RiftData

@Serializable
data class RiftData(val visits: Double? = null, val passConsumed: Double? = null, val lifetimeMotesEarned: Double? = null, val motesOrbPickup: Double? = null, val woodsLarvaKilled: Double? = null, val woodsOdonataBottled: Double? = null, val lagoonMushroomPoppedOut: Double? = null, val lagoonLilPadsSold: Double? = null, val lagoonRocksGameComplete: Double? = null, val lagoonLeechSupremeKilled: Double? = null, val plazaPillarDeaths: Double? = null, val westCakePartEaten: Double? = null, val westHotDogsGiven: Double? = null, val westVerminVacuumed: Map<String, Double> = emptyMap(), val dreadfarmWiltedHarvested: Double? = null, val dreadfarmCaducousHarvested: Double? = null, val dreadfarmAgaricusHarvested: Double? = null, val poppedBalloons: Double? = null, val dreadfarmChickenKilled: Double? = null, val dreadfarmBeanBulbCollected: Double? = null, val plazaRedLightDeaths: Double? = null, val plazaHorsezookaShot: Double? = null, val dreadfarmRiftwartsHarvested: Double? = null, val livingMetalSpawneggUsed: Double? = null, val livingMetalPieceMaxed: Double? = null, val livingCaveSnakeCollected: Double? = null, val colosseumGlobowlsAtTentacle: Double? = null, val colosseumBlasterShots: Double? = null, val colosseumBacteDefeated: Double? = null, val castleSentToPrison: Double? = null, val castleEffigyBroken: Double? = null, val shenItemBought: Map<String, Double> = emptyMap())

Constructors

Link copied to clipboard
constructor(visits: Double? = null, passConsumed: Double? = null, lifetimeMotesEarned: Double? = null, motesOrbPickup: Double? = null, woodsLarvaKilled: Double? = null, woodsOdonataBottled: Double? = null, lagoonMushroomPoppedOut: Double? = null, lagoonLilPadsSold: Double? = null, lagoonRocksGameComplete: Double? = null, lagoonLeechSupremeKilled: Double? = null, plazaPillarDeaths: Double? = null, westCakePartEaten: Double? = null, westHotDogsGiven: Double? = null, westVerminVacuumed: Map<String, Double> = emptyMap(), dreadfarmWiltedHarvested: Double? = null, dreadfarmCaducousHarvested: Double? = null, dreadfarmAgaricusHarvested: Double? = null, poppedBalloons: Double? = null, dreadfarmChickenKilled: Double? = null, dreadfarmBeanBulbCollected: Double? = null, plazaRedLightDeaths: Double? = null, plazaHorsezookaShot: Double? = null, dreadfarmRiftwartsHarvested: Double? = null, livingMetalSpawneggUsed: Double? = null, livingMetalPieceMaxed: Double? = null, livingCaveSnakeCollected: Double? = null, colosseumGlobowlsAtTentacle: Double? = null, colosseumBlasterShots: Double? = null, colosseumBacteDefeated: Double? = null, castleSentToPrison: Double? = null, castleEffigyBroken: Double? = null, shenItemBought: Map<String, Double> = emptyMap())

Properties

Link copied to clipboard
@SerialName(value = "castle_effigy_broken")
val castleEffigyBroken: Double? = null
Link copied to clipboard
@SerialName(value = "castle_sent_to_prison")
val castleSentToPrison: Double? = null
Link copied to clipboard
@SerialName(value = "colosseum_bacte_defeated")
val colosseumBacteDefeated: Double? = null
Link copied to clipboard
@SerialName(value = "colosseum_blaster_shots")
val colosseumBlasterShots: Double? = null
Link copied to clipboard
@SerialName(value = "colosseum_globowls_at_tentacle")
val colosseumGlobowlsAtTentacle: Double? = null
Link copied to clipboard
@SerialName(value = "dreadfarm_agaricus_harvested")
val dreadfarmAgaricusHarvested: Double? = null
Link copied to clipboard
@SerialName(value = "dreadfarm_bean_bulb_collected")
val dreadfarmBeanBulbCollected: Double? = null
Link copied to clipboard
@SerialName(value = "dreadfarm_caducous_harvested")
val dreadfarmCaducousHarvested: Double? = null
Link copied to clipboard
@SerialName(value = "dreadfarm_chicken_killed")
val dreadfarmChickenKilled: Double? = null
Link copied to clipboard
@SerialName(value = "dreadfarm_riftwarts_harvested")
val dreadfarmRiftwartsHarvested: Double? = null
Link copied to clipboard
@SerialName(value = "dreadfarm_wilted_harvested")
val dreadfarmWiltedHarvested: Double? = null
Link copied to clipboard
@SerialName(value = "lagoon_leech_supreme_killed")
val lagoonLeechSupremeKilled: Double? = null
Link copied to clipboard
@SerialName(value = "lagoon_lil_pads_sold")
val lagoonLilPadsSold: Double? = null
Link copied to clipboard
@SerialName(value = "lagoon_mushroom_popped_out")
val lagoonMushroomPoppedOut: Double? = null
Link copied to clipboard
@SerialName(value = "lagoon_rocks_game_complete")
val lagoonRocksGameComplete: Double? = null
Link copied to clipboard
@SerialName(value = "lifetime_motes_earned")
val lifetimeMotesEarned: Double? = null
Link copied to clipboard
@SerialName(value = "living_cave_snake_collected")
val livingCaveSnakeCollected: Double? = null
Link copied to clipboard
@SerialName(value = "living_metal_piece_maxed")
val livingMetalPieceMaxed: Double? = null
Link copied to clipboard
@SerialName(value = "living_metal_spawnegg_used")
val livingMetalSpawneggUsed: Double? = null
Link copied to clipboard
@SerialName(value = "motes_orb_pickup")
val motesOrbPickup: Double? = null
Link copied to clipboard
@SerialName(value = "pass_consumed")
val passConsumed: Double? = null
Link copied to clipboard
@SerialName(value = "plaza_horsezooka_shot")
val plazaHorsezookaShot: Double? = null
Link copied to clipboard
@SerialName(value = "plaza_pillar_deaths")
val plazaPillarDeaths: Double? = null
Link copied to clipboard
@SerialName(value = "plaza_red_light_deaths")
val plazaRedLightDeaths: Double? = null
Link copied to clipboard
@SerialName(value = "popped_balloons")
val poppedBalloons: Double? = null
Link copied to clipboard
@SerialName(value = "shen_item_bought")
val shenItemBought: Map<String, Double>
Link copied to clipboard
val visits: Double? = null
Link copied to clipboard
@SerialName(value = "west_cake_part_eaten")
val westCakePartEaten: Double? = null
Link copied to clipboard
@SerialName(value = "west_hot_dogs_given")
val westHotDogsGiven: Double? = null
Link copied to clipboard
@SerialName(value = "west_vermin_vacuumed")
val westVerminVacuumed: Map<String, Double>
Link copied to clipboard
@SerialName(value = "woods_larva_killed")
val woodsLarvaKilled: Double? = null
Link copied to clipboard
@SerialName(value = "woods_odonata_bottled")
val woodsOdonataBottled: Double? = null