added scare beast debuff and cooldown

This commit is contained in:
Attila Koszo
2021-12-20 07:46:38 +01:00
parent d2f307fca0
commit d3fb47d887

View File

@ -264,6 +264,16 @@ local importantAuras = {
onDamage = true, onDamage = true,
spellID = 19503, spellID = 19503,
}, },
-- Scare Beast
[GetSpellInfo(14327)] = {
track = AURA_TYPE_DEBUFF,
duration = 8,
priority = 40,
onDamage = true,
fear = true,
magic = true,
spellID = 14327,
},
-- Silencing Shot -- Silencing Shot
[GetSpellInfo(34490)] = { [GetSpellInfo(34490)] = {
track = AURA_TYPE_DEBUFF, track = AURA_TYPE_DEBUFF,
@ -915,6 +925,7 @@ local cooldownList = {
-- Hunter -- Hunter
["HUNTER"] = { ["HUNTER"] = {
[19503] = 30, -- Scatter Shot [19503] = 30, -- Scatter Shot
[14327] = 30, -- Scare Beast
[19263] = 300, -- Deterrence; not on BM but can't do 2 specs [19263] = 300, -- Deterrence; not on BM but can't do 2 specs
[14311] = { cd = 30, -- Freezing Trap [14311] = { cd = 30, -- Freezing Trap
sharedCD = { sharedCD = {