Skip to content

entities/Dkp

Defined in: entities/Dkp.ts:11

Dragon Kill Points ledger (maps to public.dkp).

Each row represents a guild member’s cumulative DKP balance. Points are earned via raid attendance and spent on loot bids.

new Dkp(): Dkp

Dkp

DateJoined: Date

Defined in: entities/Dkp.ts:36

Date the member originally joined the guild.

DiscordId: string

Defined in: entities/Dkp.ts:29

Discord snowflake ID linking this record to a Discord user.

DiscordName: string

Defined in: entities/Dkp.ts:17

Discord display name at the time the record was created.

EarnedDkp: number

Defined in: entities/Dkp.ts:21

Total DKP earned from raid attendance.

Id: number

Defined in: entities/Dkp.ts:13

SpentDkp: number

Defined in: entities/Dkp.ts:25

Total DKP spent on loot claims.