Skip to content

Commit

Permalink
Adding thunderstrike ward
Browse files Browse the repository at this point in the history
  • Loading branch information
ynazar1 committed Jul 29, 2024
1 parent 4fcfdf2 commit a9eb56e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions SmartBuff.buffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ function SMARTBUFF_InitSpellIDs()
SMARTBUFF_FLAMETONGUEW = getSpellBookItemByName(318038); --"Flametongue Weapon"
SMARTBUFF_EVERLIVINGW = getSpellBookItemByName(382021); --"Everliving Weapon"
SMARTBUFF_SKYFURY = getSpellBookItemByName(462854); --"Skyfury"
SMARTBUFF_TSWARD = getSpellBookItemByName(462742); --"Thunderstrike Ward" -- Shield!!!

-- Shaman buff links
S.ChainShamanShield = { SMARTBUFF_LIGHTNINGSHIELD, SMARTBUFF_WATERSHIELD, SMARTBUFF_EARTHSHIELD };
Expand Down Expand Up @@ -1086,6 +1087,7 @@ function SMARTBUFF_InitSpellList()
{SMARTBUFF_WATERSHIELD, 60, SMARTBUFF_CONST_SELF, nil, nil, nil, S.ChainShamanShield},
{SMARTBUFF_WINDFURYW, 60, SMARTBUFF_CONST_WEAPON},
{SMARTBUFF_FLAMETONGUEW, 60, SMARTBUFF_CONST_WEAPON},
{SMARTBUFF_TSWARD, 60, SMARTBUFF_CONST_WEAPON},
{SMARTBUFF_EVERLIVINGW, 60, SMARTBUFF_CONST_WEAPON},
{SMARTBUFF_EARTHSHIELD, 10, SMARTBUFF_CONST_GROUP, {50,60,70,75,80}, "WARRIOR;DEATHKNIGHT;DRUID;SHAMAN;HUNTER;ROGUE;MAGE;PRIEST;PALADIN;WARLOCK;MONK;DEMONHUNTER;EVOKER;HPET;WPET;DKPET"},
{SMARTBUFF_UNLEASHFLAME, 0.333, SMARTBUFF_CONST_SELF},
Expand Down
2 changes: 1 addition & 1 deletion localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SMARTBUFF_CREDITS = "|cffffffff"
;

-- Weapon types
SMARTBUFF_WEAPON_STANDARD = {"Daggers", "Axes", "Swords", "Maces", "Staves", "Fist Weapons", "Polearms", "Thrown", "Crossbows", "Bows"};
SMARTBUFF_WEAPON_STANDARD = {"Daggers", "Axes", "Swords", "Maces", "Staves", "Fist Weapons", "Polearms", "Thrown", "Crossbows", "Bows", "Shields"};
SMARTBUFF_WEAPON_BLUNT = {"Maces", "Staves", "Fist Weapons"};
SMARTBUFF_WEAPON_BLUNT_PATTERN = "Weightstone$";
SMARTBUFF_WEAPON_SHARP = {"Daggers", "Axes", "Swords", "Polearms"};
Expand Down

0 comments on commit a9eb56e

Please sign in to comment.