From f94be38ad9859096f1296ce41927991302dbfcd6 Mon Sep 17 00:00:00 2001 From: d87 Date: Mon, 26 Apr 2021 16:11:52 +0700 Subject: [PATCH] Added Atiesh buffs --- classAbilities.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/classAbilities.lua b/classAbilities.lua index acb30f1..cdd8001 100644 --- a/classAbilities.lua +++ b/classAbilities.lua @@ -186,10 +186,17 @@ end ------------------ -- World Buffs incl. Chronoboon IDs +Spell(349981, { duration = INFINITY }) -- World effect suspended Spell({ 355363, 22888 }, { duration = 7200 }) -- Rallying Cry of the Dragonslayer Spell({ 355365, 24425 }, { duration = 7200 }) -- Spirit of Zandalar Spell({ 355366, 16609 }, { duration = 3600 }) -- Warchief's Blessing +-- Atiesh Buffs +Spell( 28142, { duration = INFINITY, type = "BUFF" }) -- Power of the Guardian +Spell( 28143, { duration = INFINITY, type = "BUFF" }) -- Power of the Guardian +Spell( 28144, { duration = INFINITY, type = "BUFF" }) -- Power of the Guardian +Spell( 28145, { duration = INFINITY, type = "BUFF" }) -- Power of the Guardian + Spell( 2479, { duration = 30 }) -- Honorless Target Spell(1604, { duration = 4 }) -- Common Daze Spell( 23605, { duration = 5 }) -- Nightfall (Axe) Proc