Skip to content

Commit

Permalink
Add Dreams of Zandalar
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Dec 1, 2024
1 parent 9d59941 commit 574604d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/StatLogic/StatLogic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@ do
Feral = 5,
WeaponRacial = 6,
PredatoryStrikes = 7,
Zandalar = 8,
}
local ExclusiveGroupCache = {}

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

0 comments on commit 574604d

Please sign in to comment.