Skip to content

entities/Items

Defined in: entities/Items.ts:11

Loot award history (maps to public.items).

Records which player won an item and how much DKP they spent. Used for auditing loot distribution and tracking DKP expenditure.

new Items(): Items

Items

Date: Date | null

Defined in: entities/Items.ts:18

Date the item was awarded.

DiscordId: string | null

Defined in: entities/Items.ts:30

Discord snowflake ID of the player who received the item.

DkpSpent: string | null

Defined in: entities/Items.ts:26

Amount of DKP spent to win this item.

Id: string

Defined in: entities/Items.ts:33

Item: string | null

Defined in: entities/Items.ts:22

Name of the item that was awarded.

Name: string | null

Defined in: entities/Items.ts:14

Character name of the player who received the item.