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 {