Skip to content

Commit

Permalink
Add more versions of Dispersion, Aspect of the Viper, Last Stand, and…
Browse files Browse the repository at this point in the history
… Rallying Cry
  • Loading branch information
raethkcj committed Feb 4, 2024
1 parent 1085072 commit 74d5408
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 1 deletion.
16 changes: 16 additions & 0 deletions libs/StatLogic/Cata_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,15 @@ elseif addon.class == "PRIEST" then
},
},
},
["ADD_MANA_REG_MOD_MANA"] = {
-- Talent: Dispersion
{
["tab"] = 3,
["num"] = 21,
["value"] = 0.30,
["aura"] = 47585,
},
},
["ADD_SPELL_HIT_RATING_MOD_SPI"] = {
-- Talent: Twisted Faith
{
Expand Down Expand Up @@ -2041,6 +2050,13 @@ StatLogic.StatModTable["ALL"] = {
["aura"] = 16191,
},
},
["MOD_HEALTH"] = {
-- Buff: Rallying Cry
{
["value"] = 0.20,
["aura"] = 97463,
},
},
["ADD_DODGE_REDUCTION_MOD_EXPERTISE"] = {
-- Base
{
Expand Down
9 changes: 9 additions & 0 deletions libs/StatLogic/TBC_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,15 @@ elseif addon.class == "WARRIOR" then
},
},
},
["MOD_HEALTH"] = {
-- Buff: Last Stand
{
["tab"] = 3,
["num"] = 6,
["value"] = 0.30,
["aura"] = 12976,
},
},
}
end

Expand Down
11 changes: 10 additions & 1 deletion libs/StatLogic/Vanilla_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,16 @@ elseif addon.class == "WARRIOR" then
["aura"] = 17538,
["value"] = 100,
},
}
},
["MOD_HEALTH"] = {
-- Buff: Last Stand
{
["tab"] = 3,
["num"] = 6,
["value"] = 0.30,
["aura"] = 12976,
},
},
}
end

Expand Down
16 changes: 16 additions & 0 deletions libs/StatLogic/Wrath_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,13 @@ elseif addon.class == "HUNTER" then
["regen"] = NormalManaRegenPerInt,
},
},
["ADD_MANA_REG_MOD_MANA"] = {
-- Buff: Aspect of the Viper
{
["aura"] = 34074,
["value"] = 0.04 * 5/3,
},
},
-- Hunter: Hunter vs. Wild (Rank 3) - 3,14
-- Increases you and your pet's attack power and ranged attack power equal to 10%/20%/30% of your total Stamina.
["ADD_AP_MOD_STA"] = {
Expand Down Expand Up @@ -2228,6 +2235,15 @@ elseif addon.class == "PRIEST" then
},
},
},
["ADD_MANA_REG_MOD_MANA"] = {
-- Talent: Dispersion
{
["tab"] = 3,
["num"] = 27,
["value"] = 0.30,
["aura"] = 47585,
},
},
["ADD_SPELL_DMG_MOD_SPI"] = {
-- Priest: Spiritual Guidance (Rank 5) - 2,14
-- Increases spell power by up to 5%/10%/15%/20%/25% of your total Spirit.
Expand Down

0 comments on commit 74d5408

Please sign in to comment.