02986a2 - Add disc priest
[wowui.git] / OmaRF / Settings.lua
index 635cbf6..f2ceaa2 100644 (file)
@@ -88,6 +88,22 @@ local chars = {
                 ["ctrl-spell1"] = "Purify Spirit",
             },
         },
+        ["Gilden"] = {
+            AnchorX = 0,
+            AnchorY = -330,
+            Clickheal = {
+                ["type1"] = "spell",
+                ["type2"] = "spell",
+                ["shift-type1"] = "spell",
+                ["shift-type2"] = "spell",
+                ["ctrl-type1"] = "spell",
+                ["spell1"] = "Power Word: Shield",
+                ["spell2"] = "Penance",
+                ["shift-spell1"] = "Shadow Mend",
+                ["shift-spell2"] = "Shadow Covenant",
+                ["ctrl-spell1"] = "Purify",
+            },
+        },
         ["Gedran"] = {
             AnchorX = 0,
             AnchorY = -330,
@@ -157,6 +173,15 @@ local settings = {
         ["Lingering Infection"] = {bar=false},
         ["Malodorous Miasma"] = {bar=false},
         ["Deadly Disease"] = {bar=false},
+        ["Putrid Paroxysm"] = {bar=false},
+        ["Plasma Discharge"] = {bar=false},
+        ["Deathwish"] = {bar=false},
+        [265360] = {bar=false}, -- Roiling Deceit
+        [265662] = {bar=false}, -- Corruptor's Pact
+        ["Void Lash"] = {bar=false},
+        ["Enlarged Heart"] = {bar=false},
+        ["Unleashed Shadow"] = {bar=false},
+        ["Absorbed in Darkness"] = {bar=false},
     },
 };
 OmaRFSettings = settings;