Skip to content

Commit

Permalink
Add regen set bonuses
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Jul 10, 2024
1 parent 591757c commit bafe089
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions libs/StatLogic/Vanilla_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,13 @@ if addon.class == "DRUID" then
["rune"] = true,
["value"] = 0.5,
["aura"] = 408261,
}
},
-- Set: Stormrage Raiment
{
["set"] = 214,
["pieces"] = 3,
["value"] = 0.15,
},
},
["ADD_DODGE"] = {
-- Base
Expand Down Expand Up @@ -637,6 +643,13 @@ elseif addon.class == "MAGE" then
["value"] = 0.3,
["aura"] = 6117,
},
-- Set: Arcanist Insight (Mage Armor)
{
["set"] = 1704,
["pieces"] = 6,
["value"] = 0.15,
["aura"] = 6117,
},
-- Rune: Enlightenment
{
["known"] = 412324,
Expand Down Expand Up @@ -915,16 +928,21 @@ elseif addon.class == "PRIEST" then
["aura"] = 425294,
},
},
-- Priest: Meditation (Rank 3) - 1,8
-- Allows 5/10/15% of your Mana regeneration to continue while casting.
["ADD_MANA_REG_MOD_NORMAL_MANA_REG"] = {
-- Talent: Meditation
{
["tab"] = 1,
["num"] = 8,
["rank"] = {
0.05, 0.10, 0.15,
},
},
-- Set: Vestments of Transcendence
{
["set"] = 211,
["pieces"] = 3,
["value"] = 0.15,
},
},
-- Priest: Spiritual Guidance (Rank 5) - 2,14
-- Increases spell damage and healing by up to 5%/10%/15%/20%/25% of your total Spirit.
Expand Down Expand Up @@ -1931,6 +1949,20 @@ StatLogic.StatModTable["ALL"] = {
["rune"] = true,
},
},
["ADD_MANA_REG_MOD_NORMAL_MANA_REG"] = {
-- Green Dragon Mail
{
["set"] = 490,
["pieces"] = 3,
["value"] = 0.15,
},
-- Green Dragon Mail (SoD)
{
["set"] = 1791,
["pieces"] = 3,
["value"] = 0.15,
},
},
[StatLogic.Stats.MeleeCrit] = {
-- Buff: Leader of the Pack
{
Expand Down

0 comments on commit bafe089

Please sign in to comment.