CreaturesSection

@Serializable
data class CreaturesSection(val boostedCreature: CreatureEntry, val creatures: List<CreatureEntry>)(source)

The Creature's section in Tibia.com.

Constructors

Link copied to clipboard
constructor(boostedCreature: CreatureEntry, creatures: List<CreatureEntry>)

Properties

Link copied to clipboard

The currently boosted creature, also known as creature of the day.

Link copied to clipboard

The list of creatures in the library. Not all creatures in-game are visible.

Link copied to clipboard
val url: String

The URL to the creatures section.