From ce438cab8803d3f2d73b18159e103826bd49f52a Mon Sep 17 00:00:00 2001 From: Casey Raethke Date: Wed, 4 Dec 2024 10:22:26 -0600 Subject: [PATCH] Add Vanilla Moldar's Moxie + Blessing of Neptulon --- libs/StatLogic/StatLogic.lua | 1 + libs/StatLogic/Vanilla_Logic.lua | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/libs/StatLogic/StatLogic.lua b/libs/StatLogic/StatLogic.lua index fee5f56..19f8aab 100644 --- a/libs/StatLogic/StatLogic.lua +++ b/libs/StatLogic/StatLogic.lua @@ -1275,6 +1275,7 @@ do WeaponRacial = 6, PredatoryStrikes = 7, Zandalar = 8, + Moxie = 9, } local ExclusiveGroupCache = {} diff --git a/libs/StatLogic/Vanilla_Logic.lua b/libs/StatLogic/Vanilla_Logic.lua index a4ad067..0bba41f 100644 --- a/libs/StatLogic/Vanilla_Logic.lua +++ b/libs/StatLogic/Vanilla_Logic.lua @@ -1607,6 +1607,13 @@ StatLogic.StatModTable["ALL"] = { ["aura"] = 25898, ["group"] = addon.ExclusiveGroup.AllStats, }, + -- Buff: Heart of the Lion + { + ["value"] = 0.1, + ["aura"] = 409583, + ["group"] = addon.ExclusiveGroup.AllStats, + ["rune"] = true, + }, -- Buff: Spirit of Zandalar { ["value"] = 0.15, @@ -1620,12 +1627,18 @@ StatLogic.StatModTable["ALL"] = { ["rune"] = true, ["group"] = addon.ExclusiveGroup.Zandalar, }, - -- Buff: Heart of the Lion + -- Buff: Mol'dar's Moxie { - ["value"] = 0.1, - ["aura"] = 409583, - ["group"] = addon.ExclusiveGroup.AllStats, + ["value"] = 0.15, + ["aura"] = 22818, + ["group"] = addon.ExclusiveGroup.Moxie, + }, + -- Buff: Blessing of Neptulon + { + ["value"] = 0.15, + ["aura"] = 473403, ["rune"] = true, + ["group"] = addon.ExclusiveGroup.Moxie, }, -- Buff: Fervor of the Temple Explorer {