BestiaryEntry

@Serializable
data class BestiaryEntry(val name: String, val kills: Long, val step: Int, val isMasteryUnlocked: Boolean) : AuctionCreatureEntry(source)

A bestiary entry of an Auction character.

Constructors

Link copied to clipboard
constructor(name: String, kills: Long, step: Int, isMasteryUnlocked: Boolean)

Properties

Link copied to clipboard

Whether the entry is complete or not.

Link copied to clipboard

Whether the character has unlocked the mastery of this creature or not.

Link copied to clipboard
open override val kills: Long

The number of kills done by the character.

Link copied to clipboard
open override val name: String

The name of the creature.

Link copied to clipboard
open override val step: Int

The current unlock step of the character.