GemstoneSlot

@Serializable
data class GemstoneSlot(val slotType: String? = null, val costs: List<GemstoneCost>? = null, val requirements: List<GemstoneRequirement>? = null)

Information about the items gemstone slots

Constructors

Link copied to clipboard
constructor(slotType: String? = null, costs: List<GemstoneCost>? = null, requirements: List<GemstoneRequirement>? = null)

Properties

Link copied to clipboard
val costs: List<GemstoneCost>? = null

The costs to unlock the gemstone slot

Link copied to clipboard

Requirements for gemstones on farming tools

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

Which gemstone is allowed in the slot