Skip to content

Commit

Permalink
Added Riptide and Rune Barkskin for SoD
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Apr 8, 2024
1 parent d3f1b2c commit cf08bfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.classic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ end
if playerClass == "SHAMAN" then
-- SoD
A{ id = 408696, type = "HELPFUL", assignto = set("spell3"), color = { 1, .4 , 1}, priority = 50 } -- Spirit of the Alpha

-- Riptide SoD
A{ id = 408521, type = "HELPFUL", assignto = set("bars"), infoType = "DURATION", scale = 1.3, isMine = true, color = { 0.4 , 0.4, 1} }

-- Healing Way
A{ id = 29203, type = "HELPFUL", assignto = set("bar4"), showStacks = 3, color = {38/255, 221/255, 163/255} }
Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ AG{ id = 132413, template = "SurvivalCD" } -- Shadow Bulwark

-- DRUID
-- local druidColor = { RAID_CLASS_COLORS.DRUID:GetRGB() }
AG{ id = 22812, template = "SurvivalCD" } -- Barkskin
AG{ id = { 22812, 428713} , template = "SurvivalCD" } -- Barkskin, Barkskin (SoD)
AG{ id = 102342, template = "TankCD", priority = 93 } --Ironbark
AG{ id = 61336, template = "TankCD" } --Survival Instincts 50% (Feral & Guardian)
AG{ id = 236696, template = "SurvivalCD" } -- Thorns
Expand Down

0 comments on commit cf08bfe

Please sign in to comment.