BossEntry

@Serializable
data class BossEntry(val name: String, val identifier: String) : BaseCreatureEntry(source)

A boss in the BoostableBosses section of Tibia.com.

Constructors

Link copied to clipboard
constructor(name: String, identifier: String)

Properties

Link copied to clipboard
open override val identifier: String

The internal name of the boss. Used for images.

Link copied to clipboard
open val imageUrl: String

The URL to the creature's image.

Link copied to clipboard
open override val name: String

The name of the boss.