From 574604d8ae03ef798a2b2118ecbbafba53607e10 Mon Sep 17 00:00:00 2001 From: Casey Raethke Date: Sat, 30 Nov 2024 20:53:39 -0600 Subject: [PATCH] Add Dreams of Zandalar --- libs/StatLogic/StatLogic.lua | 1 + libs/StatLogic/Vanilla_Logic.lua | 40 ++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/libs/StatLogic/StatLogic.lua b/libs/StatLogic/StatLogic.lua index 7f6c5c1..e40e10e 100644 --- a/libs/StatLogic/StatLogic.lua +++ b/libs/StatLogic/StatLogic.lua @@ -1282,6 +1282,7 @@ do Feral = 5, WeaponRacial = 6, PredatoryStrikes = 7, + Zandalar = 8, } local ExclusiveGroupCache = {} diff --git a/libs/StatLogic/Vanilla_Logic.lua b/libs/StatLogic/Vanilla_Logic.lua index ddfed39..a4ad067 100644 --- a/libs/StatLogic/Vanilla_Logic.lua +++ b/libs/StatLogic/Vanilla_Logic.lua @@ -1531,6 +1531,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion { @@ -1563,6 +1571,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion { @@ -1595,6 +1611,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion { @@ -1627,6 +1651,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion { @@ -1659,6 +1691,14 @@ StatLogic.StatModTable["ALL"] = { { ["value"] = 0.15, ["aura"] = 24425, + ["group"] = addon.ExclusiveGroup.Zandalar, + }, + -- Buff: Dreams of Zandalar + { + ["value"] = 0.15, + ["aura"] = 473476, + ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Zandalar, }, -- Buff: Heart of the Lion {