Adds quality selection, all dungeons

This commit is contained in:
2025-08-20 19:52:51 -07:00
parent 8086e9a91f
commit 87c908ca68
20 changed files with 737 additions and 84 deletions

View 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;