Skip to content

Commit

Permalink
Added second terror spell for sks
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Feb 19, 2024
1 parent 493bb32 commit cf2d205
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions class_configs/shd_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,25 @@ local _ClassConfig = {
"Terror of Ander",
"Terror of Tarantis",
},
['Terror2'] = {
"Terror of Darkness",
"Terror of Shadows",
"Terror of Death",
"Terror of Terris",
"Terror of Thule",
"Terror of Discord",
"Terror of Vergalid",
"Terror of the Soulbleeder",
"Terror of Jelvalak",
"Terror of Rerekalen",
"Terror of Desalin",
"Terror of Poira",
"Terror of Narus",
"Terror of Kra`Du",
"Terror of Mirenilla",
"Terror of Ander",
"Terror of Tarantis",
},
['TempHP'] = {
"Stormwall Stance",
"Defiant Stance",
Expand Down Expand Up @@ -883,6 +902,14 @@ local _ClassConfig = {
return RGMercUtils.IsTanking() and mq.TLO.Me.SecondaryPctAggro() > 60
end,
},
{
name = "Terror2",
type = "Spell",
tooltip = Tooltips.Terror,
cond = function(self)
return RGMercUtils.IsTanking() and mq.TLO.Me.SecondaryPctAggro() > 60
end,
},
{
name = "MeleeMit",
type = "Disc",
Expand Down Expand Up @@ -1125,6 +1152,7 @@ local _ClassConfig = {
spells = {
{ name = "Torrent", cond = function(self) return RGMercUtils.GetSetting('DoTorrent') end, },
{ name = "BondTap", },
{ name = "Terror2", },
},
},
{
Expand Down

0 comments on commit cf2d205

Please sign in to comment.