specialized-healers-spells
These are all the spells HHTD uses to identify specialized healers. Do not hesitate to leave a comment if a spell should be added or removed.
local Healers_Only_Spells_ByID = {
-- Priests
-- Discipline
[047540] = "PRIEST", -- Penance
[109964] = "PRIEST", -- Spirit shell -- not seen in disc
[033206] = "PRIEST", -- Pain Suppression
[000527] = "PRIEST", -- Purify
[081749] = "PRIEST", -- Atonement
[132157] = "PRIEST", -- Holy Nova
-- Holy
[000596] = "PRIEST", -- Prayer of Healing
[014914] = "PRIEST", -- Holy Fire
[002060] = "PRIEST", -- Heal
[034861] = "PRIEST", -- Circle of Healing
[064843] = "PRIEST", -- Divine Hymn
[047788] = "PRIEST", -- Guardian Spirit
[290112] = "PRIEST", -- Binding Heal
[077485] = "PRIEST", -- Mastery: Echo of Light -- the passibe ability
-- [077489] = "PRIEST", -- Echo of Light -- the aura applied by the afformentioned
[000139] = "PRIEST", -- Renew
-- Druids - Restauration
--[018562] = "DRUID", -- Swiftmend -- (also available through restoration afinity talent)
[102342] = "DRUID", -- Ironbark
[033763] = "DRUID", -- Lifebloom
[088423] = "DRUID", -- Nature's Cure
-- [008936] = "DRUID", -- Regrowth -- (also available through restoration afinity talent)
[033891] = "DRUID", -- Incarnation: Tree of Life
-- [048438] = "DRUID", -- Wild Growth -- disabled in WoW8: In the feral talents, level 45, you can choose Restoration Affinity, which includes Rejuv, Swiftmend, Wild Growth.
[000740] = "DRUID", -- Tranquility
-- [145108] = "DRUID", -- Ysera's Gift -- (also available through restoration afinity talent)
-- [000774] = "DRUID", -- Rejuvination -- (also available through restoration afinity talent)
-- Shamans - Restauration
[061295] = "SHAMAN", -- Riptide
[077472] = "SHAMAN", -- Healing Wave
[098008] = "SHAMAN", -- Spirit link totem
[073920] = "SHAMAN", -- Healing Rain
-- Paladins - Holy
[020473] = "PALADIN", -- Holy Shock
[053563] = "PALADIN", -- Beacon of Light
[082326] = "PALADIN", -- Holy Light
[085222] = "PALADIN", -- Light of Dawn
-- Monks - Mistweaver
[115175] = "MONK", -- Soothing Mist
[115310] = "MONK", -- Revival
--[116670] = "MONK", -- Vivify all monks have it in WoW8
[116680] = "MONK", -- Thunder Focus Tea
[116849] = "MONK", -- Life Cocoon
-- [119611] = "MONK", -- Renewing mist
--@debug@
-- test bad spell mitigation
-- those are not healer specific
-- [031842] = "PALADIN", -- Avenging Wrath - removed in WOW8
[019750] = "PALADIN", -- Flash of light
[002061] = "PRIEST", -- Flash Heal
-- [005185] = "DRUID", -- Healing Touch - removed in WOW8
--@end-debug@
};
if HHTD_C.WOWC then
Healers_Only_Spells_ByID = {
-- Druid Restoration
[18562] = "DRUID", -- SwiftMend
-- Priest Holy
[00724] = "PRIEST", -- Lightwell
-- Shaman Restoration
[16178] = "SHAMAN", -- Purification
[29206] = "SHAMAN", -- Healing way
[001064] = "SHAMAN", -- Chain Heal
}
-- OK, this feature makes no sense in WoW classic...
end
Please comment on this page if any of those spells need to be updated.