From bafe0892cdae7713d325ca6c69aac782a30c1ffa Mon Sep 17 00:00:00 2001 From: Casey Raethke Date: Tue, 9 Jul 2024 22:23:34 -0500 Subject: [PATCH] Add regen set bonuses --- libs/StatLogic/Vanilla_Logic.lua | 38 +++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/libs/StatLogic/Vanilla_Logic.lua b/libs/StatLogic/Vanilla_Logic.lua index 5c17dfe..4468016 100644 --- a/libs/StatLogic/Vanilla_Logic.lua +++ b/libs/StatLogic/Vanilla_Logic.lua @@ -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 @@ -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, @@ -915,9 +928,8 @@ 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, @@ -925,6 +937,12 @@ elseif addon.class == "PRIEST" then 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. @@ -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 {