CatacombsRequirement

@Serializable
data class CatacombsRequirement(val type: String? = null, val dungeonType: String? = null, val level: Int? = null)

Information about the catacombs requirements for an item

Constructors

Link copied to clipboard
constructor(type: String? = null, dungeonType: String? = null, level: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "dungeon_type")
val dungeonType: String? = null

Always CATACOMBS

Link copied to clipboard
val level: Int? = null

Level for the requirement needed

Link copied to clipboard
val type: String? = null

Type of requirement (DUNGEON_SKILL)