47 lines
946 B
TypeScript
47 lines
946 B
TypeScript
import type { ItemId } from "../types";
|
|
|
|
export const Aldani = [
|
|
{
|
|
id: 242494 as ItemId,
|
|
slot: "trinket",
|
|
name: "Lily of the Eternal Weave",
|
|
source: "aldani" as const,
|
|
},
|
|
{
|
|
id: 242495 as ItemId,
|
|
slot: "trinket",
|
|
name: "Incorporeal Warpclaw",
|
|
source: "aldani" as const,
|
|
},
|
|
{
|
|
id: 242481 as ItemId,
|
|
slot: "2h-weapon",
|
|
name: "Spellstrike Warplance",
|
|
source: "aldani" as const,
|
|
},
|
|
{
|
|
id: 242473 as ItemId,
|
|
slot: "legs",
|
|
name: "Spittle-Stained Trousers",
|
|
source: "aldani" as const,
|
|
},
|
|
{
|
|
id: 242470 as ItemId,
|
|
slot: "1h-weapon",
|
|
name: "Mandibular Bonewhacker",
|
|
source: "aldani" as const,
|
|
},
|
|
{
|
|
id: 242486 as ItemId,
|
|
slot: "shoulders",
|
|
name: "Mantle of Wounded Fate",
|
|
source: "aldani" as const,
|
|
},
|
|
{
|
|
id: 242482 as ItemId,
|
|
slot: "chest",
|
|
name: "Reinforced Stalkerhide Vest",
|
|
source: "aldani" as const,
|
|
},
|
|
] as const;
|