entities/Items
Classes
Section titled “Classes”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.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Items():
Items
Returns
Section titled “Returns”Properties
Section titled “Properties”Date:
Date|null
Defined in: entities/Items.ts:18
Date the item was awarded.
DiscordId
Section titled “DiscordId”DiscordId:
string|null
Defined in: entities/Items.ts:30
Discord snowflake ID of the player who received the item.
DkpSpent
Section titled “DkpSpent”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.