Adds quality selection, all dungeons
This commit is contained in:
52
src/lib/drops/halls-of-atonement.ts
Normal file
52
src/lib/drops/halls-of-atonement.ts
Normal file
@@ -0,0 +1,52 @@
|
||||
import type { ItemId } from "../types";
|
||||
|
||||
export const HallsOfAtonement = [
|
||||
{
|
||||
id: 246344 as ItemId,
|
||||
slot: "trinket",
|
||||
name: "Cursed Stone Idol",
|
||||
source: "halls-of-atonement" as const,
|
||||
},
|
||||
{
|
||||
id: 178832 as ItemId,
|
||||
slot: "hands",
|
||||
name: "Gloves of Haunting Fixation",
|
||||
source: "halls-of-atonement" as const,
|
||||
},
|
||||
{
|
||||
id: 178819 as ItemId,
|
||||
slot: "legs",
|
||||
name: "Skyterror's Stonehide Leggings",
|
||||
source: "halls-of-atonement" as const,
|
||||
},
|
||||
{
|
||||
id: 246273 as ItemId,
|
||||
slot: "chest",
|
||||
name: "Vest of Refracted Shadows",
|
||||
source: "halls-of-atonement" as const,
|
||||
},
|
||||
{
|
||||
id: 178834 as ItemId,
|
||||
slot: "1h-weapon",
|
||||
name: "Stoneguardian's Morningstar",
|
||||
source: "halls-of-atonement" as const,
|
||||
},
|
||||
{
|
||||
id: 178823 as ItemId,
|
||||
slot: "waist",
|
||||
name: "Waistcord of Dark Devotion",
|
||||
source: "halls-of-atonement" as const,
|
||||
},
|
||||
{
|
||||
id: 178825 as ItemId,
|
||||
slot: "trinket",
|
||||
name: "Pulsating Stoneheart",
|
||||
source: "halls-of-atonement" as const,
|
||||
},
|
||||
{
|
||||
id: 178817 as ItemId,
|
||||
slot: "head",
|
||||
name: "Hood of Refracted Shadows",
|
||||
source: "halls-of-atonement" as const,
|
||||
},
|
||||
] as const;
|
||||
Reference in New Issue
Block a user