Skip to content

Commit

Permalink
Add Vanilla/TBC Blue Dragon
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Nov 18, 2024
1 parent b00a7b0 commit 87ecaf6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions libs/StatLogic/TBC_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions libs/StatLogic/Vanilla_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87ecaf6

Please sign in to comment.