Requirement

@Serializable
data class Requirement(val type: String? = null, val skill: SkillType? = null, val slayerBossType: String? = null, val level: Int? = null, val dungeonType: String? = null)

Information about item requirements

Constructors

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

Properties

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

Which dungeons are required

Link copied to clipboard
val level: Int? = null

Level of slayer/skill/dungeons required

Link copied to clipboard
val skill: SkillType? = null

Which skill is required

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

Which slayer is required

Link copied to clipboard
val type: String? = null

Type of requirement