From 87ecaf6ed9e1996610f9256a0bcf9d2cca48fc02 Mon Sep 17 00:00:00 2001 From: Casey Raethke Date: Sun, 17 Nov 2024 20:24:49 -0600 Subject: [PATCH] Add Vanilla/TBC Blue Dragon --- libs/StatLogic/TBC_Logic.lua | 8 ++++++-- libs/StatLogic/Vanilla_Logic.lua | 5 +++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libs/StatLogic/TBC_Logic.lua b/libs/StatLogic/TBC_Logic.lua index b633132..97cc9fa 100644 --- a/libs/StatLogic/TBC_Logic.lua +++ b/libs/StatLogic/TBC_Logic.lua @@ -1796,14 +1796,18 @@ StatLogic.StatModTable["ALL"] = { ["value"] = 0.07, }, }, - -- Primal Mooncloth - -- Allow 5% of your Mana regeneration to continue while casting. ["ADD_MANA_REG_MOD_NORMAL_MANA_REG"] = { + -- Set: Primal Mooncloth { ["set"] = 554, ["pieces"] = 3, ["value"] = 0.05, }, + -- Aura of the Blue Dragon + { + ["aura"] = 23684, + ["value"] = 1.00, + }, }, ["ADD_DODGE_REDUCTION_MOD_EXPERTISE"] = { -- Base diff --git a/libs/StatLogic/Vanilla_Logic.lua b/libs/StatLogic/Vanilla_Logic.lua index ace4d3e..284bd03 100644 --- a/libs/StatLogic/Vanilla_Logic.lua +++ b/libs/StatLogic/Vanilla_Logic.lua @@ -1626,6 +1626,11 @@ StatLogic.StatModTable["ALL"] = { ["pieces"] = 3, ["value"] = 0.15, }, + -- Aura of the Blue Dragon + { + ["aura"] = 23684, + ["value"] = 1.00, + }, }, [StatLogic.Stats.WeaponSkill] = { -- Rune: Sword Specialization