From a1f8cb111e3d77d9dd5eb9b7d9a11c4e981a1246 Mon Sep 17 00:00:00 2001 From: 1nf3sT Date: Tue, 5 Oct 2021 20:37:52 +0200 Subject: [PATCH] Update items.go --- tbc/items.go | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tbc/items.go b/tbc/items.go index 7989c3b..cbee23d 100644 --- a/tbc/items.go +++ b/tbc/items.go @@ -737,8 +737,15 @@ var items = []Item{ {ID: 34336, Slot: EquipWeapon, Name: "Sunflare", Phase: 5, Quality: ItemQualityEpic, SourceZone: "SW", SourceDrop: "Kil'jaden", Stats: Stats{StatStm: 17, StatInt: 20, StatSpellDmg: 292, StatHaste: 23, StatSpellCrit: 30}}, - {ID: 34179, Slot: EquipOffhand, Name: "Heart of the Pit", Phase: 5, Quality: ItemQualityEpic, SourceZone: "SW", SourceDrop: "Brutalis", + {ID: 34176, Slot: EquipWeapon, Name: "Reign of Misery", Phase: 5, Quality: ItemQualityEpic, SourceZone: "SW", SourceDrop: "Brutallus", + Stats: Stats{StatStm: 24, StatInt: 25, StatSpellDmg: 266, StatHaste: 30}}, + {ID: 34179, Slot: EquipOffhand, Name: "Heart of the Pit", Phase: 5, Quality: ItemQualityEpic, SourceZone: "SW", SourceDrop: "Brutallus", Stats: Stats{StatStm: 33, StatInt: 21, StatSpellDmg: 39, StatHaste: 32}}, + {ID: 34181, Slot: EquipLegs, Name: "Leggings of Calamity", Phase: 5, Quality: ItemQualityEpic, SourceZone: "SW", SourceDrop: "Brutallus", + Stats: Stats{StatStm: 48, StatInt: 41, StatSpellDmg: 71, StatHaste: 32, StatSpellCrit: 33}, + GemSlots: []GemColor{GemColorRed, GemColorRed, GemColorYellow}, + SocketBonus: Stats{StatSpellDmg: 5}, + }, {ID: 34350, Slot: EquipHands, Name: "Gauntlets of the Ancient Shadowmoon", Phase: 5, Quality: ItemQualityEpic, SourceZone: "SW", SourceDrop: "Trash", Stats: Stats{StatStm: 30, StatInt: 32, StatSpellDmg: 43, StatHaste: 24, StatSpellCrit: 28}, GemSlots: []GemColor{GemColorRed, GemColorBlue},