Skip to content

Commit

Permalink
Merge pull request #729 from Flamanis/Add-all-totem-damages
Browse files Browse the repository at this point in the history
Add all damage from All-Totem of the Master.
  • Loading branch information
Tercioo authored May 13, 2024
2 parents a09f661 + 05a6586 commit 9eeda82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions functions/spellcache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,10 @@ do
customItemList[397376] = {itemId = 193748, isPassive = true} --trinket: Kyrakka's Searing Embers (damage)
customItemList[214985] = {itemId = 137486} --trinket: Windscar Whetstone
customItemList[384004] = {itemId = 193815} --trinket: Homeland Raid Horn
customItemList[377459] = {itemId = 194306} --trinket: All-Totem of the Master
customItemList[377459] = {itemId = 194306} --trinket: All-Totem of the Master Fire Damage
customItemList[377461] = {itemId = 194306} --trinket: All-Totem of the Master Air Damage
customItemList[382133] = {itemId = 194306} --trinket: All-Totem of the Master Ice Damage
customItemList[377458] = {itemId = 194306} --trinket: All-Totem of the Master Earth Damage
customItemList[408815] = {itemId = 202569} --weapon: Djaruun, Pillar of the Elder Flame
customItemList[407961] = {itemId = 203996, isPassive = true} --trinket: Igneous Flowstone
customItemList[408682] = {itemId = 202610} --trinket: Dragonfire Bomb Dispenser
Expand All @@ -291,7 +294,6 @@ do

customItemList[426431] = {itemId = 210494, isPassive = true} --enchant: Incandescent Essence (ranged dps)
customItemList[426486] = {itemId = 210494, isPassive = true} --enchant: Incandescent Essence (ranged dps)
customItemList[424324] = {itemId = 207788, isPassive = true} --weapon: [[PH] Fyrakk Cantrip 1H Mace INT] - shadowflame corrupted?
customItemList[424965] = {itemId = 207784, isPassive = true} --weapon: Thorncaller Claw
customItemList[425181] = {itemId = 207784, isPassive = true, nameExtra = "(*aoe*)"} --weapon: Thorncaller Claw
customItemList[425127] = {itemId = 207783, isPassive = true} --weapon: Cruel Dreamcarver (heal)
Expand Down

0 comments on commit 9eeda82

Please sign in to comment.