--[262513] = {bar=false}, -- Azerite Heartseeker
[287280] = {1, "buff1"}, -- Glimmer of Light
[194384] = {1, "buff1"}, -- Atonement
+ [61295] = {1, "buff1"}, -- Riptide
-- Tank defensives
[6940] = {1, "tankcd"}, -- Blessing of Sacrifice
[33206] = {1, "tankcd"}, -- Pain Suppression
--- /dev/null
+-- shaman.lua
+local _, addon = ...;
+addon.Clickheal["SHAMAN"] = {
+ ["type1"] = "spell",
+ ["type2"] = "spell",
+ ["shift-type1"] = "spell",
+ ["shift-type2"] = "spell",
+ ["ctrl-type1"] = "spell",
+ ["spell1"] = "Healing Wave",
+ ["spell2"] = "Chain Heal",
+ ["shift-spell1"] = "Healing Surge",
+ ["shift-spell2"] = "Unleash Life",
+ ["ctrl-spell1"] = "Purify Spirit",
+};