AuctionDetails

@Serializable
data class AuctionDetails(val hitPoints: Int, val mana: Int, val capacity: Int, val speed: Int, val blessingsCount: Int, val mountsCount: Int, val outfitsCount: Int, val titlesCount: Int, val skills: AuctionSkills, val creationDate: Instant, val experience: Long, val gold: Long, val achievementPoints: Int, val regularWorldTransfersAvailable: Instant?, val charmExpansion: Boolean, val availableCharmPoints: Int, val spentCharmPoints: Int, val dailyRewardStreak: Int, val huntingTaskPoints: Int, val permanentHuntingTaskSlots: Int, val permanentPreySlots: Int, val preyWildcards: Int, val hirelings: Int, val hirelingJobs: Int, val hirelingOutfits: Int, val exaltedDust: Int, val exaltedDustLimit: Int, val bossPoints: Int, val bonusPromotionPoints: Int, val animusMasteriesUnlocked: Int, val items: ItemSummary, val storeItems: ItemSummary, val mounts: Mounts, val storeMounts: Mounts, val outfits: Outfits, val storeOutfits: Outfits, val familiars: Familiars, val blessings: List<BlessingEntry>, val imbuements: List<String>, val charms: List<CharmEntry>, val completedCyclopediaMapAreas: List<String>, val completedQuestLines: List<String>, val titles: List<String>, val achievements: List<AchievementEntry>, val bestiaryProgress: List<CreatureEntry>, val bosstiaryProgress: List<CreatureEntry>, val revealedGems: List<RevealedGem>)(source)

An auction's details.

Constructors

Link copied to clipboard
constructor(hitPoints: Int, mana: Int, capacity: Int, speed: Int, blessingsCount: Int, mountsCount: Int, outfitsCount: Int, titlesCount: Int, skills: AuctionSkills, creationDate: Instant, experience: Long, gold: Long, achievementPoints: Int, regularWorldTransfersAvailable: Instant?, charmExpansion: Boolean, availableCharmPoints: Int, spentCharmPoints: Int, dailyRewardStreak: Int, huntingTaskPoints: Int, permanentHuntingTaskSlots: Int, permanentPreySlots: Int, preyWildcards: Int, hirelings: Int, hirelingJobs: Int, hirelingOutfits: Int, exaltedDust: Int, exaltedDustLimit: Int, bossPoints: Int, bonusPromotionPoints: Int, animusMasteriesUnlocked: Int, items: ItemSummary, storeItems: ItemSummary, mounts: Mounts, storeMounts: Mounts, outfits: Outfits, storeOutfits: Outfits, familiars: Familiars, blessings: List<BlessingEntry>, imbuements: List<String>, charms: List<CharmEntry>, completedCyclopediaMapAreas: List<String>, completedQuestLines: List<String>, titles: List<String>, achievements: List<AchievementEntry>, bestiaryProgress: List<CreatureEntry>, bosstiaryProgress: List<CreatureEntry>, revealedGems: List<RevealedGem>)

Properties

Link copied to clipboard

The achievement points of the character.

Link copied to clipboard

The list of achievements the character has unlocked.

Link copied to clipboard

The number of animus masteries the character has unlocked.

Link copied to clipboard

The total charm points the character has for spending.

Link copied to clipboard

The list of bestiary creatures and their progress.

Link copied to clipboard

The blessings the character has.

Link copied to clipboard

The number of blessings the character has.

Link copied to clipboard

The bonus promotion points of the character.

Link copied to clipboard

The boss points of the character.

Link copied to clipboard

The list of bosstiary bosses and their progress.

Link copied to clipboard

The maximum capacity of the character.

Link copied to clipboard

Whether this character has a charm expansion or not.

Link copied to clipboard

The list of charms the character has unlocked.

Link copied to clipboard

The map areas the character has fully discovered.

Link copied to clipboard

The quest lines the character has unlocked.

Link copied to clipboard
val creationDate: Instant

The date and time when the character was created.

Link copied to clipboard

The current daily rewards streak.

Link copied to clipboard

The amount of exalted dust the character has.

Link copied to clipboard

The exalted dust limit of the character.

Link copied to clipboard

The total experience of the character.

Link copied to clipboard

The familiars the character has unlocked.

Link copied to clipboard
val gold: Long

The total gold the character has.

Link copied to clipboard

The total hireling jobs the character has available.

Link copied to clipboard

The total hireling outfits the character has available.

Link copied to clipboard

The total hirelings this character has.

Link copied to clipboard

The maximum hitpoint of the character.

Link copied to clipboard

The total hunting task points.

Link copied to clipboard

The list of imbuements the character has unlocked.

Link copied to clipboard

The summary of items of the character.

Link copied to clipboard
val mana: Int

The maximum mana of the character.

Link copied to clipboard

The mounts the character has unlocked.

Link copied to clipboard

The number of mounts the character has.

Link copied to clipboard

The outfits the character has unlocked.

Link copied to clipboard

the total number of outfits the character has.

Link copied to clipboard

The total number of permanent hunting task slots the character has.

Link copied to clipboard

The total number of permanent prey slots.

Link copied to clipboard

The number of prey wildcards.

Link copied to clipboard

The date when regular world transfers will be available again for this user.

Link copied to clipboard

The gems revealed by the character, with their effects.

Link copied to clipboard

The current skill levels of the character.

Link copied to clipboard
val speed: Int

The speed of the character.

Link copied to clipboard

The total charm points that have been spent.

Link copied to clipboard

The summary of store items of the character.

Link copied to clipboard

The store mounts the character has purchased.

Link copied to clipboard

The store outfits the character has purchased.

Link copied to clipboard

The list of titles the character has unlocked.

Link copied to clipboard

The total number of unlocked titles.