Skip to content

Commit

Permalink
Add Vanilla Moldar's Moxie + Blessing of Neptulon
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Dec 5, 2024
1 parent 10d0e84 commit ce438ca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions libs/StatLogic/StatLogic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,7 @@ do
WeaponRacial = 6,
PredatoryStrikes = 7,
Zandalar = 8,
Moxie = 9,
}
local ExclusiveGroupCache = {}

Expand Down
21 changes: 17 additions & 4 deletions libs/StatLogic/Vanilla_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
{
Expand Down

0 comments on commit ce438ca

Please sign in to comment.