CreatureEntry

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

A creature in the CreaturesSection.

Constructors

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

Properties

Link copied to clipboard
open override val identifier: String

Internal name for the creature's race. Used for links and 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 creature. Usually in plural, except for CreaturesSection.boostedCreature.

Link copied to clipboard
val url: String

The URL to the creature's page.