Skip to content

Commit

Permalink
Add Cata base SP from Int
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Jan 20, 2024
1 parent dea76bb commit 1c80fe7
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions libs/StatLogic/Cata_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,18 @@ if addon.class == "DRUID" then
["aura"] = 5487,
},
},
["ADD_SPELL_DMG_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_HEALING_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_NORMAL_MANA_REG_MOD_SPI"] = {
{
["regen"] = NormalManaRegenPerSpi,
Expand Down Expand Up @@ -833,6 +845,18 @@ elseif addon.class == "MAGE" then
["value"] = 2,
},
},
["ADD_SPELL_DMG_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_HEALING_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_DODGE"] = {
-- Base
{
Expand Down Expand Up @@ -908,6 +932,18 @@ elseif addon.class == "PALADIN" then
["value"] = 2,
},
},
["ADD_SPELL_DMG_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_HEALING_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_DODGE"] = {
-- Base
{
Expand Down Expand Up @@ -1056,6 +1092,18 @@ elseif addon.class == "PRIEST" then
["value"] = 2,
},
},
["ADD_SPELL_DMG_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_HEALING_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_DODGE"] = {
-- Base
{
Expand Down Expand Up @@ -1248,6 +1296,18 @@ elseif addon.class == "SHAMAN" then
["value"] = 2,
},
},
["ADD_SPELL_DMG_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_HEALING_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_DODGE"] = {
-- Base
{
Expand Down Expand Up @@ -1352,6 +1412,18 @@ elseif addon.class == "WARLOCK" then
["value"] = 2,
},
},
["ADD_SPELL_DMG_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_HEALING_MOD_INT"] = {
-- Base
{
["value"] = 1,
},
},
["ADD_DODGE"] = {
-- Base
{
Expand Down

0 comments on commit 1c80fe7

Please sign in to comment.