53 lines
1.2 KiB
TypeScript
53 lines
1.2 KiB
TypeScript
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;
|