Catacombs

@Serializable
data class Catacombs(val timesPlayed: Map<String, Int>? = null, val experience: Double? = null, val tierCompletions: Map<String, Int>? = null, val fastestTime: Map<String, Int>? = null, val bestRuns: Map<String, BestRun>? = null, val bestScore: Map<String, Int>? = null, val mobsKilled: Map<String, Int>? = null, val mostMobsKilled: Map<String, Int>? = null, val mostDamageTank: Map<String, Double>? = null, val mostHealing: Map<String, Double>? = null, val watcherKills: Map<String, Int>? = null, val highestTierCompleted: Int? = null, val fastestTimeS: Map<String, Double>? = null, val fastestTimeSPlus: Map<String, Double>? = null, val mostDamageBerserk: Map<String, Double>? = null, val mostDamageHealer: Map<String, Double>? = null, val mostDamageMage: Map<String, Double>? = null, val milestoneCompletions: Map<String, Double>? = null, val mostDamageArcher: Map<String, Double>? = null)

Constructors

Link copied to clipboard
constructor(timesPlayed: Map<String, Int>? = null, experience: Double? = null, tierCompletions: Map<String, Int>? = null, fastestTime: Map<String, Int>? = null, bestRuns: Map<String, BestRun>? = null, bestScore: Map<String, Int>? = null, mobsKilled: Map<String, Int>? = null, mostMobsKilled: Map<String, Int>? = null, mostDamageTank: Map<String, Double>? = null, mostHealing: Map<String, Double>? = null, watcherKills: Map<String, Int>? = null, highestTierCompleted: Int? = null, fastestTimeS: Map<String, Double>? = null, fastestTimeSPlus: Map<String, Double>? = null, mostDamageBerserk: Map<String, Double>? = null, mostDamageHealer: Map<String, Double>? = null, mostDamageMage: Map<String, Double>? = null, milestoneCompletions: Map<String, Double>? = null, mostDamageArcher: Map<String, Double>? = null)

Properties

Link copied to clipboard
@SerialName(value = "best_runs")
val bestRuns: Map<String, BestRun>? = null
Link copied to clipboard
@SerialName(value = "best_score")
val bestScore: Map<String, Int>? = null
Link copied to clipboard
val experience: Double? = null
Link copied to clipboard
@SerialName(value = "fastest_time")
val fastestTime: Map<String, Int>? = null
Link copied to clipboard
@SerialName(value = "fastest_time_s")
val fastestTimeS: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "fastest_time_s_plus")
val fastestTimeSPlus: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "highest_tier_completed")
val highestTierCompleted: Int? = null
Link copied to clipboard
@SerialName(value = "milestone_completions")
val milestoneCompletions: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "mobs_killed")
val mobsKilled: Map<String, Int>? = null
Link copied to clipboard
@SerialName(value = "most_damage_archer")
val mostDamageArcher: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "most_damage_berserk")
val mostDamageBerserk: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "most_damage_healer")
val mostDamageHealer: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "most_damage_mage")
val mostDamageMage: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "most_damage_tank")
val mostDamageTank: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "most_healing")
val mostHealing: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "most_mobs_killed")
val mostMobsKilled: Map<String, Int>? = null
Link copied to clipboard
@SerialName(value = "tier_completions")
val tierCompletions: Map<String, Int>? = null
Link copied to clipboard
@SerialName(value = "times_played")
val timesPlayed: Map<String, Int>? = null
Link copied to clipboard
@SerialName(value = "watcher_kills")
val watcherKills: Map<String, Int>? = null