Prestige

@Serializable
data class Prestige(val itemId: String? = null, val costs: List<GemstoneCost>? = null)

Information about Crimson Isle set upgrades

Constructors

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

Properties

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

Costs for the upgrades

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

Item ID of the created item