@@ -509,6 +509,50 @@ data.misc = { -- magic numbers
509509 }
510510}
511511
512+ data .casterTagCrucibleUniques = {
513+ [" Atziri's Rule" ] = true ,
514+ [" Cane of Kulemak" ] = true ,
515+ [" Cane of Unravelling" ] = true ,
516+ [" Cospri's Malice" ] = true ,
517+ [" Cybil's Paw" ] = true ,
518+ [" Disintegrator" ] = true ,
519+ [" Duskdawn" ] = true ,
520+ [" Geofri's Devotion" ] = true ,
521+ [" Mjolner" ] = true ,
522+ [" Pledge of Hands" ] = true ,
523+ [" Soulwrest" ] = true ,
524+ [" Taryn's Shiver" ] = true ,
525+ [" The Rippling Thoughts" ] = true ,
526+ [" The Surging Thoughts" ] = true ,
527+ [" The Whispering Ice" ] = true ,
528+ [" Tremor Rod" ] = true ,
529+ [" Xirgil's Crank" ] = true ,
530+ }
531+ data .minionTagCrucibleUniques = {
532+ [" Arakaali's Fang" ] = true ,
533+ [" Ashcaller" ] = true ,
534+ [" Chaber Cairn" ] = true ,
535+ [" Chober Chaber" ] = true ,
536+ [" Clayshaper" ] = true ,
537+ [" Earendel's Embrace" ] = true ,
538+ [" Femurs of the Saints" ] = true ,
539+ [" Jorrhast's Blacksteel" ] = true ,
540+ [" Law of the Wilds" ] = true ,
541+ [" Midnight Bargain" ] = true ,
542+ [" Mon'tregul's Grasp" ] = true ,
543+ [" Null's Inclination" ] = true ,
544+ [" Queen's Decree" ] = true ,
545+ [" Queen's Escape" ] = true ,
546+ [" Replica Earendel's Embrace" ] = true ,
547+ [" Replica Midnight Bargain" ] = true ,
548+ [" Severed in Sleep" ] = true ,
549+ [" Soulwrest" ] = true ,
550+ [" The Black Cane" ] = true ,
551+ [" The Iron Mass" ] = true ,
552+ [" The Scourge" ] = true ,
553+ [" United in Dream" ] = true ,
554+ }
555+
512556-- Load bosses
513557do
514558 data .bosses = { }
0 commit comments