X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/d76a52e46fc339db35e6a068c0f1564db7b9cf46..875c87e09066367d69d39b51bde0148b4a3ec01b:/OmaRF/Settings.lua diff --git a/OmaRF/Settings.lua b/OmaRF/Settings.lua index 2015a1a..10cad7d 100644 --- a/OmaRF/Settings.lua +++ b/OmaRF/Settings.lua @@ -20,15 +20,8 @@ local charDefaults = { local chars = { ["Stormreaver"] = { ["Vildan"] = { - Positions = {"TOPRIGHT", "BOTTOMLEFT"}, AnchorX = 0, AnchorY = -330, - WatchedAuras = { - [53563] = "TOPRIGHT", - [156910] = "TOPRIGHT", - [200025] = "TOPRIGHT", - [200654] = "BOTTOMLEFT", - }, Clickheal = { ["type1"] = "spell", ["type2"] = "spell", @@ -49,13 +42,8 @@ local chars = { }, }, ["Gedren"] = { - Positions = {"TOPLEFT", "TOPRIGHT", "BOTTOMLEFT"}, AnchorX = 0, AnchorY = -330, - WatchedAuras = { - ["Rejuvenation"] = "TOPRIGHT", - ["Lifebloom"] = "TOPLEFT", - }, Clickheal = { ["type1"] = "spell", ["type2"] = "spell", @@ -98,23 +86,26 @@ local settings = { }, MajorAuras = { -- Antorus - ["Psychic Assault"] = true, - ["Everburning Flames"] = true, - ["Corrupt"] = true, - ["Sleep Canister"] = true, - ["Misery"] = true, - ["Necrotic Embrace"] = true, - ["Fulminating Pulse"] = true, - ["Chilled Blood"] = true, - ["Soulblight"] = true, - ["Soulburst"] = true, - ["Soulbomb"] = true, + ["Psychic Assault"] = {bar=false}, + ["Everburning Flames"] = {bar=false}, + ["Corrupt"] = {bar=false}, + ["Sleep Canister"] = {bar=false}, + ["Misery"] = {bar=true}, + ["Necrotic Embrace"] = {bar=false}, + ["Fulminating Pulse"] = {bar=false}, + ["Chilled Blood"] = {bar=false}, + ["Soulblight"] = {bar=false}, + ["Soulburst"] = {bar=false}, + ["Soulbomb"] = {bar=false}, + ["Shock Grenade"] = {bar=false}, + -- Trial of Valor + ["Unholy Reckoning"] = {bar=false}, -- Proving Grounds for testing - ["Aqua Bomb"] = true, + ["Aqua Bomb"] = {bar=false}, -- Mythic+ - [209858] = true, -- Necrotic Rot - [240559] = true, -- Grievous Wound - [240443] = true, -- Burst + [209858] = {bar=false}, -- Necrotic Rot + [240559] = {bar=false}, -- Grievous Wound + [240443] = {bar=false}, -- Burst }, }; OmaRFSettings = settings;