Skip to content

Commit bc8867e

Browse files
authored
Merge pull request #44 from lologarithm/add_items_090221
Add P4 ZA items
2 parents f27208d + cacb67d commit bc8867e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tbc/items.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,16 @@ var items = []Item{
825825

826826
{ID: 32963, Slot: EquipWeapon, Name: "Merciless Gladiator's Gavel / Spellblade", Phase: 2, Quality: ItemQualityEpic, SourceZone: "PvP", SourceDrop: "", Stats: Stats{StatStm: 27, StatInt: 18, StatSpellDmg: 225, StatSpellHit: 15}},
827827
{ID: 32524, Slot: EquipBack, Name: "Shroud of the Highborne", Phase: 3, Quality: ItemQualityEpic, SourceZone: "Black Temple", SourceDrop: "Illidan Stormrage", Stats: Stats{StatStm: 24, StatInt: 23, StatSpellDmg: 23, StatHaste: 32}},
828+
{ID: 33357, Slot: EquipFeet, Name: "Footpads of Madness", Phase: 4, Quality: ItemQualityEpic, SourceZone: "ZA", SourceDrop: "Jan'alai", Stats: Stats{StatStm: 25, StatInt: 22, StatSpellDmg: 50, StatHaste: 25}},
829+
{ID: 33533, Slot: EquipLegs, Name: "Avalanche Leggings", Phase: 4, Quality: ItemQualityEpic, SourceZone: "ZA", SourceDrop: "Halazzi",
830+
Stats: Stats{StatStm: 31, StatInt: 40, StatSpellDmg: 46, StatSpellCrit: 30},
831+
GemSlots: []GemColor{GemColorRed, GemColorYellow, GemColorBlue},
832+
SocketBonus: Stats{StatSpellDmg: 5},
833+
},
834+
{ID: 33354, Slot: EquipWeapon, Name: "Wub's Cursed Hexblade", Phase: 4, Quality: ItemQualityEpic, SourceZone: "ZA", SourceDrop: "", Stats: Stats{StatInt: 21, StatSpellDmg: 217, StatSpellHit: 13, StatSpellCrit: 20, StatMP5: 6}},
835+
{ID: 33283, Slot: EquipWeapon, Name: "Amani Punisher", Phase: 4, Quality: ItemQualityEpic, SourceZone: "ZA", SourceDrop: "", Stats: Stats{StatStm: 30, StatInt: 21, StatSpellDmg: 217, StatSpellHit: 20}},
836+
{ID: 33466, Slot: EquipNeck, Name: "Loop of Cursed Bones", Phase: 4, Quality: ItemQualityEpic, SourceZone: "ZA", SourceDrop: "", Stats: Stats{StatStm: 19, StatInt: 20, StatSpellDmg: 32, StatHaste: 27}},
837+
{ID: 33591, Slot: EquipBack, Name: "Shadowcaster's Drape", Phase: 4, Quality: ItemQualityEpic, SourceZone: "ZA", SourceDrop: "", Stats: Stats{StatStm: 22, StatInt: 20, StatSpellDmg: 27, StatHaste: 25}},
828838
}
829839

830840
type ItemSet struct {

ui/lib.wasm

932 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)