From faa302163a0f21c0a1ab87a264330368153e23b7 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 30 Jun 2026 04:14:57 +0000 Subject: [PATCH] chore(schemas): compile schemas --- .../schemas/src/schemas/hypixel/counts.json | 78 + .../src/schemas/hypixel/leaderboards.json | 29 + .../schemas/src/schemas/hypixel/player.json | 9922 ++++++++++- .../hypixel/resources/achievements.json | 6269 ++++++- .../src/schemas/hypixel/resources/games.json | 35 + .../resources/skyblock/collections.json | 434 + .../hypixel/resources/skyblock/election.json | 28 + .../hypixel/resources/skyblock/items.json | 1845 +- .../hypixel/resources/skyblock/skills.json | 34 + .../schemas/hypixel/skyblock/auctions.json | 6 + .../hypixel/skyblock/auctions_ended.json | 3 + .../src/schemas/hypixel/skyblock/bazaar.json | 14460 +++++++++++++--- .../src/schemas/hypixel/skyblock/museum.json | 4302 ++++- .../src/schemas/hypixel/skyblock/profile.json | 7518 +++++++- 14 files changed, 40080 insertions(+), 4883 deletions(-) diff --git a/packages/schemas/src/schemas/hypixel/counts.json b/packages/schemas/src/schemas/hypixel/counts.json index ff25dc04..5f221514 100644 --- a/packages/schemas/src/schemas/hypixel/counts.json +++ b/packages/schemas/src/schemas/hypixel/counts.json @@ -44,6 +44,9 @@ "DEFENDER": { "type": "integer" }, + "DISASTERS": { + "type": "integer" + }, "DRAGONWARS2": { "type": "integer" }, @@ -89,6 +92,9 @@ "PVP_CTW": { "type": "integer" }, + "SCUBA_SIMULATOR": { + "type": "integer" + }, "SIMON_SAYS": { "type": "integer" }, @@ -109,6 +115,9 @@ }, "ZOMBIES_DEAD_END": { "type": "integer" + }, + "ZOMBIES_PRISON": { + "type": "integer" } }, "type": "object" @@ -145,9 +154,15 @@ "properties": { "modes": { "properties": { + "BEDWARS_CASTLE": { + "type": "integer" + }, "BEDWARS_EIGHT_ONE": { "type": "integer" }, + "BEDWARS_EIGHT_ONE_ONEBLOCK": { + "type": "integer" + }, "BEDWARS_EIGHT_TWO": { "type": "integer" }, @@ -190,6 +205,9 @@ "BEDWARS_FOUR_FOUR_ULTIMATE": { "type": "integer" }, + "BEDWARS_FOUR_FOUR_UNDERWORLD": { + "type": "integer" + }, "BEDWARS_FOUR_FOUR_VOIDLESS": { "type": "integer" }, @@ -236,6 +254,9 @@ "BUILD_BATTLE_SOLO_PRO": { "type": "integer" }, + "BUILD_BATTLE_SPEED_BUILDERS": { + "type": "integer" + }, "BUILD_BATTLE_TEAMS_NORMAL": { "type": "integer" } @@ -252,6 +273,12 @@ "properties": { "modes": { "properties": { + "BEDWARS_TWO_ONE_DUELS": { + "type": "integer" + }, + "BEDWARS_TWO_ONE_DUELS_RUSH": { + "type": "integer" + }, "DUELS_BLITZ_DUEL": { "type": "integer" }, @@ -285,6 +312,9 @@ "DUELS_CAPTURE_THREES": { "type": "integer" }, + "DUELS_CLASSIC_DOUBLES": { + "type": "integer" + }, "DUELS_CLASSIC_DUEL": { "type": "integer" }, @@ -312,6 +342,12 @@ "DUELS_POTION_DUEL": { "type": "integer" }, + "DUELS_QUAKE_DUEL": { + "type": "integer" + }, + "DUELS_SPLEEF_DUEL": { + "type": "integer" + }, "DUELS_SUMO_DUEL": { "type": "integer" }, @@ -534,18 +570,33 @@ "farming_1": { "type": "integer" }, + "fishing_1": { + "type": "integer" + }, "foraging_1": { "type": "integer" }, + "foraging_2": { + "type": "integer" + }, "garden": { "type": "integer" }, "hub": { "type": "integer" }, + "instanced": { + "type": "integer" + }, "kuudra": { "type": "integer" }, + "lotus_atoll": { + "type": "integer" + }, + "mineshaft": { + "type": "integer" + }, "mining_1": { "type": "integer" }, @@ -574,12 +625,21 @@ "properties": { "modes": { "properties": { + "mega_doubles": { + "type": "integer" + }, "mega_normal": { "type": "integer" }, + "mini_normal": { + "type": "integer" + }, "solo_insane": { "type": "integer" }, + "solo_insane_hunters_vs_beasts": { + "type": "integer" + }, "solo_insane_lucky": { "type": "integer" }, @@ -601,6 +661,15 @@ "teams_insane_lucky": { "type": "integer" }, + "teams_insane_rush": { + "type": "integer" + }, + "teams_insane_slime": { + "type": "integer" + }, + "teams_insane_tnt_madness": { + "type": "integer" + }, "teams_normal": { "type": "integer" } @@ -727,6 +796,9 @@ "properties": { "modes": { "properties": { + "BRAWL_DUO": { + "type": "integer" + }, "SOLO": { "type": "integer" }, @@ -765,6 +837,12 @@ "properties": { "modes": { "properties": { + "capture_the_wool_two_twenty": { + "type": "integer" + }, + "sheep_wars_two_six": { + "type": "integer" + }, "wool_wars_two_four": { "type": "integer" } diff --git a/packages/schemas/src/schemas/hypixel/leaderboards.json b/packages/schemas/src/schemas/hypixel/leaderboards.json index 98ac3f2f..d98ca897 100644 --- a/packages/schemas/src/schemas/hypixel/leaderboards.json +++ b/packages/schemas/src/schemas/hypixel/leaderboards.json @@ -247,6 +247,35 @@ }, "type": "array" }, + "HOUSING": { + "items": { + "properties": { + "count": { + "type": "integer" + }, + "leaders": { + "items": { + "type": "string" + }, + "type": "array" + }, + "location": { + "type": "string" + }, + "path": { + "type": "string" + }, + "prefix": { + "type": "string" + }, + "title": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, "MCGO": { "items": { "properties": { diff --git a/packages/schemas/src/schemas/hypixel/player.json b/packages/schemas/src/schemas/hypixel/player.json index 377ded0a..ec8f397b 100644 --- a/packages/schemas/src/schemas/hypixel/player.json +++ b/packages/schemas/src/schemas/hypixel/player.json @@ -250,6 +250,12 @@ "arcade_ctw_slayer": { "type": "integer" }, + "arcade_disasters_prepared": { + "type": "integer" + }, + "arcade_disasters_survivalist": { + "type": "integer" + }, "arcade_dropper_flawless_faller": { "type": "integer" }, @@ -352,6 +358,9 @@ "bedwars_loot_box": { "type": "integer" }, + "bedwars_slumber_ticket_master": { + "type": "integer" + }, "bedwars_wins": { "type": "integer" }, @@ -469,6 +478,15 @@ "christmas2017_advent_2022": { "type": "integer" }, + "christmas2017_advent_2023": { + "type": "integer" + }, + "christmas2017_advent_2024": { + "type": "integer" + }, + "christmas2017_advent_2025": { + "type": "integer" + }, "christmas2017_best_presents": { "type": "integer" }, @@ -478,6 +496,9 @@ "christmas2017_present_collector": { "type": "integer" }, + "christmas2017_protege": { + "type": "integer" + }, "christmas2017_santa_says_rounds": { "type": "integer" }, @@ -487,6 +508,9 @@ "copsandcrims_any_gun_any_time": { "type": "integer" }, + "copsandcrims_assassin": { + "type": "integer" + }, "copsandcrims_bomb_specialist": { "type": "integer" }, @@ -505,12 +529,27 @@ "copsandcrims_practice_makes_perfect": { "type": "integer" }, + "copsandcrims_promising_recruit": { + "type": "integer" + }, "copsandcrims_serial_killer": { "type": "integer" }, "duels_arena_mastery": { "type": "integer" }, + "duels_bed_wars_duels_winner": { + "type": "integer" + }, + "duels_blitz_duels_winner": { + "type": "integer" + }, + "duels_bow_duels_winner": { + "type": "integer" + }, + "duels_boxing_duels_winner": { + "type": "integer" + }, "duels_bridge_doubles_wins": { "type": "integer" }, @@ -529,6 +568,12 @@ "duels_bridge_wins": { "type": "integer" }, + "duels_classic_duels_winner": { + "type": "integer" + }, + "duels_combo_duels_winner": { + "type": "integer" + }, "duels_duels_division": { "type": "integer" }, @@ -553,6 +598,33 @@ "duels_goals": { "type": "integer" }, + "duels_mega_walls_duels_winner": { + "type": "integer" + }, + "duels_no_debuff_duels_winner": { + "type": "integer" + }, + "duels_op_duels_winner": { + "type": "integer" + }, + "duels_parkour_duels_winner": { + "type": "integer" + }, + "duels_quakecraft_duels_winner": { + "type": "integer" + }, + "duels_skywars_duels_winner": { + "type": "integer" + }, + "duels_spleef_duels_winner": { + "type": "integer" + }, + "duels_sumo_duels_winner": { + "type": "integer" + }, + "duels_uhc_duels_winner": { + "type": "integer" + }, "duels_unique_map_wins": { "type": "integer" }, @@ -745,6 +817,9 @@ "skyblock_people_pleaser": { "type": "integer" }, + "skyblock_predator": { + "type": "integer" + }, "skyblock_sb_levels": { "type": "integer" }, @@ -787,6 +862,9 @@ "skywars_kills_mega": { "type": "integer" }, + "skywars_kills_mini": { + "type": "integer" + }, "skywars_kills_solo": { "type": "integer" }, @@ -817,6 +895,9 @@ "skywars_wins_mega": { "type": "integer" }, + "skywars_wins_mini": { + "type": "integer" + }, "skywars_wins_solo": { "type": "integer" }, @@ -880,6 +961,9 @@ "tntgames_pvp_run_wins": { "type": "integer" }, + "tntgames_the_upper_hand": { + "type": "integer" + }, "tntgames_tnt_banker": { "type": "integer" }, @@ -1033,15 +1117,42 @@ "warlords_warrior_level": { "type": "integer" }, + "woolgames_capture_the_wool_slayer": { + "type": "integer" + }, + "woolgames_capture_the_wool_smuggler": { + "type": "integer" + }, "woolgames_mountain_of_wool": { "type": "integer" }, + "woolgames_sheep_wars_sharpshooter": { + "type": "integer" + }, + "woolgames_sheep_wars_sheep_slayer": { + "type": "integer" + }, + "woolgames_sheep_wars_slayer": { + "type": "integer" + }, + "woolgames_sheep_wars_winner": { + "type": "integer" + }, "woolgames_wool_contest": { "type": "integer" }, "woolgames_wool_kills": { "type": "integer" }, + "woolgames_wool_wars_capturer": { + "type": "integer" + }, + "woolgames_wool_wars_slayer": { + "type": "integer" + }, + "woolgames_wool_wars_winner": { + "type": "integer" + }, "woolgames_wool_wins": { "type": "integer" } @@ -1537,6 +1648,22 @@ "buildTeam": { "type": "boolean" }, + "cachedData": { + "properties": { + "superstarMonths": { + "properties": { + "lastUpdated": { + "type": "integer" + }, + "value": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, "challenges": { "properties": { "all_time": { @@ -1849,6 +1976,12 @@ }, "WOOL_GAMES__merciless_killer_challenge": { "type": "integer" + }, + "WOOL_GAMES__sheep_wars_challenge": { + "type": "integer" + }, + "WOOL_GAMES__wool_wars_challenge": { + "type": "integer" } }, "type": "object" @@ -2109,6 +2242,12 @@ "ARCADE__hole_in_the_wall_challenge": { "type": "integer" }, + "ARCADE__hypixel_says_challenge": { + "type": "integer" + }, + "ARCADE__mini_walls_challenge": { + "type": "integer" + }, "ARCADE__party_games_challenge": { "type": "integer" }, @@ -2444,6 +2583,9 @@ "WALLS3__berserk_challenge": { "type": "integer" }, + "WALLS3__protector_challenge": { + "type": "integer" + }, "WALLS__double_kill_challenge": { "type": "integer" }, @@ -5670,6 +5812,9 @@ "Hamlet Bay": { "type": "integer" }, + "Melon Mall": { + "type": "integer" + }, "Monorail": { "type": "integer" }, @@ -6108,6 +6253,20 @@ }, "type": "object" }, + "Prototype2025": { + "properties": { + "0": { + "type": "integer" + }, + "1": { + "type": "integer" + }, + "2": { + "type": "integer" + } + }, + "type": "object" + }, "SkyClash": { "properties": { "0": { @@ -6629,6 +6788,20 @@ }, "type": "array" }, + "Prototype2025": { + "items": { + "properties": { + "timeStart": { + "type": "integer" + }, + "timeTook": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + }, "QuakeCraft": { "items": { "properties": { @@ -15892,6 +16065,41 @@ }, "type": "object" }, + "mega_walls_teamwork": { + "properties": { + "active": { + "properties": { + "objectives": { + "properties": { + "mega_walls_kill_weekly": { + "type": "integer" + }, + "mega_walls_wither_damage_weekly": { + "type": "integer" + } + }, + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "mega_walls_weekly": { "properties": { "active": { @@ -16323,13 +16531,13 @@ }, "type": "object" }, - "mm_special_weekly_santa": { + "mm_special_weekly_killer_instinct_2024": { "properties": { "active": { "properties": { "objectives": { "properties": { - "mm_special_weekly_santa": { + "mm_target_kills": { "type": "integer" } }, @@ -16355,16 +16563,11 @@ }, "type": "object" }, - "mm_weekly_murderer_kills": { + "mm_special_weekly_killer_instinct_2025": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "mm_weekly_kills_as_murderer": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -16372,28 +16575,17 @@ } }, "type": "object" - }, - "completions": { - "items": { - "properties": { - "time": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" } }, "type": "object" }, - "mm_weekly_wins": { + "mm_special_weekly_santa": { "properties": { "active": { "properties": { "objectives": { "properties": { - "mm_weekly_win": { + "mm_special_weekly_santa": { "type": "integer" } }, @@ -16419,11 +16611,16 @@ }, "type": "object" }, - "normal_brawler": { + "mm_weekly_murderer_kills": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "mm_weekly_kills_as_murderer": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -16446,22 +16643,13 @@ }, "type": "object" }, - "nugget_warriors": { + "mm_weekly_wins": { "properties": { "active": { "properties": { "objectives": { "properties": { - "paintball": { - "type": "integer" - }, - "quake": { - "type": "integer" - }, - "vampirez": { - "type": "integer" - }, - "walls": { + "mm_weekly_win": { "type": "integer" } }, @@ -16487,22 +16675,11 @@ }, "type": "object" }, - "paintball_expert": { + "normal_brawler": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "kill": { - "type": "integer" - }, - "play": { - "type": "integer" - }, - "win": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -16525,13 +16702,22 @@ }, "type": "object" }, - "paintball_killer": { + "nugget_warriors": { "properties": { "active": { "properties": { "objectives": { "properties": { - "kill": { + "paintball": { + "type": "integer" + }, + "quake": { + "type": "integer" + }, + "vampirez": { + "type": "integer" + }, + "walls": { "type": "integer" } }, @@ -16557,11 +16743,22 @@ }, "type": "object" }, - "paintballer": { + "paintball_expert": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "kill": { + "type": "integer" + }, + "play": { + "type": "integer" + }, + "win": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -16584,11 +16781,16 @@ }, "type": "object" }, - "pit_daily_contract": { + "paintball_killer": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "kill": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -16611,16 +16813,70 @@ }, "type": "object" }, - "pit_daily_kills": { + "paintballer": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "kill": { - "type": "integer" - } - }, + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "pit_daily_contract": { + "properties": { + "active": { + "properties": { + "objectives": { + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "pit_daily_kills": { + "properties": { + "active": { + "properties": { + "objectives": { + "properties": { + "kill": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -17126,6 +17382,22 @@ }, "type": "object" }, + "skywars_arcade_win_LEGACY": { + "properties": { + "active": { + "properties": { + "objectives": { + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, "skywars_corrupt_win": { "properties": { "active": { @@ -17576,130 +17848,7 @@ }, "type": "object" }, - "skywars_solo_kills": { - "properties": { - "active": { - "properties": { - "objectives": { - "properties": { - "skywars_solo_kills": { - "type": "integer" - } - }, - "type": "object" - }, - "started": { - "type": "integer" - } - }, - "type": "object" - }, - "completions": { - "items": { - "properties": { - "time": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "skywars_solo_win": { - "properties": { - "active": { - "properties": { - "objectives": { - "type": "object" - }, - "started": { - "type": "integer" - } - }, - "type": "object" - }, - "completions": { - "items": { - "properties": { - "time": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "skywars_special_north_pole": { - "properties": { - "active": { - "properties": { - "objectives": { - "properties": { - "skywars_special_gifts": { - "type": "integer" - } - }, - "type": "object" - }, - "started": { - "type": "integer" - } - }, - "type": "object" - }, - "completions": { - "items": { - "properties": { - "time": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "skywars_team_kills": { - "properties": { - "active": { - "properties": { - "objectives": { - "properties": { - "skywars_team_kills": { - "type": "integer" - } - }, - "type": "object" - }, - "started": { - "type": "integer" - } - }, - "type": "object" - }, - "completions": { - "items": { - "properties": { - "time": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "skywars_team_win": { + "skywars_monthly_earn_opals": { "properties": { "active": { "properties": { @@ -17726,60 +17875,13 @@ }, "type": "object" }, - "skywars_weekly_arcade_win_all": { - "properties": { - "active": { - "properties": { - "objectives": { - "properties": { - "skywars_arcade_weekly_win": { - "type": "integer" - }, - "skywars_weekly_lab_blizzard_win": { - "type": "integer" - }, - "skywars_weekly_lab_color_mania_win": { - "type": "integer" - }, - "skywars_weekly_lab_floor_is_lava_win": { - "type": "integer" - }, - "skywars_weekly_lab_rush_win": { - "type": "integer" - }, - "skywars_weekly_lab_tnt_madness_win": { - "type": "integer" - } - }, - "type": "object" - }, - "started": { - "type": "integer" - } - }, - "type": "object" - }, - "completions": { - "items": { - "properties": { - "time": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "skywars_weekly_free_loot_chest": { + "skywars_solo_kills": { "properties": { "active": { "properties": { "objectives": { "properties": { - "skywars_free_loot_chest_win": { + "skywars_solo_kills": { "type": "integer" } }, @@ -17805,16 +17907,11 @@ }, "type": "object" }, - "skywars_weekly_hard_chest": { + "skywars_solo_win": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "skywars_weekly_hard_loot_chest": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -17837,13 +17934,13 @@ }, "type": "object" }, - "skywars_weekly_kills": { + "skywars_special_north_pole": { "properties": { "active": { "properties": { "objectives": { "properties": { - "skywars_weekly_kills": { + "skywars_special_gifts": { "type": "integer" } }, @@ -17869,11 +17966,16 @@ }, "type": "object" }, - "solo_brawler": { + "skywars_team_kills": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "skywars_team_kills": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -17896,19 +17998,11 @@ }, "type": "object" }, - "space_mission": { + "skywars_team_win": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "kill": { - "type": "integer" - }, - "win": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -17931,7 +18025,7 @@ }, "type": "object" }, - "speed_uhc_daily_hunting_season": { + "skywars_team_win_LEGACY": { "properties": { "active": { "properties": { @@ -17947,11 +18041,31 @@ }, "type": "object" }, - "speed_uhc_daily_insane_brawler": { + "skywars_weekly_arcade_win_all": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "skywars_arcade_weekly_win": { + "type": "integer" + }, + "skywars_weekly_lab_blizzard_win": { + "type": "integer" + }, + "skywars_weekly_lab_color_mania_win": { + "type": "integer" + }, + "skywars_weekly_lab_floor_is_lava_win": { + "type": "integer" + }, + "skywars_weekly_lab_rush_win": { + "type": "integer" + }, + "skywars_weekly_lab_tnt_madness_win": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -17959,31 +18073,31 @@ } }, "type": "object" - } - }, - "type": "object" - }, - "speed_uhc_daily_normal_brawler": { - "properties": { - "active": { - "properties": { - "objectives": { - "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } }, - "started": { - "type": "integer" - } + "type": "object" }, - "type": "object" + "type": "array" } }, "type": "object" }, - "speed_uhc_daily_uhc_addict": { + "skywars_weekly_free_loot_chest": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "skywars_free_loot_chest_win": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -17991,33 +18105,28 @@ } }, "type": "object" - } - }, - "type": "object" - }, - "speed_uhc_weekly_warriors_journey": { - "properties": { - "active": { - "properties": { - "objectives": { - "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } }, - "started": { - "type": "integer" - } + "type": "object" }, - "type": "object" + "type": "array" } }, "type": "object" }, - "supersmash_solo_kills": { + "skywars_weekly_hard_chest": { "properties": { "active": { "properties": { "objectives": { "properties": { - "supersmash_solo_kills": { + "skywars_weekly_hard_loot_chest": { "type": "integer" } }, @@ -18043,11 +18152,16 @@ }, "type": "object" }, - "supersmash_solo_win": { + "skywars_weekly_kills": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "skywars_weekly_kills": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -18070,13 +18184,13 @@ }, "type": "object" }, - "supersmash_team_kills": { + "skywars_weekly_wins": { "properties": { "active": { "properties": { "objectives": { "properties": { - "supersmash_team_kills": { + "skywars_weekly_wins": { "type": "integer" } }, @@ -18102,7 +18216,7 @@ }, "type": "object" }, - "supersmash_team_win": { + "solo_brawler": { "properties": { "active": { "properties": { @@ -18129,13 +18243,16 @@ }, "type": "object" }, - "supersmash_weekly_kills": { + "space_mission": { "properties": { "active": { "properties": { "objectives": { "properties": { - "supersmash_weekly_kills": { + "kill": { + "type": "integer" + }, + "win": { "type": "integer" } }, @@ -18161,7 +18278,7 @@ }, "type": "object" }, - "team_brawler": { + "speed_uhc_daily_hunting_season": { "properties": { "active": { "properties": { @@ -18173,31 +18290,15 @@ } }, "type": "object" - }, - "completions": { - "items": { - "properties": { - "time": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" } }, "type": "object" }, - "tnt_addict": { + "speed_uhc_daily_insane_brawler": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "win": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -18205,31 +18306,31 @@ } }, "type": "object" - }, - "completions": { - "items": { - "properties": { - "time": { - "type": "integer" - } + } + }, + "type": "object" + }, + "speed_uhc_daily_normal_brawler": { + "properties": { + "active": { + "properties": { + "objectives": { + "type": "object" }, - "type": "object" + "started": { + "type": "integer" + } }, - "type": "array" + "type": "object" } }, "type": "object" }, - "tnt_bowspleef_daily": { + "speed_uhc_daily_uhc_addict": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "tnt_bowspleef_daily": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -18237,28 +18338,33 @@ } }, "type": "object" - }, - "completions": { - "items": { - "properties": { - "time": { - "type": "integer" - } + } + }, + "type": "object" + }, + "speed_uhc_weekly_warriors_journey": { + "properties": { + "active": { + "properties": { + "objectives": { + "type": "object" }, - "type": "object" + "started": { + "type": "integer" + } }, - "type": "array" + "type": "object" } }, "type": "object" }, - "tnt_bowspleef_weekly": { + "supersmash_solo_kills": { "properties": { "active": { "properties": { "objectives": { "properties": { - "tnt_bowspleef_weekly": { + "supersmash_solo_kills": { "type": "integer" } }, @@ -18284,16 +18390,11 @@ }, "type": "object" }, - "tnt_daily_play": { + "supersmash_solo_win": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "tnt_daily_play": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -18316,11 +18417,16 @@ }, "type": "object" }, - "tnt_daily_win": { + "supersmash_team_kills": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "supersmash_team_kills": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -18343,19 +18449,11 @@ }, "type": "object" }, - "tnt_lunar_quest": { + "supersmash_team_win": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "tnt_special_arrows": { - "type": "integer" - }, - "tnt_special_fire_wizard": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -18378,13 +18476,13 @@ }, "type": "object" }, - "tnt_pvprun_daily": { + "supersmash_weekly_kills": { "properties": { "active": { "properties": { "objectives": { "properties": { - "tnt_pvprun_daily": { + "supersmash_weekly_kills": { "type": "integer" } }, @@ -18410,16 +18508,11 @@ }, "type": "object" }, - "tnt_pvprun_weekly": { + "team_brawler": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "tnt_pvprun_weekly": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -18442,13 +18535,13 @@ }, "type": "object" }, - "tnt_tntrun_daily": { + "tnt_addict": { "properties": { "active": { "properties": { "objectives": { "properties": { - "tnt_tntrun_daily": { + "win": { "type": "integer" } }, @@ -18474,13 +18567,13 @@ }, "type": "object" }, - "tnt_tntrun_weekly": { + "tnt_bowspleef_daily": { "properties": { "active": { "properties": { "objectives": { "properties": { - "tnt_tntrun_weekly": { + "tnt_bowspleef_daily": { "type": "integer" } }, @@ -18506,13 +18599,13 @@ }, "type": "object" }, - "tnt_tnttag_daily": { + "tnt_bowspleef_weekly": { "properties": { "active": { "properties": { "objectives": { "properties": { - "tnt_tnttag_daily": { + "tnt_bowspleef_weekly": { "type": "integer" } }, @@ -18538,13 +18631,13 @@ }, "type": "object" }, - "tnt_tnttag_weekly": { + "tnt_daily_play": { "properties": { "active": { "properties": { "objectives": { "properties": { - "tnt_tnttag_weekly": { + "tnt_daily_play": { "type": "integer" } }, @@ -18570,16 +18663,11 @@ }, "type": "object" }, - "tnt_weekly_play": { + "tnt_daily_win": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "tnt_weekly_play": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -18602,13 +18690,16 @@ }, "type": "object" }, - "tnt_weekly_special": { + "tnt_lunar_quest": { "properties": { "active": { "properties": { "objectives": { "properties": { - "tnt_weekly_candy_canes": { + "tnt_special_arrows": { + "type": "integer" + }, + "tnt_special_fire_wizard": { "type": "integer" } }, @@ -18634,16 +18725,13 @@ }, "type": "object" }, - "tnt_wizards_daily": { + "tnt_pvprun_daily": { "properties": { "active": { "properties": { "objectives": { "properties": { - "tnt_wizards_daily_kills": { - "type": "integer" - }, - "tnt_wizards_daily_win": { + "tnt_pvprun_daily": { "type": "integer" } }, @@ -18669,16 +18757,13 @@ }, "type": "object" }, - "tnt_wizards_weekly": { + "tnt_pvprun_weekly": { "properties": { "active": { "properties": { "objectives": { "properties": { - "tnt_wizards_weekly_kills": { - "type": "integer" - }, - "tnt_wizards_weekly_win": { + "tnt_pvprun_weekly": { "type": "integer" } }, @@ -18704,11 +18789,16 @@ }, "type": "object" }, - "tutorials": { + "tnt_tntrun_daily": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "tnt_tntrun_daily": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -18716,17 +18806,28 @@ } }, "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" } }, "type": "object" }, - "uhc_addict": { + "tnt_tntrun_weekly": { "properties": { "active": { "properties": { "objectives": { "properties": { - "play": { + "tnt_tntrun_weekly": { "type": "integer" } }, @@ -18752,13 +18853,13 @@ }, "type": "object" }, - "uhc_daily": { + "tnt_tnttag_daily": { "properties": { "active": { "properties": { "objectives": { "properties": { - "uhc_games": { + "tnt_tnttag_daily": { "type": "integer" } }, @@ -18784,13 +18885,13 @@ }, "type": "object" }, - "uhc_dm": { + "tnt_tnttag_weekly": { "properties": { "active": { "properties": { "objectives": { "properties": { - "uhc_kills": { + "tnt_tnttag_weekly": { "type": "integer" } }, @@ -18816,13 +18917,13 @@ }, "type": "object" }, - "uhc_madness": { + "tnt_weekly_play": { "properties": { "active": { "properties": { "objectives": { "properties": { - "kill": { + "tnt_weekly_play": { "type": "integer" } }, @@ -18848,16 +18949,13 @@ }, "type": "object" }, - "uhc_solo": { + "tnt_weekly_special": { "properties": { "active": { "properties": { "objectives": { "properties": { - "uhc_games": { - "type": "integer" - }, - "uhc_kills": { + "tnt_weekly_candy_canes": { "type": "integer" } }, @@ -18883,16 +18981,16 @@ }, "type": "object" }, - "uhc_team": { + "tnt_wizards_daily": { "properties": { "active": { "properties": { "objectives": { "properties": { - "uhc_games": { + "tnt_wizards_daily_kills": { "type": "integer" }, - "uhc_kills": { + "tnt_wizards_daily_win": { "type": "integer" } }, @@ -18918,16 +19016,16 @@ }, "type": "object" }, - "uhc_weekly": { + "tnt_wizards_weekly": { "properties": { "active": { "properties": { "objectives": { "properties": { - "uhc_kills": { + "tnt_wizards_weekly_kills": { "type": "integer" }, - "uhc_wins": { + "tnt_wizards_weekly_win": { "type": "integer" } }, @@ -18953,13 +19051,29 @@ }, "type": "object" }, - "uhc_weekly_special_cookie": { + "tutorials": { + "properties": { + "active": { + "properties": { + "objectives": { + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "uhc_addict": { "properties": { "active": { "properties": { "objectives": { "properties": { - "uhc_kills_after_cookie": { + "play": { "type": "integer" } }, @@ -18985,16 +19099,13 @@ }, "type": "object" }, - "use_firework": { - "type": "object" - }, - "vampirez_daily_human_kill": { + "uhc_daily": { "properties": { "active": { "properties": { "objectives": { "properties": { - "vampirez_daily_kill_human": { + "uhc_games": { "type": "integer" } }, @@ -19020,16 +19131,13 @@ }, "type": "object" }, - "vampirez_daily_kill": { + "uhc_dm": { "properties": { "active": { "properties": { "objectives": { "properties": { - "vampirez_daily_kill_vampire": { - "type": "integer" - }, - "vampirez_daily_kill_zombie": { + "uhc_kills": { "type": "integer" } }, @@ -19055,11 +19163,16 @@ }, "type": "object" }, - "vampirez_daily_play": { + "uhc_madness": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "kill": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -19082,11 +19195,19 @@ }, "type": "object" }, - "vampirez_daily_win": { + "uhc_solo": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "uhc_games": { + "type": "integer" + }, + "uhc_kills": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -19109,13 +19230,16 @@ }, "type": "object" }, - "vampirez_weekly_human_kill": { + "uhc_team": { "properties": { "active": { "properties": { "objectives": { "properties": { - "vampirez_weekly_kill_survivor": { + "uhc_games": { + "type": "integer" + }, + "uhc_kills": { "type": "integer" } }, @@ -19141,16 +19265,16 @@ }, "type": "object" }, - "vampirez_weekly_kill": { + "uhc_weekly": { "properties": { "active": { "properties": { "objectives": { "properties": { - "vampirez_weekly_kill_vampire": { + "uhc_kills": { "type": "integer" }, - "vampirez_weekly_kill_zombie": { + "uhc_wins": { "type": "integer" } }, @@ -19176,13 +19300,13 @@ }, "type": "object" }, - "vampirez_weekly_win": { + "uhc_weekly_special_cookie": { "properties": { "active": { "properties": { "objectives": { "properties": { - "vampirez_weekly_win_survivor": { + "uhc_kills_after_cookie": { "type": "integer" } }, @@ -19208,16 +19332,16 @@ }, "type": "object" }, - "waller": { + "use_firework": { + "type": "object" + }, + "vampirez_daily_human_kill": { "properties": { "active": { "properties": { "objectives": { "properties": { - "kill": { - "type": "integer" - }, - "win": { + "vampirez_daily_kill_human": { "type": "integer" } }, @@ -19243,13 +19367,16 @@ }, "type": "object" }, - "walls_daily_kill": { + "vampirez_daily_kill": { "properties": { "active": { "properties": { "objectives": { "properties": { - "walls_daily_kill": { + "vampirez_daily_kill_vampire": { + "type": "integer" + }, + "vampirez_daily_kill_zombie": { "type": "integer" } }, @@ -19275,7 +19402,7 @@ }, "type": "object" }, - "walls_daily_play": { + "vampirez_daily_play": { "properties": { "active": { "properties": { @@ -19302,7 +19429,7 @@ }, "type": "object" }, - "walls_daily_win": { + "vampirez_daily_win": { "properties": { "active": { "properties": { @@ -19329,16 +19456,13 @@ }, "type": "object" }, - "walls_weekly": { + "vampirez_weekly_human_kill": { "properties": { "active": { "properties": { "objectives": { "properties": { - "walls_weekly_kills": { - "type": "integer" - }, - "walls_weekly_play": { + "vampirez_weekly_kill_survivor": { "type": "integer" } }, @@ -19364,16 +19488,16 @@ }, "type": "object" }, - "warlords_all_star": { + "vampirez_weekly_kill": { "properties": { "active": { "properties": { "objectives": { "properties": { - "warlords_weekly_damage": { + "vampirez_weekly_kill_vampire": { "type": "integer" }, - "warlords_weekly_heal": { + "vampirez_weekly_kill_zombie": { "type": "integer" } }, @@ -19399,11 +19523,16 @@ }, "type": "object" }, - "warlords_ctf": { + "vampirez_weekly_win": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "vampirez_weekly_win_survivor": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -19426,13 +19555,16 @@ }, "type": "object" }, - "warlords_dedication": { + "waller": { "properties": { "active": { "properties": { "objectives": { "properties": { - "warlords_weekly_dedi": { + "kill": { + "type": "integer" + }, + "win": { "type": "integer" } }, @@ -19458,11 +19590,16 @@ }, "type": "object" }, - "warlords_domination": { + "walls_daily_kill": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "walls_daily_kill": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -19485,16 +19622,11 @@ }, "type": "object" }, - "warlords_objectives": { + "walls_daily_play": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "warlords_daily_objectives": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -19517,7 +19649,7 @@ }, "type": "object" }, - "warlords_tdm": { + "walls_daily_win": { "properties": { "active": { "properties": { @@ -19544,11 +19676,19 @@ }, "type": "object" }, - "warlords_victorious": { + "walls_weekly": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "walls_weekly_kills": { + "type": "integer" + }, + "walls_weekly_play": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -19571,11 +19711,19 @@ }, "type": "object" }, - "warlords_win": { + "warlords_all_star": { "properties": { "active": { "properties": { "objectives": { + "properties": { + "warlords_weekly_damage": { + "type": "integer" + }, + "warlords_weekly_heal": { + "type": "integer" + } + }, "type": "object" }, "started": { @@ -19598,40 +19746,11 @@ }, "type": "object" }, - "warriors_journey": { + "warlords_ctf": { "properties": { "active": { "properties": { "objectives": { - "properties": { - "arenawin2": { - "type": "integer" - }, - "blitzkill": { - "type": "integer" - }, - "megawallswin": { - "type": "integer" - }, - "paintballwin": { - "type": "integer" - }, - "quake25kill": { - "type": "integer" - }, - "tntwin": { - "type": "integer" - }, - "vampirezkillhuman": { - "type": "integer" - }, - "vampirezkillvamps": { - "type": "integer" - }, - "wallswin": { - "type": "integer" - } - }, "type": "object" }, "started": { @@ -19654,16 +19773,244 @@ }, "type": "object" }, - "welcome_to_hell": { + "warlords_dedication": { "properties": { "active": { "properties": { "objectives": { "properties": { - "blitz": { - "type": "integer" - }, - "megawalls": { + "warlords_weekly_dedi": { + "type": "integer" + } + }, + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "warlords_domination": { + "properties": { + "active": { + "properties": { + "objectives": { + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "warlords_objectives": { + "properties": { + "active": { + "properties": { + "objectives": { + "properties": { + "warlords_daily_objectives": { + "type": "integer" + } + }, + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "warlords_tdm": { + "properties": { + "active": { + "properties": { + "objectives": { + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "warlords_victorious": { + "properties": { + "active": { + "properties": { + "objectives": { + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "warlords_win": { + "properties": { + "active": { + "properties": { + "objectives": { + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "warriors_journey": { + "properties": { + "active": { + "properties": { + "objectives": { + "properties": { + "arenawin2": { + "type": "integer" + }, + "blitzkill": { + "type": "integer" + }, + "megawallswin": { + "type": "integer" + }, + "paintballwin": { + "type": "integer" + }, + "quake25kill": { + "type": "integer" + }, + "tntwin": { + "type": "integer" + }, + "vampirezkillhuman": { + "type": "integer" + }, + "vampirezkillvamps": { + "type": "integer" + }, + "wallswin": { + "type": "integer" + } + }, + "type": "object" + }, + "started": { + "type": "integer" + } + }, + "type": "object" + }, + "completions": { + "items": { + "properties": { + "time": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "welcome_to_hell": { + "properties": { + "active": { + "properties": { + "objectives": { + "properties": { + "blitz": { + "type": "integer" + }, + "megawalls": { "type": "integer" } }, @@ -19919,6 +20266,9 @@ "scorpius_bribe_456": { "type": "integer" }, + "scorpius_bribe_480": { + "type": "integer" + }, "scorpius_bribe_96": { "type": "integer" }, @@ -19940,6 +20290,20 @@ }, "type": "object" }, + "2024": { + "properties": { + "anniversaryNPCProgress": { + "type": "integer" + }, + "anniversaryNPCsVisited": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, " 2023": { "properties": { "bingo": { @@ -20994,14 +21358,77 @@ "day1": { "type": "integer" }, + "day10": { + "type": "integer" + }, + "day11": { + "type": "integer" + }, + "day12": { + "type": "integer" + }, + "day13": { + "type": "integer" + }, + "day14": { + "type": "integer" + }, + "day15": { + "type": "integer" + }, + "day16": { + "type": "integer" + }, + "day17": { + "type": "integer" + }, + "day18": { + "type": "integer" + }, + "day19": { + "type": "integer" + }, "day2": { "type": "integer" }, + "day20": { + "type": "integer" + }, + "day21": { + "type": "integer" + }, + "day22": { + "type": "integer" + }, + "day23": { + "type": "integer" + }, + "day24": { + "type": "integer" + }, + "day25": { + "type": "integer" + }, "day3": { "type": "integer" }, "day4": { "type": "integer" + }, + "day5": { + "type": "integer" + }, + "day6": { + "type": "integer" + }, + "day7": { + "type": "integer" + }, + "day8": { + "type": "integer" + }, + "day9": { + "type": "integer" } }, "type": "object" @@ -23075,12 +23502,36 @@ "Arcademanywins": { "type": "integer" }, + "Arcademasteregghunter": { + "type": "integer" + }, + "Arcadespringparty": { + "type": "integer" + }, + "Arcadezombies25": { + "type": "integer" + }, + "Arcadezombiesprison": { + "type": "integer" + }, + "Bbfastguess": { + "type": "integer" + }, "Bbscarygood": { "type": "integer" }, "Bbspeedfirst": { "type": "integer" }, + "Disastersfullhealth": { + "type": "integer" + }, + "Disasterssurvivehard": { + "type": "integer" + }, + "Maincatchjunk": { + "type": "integer" + }, "Murdercantcatchme": { "type": "integer" }, @@ -23095,6 +23546,12 @@ } }, "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -23142,6 +23599,9 @@ "Vampzlongnight": { "type": "integer" }, + "Warlordsdamageflag": { + "type": "integer" + }, "Wizardscapture": { "type": "integer" } @@ -23167,17 +23627,56 @@ "Blitzdiamondarmorkill": { "type": "integer" }, + "Blitzstar": { + "type": "integer" + }, + "Cvcallaround": { + "type": "integer" + }, + "Cvcredwire": { + "type": "integer" + }, + "Megawallsfinaldestination": { + "type": "integer" + }, + "Paintballloudsilence": { + "type": "integer" + }, "Quakekillstreak": { "type": "integer" }, + "Smashtwolives": { + "type": "integer" + }, "Tkrdeadlydrifting": { "type": "integer" }, + "Tntpvpholidaykills": { + "type": "integer" + }, + "Tntrunonestepabove": { + "type": "integer" + }, "Vampzsurvive": { "type": "integer" + }, + "Wallssharpeneddiamond": { + "type": "integer" + }, + "Warlordscapture": { + "type": "integer" + }, + "Wizardslandslide": { + "type": "integer" } }, "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -23443,6 +23942,537 @@ } }, "type": "object" + }, + "2026": { + "properties": { + "bedWarsWinsAchievement": { + "type": "integer" + }, + "bingo": { + "properties": { + "casual_easy": { + "properties": { + "objectives": { + "properties": { + "Arcadebeginneregghunter": { + "type": "integer" + }, + "Arcadecreepshow": { + "type": "integer" + }, + "Arcadeevildead": { + "type": "integer" + }, + "Arcadefootballgoal": { + "type": "integer" + }, + "Arcademanywinseasy": { + "type": "integer" + }, + "Arcadeseasonalstar": { + "type": "integer" + }, + "Arcadeshoppingrun": { + "type": "integer" + }, + "Bbguess": { + "type": "integer" + }, + "Bbthething": { + "type": "integer" + }, + "Bbvote": { + "type": "integer" + }, + "Disasterssurvive": { + "type": "integer" + }, + "Housingcookie": { + "type": "integer" + }, + "Maincatchfish": { + "type": "integer" + }, + "Murderbowgold": { + "type": "integer" + }, + "Murdergoldensun": { + "type": "integer" + }, + "Murderreadyornot": { + "type": "integer" + } + }, + "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "casual_hard": { + "properties": { + "objectives": { + "properties": { + "Arcadedragons": { + "type": "integer" + }, + "Arcadedropperwarmingup": { + "type": "integer" + }, + "Arcadeenderspleef": { + "type": "integer" + }, + "Arcademoonlitescape": { + "type": "integer" + }, + "Arcadepartystarswin": { + "type": "integer" + }, + "Arcadepurger": { + "type": "integer" + }, + "Arcadesteve": { + "type": "integer" + }, + "Arcadesurvivorstreak": { + "type": "integer" + }, + "Bbscarygood": { + "type": "integer" + }, + "Bbspeedfirst": { + "type": "integer" + }, + "Bbtop3": { + "type": "integer" + }, + "Buildbattlebossbuilder": { + "type": "integer" + }, + "Mainraremythical": { + "type": "integer" + }, + "Murderkillmurdermultiple": { + "type": "integer" + }, + "Murderstreak": { + "type": "integer" + }, + "Murdervengeance": { + "type": "integer" + } + }, + "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "classic_easy": { + "properties": { + "objectives": { + "properties": { + "Blitzcountingdown": { + "type": "integer" + }, + "Cvcbrains": { + "type": "integer" + }, + "Cvcthrowprojectile": { + "type": "integer" + }, + "Megawallsskywarsfreefood": { + "type": "integer" + }, + "Megawallswitheringheights": { + "type": "integer" + }, + "Pbpowerup": { + "type": "integer" + }, + "Quakedash": { + "type": "integer" + }, + "Quakesunnydelight": { + "type": "integer" + }, + "Smashbloodthirsty": { + "type": "integer" + }, + "Smashnowheretohide": { + "type": "integer" + }, + "Smashthrowoff": { + "type": "integer" + }, + "Tkritfollows": { + "type": "integer" + }, + "Tntleafmealone": { + "type": "integer" + }, + "Tntmutant": { + "type": "integer" + }, + "Tnttagplayer": { + "type": "integer" + }, + "Vampzprep": { + "type": "integer" + }, + "Warlordsfortheteam": { + "type": "integer" + }, + "Warlordshotspell": { + "type": "integer" + } + }, + "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "classic_hard": { + "properties": { + "objectives": { + "properties": { + "Arenasoulsiphoner": { + "type": "integer" + }, + "Blitzallhallowshavoc": { + "type": "integer" + }, + "Blitzsafetyisanillusion": { + "type": "integer" + }, + "Blitzstar": { + "type": "integer" + }, + "Cvcallaround": { + "type": "integer" + }, + "Megawallsblitzdeathmatch": { + "type": "integer" + }, + "Megawallsfinal": { + "type": "integer" + }, + "Pbnuke": { + "type": "integer" + }, + "Quakespringtimeshowcase": { + "type": "integer" + }, + "Smashtheendisnigh": { + "type": "integer" + }, + "Smashtwolives": { + "type": "integer" + }, + "Tntspleeftriumphant": { + "type": "integer" + }, + "Tnttagtildeath": { + "type": "integer" + }, + "Wallspursuit": { + "type": "integer" + }, + "Warlordscapture": { + "type": "integer" + }, + "Warlordsgraveconsequences": { + "type": "integer" + } + }, + "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "pinned": { + "type": "string" + }, + "pvp_easy": { + "properties": { + "objectives": { + "properties": { + "Bedwarsdiamond": { + "type": "integer" + }, + "Bedwarseatthis": { + "type": "integer" + }, + "Bedwarsflowingdefense": { + "type": "integer" + }, + "Bedwarswillithatch": { + "type": "integer" + }, + "Duelsboost": { + "type": "integer" + }, + "Duelsfarmerkit": { + "type": "integer" + }, + "Duelsquakevictor": { + "type": "integer" + }, + "Duelsspleefvictor": { + "type": "integer" + }, + "Skywarsbloodhound": { + "type": "integer" + }, + "Skywarsbrightandearly": { + "type": "integer" + }, + "Skywarsholidayrefill": { + "type": "integer" + }, + "Skywarsopenchests": { + "type": "integer" + }, + "Skywarsvoidkill": { + "type": "integer" + }, + "Woolbloodhealing": { + "type": "integer" + }, + "Woolctwkit": { + "type": "integer" + }, + "Wwplacewool": { + "type": "integer" + } + }, + "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "pvp_hard": { + "properties": { + "objectives": { + "properties": { + "Bedwarschildsplay": { + "type": "integer" + }, + "Bedwarsdiamondsword": { + "type": "integer" + }, + "Bedwarsflawless": { + "type": "integer" + }, + "Bedwarsinvisibility": { + "type": "integer" + }, + "Duelsbridgeflawless": { + "type": "integer" + }, + "Duelshardkillsacrossmodes": { + "type": "integer" + }, + "Duelsheadintheclouds": { + "type": "integer" + }, + "Duelsprizefighter": { + "type": "integer" + }, + "Skywarsbetterwithbuds": { + "type": "integer" + }, + "Skywarscabinetofsouls": { + "type": "integer" + }, + "Skywarschallenge": { + "type": "integer" + }, + "Swoffering": { + "type": "integer" + }, + "Woolbarbarian": { + "type": "integer" + }, + "Woolctwcarrier": { + "type": "integer" + }, + "Wooltechnicolor": { + "type": "integer" + }, + "Woolunmoving": { + "type": "integer" + } + }, + "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "rewards": { + "properties": { + "easy": { + "type": "boolean" + }, + "hard": { + "type": "boolean" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "duelsWinsAchievement": { + "type": "integer" + }, + "egghunt": { + "properties": { + "eggs": { + "properties": { + "0": { + "type": "boolean" + }, + "1": { + "type": "boolean" + }, + "2": { + "type": "boolean" + }, + "3": { + "type": "boolean" + }, + "4": { + "type": "boolean" + }, + "5": { + "type": "boolean" + }, + "6": { + "type": "boolean" + }, + "7": { + "type": "boolean" + }, + "8": { + "type": "boolean" + }, + "9": { + "type": "boolean" + }, + "10": { + "type": "boolean" + }, + "11": { + "type": "boolean" + }, + "12": { + "type": "boolean" + }, + "13": { + "type": "boolean" + }, + "14": { + "type": "boolean" + }, + "15": { + "type": "boolean" + }, + "16": { + "type": "boolean" + }, + "17": { + "type": "boolean" + }, + "18": { + "type": "boolean" + }, + "19": { + "type": "boolean" + }, + "20": { + "type": "boolean" + }, + "21": { + "type": "boolean" + }, + "22": { + "type": "boolean" + }, + "23": { + "type": "boolean" + }, + "24": { + "type": "boolean" + }, + "25": { + "type": "boolean" + }, + "26": { + "type": "boolean" + }, + "27": { + "type": "boolean" + }, + "28": { + "type": "boolean" + }, + "29": { + "type": "boolean" + } + }, + "type": "object" + }, + "reward": { + "type": "boolean" + } + }, + "type": "object" + }, + "levelling": { + "properties": { + "experience": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" } }, "type": "object" @@ -23911,12 +24941,18 @@ "Megawallsskywarsfreefood": { "type": "integer" }, + "Murderbowgold": { + "type": "integer" + }, "Murderhauntedmansion": { "type": "integer" }, "Pitbwnoheart": { "type": "integer" }, + "Pitmmrobinhood": { + "type": "integer" + }, "Quakedash": { "type": "integer" }, @@ -23969,12 +25005,21 @@ "Arcadehypixelsays": { "type": "integer" }, + "Arcademoonlitescape": { + "type": "integer" + }, + "Bbscarygood": { + "type": "integer" + }, "Bedwarschildsplay": { "type": "integer" }, "Bedwarsoneforall": { "type": "integer" }, + "Blitzallhallowshavoc": { + "type": "integer" + }, "Cvcredwire": { "type": "integer" }, @@ -23990,6 +25035,9 @@ "Maintbrhard": { "type": "integer" }, + "Megawallsfinaldestination": { + "type": "integer" + }, "Murderstreak": { "type": "integer" }, @@ -24002,6 +25050,9 @@ "Smashtwolives": { "type": "integer" }, + "Swoffering": { + "type": "integer" + }, "Tntrunonestepabove": { "type": "integer" }, @@ -24016,6 +25067,9 @@ }, "Warlordsgraveconsequences": { "type": "integer" + }, + "Wooltechnicolor": { + "type": "integer" } }, "type": "object" @@ -24218,6 +25272,9 @@ "properties": { "1min_best": { "type": "integer" + }, + "3min_best": { + "type": "integer" } }, "type": "object" @@ -24241,6 +25298,17 @@ }, "type": "object" }, + "cauldron": { + "properties": { + "ingredients": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "levelling": { "properties": { "experience": { @@ -24266,6 +25334,12 @@ "properties": { "attempts": { "type": "integer" + }, + "best_time": { + "type": "integer" + }, + "completions": { + "type": "integer" } }, "type": "object" @@ -24300,6 +25374,17 @@ } }, "type": "object" + }, + "undead_archery": { + "properties": { + "1min_best": { + "type": "integer" + }, + "3min_best": { + "type": "integer" + } + }, + "type": "object" } }, "type": "object" @@ -24337,6 +25422,323 @@ } }, "type": "object" + }, + "2024": { + "properties": { + "bingo": { + "properties": { + "easy": { + "properties": { + "objectives": { + "properties": { + "Arcadehiderdamage": { + "type": "integer" + }, + "Arcadekillcreeper": { + "type": "integer" + }, + "Arcadepartysover": { + "type": "integer" + }, + "Arenaultimate": { + "type": "integer" + }, + "Bedwarsdiamond": { + "type": "integer" + }, + "Bedwarsflowingdefense": { + "type": "integer" + }, + "Blitzchests": { + "type": "integer" + }, + "Buildbattleswim": { + "type": "integer" + }, + "Cvcthrowprojectile": { + "type": "integer" + }, + "Duelsboost": { + "type": "integer" + }, + "Maincatchfish": { + "type": "integer" + }, + "Megawallswitheringheights": { + "type": "integer" + }, + "Murderbowgold": { + "type": "integer" + }, + "Pbpowerup": { + "type": "integer" + }, + "Pitmmrobinhood": { + "type": "integer" + }, + "Quakehangofit": { + "type": "integer" + }, + "Skywarstrickortriumph": { + "type": "integer" + }, + "Smashthrowoff": { + "type": "integer" + }, + "Tkrcollectbox": { + "type": "integer" + }, + "Tnttagplayer": { + "type": "integer" + }, + "Tntwaterblaster": { + "type": "integer" + }, + "Vampzprep": { + "type": "integer" + }, + "Wallscool": { + "type": "integer" + }, + "Warlordsfortheteam": { + "type": "integer" + }, + "Woolquicksip": { + "type": "integer" + } + }, + "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "hard": { + "properties": { + "objectives": { + "properties": { + "Arcadefoodforall": { + "type": "integer" + }, + "Arcadehotdog": { + "type": "integer" + }, + "Arcadewoolcarrier": { + "type": "integer" + }, + "Arenaexerciserestraint": { + "type": "integer" + }, + "Bbfastguess": { + "type": "integer" + }, + "Bedwarsflawless": { + "type": "integer" + }, + "Bedwarsinvisibility": { + "type": "integer" + }, + "Blitzsafetyisanillusion": { + "type": "integer" + }, + "Cvcallaround": { + "type": "integer" + }, + "Duelsbridgeflawless": { + "type": "integer" + }, + "Mainraremythical": { + "type": "integer" + }, + "Megawallsblitzdeathmatch": { + "type": "integer" + }, + "Murdervengeance": { + "type": "integer" + }, + "Paintballnostreaks": { + "type": "integer" + }, + "Pitmmvacationfunds": { + "type": "integer" + }, + "Quakerapidfire": { + "type": "integer" + }, + "Skywarsbetterwithbuds": { + "type": "integer" + }, + "Smashtheendisnigh": { + "type": "integer" + }, + "Tkrdeadlydrifting": { + "type": "integer" + }, + "Tntcoolingoff": { + "type": "integer" + }, + "Tntheatingup": { + "type": "integer" + }, + "Vampzholywater": { + "type": "integer" + }, + "Wallssharpeneddiamond": { + "type": "integer" + }, + "Warlordscapture": { + "type": "integer" + }, + "Woolunmoving": { + "type": "integer" + } + }, + "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "medium": { + "properties": { + "objectives": { + "properties": { + "Arcadechillout": { + "type": "integer" + }, + "Arcadehitwperfect": { + "type": "integer" + }, + "Arcadetwowithers": { + "type": "integer" + }, + "Arenabuffs": { + "type": "integer" + }, + "Bedwarschilledguy": { + "type": "integer" + }, + "Bedwarsemerald": { + "type": "integer" + }, + "Blitzquenchy": { + "type": "integer" + }, + "Buildbattlebossbuilder": { + "type": "integer" + }, + "Cvcclosecall": { + "type": "integer" + }, + "Duelsprizefighter": { + "type": "integer" + }, + "Mainweighingin": { + "type": "integer" + }, + "Megawallsbedwarsgoodtimes": { + "type": "integer" + }, + "Murdersavingsummer": { + "type": "integer" + }, + "Paintballnotsummery": { + "type": "integer" + }, + "Pitbedwarsexpensive": { + "type": "integer" + }, + "Quakepodiumposition": { + "type": "integer" + }, + "Skywarsdiamondarmor": { + "type": "integer" + }, + "Smashnemesis": { + "type": "integer" + }, + "Tkrnofun": { + "type": "integer" + }, + "Tntfreepoints": { + "type": "integer" + }, + "Tntnotenough": { + "type": "integer" + }, + "Vampzlongnight": { + "type": "integer" + }, + "Wallscatch": { + "type": "integer" + }, + "Warlordsflagpickup": { + "type": "integer" + }, + "Wwflawless": { + "type": "integer" + } + }, + "type": "object" + }, + "rewards": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "levelling": { + "properties": { + "experience": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "2025": { + "properties": { + "levelling": { + "properties": { + "experience": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "2026": { + "properties": { + "levelling": { + "properties": { + "experience": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" } }, "type": "object" @@ -24655,6 +26057,9 @@ "blood": { "type": "boolean" }, + "bomb_zombie_kills_zombies": { + "type": "integer" + }, "bombardment_best_time_party": { "type": "integer" }, @@ -24709,6 +26114,9 @@ "coins": { "type": "integer" }, + "corrupted_pigman_zombie_kills_zombies": { + "type": "integer" + }, "creeper_zombie_kills_zombies": { "type": "integer" }, @@ -25904,9 +27312,15 @@ "goals_soccer": { "type": "integer" }, + "guard_zombie_zombie_kills_zombies": { + "type": "integer" + }, "guardian_zombie_kills_zombies": { "type": "integer" }, + "headless_pigman_zombie_kills_zombies": { + "type": "integer" + }, "headshots_dayone": { "type": "integer" }, @@ -25958,6 +27372,9 @@ "hoe_hoe_hoe_total_score_party": { "type": "integer" }, + "human_zombie_zombie_kills_zombies": { + "type": "integer" + }, "hunter_bow_kills_farm_hunt": { "type": "integer" }, @@ -25970,6 +27387,9 @@ "hunters_bow_kills_farm_hunt": { "type": "integer" }, + "inferno_pigman_zombie_kills_zombies": { + "type": "integer" + }, "inferno_zombie_kills_zombies": { "type": "integer" }, @@ -26110,6 +27530,12 @@ "monthly_coins_b": { "type": "integer" }, + "murder_pigman_zombie_kills_zombies": { + "type": "integer" + }, + "murder_zombie_zombie_kills_zombies": { + "type": "integer" + }, "music": { "type": "boolean" }, @@ -26293,6 +27719,36 @@ "pp_language": { "type": "string" }, + "prisoner_pigman_2_cell_zombie_kills_zombies": { + "type": "integer" + }, + "prisoner_pigman_2_zombie_kills_zombies": { + "type": "integer" + }, + "prisoner_pigman_cell_zombie_kills_zombies": { + "type": "integer" + }, + "prisoner_pigman_zombie_kills_zombies": { + "type": "integer" + }, + "prisoner_skeleton_zombie_kills_zombies": { + "type": "integer" + }, + "prisoner_zombie_angry_2_zombie_kills_zombies": { + "type": "integer" + }, + "prisoner_zombie_angry_3_zombie_kills_zombies": { + "type": "integer" + }, + "prisoner_zombie_angry_zombie_kills_zombies": { + "type": "integer" + }, + "prisoner_zombie_cell_zombie_kills_zombies": { + "type": "integer" + }, + "prisoner_zombie_zombie_kills_zombies": { + "type": "integer" + }, "privategames": { "properties": { "maps_for_easy": { @@ -26355,6 +27811,9 @@ "sentinel_zombie_kills_zombies": { "type": "integer" }, + "shady_skeleton_zombie_kills_zombies": { + "type": "integer" + }, "shooting_range_round_wins_party": { "type": "integer" }, @@ -26454,6 +27913,9 @@ "the_old_one_zombie_kills_zombies": { "type": "integer" }, + "the_warden_zombie_kills_zombies": { + "type": "integer" + }, "throwout_disguise": { "type": "string" }, @@ -27177,8 +28639,14 @@ }, "Battleground": { "properties": { + "acid_rain": { + "type": "integer" + }, "active_boost": { "properties": { + "aquamancer": { + "type": "string" + }, "avenger": { "type": "string" }, @@ -27206,6 +28674,15 @@ "aquamancer_plays": { "type": "integer" }, + "arcane_recluse": { + "type": "integer" + }, + "arcane_reflection": { + "type": "integer" + }, + "arcane_shatter": { + "type": "integer" + }, "assists": { "type": "integer" }, @@ -27218,6 +28695,12 @@ "berserker_plays": { "type": "integer" }, + "berserkers_fury": { + "type": "integer" + }, + "blizzard_breath": { + "type": "integer" + }, "blood_frenzy": { "type": "integer" }, @@ -27285,6 +28768,9 @@ "broken_inventory": { "type": "integer" }, + "burst_chain": { + "type": "integer" + }, "chat_option_damage": { "type": "string" }, @@ -27306,9 +28792,15 @@ "chat_option_shouts": { "type": "string" }, + "chilly_aura": { + "type": "integer" + }, "chosen_class": { "type": "string" }, + "clairvoyance": { + "type": "integer" + }, "coins": { "type": "integer" }, @@ -27453,9 +28945,18 @@ "defender_plays": { "type": "integer" }, + "dimensional_warp": { + "type": "integer" + }, "display_damage": { "type": "boolean" }, + "divine_effulgence": { + "type": "integer" + }, + "divine_purification": { + "type": "integer" + }, "divine_vindication": { "type": "integer" }, @@ -27483,6 +28984,12 @@ "flag_returns": { "type": "integer" }, + "flame_breath": { + "type": "integer" + }, + "frost_missile": { + "type": "integer" + }, "greater_sacrality": { "type": "integer" }, @@ -27537,6 +29044,9 @@ "heal_warrior": { "type": "integer" }, + "heroic_intervention": { + "type": "integer" + }, "hide_prestige": { "type": "boolean" }, @@ -27569,6 +29079,9 @@ }, "type": "object" }, + "legendary_broken_inventory": { + "type": "integer" + }, "life_leeched": { "type": "integer" }, @@ -27710,6 +29223,9 @@ "magic_dust": { "type": "integer" }, + "meteor": { + "type": "integer" + }, "mighty_fists": { "type": "integer" }, @@ -27722,6 +29238,12 @@ "newcontrol_enable": { "type": "integer" }, + "one_man_army": { + "type": "integer" + }, + "orbs_of_life": { + "type": "integer" + }, "packages": { "items": { "type": "string" @@ -27823,6 +29345,18 @@ "pyromancer_plays": { "type": "integer" }, + "reckless_ascent": { + "type": "integer" + }, + "repair_salvage_common": { + "type": "boolean" + }, + "repair_salvage_epic": { + "type": "boolean" + }, + "repair_salvage_rare": { + "type": "boolean" + }, "repaired": { "type": "integer" }, @@ -27880,6 +29414,9 @@ "salvaged_weapons_rare": { "type": "integer" }, + "seismic_shift": { + "type": "integer" + }, "selected_mount": { "type": "string" }, @@ -27934,6 +29471,9 @@ "spiritguard_plays": { "type": "integer" }, + "steadfast_warp": { + "type": "integer" + }, "thunderlord_plays": { "type": "integer" }, @@ -28219,6 +29759,9 @@ }, "wounding_strike_berserker": { "type": "integer" + }, + "wounding_strike_defender": { + "type": "integer" } }, "type": "object" @@ -28282,6 +29825,15 @@ "activeWoodType": { "type": "string" }, + "active_prestige_bracket": { + "type": "string" + }, + "active_prestige_scheme": { + "type": "string" + }, + "active_star": { + "type": "string" + }, "active_starting_weapon": { "type": "string" }, @@ -28327,12 +29879,44 @@ "bedwars_lunar_boxes": { "type": "integer" }, + "boon": { + "properties": { + "appetizer": { + "type": "boolean" + }, + "first_course": { + "type": "boolean" + }, + "oasis": { + "type": "boolean" + }, + "second_course": { + "type": "boolean" + }, + "slumber": { + "type": "boolean" + } + }, + "type": "object" + }, + "bw_challenge_anchor": { + "type": "integer" + }, "bw_challenge_archer_only": { "type": "integer" }, "bw_challenge_assassin": { "type": "integer" }, + "bw_challenge_beds_and_bloodlust": { + "type": "integer" + }, + "bw_challenge_beg_and_barter": { + "type": "integer" + }, + "bw_challenge_block_repellent_beds": { + "type": "integer" + }, "bw_challenge_cant_touch_this": { "type": "integer" }, @@ -28360,9 +29944,15 @@ "bw_challenge_master_assassin": { "type": "integer" }, + "bw_challenge_midnight": { + "type": "integer" + }, "bw_challenge_mining_fatigue": { "type": "integer" }, + "bw_challenge_no_dreaming": { + "type": "integer" + }, "bw_challenge_no_healing": { "type": "integer" }, @@ -28417,6 +30007,9 @@ "bw_challenge_woodworker": { "type": "integer" }, + "bw_challenge_wool_warrior": { + "type": "integer" + }, "bw_unique_challenges_completed": { "type": "integer" }, @@ -28593,12 +30186,24 @@ }, "challenges": { "properties": { + "bw_challenge_anchor_best_time": { + "type": "integer" + }, "bw_challenge_archer_only_best_time": { "type": "integer" }, "bw_challenge_assassin_best_time": { "type": "integer" }, + "bw_challenge_beds_and_bloodlust_best_time": { + "type": "integer" + }, + "bw_challenge_beg_and_barter_best_time": { + "type": "integer" + }, + "bw_challenge_block_repellent_beds_best_time": { + "type": "integer" + }, "bw_challenge_cant_touch_this_best_time": { "type": "integer" }, @@ -28626,9 +30231,15 @@ "bw_challenge_master_assassin_best_time": { "type": "integer" }, + "bw_challenge_midnight_best_time": { + "type": "integer" + }, "bw_challenge_mining_fatigue_best_time": { "type": "integer" }, + "bw_challenge_no_dreaming_best_time": { + "type": "integer" + }, "bw_challenge_no_healing_best_time": { "type": "integer" }, @@ -28682,6 +30293,9 @@ }, "bw_challenge_woodworker_best_time": { "type": "integer" + }, + "bw_challenge_wool_warrior_best_time": { + "type": "integer" } }, "type": "object" @@ -28722,12 +30336,86 @@ "custom_kills_bedwars": { "type": "integer" }, + "data_version": { + "type": "integer" + }, "deaths_bedwars": { "type": "integer" }, "diamond_resources_collected_bedwars": { "type": "integer" }, + "dreamfeast": { + "properties": { + "appetizer_boon": { + "type": "boolean" + }, + "challenge_quick_maths": { + "type": "boolean" + }, + "dream_of_animals": { + "type": "boolean" + }, + "dream_of_prestige_brackets": { + "type": "boolean" + }, + "dream_of_prestige_stars": { + "type": "boolean" + }, + "first_course_boon": { + "type": "boolean" + }, + "first_dream_of_shopkeeper_skins": { + "type": "boolean" + }, + "first_dream_of_wood_skins": { + "type": "boolean" + }, + "first_nightmare_of_challenges": { + "type": "boolean" + }, + "killmessages_glorious": { + "type": "boolean" + }, + "npcskin_cluck_stack": { + "type": "boolean" + }, + "second_course_boon": { + "type": "boolean" + }, + "second_dream_of_wood_skins": { + "type": "boolean" + }, + "second_nightmare_of_challenges": { + "type": "boolean" + }, + "star_four_pointed": { + "type": "boolean" + }, + "third_nightmare_of_challenges": { + "type": "boolean" + }, + "woodSkin_acacia_log": { + "type": "boolean" + }, + "woodSkin_birch_log": { + "type": "boolean" + }, + "woodSkin_dark_oak_log": { + "type": "boolean" + }, + "woodSkin_jungle_log": { + "type": "boolean" + }, + "woodSkin_oak_log": { + "type": "boolean" + }, + "woodSkin_spruce_log": { + "type": "boolean" + } + }, + "type": "object" + }, "drowning_deaths_bedwars": { "type": "integer" }, @@ -28902,6 +30590,9 @@ "eight_one_oneblock_fall_final_deaths_bedwars": { "type": "integer" }, + "eight_one_oneblock_fall_final_kills_bedwars": { + "type": "integer" + }, "eight_one_oneblock_fall_kills_bedwars": { "type": "integer" }, @@ -30117,6 +31808,93 @@ "eight_two_swap_winstreak": { "type": "integer" }, + "eight_two_totallynormal__items_purchased_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_beds_broken_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_beds_lost_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_deaths_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_diamond_resources_collected_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_emerald_resources_collected_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_entity_attack_deaths_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_entity_attack_final_deaths_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_entity_attack_final_kills_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_entity_attack_kills_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_fall_deaths_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_final_deaths_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_final_kills_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_games_played_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_gold_resources_collected_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_iron_resources_collected_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_items_purchased_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_kills_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_losses_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_magic_final_deaths_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_magic_final_kills_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_permanent_items_purchased_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_resources_collected_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_void_deaths_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_void_final_deaths_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_void_final_kills_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_void_kills_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_wins_bedwars": { + "type": "integer" + }, + "eight_two_totallynormal_winstreak": { + "type": "integer" + }, "eight_two_tourney__items_purchased_bedwars": { "type": "integer" }, @@ -30693,6 +32471,29 @@ "favorite_slots": { "type": "string" }, + "favorites": { + "properties": { + "figurine": { + "items": { + "type": "string" + }, + "type": "array" + }, + "killmessages": { + "items": { + "type": "string" + }, + "type": "array" + }, + "sprays": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "favourites_1": { "type": "string" }, @@ -32507,6 +34308,9 @@ "permanent_items_purchased_bedwars": { "type": "integer" }, + "pianistEnabled": { + "type": "boolean" + }, "practice": { "properties": { "bridging": { @@ -32683,6 +34487,140 @@ "resources_collected_bedwars": { "type": "integer" }, + "seasonal": { + "properties": { + "christmas": { + "properties": { + "2025": { + "properties": { + "candy_cane_challenger": { + "properties": { + "claimed": { + "type": "integer" + }, + "progression": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "festive_frenzy": { + "properties": { + "claimed": { + "type": "integer" + }, + "progression": { + "type": "integer" + } + }, + "type": "object" + }, + "gift_exchange": { + "properties": { + "claimed": { + "type": "integer" + }, + "progression": { + "type": "integer" + } + }, + "type": "object" + }, + "happy_holidays": { + "properties": { + "claimed": { + "type": "integer" + }, + "progression": { + "type": "integer" + } + }, + "type": "object" + }, + "holiday_shopping": { + "properties": { + "claimed": { + "type": "integer" + }, + "progression": { + "type": "integer" + } + }, + "type": "object" + }, + "megagift": { + "properties": { + "received": { + "type": "integer" + }, + "sent": { + "type": "integer" + } + }, + "type": "object" + }, + "season_of_giving": { + "properties": { + "claimed": { + "type": "integer" + }, + "progression": { + "type": "integer" + } + }, + "type": "object" + }, + "sneaky_santa": { + "properties": { + "claimed": { + "type": "integer" + }, + "progression": { + "type": "integer" + } + }, + "type": "object" + }, + "talked_to_npc": { + "type": "boolean" + }, + "two_week_phase": { + "properties": { + "claimed": { + "type": "integer" + }, + "progression": { + "type": "integer" + } + }, + "type": "object" + }, + "winter_vacation": { + "properties": { + "claimed": { + "type": "integer" + }, + "progression": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + }, "seen_beta_menu": { "type": "integer" }, @@ -33697,6 +35635,9 @@ "phase_four_ascension_o5": { "type": "boolean" }, + "phase_four_ascension_wallet_o": { + "type": "boolean" + }, "phase_three_recp": { "type": "boolean" }, @@ -34950,9 +36891,26 @@ }, "BuildBattle": { "properties": { + "active_island": { + "type": "string" + }, "active_movement_trail": { "type": "string" }, + "backdrop_wins": { + "properties": { + "mountains": { + "type": "integer" + }, + "none": { + "type": "integer" + }, + "ten_anniversary": { + "type": "integer" + } + }, + "type": "object" + }, "buildbattle_loadout": { "items": { "type": "string" @@ -34965,12 +36923,35 @@ "correct_guesses": { "type": "integer" }, + "first_guesses": { + "type": "integer" + }, "games_played": { "type": "integer" }, "last_purchased_song": { "type": "string" }, + "last_won": { + "properties": { + "GUESS_THE_BUILD": { + "type": "integer" + }, + "SOLO_NORMAL": { + "type": "integer" + }, + "SOLO_PRO": { + "type": "integer" + }, + "SPEED_BUILDERS": { + "type": "integer" + }, + "TEAMS_NORMAL": { + "type": "integer" + } + }, + "type": "object" + }, "leaderboardSettings": { "properties": { "mode": { @@ -35012,6 +36993,12 @@ "selected_backdrop": { "type": "string" }, + "selected_icon_color": { + "type": "string" + }, + "selected_prefix_icon": { + "type": "string" + }, "shop_sort": { "type": "string" }, @@ -35159,6 +37146,9 @@ "votes_Bird": { "type": "integer" }, + "votes_Bird House": { + "type": "integer" + }, "votes_Birthday": { "type": "integer" }, @@ -35843,6 +37833,9 @@ "votes_Laboratory": { "type": "integer" }, + "votes_Lady Bug": { + "type": "integer" + }, "votes_Lantern": { "type": "integer" }, @@ -36106,6 +38099,9 @@ "votes_Popcorn": { "type": "integer" }, + "votes_Popsicle": { + "type": "integer" + }, "votes_Post Office": { "type": "integer" }, @@ -36361,6 +38357,9 @@ "votes_Stick": { "type": "integer" }, + "votes_Stocking": { + "type": "integer" + }, "votes_Sun": { "type": "integer" }, @@ -36646,6 +38645,14 @@ "votes_null": { "type": "integer" }, + "votes_received": { + "properties": { + "legendary": { + "type": "integer" + } + }, + "type": "object" + }, "weekly_coins_a": { "type": "integer" }, @@ -36843,6 +38850,12 @@ "active_killmessages": { "type": "string" }, + "active_prefix_icon": { + "type": "string" + }, + "active_prefix_scheme": { + "type": "string" + }, "active_projectile_trail": { "type": "string" }, @@ -37029,6 +39042,9 @@ "bedwars_two_one_duels_melee_swings": { "type": "integer" }, + "bedwars_two_one_duels_potions_used": { + "type": "integer" + }, "bedwars_two_one_duels_rounds_played": { "type": "integer" }, @@ -37077,6 +39093,9 @@ "best_arena_winstreak": { "type": "integer" }, + "best_bedwars_winstreak": { + "type": "integer" + }, "best_blitz_winstreak": { "type": "integer" }, @@ -37116,6 +39135,9 @@ "best_skywars_winstreak": { "type": "integer" }, + "best_spleef_winstreak": { + "type": "integer" + }, "best_sumo_winstreak": { "type": "integer" }, @@ -37197,6 +39219,9 @@ "best_winstreak_mode_ranked_1": { "type": "integer" }, + "best_winstreak_mode_spleef_duel": { + "type": "integer" + }, "best_winstreak_mode_sumo_duel": { "type": "integer" }, @@ -37788,6 +39813,9 @@ "blizzard_seconds_slow_standard": { "type": "integer" }, + "block_explosion_deaths_bedwars": { + "type": "integer" + }, "blocks_broken": { "type": "integer" }, @@ -37797,6 +39825,9 @@ "blocks_placed": { "type": "integer" }, + "blue lagoon_kit_wins": { + "type": "integer" + }, "bow_celestial_title_prestige": { "type": "integer" }, @@ -37949,6 +39980,12 @@ "boxing_diamond_title_prestige": { "type": "integer" }, + "boxing_duel_coins": { + "type": "integer" + }, + "boxing_duel_coins_gained": { + "type": "integer" + }, "boxing_duel_deaths": { "type": "integer" }, @@ -38114,6 +40151,12 @@ "bridge_doubles_bridge_kills": { "type": "integer" }, + "bridge_doubles_coins": { + "type": "integer" + }, + "bridge_doubles_coins_gained": { + "type": "integer" + }, "bridge_doubles_damage_dealt": { "type": "integer" }, @@ -38216,6 +40259,12 @@ "bridge_four_bridge_kills": { "type": "integer" }, + "bridge_four_coins": { + "type": "integer" + }, + "bridge_four_coins_gained": { + "type": "integer" + }, "bridge_four_damage_dealt": { "type": "integer" }, @@ -38249,6 +40298,9 @@ "bridge_four_wins": { "type": "integer" }, + "bridge_godlike_title_prestige": { + "type": "integer" + }, "bridge_gold_title_prestige": { "type": "integer" }, @@ -38500,6 +40552,9 @@ "all_modes": { "type": "integer" }, + "arena": { + "type": "integer" + }, "bedwars": { "type": "integer" }, @@ -38599,6 +40654,12 @@ "classic_duel_bow_shots": { "type": "integer" }, + "classic_duel_coins": { + "type": "integer" + }, + "classic_duel_coins_gained": { + "type": "integer" + }, "classic_duel_damage_dealt": { "type": "integer" }, @@ -38854,6 +40915,12 @@ "cryomancer_kit_wins": { "type": "integer" }, + "currentStreak": { + "type": "integer" + }, + "current_all_modes_winstreak": { + "type": "integer" + }, "current_arena_winstreak": { "type": "integer" }, @@ -39052,6 +41119,12 @@ "duel_arena_bow_shots": { "type": "integer" }, + "duel_arena_coins": { + "type": "integer" + }, + "duel_arena_coins_gained": { + "type": "integer" + }, "duel_arena_damage_dealt": { "type": "integer" }, @@ -39387,6 +41460,9 @@ "golden_apples_eaten": { "type": "integer" }, + "golden_heads_eaten": { + "type": "integer" + }, "golem_kit_wins": { "type": "integer" }, @@ -39429,6 +41505,12 @@ "hype train_kit_wins": { "type": "integer" }, + "inner_ink_blinds": { + "type": "integer" + }, + "inner_ink_blinds_standard": { + "type": "integer" + }, "items_purchased_bedwars": { "type": "integer" }, @@ -39447,6 +41529,9 @@ "kills": { "type": "integer" }, + "kills_bedwars": { + "type": "integer" + }, "kit_menu_option": { "type": "string" }, @@ -39892,6 +41977,12 @@ "2": { "type": "string" }, + "3": { + "type": "string" + }, + "8": { + "type": "string" + }, "9": { "type": "string" } @@ -40157,6 +42248,9 @@ }, "1": { "type": "string" + }, + "8": { + "type": "string" } }, "type": "object" @@ -41013,6 +43107,7 @@ "type": "string" } }, + "properties": {}, "type": "object" }, "layout_sw_duel_kit_supporting_team_healer": { @@ -41465,15 +43560,42 @@ "mw_duel": { "type": "boolean" }, + "mw_duel_amount_healed": { + "type": "integer" + }, + "mw_duel_amount_healed_standard": { + "type": "integer" + }, + "mw_duel_angel_kit_wins": { + "type": "integer" + }, "mw_duel_arcanist_kit_wins": { "type": "integer" }, + "mw_duel_arrows_from_rend": { + "type": "integer" + }, + "mw_duel_arrows_from_rend_standard": { + "type": "integer" + }, "mw_duel_assassin_kit_wins": { "type": "integer" }, "mw_duel_automaton_kit_wins": { "type": "integer" }, + "mw_duel_blaze_amount_healed": { + "type": "integer" + }, + "mw_duel_blaze_amount_healed_standard": { + "type": "integer" + }, + "mw_duel_blaze_g_amount_healed": { + "type": "integer" + }, + "mw_duel_blaze_g_amount_healed_standard": { + "type": "integer" + }, "mw_duel_blaze_kit_wins": { "type": "integer" }, @@ -41528,6 +43650,12 @@ "mw_duel_enderman_meters_travelled_standard": { "type": "integer" }, + "mw_duel_energy_from_grappling_hook": { + "type": "integer" + }, + "mw_duel_energy_from_grappling_hook_standard": { + "type": "integer" + }, "mw_duel_golem_kit_wins": { "type": "integer" }, @@ -41537,6 +43665,12 @@ "mw_duel_herobrine_kit_wins": { "type": "integer" }, + "mw_duel_heroism_triggers": { + "type": "integer" + }, + "mw_duel_heroism_triggers_standard": { + "type": "integer" + }, "mw_duel_hunter_kit_wins": { "type": "integer" }, @@ -41981,6 +44115,12 @@ "mw_duel_moleman_kit_wins": { "type": "integer" }, + "mw_duel_perfect_disguises": { + "type": "integer" + }, + "mw_duel_perfect_disguises_standard": { + "type": "integer" + }, "mw_duel_phoenix_kit_wins": { "type": "integer" }, @@ -42002,6 +44142,18 @@ "mw_duel_pirate_kit_wins": { "type": "integer" }, + "mw_duel_renegade_arrows_from_rend": { + "type": "integer" + }, + "mw_duel_renegade_arrows_from_rend_standard": { + "type": "integer" + }, + "mw_duel_renegade_energy_from_grappling_hook": { + "type": "integer" + }, + "mw_duel_renegade_energy_from_grappling_hook_standard": { + "type": "integer" + }, "mw_duel_renegade_kit_wins": { "type": "integer" }, @@ -42014,12 +44166,39 @@ "mw_duel_rounds_played": { "type": "integer" }, + "mw_duel_shaman_b_heroism_triggers": { + "type": "integer" + }, + "mw_duel_shaman_b_heroism_triggers_standard": { + "type": "integer" + }, + "mw_duel_shaman_heroism_triggers": { + "type": "integer" + }, + "mw_duel_shaman_heroism_triggers_standard": { + "type": "integer" + }, "mw_duel_shaman_kit_wins": { "type": "integer" }, "mw_duel_shark_kit_wins": { "type": "integer" }, + "mw_duel_sheep_b_perfect_disguises": { + "type": "integer" + }, + "mw_duel_sheep_b_perfect_disguises_standard": { + "type": "integer" + }, + "mw_duel_sheep_kit_wins": { + "type": "integer" + }, + "mw_duel_sheep_perfect_disguises": { + "type": "integer" + }, + "mw_duel_sheep_perfect_disguises_standard": { + "type": "integer" + }, "mw_duel_skeleton_kit_wins": { "type": "integer" }, @@ -42032,12 +44211,60 @@ "mw_duel_snowman_kit_wins": { "type": "integer" }, + "mw_duel_snowman_snowmen_built": { + "type": "integer" + }, + "mw_duel_snowman_snowmen_built_standard": { + "type": "integer" + }, + "mw_duel_snowman_snowmen_players_hit": { + "type": "integer" + }, + "mw_duel_snowman_snowmen_players_hit_standard": { + "type": "integer" + }, + "mw_duel_snowmen_built": { + "type": "integer" + }, + "mw_duel_snowmen_built_standard": { + "type": "integer" + }, + "mw_duel_snowmen_players_hit": { + "type": "integer" + }, + "mw_duel_snowmen_players_hit_standard": { + "type": "integer" + }, + "mw_duel_spider_b_venom_strike_poison_damage": { + "type": "integer" + }, + "mw_duel_spider_b_venom_strike_poison_damage_standard": { + "type": "integer" + }, "mw_duel_spider_kit_wins": { "type": "integer" }, + "mw_duel_spider_venom_strike_poison_damage": { + "type": "integer" + }, + "mw_duel_spider_venom_strike_poison_damage_standard": { + "type": "integer" + }, "mw_duel_squid_kit_wins": { "type": "integer" }, + "mw_duel_strikes_from_cloak": { + "type": "integer" + }, + "mw_duel_strikes_from_cloak_standard": { + "type": "integer" + }, + "mw_duel_venom_strike_poison_damage": { + "type": "integer" + }, + "mw_duel_venom_strike_poison_damage_standard": { + "type": "integer" + }, "mw_duel_werewolf_kit_wins": { "type": "integer" }, @@ -42161,6 +44388,9 @@ "op_doubles_deaths": { "type": "integer" }, + "op_doubles_golden_apples_eaten": { + "type": "integer" + }, "op_doubles_health_regenerated": { "type": "integer" }, @@ -42335,6 +44565,15 @@ "parkour_rookie_title_prestige": { "type": "integer" }, + "perfect_disguises": { + "type": "integer" + }, + "perfect_disguises_standard": { + "type": "integer" + }, + "permanent_items_purchased_bedwars": { + "type": "integer" + }, "pharaoh_kit_wins": { "type": "integer" }, @@ -42383,6 +44622,12 @@ "potion_duel_bow_hits": { "type": "integer" }, + "potion_duel_coins": { + "type": "integer" + }, + "potion_duel_coins_gained": { + "type": "integer" + }, "potion_duel_damage_dealt": { "type": "integer" }, @@ -42457,6 +44702,9 @@ "potion_duel_wins": { "type": "integer" }, + "potions_used": { + "type": "integer" + }, "princess_kit_wins": { "type": "integer" }, @@ -42579,6 +44827,12 @@ "quake_duel_apple corer_kit_wins": { "type": "integer" }, + "quake_duel_bling bling thing_kit_wins": { + "type": "integer" + }, + "quake_duel_blue lagoon_kit_wins": { + "type": "integer" + }, "quake_duel_budder slapper_kit_wins": { "type": "integer" }, @@ -42926,6 +45180,21 @@ "shark_kit_wins": { "type": "integer" }, + "sheep_b_perfect_disguises": { + "type": "integer" + }, + "sheep_b_perfect_disguises_standard": { + "type": "integer" + }, + "sheep_kit_wins": { + "type": "integer" + }, + "sheep_perfect_disguises": { + "type": "integer" + }, + "sheep_perfect_disguises_standard": { + "type": "integer" + }, "shop_sort": { "type": "string" }, @@ -43016,6 +45285,12 @@ "speleologist_kit_wins": { "type": "integer" }, + "spider_b_venom_strike_poison_damage": { + "type": "integer" + }, + "spider_b_venom_strike_poison_damage_standard": { + "type": "integer" + }, "spider_kit_wins": { "type": "integer" }, @@ -43043,6 +45318,18 @@ "spleef_duel_wins": { "type": "integer" }, + "squid_b_inner_ink_blinds": { + "type": "integer" + }, + "squid_b_inner_ink_blinds_standard": { + "type": "integer" + }, + "squid_inner_ink_blinds": { + "type": "integer" + }, + "squid_inner_ink_blinds_standard": { + "type": "integer" + }, "squid_kit_wins": { "type": "integer" }, @@ -43067,6 +45354,12 @@ "sumo_duel": { "type": "boolean" }, + "sumo_duel_coins": { + "type": "integer" + }, + "sumo_duel_coins_gained": { + "type": "integer" + }, "sumo_duel_deaths": { "type": "integer" }, @@ -43406,6 +45699,12 @@ "sw_duel_chronobreaker_kit_wins": { "type": "integer" }, + "sw_duel_coins": { + "type": "integer" + }, + "sw_duel_coins_gained": { + "type": "integer" + }, "sw_duel_cryomancer_kit_wins": { "type": "integer" }, @@ -44184,6 +46483,9 @@ "uhc_duel_golden_apples_eaten": { "type": "integer" }, + "uhc_duel_golden_heads_eaten": { + "type": "integer" + }, "uhc_duel_health_regenerated": { "type": "integer" }, @@ -44262,6 +46564,12 @@ "uhc_four_bow_shots": { "type": "integer" }, + "uhc_four_coins": { + "type": "integer" + }, + "uhc_four_coins_gained": { + "type": "integer" + }, "uhc_four_damage_dealt": { "type": "integer" }, @@ -44271,6 +46579,9 @@ "uhc_four_golden_apples_eaten": { "type": "integer" }, + "uhc_four_golden_heads_eaten": { + "type": "integer" + }, "uhc_four_health_regenerated": { "type": "integer" }, @@ -44388,9 +46699,27 @@ "uhc_tournament_wins": { "type": "integer" }, + "venom_strike_poison_damage": { + "type": "integer" + }, + "venom_strike_poison_damage_standard": { + "type": "integer" + }, "viking_kit_wins": { "type": "integer" }, + "void_deaths_bedwars": { + "type": "integer" + }, + "void_final_deaths_bedwars": { + "type": "integer" + }, + "void_final_kills_bedwars": { + "type": "integer" + }, + "void_kills_bedwars": { + "type": "integer" + }, "warlock_kit_wins": { "type": "integer" }, @@ -44403,6 +46732,9 @@ "wins": { "type": "integer" }, + "wins_bedwars": { + "type": "integer" + }, "witch_kit_wins": { "type": "integer" }, @@ -47036,6 +49368,9 @@ "inGamePresentsCap_2023_13": { "type": "integer" }, + "inGamePresentsCap_2023_15": { + "type": "integer" + }, "inGamePresentsCap_2023_18": { "type": "integer" }, @@ -54901,6 +57236,12 @@ "care_packages_collected_gungame": { "type": "integer" }, + "claimed_level_rewards": { + "items": { + "type": "integer" + }, + "type": "array" + }, "coins": { "type": "integer" }, @@ -55027,6 +57368,9 @@ "game_wins_reserve": { "type": "integer" }, + "game_wins_riviera": { + "type": "integer" + }, "game_wins_ruins": { "type": "integer" }, @@ -55189,6 +57533,9 @@ "knife_damage_increase": { "type": "integer" }, + "knife_kills": { + "type": "integer" + }, "lastTourneyAd": { "type": "integer" }, @@ -55203,6 +57550,9 @@ }, "type": "object" }, + "level": { + "type": "integer" + }, "lobbyPrefixColor": { "type": "string" }, @@ -55301,6 +57651,9 @@ }, "privategames": { "properties": { + "mcgo_private_gun_upgrades": { + "type": "string" + }, "mcgo_private_moneybags": { "type": "boolean" } @@ -55364,6 +57717,9 @@ "scoped_rifle_reload_speed_reduction": { "type": "integer" }, + "score": { + "type": "integer" + }, "selectedAutoShotgunDev": { "type": "string" }, @@ -55439,6 +57795,9 @@ "setting_spawn_area": { "type": "boolean" }, + "shop_sort_enable_owned_first": { + "type": "boolean" + }, "shotgunHeadshots": { "type": "integer" }, @@ -55543,6 +57902,52 @@ "activeFishHookTrail": { "type": "string" }, + "becomeRabbit": { + "properties": { + "eaten": { + "properties": { + "carrot": { + "type": "integer" + }, + "golden_carrot": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "becomeSheep": { + "properties": { + "eaten": { + "properties": { + "grass": { + "type": "integer" + }, + "kelp": { + "type": "integer" + }, + "logs": { + "type": "integer" + }, + "plants": { + "type": "integer" + } + }, + "type": "object" + }, + "settings": { + "properties": { + "mainLobbyOwnSheep": { + "type": "boolean" + } + }, + "type": "object" + } + }, + "type": "object" + }, "cauldron_ingredient_2021_bone_3": { "type": "boolean" }, @@ -55655,6 +58060,25 @@ }, "type": "object" }, + "herbivore": { + "properties": { + "level": { + "type": "integer" + }, + "toggle": { + "type": "boolean" + } + }, + "type": "object" + }, + "land_line": { + "properties": { + "toggle": { + "type": "boolean" + } + }, + "type": "object" + }, "luck": { "properties": { "level": { @@ -55860,6 +58284,9 @@ "frozen_meal": { "type": "boolean" }, + "golden_apple": { + "type": "boolean" + }, "hot_potato": { "type": "boolean" }, @@ -55893,6 +58320,9 @@ "pile_of_sand": { "type": "boolean" }, + "poisonous_potato": { + "type": "boolean" + }, "puffer_emoji": { "type": "boolean" }, @@ -56195,65 +58625,7 @@ "properties": { "christmas": { "properties": { - "lava": { - "properties": { - "fish": { - "type": "integer" - }, - "junk": { - "type": "integer" - }, - "orb": { - "type": "integer" - }, - "treasure": { - "type": "integer" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "easter": { - "properties": { - "lava": { - "properties": { - "fish": { - "type": "integer" - }, - "junk": { - "type": "integer" - }, - "orb": { - "type": "integer" - }, - "treasure": { - "type": "integer" - } - }, - "type": "object" - }, - "water": { - "properties": { - "fish": { - "type": "integer" - }, - "junk": { - "type": "integer" - }, - "orb": { - "type": "integer" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "halloween": { - "properties": { - "lava": { + "ice": { "properties": { "fish": { "type": "integer" @@ -56270,25 +58642,6 @@ }, "type": "object" }, - "water": { - "properties": { - "fish": { - "type": "integer" - }, - "junk": { - "type": "integer" - }, - "treasure": { - "type": "integer" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "summer": { - "properties": { "lava": { "properties": { "fish": { @@ -56325,22 +58678,9 @@ } }, "type": "object" - } - }, - "type": "object" - }, - "2025": { - "properties": { - "christmas": { + }, + "easter": { "properties": { - "ice": { - "properties": { - "fish": { - "type": "integer" - } - }, - "type": "object" - }, "lava": { "properties": { "fish": { @@ -56352,9 +58692,6 @@ "orb": { "type": "integer" }, - "plant": { - "type": "integer" - }, "treasure": { "type": "integer" } @@ -56372,9 +58709,6 @@ "orb": { "type": "integer" }, - "plant": { - "type": "integer" - }, "treasure": { "type": "integer" } @@ -56384,7 +58718,155 @@ }, "type": "object" }, - "easter": { + "halloween": { + "properties": { + "lava": { + "properties": { + "fish": { + "type": "integer" + }, + "junk": { + "type": "integer" + }, + "orb": { + "type": "integer" + }, + "treasure": { + "type": "integer" + } + }, + "type": "object" + }, + "water": { + "properties": { + "fish": { + "type": "integer" + }, + "junk": { + "type": "integer" + }, + "orb": { + "type": "integer" + }, + "treasure": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "summer": { + "properties": { + "lava": { + "properties": { + "fish": { + "type": "integer" + }, + "junk": { + "type": "integer" + }, + "orb": { + "type": "integer" + }, + "treasure": { + "type": "integer" + } + }, + "type": "object" + }, + "water": { + "properties": { + "fish": { + "type": "integer" + }, + "junk": { + "type": "integer" + }, + "orb": { + "type": "integer" + }, + "treasure": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "2025": { + "properties": { + "christmas": { + "properties": { + "ice": { + "properties": { + "fish": { + "type": "integer" + }, + "junk": { + "type": "integer" + }, + "orb": { + "type": "integer" + }, + "treasure": { + "type": "integer" + } + }, + "type": "object" + }, + "lava": { + "properties": { + "fish": { + "type": "integer" + }, + "junk": { + "type": "integer" + }, + "orb": { + "type": "integer" + }, + "plant": { + "type": "integer" + }, + "treasure": { + "type": "integer" + } + }, + "type": "object" + }, + "water": { + "properties": { + "creature": { + "type": "integer" + }, + "fish": { + "type": "integer" + }, + "junk": { + "type": "integer" + }, + "orb": { + "type": "integer" + }, + "plant": { + "type": "integer" + }, + "treasure": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "easter": { "properties": { "lava": { "properties": { @@ -56456,6 +58938,9 @@ "orb": { "type": "integer" }, + "plant": { + "type": "integer" + }, "treasure": { "type": "integer" } @@ -56478,6 +58963,9 @@ "orb": { "type": "integer" }, + "plant": { + "type": "integer" + }, "treasure": { "type": "integer" } @@ -56513,6 +59001,61 @@ }, "type": "object" }, + "2026": { + "properties": { + "easter": { + "properties": { + "water": { + "properties": { + "fish": { + "type": "integer" + }, + "junk": { + "type": "integer" + }, + "orb": { + "type": "integer" + }, + "plant": { + "type": "integer" + }, + "treasure": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "summer": { + "properties": { + "water": { + "properties": { + "fish": { + "type": "integer" + }, + "junk": { + "type": "integer" + }, + "orb": { + "type": "integer" + }, + "plant": { + "type": "integer" + }, + "treasure": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + }, "permanent": { "properties": { "ice": { @@ -56569,6 +59112,9 @@ "spider": { "type": "integer" }, + "squid": { + "type": "integer" + }, "zombie": { "type": "integer" } @@ -56704,6 +59250,9 @@ "dried_kelp": { "type": "integer" }, + "frozen_kelp": { + "type": "integer" + }, "glistering_melon": { "type": "integer" }, @@ -56929,18 +59478,30 @@ "achievement_guide": { "type": "boolean" }, + "become_rabbit": { + "type": "boolean" + }, "become_sheep": { "type": "boolean" }, "bingo_12": { "type": "boolean" }, + "bingo_13": { + "type": "boolean" + }, "christmas_guide_2022": { "type": "boolean" }, "christmas_guide_2023": { "type": "boolean" }, + "christmas_guide_2024": { + "type": "boolean" + }, + "christmas_guide_2025": { + "type": "boolean" + }, "dockmaster": { "type": "boolean" }, @@ -56953,6 +59514,12 @@ "halloween_guide_2023": { "type": "boolean" }, + "halloween_guide_2024": { + "type": "boolean" + }, + "halloween_guide_2025": { + "type": "boolean" + }, "lava_fisherman": { "type": "boolean" }, @@ -56962,6 +59529,15 @@ "summer_guide_2023": { "type": "boolean" }, + "summer_guide_2024": { + "type": "boolean" + }, + "summer_guide_2025": { + "type": "boolean" + }, + "summer_guide_2026": { + "type": "boolean" + }, "zone_ancient_statues": { "type": "boolean" }, @@ -57089,6 +59665,24 @@ "alpha_wins_MURDER_INFECTION": { "type": "integer" }, + "alpha_wins_ancient_tomb": { + "type": "integer" + }, + "alpha_wins_ancient_tomb_MURDER_INFECTION": { + "type": "integer" + }, + "alpha_wins_aquarium": { + "type": "integer" + }, + "alpha_wins_aquarium_MURDER_INFECTION": { + "type": "integer" + }, + "alpha_wins_archives": { + "type": "integer" + }, + "alpha_wins_archives_MURDER_INFECTION": { + "type": "integer" + }, "alpha_wins_archives_top_floor": { "type": "integer" }, @@ -57101,12 +59695,42 @@ "alpha_wins_cattleridge_farm_MURDER_INFECTION": { "type": "integer" }, + "alpha_wins_cruise_ship": { + "type": "integer" + }, + "alpha_wins_cruise_ship_MURDER_INFECTION": { + "type": "integer" + }, + "alpha_wins_darkfall": { + "type": "integer" + }, + "alpha_wins_darkfall_MURDER_INFECTION": { + "type": "integer" + }, "alpha_wins_easter_world": { "type": "integer" }, "alpha_wins_easter_world_MURDER_INFECTION": { "type": "integer" }, + "alpha_wins_gold_rush": { + "type": "integer" + }, + "alpha_wins_gold_rush_MURDER_INFECTION": { + "type": "integer" + }, + "alpha_wins_headquarters": { + "type": "integer" + }, + "alpha_wins_headquarters_MURDER_INFECTION": { + "type": "integer" + }, + "alpha_wins_hollywood": { + "type": "integer" + }, + "alpha_wins_hollywood_MURDER_INFECTION": { + "type": "integer" + }, "alpha_wins_hypixel_world": { "type": "integer" }, @@ -57125,12 +59749,42 @@ "alpha_wins_mountain_MURDER_INFECTION": { "type": "integer" }, + "alpha_wins_san_peratico_v2": { + "type": "integer" + }, + "alpha_wins_san_peratico_v2_MURDER_INFECTION": { + "type": "integer" + }, + "alpha_wins_skyway_pier": { + "type": "integer" + }, + "alpha_wins_skyway_pier_MURDER_INFECTION": { + "type": "integer" + }, + "alpha_wins_snowfall": { + "type": "integer" + }, + "alpha_wins_snowfall_MURDER_INFECTION": { + "type": "integer" + }, + "alpha_wins_snowglobe": { + "type": "integer" + }, + "alpha_wins_snowglobe_MURDER_INFECTION": { + "type": "integer" + }, "alpha_wins_spooky_mansion": { "type": "integer" }, "alpha_wins_spooky_mansion_MURDER_INFECTION": { "type": "integer" }, + "alpha_wins_subway": { + "type": "integer" + }, + "alpha_wins_subway_MURDER_INFECTION": { + "type": "integer" + }, "alpha_wins_towerfall": { "type": "integer" }, @@ -57143,12 +59797,50 @@ "alpha_wins_transport_MURDER_INFECTION": { "type": "integer" }, + "alpha_wins_villa": { + "type": "integer" + }, + "alpha_wins_villa_MURDER_INFECTION": { + "type": "integer" + }, "alpha_wins_widow's_den": { "type": "integer" }, "alpha_wins_widow's_den_MURDER_INFECTION": { "type": "integer" }, + "assassins": { + "properties": { + "0": { + "type": "string" + }, + "1": { + "type": "string" + }, + "2": { + "type": "string" + }, + "3": { + "type": "string" + }, + "4": { + "type": "string" + }, + "5": { + "type": "string" + }, + "6": { + "type": "string" + }, + "7": { + "type": "string" + }, + "8": { + "type": "string" + } + }, + "type": "object" + }, "bow_kills": { "type": "integer" }, @@ -57629,6 +60321,38 @@ }, "type": "array" }, + "classic": { + "properties": { + "0": { + "type": "string" + }, + "1": { + "type": "string" + }, + "2": { + "type": "string" + }, + "3": { + "type": "string" + }, + "4": { + "type": "string" + }, + "5": { + "type": "string" + }, + "6": { + "type": "string" + }, + "7": { + "type": "string" + }, + "8": { + "type": "string" + } + }, + "type": "object" + }, "coins": { "type": "integer" }, @@ -58652,6 +61376,17 @@ }, "type": "object" }, + "Contagioncontained": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, "Cornucopia": { "properties": { "claimed": { @@ -58663,6 +61398,28 @@ }, "type": "object" }, + "Crimsonjoy": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, + "Crowdcontrol": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, "Cuttingtheroots": { "properties": { "claimed": { @@ -58696,6 +61453,17 @@ }, "type": "object" }, + "Deathdefy": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, "Distanttransmission": { "properties": { "claimed": { @@ -58707,6 +61475,17 @@ }, "type": "object" }, + "Doubledosage": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, "Dualproficiency": { "properties": { "claimed": { @@ -58720,6 +61499,9 @@ }, "Exponentiation": { "properties": { + "claimed": { + "type": "boolean" + }, "progress": { "type": "integer" } @@ -58770,6 +61552,17 @@ }, "type": "object" }, + "Grandslam": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, "Hero": { "properties": { "claimed": { @@ -58858,6 +61651,17 @@ }, "type": "object" }, + "Lurkingcontagion": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, "Makeshiftshield": { "properties": { "claimed": { @@ -58957,6 +61761,17 @@ }, "type": "object" }, + "Seasonedhitman": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, "Selfdefense": { "properties": { "claimed": { @@ -58979,6 +61794,17 @@ }, "type": "object" }, + "Silverbullet": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, "Slaughterhouse": { "properties": { "claimed": { @@ -59012,6 +61838,17 @@ }, "type": "object" }, + "Totaloutbreak": { + "properties": { + "claimed": { + "type": "boolean" + }, + "progress": { + "type": "integer" + } + }, + "type": "object" + }, "Trapping101": { "properties": { "claimed": { @@ -59324,6 +62161,89 @@ "doHeartbeatSounds": { "type": "boolean" }, + "doHints": { + "type": "boolean" + }, + "doPrefixesInGame": { + "type": "boolean" + }, + "emblem": { + "properties": { + "color_unlocked": { + "properties": { + "black": { + "type": "boolean" + }, + "blue": { + "type": "boolean" + }, + "dark_aqua": { + "type": "boolean" + }, + "gold": { + "type": "boolean" + }, + "gray": { + "type": "boolean" + }, + "light_purple": { + "type": "boolean" + }, + "white": { + "type": "boolean" + } + }, + "type": "object" + }, + "requirements": { + "properties": { + "infectedTwelveInfections": { + "type": "boolean" + } + }, + "type": "object" + }, + "selected_color": { + "type": "string" + }, + "selected_icon": { + "type": "string" + } + }, + "type": "object" + }, + "favoriteDescentMode": { + "type": "string" + }, + "favorites": { + "properties": { + "kill_note": { + "items": { + "type": "string" + }, + "type": "array" + }, + "knife_skin": { + "items": { + "type": "string" + }, + "type": "array" + }, + "last_words": { + "items": { + "type": "string" + }, + "type": "array" + }, + "prefixstat": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "free_event_key_mm_christmas_chests_2019": { "type": "boolean" }, @@ -59864,6 +62784,29 @@ "granted_chests": { "type": "integer" }, + "infection": { + "properties": { + "0": { + "type": "string" + }, + "1": { + "type": "string" + }, + "3": { + "type": "string" + }, + "4": { + "type": "string" + }, + "6": { + "type": "string" + }, + "8": { + "type": "string" + } + }, + "type": "object" + }, "kills": { "type": "integer" }, @@ -59981,6 +62924,12 @@ "kills_as_alpha_aquarium_MURDER_INFECTION": { "type": "integer" }, + "kills_as_alpha_archives": { + "type": "integer" + }, + "kills_as_alpha_archives_MURDER_INFECTION": { + "type": "integer" + }, "kills_as_alpha_archives_top_floor": { "type": "integer" }, @@ -59999,12 +62948,36 @@ "kills_as_alpha_cruise_ship_MURDER_INFECTION": { "type": "integer" }, + "kills_as_alpha_darkfall": { + "type": "integer" + }, + "kills_as_alpha_darkfall_MURDER_INFECTION": { + "type": "integer" + }, "kills_as_alpha_easter_world": { "type": "integer" }, "kills_as_alpha_easter_world_MURDER_INFECTION": { "type": "integer" }, + "kills_as_alpha_gold_rush": { + "type": "integer" + }, + "kills_as_alpha_gold_rush_MURDER_INFECTION": { + "type": "integer" + }, + "kills_as_alpha_headquarters": { + "type": "integer" + }, + "kills_as_alpha_headquarters_MURDER_INFECTION": { + "type": "integer" + }, + "kills_as_alpha_hollywood": { + "type": "integer" + }, + "kills_as_alpha_hollywood_MURDER_INFECTION": { + "type": "integer" + }, "kills_as_alpha_hypixel_world": { "type": "integer" }, @@ -60029,6 +63002,24 @@ "kills_as_alpha_san_peratico_v2_MURDER_INFECTION": { "type": "integer" }, + "kills_as_alpha_skyway_pier": { + "type": "integer" + }, + "kills_as_alpha_skyway_pier_MURDER_INFECTION": { + "type": "integer" + }, + "kills_as_alpha_snowfall": { + "type": "integer" + }, + "kills_as_alpha_snowfall_MURDER_INFECTION": { + "type": "integer" + }, + "kills_as_alpha_snowglobe": { + "type": "integer" + }, + "kills_as_alpha_snowglobe_MURDER_INFECTION": { + "type": "integer" + }, "kills_as_alpha_spooky_mansion": { "type": "integer" }, @@ -60053,6 +63044,12 @@ "kills_as_alpha_transport_MURDER_INFECTION": { "type": "integer" }, + "kills_as_alpha_villa": { + "type": "integer" + }, + "kills_as_alpha_villa_MURDER_INFECTION": { + "type": "integer" + }, "kills_as_alpha_widow's_den": { "type": "integer" }, @@ -61041,6 +64038,12 @@ "10000_spoons": { "type": "integer" }, + "basted_turkey": { + "type": "integer" + }, + "bloody_brick": { + "type": "integer" + }, "bone": { "type": "integer" }, @@ -61050,6 +64053,9 @@ "carrot_on_stick": { "type": "integer" }, + "cheapo": { + "type": "integer" + }, "chewed_bush": { "type": "integer" }, @@ -61062,6 +64068,9 @@ "earthen_dagger": { "type": "integer" }, + "easter_basket": { + "type": "integer" + }, "farming_implement": { "type": "integer" }, @@ -61083,6 +64092,9 @@ "ice_shard": { "type": "integer" }, + "mouse_trap": { + "type": "integer" + }, "mvp": { "type": "integer" }, @@ -61107,6 +64119,9 @@ "shiny_snack": { "type": "integer" }, + "shovel": { + "type": "integer" + }, "shred": { "type": "integer" }, @@ -63782,6 +66797,9 @@ "trap_kills_cattleridge_farm_MURDER_DOUBLE_UP": { "type": "integer" }, + "trap_kills_cattleridge_farm_MURDER_INFECTION": { + "type": "integer" + }, "trap_kills_darkfall": { "type": "integer" }, @@ -65437,9 +68455,36 @@ "genesis_weekly_perks_perma_xp": { "type": "integer" }, + "gold_stack_streak_15": { + "type": "integer" + }, + "gold_stack_streak_16": { + "type": "integer" + }, + "gold_stack_streak_17": { + "type": "integer" + }, "gold_stack_streak_18": { "type": "integer" }, + "gold_stack_streak_19": { + "type": "integer" + }, + "gold_stack_streak_20": { + "type": "integer" + }, + "gold_stack_streak_21": { + "type": "integer" + }, + "gold_stack_streak_22": { + "type": "integer" + }, + "gold_stack_streak_23": { + "type": "integer" + }, + "gold_stack_streak_24": { + "type": "integer" + }, "gold_stack_streak_25": { "type": "integer" }, @@ -65711,12 +68756,21 @@ "Pit_auction_bid_2024_summer": { "type": "integer" }, + "Pit_auction_bid_2024_winter": { + "type": "integer" + }, "Pit_auction_bid_2025_fall": { "type": "integer" }, "Pit_auction_bid_2025_spring": { "type": "integer" }, + "Pit_auction_bid_2025_summer": { + "type": "integer" + }, + "Pit_auction_bid_2026_spring": { + "type": "integer" + }, "Pit_blockhead_blocks_2019_fall": { "type": "integer" }, @@ -65777,6 +68831,36 @@ "Pit_blockhead_blocks_2023_winter": { "type": "integer" }, + "Pit_blockhead_blocks_2024_fall": { + "type": "integer" + }, + "Pit_blockhead_blocks_2024_spring": { + "type": "integer" + }, + "Pit_blockhead_blocks_2024_summer": { + "type": "integer" + }, + "Pit_blockhead_blocks_2024_winter": { + "type": "integer" + }, + "Pit_blockhead_blocks_2025_fall": { + "type": "integer" + }, + "Pit_blockhead_blocks_2025_spring": { + "type": "integer" + }, + "Pit_blockhead_blocks_2025_summer": { + "type": "integer" + }, + "Pit_blockhead_blocks_2025_winter": { + "type": "integer" + }, + "Pit_blockhead_blocks_2026_spring": { + "type": "integer" + }, + "Pit_blockhead_blocks_2026_winter": { + "type": "integer" + }, "Pit_cake_eaten_2019_fall": { "type": "integer" }, @@ -65840,6 +68924,9 @@ "Pit_cake_eaten_2024_fall": { "type": "integer" }, + "Pit_cake_eaten_2024_spring": { + "type": "integer" + }, "Pit_cake_eaten_2024_summer": { "type": "integer" }, @@ -65918,15 +69005,33 @@ "Pit_kills_as_beast_2023_winter": { "type": "integer" }, + "Pit_kills_as_beast_2024_fall": { + "type": "integer" + }, + "Pit_kills_as_beast_2024_spring": { + "type": "integer" + }, "Pit_kills_as_beast_2024_summer": { "type": "integer" }, + "Pit_kills_as_beast_2024_winter": { + "type": "integer" + }, + "Pit_kills_as_beast_2025_fall": { + "type": "integer" + }, "Pit_kills_as_beast_2025_spring": { "type": "integer" }, "Pit_kills_as_beast_2025_summer": { "type": "integer" }, + "Pit_kills_as_beast_2025_winter": { + "type": "integer" + }, + "Pit_kills_as_beast_2026_spring": { + "type": "integer" + }, "Pit_kotl_gold_2019_fall": { "type": "integer" }, @@ -65990,6 +69095,9 @@ "Pit_kotl_gold_2024_fall": { "type": "integer" }, + "Pit_kotl_gold_2024_spring": { + "type": "integer" + }, "Pit_kotl_gold_2024_summer": { "type": "integer" }, @@ -66008,6 +69116,12 @@ "Pit_kotl_gold_2025_winter": { "type": "integer" }, + "Pit_kotl_gold_2026_spring": { + "type": "integer" + }, + "Pit_kotl_gold_2026_winter": { + "type": "integer" + }, "Pit_kotl_time_2019_fall": { "type": "integer" }, @@ -66071,6 +69185,9 @@ "Pit_kotl_time_2024_fall": { "type": "integer" }, + "Pit_kotl_time_2024_spring": { + "type": "integer" + }, "Pit_kotl_time_2024_summer": { "type": "integer" }, @@ -66089,6 +69206,12 @@ "Pit_kotl_time_2025_winter": { "type": "integer" }, + "Pit_kotl_time_2026_spring": { + "type": "integer" + }, + "Pit_kotl_time_2026_winter": { + "type": "integer" + }, "Pit_raffle_jackpot_2019_fall": { "type": "integer" }, @@ -66149,6 +69272,18 @@ "Pit_raffle_jackpot_2023_winter": { "type": "integer" }, + "Pit_raffle_jackpot_2024_fall": { + "type": "integer" + }, + "Pit_raffle_jackpot_2025_fall": { + "type": "integer" + }, + "Pit_raffle_jackpot_2025_spring": { + "type": "integer" + }, + "Pit_raffle_jackpot_2025_summer": { + "type": "integer" + }, "Pit_raffle_tickets_2019_fall": { "type": "integer" }, @@ -66215,12 +69350,21 @@ "Pit_raffle_tickets_2024_spring": { "type": "integer" }, + "Pit_raffle_tickets_2024_summer": { + "type": "integer" + }, + "Pit_raffle_tickets_2024_winter": { + "type": "integer" + }, "Pit_raffle_tickets_2025_fall": { "type": "integer" }, "Pit_raffle_tickets_2025_spring": { "type": "integer" }, + "Pit_raffle_tickets_2025_summer": { + "type": "integer" + }, "Pit_raffle_tickets_2025_winter": { "type": "integer" }, @@ -66287,6 +69431,15 @@ "Pit_rage_pit_damage_2024_fall": { "type": "integer" }, + "Pit_rage_pit_damage_2024_spring": { + "type": "integer" + }, + "Pit_rage_pit_damage_2024_summer": { + "type": "integer" + }, + "Pit_rage_pit_damage_2024_winter": { + "type": "integer" + }, "Pit_rage_pit_damage_2025_fall": { "type": "integer" }, @@ -66299,6 +69452,15 @@ "Pit_rage_pit_damage_2025_winter": { "type": "integer" }, + "Pit_rage_pit_damage_2026_spring": { + "type": "integer" + }, + "Pit_rage_pit_damage_2026_summer": { + "type": "integer" + }, + "Pit_rage_pit_damage_2026_winter": { + "type": "integer" + }, "Pit_tdm_blue_kills_2019_fall": { "type": "integer" }, @@ -66365,6 +69527,12 @@ "Pit_tdm_blue_kills_2024_spring": { "type": "integer" }, + "Pit_tdm_blue_kills_2024_summer": { + "type": "integer" + }, + "Pit_tdm_blue_kills_2024_winter": { + "type": "integer" + }, "Pit_tdm_blue_kills_2025_fall": { "type": "integer" }, @@ -66374,6 +69542,12 @@ "Pit_tdm_blue_kills_2025_summer": { "type": "integer" }, + "Pit_tdm_blue_kills_2026_spring": { + "type": "integer" + }, + "Pit_tdm_blue_kills_2026_winter": { + "type": "integer" + }, "Pit_tdm_red_kills_2019_fall": { "type": "integer" }, @@ -66437,9 +69611,15 @@ "Pit_tdm_red_kills_2024_fall": { "type": "integer" }, + "Pit_tdm_red_kills_2024_spring": { + "type": "integer" + }, "Pit_tdm_red_kills_2024_summer": { "type": "integer" }, + "Pit_tdm_red_kills_2024_winter": { + "type": "integer" + }, "Pit_tdm_red_kills_2025_fall": { "type": "integer" }, @@ -66448,6 +69628,12 @@ }, "Pit_tdm_red_kills_2025_summer": { "type": "integer" + }, + "Pit_tdm_red_kills_2025_winter": { + "type": "integer" + }, + "Pit_tdm_red_kills_2026_spring": { + "type": "integer" } }, "type": "object" @@ -67380,9 +70566,18 @@ "xp_stack_streak_18": { "type": "integer" }, + "xp_stack_streak_22": { + "type": "integer" + }, + "xp_stack_streak_23": { + "type": "integer" + }, "xp_stack_streak_24": { "type": "integer" }, + "xp_stack_streak_25": { + "type": "integer" + }, "zero_point_three_gold_transfer": { "type": "boolean" }, @@ -71010,6 +74205,12 @@ "activeKit_MEGA_random": { "type": "boolean" }, + "activeKit_MINI": { + "type": "string" + }, + "activeKit_MINI_random": { + "type": "boolean" + }, "activeKit_RANKED": { "type": "string" }, @@ -71064,6 +74265,9 @@ "active_projectiletrail": { "type": "string" }, + "active_scheme": { + "type": "string" + }, "active_sprays": { "type": "string" }, @@ -71742,6 +74946,15 @@ "arrows_hit_tourney_crazytourney": { "type": "integer" }, + "arrows_hit_tourney_kit_advanced_solo_armorer": { + "type": "integer" + }, + "arrows_hit_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "arrows_hit_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, "arrows_hit_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -72540,6 +75753,15 @@ "arrows_shot_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "arrows_shot_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "arrows_shot_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "arrows_shot_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "arrows_shot_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -72780,6 +76002,9 @@ "assists_kit_attacking_team_snowman": { "type": "integer" }, + "assists_kit_attacking_teams_default": { + "type": "integer" + }, "assists_kit_basic_solo_archeologist": { "type": "integer" }, @@ -72807,6 +76032,9 @@ "assists_kit_basic_solo_energix": { "type": "integer" }, + "assists_kit_basic_solo_fallen-angel": { + "type": "integer" + }, "assists_kit_basic_solo_fisherman": { "type": "integer" }, @@ -72933,6 +76161,12 @@ "assists_kit_mini_solo_athlete": { "type": "integer" }, + "assists_kit_mini_solo_blacksmith": { + "type": "integer" + }, + "assists_kit_mini_solo_bowman": { + "type": "integer" + }, "assists_kit_mini_solo_champion": { "type": "integer" }, @@ -73311,6 +76545,9 @@ "assists_mega_doubles": { "type": "integer" }, + "assists_mini": { + "type": "integer" + }, "assists_ranked": { "type": "integer" }, @@ -74115,6 +77352,12 @@ "bow_kills_tourney_crazytourney": { "type": "integer" }, + "bow_kills_tourney_kit_advanced_solo_armorer": { + "type": "integer" + }, + "bow_kills_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, "bow_kills_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -74804,6 +78047,9 @@ "challenge_attempts_3_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_attempts_3_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_attempts_3_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -74951,6 +78197,9 @@ "challenge_attempts_4_kit_attacking_team_slime": { "type": "integer" }, + "challenge_attempts_4_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_attempts_4_kit_basic_solo_baseball-player": { "type": "integer" }, @@ -75038,6 +78287,9 @@ "challenge_attempts_5_kit_advanced_solo_farmer": { "type": "integer" }, + "challenge_attempts_5_kit_advanced_solo_guardian": { + "type": "integer" + }, "challenge_attempts_5_kit_advanced_solo_hunter": { "type": "integer" }, @@ -75083,6 +78335,9 @@ "challenge_attempts_5_kit_attacking_team_sloth": { "type": "integer" }, + "challenge_attempts_5_kit_basic_solo_batguy": { + "type": "integer" + }, "challenge_attempts_5_kit_basic_solo_default": { "type": "integer" }, @@ -75215,12 +78470,18 @@ "challenge_attempts_6_kit_attacking_team_slime": { "type": "integer" }, + "challenge_attempts_6_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_attempts_6_kit_basic_solo_armorsmith": { "type": "integer" }, "challenge_attempts_6_kit_basic_solo_baseball-player": { "type": "integer" }, + "challenge_attempts_6_kit_basic_solo_batguy": { + "type": "integer" + }, "challenge_attempts_6_kit_basic_solo_disco": { "type": "integer" }, @@ -75290,6 +78551,9 @@ "challenge_attempts_6_kit_supporting_team_healer": { "type": "integer" }, + "challenge_attempts_6_kit_supporting_team_pharaoh": { + "type": "integer" + }, "challenge_attempts_6_kit_supporting_team_pyro": { "type": "integer" }, @@ -75389,6 +78653,9 @@ "challenge_attempts_7_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_attempts_7_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_attempts_7_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -75857,6 +79124,9 @@ "challenge_attempts_archer_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_attempts_archer_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_attempts_archer_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -76697,6 +79967,9 @@ "challenge_attempts_no_block_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_attempts_no_block_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_attempts_no_block_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -76838,6 +80111,9 @@ "challenge_attempts_no_block_kit_supporting_team_troll": { "type": "integer" }, + "challenge_attempts_no_block_kit_supporting_team_warlock": { + "type": "integer" + }, "challenge_attempts_no_block_kit_supporting_team_zookeeper": { "type": "integer" }, @@ -76970,6 +80246,9 @@ "challenge_attempts_no_chest_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_attempts_no_chest_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_attempts_no_chest_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -78080,6 +81359,9 @@ "challenge_attempts_ultimate_warrior_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_attempts_ultimate_warrior_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_attempts_ultimate_warrior_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -78254,6 +81536,9 @@ "challenge_attempts_ultimate_warrior_solo": { "type": "integer" }, + "challenge_milestones_achieved": { + "type": "integer" + }, "challenge_wins": { "type": "integer" }, @@ -78797,6 +82082,9 @@ "challenge_wins_2_kit_basic_solo_disco": { "type": "integer" }, + "challenge_wins_2_kit_basic_solo_ecologist": { + "type": "integer" + }, "challenge_wins_2_kit_basic_solo_fisherman": { "type": "integer" }, @@ -78878,6 +82166,9 @@ "challenge_wins_3_kit_advanced_solo_hunter": { "type": "integer" }, + "challenge_wins_3_kit_advanced_solo_magician": { + "type": "integer" + }, "challenge_wins_3_kit_advanced_solo_zookeeper": { "type": "integer" }, @@ -78968,6 +82259,9 @@ "challenge_wins_4_kit_basic_solo_scout": { "type": "integer" }, + "challenge_wins_4_kit_basic_solo_speleologist": { + "type": "integer" + }, "challenge_wins_4_kit_defending_team_armorer": { "type": "integer" }, @@ -79001,6 +82295,12 @@ "challenge_wins_5_kit_basic_solo_scout": { "type": "integer" }, + "challenge_wins_5_kit_basic_solo_speleologist": { + "type": "integer" + }, + "challenge_wins_5_kit_basic_solo_warlock": { + "type": "integer" + }, "challenge_wins_5_solo": { "type": "integer" }, @@ -79031,6 +82331,9 @@ "challenge_wins_6_kit_attacking_team_sloth": { "type": "integer" }, + "challenge_wins_6_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_wins_6_kit_basic_solo_disco": { "type": "integer" }, @@ -79043,6 +82346,12 @@ "challenge_wins_6_kit_basic_solo_healer": { "type": "integer" }, + "challenge_wins_6_kit_basic_solo_speleologist": { + "type": "integer" + }, + "challenge_wins_6_kit_basic_solo_warlock": { + "type": "integer" + }, "challenge_wins_6_kit_mining_team_speleologist": { "type": "integer" }, @@ -79121,6 +82430,9 @@ "challenge_wins_7_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_wins_7_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_wins_7_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -79445,6 +82757,9 @@ "challenge_wins_archer_kit_advanced_solo_knight": { "type": "integer" }, + "challenge_wins_archer_kit_advanced_solo_magician": { + "type": "integer" + }, "challenge_wins_archer_kit_advanced_solo_pig-rider": { "type": "integer" }, @@ -79496,6 +82811,9 @@ "challenge_wins_archer_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_wins_archer_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_wins_archer_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -79676,6 +82994,9 @@ "challenge_wins_half_health_kit_advanced_solo_knight": { "type": "integer" }, + "challenge_wins_half_health_kit_advanced_solo_magician": { + "type": "integer" + }, "challenge_wins_half_health_kit_advanced_solo_pyro": { "type": "integer" }, @@ -79727,6 +83048,9 @@ "challenge_wins_half_health_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_wins_half_health_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_wins_half_health_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -80240,6 +83564,9 @@ "challenge_wins_no_block_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_wins_no_block_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_wins_no_block_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -80477,6 +83804,9 @@ "challenge_wins_no_chest_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_wins_no_chest_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_wins_no_chest_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -81413,6 +84743,9 @@ "challenge_wins_ultimate_warrior_kit_advanced_solo_knight": { "type": "integer" }, + "challenge_wins_ultimate_warrior_kit_advanced_solo_magician": { + "type": "integer" + }, "challenge_wins_ultimate_warrior_kit_advanced_solo_pyro": { "type": "integer" }, @@ -81464,6 +84797,9 @@ "challenge_wins_ultimate_warrior_kit_attacking_team_snowman": { "type": "integer" }, + "challenge_wins_ultimate_warrior_kit_basic_solo_archeologist": { + "type": "integer" + }, "challenge_wins_ultimate_warrior_kit_basic_solo_armorsmith": { "type": "integer" }, @@ -81755,6 +85091,9 @@ "chests_opened_kit_basic_solo_energix": { "type": "integer" }, + "chests_opened_kit_basic_solo_fallen-angel": { + "type": "integer" + }, "chests_opened_kit_basic_solo_fisherman": { "type": "integer" }, @@ -81881,6 +85220,9 @@ "chests_opened_kit_mini_solo_athlete": { "type": "integer" }, + "chests_opened_kit_mini_solo_blacksmith": { + "type": "integer" + }, "chests_opened_kit_mini_solo_bowman": { "type": "integer" }, @@ -82259,6 +85601,9 @@ "chests_opened_mega_doubles": { "type": "integer" }, + "chests_opened_mini": { + "type": "integer" + }, "chests_opened_ranked": { "type": "integer" }, @@ -82280,6 +85625,12 @@ "chests_opened_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "chests_opened_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "chests_opened_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "chests_opened_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -82328,6 +85679,21 @@ "chests_opened_tourney_kit_attacking_team_snowman": { "type": "integer" }, + "chests_opened_tourney_kit_basic_solo_baseball-player": { + "type": "integer" + }, + "chests_opened_tourney_kit_basic_solo_ecologist": { + "type": "integer" + }, + "chests_opened_tourney_kit_basic_solo_fisherman": { + "type": "integer" + }, + "chests_opened_tourney_kit_basic_solo_frog": { + "type": "integer" + }, + "chests_opened_tourney_kit_basic_solo_rookie": { + "type": "integer" + }, "chests_opened_tourney_kit_defending_team_armorer": { "type": "integer" }, @@ -82349,6 +85715,9 @@ "chests_opened_tourney_kit_defending_team_guardian": { "type": "integer" }, + "chests_opened_tourney_kit_enderchest_solo_enderchest": { + "type": "integer" + }, "chests_opened_tourney_kit_enderchest_team_enderchest": { "type": "integer" }, @@ -82574,6 +85943,9 @@ "deaths_kit_basic_solo_energix": { "type": "integer" }, + "deaths_kit_basic_solo_fallen-angel": { + "type": "integer" + }, "deaths_kit_basic_solo_fisherman": { "type": "integer" }, @@ -83102,6 +86474,15 @@ "deaths_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "deaths_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "deaths_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "deaths_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "deaths_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -83150,6 +86531,15 @@ "deaths_tourney_kit_attacking_team_snowman": { "type": "integer" }, + "deaths_tourney_kit_basic_solo_baseball-player": { + "type": "integer" + }, + "deaths_tourney_kit_basic_solo_ecologist": { + "type": "integer" + }, + "deaths_tourney_kit_basic_solo_fisherman": { + "type": "integer" + }, "deaths_tourney_kit_defending_team_armorer": { "type": "integer" }, @@ -83171,6 +86561,9 @@ "deaths_tourney_kit_defending_team_guardian": { "type": "integer" }, + "deaths_tourney_kit_enderchest_solo_enderchest": { + "type": "integer" + }, "deaths_tourney_kit_enderchest_team_enderchest": { "type": "integer" }, @@ -83789,6 +87182,9 @@ "fall_kills_tourney": { "type": "integer" }, + "fall_kills_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, "fall_kills_tourney_kit_attacking_team_enderman": { "type": "integer" }, @@ -84482,6 +87878,9 @@ "fastest_win_mega_doubles": { "type": "integer" }, + "fastest_win_mini": { + "type": "integer" + }, "fastest_win_ranked": { "type": "integer" }, @@ -84500,6 +87899,12 @@ "fastest_win_tourney_crazytourney": { "type": "integer" }, + "fastest_win_tourney_kit_advanced_solo_armorer": { + "type": "integer" + }, + "fastest_win_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, "fastest_win_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -84650,6 +88055,12 @@ }, "type": "array" }, + "favorite_kits_team": { + "items": { + "type": "string" + }, + "type": "array" + }, "favorites": { "properties": { "cage": { @@ -84664,6 +88075,12 @@ }, "type": "array" }, + "emblem": { + "items": { + "type": "string" + }, + "type": "array" + }, "killeffect": { "items": { "type": "string" @@ -85033,9 +88450,15 @@ "games_kit_mini_solo_athlete": { "type": "integer" }, + "games_kit_mini_solo_blacksmith": { + "type": "integer" + }, "games_kit_mini_solo_champion": { "type": "integer" }, + "games_kit_mini_solo_healer": { + "type": "integer" + }, "games_kit_mini_solo_magician": { "type": "integer" }, @@ -85405,6 +88828,9 @@ "games_mega_doubles": { "type": "integer" }, + "games_mini": { + "type": "integer" + }, "games_played_skywars": { "type": "integer" }, @@ -85432,6 +88858,15 @@ "games_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "games_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "games_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "games_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "games_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -85555,6 +88990,9 @@ "games_tourney_kit_supporting_team_troll": { "type": "integer" }, + "games_tourney_kit_supporting_team_warlock": { + "type": "integer" + }, "games_tourney_kit_supporting_team_zookeeper": { "type": "integer" }, @@ -85581,6 +89019,16 @@ "timestamp": { "type": "integer" }, + "username": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "uuid": { "type": "string" } @@ -85601,6 +89049,16 @@ "timestamp": { "type": "integer" }, + "username": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "uuid": { "type": "string" } @@ -85813,6 +89271,18 @@ "heads_decent_kit_enderchest_team_enderchest": { "type": "integer" }, + "heads_decent_kit_mini_solo_athlete": { + "type": "integer" + }, + "heads_decent_kit_mini_solo_champion": { + "type": "integer" + }, + "heads_decent_kit_mini_solo_magician": { + "type": "integer" + }, + "heads_decent_kit_mini_solo_scout": { + "type": "integer" + }, "heads_decent_kit_mining_team_cannoneer": { "type": "integer" }, @@ -86158,6 +89628,9 @@ "heads_divine_kit_supporting_team_zookeeper": { "type": "integer" }, + "heads_divine_mini": { + "type": "integer" + }, "heads_divine_solo": { "type": "integer" }, @@ -86206,6 +89679,9 @@ "heads_ethereal_kit_basic_solo_snowman": { "type": "integer" }, + "heads_ethereal_kit_basic_solo_speleologist": { + "type": "integer" + }, "heads_ethereal_kit_basic_solo_troll": { "type": "integer" }, @@ -86215,6 +89691,9 @@ "heads_ethereal_kit_defending_team_frog": { "type": "integer" }, + "heads_ethereal_kit_defending_team_golem": { + "type": "integer" + }, "heads_ethereal_kit_mini_solo_armorer": { "type": "integer" }, @@ -86806,12 +90285,147 @@ "heads_heavenly_kit_supporting_team_zookeeper": { "type": "integer" }, + "heads_heavenly_mini": { + "type": "integer" + }, "heads_heavenly_solo": { "type": "integer" }, "heads_heavenly_team": { "type": "integer" }, + "heads_indescribable": { + "type": "integer" + }, + "heads_indescribable_kit_advanced_solo_armorer": { + "type": "integer" + }, + "heads_indescribable_kit_advanced_solo_cannoneer": { + "type": "integer" + }, + "heads_indescribable_kit_advanced_solo_enchanter": { + "type": "integer" + }, + "heads_indescribable_kit_advanced_solo_enderman": { + "type": "integer" + }, + "heads_indescribable_kit_advanced_solo_farmer": { + "type": "integer" + }, + "heads_indescribable_kit_advanced_solo_hunter": { + "type": "integer" + }, + "heads_indescribable_kit_advanced_solo_knight": { + "type": "integer" + }, + "heads_indescribable_kit_advanced_solo_pig-rider": { + "type": "integer" + }, + "heads_indescribable_kit_advanced_solo_pyro": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_archeologist": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_armorsmith": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_baseball-player": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_batguy": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_default": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_disco": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_ecologist": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_fisherman": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_frog": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_pharaoh": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_princess": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_rookie": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_scout": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_troll": { + "type": "integer" + }, + "heads_indescribable_kit_basic_solo_warlock": { + "type": "integer" + }, + "heads_indescribable_kit_defending_team_farmer": { + "type": "integer" + }, + "heads_indescribable_kit_defending_team_golem": { + "type": "integer" + }, + "heads_indescribable_kit_enderchest_solo_enderchest": { + "type": "integer" + }, + "heads_indescribable_kit_mini_solo_athlete": { + "type": "integer" + }, + "heads_indescribable_kit_mini_solo_champion": { + "type": "integer" + }, + "heads_indescribable_kit_mini_solo_magician": { + "type": "integer" + }, + "heads_indescribable_kit_mini_solo_pyromancer": { + "type": "integer" + }, + "heads_indescribable_kit_mini_solo_scout": { + "type": "integer" + }, + "heads_indescribable_kit_mythical_chronobreaker": { + "type": "integer" + }, + "heads_indescribable_kit_mythical_cryomancer": { + "type": "integer" + }, + "heads_indescribable_kit_mythical_end-lord": { + "type": "integer" + }, + "heads_indescribable_kit_mythical_fishmonger": { + "type": "integer" + }, + "heads_indescribable_kit_mythical_monster-trainer": { + "type": "integer" + }, + "heads_indescribable_kit_mythical_nether-lord": { + "type": "integer" + }, + "heads_indescribable_kit_mythical_thundermeister": { + "type": "integer" + }, + "heads_indescribable_kit_supporting_team_pharaoh": { + "type": "integer" + }, + "heads_indescribable_mini": { + "type": "integer" + }, + "heads_indescribable_solo": { + "type": "integer" + }, + "heads_indescribable_team": { + "type": "integer" + }, "heads_kit_advanced_solo_armorer": { "type": "integer" }, @@ -87370,6 +90984,9 @@ "heads_meh_team": { "type": "integer" }, + "heads_mini": { + "type": "integer" + }, "heads_salty": { "type": "integer" }, @@ -87952,6 +91569,9 @@ "heads_succulent_kit_supporting_team_zookeeper": { "type": "integer" }, + "heads_succulent_mini": { + "type": "integer" + }, "heads_succulent_solo": { "type": "integer" }, @@ -89206,6 +92826,12 @@ "inGamePresentsCap_2023_2": { "type": "integer" }, + "inGamePresentsCap_2023_20": { + "type": "integer" + }, + "inGamePresentsCap_2023_21": { + "type": "integer" + }, "inGamePresentsCap_2023_22": { "type": "integer" }, @@ -89227,6 +92853,9 @@ "inGamePresentsCap_2023_30": { "type": "integer" }, + "inGamePresentsCap_2023_31": { + "type": "integer" + }, "inGamePresentsCap_2023_4": { "type": "integer" }, @@ -89455,6 +93084,9 @@ "kill_by_color_explained_last": { "type": "integer" }, + "kill_xp_boost": { + "type": "integer" + }, "kills": { "type": "integer" }, @@ -89596,6 +93228,9 @@ "kills_kit_basic_solo_energix": { "type": "integer" }, + "kills_kit_basic_solo_fallen-angel": { + "type": "integer" + }, "kills_kit_basic_solo_fisherman": { "type": "integer" }, @@ -90100,6 +93735,12 @@ "kills_mega_normal": { "type": "integer" }, + "kills_mini": { + "type": "integer" + }, + "kills_mini_normal": { + "type": "integer" + }, "kills_monthly_a": { "type": "integer" }, @@ -90148,6 +93789,15 @@ "kills_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "kills_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "kills_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "kills_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "kills_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -90217,6 +93867,9 @@ "kills_tourney_kit_defending_team_guardian": { "type": "integer" }, + "kills_tourney_kit_enderchest_solo_enderchest": { + "type": "integer" + }, "kills_tourney_kit_enderchest_team_enderchest": { "type": "integer" }, @@ -90271,6 +93924,9 @@ "kills_tourney_kit_supporting_team_troll": { "type": "integer" }, + "kills_tourney_kit_supporting_team_warlock": { + "type": "integer" + }, "kills_tourney_kit_supporting_team_zookeeper": { "type": "integer" }, @@ -90916,6 +94572,9 @@ "killstreak_mega_doubles": { "type": "integer" }, + "killstreak_mini": { + "type": "integer" + }, "killstreak_ranked": { "type": "integer" }, @@ -90937,6 +94596,15 @@ "killstreak_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "killstreak_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "killstreak_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "killstreak_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "killstreak_tourney_kit_attacking_team_enderman": { "type": "integer" }, @@ -91057,6 +94725,9 @@ "killstreak_tourney_kit_supporting_team_troll": { "type": "integer" }, + "killstreak_tourney_kit_supporting_team_warlock": { + "type": "integer" + }, "killstreak_tourney_kit_supporting_team_zookeeper": { "type": "integer" }, @@ -91191,7 +94862,17 @@ "kit_advanced_solo_farmer_inventory": { "properties": { "EGG:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "GOLDEN_APPLE:0": { "type": "string" @@ -91293,16 +94974,58 @@ "kit_advanced_solo_pig-rider_inventory": { "properties": { "CARROT_STICK:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "GOLD_HELMET:0": { "type": "string" }, + "GOLD_HELMET:0:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "HAY_BLOCK:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, "MONSTER_EGG:90": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "SADDLE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] } }, "type": "object" @@ -91313,22 +95036,72 @@ "kit_advanced_solo_pyro_inventory": { "properties": { "CHAINMAIL_BOOTS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "CHAINMAIL_CHESTPLATE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "FLINT_AND_STEEL:0": { "type": "string" }, "FLINT_AND_STEEL:35": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "IRON_CHESTPLATE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LAVA_BUCKET:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LAVA_BUCKET:1": { "type": "string" @@ -91343,7 +95116,17 @@ "type": "string" }, "POTION:3": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] } }, "type": "object" @@ -91457,13 +95240,55 @@ "kit_attacking_team_enderman_inventory": { "properties": { "ENDER_PEARL:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "IRON_BOOTS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "IRON_BOOTS:0:0": { + "items": { + "type": "integer" + }, + "type": "array" }, "IRON_HELMET:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "IRON_HELMET:0:0": { + "items": { + "type": "integer" + }, + "type": "array" } }, "type": "object" @@ -91569,10 +95394,36 @@ "kit_attacking_team_hunter_inventory": { "properties": { "ARROW:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "BOW:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "BOW:0:48": { + "items": { + "type": "integer" + }, + "type": "array" } }, "type": "object" @@ -91602,11 +95453,23 @@ "GOLD_HELMET:0": { "type": "string" }, + "GOLD_HELMET:0:0,34": { + "items": { + "type": "integer" + }, + "type": "array" + }, "GOLD_SWORD:0": { "type": "string" }, "IRON_SWORD:0": { "type": "string" + }, + "IRON_SWORD:0:16": { + "items": { + "type": "integer" + }, + "type": "array" } }, "type": "object" @@ -91694,17 +95557,53 @@ }, "kit_attacking_team_scout_inventory": { "properties": { + "DIAMOND_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, "DIAMOND_SWORD:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "POTION:2": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "POTION:34": { "type": "string" }, "STONE_SWORD:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] } }, "type": "object" @@ -91798,6 +95697,18 @@ "FISHING_ROD:0": { "type": "string" }, + "FISHING_ROD:0:34,61": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "FISHING_ROD:0:34,61,62": { + "items": { + "type": "integer" + }, + "type": "array" + }, "GOLD_HELMET:0": { "type": "string" }, @@ -91828,7 +95739,17 @@ "type": "string" }, "ENCHANTED_BOOK:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "EXP_BOTTLE:0": { "type": "string" @@ -91882,16 +95803,64 @@ "kit_basic_solo_cactus_inventory": { "properties": { "CACTUS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LEATHER_CHESTPLATE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "LEATHER_CHESTPLATE:0:34,7": { + "items": { + "type": "integer" + }, + "type": "array" }, "LEATHER_HELMET:0": { "type": "string" }, + "LEATHER_HELMET:0:34,7": { + "items": { + "type": "integer" + }, + "type": "array" + }, "SAND:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "SANDSTONE:0": { + "items": { + "type": "integer" + }, + "type": "array" } }, "type": "object" @@ -91973,7 +95942,17 @@ ] }, "LEATHER_HELMET:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LEATHER_HELMET:0:4": { "items": { @@ -92047,7 +96026,23 @@ "type": "array" }, "LOG:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "STONE_AXE:0:32,16": { + "items": { + "type": "integer" + }, + "type": "array" } }, "type": "object" @@ -92248,22 +96243,82 @@ "type": "string" }, "GLASS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LEATHER_BOOTS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LEATHER_CHESTPLATE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LEATHER_HELMET:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LEATHER_LEGGINGS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "STONE_SWORD:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "WOOD_SWORD:0": { "type": "string" @@ -92276,6 +96331,12 @@ }, "kit_basic_solo_scout_inventory": { "properties": { + "IRON_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, "POTION:2": { "type": "string" }, @@ -92310,11 +96371,43 @@ }, "kit_basic_solo_speleologist_inventory": { "properties": { + "GOLD_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, "IRON_PICKAXE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "IRON_PICKAXE:0:32,16,34": { + "items": { + "type": "integer" + }, + "type": "array" }, "STONE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] } }, "type": "object" @@ -92548,13 +96641,49 @@ "kit_defending_team_farmer_inventory": { "properties": { "DIAMOND_LEGGINGS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "DIAMOND_LEGGINGS:0:4": { + "items": { + "type": "integer" + }, + "type": "array" }, "EGG:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "GOLDEN_APPLE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] } }, "type": "object" @@ -92644,25 +96773,113 @@ "kit_defending_team_golem_inventory": { "properties": { "BAKED_POTATO:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "CHAINMAIL_BOOTS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "IRON_BOOTS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "IRON_BOOTS:0:0": { + "items": { + "type": "integer" + }, + "type": "array" }, "IRON_CHESTPLATE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "IRON_CHESTPLATE:0:0": { + "items": { + "type": "integer" + }, + "type": "array" }, "LEATHER_BOOTS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "MONSTER_EGG:99": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "RED_ROSE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "RED_ROSE:0:16": { + "items": { + "type": "integer" + }, + "type": "array" } }, "type": "object" @@ -92747,22 +96964,78 @@ "kit_mega_mega_armorsmith_inventory": { "properties": { "ANVIL:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "DIAMOND_LEGGINGS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "DIAMOND_PICKAXE:0": { "type": "string" }, "ENCHANTED_BOOK:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "ENCHANTED_BOOK:0:0,16": { + "items": { + "type": "integer" + }, + "type": "array" }, "ENCHANTMENT_TABLE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "EXP_BOTTLE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "IRON_LEGGINGS:0": { "type": "string" @@ -92904,28 +97177,122 @@ "kit_mega_mega_healer_inventory": { "properties": { "DIAMOND_SPADE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "GOLD_BOOTS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "GOLD_BOOTS:0:0": { + "items": { + "type": "integer" + }, + "type": "array" }, "GOLD_CHESTPLATE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "GOLD_CHESTPLATE:0:0": { + "items": { + "type": "integer" + }, + "type": "array" }, "GOLD_HELMET:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "GOLD_HELMET:0:0": { + "items": { + "type": "integer" + }, + "type": "array" }, "GOLD_LEGGINGS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "GOLD_LEGGINGS:0:0": { + "items": { + "type": "integer" + }, + "type": "array" }, "IRON_SPADE:0": { "type": "string" }, "POTION:1": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "POTION:5": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] } }, "type": "object" @@ -93012,7 +97379,17 @@ "kit_mega_mega_knight_inventory": { "properties": { "DIAMOND_SWORD:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "FLINT_AND_STEEL:0": { "type": "string" @@ -93204,6 +97581,656 @@ "kit_mega_mega_witch_inventory_auto_equip_armor": { "type": "boolean" }, + "kit_mini_solo_armorer_inventory": { + "properties": { + "DIAMOND_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_CHESTPLATE:0:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_AXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_CHESTPLATE:0:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_LEGGINGS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_athlete_inventory": { + "properties": { + "DIAMOND_SWORD:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIRT:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "FISHING_ROD:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "GOLDEN_APPLE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_AXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0:2": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_CHESTPLATE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_LEGGINGS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "POTION:2": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "WATER_BUCKET:0": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_blacksmith_inventory": { + "properties": { + "ANVIL:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "ARROW:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "BOW:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIRT:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_AXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_CHESTPLATE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_LEGGINGS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_SWORD:0": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_bowman_inventory": { + "properties": { + "ARROW:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "BOW:0:48": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_HELMET:0:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_AXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_CHESTPLATE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_LEGGINGS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_SWORD:0": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_champion_inventory": { + "properties": { + "ANVIL:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_SWORD:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_SWORD:0:16": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "ENCHANTED_BOOK:0:16": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_AXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_CHESTPLATE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_LEGGINGS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_champion_inventory_auto_equip_armor": { + "type": "boolean" + }, + "kit_mini_solo_hound_inventory": { + "properties": { + "COOKED_BEEF:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_BOOTS:0:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_SWORD:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIRT:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_AXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_CHESTPLATE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_LEGGINGS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_magician_inventory": { + "properties": { + "DIAMOND_CHESTPLATE:0:1": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_SWORD:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_AXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_LEGGINGS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "MILK_BUCKET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "POTION:12": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "POTION:8": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_paladin_inventory": { + "properties": { + "DIAMOND_LEGGINGS:0:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_SWORD:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_AXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_CHESTPLATE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "POTION:1": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_pyromancer_inventory": { + "properties": { + "DIAMOND_BOOTS:0:0,1": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_SWORD:0:20": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_AXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_CHESTPLATE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_LEGGINGS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_PICKAXE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_SWORD:0:20": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "LAVA_BUCKET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "POTION:3": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_scout_inventory": { + "properties": { + "DIAMOND_AXE:0:16": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_AXE:0:32,16": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_BOOTS:0:2": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "DIAMOND_PICKAXE:0:32": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_BOOTS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_CHESTPLATE:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_HELMET:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "IRON_LEGGINGS:0": { + "items": { + "type": "integer" + }, + "type": "array" + }, + "POTION:2": { + "items": { + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "kit_mini_solo_scout_inventory_auto_equip_armor": { + "type": "boolean" + }, "kit_mining_team_cannoneer_inventory": { "properties": { "DIAMOND_BOOTS:0": { @@ -93442,16 +98469,56 @@ "kit_mythical_fishmonger_inventory": { "properties": { "LEATHER_BOOTS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LEATHER_CHESTPLATE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LEATHER_LEGGINGS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "MONSTER_EGG:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] } }, "type": "object" @@ -93505,16 +98572,74 @@ "kit_mythical_thundermeister_inventory": { "properties": { "GOLD_AXE:24": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] }, "LEATHER_BOOTS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "LEATHER_BOOTS:0:0": { + "items": { + "type": "integer" + }, + "type": "array" }, "LEATHER_CHESTPLATE:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "LEATHER_CHESTPLATE:0:0": { + "items": { + "type": "integer" + }, + "type": "array" }, "LEATHER_LEGGINGS:0": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "integer" + }, + "type": "array" + } + ] + }, + "LEATHER_LEGGINGS:0:0": { + "items": { + "type": "integer" + }, + "type": "array" } }, "type": "object" @@ -93936,6 +99061,9 @@ "IRON_AXE:0": { "type": "string" }, + "LEATHER_LEGGINGS:0": { + "type": "string" + }, "LOG:0": { "type": "string" } @@ -94170,6 +99298,9 @@ "kit_supporting_team_zookeeper_inventory_auto_equip_armor": { "type": "boolean" }, + "kitsMaxPrestige": { + "type": "string" + }, "lab_hvb_beast_enraged_wins_lab": { "type": "integer" }, @@ -95376,6 +100507,9 @@ "lastTourneyAd": { "type": "integer" }, + "last_prestige_unlocked": { + "type": "string" + }, "leaderboardSettings": { "properties": { "mode": { @@ -96026,6 +101160,9 @@ "longest_bow_kill_mega_doubles": { "type": "integer" }, + "longest_bow_kill_mini": { + "type": "integer" + }, "longest_bow_kill_ranked": { "type": "integer" }, @@ -96041,6 +101178,12 @@ "longest_bow_kill_tourney_crazytourney": { "type": "integer" }, + "longest_bow_kill_tourney_kit_advanced_solo_armorer": { + "type": "integer" + }, + "longest_bow_kill_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, "longest_bow_kill_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -96833,6 +101976,15 @@ "longest_bow_shot_tourney_crazytourney": { "type": "integer" }, + "longest_bow_shot_tourney_kit_advanced_solo_armorer": { + "type": "integer" + }, + "longest_bow_shot_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "longest_bow_shot_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, "longest_bow_shot_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -97106,6 +102258,9 @@ "losses_kit_basic_solo_energix": { "type": "integer" }, + "losses_kit_basic_solo_fallen-angel": { + "type": "integer" + }, "losses_kit_basic_solo_fisherman": { "type": "integer" }, @@ -97634,6 +102789,12 @@ "losses_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "losses_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "losses_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "losses_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -97682,6 +102843,15 @@ "losses_tourney_kit_attacking_team_snowman": { "type": "integer" }, + "losses_tourney_kit_basic_solo_baseball-player": { + "type": "integer" + }, + "losses_tourney_kit_basic_solo_ecologist": { + "type": "integer" + }, + "losses_tourney_kit_basic_solo_fisherman": { + "type": "integer" + }, "losses_tourney_kit_defending_team_armorer": { "type": "integer" }, @@ -97703,6 +102873,9 @@ "losses_tourney_kit_defending_team_guardian": { "type": "integer" }, + "losses_tourney_kit_enderchest_solo_enderchest": { + "type": "integer" + }, "losses_tourney_kit_enderchest_team_enderchest": { "type": "integer" }, @@ -97766,6 +102939,9 @@ "losses_tourney_teams_tourney": { "type": "integer" }, + "lowest_level_rewards_received": { + "type": "integer" + }, "luckier_charm": { "type": "integer" }, @@ -98462,6 +103638,9 @@ "melee_kills_mega_doubles": { "type": "integer" }, + "melee_kills_mini": { + "type": "integer" + }, "melee_kills_ranked": { "type": "integer" }, @@ -98483,6 +103662,15 @@ "melee_kills_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "melee_kills_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "melee_kills_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "melee_kills_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "melee_kills_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -98606,6 +103794,9 @@ "melee_kills_tourney_kit_supporting_team_troll": { "type": "integer" }, + "melee_kills_tourney_kit_supporting_team_warlock": { + "type": "integer" + }, "melee_kills_tourney_kit_supporting_team_zookeeper": { "type": "integer" }, @@ -99236,6 +104427,9 @@ "mob_kills_mega_doubles": { "type": "integer" }, + "mob_kills_mini": { + "type": "integer" + }, "mob_kills_ranked": { "type": "integer" }, @@ -99830,6 +105024,36 @@ "mobs_killed_team": { "type": "integer" }, + "mobs_killed_tourney": { + "type": "integer" + }, + "mobs_killed_tourney_kit_advanced_solo_armorer": { + "type": "integer" + }, + "mobs_killed_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "mobs_killed_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "mobs_killed_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, + "mobs_killed_tourney_kit_basic_solo_ecologist": { + "type": "integer" + }, + "mobs_killed_tourney_kit_basic_solo_frog": { + "type": "integer" + }, + "mobs_killed_tourney_kit_enderchest_solo_enderchest": { + "type": "integer" + }, + "mobs_killed_tourney_kit_mythical_end-lord": { + "type": "integer" + }, + "mobs_killed_tourney_teams_tourney": { + "type": "integer" + }, "most_kills_game": { "type": "integer" }, @@ -99968,6 +105192,9 @@ "most_kills_game_kit_basic_solo_energix": { "type": "integer" }, + "most_kills_game_kit_basic_solo_fallen-angel": { + "type": "integer" + }, "most_kills_game_kit_basic_solo_fisherman": { "type": "integer" }, @@ -100466,6 +105693,9 @@ "most_kills_game_mega_doubles": { "type": "integer" }, + "most_kills_game_mini": { + "type": "integer" + }, "most_kills_game_ranked": { "type": "integer" }, @@ -100484,6 +105714,12 @@ "most_kills_game_tourney_crazytourney": { "type": "integer" }, + "most_kills_game_tourney_kit_advanced_solo_armorer": { + "type": "integer" + }, + "most_kills_game_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, "most_kills_game_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -100553,6 +105789,9 @@ "most_kills_game_tourney_kit_defending_team_guardian": { "type": "integer" }, + "most_kills_game_tourney_kit_enderchest_solo_enderchest": { + "type": "integer" + }, "most_kills_game_tourney_kit_enderchest_team_enderchest": { "type": "integer" }, @@ -100622,6 +105861,9 @@ "opals": { "type": "integer" }, + "opalsmith": { + "type": "integer" + }, "packages": { "items": { "type": "string" @@ -100631,6 +105873,9 @@ "paid_souls": { "type": "integer" }, + "perk_slot": { + "type": "integer" + }, "perkslot": { "properties": { "insane": { @@ -100707,6 +105952,9 @@ }, "type": "object" }, + "quest_masters_friend": { + "type": "integer" + }, "quits": { "type": "integer" }, @@ -100740,6 +105988,20 @@ "selected_prestige_icon": { "type": "string" }, + "settings": { + "properties": { + "auto_equip_prestiges": { + "type": "boolean" + }, + "show_personal_movement_trails": { + "type": "boolean" + }, + "soul_well_lobby_notifications": { + "type": "boolean" + } + }, + "type": "object" + }, "shard": { "type": "integer" }, @@ -101628,6 +106890,9 @@ "survived_players_kit_basic_solo_energix": { "type": "integer" }, + "survived_players_kit_basic_solo_fallen-angel": { + "type": "integer" + }, "survived_players_kit_basic_solo_fisherman": { "type": "integer" }, @@ -101748,6 +107013,36 @@ "survived_players_kit_mega_mega_witch": { "type": "integer" }, + "survived_players_kit_mini_solo_armorer": { + "type": "integer" + }, + "survived_players_kit_mini_solo_athlete": { + "type": "integer" + }, + "survived_players_kit_mini_solo_bowman": { + "type": "integer" + }, + "survived_players_kit_mini_solo_champion": { + "type": "integer" + }, + "survived_players_kit_mini_solo_healer": { + "type": "integer" + }, + "survived_players_kit_mini_solo_hound": { + "type": "integer" + }, + "survived_players_kit_mini_solo_magician": { + "type": "integer" + }, + "survived_players_kit_mini_solo_paladin": { + "type": "integer" + }, + "survived_players_kit_mini_solo_pyromancer": { + "type": "integer" + }, + "survived_players_kit_mini_solo_scout": { + "type": "integer" + }, "survived_players_kit_mining_team_cannoneer": { "type": "integer" }, @@ -102108,6 +107403,9 @@ "survived_players_mega_doubles": { "type": "integer" }, + "survived_players_mini": { + "type": "integer" + }, "survived_players_ranked": { "type": "integer" }, @@ -102135,6 +107433,15 @@ "survived_players_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "survived_players_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "survived_players_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "survived_players_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "survived_players_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -102183,6 +107490,18 @@ "survived_players_tourney_kit_attacking_team_snowman": { "type": "integer" }, + "survived_players_tourney_kit_basic_solo_ecologist": { + "type": "integer" + }, + "survived_players_tourney_kit_basic_solo_fisherman": { + "type": "integer" + }, + "survived_players_tourney_kit_basic_solo_frog": { + "type": "integer" + }, + "survived_players_tourney_kit_basic_solo_rookie": { + "type": "integer" + }, "survived_players_tourney_kit_defending_team_armorer": { "type": "integer" }, @@ -102204,6 +107523,9 @@ "survived_players_tourney_kit_defending_team_guardian": { "type": "integer" }, + "survived_players_tourney_kit_enderchest_solo_enderchest": { + "type": "integer" + }, "survived_players_tourney_kit_enderchest_team_enderchest": { "type": "integer" }, @@ -102483,6 +107805,9 @@ "time_played_kit_basic_solo_energix": { "type": "integer" }, + "time_played_kit_basic_solo_fallen-angel": { + "type": "integer" + }, "time_played_kit_basic_solo_fisherman": { "type": "integer" }, @@ -102609,6 +107934,9 @@ "time_played_kit_mini_solo_athlete": { "type": "integer" }, + "time_played_kit_mini_solo_blacksmith": { + "type": "integer" + }, "time_played_kit_mini_solo_bowman": { "type": "integer" }, @@ -102990,6 +108318,9 @@ "time_played_mega_doubles": { "type": "integer" }, + "time_played_mini": { + "type": "integer" + }, "time_played_ranked": { "type": "integer" }, @@ -103011,6 +108342,15 @@ "time_played_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "time_played_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "time_played_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "time_played_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "time_played_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -103059,6 +108399,21 @@ "time_played_tourney_kit_attacking_team_snowman": { "type": "integer" }, + "time_played_tourney_kit_basic_solo_baseball-player": { + "type": "integer" + }, + "time_played_tourney_kit_basic_solo_ecologist": { + "type": "integer" + }, + "time_played_tourney_kit_basic_solo_fisherman": { + "type": "integer" + }, + "time_played_tourney_kit_basic_solo_frog": { + "type": "integer" + }, + "time_played_tourney_kit_basic_solo_rookie": { + "type": "integer" + }, "time_played_tourney_kit_defending_team_armorer": { "type": "integer" }, @@ -103080,6 +108435,9 @@ "time_played_tourney_kit_defending_team_guardian": { "type": "integer" }, + "time_played_tourney_kit_enderchest_solo_enderchest": { + "type": "integer" + }, "time_played_tourney_kit_enderchest_team_enderchest": { "type": "integer" }, @@ -104001,6 +109359,9 @@ "void_kills_kit_basic_solo_energix": { "type": "integer" }, + "void_kills_kit_basic_solo_fallen-angel": { + "type": "integer" + }, "void_kills_kit_basic_solo_fisherman": { "type": "integer" }, @@ -104502,6 +109863,9 @@ "void_kills_mega_doubles": { "type": "integer" }, + "void_kills_mini": { + "type": "integer" + }, "void_kills_ranked": { "type": "integer" }, @@ -104523,6 +109887,12 @@ "void_kills_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "void_kills_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "void_kills_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "void_kills_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -104592,6 +109962,9 @@ "void_kills_tourney_kit_defending_team_guardian": { "type": "integer" }, + "void_kills_tourney_kit_enderchest_solo_enderchest": { + "type": "integer" + }, "void_kills_tourney_kit_enderchest_team_enderchest": { "type": "integer" }, @@ -104646,6 +110019,9 @@ "void_kills_tourney_kit_supporting_team_troll": { "type": "integer" }, + "void_kills_tourney_kit_supporting_team_warlock": { + "type": "integer" + }, "void_kills_tourney_kit_supporting_team_zookeeper": { "type": "integer" }, @@ -105642,6 +111018,12 @@ "wins_mega_normal": { "type": "integer" }, + "wins_mini": { + "type": "integer" + }, + "wins_mini_normal": { + "type": "integer" + }, "wins_ranked": { "type": "integer" }, @@ -105684,6 +111066,15 @@ "wins_tourney_kit_advanced_solo_armorer": { "type": "integer" }, + "wins_tourney_kit_advanced_solo_farmer": { + "type": "integer" + }, + "wins_tourney_kit_advanced_solo_jester": { + "type": "integer" + }, + "wins_tourney_kit_advanced_solo_knight": { + "type": "integer" + }, "wins_tourney_kit_attacking_team_archeologist": { "type": "integer" }, @@ -105807,6 +111198,9 @@ "wins_tourney_kit_supporting_team_troll": { "type": "integer" }, + "wins_tourney_kit_supporting_team_warlock": { + "type": "integer" + }, "wins_tourney_kit_supporting_team_zookeeper": { "type": "integer" }, @@ -106713,6 +112107,9 @@ "xp_kit_mini_solo_blacksmith": { "type": "integer" }, + "xp_kit_mini_solo_bowman": { + "type": "integer" + }, "xp_kit_mini_solo_champion": { "type": "integer" }, @@ -130631,12 +136028,18 @@ "arcane_wizard_deaths": { "type": "integer" }, + "arcane_wizard_explode": { + "type": "integer" + }, "arcane_wizard_healing": { "type": "integer" }, "arcane_wizard_kills": { "type": "integer" }, + "arcane_wizard_regen": { + "type": "integer" + }, "assists_capture": { "type": "integer" }, @@ -130679,6 +136082,9 @@ "deaths_tourney_tnt_run_0": { "type": "integer" }, + "deaths_tourney_tnt_run_1": { + "type": "integer" + }, "double_jump_effect": { "type": "string" }, @@ -130708,6 +136114,9 @@ "show_tnttag_actionbar_info": { "type": "boolean" }, + "show_win_prefixes": { + "type": "boolean" + }, "show_wiz_pres": { "type": "boolean" }, @@ -131192,6 +136601,15 @@ "selected_hat": { "type": "string" }, + "shop_sort": { + "type": "string" + }, + "shop_sort_enable_owned_first": { + "type": "boolean" + }, + "spleef_arrowtrail": { + "type": "string" + }, "spleef_doublejump": { "type": "integer" }, @@ -132480,6 +137898,57 @@ "blood_drinker": { "type": "integer" }, + "bought_dye_color:[argb0xff000000]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xff0000ff]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xff008000]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xff008080]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xff00ff00]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xff00ffff]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xff800000]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xff800080]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xff808000]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xff808080]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xffb34400]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xffc0c0c0]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xffff0000]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xffff00ff]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xffffa500]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xffffff00]": { + "type": "boolean" + }, + "bought_dye_color:[argb0xffffffff]": { + "type": "boolean" + }, "bought_dye_color:[rgb0x000]": { "type": "boolean" }, @@ -132642,6 +138111,9 @@ "renfield": { "type": "integer" }, + "survivor_color": { + "type": "string" + }, "terror_level": { "type": "integer" }, @@ -132675,6 +138147,9 @@ "vampire_wins": { "type": "integer" }, + "vampirecolor": { + "type": "string" + }, "vampiric_minion": { "type": "integer" }, @@ -133219,6 +138694,614 @@ "amount_healed_standard": { "type": "integer" }, + "angelInventory": { + "properties": { + "0": { + "type": "string" + }, + "1": { + "type": "string" + }, + "2": { + "type": "string" + }, + "3": { + "type": "string" + }, + "4": { + "type": "string" + }, + "5": { + "type": "string" + }, + "6": { + "type": "string" + }, + "7": { + "type": "string" + }, + "8": { + "type": "string" + }, + "9": { + "type": "string" + }, + "35": { + "type": "string" + } + }, + "type": "object" + }, + "angel_a_activations": { + "type": "integer" + }, + "angel_a_activations_deathmatch": { + "type": "integer" + }, + "angel_a_activations_deathmatch_standard": { + "type": "integer" + }, + "angel_a_activations_standard": { + "type": "integer" + }, + "angel_a_assists": { + "type": "integer" + }, + "angel_a_assists_standard": { + "type": "integer" + }, + "angel_a_defender_assists": { + "type": "integer" + }, + "angel_a_defender_assists_standard": { + "type": "integer" + }, + "angel_a_final_assists": { + "type": "integer" + }, + "angel_a_final_assists_after_final_killed": { + "type": "integer" + }, + "angel_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, + "angel_a_final_assists_melee": { + "type": "integer" + }, + "angel_a_final_assists_melee_standard": { + "type": "integer" + }, + "angel_a_final_assists_standard": { + "type": "integer" + }, + "angel_a_infused": { + "type": "integer" + }, + "angel_a_total_final_kills": { + "type": "integer" + }, + "angel_a_total_final_kills_standard": { + "type": "integer" + }, + "angel_a_total_kills": { + "type": "integer" + }, + "angel_a_total_kills_standard": { + "type": "integer" + }, + "angel_absorption_potions_drunk": { + "type": "integer" + }, + "angel_absorption_potions_drunk_standard": { + "type": "integer" + }, + "angel_activations": { + "type": "integer" + }, + "angel_activations_deathmatch": { + "type": "integer" + }, + "angel_activations_deathmatch_standard": { + "type": "integer" + }, + "angel_activations_standard": { + "type": "integer" + }, + "angel_allies_healed": { + "type": "integer" + }, + "angel_allies_healed_standard": { + "type": "integer" + }, + "angel_amount_healed": { + "type": "integer" + }, + "angel_amount_healed_standard": { + "type": "integer" + }, + "angel_apples_eaten": { + "type": "integer" + }, + "angel_apples_eaten_standard": { + "type": "integer" + }, + "angel_arrows_fired": { + "type": "integer" + }, + "angel_arrows_fired_standard": { + "type": "integer" + }, + "angel_arrows_hit": { + "type": "integer" + }, + "angel_arrows_hit_standard": { + "type": "integer" + }, + "angel_assists": { + "type": "integer" + }, + "angel_assists_standard": { + "type": "integer" + }, + "angel_b_activations": { + "type": "integer" + }, + "angel_b_activations_deathmatch": { + "type": "integer" + }, + "angel_b_activations_deathmatch_standard": { + "type": "integer" + }, + "angel_b_activations_standard": { + "type": "integer" + }, + "angel_b_allies_healed": { + "type": "integer" + }, + "angel_b_allies_healed_standard": { + "type": "integer" + }, + "angel_b_amount_healed": { + "type": "integer" + }, + "angel_b_amount_healed_standard": { + "type": "integer" + }, + "angel_b_assists": { + "type": "integer" + }, + "angel_b_assists_standard": { + "type": "integer" + }, + "angel_b_defender_assists": { + "type": "integer" + }, + "angel_b_defender_assists_standard": { + "type": "integer" + }, + "angel_b_final_assists": { + "type": "integer" + }, + "angel_b_final_assists_melee": { + "type": "integer" + }, + "angel_b_final_assists_melee_standard": { + "type": "integer" + }, + "angel_b_final_assists_standard": { + "type": "integer" + }, + "angel_b_infused": { + "type": "integer" + }, + "angel_b_players_healed": { + "type": "integer" + }, + "angel_b_players_healed_standard": { + "type": "integer" + }, + "angel_b_total_final_kills": { + "type": "integer" + }, + "angel_b_total_final_kills_standard": { + "type": "integer" + }, + "angel_b_total_kills": { + "type": "integer" + }, + "angel_b_total_kills_standard": { + "type": "integer" + }, + "angel_blocks_broken": { + "type": "integer" + }, + "angel_blocks_broken_standard": { + "type": "integer" + }, + "angel_blocks_placed": { + "type": "integer" + }, + "angel_blocks_placed_preparation": { + "type": "integer" + }, + "angel_blocks_placed_preparation_standard": { + "type": "integer" + }, + "angel_blocks_placed_standard": { + "type": "integer" + }, + "angel_bread_crafted": { + "type": "integer" + }, + "angel_bread_crafted_standard": { + "type": "integer" + }, + "angel_bread_eaten": { + "type": "integer" + }, + "angel_bread_eaten_standard": { + "type": "integer" + }, + "angel_c_activations": { + "type": "integer" + }, + "angel_c_activations_deathmatch": { + "type": "integer" + }, + "angel_c_activations_deathmatch_standard": { + "type": "integer" + }, + "angel_c_activations_standard": { + "type": "integer" + }, + "angel_c_assists": { + "type": "integer" + }, + "angel_c_assists_standard": { + "type": "integer" + }, + "angel_c_defender_assists": { + "type": "integer" + }, + "angel_c_defender_assists_standard": { + "type": "integer" + }, + "angel_c_final_assists": { + "type": "integer" + }, + "angel_c_final_assists_melee": { + "type": "integer" + }, + "angel_c_final_assists_melee_standard": { + "type": "integer" + }, + "angel_c_final_assists_standard": { + "type": "integer" + }, + "angel_c_infused": { + "type": "integer" + }, + "angel_c_total_final_kills": { + "type": "integer" + }, + "angel_c_total_final_kills_standard": { + "type": "integer" + }, + "angel_c_total_kills": { + "type": "integer" + }, + "angel_c_total_kills_standard": { + "type": "integer" + }, + "angel_class_points": { + "type": "integer" + }, + "angel_d_infused": { + "type": "integer" + }, + "angel_deaths": { + "type": "integer" + }, + "angel_deaths_standard": { + "type": "integer" + }, + "angel_defender_assists": { + "type": "integer" + }, + "angel_defender_assists_standard": { + "type": "integer" + }, + "angel_defender_final_assists": { + "type": "integer" + }, + "angel_defender_final_assists_standard": { + "type": "integer" + }, + "angel_defender_final_kills": { + "type": "integer" + }, + "angel_defender_final_kills_standard": { + "type": "integer" + }, + "angel_defender_kills": { + "type": "integer" + }, + "angel_defender_kills_standard": { + "type": "integer" + }, + "angel_diamond_ore_broken": { + "type": "integer" + }, + "angel_diamond_ore_broken_standard": { + "type": "integer" + }, + "angel_divine_interventions": { + "type": "integer" + }, + "angel_divine_interventions_standard": { + "type": "integer" + }, + "angel_final_assists": { + "type": "integer" + }, + "angel_final_assists_after_final_killed": { + "type": "integer" + }, + "angel_final_assists_after_final_killed_standard": { + "type": "integer" + }, + "angel_final_assists_melee": { + "type": "integer" + }, + "angel_final_assists_melee_standard": { + "type": "integer" + }, + "angel_final_assists_standard": { + "type": "integer" + }, + "angel_final_deaths": { + "type": "integer" + }, + "angel_final_deaths_standard": { + "type": "integer" + }, + "angel_final_kills": { + "type": "integer" + }, + "angel_final_kills_below_10_hp": { + "type": "integer" + }, + "angel_final_kills_below_10_hp_standard": { + "type": "integer" + }, + "angel_final_kills_melee": { + "type": "integer" + }, + "angel_final_kills_melee_behind": { + "type": "integer" + }, + "angel_final_kills_melee_behind_standard": { + "type": "integer" + }, + "angel_final_kills_melee_standard": { + "type": "integer" + }, + "angel_final_kills_ranged": { + "type": "integer" + }, + "angel_final_kills_ranged_30": { + "type": "integer" + }, + "angel_final_kills_ranged_30_standard": { + "type": "integer" + }, + "angel_final_kills_ranged_standard": { + "type": "integer" + }, + "angel_final_kills_standard": { + "type": "integer" + }, + "angel_fish_eaten": { + "type": "integer" + }, + "angel_fish_eaten_standard": { + "type": "integer" + }, + "angel_food_eaten": { + "type": "integer" + }, + "angel_food_eaten_standard": { + "type": "integer" + }, + "angel_g_activations": { + "type": "integer" + }, + "angel_g_activations_deathmatch": { + "type": "integer" + }, + "angel_g_activations_deathmatch_standard": { + "type": "integer" + }, + "angel_g_activations_standard": { + "type": "integer" + }, + "angel_g_infused": { + "type": "integer" + }, + "angel_games_played": { + "type": "integer" + }, + "angel_games_played_standard": { + "type": "integer" + }, + "angel_golden_apples_eaten": { + "type": "integer" + }, + "angel_golden_apples_eaten_standard": { + "type": "integer" + }, + "angel_iron_armor_gifted": { + "type": "integer" + }, + "angel_iron_armor_gifted_standard": { + "type": "integer" + }, + "angel_iron_ore_broken": { + "type": "integer" + }, + "angel_iron_ore_broken_standard": { + "type": "integer" + }, + "angel_iron_sword_crafted": { + "type": "integer" + }, + "angel_iron_sword_crafted_standard": { + "type": "integer" + }, + "angel_kills": { + "type": "integer" + }, + "angel_kills_melee": { + "type": "integer" + }, + "angel_kills_melee_behind": { + "type": "integer" + }, + "angel_kills_melee_behind_standard": { + "type": "integer" + }, + "angel_kills_melee_standard": { + "type": "integer" + }, + "angel_kills_ranged": { + "type": "integer" + }, + "angel_kills_ranged_standard": { + "type": "integer" + }, + "angel_kills_standard": { + "type": "integer" + }, + "angel_losses": { + "type": "integer" + }, + "angel_losses_standard": { + "type": "integer" + }, + "angel_meters_fallen": { + "type": "integer" + }, + "angel_meters_fallen_standard": { + "type": "integer" + }, + "angel_meters_walked": { + "type": "integer" + }, + "angel_meters_walked_speed": { + "type": "integer" + }, + "angel_meters_walked_speed_standard": { + "type": "integer" + }, + "angel_meters_walked_standard": { + "type": "integer" + }, + "angel_on_fire_final_kills": { + "type": "integer" + }, + "angel_on_fire_final_kills_standard": { + "type": "integer" + }, + "angel_on_fire_kills": { + "type": "integer" + }, + "angel_on_fire_kills_standard": { + "type": "integer" + }, + "angel_players_healed": { + "type": "integer" + }, + "angel_players_healed_standard": { + "type": "integer" + }, + "angel_potions_drunk": { + "type": "integer" + }, + "angel_potions_drunk_standard": { + "type": "integer" + }, + "angel_potions_splashed": { + "type": "integer" + }, + "angel_potions_splashed_standard": { + "type": "integer" + }, + "angel_steaks_eaten": { + "type": "integer" + }, + "angel_steaks_eaten_standard": { + "type": "integer" + }, + "angel_sword_crafted": { + "type": "integer" + }, + "angel_sword_crafted_standard": { + "type": "integer" + }, + "angel_time_played": { + "type": "integer" + }, + "angel_time_played_standard": { + "type": "integer" + }, + "angel_total_deaths": { + "type": "integer" + }, + "angel_total_deaths_standard": { + "type": "integer" + }, + "angel_total_final_kills": { + "type": "integer" + }, + "angel_total_final_kills_standard": { + "type": "integer" + }, + "angel_total_kills": { + "type": "integer" + }, + "angel_total_kills_standard": { + "type": "integer" + }, + "angel_treasures_found": { + "type": "integer" + }, + "angel_treasures_found_standard": { + "type": "integer" + }, + "angel_wins": { + "type": "integer" + }, + "angel_wins_standard": { + "type": "integer" + }, + "angel_wither_damage": { + "type": "integer" + }, + "angel_wither_damage_standard": { + "type": "integer" + }, + "angel_wither_kills": { + "type": "integer" + }, + "angel_wither_kills_standard": { + "type": "integer" + }, + "angel_wood_chopped": { + "type": "integer" + }, + "angel_wood_chopped_standard": { + "type": "integer" + }, "apples_eaten": { "type": "integer" }, @@ -133369,6 +139452,12 @@ "arcanist_a_final_assists": { "type": "integer" }, + "arcanist_a_final_assists_after_final_killed": { + "type": "integer" + }, + "arcanist_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "arcanist_a_final_assists_face_off": { "type": "integer" }, @@ -133957,6 +140046,9 @@ "arcanist_c_total_kills_standard": { "type": "integer" }, + "arcanist_class_points": { + "type": "integer" + }, "arcanist_d": { "type": "integer" }, @@ -134065,6 +140157,12 @@ "arcanist_final_assists": { "type": "integer" }, + "arcanist_final_assists_after_final_killed": { + "type": "integer" + }, + "arcanist_final_assists_after_final_killed_standard": { + "type": "integer" + }, "arcanist_final_assists_face_off": { "type": "integer" }, @@ -134386,6 +140484,12 @@ "arcanist_new_g": { "type": "integer" }, + "arcanist_on_fire_kills": { + "type": "integer" + }, + "arcanist_on_fire_kills_standard": { + "type": "integer" + }, "arcanist_players_healed": { "type": "integer" }, @@ -135094,6 +141198,9 @@ "assassin_c_total_kills_standard": { "type": "integer" }, + "assassin_class_points": { + "type": "integer" + }, "assassin_d_infused": { "type": "integer" }, @@ -135205,6 +141312,12 @@ "assassin_final_assists": { "type": "integer" }, + "assassin_final_assists_after_final_killed": { + "type": "integer" + }, + "assassin_final_assists_after_final_killed_standard": { + "type": "integer" + }, "assassin_final_assists_face_off": { "type": "integer" }, @@ -135544,6 +141657,12 @@ "assassin_new_g": { "type": "integer" }, + "assassin_on_fire_kills": { + "type": "integer" + }, + "assassin_on_fire_kills_standard": { + "type": "integer" + }, "assassin_players_healed": { "type": "integer" }, @@ -135874,6 +141993,12 @@ "automaton_a_final_assists": { "type": "integer" }, + "automaton_a_final_assists_after_final_killed": { + "type": "integer" + }, + "automaton_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "automaton_a_final_assists_face_off": { "type": "integer" }, @@ -136312,6 +142437,12 @@ "automaton_final_assists": { "type": "integer" }, + "automaton_final_assists_after_final_killed": { + "type": "integer" + }, + "automaton_final_assists_after_final_killed_standard": { + "type": "integer" + }, "automaton_final_assists_face_off": { "type": "integer" }, @@ -136903,6 +143034,12 @@ "blaze_a_final_assists": { "type": "integer" }, + "blaze_a_final_assists_after_final_killed": { + "type": "integer" + }, + "blaze_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "blaze_a_final_assists_face_off": { "type": "integer" }, @@ -137224,6 +143361,12 @@ "blaze_b_final_kills": { "type": "integer" }, + "blaze_b_final_kills_below_10_hp": { + "type": "integer" + }, + "blaze_b_final_kills_below_10_hp_standard": { + "type": "integer" + }, "blaze_b_final_kills_face_off": { "type": "integer" }, @@ -137452,6 +143595,9 @@ "blaze_c_total_kills_standard": { "type": "integer" }, + "blaze_class_points": { + "type": "integer" + }, "blaze_d": { "type": "integer" }, @@ -137563,6 +143709,12 @@ "blaze_final_assists": { "type": "integer" }, + "blaze_final_assists_after_final_killed": { + "type": "integer" + }, + "blaze_final_assists_after_final_killed_standard": { + "type": "integer" + }, "blaze_final_assists_face_off": { "type": "integer" }, @@ -138245,6 +144397,9 @@ "chosen_skin_Shark": { "type": "string" }, + "chosen_skin_Sheep": { + "type": "string" + }, "chosen_skin_Skeleton": { "type": "string" }, @@ -138266,8 +144421,25 @@ "chosen_skin_null": { "type": "string" }, + "class_points": { + "type": "integer" + }, + "class_points_version": { + "type": "integer" + }, "classes": { "properties": { + "angel": { + "properties": { + "enderchest_rows": { + "type": "integer" + }, + "unlocked": { + "type": "boolean" + } + }, + "type": "object" + }, "arcanist": { "properties": { "enderchest_rows": { @@ -138366,6 +144538,17 @@ "prestige": { "type": "integer" }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, "skill_level_a": { "type": "integer" }, @@ -138451,6 +144634,20 @@ }, "type": "object" }, + "dragon": { + "properties": { + "enderchest_rows": { + "type": "integer" + }, + "prestige": { + "type": "integer" + }, + "unlocked": { + "type": "boolean" + } + }, + "type": "object" + }, "dreadlord": { "properties": { "enderchest_rows": { @@ -138462,6 +144659,17 @@ "prestige": { "type": "integer" }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, "skill_level_a": { "type": "integer" }, @@ -138552,6 +144760,310 @@ "type": "object" }, "golem": { + "properties": { + "enderchest_rows": { + "type": "integer" + }, + "golden_tag": { + "type": "boolean" + }, + "prestige": { + "type": "integer" + }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "skill_level_a": { + "type": "integer" + }, + "skill_level_b": { + "type": "integer" + }, + "skill_level_c": { + "type": "integer" + }, + "skill_level_d": { + "type": "integer" + }, + "skill_level_g": { + "type": "integer" + }, + "unlocked": { + "type": "boolean" + } + }, + "type": "object" + }, + "herobrine": { + "properties": { + "checked4": { + "type": "boolean" + }, + "enderchest_rows": { + "type": "integer" + }, + "golden_tag": { + "type": "boolean" + }, + "prestige": { + "type": "integer" + }, + "prestigeChecked4": { + "type": "boolean" + }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "skill_level_a": { + "type": "integer" + }, + "skill_level_aChecked4": { + "type": "boolean" + }, + "skill_level_aChecked5": { + "type": "boolean" + }, + "skill_level_b": { + "type": "integer" + }, + "skill_level_bChecked4": { + "type": "boolean" + }, + "skill_level_bChecked5": { + "type": "boolean" + }, + "skill_level_c": { + "type": "integer" + }, + "skill_level_cChecked4": { + "type": "boolean" + }, + "skill_level_cChecked5": { + "type": "boolean" + }, + "skill_level_d": { + "type": "integer" + }, + "skill_level_dChecked4": { + "type": "boolean" + }, + "skill_level_dChecked5": { + "type": "boolean" + }, + "skill_level_g": { + "type": "integer" + }, + "skill_level_gChecked4": { + "type": "boolean" + }, + "skill_level_gChecked5": { + "type": "boolean" + }, + "unlocked": { + "type": "boolean" + } + }, + "type": "object" + }, + "hunter": { + "properties": { + "enderchest_rows": { + "type": "integer" + }, + "golden_tag": { + "type": "boolean" + }, + "prestige": { + "type": "integer" + }, + "skill_level_a": { + "type": "integer" + }, + "skill_level_b": { + "type": "integer" + }, + "skill_level_c": { + "type": "integer" + }, + "skill_level_d": { + "type": "integer" + }, + "skill_level_g": { + "type": "integer" + }, + "unlocked": { + "type": "boolean" + } + }, + "type": "object" + }, + "moleman": { + "properties": { + "enderchest_rows": { + "type": "integer" + }, + "golden_tag": { + "type": "boolean" + }, + "prestige": { + "type": "integer" + }, + "skill_level_a": { + "type": "integer" + }, + "skill_level_b": { + "type": "integer" + }, + "skill_level_c": { + "type": "integer" + }, + "skill_level_d": { + "type": "integer" + }, + "skill_level_g": { + "type": "integer" + }, + "unlocked": { + "type": "boolean" + } + }, + "type": "object" + }, + "phoenix": { + "properties": { + "enderchest_rows": { + "type": "integer" + }, + "golden_tag": { + "type": "boolean" + }, + "prestige": { + "type": "integer" + }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "skill_level_a": { + "type": "integer" + }, + "skill_level_b": { + "type": "integer" + }, + "skill_level_c": { + "type": "integer" + }, + "skill_level_d": { + "type": "integer" + }, + "skill_level_g": { + "type": "integer" + }, + "unlocked": { + "type": "boolean" + } + }, + "type": "object" + }, + "pigman": { + "properties": { + "enderchest_rows": { + "type": "integer" + }, + "golden_tag": { + "type": "boolean" + }, + "prestige": { + "type": "integer" + }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "skill_level_a": { + "type": "integer" + }, + "skill_level_b": { + "type": "integer" + }, + "skill_level_c": { + "type": "integer" + }, + "skill_level_d": { + "type": "integer" + }, + "skill_level_g": { + "type": "integer" + }, + "unlocked": { + "type": "boolean" + } + }, + "type": "object" + }, + "pirate": { + "properties": { + "enderchest_rows": { + "type": "integer" + }, + "golden_tag": { + "type": "boolean" + }, + "prestige": { + "type": "integer" + }, + "skill_level_a": { + "type": "integer" + }, + "skill_level_b": { + "type": "integer" + }, + "skill_level_c": { + "type": "integer" + }, + "skill_level_d": { + "type": "integer" + }, + "skill_level_g": { + "type": "integer" + }, + "unlocked": { + "type": "boolean" + } + }, + "type": "object" + }, + "renegade": { "properties": { "enderchest_rows": { "type": "integer" @@ -138583,11 +145095,8 @@ }, "type": "object" }, - "herobrine": { + "shaman": { "properties": { - "checked4": { - "type": "boolean" - }, "enderchest_rows": { "type": "integer" }, @@ -138597,256 +145106,39 @@ "prestige": { "type": "integer" }, - "prestigeChecked4": { - "type": "boolean" - }, "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, "type": "object" }, "skill_level_a": { "type": "integer" }, - "skill_level_aChecked4": { - "type": "boolean" - }, - "skill_level_aChecked5": { - "type": "boolean" - }, "skill_level_b": { "type": "integer" }, - "skill_level_bChecked4": { - "type": "boolean" - }, - "skill_level_bChecked5": { - "type": "boolean" - }, "skill_level_c": { "type": "integer" }, - "skill_level_cChecked4": { - "type": "boolean" - }, - "skill_level_cChecked5": { - "type": "boolean" - }, "skill_level_d": { "type": "integer" }, - "skill_level_dChecked4": { - "type": "boolean" - }, - "skill_level_dChecked5": { - "type": "boolean" - }, "skill_level_g": { "type": "integer" }, - "skill_level_gChecked4": { - "type": "boolean" - }, - "skill_level_gChecked5": { - "type": "boolean" - }, "unlocked": { "type": "boolean" } }, "type": "object" }, - "hunter": { - "properties": { - "enderchest_rows": { - "type": "integer" - }, - "golden_tag": { - "type": "boolean" - }, - "prestige": { - "type": "integer" - }, - "skill_level_a": { - "type": "integer" - }, - "skill_level_b": { - "type": "integer" - }, - "skill_level_c": { - "type": "integer" - }, - "skill_level_d": { - "type": "integer" - }, - "skill_level_g": { - "type": "integer" - }, - "unlocked": { - "type": "boolean" - } - }, - "type": "object" - }, - "moleman": { - "properties": { - "enderchest_rows": { - "type": "integer" - }, - "golden_tag": { - "type": "boolean" - }, - "prestige": { - "type": "integer" - }, - "skill_level_a": { - "type": "integer" - }, - "skill_level_b": { - "type": "integer" - }, - "skill_level_c": { - "type": "integer" - }, - "skill_level_d": { - "type": "integer" - }, - "skill_level_g": { - "type": "integer" - }, - "unlocked": { - "type": "boolean" - } - }, - "type": "object" - }, - "phoenix": { - "properties": { - "enderchest_rows": { - "type": "integer" - }, - "golden_tag": { - "type": "boolean" - }, - "prestige": { - "type": "integer" - }, - "skill_level_a": { - "type": "integer" - }, - "skill_level_b": { - "type": "integer" - }, - "skill_level_c": { - "type": "integer" - }, - "skill_level_d": { - "type": "integer" - }, - "skill_level_g": { - "type": "integer" - }, - "unlocked": { - "type": "boolean" - } - }, - "type": "object" - }, - "pigman": { - "properties": { - "enderchest_rows": { - "type": "integer" - }, - "golden_tag": { - "type": "boolean" - }, - "prestige": { - "type": "integer" - }, - "skill_level_a": { - "type": "integer" - }, - "skill_level_b": { - "type": "integer" - }, - "skill_level_c": { - "type": "integer" - }, - "skill_level_d": { - "type": "integer" - }, - "skill_level_g": { - "type": "integer" - }, - "unlocked": { - "type": "boolean" - } - }, - "type": "object" - }, - "pirate": { - "properties": { - "enderchest_rows": { - "type": "integer" - }, - "golden_tag": { - "type": "boolean" - }, - "prestige": { - "type": "integer" - }, - "skill_level_a": { - "type": "integer" - }, - "skill_level_b": { - "type": "integer" - }, - "skill_level_c": { - "type": "integer" - }, - "skill_level_d": { - "type": "integer" - }, - "skill_level_g": { - "type": "integer" - }, - "unlocked": { - "type": "boolean" - } - }, - "type": "object" - }, - "renegade": { - "properties": { - "enderchest_rows": { - "type": "integer" - }, - "golden_tag": { - "type": "boolean" - }, - "prestige": { - "type": "integer" - }, - "skill_level_a": { - "type": "integer" - }, - "skill_level_b": { - "type": "integer" - }, - "skill_level_c": { - "type": "integer" - }, - "skill_level_d": { - "type": "integer" - }, - "skill_level_g": { - "type": "integer" - }, - "unlocked": { - "type": "boolean" - } - }, - "type": "object" - }, - "shaman": { + "shark": { "properties": { "enderchest_rows": { "type": "integer" @@ -138878,17 +145170,11 @@ }, "type": "object" }, - "shark": { + "sheep": { "properties": { "enderchest_rows": { "type": "integer" }, - "golden_tag": { - "type": "boolean" - }, - "prestige": { - "type": "integer" - }, "skill_level_a": { "type": "integer" }, @@ -138927,6 +145213,17 @@ "prestigeChecked4": { "type": "boolean" }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, "skill_level_a": { "type": "integer" }, @@ -139018,6 +145315,17 @@ "prestige": { "type": "integer" }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, "skill_level_a": { "type": "integer" }, @@ -139082,6 +145390,14 @@ "prestige": { "type": "integer" }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + } + }, + "type": "object" + }, "skill_level_a": { "type": "integer" }, @@ -139120,6 +145436,17 @@ "prestigeChecked4": { "type": "boolean" }, + "prestige_tag": { + "properties": { + "class_points_showcase": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, "skill_level_a": { "type": "integer" }, @@ -139624,6 +145951,9 @@ "cow_c_total_kills_standard": { "type": "integer" }, + "cow_class_points": { + "type": "integer" + }, "cow_damage_dealt": { "type": "integer" }, @@ -139996,6 +146326,12 @@ "cow_new_g": { "type": "integer" }, + "cow_on_fire_kills": { + "type": "integer" + }, + "cow_on_fire_kills_standard": { + "type": "integer" + }, "cow_players_healed": { "type": "integer" }, @@ -140314,6 +146650,12 @@ "creeper_a_final_assists": { "type": "integer" }, + "creeper_a_final_assists_after_final_killed": { + "type": "integer" + }, + "creeper_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "creeper_a_final_assists_face_off": { "type": "integer" }, @@ -140419,6 +146761,12 @@ "creeper_a_kills_standard": { "type": "integer" }, + "creeper_a_on_fire_kills": { + "type": "integer" + }, + "creeper_a_on_fire_kills_standard": { + "type": "integer" + }, "creeper_a_total_final_kills": { "type": "integer" }, @@ -140884,6 +147232,9 @@ "creeper_c_total_kills_standard": { "type": "integer" }, + "creeper_class_points": { + "type": "integer" + }, "creeper_d": { "type": "integer" }, @@ -141310,6 +147661,12 @@ "creeper_new_g": { "type": "integer" }, + "creeper_on_fire_kills": { + "type": "integer" + }, + "creeper_on_fire_kills_standard": { + "type": "integer" + }, "creeper_players_healed": { "type": "integer" }, @@ -141340,6 +147697,12 @@ "creeper_prestige_level": { "type": "integer" }, + "creeper_primed_tnt_kills": { + "type": "integer" + }, + "creeper_primed_tnt_kills_standard": { + "type": "integer" + }, "creeper_reclaimed": { "type": "integer" }, @@ -141490,6 +147853,12 @@ "damage_dealt_standard": { "type": "integer" }, + "dark_matter_armor": { + "type": "integer" + }, + "dark_matter_armor_standard": { + "type": "integer" + }, "deaths": { "type": "integer" }, @@ -141664,6 +148033,695 @@ "diamond_ore_broken_standard": { "type": "integer" }, + "divine_interventions": { + "type": "integer" + }, + "divine_interventions_standard": { + "type": "integer" + }, + "dragonInventory": { + "properties": { + "0": { + "type": "string" + }, + "1": { + "type": "string" + }, + "2": { + "type": "string" + }, + "3": { + "type": "string" + }, + "4": { + "type": "string" + }, + "5": { + "type": "string" + }, + "6": { + "type": "string" + }, + "7": { + "type": "string" + }, + "8": { + "type": "string" + }, + "9": { + "type": "string" + }, + "17": { + "type": "string" + }, + "18": { + "type": "string" + } + }, + "type": "object" + }, + "dragon_a_activations": { + "type": "integer" + }, + "dragon_a_activations_deathmatch": { + "type": "integer" + }, + "dragon_a_activations_deathmatch_standard": { + "type": "integer" + }, + "dragon_a_activations_standard": { + "type": "integer" + }, + "dragon_a_assists": { + "type": "integer" + }, + "dragon_a_assists_standard": { + "type": "integer" + }, + "dragon_a_damage_dealt": { + "type": "integer" + }, + "dragon_a_damage_dealt_standard": { + "type": "integer" + }, + "dragon_a_defender_assists": { + "type": "integer" + }, + "dragon_a_defender_assists_standard": { + "type": "integer" + }, + "dragon_a_defender_final_kills": { + "type": "integer" + }, + "dragon_a_defender_final_kills_standard": { + "type": "integer" + }, + "dragon_a_defender_kills": { + "type": "integer" + }, + "dragon_a_defender_kills_standard": { + "type": "integer" + }, + "dragon_a_enemies_hit": { + "type": "integer" + }, + "dragon_a_enemies_hit_standard": { + "type": "integer" + }, + "dragon_a_final_assists": { + "type": "integer" + }, + "dragon_a_final_assists_after_final_killed": { + "type": "integer" + }, + "dragon_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, + "dragon_a_final_assists_melee": { + "type": "integer" + }, + "dragon_a_final_assists_melee_standard": { + "type": "integer" + }, + "dragon_a_final_assists_standard": { + "type": "integer" + }, + "dragon_a_final_kills": { + "type": "integer" + }, + "dragon_a_final_kills_melee": { + "type": "integer" + }, + "dragon_a_final_kills_melee_behind": { + "type": "integer" + }, + "dragon_a_final_kills_melee_behind_standard": { + "type": "integer" + }, + "dragon_a_final_kills_melee_standard": { + "type": "integer" + }, + "dragon_a_final_kills_standard": { + "type": "integer" + }, + "dragon_a_infused": { + "type": "integer" + }, + "dragon_a_kills": { + "type": "integer" + }, + "dragon_a_kills_melee": { + "type": "integer" + }, + "dragon_a_kills_melee_behind": { + "type": "integer" + }, + "dragon_a_kills_melee_behind_standard": { + "type": "integer" + }, + "dragon_a_kills_melee_standard": { + "type": "integer" + }, + "dragon_a_kills_standard": { + "type": "integer" + }, + "dragon_a_on_fire_final_kills": { + "type": "integer" + }, + "dragon_a_on_fire_final_kills_standard": { + "type": "integer" + }, + "dragon_a_on_fire_kills": { + "type": "integer" + }, + "dragon_a_on_fire_kills_standard": { + "type": "integer" + }, + "dragon_a_total_final_kills": { + "type": "integer" + }, + "dragon_a_total_final_kills_standard": { + "type": "integer" + }, + "dragon_a_total_kills": { + "type": "integer" + }, + "dragon_a_total_kills_standard": { + "type": "integer" + }, + "dragon_absorption_potions_drunk": { + "type": "integer" + }, + "dragon_absorption_potions_drunk_standard": { + "type": "integer" + }, + "dragon_activations": { + "type": "integer" + }, + "dragon_activations_deathmatch": { + "type": "integer" + }, + "dragon_activations_deathmatch_standard": { + "type": "integer" + }, + "dragon_activations_standard": { + "type": "integer" + }, + "dragon_apples_eaten": { + "type": "integer" + }, + "dragon_apples_eaten_standard": { + "type": "integer" + }, + "dragon_arrows_fired": { + "type": "integer" + }, + "dragon_arrows_fired_standard": { + "type": "integer" + }, + "dragon_arrows_hit": { + "type": "integer" + }, + "dragon_arrows_hit_standard": { + "type": "integer" + }, + "dragon_assists": { + "type": "integer" + }, + "dragon_assists_standard": { + "type": "integer" + }, + "dragon_b_activations": { + "type": "integer" + }, + "dragon_b_activations_deathmatch": { + "type": "integer" + }, + "dragon_b_activations_deathmatch_standard": { + "type": "integer" + }, + "dragon_b_activations_standard": { + "type": "integer" + }, + "dragon_b_assists": { + "type": "integer" + }, + "dragon_b_assists_standard": { + "type": "integer" + }, + "dragon_b_damage_dealt": { + "type": "integer" + }, + "dragon_b_damage_dealt_standard": { + "type": "integer" + }, + "dragon_b_defender_assists": { + "type": "integer" + }, + "dragon_b_defender_assists_standard": { + "type": "integer" + }, + "dragon_b_defender_kills": { + "type": "integer" + }, + "dragon_b_defender_kills_standard": { + "type": "integer" + }, + "dragon_b_enemies_hit": { + "type": "integer" + }, + "dragon_b_enemies_hit_standard": { + "type": "integer" + }, + "dragon_b_final_assists": { + "type": "integer" + }, + "dragon_b_final_assists_melee": { + "type": "integer" + }, + "dragon_b_final_assists_melee_standard": { + "type": "integer" + }, + "dragon_b_final_assists_standard": { + "type": "integer" + }, + "dragon_b_final_kills": { + "type": "integer" + }, + "dragon_b_final_kills_melee": { + "type": "integer" + }, + "dragon_b_final_kills_melee_behind": { + "type": "integer" + }, + "dragon_b_final_kills_melee_behind_standard": { + "type": "integer" + }, + "dragon_b_final_kills_melee_standard": { + "type": "integer" + }, + "dragon_b_final_kills_standard": { + "type": "integer" + }, + "dragon_b_infused": { + "type": "integer" + }, + "dragon_b_kills": { + "type": "integer" + }, + "dragon_b_kills_melee": { + "type": "integer" + }, + "dragon_b_kills_melee_behind": { + "type": "integer" + }, + "dragon_b_kills_melee_behind_standard": { + "type": "integer" + }, + "dragon_b_kills_melee_standard": { + "type": "integer" + }, + "dragon_b_kills_standard": { + "type": "integer" + }, + "dragon_b_on_fire_final_kills": { + "type": "integer" + }, + "dragon_b_on_fire_final_kills_standard": { + "type": "integer" + }, + "dragon_b_on_fire_kills": { + "type": "integer" + }, + "dragon_b_on_fire_kills_standard": { + "type": "integer" + }, + "dragon_b_total_final_kills": { + "type": "integer" + }, + "dragon_b_total_final_kills_standard": { + "type": "integer" + }, + "dragon_b_total_kills": { + "type": "integer" + }, + "dragon_b_total_kills_standard": { + "type": "integer" + }, + "dragon_blocks_broken": { + "type": "integer" + }, + "dragon_blocks_broken_standard": { + "type": "integer" + }, + "dragon_blocks_placed": { + "type": "integer" + }, + "dragon_blocks_placed_preparation": { + "type": "integer" + }, + "dragon_blocks_placed_preparation_standard": { + "type": "integer" + }, + "dragon_blocks_placed_standard": { + "type": "integer" + }, + "dragon_bread_crafted": { + "type": "integer" + }, + "dragon_bread_crafted_standard": { + "type": "integer" + }, + "dragon_bread_eaten": { + "type": "integer" + }, + "dragon_bread_eaten_standard": { + "type": "integer" + }, + "dragon_c_assists": { + "type": "integer" + }, + "dragon_c_assists_standard": { + "type": "integer" + }, + "dragon_c_infused": { + "type": "integer" + }, + "dragon_c_total_kills": { + "type": "integer" + }, + "dragon_c_total_kills_standard": { + "type": "integer" + }, + "dragon_class_points": { + "type": "integer" + }, + "dragon_d_infused": { + "type": "integer" + }, + "dragon_damage_dealt": { + "type": "integer" + }, + "dragon_damage_dealt_standard": { + "type": "integer" + }, + "dragon_deaths": { + "type": "integer" + }, + "dragon_deaths_standard": { + "type": "integer" + }, + "dragon_defender_assists": { + "type": "integer" + }, + "dragon_defender_assists_standard": { + "type": "integer" + }, + "dragon_defender_final_kills": { + "type": "integer" + }, + "dragon_defender_final_kills_standard": { + "type": "integer" + }, + "dragon_defender_kills": { + "type": "integer" + }, + "dragon_defender_kills_standard": { + "type": "integer" + }, + "dragon_diamond_ore_broken": { + "type": "integer" + }, + "dragon_diamond_ore_broken_standard": { + "type": "integer" + }, + "dragon_enemies_hit": { + "type": "integer" + }, + "dragon_enemies_hit_standard": { + "type": "integer" + }, + "dragon_final_assists": { + "type": "integer" + }, + "dragon_final_assists_after_final_killed": { + "type": "integer" + }, + "dragon_final_assists_after_final_killed_standard": { + "type": "integer" + }, + "dragon_final_assists_melee": { + "type": "integer" + }, + "dragon_final_assists_melee_standard": { + "type": "integer" + }, + "dragon_final_assists_standard": { + "type": "integer" + }, + "dragon_final_deaths": { + "type": "integer" + }, + "dragon_final_deaths_standard": { + "type": "integer" + }, + "dragon_final_kills": { + "type": "integer" + }, + "dragon_final_kills_below_10_hp": { + "type": "integer" + }, + "dragon_final_kills_below_10_hp_standard": { + "type": "integer" + }, + "dragon_final_kills_melee": { + "type": "integer" + }, + "dragon_final_kills_melee_behind": { + "type": "integer" + }, + "dragon_final_kills_melee_behind_standard": { + "type": "integer" + }, + "dragon_final_kills_melee_standard": { + "type": "integer" + }, + "dragon_final_kills_ranged": { + "type": "integer" + }, + "dragon_final_kills_ranged_30": { + "type": "integer" + }, + "dragon_final_kills_ranged_30_standard": { + "type": "integer" + }, + "dragon_final_kills_ranged_standard": { + "type": "integer" + }, + "dragon_final_kills_standard": { + "type": "integer" + }, + "dragon_final_kills_with_fire": { + "type": "integer" + }, + "dragon_final_kills_with_fire_standard": { + "type": "integer" + }, + "dragon_fish_eaten": { + "type": "integer" + }, + "dragon_fish_eaten_standard": { + "type": "integer" + }, + "dragon_food_eaten": { + "type": "integer" + }, + "dragon_food_eaten_standard": { + "type": "integer" + }, + "dragon_g_activations": { + "type": "integer" + }, + "dragon_g_activations_deathmatch": { + "type": "integer" + }, + "dragon_g_activations_deathmatch_standard": { + "type": "integer" + }, + "dragon_g_activations_standard": { + "type": "integer" + }, + "dragon_g_infused": { + "type": "integer" + }, + "dragon_games_played": { + "type": "integer" + }, + "dragon_games_played_standard": { + "type": "integer" + }, + "dragon_golden_apples_eaten": { + "type": "integer" + }, + "dragon_golden_apples_eaten_standard": { + "type": "integer" + }, + "dragon_iron_armor_gifted": { + "type": "integer" + }, + "dragon_iron_armor_gifted_standard": { + "type": "integer" + }, + "dragon_iron_ore_broken": { + "type": "integer" + }, + "dragon_iron_ore_broken_standard": { + "type": "integer" + }, + "dragon_kills": { + "type": "integer" + }, + "dragon_kills_melee": { + "type": "integer" + }, + "dragon_kills_melee_behind": { + "type": "integer" + }, + "dragon_kills_melee_behind_standard": { + "type": "integer" + }, + "dragon_kills_melee_standard": { + "type": "integer" + }, + "dragon_kills_ranged": { + "type": "integer" + }, + "dragon_kills_ranged_standard": { + "type": "integer" + }, + "dragon_kills_standard": { + "type": "integer" + }, + "dragon_losses": { + "type": "integer" + }, + "dragon_losses_standard": { + "type": "integer" + }, + "dragon_meters_fallen": { + "type": "integer" + }, + "dragon_meters_fallen_standard": { + "type": "integer" + }, + "dragon_meters_walked": { + "type": "integer" + }, + "dragon_meters_walked_speed": { + "type": "integer" + }, + "dragon_meters_walked_speed_standard": { + "type": "integer" + }, + "dragon_meters_walked_standard": { + "type": "integer" + }, + "dragon_on_fire_final_kills": { + "type": "integer" + }, + "dragon_on_fire_final_kills_standard": { + "type": "integer" + }, + "dragon_on_fire_kills": { + "type": "integer" + }, + "dragon_on_fire_kills_standard": { + "type": "integer" + }, + "dragon_players_healed": { + "type": "integer" + }, + "dragon_players_healed_standard": { + "type": "integer" + }, + "dragon_potions_drunk": { + "type": "integer" + }, + "dragon_potions_drunk_standard": { + "type": "integer" + }, + "dragon_potions_splashed": { + "type": "integer" + }, + "dragon_potions_splashed_standard": { + "type": "integer" + }, + "dragon_steaks_eaten": { + "type": "integer" + }, + "dragon_steaks_eaten_standard": { + "type": "integer" + }, + "dragon_sword_crafted": { + "type": "integer" + }, + "dragon_sword_crafted_standard": { + "type": "integer" + }, + "dragon_time_played": { + "type": "integer" + }, + "dragon_time_played_standard": { + "type": "integer" + }, + "dragon_total_deaths": { + "type": "integer" + }, + "dragon_total_deaths_standard": { + "type": "integer" + }, + "dragon_total_final_kills": { + "type": "integer" + }, + "dragon_total_final_kills_standard": { + "type": "integer" + }, + "dragon_total_kills": { + "type": "integer" + }, + "dragon_total_kills_standard": { + "type": "integer" + }, + "dragon_treasures_found": { + "type": "integer" + }, + "dragon_treasures_found_standard": { + "type": "integer" + }, + "dragon_wins": { + "type": "integer" + }, + "dragon_wins_standard": { + "type": "integer" + }, + "dragon_wither_damage": { + "type": "integer" + }, + "dragon_wither_damage_standard": { + "type": "integer" + }, + "dragon_wither_kills": { + "type": "integer" + }, + "dragon_wither_kills_standard": { + "type": "integer" + }, + "dragon_wood_chopped": { + "type": "integer" + }, + "dragon_wood_chopped_standard": { + "type": "integer" + }, "dreadlordInventory": { "patternProperties": { "^\\d+$": { @@ -141781,6 +148839,12 @@ "dreadlord_a_final_assists": { "type": "integer" }, + "dreadlord_a_final_assists_after_final_killed": { + "type": "integer" + }, + "dreadlord_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "dreadlord_a_final_assists_face_off": { "type": "integer" }, @@ -141892,6 +148956,18 @@ "dreadlord_a_kills_standard": { "type": "integer" }, + "dreadlord_a_on_fire_final_kills": { + "type": "integer" + }, + "dreadlord_a_on_fire_final_kills_standard": { + "type": "integer" + }, + "dreadlord_a_on_fire_kills": { + "type": "integer" + }, + "dreadlord_a_on_fire_kills_standard": { + "type": "integer" + }, "dreadlord_a_total_final_kills": { "type": "integer" }, @@ -142231,6 +149307,9 @@ "dreadlord_c_final_assists_face_off": { "type": "integer" }, + "dreadlord_c_final_assists_gvg": { + "type": "integer" + }, "dreadlord_c_final_assists_melee": { "type": "integer" }, @@ -142249,6 +149328,9 @@ "dreadlord_c_total_final_kills_face_off": { "type": "integer" }, + "dreadlord_c_total_final_kills_gvg": { + "type": "integer" + }, "dreadlord_c_total_final_kills_standard": { "type": "integer" }, @@ -142261,6 +149343,9 @@ "dreadlord_c_total_kills_standard": { "type": "integer" }, + "dreadlord_class_points": { + "type": "integer" + }, "dreadlord_d": { "type": "integer" }, @@ -142276,6 +149361,12 @@ "dreadlord_damage_dealt_standard": { "type": "integer" }, + "dreadlord_dark_matter_armor": { + "type": "integer" + }, + "dreadlord_dark_matter_armor_standard": { + "type": "integer" + }, "dreadlord_deaths": { "type": "integer" }, @@ -142528,6 +149619,9 @@ "dreadlord_g_activations_deathmatch": { "type": "integer" }, + "dreadlord_g_activations_deathmatch_face_off": { + "type": "integer" + }, "dreadlord_g_activations_deathmatch_standard": { "type": "integer" }, @@ -142540,6 +149634,12 @@ "dreadlord_g_activations_standard": { "type": "integer" }, + "dreadlord_g_dark_matter_armor": { + "type": "integer" + }, + "dreadlord_g_dark_matter_armor_standard": { + "type": "integer" + }, "dreadlord_games_beds_placed": { "type": "integer" }, @@ -142735,6 +149835,18 @@ "dreadlord_new_g": { "type": "integer" }, + "dreadlord_on_fire_final_kills": { + "type": "integer" + }, + "dreadlord_on_fire_final_kills_standard": { + "type": "integer" + }, + "dreadlord_on_fire_kills": { + "type": "integer" + }, + "dreadlord_on_fire_kills_standard": { + "type": "integer" + }, "dreadlord_players_healed": { "type": "integer" }, @@ -142891,6 +150003,9 @@ "dreadlord_wither_kills_last_alive_face_off": { "type": "integer" }, + "dreadlord_wither_kills_last_alive_standard": { + "type": "integer" + }, "dreadlord_wither_kills_standard": { "type": "integer" }, @@ -142996,6 +150111,12 @@ "enderman_a_final_assists": { "type": "integer" }, + "enderman_a_final_assists_after_final_killed": { + "type": "integer" + }, + "enderman_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "enderman_a_final_assists_face_off": { "type": "integer" }, @@ -143536,6 +150657,12 @@ "enderman_final_assists": { "type": "integer" }, + "enderman_final_assists_after_final_killed": { + "type": "integer" + }, + "enderman_final_assists_after_final_killed_standard": { + "type": "integer" + }, "enderman_final_assists_face_off": { "type": "integer" }, @@ -143572,6 +150699,12 @@ "enderman_final_kills": { "type": "integer" }, + "enderman_final_kills_after_final_killed": { + "type": "integer" + }, + "enderman_final_kills_after_final_killed_standard": { + "type": "integer" + }, "enderman_final_kills_below_10_hp": { "type": "integer" }, @@ -143869,6 +151002,18 @@ "enderman_new_g": { "type": "integer" }, + "enderman_on_fire_final_kills": { + "type": "integer" + }, + "enderman_on_fire_final_kills_standard": { + "type": "integer" + }, + "enderman_on_fire_kills": { + "type": "integer" + }, + "enderman_on_fire_kills_standard": { + "type": "integer" + }, "enderman_players_healed": { "type": "integer" }, @@ -144055,6 +151200,12 @@ "enderman_wood_chopped_standard": { "type": "integer" }, + "enduranced_final_kills": { + "type": "integer" + }, + "enduranced_final_kills_standard": { + "type": "integer" + }, "enemies_hit": { "type": "integer" }, @@ -144337,6 +151488,18 @@ "final_kills_standard": { "type": "integer" }, + "final_kills_with_fire": { + "type": "integer" + }, + "final_kills_with_fire_standard": { + "type": "integer" + }, + "final_water_kills": { + "type": "integer" + }, + "final_water_kills_standard": { + "type": "integer" + }, "finals_with_strength": { "type": "integer" }, @@ -144370,6 +151533,18 @@ "food_eaten_standard": { "type": "integer" }, + "force_of_nature_final_assists": { + "type": "integer" + }, + "force_of_nature_final_assists_standard": { + "type": "integer" + }, + "force_of_nature_final_kills": { + "type": "integer" + }, + "force_of_nature_final_kills_standard": { + "type": "integer" + }, "games_beds_placed": { "type": "integer" }, @@ -144616,6 +151791,9 @@ "golem_a_kills_melee_behind_face_off": { "type": "integer" }, + "golem_a_kills_melee_behind_gvg": { + "type": "integer" + }, "golem_a_kills_melee_behind_standard": { "type": "integer" }, @@ -144631,6 +151809,18 @@ "golem_a_kills_standard": { "type": "integer" }, + "golem_a_on_fire_final_kills": { + "type": "integer" + }, + "golem_a_on_fire_final_kills_standard": { + "type": "integer" + }, + "golem_a_on_fire_kills": { + "type": "integer" + }, + "golem_a_on_fire_kills_standard": { + "type": "integer" + }, "golem_a_total_final_kills": { "type": "integer" }, @@ -144994,6 +152184,9 @@ "golem_c_total_kills_standard": { "type": "integer" }, + "golem_class_points": { + "type": "integer" + }, "golem_d": { "type": "integer" }, @@ -145453,6 +152646,18 @@ "golem_new_g": { "type": "integer" }, + "golem_on_fire_final_kills": { + "type": "integer" + }, + "golem_on_fire_final_kills_standard": { + "type": "integer" + }, + "golem_on_fire_kills": { + "type": "integer" + }, + "golem_on_fire_kills_standard": { + "type": "integer" + }, "golem_players_healed": { "type": "integer" }, @@ -145750,6 +152955,12 @@ "herobrine_a_final_assists": { "type": "integer" }, + "herobrine_a_final_assists_after_final_killed": { + "type": "integer" + }, + "herobrine_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "herobrine_a_final_assists_face_off": { "type": "integer" }, @@ -145858,6 +153069,12 @@ "herobrine_a_kills_standard": { "type": "integer" }, + "herobrine_a_on_fire_kills": { + "type": "integer" + }, + "herobrine_a_on_fire_kills_standard": { + "type": "integer" + }, "herobrine_a_total_final_kills": { "type": "integer" }, @@ -146233,6 +153450,9 @@ "herobrine_c_total_kills_standard": { "type": "integer" }, + "herobrine_class_points": { + "type": "integer" + }, "herobrine_d": { "type": "integer" }, @@ -146347,6 +153567,12 @@ "herobrine_final_assists": { "type": "integer" }, + "herobrine_final_assists_after_final_killed": { + "type": "integer" + }, + "herobrine_final_assists_after_final_killed_standard": { + "type": "integer" + }, "herobrine_final_assists_face_off": { "type": "integer" }, @@ -146698,6 +153924,12 @@ "herobrine_new_g": { "type": "integer" }, + "herobrine_on_fire_kills": { + "type": "integer" + }, + "herobrine_on_fire_kills_standard": { + "type": "integer" + }, "herobrine_players_healed": { "type": "integer" }, @@ -147328,6 +154560,12 @@ "hunter_b_kills_standard": { "type": "integer" }, + "hunter_b_on_fire_kills": { + "type": "integer" + }, + "hunter_b_on_fire_kills_standard": { + "type": "integer" + }, "hunter_b_total_final_kills": { "type": "integer" }, @@ -147610,6 +154848,12 @@ "hunter_final_assists": { "type": "integer" }, + "hunter_final_assists_after_final_killed": { + "type": "integer" + }, + "hunter_final_assists_after_final_killed_standard": { + "type": "integer" + }, "hunter_final_assists_face_off": { "type": "integer" }, @@ -147757,6 +155001,18 @@ "hunter_food_eaten_standard": { "type": "integer" }, + "hunter_force_of_nature_final_assists": { + "type": "integer" + }, + "hunter_force_of_nature_final_assists_standard": { + "type": "integer" + }, + "hunter_force_of_nature_final_kills": { + "type": "integer" + }, + "hunter_force_of_nature_final_kills_standard": { + "type": "integer" + }, "hunter_g": { "type": "integer" }, @@ -147967,6 +155223,12 @@ "hunter_new_g": { "type": "integer" }, + "hunter_on_fire_kills": { + "type": "integer" + }, + "hunter_on_fire_kills_standard": { + "type": "integer" + }, "hunter_players_healed": { "type": "integer" }, @@ -148731,6 +155993,12 @@ "moleman_a_final_kills": { "type": "integer" }, + "moleman_a_final_kills_after_final_killed": { + "type": "integer" + }, + "moleman_a_final_kills_after_final_killed_standard": { + "type": "integer" + }, "moleman_a_final_kills_below_10_hp": { "type": "integer" }, @@ -149409,6 +156677,12 @@ "moleman_final_kills": { "type": "integer" }, + "moleman_final_kills_after_final_killed": { + "type": "integer" + }, + "moleman_final_kills_after_final_killed_standard": { + "type": "integer" + }, "moleman_final_kills_below_10_hp": { "type": "integer" }, @@ -150114,6 +157388,12 @@ "phoenix_a_final_assists": { "type": "integer" }, + "phoenix_a_final_assists_after_final_killed": { + "type": "integer" + }, + "phoenix_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "phoenix_a_final_assists_face_off": { "type": "integer" }, @@ -150507,6 +157787,18 @@ "phoenix_b_kills_standard": { "type": "integer" }, + "phoenix_b_on_fire_final_kills": { + "type": "integer" + }, + "phoenix_b_on_fire_final_kills_standard": { + "type": "integer" + }, + "phoenix_b_on_fire_kills": { + "type": "integer" + }, + "phoenix_b_on_fire_kills_standard": { + "type": "integer" + }, "phoenix_b_self_healed": { "type": "integer" }, @@ -150792,6 +158084,12 @@ "phoenix_final_assists": { "type": "integer" }, + "phoenix_final_assists_after_final_killed": { + "type": "integer" + }, + "phoenix_final_assists_after_final_killed_standard": { + "type": "integer" + }, "phoenix_final_assists_face_off": { "type": "integer" }, @@ -151113,6 +158411,18 @@ "phoenix_new_g": { "type": "integer" }, + "phoenix_on_fire_final_kills": { + "type": "integer" + }, + "phoenix_on_fire_final_kills_standard": { + "type": "integer" + }, + "phoenix_on_fire_kills": { + "type": "integer" + }, + "phoenix_on_fire_kills_standard": { + "type": "integer" + }, "phoenix_players_healed": { "type": "integer" }, @@ -151836,6 +159146,12 @@ "pigman_c_defender_final_assists_standard": { "type": "integer" }, + "pigman_c_enduranced_final_kills": { + "type": "integer" + }, + "pigman_c_enduranced_final_kills_standard": { + "type": "integer" + }, "pigman_c_final_assists": { "type": "integer" }, @@ -151875,6 +159191,9 @@ "pigman_c_total_kills_standard": { "type": "integer" }, + "pigman_class_points": { + "type": "integer" + }, "pigman_d": { "type": "integer" }, @@ -151956,6 +159275,12 @@ "pigman_enderchest_level": { "type": "integer" }, + "pigman_enduranced_final_kills": { + "type": "integer" + }, + "pigman_enduranced_final_kills_standard": { + "type": "integer" + }, "pigman_enemies_hit": { "type": "integer" }, @@ -152298,6 +159623,12 @@ "pigman_new_g": { "type": "integer" }, + "pigman_on_fire_kills": { + "type": "integer" + }, + "pigman_on_fire_kills_standard": { + "type": "integer" + }, "pigman_players_healed": { "type": "integer" }, @@ -152589,6 +159920,12 @@ "pirate_a_final_assists": { "type": "integer" }, + "pirate_a_final_assists_after_final_killed": { + "type": "integer" + }, + "pirate_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "pirate_a_final_assists_face_off": { "type": "integer" }, @@ -152697,6 +160034,18 @@ "pirate_a_kills_standard": { "type": "integer" }, + "pirate_a_on_fire_final_kills": { + "type": "integer" + }, + "pirate_a_on_fire_final_kills_standard": { + "type": "integer" + }, + "pirate_a_on_fire_kills": { + "type": "integer" + }, + "pirate_a_on_fire_kills_standard": { + "type": "integer" + }, "pirate_a_total_final_kills": { "type": "integer" }, @@ -153015,6 +160364,12 @@ "pirate_b_kills_standard": { "type": "integer" }, + "pirate_b_on_fire_final_kills": { + "type": "integer" + }, + "pirate_b_on_fire_final_kills_standard": { + "type": "integer" + }, "pirate_b_total_final_kills": { "type": "integer" }, @@ -153174,6 +160529,9 @@ "pirate_c_total_kills_standard": { "type": "integer" }, + "pirate_class_points": { + "type": "integer" + }, "pirate_d": { "type": "integer" }, @@ -153282,6 +160640,12 @@ "pirate_final_assists": { "type": "integer" }, + "pirate_final_assists_after_final_killed": { + "type": "integer" + }, + "pirate_final_assists_after_final_killed_standard": { + "type": "integer" + }, "pirate_final_assists_face_off": { "type": "integer" }, @@ -153393,6 +160757,18 @@ "pirate_final_kills_standard": { "type": "integer" }, + "pirate_final_kills_with_fire": { + "type": "integer" + }, + "pirate_final_kills_with_fire_standard": { + "type": "integer" + }, + "pirate_final_water_kills": { + "type": "integer" + }, + "pirate_final_water_kills_standard": { + "type": "integer" + }, "pirate_fish_eaten": { "type": "integer" }, @@ -153618,6 +160994,18 @@ "pirate_new_g": { "type": "integer" }, + "pirate_on_fire_final_kills": { + "type": "integer" + }, + "pirate_on_fire_final_kills_standard": { + "type": "integer" + }, + "pirate_on_fire_kills": { + "type": "integer" + }, + "pirate_on_fire_kills_standard": { + "type": "integer" + }, "pirate_players_healed": { "type": "integer" }, @@ -153834,6 +161222,12 @@ "potions_splashed_standard": { "type": "integer" }, + "primed_tnt_kills": { + "type": "integer" + }, + "primed_tnt_kills_standard": { + "type": "integer" + }, "refundedCoinsPP": { "type": "integer" }, @@ -154338,6 +161732,9 @@ "renegade_c_total_kills_standard": { "type": "integer" }, + "renegade_class_points": { + "type": "integer" + }, "renegade_d_infused": { "type": "integer" }, @@ -154446,6 +161843,12 @@ "renegade_final_assists": { "type": "integer" }, + "renegade_final_assists_after_final_killed": { + "type": "integer" + }, + "renegade_final_assists_after_final_killed_standard": { + "type": "integer" + }, "renegade_final_assists_face_off": { "type": "integer" }, @@ -155043,6 +162446,12 @@ "shaman_a_final_assists": { "type": "integer" }, + "shaman_a_final_assists_after_final_killed": { + "type": "integer" + }, + "shaman_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "shaman_a_final_assists_face_off": { "type": "integer" }, @@ -155148,6 +162557,18 @@ "shaman_a_kills_standard": { "type": "integer" }, + "shaman_a_on_fire_final_kills": { + "type": "integer" + }, + "shaman_a_on_fire_final_kills_standard": { + "type": "integer" + }, + "shaman_a_on_fire_kills": { + "type": "integer" + }, + "shaman_a_on_fire_kills_standard": { + "type": "integer" + }, "shaman_a_total_final_kills": { "type": "integer" }, @@ -155511,6 +162932,12 @@ "shaman_c_final_assists": { "type": "integer" }, + "shaman_c_final_assists_after_final_killed": { + "type": "integer" + }, + "shaman_c_final_assists_after_final_killed_standard": { + "type": "integer" + }, "shaman_c_final_assists_face_off": { "type": "integer" }, @@ -155601,6 +163028,12 @@ "shaman_c_kills_standard": { "type": "integer" }, + "shaman_c_on_fire_kills": { + "type": "integer" + }, + "shaman_c_on_fire_kills_standard": { + "type": "integer" + }, "shaman_c_total_final_kills": { "type": "integer" }, @@ -156066,6 +163499,18 @@ "shaman_new_g": { "type": "integer" }, + "shaman_on_fire_final_kills": { + "type": "integer" + }, + "shaman_on_fire_final_kills_standard": { + "type": "integer" + }, + "shaman_on_fire_kills": { + "type": "integer" + }, + "shaman_on_fire_kills_standard": { + "type": "integer" + }, "shaman_players_healed": { "type": "integer" }, @@ -157008,6 +164453,12 @@ "shark_new_g": { "type": "integer" }, + "shark_on_fire_kills": { + "type": "integer" + }, + "shark_on_fire_kills_standard": { + "type": "integer" + }, "shark_players_healed": { "type": "integer" }, @@ -157194,6 +164645,500 @@ "shark_wood_chopped_standard": { "type": "integer" }, + "sheepInventory": { + "properties": { + "0": { + "type": "string" + }, + "1": { + "type": "string" + }, + "2": { + "type": "string" + }, + "3": { + "type": "string" + }, + "4": { + "type": "string" + }, + "5": { + "type": "string" + }, + "6": { + "type": "string" + }, + "7": { + "type": "string" + }, + "8": { + "type": "string" + }, + "9": { + "type": "string" + }, + "31": { + "type": "string" + } + }, + "type": "object" + }, + "sheep_a_activations": { + "type": "integer" + }, + "sheep_a_activations_deathmatch": { + "type": "integer" + }, + "sheep_a_activations_deathmatch_standard": { + "type": "integer" + }, + "sheep_a_activations_standard": { + "type": "integer" + }, + "sheep_a_amount_healed": { + "type": "integer" + }, + "sheep_a_amount_healed_standard": { + "type": "integer" + }, + "sheep_a_assists": { + "type": "integer" + }, + "sheep_a_assists_standard": { + "type": "integer" + }, + "sheep_a_defender_assists": { + "type": "integer" + }, + "sheep_a_defender_assists_standard": { + "type": "integer" + }, + "sheep_a_final_assists": { + "type": "integer" + }, + "sheep_a_final_assists_melee": { + "type": "integer" + }, + "sheep_a_final_assists_melee_standard": { + "type": "integer" + }, + "sheep_a_final_assists_standard": { + "type": "integer" + }, + "sheep_a_total_final_kills": { + "type": "integer" + }, + "sheep_a_total_final_kills_standard": { + "type": "integer" + }, + "sheep_a_total_kills": { + "type": "integer" + }, + "sheep_a_total_kills_standard": { + "type": "integer" + }, + "sheep_absorption_potions_drunk": { + "type": "integer" + }, + "sheep_absorption_potions_drunk_standard": { + "type": "integer" + }, + "sheep_activations": { + "type": "integer" + }, + "sheep_activations_deathmatch": { + "type": "integer" + }, + "sheep_activations_deathmatch_standard": { + "type": "integer" + }, + "sheep_activations_standard": { + "type": "integer" + }, + "sheep_amount_healed": { + "type": "integer" + }, + "sheep_amount_healed_standard": { + "type": "integer" + }, + "sheep_arrows_fired": { + "type": "integer" + }, + "sheep_arrows_fired_standard": { + "type": "integer" + }, + "sheep_arrows_hit": { + "type": "integer" + }, + "sheep_arrows_hit_standard": { + "type": "integer" + }, + "sheep_assists": { + "type": "integer" + }, + "sheep_assists_standard": { + "type": "integer" + }, + "sheep_b_activations": { + "type": "integer" + }, + "sheep_b_activations_deathmatch": { + "type": "integer" + }, + "sheep_b_activations_deathmatch_standard": { + "type": "integer" + }, + "sheep_b_activations_standard": { + "type": "integer" + }, + "sheep_b_assists": { + "type": "integer" + }, + "sheep_b_assists_standard": { + "type": "integer" + }, + "sheep_b_perfect_disguises": { + "type": "integer" + }, + "sheep_b_perfect_disguises_standard": { + "type": "integer" + }, + "sheep_b_total_kills": { + "type": "integer" + }, + "sheep_b_total_kills_standard": { + "type": "integer" + }, + "sheep_blocks_broken": { + "type": "integer" + }, + "sheep_blocks_broken_standard": { + "type": "integer" + }, + "sheep_blocks_placed": { + "type": "integer" + }, + "sheep_blocks_placed_preparation": { + "type": "integer" + }, + "sheep_blocks_placed_preparation_standard": { + "type": "integer" + }, + "sheep_blocks_placed_standard": { + "type": "integer" + }, + "sheep_bread_crafted": { + "type": "integer" + }, + "sheep_bread_crafted_standard": { + "type": "integer" + }, + "sheep_bread_eaten": { + "type": "integer" + }, + "sheep_bread_eaten_standard": { + "type": "integer" + }, + "sheep_c_activations": { + "type": "integer" + }, + "sheep_c_activations_deathmatch": { + "type": "integer" + }, + "sheep_c_activations_deathmatch_standard": { + "type": "integer" + }, + "sheep_c_activations_standard": { + "type": "integer" + }, + "sheep_c_assists": { + "type": "integer" + }, + "sheep_c_assists_standard": { + "type": "integer" + }, + "sheep_c_total_kills": { + "type": "integer" + }, + "sheep_c_total_kills_standard": { + "type": "integer" + }, + "sheep_class_points": { + "type": "integer" + }, + "sheep_deaths": { + "type": "integer" + }, + "sheep_deaths_standard": { + "type": "integer" + }, + "sheep_defender_assists": { + "type": "integer" + }, + "sheep_defender_assists_standard": { + "type": "integer" + }, + "sheep_defender_kills": { + "type": "integer" + }, + "sheep_defender_kills_standard": { + "type": "integer" + }, + "sheep_diamond_ore_broken": { + "type": "integer" + }, + "sheep_diamond_ore_broken_standard": { + "type": "integer" + }, + "sheep_final_assists": { + "type": "integer" + }, + "sheep_final_assists_after_final_killed": { + "type": "integer" + }, + "sheep_final_assists_after_final_killed_standard": { + "type": "integer" + }, + "sheep_final_assists_melee": { + "type": "integer" + }, + "sheep_final_assists_melee_standard": { + "type": "integer" + }, + "sheep_final_assists_standard": { + "type": "integer" + }, + "sheep_final_deaths": { + "type": "integer" + }, + "sheep_final_deaths_standard": { + "type": "integer" + }, + "sheep_final_kills": { + "type": "integer" + }, + "sheep_final_kills_below_10_hp": { + "type": "integer" + }, + "sheep_final_kills_below_10_hp_standard": { + "type": "integer" + }, + "sheep_final_kills_melee": { + "type": "integer" + }, + "sheep_final_kills_melee_behind": { + "type": "integer" + }, + "sheep_final_kills_melee_behind_standard": { + "type": "integer" + }, + "sheep_final_kills_melee_standard": { + "type": "integer" + }, + "sheep_final_kills_standard": { + "type": "integer" + }, + "sheep_fish_eaten": { + "type": "integer" + }, + "sheep_fish_eaten_standard": { + "type": "integer" + }, + "sheep_food_eaten": { + "type": "integer" + }, + "sheep_food_eaten_standard": { + "type": "integer" + }, + "sheep_g_activations": { + "type": "integer" + }, + "sheep_g_activations_deathmatch": { + "type": "integer" + }, + "sheep_g_activations_deathmatch_standard": { + "type": "integer" + }, + "sheep_g_activations_standard": { + "type": "integer" + }, + "sheep_games_played": { + "type": "integer" + }, + "sheep_games_played_standard": { + "type": "integer" + }, + "sheep_golden_apples_eaten": { + "type": "integer" + }, + "sheep_golden_apples_eaten_standard": { + "type": "integer" + }, + "sheep_iron_armor_gifted": { + "type": "integer" + }, + "sheep_iron_armor_gifted_standard": { + "type": "integer" + }, + "sheep_iron_ore_broken": { + "type": "integer" + }, + "sheep_iron_ore_broken_standard": { + "type": "integer" + }, + "sheep_kills": { + "type": "integer" + }, + "sheep_kills_melee": { + "type": "integer" + }, + "sheep_kills_melee_behind": { + "type": "integer" + }, + "sheep_kills_melee_behind_standard": { + "type": "integer" + }, + "sheep_kills_melee_standard": { + "type": "integer" + }, + "sheep_kills_ranged": { + "type": "integer" + }, + "sheep_kills_ranged_standard": { + "type": "integer" + }, + "sheep_kills_standard": { + "type": "integer" + }, + "sheep_losses": { + "type": "integer" + }, + "sheep_losses_standard": { + "type": "integer" + }, + "sheep_meters_fallen": { + "type": "integer" + }, + "sheep_meters_fallen_standard": { + "type": "integer" + }, + "sheep_meters_walked": { + "type": "integer" + }, + "sheep_meters_walked_speed": { + "type": "integer" + }, + "sheep_meters_walked_speed_standard": { + "type": "integer" + }, + "sheep_meters_walked_standard": { + "type": "integer" + }, + "sheep_new_a": { + "type": "integer" + }, + "sheep_new_b": { + "type": "integer" + }, + "sheep_new_c": { + "type": "integer" + }, + "sheep_new_d": { + "type": "integer" + }, + "sheep_new_g": { + "type": "integer" + }, + "sheep_on_fire_final_kills": { + "type": "integer" + }, + "sheep_on_fire_final_kills_standard": { + "type": "integer" + }, + "sheep_on_fire_kills": { + "type": "integer" + }, + "sheep_on_fire_kills_standard": { + "type": "integer" + }, + "sheep_perfect_disguises": { + "type": "integer" + }, + "sheep_perfect_disguises_standard": { + "type": "integer" + }, + "sheep_potions_drunk": { + "type": "integer" + }, + "sheep_potions_drunk_standard": { + "type": "integer" + }, + "sheep_steaks_eaten": { + "type": "integer" + }, + "sheep_steaks_eaten_standard": { + "type": "integer" + }, + "sheep_sword_crafted": { + "type": "integer" + }, + "sheep_sword_crafted_standard": { + "type": "integer" + }, + "sheep_time_played": { + "type": "integer" + }, + "sheep_time_played_standard": { + "type": "integer" + }, + "sheep_total_deaths": { + "type": "integer" + }, + "sheep_total_deaths_standard": { + "type": "integer" + }, + "sheep_total_final_kills": { + "type": "integer" + }, + "sheep_total_final_kills_standard": { + "type": "integer" + }, + "sheep_total_kills": { + "type": "integer" + }, + "sheep_total_kills_standard": { + "type": "integer" + }, + "sheep_treasures_found": { + "type": "integer" + }, + "sheep_treasures_found_standard": { + "type": "integer" + }, + "sheep_wins": { + "type": "integer" + }, + "sheep_wins_standard": { + "type": "integer" + }, + "sheep_wither_damage": { + "type": "integer" + }, + "sheep_wither_damage_standard": { + "type": "integer" + }, + "sheep_wither_kills": { + "type": "integer" + }, + "sheep_wither_kills_standard": { + "type": "integer" + }, + "sheep_wood_chopped": { + "type": "integer" + }, + "sheep_wood_chopped_standard": { + "type": "integer" + }, "shoutTotal": { "type": "integer" }, @@ -157371,6 +165316,9 @@ "skeleton_absorption_potions_drunk_face_off": { "type": "integer" }, + "skeleton_absorption_potions_drunk_gvg": { + "type": "integer" + }, "skeleton_absorption_potions_drunk_standard": { "type": "integer" }, @@ -157890,6 +165838,9 @@ "skeleton_final_kills_ranged_30_face_off": { "type": "integer" }, + "skeleton_final_kills_ranged_30_gvg": { + "type": "integer" + }, "skeleton_final_kills_ranged_30_standard": { "type": "integer" }, @@ -158139,6 +166090,12 @@ "skeleton_new_g": { "type": "integer" }, + "skeleton_on_fire_kills": { + "type": "integer" + }, + "skeleton_on_fire_kills_standard": { + "type": "integer" + }, "skeleton_players_healed": { "type": "integer" }, @@ -158412,6 +166369,12 @@ "snowman_a_final_assists": { "type": "integer" }, + "snowman_a_final_assists_after_final_killed": { + "type": "integer" + }, + "snowman_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "snowman_a_final_assists_face_off": { "type": "integer" }, @@ -158808,6 +166771,9 @@ "snowman_c_total_kills_standard": { "type": "integer" }, + "snowman_class_points": { + "type": "integer" + }, "snowman_d_infused": { "type": "integer" }, @@ -158901,6 +166867,12 @@ "snowman_final_assists": { "type": "integer" }, + "snowman_final_assists_after_final_killed": { + "type": "integer" + }, + "snowman_final_assists_after_final_killed_standard": { + "type": "integer" + }, "snowman_final_assists_face_off": { "type": "integer" }, @@ -159894,6 +167866,12 @@ "spider_b_total_kills_standard": { "type": "integer" }, + "spider_b_venom_strike_poison_damage": { + "type": "integer" + }, + "spider_b_venom_strike_poison_damage_standard": { + "type": "integer" + }, "spider_beds_crafted": { "type": "integer" }, @@ -160116,6 +168094,9 @@ "spider_c_total_kills_standard": { "type": "integer" }, + "spider_class_points": { + "type": "integer" + }, "spider_d": { "type": "integer" }, @@ -160224,6 +168205,12 @@ "spider_final_assists": { "type": "integer" }, + "spider_final_assists_after_final_killed": { + "type": "integer" + }, + "spider_final_assists_after_final_killed_standard": { + "type": "integer" + }, "spider_final_assists_face_off": { "type": "integer" }, @@ -160674,6 +168661,12 @@ "spider_treasures_found_standard": { "type": "integer" }, + "spider_venom_strike_poison_damage": { + "type": "integer" + }, + "spider_venom_strike_poison_damage_standard": { + "type": "integer" + }, "spider_wins": { "type": "integer" }, @@ -160953,6 +168946,18 @@ "squid_a_kills_standard": { "type": "integer" }, + "squid_a_on_fire_final_kills": { + "type": "integer" + }, + "squid_a_on_fire_final_kills_standard": { + "type": "integer" + }, + "squid_a_on_fire_kills": { + "type": "integer" + }, + "squid_a_on_fire_kills_standard": { + "type": "integer" + }, "squid_a_self_healed": { "type": "integer" }, @@ -161133,6 +169138,9 @@ "squid_b_final_assists_face_off": { "type": "integer" }, + "squid_b_final_assists_gvg": { + "type": "integer" + }, "squid_b_final_assists_melee": { "type": "integer" }, @@ -161148,6 +169156,9 @@ "squid_b_total_final_kills_face_off": { "type": "integer" }, + "squid_b_total_final_kills_gvg": { + "type": "integer" + }, "squid_b_total_final_kills_standard": { "type": "integer" }, @@ -161286,6 +169297,9 @@ "squid_c_final_assists_face_off": { "type": "integer" }, + "squid_c_final_assists_gvg": { + "type": "integer" + }, "squid_c_final_assists_melee": { "type": "integer" }, @@ -161304,6 +169318,9 @@ "squid_c_total_final_kills_face_off": { "type": "integer" }, + "squid_c_total_final_kills_gvg": { + "type": "integer" + }, "squid_c_total_final_kills_standard": { "type": "integer" }, @@ -161640,6 +169657,9 @@ "squid_iron_sword_crafted_face_off": { "type": "integer" }, + "squid_iron_sword_crafted_gvg": { + "type": "integer" + }, "squid_iron_sword_crafted_standard": { "type": "integer" }, @@ -161751,6 +169771,18 @@ "squid_new_g": { "type": "integer" }, + "squid_on_fire_final_kills": { + "type": "integer" + }, + "squid_on_fire_final_kills_standard": { + "type": "integer" + }, + "squid_on_fire_kills": { + "type": "integer" + }, + "squid_on_fire_kills_standard": { + "type": "integer" + }, "squid_players_healed": { "type": "integer" }, @@ -161988,9 +170020,15 @@ "toggle_hints": { "type": "boolean" }, + "toggle_in_game_night_vision": { + "type": "boolean" + }, "toggle_notifications": { "type": "boolean" }, + "toggle_skill_notifications": { + "type": "boolean" + }, "total_deaths": { "type": "integer" }, @@ -162051,6 +170089,12 @@ "ultra_pasteurized_drank_standard": { "type": "integer" }, + "venom_strike_poison_damage": { + "type": "integer" + }, + "venom_strike_poison_damage_standard": { + "type": "integer" + }, "votes_Aftermath": { "type": "integer" }, @@ -162720,6 +170764,9 @@ "werewolf_a_assists_face_off": { "type": "integer" }, + "werewolf_a_assists_gvg": { + "type": "integer" + }, "werewolf_a_assists_standard": { "type": "integer" }, @@ -162873,6 +170920,12 @@ "werewolf_a_kills_standard": { "type": "integer" }, + "werewolf_a_on_fire_kills": { + "type": "integer" + }, + "werewolf_a_on_fire_kills_standard": { + "type": "integer" + }, "werewolf_a_total_final_kills": { "type": "integer" }, @@ -162891,6 +170944,9 @@ "werewolf_a_total_kills_face_off": { "type": "integer" }, + "werewolf_a_total_kills_gvg": { + "type": "integer" + }, "werewolf_a_total_kills_standard": { "type": "integer" }, @@ -163224,6 +171280,9 @@ "werewolf_c_total_kills_standard": { "type": "integer" }, + "werewolf_class_points": { + "type": "integer" + }, "werewolf_d": { "type": "integer" }, @@ -163677,6 +171736,18 @@ "werewolf_new_g": { "type": "integer" }, + "werewolf_on_fire_final_kills": { + "type": "integer" + }, + "werewolf_on_fire_final_kills_standard": { + "type": "integer" + }, + "werewolf_on_fire_kills": { + "type": "integer" + }, + "werewolf_on_fire_kills_standard": { + "type": "integer" + }, "werewolf_players_healed": { "type": "integer" }, @@ -164172,6 +172243,12 @@ "zombie_a_final_assists": { "type": "integer" }, + "zombie_a_final_assists_after_final_killed": { + "type": "integer" + }, + "zombie_a_final_assists_after_final_killed_standard": { + "type": "integer" + }, "zombie_a_final_assists_face_off": { "type": "integer" }, @@ -164583,6 +172660,9 @@ "zombie_c_final_assists_face_off": { "type": "integer" }, + "zombie_c_final_assists_gvg": { + "type": "integer" + }, "zombie_c_final_assists_melee": { "type": "integer" }, @@ -164598,6 +172678,9 @@ "zombie_c_total_final_kills_face_off": { "type": "integer" }, + "zombie_c_total_final_kills_gvg": { + "type": "integer" + }, "zombie_c_total_final_kills_standard": { "type": "integer" }, @@ -164610,6 +172693,9 @@ "zombie_c_total_kills_standard": { "type": "integer" }, + "zombie_class_points": { + "type": "integer" + }, "zombie_d": { "type": "integer" }, @@ -165066,6 +173152,12 @@ "zombie_new_g": { "type": "integer" }, + "zombie_on_fire_kills": { + "type": "integer" + }, + "zombie_on_fire_kills_standard": { + "type": "integer" + }, "zombie_players_healed": { "type": "integer" }, @@ -165309,9 +173401,24 @@ "10": { "type": "integer" }, + "17": { + "type": "integer" + }, + "21": { + "type": "integer" + }, + "22": { + "type": "integer" + }, "28": { "type": "integer" }, + "30": { + "type": "integer" + }, + "31": { + "type": "integer" + }, "35": { "type": "integer" } @@ -165418,6 +173525,9 @@ "coins": { "type": "integer" }, + "data_migration_version": { + "type": "integer" + }, "deathcry": { "type": "string" }, @@ -165435,6 +173545,9 @@ }, "leaderboardSettings": { "properties": { + "mode": { + "type": "string" + }, "resetType": { "type": "string" } @@ -165447,6 +173560,9 @@ }, "type": "array" }, + "playtime": { + "type": "integer" + }, "preround_bow": { "type": "string" }, @@ -165500,6 +173616,9 @@ } ] }, + "no_kits": { + "type": "boolean" + }, "no_powerups": { "anyOf": [ { @@ -165601,6 +173720,14 @@ }, "type": "object" }, + "settings": { + "properties": { + "projectile_trail": { + "type": "string" + } + }, + "type": "object" + }, "stats": { "properties": { "damage_dealt": { @@ -165767,6 +173894,9 @@ }, "settings": { "properties": { + "preround_bow": { + "type": "boolean" + }, "preround_potion": { "type": "boolean" } @@ -166661,6 +174791,26 @@ }, "type": "object" }, + "sw_normal_doubles_0": { + "properties": { + "claimed_ranking_reward": { + "type": "integer" + }, + "first_win": { + "type": "integer" + }, + "games_played": { + "type": "integer" + }, + "playtime": { + "type": "integer" + }, + "tributes_earned": { + "type": "integer" + } + }, + "type": "object" + }, "tnt_run_0": { "properties": { "claimed_ranking_reward": { @@ -167517,4 +175667,4 @@ "type": "object" } } -} +} \ No newline at end of file diff --git a/packages/schemas/src/schemas/hypixel/resources/achievements.json b/packages/schemas/src/schemas/hypixel/resources/achievements.json index 21f67517..11512a0c 100644 --- a/packages/schemas/src/schemas/hypixel/resources/achievements.json +++ b/packages/schemas/src/schemas/hypixel/resources/achievements.json @@ -449,6 +449,412 @@ }, "type": "object" }, + "DISASTERS_ALWAYS_A_BIGGER_FISH": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_DRAGON_TAMER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, + "DISASTERS_DUMPSTER_DIVING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_FINAL_DESTINATION": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_FULL_HOUSE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_GOT_ANY_CHANGE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_HALF_A_HEART_AND_A_DREAM": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_HERE_WE_GO": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_JUGGLER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_LAST_MAN_STANDING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_LIKE_A_STATUE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_MAXIMUM_OVERLOAD": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_PEACEKEEPER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_SHARING_IS_CARING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_SHIELDWALL": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_TITANFALL": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, + "DISASTERS_TORNADO_WRANGLER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_UNTOUCHABLE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_WARWICK": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DISASTERS_YAHOO": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "DRAGONTAMER": { "properties": { "description": { @@ -2081,7 +2487,7 @@ }, "type": "object" }, - "ZOMBIES_SPEED_RUNNER": { + "ZOMBIES_PRISON_COMPUTERS": { "properties": { "description": { "type": "string" @@ -2097,11 +2503,14 @@ }, "points": { "type": "integer" + }, + "secret": { + "type": "boolean" } }, "type": "object" }, - "ZOMBIES_SURVIVOR": { + "ZOMBIES_PRISON_ESCAPE": { "properties": { "description": { "type": "string" @@ -2121,7 +2530,7 @@ }, "type": "object" }, - "ZOMBIES_TEAM_PLAYER": { + "ZOMBIES_PRISON_SECRET_BEYOND": { "properties": { "description": { "type": "string" @@ -2137,11 +2546,14 @@ }, "points": { "type": "integer" + }, + "secret": { + "type": "boolean" } }, "type": "object" }, - "ZOMBIES_TIME_TRIAL_BLOOD": { + "ZOMBIES_PRISON_TURRET": { "properties": { "description": { "type": "string" @@ -2161,7 +2573,7 @@ }, "type": "object" }, - "ZOMBIES_TIME_TRIAL_DEAD": { + "ZOMBIES_SPEED_RUNNER": { "properties": { "description": { "type": "string" @@ -2181,7 +2593,7 @@ }, "type": "object" }, - "ZOMBIES_ULTIMATE": { + "ZOMBIES_SURVIVOR": { "properties": { "description": { "type": "string" @@ -2201,7 +2613,7 @@ }, "type": "object" }, - "ZOMBIES_WIN": { + "ZOMBIES_TEAM_PLAYER": { "properties": { "description": { "type": "string" @@ -2220,237 +2632,113 @@ } }, "type": "object" - } - }, - "type": "object" - }, - "tiered": { - "properties": { - "ARCADE_BANKER": { + }, + "ZOMBIES_TIME_TRIAL_BLOOD": { "properties": { "description": { "type": "string" }, - "name": { - "type": "string" + "gamePercentUnlocked": { + "type": "number" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "ARCADE_WINNER": { - "properties": { - "description": { - "type": "string" + "globalPercentUnlocked": { + "type": "number" }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" }, - "BOUNTY_HUNTER": { + "ZOMBIES_TIME_TRIAL_DEAD": { "properties": { "description": { "type": "string" }, - "name": { - "type": "string" + "gamePercentUnlocked": { + "type": "number" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "CTW_OH_SHEEP": { - "properties": { - "description": { - "type": "string" + "globalPercentUnlocked": { + "type": "number" }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" }, - "CTW_SLAYER": { + "ZOMBIES_TIME_TRIAL_PRISON": { "properties": { "description": { "type": "string" }, - "name": { - "type": "string" + "gamePercentUnlocked": { + "type": "number" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "DROPPER_FLAWLESS_FALLER": { - "properties": { - "description": { - "type": "string" + "globalPercentUnlocked": { + "type": "number" }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" }, - "DROPPER_SKYDIVER": { + "ZOMBIES_ULTIMATE": { "properties": { "description": { "type": "string" }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" }, - "DW_DRAGONBORN": { + "ZOMBIES_WIN": { "properties": { "description": { "type": "string" }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" - }, - "DW_SLAYER": { + } + }, + "type": "object" + }, + "tiered": { + "properties": { + "ARCADE_BANKER": { "properties": { "description": { "type": "string" @@ -2478,7 +2766,7 @@ }, "type": "object" }, - "ENDER_SPLEEF_BLOCK_STEALER": { + "ARCADE_WINNER": { "properties": { "description": { "type": "string" @@ -2506,7 +2794,7 @@ }, "type": "object" }, - "ENDER_SPLEEF_POWERUPS": { + "BOUNTY_HUNTER": { "properties": { "description": { "type": "string" @@ -2534,7 +2822,7 @@ }, "type": "object" }, - "FARMHUNT_DOMINATOR": { + "CTW_OH_SHEEP": { "properties": { "description": { "type": "string" @@ -2562,7 +2850,7 @@ }, "type": "object" }, - "FOOTBALL_PRO": { + "CTW_SLAYER": { "properties": { "description": { "type": "string" @@ -2590,7 +2878,7 @@ }, "type": "object" }, - "GALAXY_WARS_KILLS": { + "DISASTERS_PREPARED": { "properties": { "description": { "type": "string" @@ -2618,7 +2906,7 @@ }, "type": "object" }, - "HIDE_AND_SEEK_HIDER_KILLS": { + "DISASTERS_SURVIVALIST": { "properties": { "description": { "type": "string" @@ -2646,7 +2934,7 @@ }, "type": "object" }, - "HIDE_AND_SEEK_MASTER_HIDER": { + "DROPPER_FLAWLESS_FALLER": { "properties": { "description": { "type": "string" @@ -2674,7 +2962,7 @@ }, "type": "object" }, - "HITW_PRACTICE_MAKES_PERFECT": { + "DROPPER_SKYDIVER": { "properties": { "description": { "type": "string" @@ -2702,7 +2990,7 @@ }, "type": "object" }, - "MINIWALLS_WINNER": { + "DW_DRAGONBORN": { "properties": { "description": { "type": "string" @@ -2730,7 +3018,7 @@ }, "type": "object" }, - "PARTY_SUPER_STAR": { + "DW_SLAYER": { "properties": { "description": { "type": "string" @@ -2758,7 +3046,7 @@ }, "type": "object" }, - "PIXEL_PARTY_COLOR_COORDINATED": { + "ENDER_SPLEEF_BLOCK_STEALER": { "properties": { "description": { "type": "string" @@ -2786,7 +3074,7 @@ }, "type": "object" }, - "PIXEL_PARTY_POWERED_UP": { + "ENDER_SPLEEF_POWERUPS": { "properties": { "description": { "type": "string" @@ -2814,7 +3102,287 @@ }, "type": "object" }, - "TEAM_WORK": { + "FARMHUNT_DOMINATOR": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "FOOTBALL_PRO": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "GALAXY_WARS_KILLS": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "HIDE_AND_SEEK_HIDER_KILLS": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "HIDE_AND_SEEK_MASTER_HIDER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "HITW_PRACTICE_MAKES_PERFECT": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "MINIWALLS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "PARTY_SUPER_STAR": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "PIXEL_PARTY_COLOR_COORDINATED": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "PIXEL_PARTY_POWERED_UP": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "TEAM_WORK": { "properties": { "description": { "type": "string" @@ -4207,6 +4775,26 @@ }, "type": "object" }, + "FUTURE_IS_NOW": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "GEARED_UP": { "properties": { "description": { @@ -4327,6 +4915,20 @@ }, "type": "object" }, + "LUCID_DREAMS_OF_FEASTFOOD": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "MERCILESS": { "properties": { "description": { @@ -4467,6 +5069,26 @@ }, "type": "object" }, + "RETURN_TO_SPAMMER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "REVENGE": { "properties": { "description": { @@ -4547,7 +5169,7 @@ }, "type": "object" }, - "SNEAKY_RUSHER": { + "SLUMBER_FORGED_IN_FIRE": { "properties": { "description": { "type": "string" @@ -4567,7 +5189,7 @@ }, "type": "object" }, - "SNIPER": { + "SLUMBER_HOTEL_REGULAR": { "properties": { "description": { "type": "string" @@ -4587,7 +5209,7 @@ }, "type": "object" }, - "STAY_AWAY_FROM_ME": { + "SLUMBER_HOTEL_VIP": { "properties": { "description": { "type": "string" @@ -4607,7 +5229,7 @@ }, "type": "object" }, - "STRATEGIST": { + "SLUMBER_MILLIONAIRES_CLUB": { "properties": { "description": { "type": "string" @@ -4627,7 +5249,7 @@ }, "type": "object" }, - "SUPER_LOOTER": { + "SLUMBER_SOLD_THE_DREAMSCAPE": { "properties": { "description": { "type": "string" @@ -4647,7 +5269,7 @@ }, "type": "object" }, - "SURVIVOR": { + "SLUMBER_YOUR_JOURNEY_STARTS_HERE": { "properties": { "description": { "type": "string" @@ -4667,7 +5289,7 @@ }, "type": "object" }, - "TEAM_PLAYER": { + "SLUMBER_YOU_DID_IT": { "properties": { "description": { "type": "string" @@ -4687,7 +5309,7 @@ }, "type": "object" }, - "THATS_A_FIRST": { + "SNEAKY_RUSHER": { "properties": { "description": { "type": "string" @@ -4707,7 +5329,7 @@ }, "type": "object" }, - "THE_LAST_OF_US": { + "SNIPER": { "properties": { "description": { "type": "string" @@ -4727,7 +5349,7 @@ }, "type": "object" }, - "ULTIMATE_DEFENSE": { + "STAY_AWAY_FROM_ME": { "properties": { "description": { "type": "string" @@ -4747,7 +5369,7 @@ }, "type": "object" }, - "YOU_CANT_DO_THAT": { + "STRATEGIST": { "properties": { "description": { "type": "string" @@ -4766,69 +5388,173 @@ } }, "type": "object" - } - }, - "type": "object" - }, - "tiered": { - "properties": { - "BEDS": { + }, + "SUPER_LOOTER": { "properties": { "description": { "type": "string" }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" }, - "BEDWARS_CHALLENGER": { + "SURVIVOR": { "properties": { "description": { "type": "string" }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" }, - "BEDWARS_KILLER": { + "TEAM_PLAYER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "THATS_A_FIRST": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "THE_LAST_OF_US": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "ULTIMATE_DEFENSE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "YIELD_OF_DREAMS": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "YOU_CANT_DO_THAT": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "tiered": { + "properties": { + "BEDS": { "properties": { "description": { "type": "string" @@ -4856,7 +5582,7 @@ }, "type": "object" }, - "COLLECTORS_EDITION": { + "BEDWARS_CHALLENGER": { "properties": { "description": { "type": "string" @@ -4884,7 +5610,7 @@ }, "type": "object" }, - "LEVEL": { + "BEDWARS_KILLER": { "properties": { "description": { "type": "string" @@ -4912,7 +5638,94 @@ }, "type": "object" }, - "LOOT_BOX": { + "COLLECTORS_EDITION": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "LEVEL": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "LOOT_BOX": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SLUMBER_TICKET_MASTER": { "properties": { "description": { "type": "string" @@ -6753,6 +7566,26 @@ "properties": { "one_time": { "properties": { + "ALL_KNOWING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ARTIST": { "properties": { "description": { @@ -6873,6 +7706,26 @@ }, "type": "object" }, + "GRAND_SLAM": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "GUESSING_STREAK": { "properties": { "description": { @@ -6933,6 +7786,26 @@ }, "type": "object" }, + "LOCKED_IN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "MOBSTER": { "properties": { "description": { @@ -7053,6 +7926,109 @@ }, "type": "object" }, + "PAID_HOURLY": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "PERFECTCEPTION": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "PERFECTCEPTIONCEPTION": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, + "PERFECTION": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "PERFECTLY_BALANCED": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "PERFECT_HARMONY": { "properties": { "description": { @@ -7073,6 +8049,26 @@ }, "type": "object" }, + "PODIUM_POSITION": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "PROFESSIONAL_BUILDER": { "properties": { "description": { @@ -7113,6 +8109,26 @@ }, "type": "object" }, + "RENOWNED_BUILDER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "STENOGRAPHER": { "properties": { "description": { @@ -7357,6 +8373,62 @@ } }, "type": "object" + }, + "SPEED_BUILDERS_PERFECTIONIST": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SPEED_BUILDERS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" } }, "type": "object" @@ -7467,6 +8539,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -7820,6 +8895,43 @@ "type": "object" }, "HUNT_BEGINS_2023": { + "properties": { + "description": { + "type": "string" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "HUNT_BEGINS_2024": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "HUNT_BEGINS_2025": { "properties": { "description": { "type": "string" @@ -7887,6 +8999,23 @@ }, "type": "object" }, + "KNEAD_NO_MORE": { + "properties": { + "description": { + "type": "string" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "LEGENDARY": { "properties": { "description": { @@ -8166,6 +9295,43 @@ "type": "object" }, "REAL_SANTA_2023": { + "properties": { + "description": { + "type": "string" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "REAL_SANTA_2024": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "REAL_SANTA_2025": { "properties": { "description": { "type": "string" @@ -8530,6 +9696,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -8765,6 +9934,68 @@ "type": "object" }, "ADVENT_2023": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ADVENT_2024": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ADVENT_2025": { "properties": { "description": { "type": "string" @@ -8876,6 +10107,34 @@ }, "type": "object" }, + "PROTEGE": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "SANTA_SAYS_ROUNDS": { "properties": { "description": { @@ -9222,6 +10481,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -9651,6 +10913,26 @@ }, "type": "object" }, + "RUBBING_IT_IN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "RUN_AWAY": { "properties": { "description": { @@ -9692,6 +10974,29 @@ "type": "object" }, "SECRET_ORDER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "SNAZZY": { "properties": { "description": { "type": "string" @@ -9831,6 +11136,26 @@ }, "type": "object" }, + "STYLISTIC": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "SWORDFIGHTER": { "properties": { "description": { @@ -10084,6 +11409,34 @@ }, "type": "object" }, + "ASSASSIN": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "BOMB_SPECIALIST": { "properties": { "description": { @@ -10252,6 +11605,34 @@ }, "type": "object" }, + "PROMISING_RECRUIT": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "SERIAL_KILLER": { "properties": { "description": { @@ -10427,6 +11808,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -10624,6 +12008,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -10744,6 +12131,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -11081,6 +12471,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -11357,11 +12750,126 @@ }, "type": "object" }, + "BED_WARS_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "BLITZ_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "BOW_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "BOXING_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "BRIDGE_DOUBLES_WINS": { "properties": { "description": { "type": "string" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -11390,6 +12898,9 @@ "description": { "type": "string" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -11418,6 +12929,9 @@ "description": { "type": "string" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -11446,6 +12960,9 @@ "description": { "type": "string" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -11498,6 +13015,65 @@ "type": "object" }, "BRIDGE_WIN_STREAK": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "CLASSIC_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "COMBO_DUELS_WINNER": { "properties": { "description": { "type": "string" @@ -11697,6 +13273,261 @@ "type": "object" }, "GOALS": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "MEGA_WALLS_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "NO_DEBUFF_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "OP_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "PARKOUR_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "QUAKECRAFT_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SKYWARS_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SPLEEF_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SUMO_DUELS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "UHC_DUELS_WINNER": { "properties": { "description": { "type": "string" @@ -11729,6 +13560,9 @@ "description": { "type": "string" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -11837,6 +13671,60 @@ "type": "object" }, "ALL_EGGS_2023": { + "properties": { + "description": { + "type": "string" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "ALL_EGGS_2024": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "ALL_EGGS_2025": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "ALL_EGGS_2026": { "properties": { "description": { "type": "string" @@ -12252,6 +14140,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -12414,6 +14305,23 @@ }, "type": "object" }, + "SPRINGY_BINGO": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "SPRING_FISHING": { "properties": { "description": { @@ -12740,6 +14648,23 @@ }, "type": "object" }, + "APRIL_FOOLS_2026": { + "properties": { + "description": { + "type": "string" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "A_LONG_JOURNEY_BEGINS": { "properties": { "description": { @@ -12765,6 +14690,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -12992,6 +14920,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -13026,6 +14957,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -13337,6 +15271,9 @@ "description": { "type": "string" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -14458,6 +16395,43 @@ "type": "object" }, "ALL_BASKETS_2023": { + "properties": { + "description": { + "type": "string" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "ALL_BASKETS_2024": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "ALL_BASKETS_2025": { "properties": { "description": { "type": "string" @@ -14764,6 +16738,43 @@ "type": "object" }, "FIVE_BASKETS_2023": { + "properties": { + "description": { + "type": "string" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "FIVE_BASKETS_2024": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "FIVE_BASKETS_2025": { "properties": { "description": { "type": "string" @@ -14907,6 +16918,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -15120,6 +17134,23 @@ }, "type": "object" }, + "REACH_PUMPKIN_MILESTONE_V": { + "properties": { + "description": { + "type": "string" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "RISING_DEAD": { "properties": { "description": { @@ -15213,6 +17244,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -15230,6 +17264,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -15247,6 +17284,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -16362,6 +18402,46 @@ }, "type": "object" }, + "ALPHAS_PINNACLE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "ASSASSINS_PINNACLE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "BE_THE_HERO": { "properties": { "description": { @@ -16622,6 +18702,26 @@ }, "type": "object" }, + "HAPPY_AND_WINNING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "HIT_BY_SWORD_WHILE_INVINC": { "properties": { "description": { @@ -16882,6 +18982,26 @@ }, "type": "object" }, + "MURDERERS_PINNACLE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "MURDERER_BOW_KILLS": { "properties": { "description": { @@ -17022,6 +19142,26 @@ }, "type": "object" }, + "PRESTIGIOUS": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "REICHENBACH_FALL": { "properties": { "description": { @@ -17356,6 +19496,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -22136,6 +24279,29 @@ }, "type": "object" }, + "DEFEAT_SUN_GECKO": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "DIDNT_MEAN_TO": { "properties": { "description": { @@ -22428,6 +24594,26 @@ }, "type": "object" }, + "EVOLUTION": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "EXISTENTIAL_REVELATIONS": { "properties": { "description": { @@ -22574,6 +24760,29 @@ }, "type": "object" }, + "FINALLY_OVER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "FLAMIN_HOT": { "properties": { "description": { @@ -22634,6 +24843,26 @@ }, "type": "object" }, + "FORGOTTEN_SHRINE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "FORTUNATE": { "properties": { "description": { @@ -22734,6 +24963,29 @@ }, "type": "object" }, + "GENIUS": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "GERONIMO": { "properties": { "description": { @@ -22817,6 +25069,26 @@ }, "type": "object" }, + "GOTCHA": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "GOTTAGOFAST": { "properties": { "description": { @@ -22857,6 +25129,26 @@ }, "type": "object" }, + "HANDYMAN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "HAPPY_HOLIDAYS": { "properties": { "description": { @@ -22897,6 +25189,29 @@ }, "type": "object" }, + "HASTA_LA_VISTA": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "HEART_OF_THE_END": { "properties": { "description": { @@ -23363,6 +25678,26 @@ }, "type": "object" }, + "JADE_DRAGONS_EGG": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "JAKES_MYSTERY": { "properties": { "description": { @@ -23586,6 +25921,29 @@ }, "type": "object" }, + "LILY_MANIA": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "LONG_WAY_DOWN": { "properties": { "description": { @@ -23706,6 +26064,29 @@ }, "type": "object" }, + "MAXIMUM_POWER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "MEAL_FIT_FOR_A_KING": { "properties": { "description": { @@ -23872,6 +26253,29 @@ }, "type": "object" }, + "NOT_THE_EXIT": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "NOT_WORTH_IT_BRO": { "properties": { "description": { @@ -24278,6 +26682,29 @@ }, "type": "object" }, + "RETURN_FROM_BREACH": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "RING_RING_WHOS_THIS": { "properties": { "description": { @@ -24544,7 +26971,7 @@ }, "type": "object" }, - "SHINING_SCALES": { + "SHINE_BRIGHT": { "properties": { "description": { "type": "string" @@ -24564,7 +26991,7 @@ }, "type": "object" }, - "SHOULD_HAVE_STAYED_COOL": { + "SHINING_SCALES": { "properties": { "description": { "type": "string" @@ -24584,7 +27011,7 @@ }, "type": "object" }, - "SHRIMP": { + "SHOULD_HAVE_STAYED_COOL": { "properties": { "description": { "type": "string" @@ -24600,14 +27027,34 @@ }, "points": { "type": "integer" - }, - "secret": { - "type": "boolean" } }, "type": "object" }, - "SIRIUS_BUSINESS": { + "SHRIMP": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, + "SIRIUS_BUSINESS": { "properties": { "description": { "type": "string" @@ -24970,6 +27417,26 @@ }, "type": "object" }, + "THE_FAMILY": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "THE_FLASH": { "properties": { "description": { @@ -25216,6 +27683,29 @@ }, "type": "object" }, + "TOO_MUCH_JOY": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "TO_SPACE_WE_GO": { "properties": { "description": { @@ -25236,6 +27726,29 @@ }, "type": "object" }, + "TRAGEDY_REVERSED": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "TREASURE_FISHING": { "properties": { "description": { @@ -25399,7 +27912,7 @@ }, "type": "object" }, - "WATCH_ME_SHINE": { + "WATCHFUL_PRESENCE": { "properties": { "description": { "type": "string" @@ -25415,11 +27928,14 @@ }, "points": { "type": "integer" + }, + "secret": { + "type": "boolean" } }, "type": "object" }, - "WATER_SWORD": { + "WATCH_ME_SHINE": { "properties": { "description": { "type": "string" @@ -25439,7 +27955,7 @@ }, "type": "object" }, - "WELCOME_TO_MY_FACTORY": { + "WATER_SWORD": { "properties": { "description": { "type": "string" @@ -25459,7 +27975,7 @@ }, "type": "object" }, - "WONDERFUL_TREASURES": { + "WEIRD_SCIENCE": { "properties": { "description": { "type": "string" @@ -25479,7 +27995,7 @@ }, "type": "object" }, - "WORTH_IT": { + "WELCOME_TO_MY_FACTORY": { "properties": { "description": { "type": "string" @@ -25499,7 +28015,7 @@ }, "type": "object" }, - "WOW_USEFUL": { + "WIZARD_FOOD_CHAIN": { "properties": { "description": { "type": "string" @@ -25515,11 +28031,14 @@ }, "points": { "type": "integer" + }, + "secret": { + "type": "boolean" } }, "type": "object" }, - "YOUR_ADVENTURE_BEGINS": { + "WONDERFUL_TREASURES": { "properties": { "description": { "type": "string" @@ -25539,7 +28058,7 @@ }, "type": "object" }, - "YOUR_BIG_BREAK": { + "WORTH_IT": { "properties": { "description": { "type": "string" @@ -25559,7 +28078,7 @@ }, "type": "object" }, - "YUCKY": { + "WOW_USEFUL": { "properties": { "description": { "type": "string" @@ -25579,7 +28098,7 @@ }, "type": "object" }, - "ZOOKEEPER": { + "YOUR_ADVENTURE_BEGINS": { "properties": { "description": { "type": "string" @@ -25598,125 +28117,96 @@ } }, "type": "object" - } - }, - "type": "object" - }, - "tiered": { - "properties": { - "ANGLER": { + }, + "YOUR_BIG_BREAK": { "properties": { "description": { "type": "string" }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" }, - "AUGMENTATION": { + "YUCKY": { "properties": { "description": { "type": "string" }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" }, - "COMBAT": { + "ZOOKEEPER": { "properties": { "description": { "type": "string" }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" }, - "CONCOCTOR": { + "ZOOP": { "properties": { "description": { "type": "string" }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" } }, "type": "object" - }, - "CRYSTAL_NUCLEUS": { + } + }, + "type": "object" + }, + "tiered": { + "properties": { + "ANGLER": { "properties": { "description": { "type": "string" @@ -25744,7 +28234,7 @@ }, "type": "object" }, - "CURATOR": { + "AUGMENTATION": { "properties": { "description": { "type": "string" @@ -25772,7 +28262,7 @@ }, "type": "object" }, - "DIVANS_TREASURES": { + "COMBAT": { "properties": { "description": { "type": "string" @@ -25800,7 +28290,7 @@ }, "type": "object" }, - "DOMESTICATOR": { + "CONCOCTOR": { "properties": { "description": { "type": "string" @@ -25828,7 +28318,7 @@ }, "type": "object" }, - "DUNGEONEER": { + "CRYSTAL_NUCLEUS": { "properties": { "description": { "type": "string" @@ -25856,7 +28346,7 @@ }, "type": "object" }, - "EXCAVATOR": { + "CURATOR": { "properties": { "description": { "type": "string" @@ -25884,7 +28374,7 @@ }, "type": "object" }, - "GATHERER": { + "DIVANS_TREASURES": { "properties": { "description": { "type": "string" @@ -25912,7 +28402,7 @@ }, "type": "object" }, - "GOBLIN_KILLER": { + "DOMESTICATOR": { "properties": { "description": { "type": "string" @@ -25940,7 +28430,7 @@ }, "type": "object" }, - "HARD_WORKING_MINER": { + "DUNGEONEER": { "properties": { "description": { "type": "string" @@ -25968,7 +28458,7 @@ }, "type": "object" }, - "HARVESTER": { + "EXCAVATOR": { "properties": { "description": { "type": "string" @@ -25996,7 +28486,7 @@ }, "type": "object" }, - "MINION_LOVER": { + "GATHERER": { "properties": { "description": { "type": "string" @@ -26024,7 +28514,7 @@ }, "type": "object" }, - "PEOPLE_PLEASER": { + "GOBLIN_KILLER": { "properties": { "description": { "type": "string" @@ -26052,7 +28542,7 @@ }, "type": "object" }, - "SB_LEVELS": { + "HARD_WORKING_MINER": { "properties": { "description": { "type": "string" @@ -26080,7 +28570,147 @@ }, "type": "object" }, - "SLAYER": { + "HARVESTER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "MINION_LOVER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "PEOPLE_PLEASER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "PREDATOR": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SB_LEVELS": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SLAYER": { "properties": { "description": { "type": "string" @@ -27095,6 +29725,26 @@ "properties": { "one_time": { "properties": { + "ALL_PERKS": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ASHES_TO_ASHES": { "properties": { "description": { @@ -27152,6 +29802,46 @@ }, "type": "object" }, + "BLASPHEMOUS": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "CHALLENGER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "CHALLENGE_ARCHER": { "properties": { "description": { @@ -27389,6 +30079,26 @@ }, "type": "object" }, + "DIGGING_THROUGH_THE_DESCENT": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "DONATOR": { "properties": { "description": { @@ -27791,6 +30501,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -28248,6 +30961,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -28443,35 +31159,7 @@ }, "type": "object" }, - "KILLS_SOLO": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" - }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "KILLS_TEAM": { + "KILLS_MINI": { "properties": { "description": { "type": "string" @@ -28499,7 +31187,7 @@ }, "type": "object" }, - "KITS_MEGA": { + "KILLS_SOLO": { "properties": { "description": { "type": "string" @@ -28527,7 +31215,7 @@ }, "type": "object" }, - "KITS_SOLO": { + "KILLS_TEAM": { "properties": { "description": { "type": "string" @@ -28555,7 +31243,63 @@ }, "type": "object" }, - "KITS_TEAM": { + "KITS_MEGA": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "KITS_SOLO": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "KITS_TEAM": { "properties": { "description": { "type": "string" @@ -28723,6 +31467,34 @@ }, "type": "object" }, + "WINS_MINI": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "WINS_SOLO": { "properties": { "description": { @@ -29733,6 +32505,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -29818,6 +32593,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -29895,6 +32673,23 @@ }, "type": "object" }, + "RELAXING_BINGO": { + "properties": { + "description": { + "type": "string" + }, + "legacy": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ROASTED": { "properties": { "description": { @@ -30894,6 +33689,26 @@ "properties": { "one_time": { "properties": { + "BEYOND_EXPECTATIONS": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "BOW_SPLEEF_DOUBLE_JUMP_UPGRADE": { "properties": { "description": { @@ -30905,6 +33720,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -30925,6 +33743,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -30965,6 +33786,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -30985,6 +33809,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -31014,6 +33841,26 @@ }, "type": "object" }, + "CANT_STOP_WONT_STOP": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "COMBO": { "properties": { "description": { @@ -31114,6 +33961,26 @@ }, "type": "object" }, + "FREE_POINTS": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "GRAND_MASTER": { "properties": { "description": { @@ -31154,6 +34021,46 @@ }, "type": "object" }, + "HOLE_IN_MY_POCKET": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "INFINITE_JUMP_GLITCH": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "JACK_OF_ALL": { "properties": { "description": { @@ -31194,6 +34101,26 @@ }, "type": "object" }, + "LEAVE_ME_ALONE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "LUCKY": { "properties": { "description": { @@ -31285,6 +34212,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -31525,6 +34455,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -31574,6 +34507,26 @@ }, "type": "object" }, + "QUARANTINE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "RUN_POTIONS": { "properties": { "description": { @@ -31814,6 +34767,26 @@ }, "type": "object" }, + "THERE_AND_BACK_AGAIN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "TIMER": { "properties": { "description": { @@ -32065,6 +35038,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -32314,6 +35290,26 @@ }, "type": "object" }, + "VARIETY_SHOW": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "WIN_STREAK": { "properties": { "description": { @@ -32385,6 +35381,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -32425,6 +35424,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -32613,237 +35615,313 @@ } }, "type": "object" - } - }, - "type": "object" - }, - "tiered": { - "properties": { - "BLOCK_RUNNER": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" - }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "BOW_SPLEEF_WINS": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" - }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" }, - "CLINIC": { + "WRONG_GAME": { "properties": { "description": { "type": "string" }, - "name": { - "type": "string" - }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "PVP_RUN_KILLER": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" - }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "PVP_RUN_WINS": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" - }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "TNT_BANKER": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" - }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "TNT_RUN_WINS": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" + "gamePercentUnlocked": { + "type": "number" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "TNT_TAG_WINS": { - "properties": { - "description": { - "type": "string" + "globalPercentUnlocked": { + "type": "number" }, "name": { "type": "string" }, - "tiers": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "points": { - "type": "integer" - }, - "tier": { - "type": "integer" - } - }, - "type": "object" - }, - "type": "array" + "points": { + "type": "integer" } }, "type": "object" - }, - "TNT_TRIATHLON": { + } + }, + "type": "object" + }, + "tiered": { + "properties": { + "BLOCK_RUNNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "BOW_SPLEEF_WINS": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "CLINIC": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "POWER_HUNGRY": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "PVP_RUN_KILLER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "PVP_RUN_WINS": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "THE_UPPER_HAND": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "TNT_BANKER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "TNT_RUN_WINS": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "TNT_TAG_WINS": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "TNT_TRIATHLON": { "properties": { "description": { "type": "string" @@ -34086,6 +37164,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -36541,6 +39622,26 @@ "properties": { "one_time": { "properties": { + "ABIL_SPAMMER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ADVANCED_STRATEGIES": { "properties": { "description": { @@ -36552,6 +39653,9 @@ "globalPercentUnlocked": { "type": "number" }, + "legacy": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -36601,6 +39705,26 @@ }, "type": "object" }, + "ASHES_TO_ASHES": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ASHES_TO_BASHES": { "properties": { "description": { @@ -36701,6 +39825,26 @@ }, "type": "object" }, + "BEYOND_THE_GRAVE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "BIOLOGICAL_RESTORATION": { "properties": { "description": { @@ -36741,6 +39885,26 @@ }, "type": "object" }, + "BLAZECALLER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "BLAZE_PARTY": { "properties": { "description": { @@ -36881,6 +40045,26 @@ }, "type": "object" }, + "BURIAL_AT_SEA": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "CAKE_HUNTER_2": { "properties": { "description": { @@ -36901,6 +40085,26 @@ }, "type": "object" }, + "CALL_IT_A_COMEBACK": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "CAPTAIN_COMBO": { "properties": { "description": { @@ -36921,6 +40125,26 @@ }, "type": "object" }, + "CHASED_DOWN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "CHILL_SNIPER": { "properties": { "description": { @@ -36961,6 +40185,26 @@ }, "type": "object" }, + "COLLATERAL": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "COLLECTOR": { "properties": { "description": { @@ -37021,6 +40265,49 @@ }, "type": "object" }, + "COMPLETIONIST": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "CONFIGURATION": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "CONSTRUCTOR": { "properties": { "description": { @@ -37041,6 +40328,46 @@ }, "type": "object" }, + "CONTRACT_KILLER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "CROSSFIRE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "CRUISING_FLAMES": { "properties": { "description": { @@ -37061,6 +40388,26 @@ }, "type": "object" }, + "CURRENT_OBJECTIVE_SURVIVE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "DEATH_FROM_ABOVE": { "properties": { "description": { @@ -37081,6 +40428,46 @@ }, "type": "object" }, + "DELAYING_THE_INEVITABLE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DERPBRINES_REVENGE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "DONT_BLINK": { "properties": { "description": { @@ -37101,6 +40488,46 @@ }, "type": "object" }, + "DRAGONBORN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "DRAGONS_EYE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "EMP": { "properties": { "description": { @@ -37121,6 +40548,26 @@ }, "type": "object" }, + "END_TO_END": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ESC": { "properties": { "description": { @@ -37141,6 +40588,26 @@ }, "type": "object" }, + "EVERBLIND": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "EXCHANGE": { "properties": { "description": { @@ -37161,6 +40628,26 @@ }, "type": "object" }, + "EXPLOSIVE_ENDING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "FAILED_EXPERIMENT": { "properties": { "description": { @@ -37201,6 +40688,26 @@ }, "type": "object" }, + "FIERY_TOMB": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "FIND_CHEST": { "properties": { "description": { @@ -37221,6 +40728,26 @@ }, "type": "object" }, + "FINE_DINING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "FIRE_IN_THE_HOLE": { "properties": { "description": { @@ -37281,6 +40808,26 @@ }, "type": "object" }, + "FRIGHTFUL_FLAMES": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "FROSTY_FRIENDSHIP": { "properties": { "description": { @@ -37301,6 +40848,26 @@ }, "type": "object" }, + "GATHERING_TALENT_INDEED": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "GERONIMO": { "properties": { "description": { @@ -37361,6 +40928,26 @@ }, "type": "object" }, + "GRAVE_DIGGER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "GRAVE_ROBBER": { "properties": { "description": { @@ -37401,6 +40988,26 @@ }, "type": "object" }, + "GUARDIAN_ANGEL": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "HAMMER_DOWN": { "properties": { "description": { @@ -37521,6 +41128,26 @@ }, "type": "object" }, + "HOWLING_MOON": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "HUG_ME": { "properties": { "description": { @@ -37561,6 +41188,26 @@ }, "type": "object" }, + "INSTABOOM": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "INTO_THE_FUTURE": { "properties": { "description": { @@ -37601,6 +41248,26 @@ }, "type": "object" }, + "IRON_HEARTED": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ITS_ALL_OGRE_NOW": { "properties": { "description": { @@ -37641,6 +41308,26 @@ }, "type": "object" }, + "I_DONT_FEEL_SO_GOOD": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "I_FEEL_SICK": { "properties": { "description": { @@ -37661,6 +41348,66 @@ }, "type": "object" }, + "JUDGEMENT_CALL": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "KINGMAKER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "LADY_LUCK": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "LASER_PRECISION": { "properties": { "description": { @@ -37681,6 +41428,26 @@ }, "type": "object" }, + "LEGENDARY_ANGEL": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "LEGENDARY_ARCANIST": { "properties": { "description": { @@ -37801,6 +41568,26 @@ }, "type": "object" }, + "LEGENDARY_DRAGON": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "LEGENDARY_DREADLORD": { "properties": { "description": { @@ -38041,6 +41828,26 @@ }, "type": "object" }, + "LEGENDARY_SHEEP": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "LEGENDARY_SKELETON": { "properties": { "description": { @@ -38161,6 +41968,46 @@ }, "type": "object" }, + "LIGHT_EM_UP": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "LIVING_ON_THE_EDGE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "LOUIS": { "properties": { "description": { @@ -38201,6 +42048,26 @@ }, "type": "object" }, + "MAGICAL_PARTY": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "MAGNATE": { "properties": { "description": { @@ -38481,6 +42348,26 @@ }, "type": "object" }, + "MR_CLUTCHERSON": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "MUCH_DOGS": { "properties": { "description": { @@ -38561,6 +42448,26 @@ }, "type": "object" }, + "NOM_NOM": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "NOT_A_GOLEM": { "properties": { "description": { @@ -38581,6 +42488,86 @@ }, "type": "object" }, + "OCEANS_DEFENDER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "OCEANS_EXPLORER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "ONE_GIANT_LEAP": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "ONE_WITH_NATURE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ON_POINT": { "properties": { "description": { @@ -38621,6 +42608,26 @@ }, "type": "object" }, + "PERFECT_DISGUISE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "POTIONS_OF_DEATH": { "properties": { "description": { @@ -38641,6 +42648,26 @@ }, "type": "object" }, + "RANGED_TRAINING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "READY_SET_BOOM": { "properties": { "description": { @@ -38661,6 +42688,26 @@ }, "type": "object" }, + "REBORN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "RECYCLING": { "properties": { "description": { @@ -38721,6 +42768,26 @@ }, "type": "object" }, + "REWRITING_FATE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "RUSHLORD": { "properties": { "description": { @@ -38801,6 +42868,46 @@ }, "type": "object" }, + "SIMMER_DOWN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "SIXTY_FEET_UNDER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "SKELETONS_BEST_FRIEND": { "properties": { "description": { @@ -38881,6 +42988,46 @@ }, "type": "object" }, + "SNOWBALL_FIGHT": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "SOULS_BOUND": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "SPEEDY_MINEMAN": { "properties": { "description": { @@ -38981,6 +43128,46 @@ }, "type": "object" }, + "TARGET_ELIMINATED": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "TEAMKILL": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "TEAM_PLAYER": { "properties": { "description": { @@ -39041,6 +43228,66 @@ }, "type": "object" }, + "THE_CHOSEN_FEW": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "THE_HAND_THAT_FEEDS": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "THINK_TWICE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "THIS_IS_MY_FINAL_FORM": { "properties": { "description": { @@ -39181,6 +43428,26 @@ }, "type": "object" }, + "TOUGH_SKIN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "TO_INFINITY": { "properties": { "description": { @@ -39221,6 +43488,46 @@ }, "type": "object" }, + "TRIPLESHOT": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "TRUE_TELEPORTER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "TRUST_ME_IM_A_DOCTOR": { "properties": { "description": { @@ -39241,6 +43548,46 @@ }, "type": "object" }, + "UNBRIDLED_RICHES": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "UNSTOPPABLE_FORCE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "UNTOUCHABLE": { "properties": { "description": { @@ -39261,6 +43608,46 @@ }, "type": "object" }, + "UNWAVERING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "VEGETARIAN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "VETERAN": { "properties": { "description": { @@ -39401,6 +43788,46 @@ }, "type": "object" }, + "WOOLLY_RESPITE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "WORLD_ENDER": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "WUNDERBAR": { "properties": { "description": { @@ -39441,6 +43868,26 @@ }, "type": "object" }, + "YOUNG_THUG": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "YOU_SHALL_NOT_PASS": { "properties": { "description": { @@ -41011,6 +45458,66 @@ }, "type": "object" }, + "ALL_ABOARD": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "CHROMATIC": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "COMEBACK": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ENDERMAN": { "properties": { "description": { @@ -41034,6 +45541,66 @@ }, "type": "object" }, + "FAIR_AND_SQUARE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "FASHIONABLY_LATE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "FIRST": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "FIRST_BLOOD": { "properties": { "description": { @@ -41054,6 +45621,26 @@ }, "type": "object" }, + "HEY_THERE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "ITS_DARK_DOWN_THERE": { "properties": { "description": { @@ -41074,6 +45661,26 @@ }, "type": "object" }, + "I_CAN_BE_ANYTHING": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "KEYSTONE": { "properties": { "description": { @@ -41094,6 +45701,29 @@ }, "type": "object" }, + "MAGICIAN": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "MERCILESS": { "properties": { "description": { @@ -41114,6 +45744,169 @@ }, "type": "object" }, + "MISSING_THE_POINT": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "MVP": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "NINJA": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "NO_NEED_BRO": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "RESILIENT": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "RIGHT_PLACE_RIGHT_TIME": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "SAFETY_IS_AN_ILLUSION": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, + "SHOPPING_FOR_WOOL": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + }, + "secret": { + "type": "boolean" + } + }, + "type": "object" + }, "STOCK_PILE": { "properties": { "description": { @@ -41154,6 +45947,26 @@ }, "type": "object" }, + "THE_BEST_OFFENSE": { + "properties": { + "description": { + "type": "string" + }, + "gamePercentUnlocked": { + "type": "number" + }, + "globalPercentUnlocked": { + "type": "number" + }, + "name": { + "type": "string" + }, + "points": { + "type": "integer" + } + }, + "type": "object" + }, "TOP_KILLER": { "properties": { "description": { @@ -41199,6 +46012,62 @@ }, "tiered": { "properties": { + "CAPTURE_THE_WOOL_SLAYER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "CAPTURE_THE_WOOL_SMUGGLER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "MOUNTAIN_OF_WOOL": { "properties": { "description": { @@ -41227,6 +46096,118 @@ }, "type": "object" }, + "SHEEP_WARS_SHARPSHOOTER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SHEEP_WARS_SHEEP_SLAYER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SHEEP_WARS_SLAYER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SHEEP_WARS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "WOOL_CONTEST": { "properties": { "description": { @@ -41283,6 +46264,90 @@ }, "type": "object" }, + "WOOL_WARS_CAPTURER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "WOOL_WARS_SLAYER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "WOOL_WARS_WINNER": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "points": { + "type": "integer" + }, + "tier": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "WOOL_WINS": { "properties": { "description": { diff --git a/packages/schemas/src/schemas/hypixel/resources/games.json b/packages/schemas/src/schemas/hypixel/resources/games.json index b72688b0..66b8f460 100644 --- a/packages/schemas/src/schemas/hypixel/resources/games.json +++ b/packages/schemas/src/schemas/hypixel/resources/games.json @@ -121,6 +121,9 @@ "BEDWARS_EIGHT_ONE": { "type": "string" }, + "BEDWARS_EIGHT_ONE_ONEBLOCK": { + "type": "string" + }, "BEDWARS_EIGHT_ONE_RUSH": { "type": "string" }, @@ -169,6 +172,9 @@ "BEDWARS_FOUR_FOUR_SWAP": { "type": "string" }, + "BEDWARS_FOUR_FOUR_TOURNEY": { + "type": "string" + }, "BEDWARS_FOUR_FOUR_ULTIMATE": { "type": "string" }, @@ -227,6 +233,9 @@ "BUILD_BATTLE_SOLO_PRO": { "type": "string" }, + "BUILD_BATTLE_SPEED_BUILDERS": { + "type": "string" + }, "BUILD_BATTLE_TEAMS_NORMAL": { "type": "string" } @@ -407,6 +416,14 @@ "id": { "type": "integer" }, + "modeNames": { + "properties": { + "DEFUSAL_TOURNEY": { + "type": "string" + } + }, + "type": "object" + }, "name": { "type": "string" } @@ -660,6 +677,9 @@ "ranked_normal": { "type": "string" }, + "solo_crazyinsane": { + "type": "string" + }, "solo_insane": { "type": "string" }, @@ -696,8 +716,14 @@ "teams_insane_tnt_madness": { "type": "string" }, + "teams_insane_tourney": { + "type": "string" + }, "teams_normal": { "type": "string" + }, + "teams_normal_tourney": { + "type": "string" } }, "type": "object" @@ -893,6 +919,15 @@ }, "modeNames": { "properties": { + "capture_the_wool_two_twenty": { + "type": "string" + }, + "sheep_wars_two_six": { + "type": "string" + }, + "wool_wars_two_four": { + "type": "string" + }, "wool_wars_two_four_tourney": { "type": "string" } diff --git a/packages/schemas/src/schemas/hypixel/resources/skyblock/collections.json b/packages/schemas/src/schemas/hypixel/resources/skyblock/collections.json index 4329c00a..ef12e043 100644 --- a/packages/schemas/src/schemas/hypixel/resources/skyblock/collections.json +++ b/packages/schemas/src/schemas/hypixel/resources/skyblock/collections.json @@ -445,6 +445,37 @@ }, "type": "object" }, + "DOUBLE_PLANT": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "FEATHER": { "properties": { "maxTiers": { @@ -569,6 +600,37 @@ }, "type": "object" }, + "MOONFLOWER": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "MUSHROOM_COLLECTION": { "properties": { "maxTiers": { @@ -909,6 +971,37 @@ } }, "type": "object" + }, + "WILD_ROSE": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" } }, "type": "object" @@ -985,6 +1078,37 @@ }, "type": "object" }, + "LOTUS": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "MAGMA_FISH": { "properties": { "maxTiers": { @@ -1277,6 +1401,37 @@ "properties": { "items": { "properties": { + "FIG_LOG": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "LOG": { "properties": { "maxTiers": { @@ -1462,6 +1617,161 @@ } }, "type": "object" + }, + "LUSHLILAC": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "MANGROVE_LOG": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "SEA_LUMIES": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "TENDER_WOOD": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "VINESAP": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" } }, "type": "object" @@ -1662,6 +1972,37 @@ }, "type": "object" }, + "GLACITE": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "GLOWSTONE_DUST": { "properties": { "maxTiers": { @@ -2157,6 +2498,68 @@ } }, "type": "object" + }, + "TUNGSTEN": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "UMBER": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" } }, "type": "object" @@ -2326,6 +2729,37 @@ }, "type": "object" }, + "TIMITE": { + "properties": { + "maxTiers": { + "type": "integer" + }, + "name": { + "type": "string" + }, + "tiers": { + "items": { + "properties": { + "amountRequired": { + "type": "integer" + }, + "tier": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, "WILTED_BERBERIS": { "properties": { "maxTiers": { diff --git a/packages/schemas/src/schemas/hypixel/resources/skyblock/election.json b/packages/schemas/src/schemas/hypixel/resources/skyblock/election.json index aaf3bd84..e3009069 100644 --- a/packages/schemas/src/schemas/hypixel/resources/skyblock/election.json +++ b/packages/schemas/src/schemas/hypixel/resources/skyblock/election.json @@ -41,6 +41,9 @@ "description": { "type": "string" }, + "minister": { + "type": "boolean" + }, "name": { "type": "string" } @@ -66,6 +69,31 @@ "key": { "type": "string" }, + "minister": { + "properties": { + "key": { + "type": "string" + }, + "name": { + "type": "string" + }, + "perk": { + "properties": { + "description": { + "type": "string" + }, + "minister": { + "type": "boolean" + }, + "name": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, "name": { "type": "string" }, diff --git a/packages/schemas/src/schemas/hypixel/resources/skyblock/items.json b/packages/schemas/src/schemas/hypixel/resources/skyblock/items.json index 960f5a78..ea799e9e 100644 --- a/packages/schemas/src/schemas/hypixel/resources/skyblock/items.json +++ b/packages/schemas/src/schemas/hypixel/resources/skyblock/items.json @@ -25,12 +25,45 @@ "definitions": { "HypixelSkyBlockItem": { "properties": { + "MINING_FORTUNE": { + "type": "integer" + }, "ability_damage_scaling": { "type": "number" }, + "can_auction": { + "type": "boolean" + }, + "can_burn_in_furnace": { + "type": "boolean" + }, "can_have_attributes": { "type": "boolean" }, + "can_have_booster": { + "type": "boolean" + }, + "can_have_power_scroll": { + "type": "boolean" + }, + "can_interact": { + "type": "boolean" + }, + "can_interact_entity": { + "type": "boolean" + }, + "can_interact_right_click": { + "type": "boolean" + }, + "can_place": { + "type": "boolean" + }, + "can_recombobulate": { + "type": "boolean" + }, + "can_trade": { + "type": "boolean" + }, "cannot_reforge": { "type": "boolean" }, @@ -54,15 +87,59 @@ "category": { "type": "string" }, + "category_display": { + "type": "string" + }, "color": { "type": "string" }, + "components": { + "items": { + "properties": { + "allow_duplicates": { + "type": "boolean" + }, + "excluded_items": { + "items": { + "type": "string" + }, + "type": "array" + }, + "show_items_first": { + "items": { + "type": "string" + }, + "type": "array" + }, + "show_items_last": { + "items": { + "type": "string" + }, + "type": "array" + }, + "sort_by_accessory_tier": { + "type": "boolean" + }, + "sort_by_category": { + "type": "boolean" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, "crystal": { "type": "string" }, "description": { "type": "string" }, + "double_tap_to_drop": { + "type": "boolean" + }, "dungeon_item": { "type": "boolean" }, @@ -78,7 +155,17 @@ "type": "object" }, "durability": { - "type": "integer" + "anyOf": [ + { + "type": "integer" + }, + { + "type": "string" + } + ] + }, + "editioned": { + "type": "boolean" }, "enchantments": { "properties": { @@ -130,6 +217,9 @@ "sharpness": { "type": "integer" }, + "thorns": { + "type": "integer" + }, "transylvanian": { "type": "integer" }, @@ -174,6 +264,26 @@ }, "type": "array" }, + "requirements": { + "items": { + "properties": { + "data_key": { + "type": "string" + }, + "operator": { + "type": "string" + }, + "type": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, "slot_type": { "type": "string" } @@ -191,12 +301,31 @@ "glowing": { "type": "boolean" }, + "has_uuid": { + "anyOf": [ + { + "type": "boolean" + }, + { + "type": "string" + } + ] + }, + "hide_from_api": { + "type": "boolean" + }, "hide_from_viewrecipe_command": { "type": "boolean" }, "id": { "type": "string" }, + "is_upgradeable_without_soulbinding": { + "type": "boolean" + }, + "item_model": { + "type": "string" + }, "item_specific": { "properties": { "bonus_experience_chance": { @@ -223,9 +352,26 @@ "can_play_tictactoe": { "type": "boolean" }, + "capture_skins": { + "items": { + "properties": { + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, "charges": { "type": "number" }, + "chisel_charges": { + "type": "integer" + }, "city_project": { "type": "string" }, @@ -241,6 +387,17 @@ "damage_per_player": { "type": "number" }, + "default_skin": { + "properties": { + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, "duration_seconds": { "type": "number" }, @@ -265,6 +422,17 @@ "name": { "type": "string" }, + "skin": { + "properties": { + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, "skin_value": { "type": "string" } @@ -315,12 +483,32 @@ "memorable_event_key": { "type": "string" }, + "model": { + "type": "string" + }, "motes_on_join_per_eat": { "type": "number" }, "motes_percent_per_eat": { "type": "number" }, + "particle_color": { + "properties": { + "blue": { + "type": "integer" + }, + "green": { + "type": "integer" + }, + "red": { + "type": "integer" + } + }, + "type": "object" + }, + "permanent_cactus_fortune": { + "type": "integer" + }, "permanent_crops_farming_fortune": { "type": "number" }, @@ -341,9 +529,40 @@ "location_tag": { "type": "string" }, + "objective_requirement": { + "properties": { + "objective_id": { + "type": "string" + }, + "objective_status": { + "type": "string" + } + }, + "type": "object" + }, "offset": { "type": "string" }, + "requirements": { + "items": { + "properties": { + "level": { + "type": "integer" + }, + "quest": { + "type": "string" + }, + "skill": { + "type": "string" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, "schematic_file": { "type": "string" }, @@ -367,6 +586,31 @@ "range_blocks": { "type": "number" }, + "rarity_skins": { + "items": { + "properties": { + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "ray_texture": { + "properties": { + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, "regained_rift_time": { "type": "number" }, @@ -501,66 +745,1414 @@ } }, "type": "object" - } - }, - "type": "object" - }, - "lose_motes_value_on_transfer": { - "type": "boolean" - }, - "material": { - "type": "string" - }, - "motes_sell_price": { - "type": "number" - }, - "museum": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "npc_sell_price": { - "type": "number" - }, - "origin": { - "type": "string" - }, - "prestige": { - "properties": { - "costs": { - "items": { - "properties": { - "amount": { - "type": "integer" + }, + "swappables": { + "properties": { + "black": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } }, - "essence_type": { - "type": "string" + "type": "object" + }, + "blue": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } }, - "item_id": { - "type": "string" + "type": "object" + }, + "brown": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } }, - "type": { - "type": "string" - } + "type": "object" }, - "type": "object" - }, - "type": "array" - }, - "item_id": { - "type": "string" - } - }, - "type": "object" - }, - "private_island": { - "type": "string" - }, - "rarity_salvageable": { - "type": "boolean" - }, - "requirements": { + "cyan": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "gray": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "green": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "light_blue": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "lime": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "magenta": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "orange": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "pink": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "purple": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "red": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "silver": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "white": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "yellow": { + "properties": { + "color": { + "type": "string" + }, + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "lose_motes_value_on_transfer": { + "type": "boolean" + }, + "material": { + "type": "string" + }, + "motes_sell_price": { + "type": "number" + }, + "museum": { + "type": "boolean" + }, + "museum_data": { + "properties": { + "armor_set_donation_xp": { + "properties": { + "ABYSSAL": { + "type": "integer" + }, + "ADAPTIVE": { + "type": "integer" + }, + "ANGLER": { + "type": "integer" + }, + "ARACHNE": { + "type": "integer" + }, + "ARMOR_OF_THE_PACK": { + "type": "integer" + }, + "ARMOR_OF_YOG": { + "type": "integer" + }, + "AURORA": { + "type": "integer" + }, + "BACKWATER": { + "type": "integer" + }, + "BAT_PERSON": { + "type": "integer" + }, + "BERSERKER": { + "type": "integer" + }, + "BIOHAZARD": { + "type": "integer" + }, + "BLAZE": { + "type": "integer" + }, + "BLOSSOM": { + "type": "integer" + }, + "BOUNCY": { + "type": "integer" + }, + "BRONZE_HUNTER": { + "type": "integer" + }, + "CACTUS": { + "type": "integer" + }, + "CANOPY": { + "type": "integer" + }, + "CELESTE": { + "type": "integer" + }, + "CHALLENGER": { + "type": "integer" + }, + "CHEAP_TUXEDO": { + "type": "integer" + }, + "CRIMSON": { + "type": "integer" + }, + "CRIMSON_HUNTER": { + "type": "integer" + }, + "CROPIE": { + "type": "integer" + }, + "CRYSTAL": { + "type": "integer" + }, + "DIAMOND_HUNTER": { + "type": "integer" + }, + "DIVAN": { + "type": "integer" + }, + "DIVAN_EQUIPMENT": { + "type": "integer" + }, + "DIVER": { + "type": "integer" + }, + "ELEANOR": { + "type": "integer" + }, + "ELEGANT_TUXEDO": { + "type": "integer" + }, + "EMERALD_ARMOR": { + "type": "integer" + }, + "END": { + "type": "integer" + }, + "FAIRY": { + "type": "integer" + }, + "FANCY_TUXEDO": { + "type": "integer" + }, + "FARM_ARMOR": { + "type": "integer" + }, + "FARM_SUIT": { + "type": "integer" + }, + "FERMENTO": { + "type": "integer" + }, + "FERVOR": { + "type": "integer" + }, + "FIG": { + "type": "integer" + }, + "FINAL_DESTINATION": { + "type": "integer" + }, + "FINWAVE": { + "type": "integer" + }, + "FISHERMAN": { + "type": "integer" + }, + "FLAME_BREAKER": { + "type": "integer" + }, + "FROZEN": { + "type": "integer" + }, + "FROZEN_BLAZE": { + "type": "integer" + }, + "GEMSTONE": { + "type": "integer" + }, + "GILLSPLASH": { + "type": "integer" + }, + "GLACITE": { + "type": "integer" + }, + "GLOSSY_MINERAL": { + "type": "integer" + }, + "GOBLIN": { + "type": "integer" + }, + "GOLD_HUNTER": { + "type": "integer" + }, + "GOLEM_ARMOR": { + "type": "integer" + }, + "GROWTH": { + "type": "integer" + }, + "HARDENED_DIAMOND": { + "type": "integer" + }, + "HEAT": { + "type": "integer" + }, + "HEAVY": { + "type": "integer" + }, + "HELIANTHUS": { + "type": "integer" + }, + "HOLLOW": { + "type": "integer" + }, + "HOLY_DRAGON": { + "type": "integer" + }, + "ICHTHYIC": { + "type": "integer" + }, + "LAPIS_ARMOR": { + "type": "integer" + }, + "LAVA_SEA_CREATURE": { + "type": "integer" + }, + "LEAFLET": { + "type": "integer" + }, + "LOTUS": { + "type": "integer" + }, + "MAGMA_LORD": { + "type": "integer" + }, + "MANGROVE": { + "type": "integer" + }, + "MASTIFF": { + "type": "integer" + }, + "MELON": { + "type": "integer" + }, + "MERCENARY": { + "type": "integer" + }, + "MINERAL": { + "type": "integer" + }, + "MINER_OUTFIT": { + "type": "integer" + }, + "MITHRIL": { + "type": "integer" + }, + "MOLTEN": { + "type": "integer" + }, + "MONSTER_HUNTER": { + "type": "integer" + }, + "MONSTER_RAIDER": { + "type": "integer" + }, + "MUSHROOM": { + "type": "integer" + }, + "MYTHOS": { + "type": "integer" + }, + "NECROMANCER_LORD": { + "type": "integer" + }, + "NUTCRACKER": { + "type": "integer" + }, + "OLD_DRAGON": { + "type": "integer" + }, + "PARK": { + "type": "integer" + }, + "PARTY": { + "type": "integer" + }, + "PERFECT_TIER_12": { + "type": "integer" + }, + "PERFECT_TIER_13": { + "type": "integer" + }, + "PESTHUNTER": { + "type": "integer" + }, + "POWER_WITHER": { + "type": "integer" + }, + "PRIMORDIAL": { + "type": "integer" + }, + "PROTECTOR_DRAGON": { + "type": "integer" + }, + "PUMPKIN": { + "type": "integer" + }, + "RABBIT": { + "type": "integer" + }, + "RAMPART": { + "type": "integer" + }, + "REAPER": { + "type": "integer" + }, + "REKINDLED_EMBER": { + "type": "integer" + }, + "REVENANT": { + "type": "integer" + }, + "ROSETTA": { + "type": "integer" + }, + "ROTTEN": { + "type": "integer" + }, + "SALMON_NEW": { + "type": "integer" + }, + "SEYMOUR": { + "type": "integer" + }, + "SHADOW_ASSASSIN": { + "type": "integer" + }, + "SHARK_SCALE": { + "type": "integer" + }, + "SHIMMERING_LIGHT": { + "type": "integer" + }, + "SILVER_HUNTER": { + "type": "integer" + }, + "SKELETON_GRUNT": { + "type": "integer" + }, + "SKELETON_LORD": { + "type": "integer" + }, + "SKELETON_MASTER": { + "type": "integer" + }, + "SKELETON_SOLDIER": { + "type": "integer" + }, + "SKELETOR": { + "type": "integer" + }, + "SNORKELING": { + "type": "integer" + }, + "SNOW_SUIT": { + "type": "integer" + }, + "SORROW": { + "type": "integer" + }, + "SPEEDSTER": { + "type": "integer" + }, + "SPEED_WITHER": { + "type": "integer" + }, + "SPONGE": { + "type": "integer" + }, + "SPOOKY": { + "type": "integer" + }, + "SQUASH": { + "type": "integer" + }, + "SQUIRE": { + "type": "integer" + }, + "STARLIGHT": { + "type": "integer" + }, + "STRONG_DRAGON": { + "type": "integer" + }, + "SUPERIOR_DRAGON": { + "type": "integer" + }, + "SUPER_HEAVY": { + "type": "integer" + }, + "TANK_MINER": { + "type": "integer" + }, + "TANK_WITHER": { + "type": "integer" + }, + "TARANTULA": { + "type": "integer" + }, + "TERROR": { + "type": "integer" + }, + "THERMODYNAMIC": { + "type": "integer" + }, + "THUNDER": { + "type": "integer" + }, + "TITANIUM": { + "type": "integer" + }, + "UNSTABLE_DRAGON": { + "type": "integer" + }, + "VANQUISHED": { + "type": "integer" + }, + "WEREWOLF": { + "type": "integer" + }, + "WISE_DRAGON": { + "type": "integer" + }, + "WISE_WITHER": { + "type": "integer" + }, + "WITHER": { + "type": "integer" + }, + "YOUNG_DRAGON": { + "type": "integer" + }, + "ZOMBIE": { + "type": "integer" + }, + "ZOMBIE_COMMANDER": { + "type": "integer" + }, + "ZOMBIE_KNIGHT": { + "type": "integer" + }, + "ZOMBIE_LORD": { + "type": "integer" + }, + "ZOMBIE_SOLDIER": { + "type": "integer" + } + }, + "type": "object" + }, + "category": { + "type": "string" + }, + "donation_xp": { + "type": "integer" + }, + "game_stage": { + "type": "string" + }, + "mapped_item_ids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "parent": { + "properties": { + "ABYSMAL_LASSO": { + "type": "string" + }, + "ALERT_FLARE": { + "type": "string" + }, + "ANCESTRAL_SPADE": { + "type": "string" + }, + "ANGLER": { + "type": "string" + }, + "APEX_PRAEDATOR": { + "type": "string" + }, + "AQUAMASTER_X": { + "type": "string" + }, + "ARCHAIC_SPADE": { + "type": "string" + }, + "ASPECT_OF_THE_END": { + "type": "string" + }, + "ASTRAEA": { + "type": "string" + }, + "BANDAGED_MITHRIL_PICKAXE": { + "type": "string" + }, + "BASIC_FISHING_NET": { + "type": "string" + }, + "BASIC_GARDENING_AXE": { + "type": "string" + }, + "BASIC_GARDENING_HOE": { + "type": "string" + }, + "BLAZE": { + "type": "string" + }, + "BONE_REAVER": { + "type": "string" + }, + "BRONZE_HUNTER": { + "type": "string" + }, + "BURSTFIRE_DAGGER": { + "type": "string" + }, + "BURSTMAW_DAGGER": { + "type": "string" + }, + "CACTUS_KNIFE": { + "type": "string" + }, + "CACTUS_KNIFE_2": { + "type": "string" + }, + "CANOPY": { + "type": "string" + }, + "CHALLENGER": { + "type": "string" + }, + "CHALLENGE_ROD": { + "type": "string" + }, + "CHAMP_ROD": { + "type": "string" + }, + "CHEAP_TUXEDO": { + "type": "string" + }, + "CLEAVER": { + "type": "string" + }, + "COCO_CHOPPER": { + "type": "string" + }, + "COCO_CHOPPER_2": { + "type": "string" + }, + "CRIMSON_HUNTER": { + "type": "string" + }, + "CROPIE": { + "type": "string" + }, + "CROWN_OF_GREED": { + "type": "string" + }, + "CRYSTALLIZED_HEART": { + "type": "string" + }, + "CURSUS_FERAE": { + "type": "string" + }, + "DARK_GOGGLES": { + "type": "string" + }, + "DESTRUCTION_CLOAK": { + "type": "string" + }, + "DIVER": { + "type": "string" + }, + "DOJO_BLUE_BELT": { + "type": "string" + }, + "DOJO_BROWN_BELT": { + "type": "string" + }, + "DOJO_GREEN_BELT": { + "type": "string" + }, + "DOJO_WHITE_BELT": { + "type": "string" + }, + "DOJO_YELLOW_BELT": { + "type": "string" + }, + "ENTANGLER_LASSO": { + "type": "string" + }, + "FANCY_TUXEDO": { + "type": "string" + }, + "FARMER_BOOTS": { + "type": "string" + }, + "FERMENTO": { + "type": "string" + }, + "FIG_AXE": { + "type": "string" + }, + "FINWAVE": { + "type": "string" + }, + "FIREDUST_DAGGER": { + "type": "string" + }, + "FLAME_BREAKER": { + "type": "string" + }, + "FLOWER_OF_TRUTH": { + "type": "string" + }, + "FRACTURED_MITHRIL_PICKAXE": { + "type": "string" + }, + "FROGGLES": { + "type": "string" + }, + "FROGGLES_GOLD": { + "type": "string" + }, + "FROGGLES_SILVER": { + "type": "string" + }, + "FROZEN_SCYTHE": { + "type": "string" + }, + "FUNGI_CUTTER": { + "type": "string" + }, + "FUNGI_CUTTER_2": { + "type": "string" + }, + "GEMSTONE_DRILL_1": { + "type": "string" + }, + "GEMSTONE_DRILL_2": { + "type": "string" + }, + "GEMSTONE_DRILL_3": { + "type": "string" + }, + "GEMSTONE_FUEL_TANK": { + "type": "string" + }, + "GLACITE_CHISEL": { + "type": "string" + }, + "GLACITE_LANTERN": { + "type": "string" + }, + "GOBLIN_OMELETTE": { + "type": "string" + }, + "GOLD_BONZO_HEAD": { + "type": "string" + }, + "GOLD_HUNTER": { + "type": "string" + }, + "GOLD_LIVID_HEAD": { + "type": "string" + }, + "GOLD_NECRON_HEAD": { + "type": "string" + }, + "GOLD_PROFESSOR_HEAD": { + "type": "string" + }, + "GOLD_SADAN_HEAD": { + "type": "string" + }, + "GOLD_SCARF_HEAD": { + "type": "string" + }, + "GOLD_THORN_HEAD": { + "type": "string" + }, + "GROWTH": { + "type": "string" + }, + "HARDENED_DIAMOND": { + "type": "string" + }, + "HOE_OF_GREATER_TILLING": { + "type": "string" + }, + "HOE_OF_GREAT_TILLING": { + "type": "string" + }, + "HYDRO_CAN_1000": { + "type": "string" + }, + "HYDRO_CAN_TURBO_2000": { + "type": "string" + }, + "HYDRO_CAN_ULTRA_3000": { + "type": "string" + }, + "HYPER_CLEAVER": { + "type": "string" + }, + "ICHTHYIC": { + "type": "string" + }, + "INFERNO_ROD": { + "type": "string" + }, + "INFINI_VACUUM": { + "type": "string" + }, + "JUNGLE_AXE": { + "type": "string" + }, + "LANTERN": { + "type": "string" + }, + "LEAPING_SWORD": { + "type": "string" + }, + "LEGEND_ROD": { + "type": "string" + }, + "LOTUS": { + "type": "string" + }, + "MAGMA_ROD": { + "type": "string" + }, + "MANA_FLUX_POWER_ORB": { + "type": "string" + }, + "MAWDUST_DAGGER": { + "type": "string" + }, + "MEDIUM_FISHING_NET": { + "type": "string" + }, + "MEDIUM_SCAFFOLDING": { + "type": "string" + }, + "MELON": { + "type": "string" + }, + "MELON_DICER": { + "type": "string" + }, + "MELON_DICER_2": { + "type": "string" + }, + "MENDER_FEDORA": { + "type": "string" + }, + "MENDER_HELMET": { + "type": "string" + }, + "METAL_CHESTPLATE": { + "type": "string" + }, + "MINERAL": { + "type": "string" + }, + "MITHRIL": { + "type": "string" + }, + "MITHRIL_DRILL_1": { + "type": "string" + }, + "MITHRIL_DRILL_ENGINE": { + "type": "string" + }, + "MITHRIL_FUEL_TANK": { + "type": "string" + }, + "MITHRIL_LANTERN": { + "type": "string" + }, + "MITHRIL_PICKAXE": { + "type": "string" + }, + "MONSTER_HUNTER": { + "type": "string" + }, + "MUSHROOM": { + "type": "string" + }, + "NECRON_BLADE": { + "type": "string" + }, + "ORNATE_ZOMBIE_SWORD": { + "type": "string" + }, + "OVERFLUX_POWER_ORB": { + "type": "string" + }, + "PERFECT_TIER_12": { + "type": "string" + }, + "PUMPKIN_DICER": { + "type": "string" + }, + "PUMPKIN_DICER_2": { + "type": "string" + }, + "RADIANT_POWER_ORB": { + "type": "string" + }, + "REAPER_SWORD": { + "type": "string" + }, + "RECLUSE_FANG": { + "type": "string" + }, + "REINFORCED_CHISEL": { + "type": "string" + }, + "RETIA_BASICA": { + "type": "string" + }, + "RETIA_FORTA": { + "type": "string" + }, + "RETIA_MELIORA": { + "type": "string" + }, + "RETIA_ROBUSTA": { + "type": "string" + }, + "REVENANT": { + "type": "string" + }, + "REVENANT_SWORD": { + "type": "string" + }, + "REVIVED_HEART": { + "type": "string" + }, + "RUBY_POLISHED_DRILL_ENGINE": { + "type": "string" + }, + "RUSTY_TITANIUM_PICKAXE": { + "type": "string" + }, + "SAM_SCYTHE": { + "type": "string" + }, + "SAPPHIRE_POLISHED_DRILL_ENGINE": { + "type": "string" + }, + "SCORPION_BOW": { + "type": "string" + }, + "SCORPION_FOIL": { + "type": "string" + }, + "SCYLLA": { + "type": "string" + }, + "SERIOUSLY_DAMAGED_AXE": { + "type": "string" + }, + "SHADOW_GOGGLES": { + "type": "string" + }, + "SHAMAN_SWORD": { + "type": "string" + }, + "SILVA_DOMINUS": { + "type": "string" + }, + "SILVER_HUNTER": { + "type": "string" + }, + "SKYMART_HYPER_VACUUM": { + "type": "string" + }, + "SKYMART_TURBO_VACUUM": { + "type": "string" + }, + "SKYMART_VACUUM": { + "type": "string" + }, + "SMALL_POCKET_BLACK_HOLE": { + "type": "string" + }, + "SNORKELING": { + "type": "string" + }, + "SNOW_BLASTER": { + "type": "string" + }, + "SNOW_CANNON": { + "type": "string" + }, + "SNOW_SUIT": { + "type": "string" + }, + "SOUL_WHIP": { + "type": "string" + }, + "SPEEDSTER": { + "type": "string" + }, + "SPEED_WITHER": { + "type": "string" + }, + "SPIDER_SWORD": { + "type": "string" + }, + "SPIRIT_SWORD": { + "type": "string" + }, + "SPONGE": { + "type": "string" + }, + "SPOOKY": { + "type": "string" + }, + "SQUASH": { + "type": "string" + }, + "STONE_CHESTPLATE": { + "type": "string" + }, + "SUPER_CLEAVER": { + "type": "string" + }, + "SUPER_UNDEAD_BOW": { + "type": "string" + }, + "SWORD_OF_REVELATIONS": { + "type": "string" + }, + "SYNTHESIZER_V1": { + "type": "string" + }, + "SYNTHESIZER_V2": { + "type": "string" + }, + "TANK_MINER": { + "type": "string" + }, + "TANK_WITHER": { + "type": "string" + }, + "TARANTULA": { + "type": "string" + }, + "TARANTULA_FANG": { + "type": "string" + }, + "THEORETICAL_HOE_CANE_1": { + "type": "string" + }, + "THEORETICAL_HOE_CANE_2": { + "type": "string" + }, + "THEORETICAL_HOE_CARROT_1": { + "type": "string" + }, + "THEORETICAL_HOE_CARROT_2": { + "type": "string" + }, + "THEORETICAL_HOE_POTATO_1": { + "type": "string" + }, + "THEORETICAL_HOE_POTATO_2": { + "type": "string" + }, + "THEORETICAL_HOE_SUNFLOWER_1": { + "type": "string" + }, + "THEORETICAL_HOE_SUNFLOWER_2": { + "type": "string" + }, + "THEORETICAL_HOE_WARTS_1": { + "type": "string" + }, + "THEORETICAL_HOE_WARTS_2": { + "type": "string" + }, + "THEORETICAL_HOE_WHEAT_1": { + "type": "string" + }, + "THEORETICAL_HOE_WHEAT_2": { + "type": "string" + }, + "THEORETICAL_HOE_WILD_ROSE_1": { + "type": "string" + }, + "THEORETICAL_HOE_WILD_ROSE_2": { + "type": "string" + }, + "TINY_SCAFFOLDING": { + "type": "string" + }, + "TITANIUM_DRILL_1": { + "type": "string" + }, + "TITANIUM_DRILL_2": { + "type": "string" + }, + "TITANIUM_DRILL_3": { + "type": "string" + }, + "TITANIUM_DRILL_4": { + "type": "string" + }, + "TITANIUM_DRILL_ENGINE": { + "type": "string" + }, + "TITANIUM_FUEL_TANK": { + "type": "string" + }, + "TITANIUM_LANTERN": { + "type": "string" + }, + "TITANIUM_PICKAXE": { + "type": "string" + }, + "UNDEAD_BOW": { + "type": "string" + }, + "UNDEAD_SWORD": { + "type": "string" + }, + "VALKYRIE": { + "type": "string" + }, + "VAMPIRE_MASK": { + "type": "string" + }, + "VENATOR_GENESIS": { + "type": "string" + }, + "VINERIP_LASSO": { + "type": "string" + }, + "VOIDEDGE_KATANA": { + "type": "string" + }, + "VOIDWALKER_KATANA": { + "type": "string" + }, + "VOODOO_DOLL": { + "type": "string" + }, + "VORPAL_KATANA": { + "type": "string" + }, + "WAND_OF_HEALING": { + "type": "string" + }, + "WAND_OF_MENDING": { + "type": "string" + }, + "WAND_OF_RESTORATION": { + "type": "string" + }, + "WARNING_FLARE": { + "type": "string" + }, + "WEIRD_TUBA": { + "type": "string" + }, + "WISE_WITHER": { + "type": "string" + }, + "WITCH_MASK": { + "type": "string" + }, + "WITHER": { + "type": "string" + }, + "ZOMBIE": { + "type": "string" + }, + "ZOMBIE_HEART": { + "type": "string" + }, + "ZOMBIE_SWORD": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "name": { + "type": "string" + }, + "npc_sell_price": { + "type": "number" + }, + "origin": { + "type": "string" + }, + "prestige": { + "properties": { + "costs": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "essence_type": { + "type": "string" + }, + "item_id": { + "type": "string" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "item_id": { + "type": "string" + } + }, + "type": "object" + }, + "private_island": { + "type": "string" + }, + "rarity": { + "type": "string" + }, + "rarity_salvageable": { + "type": "boolean" + }, + "recipes": { + "items": { + "properties": { + "allow_quick_crafting": { + "type": "boolean" + }, + "ingredient_symbols": { + "properties": { + "A": { + "type": "string" + }, + "B": { + "type": "string" + }, + "C": { + "type": "string" + }, + "D": { + "type": "string" + }, + "E": { + "type": "string" + }, + "F": { + "type": "string" + } + }, + "type": "object" + }, + "matrix": { + "items": { + "type": "string" + }, + "type": "array" + }, + "output": { + "properties": { + "item_id": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "type": "array" + }, + "requirements": { "items": { "properties": { "collection": { @@ -572,9 +2164,15 @@ "faction": { "type": "string" }, + "kuudra_tier": { + "type": "string" + }, "level": { "type": "number" }, + "lore_index": { + "type": "integer" + }, "minimum_age": { "type": "integer" }, @@ -584,9 +2182,29 @@ "mode": { "type": "string" }, + "rabbit": { + "type": "string" + }, "reputation": { "type": "integer" }, + "requirements": { + "items": { + "properties": { + "profile_type": { + "type": "string" + }, + "tier": { + "type": "integer" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, "reward": { "type": "string" }, @@ -599,6 +2217,9 @@ "tier": { "type": "integer" }, + "trophy_type": { + "type": "string" + }, "type": { "type": "string" } @@ -644,8 +2265,26 @@ }, "type": "array" }, + "serializable": { + "type": "boolean" + }, "skin": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "properties": { + "signature": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + } + ] }, "soulbound": { "type": "string" @@ -658,9 +2297,15 @@ "ATTACK_SPEED": { "type": "number" }, + "BLOCK_FORTUNE": { + "type": "integer" + }, "BREAKING_POWER": { "type": "number" }, + "COLD_RESISTANCE": { + "type": "integer" + }, "CRITICAL_CHANCE": { "type": "number" }, @@ -673,15 +2318,33 @@ "DEFENSE": { "type": "number" }, + "DWARVEN_METAL_FORTUNE": { + "type": "integer" + }, "FARMING_FORTUNE": { "type": "number" }, + "FEAR": { + "type": "integer" + }, "FEROCITY": { "type": "number" }, + "FISHING_SPEED": { + "type": "integer" + }, + "FORAGING_FORTUNE": { + "type": "integer" + }, + "GEMSTONE_FORTUNE": { + "type": "integer" + }, "HEALTH": { "type": "number" }, + "HEAT_RESISTANCE": { + "type": "integer" + }, "INTELLIGENCE": { "type": "number" }, @@ -694,9 +2357,15 @@ "MINING_SPEED": { "type": "number" }, + "ORE_FORTUNE": { + "type": "integer" + }, "PET_LUCK": { "type": "number" }, + "PRISTINE": { + "type": "number" + }, "RIFT_DAMAGE": { "type": "number" }, @@ -712,6 +2381,9 @@ "STRENGTH": { "type": "number" }, + "SWEEP": { + "type": "integer" + }, "SWING_RANGE": { "type": "number" }, @@ -725,6 +2397,9 @@ "type": "number" }, "bonus_pest_chance": { + "type": "number" + }, + "cactus_fortune": { "type": "integer" }, "carrot_fortune": { @@ -745,6 +2420,9 @@ "defense": { "type": "number" }, + "double_hook_chance": { + "type": "integer" + }, "farming_fortune": { "type": "integer" }, @@ -754,12 +2432,18 @@ "ferocity": { "type": "number" }, + "fig_fortune": { + "type": "integer" + }, "fishing_speed": { "type": "number" }, "fishing_wisdom": { "type": "number" }, + "foraging_fortune": { + "type": "integer" + }, "foraging_wisdom": { "type": "number" }, @@ -769,24 +2453,51 @@ "health_regeneration": { "type": "number" }, + "heat_resistance": { + "type": "integer" + }, "intelligence": { "type": "number" }, "magic_find": { "type": "number" }, + "mangrove_fortune": { + "type": "integer" + }, "melon_fortune": { "type": "integer" }, "mending": { "type": "number" }, + "mining_fortune": { + "type": "integer" + }, + "mining_speed": { + "type": "integer" + }, + "mushroom_fortune": { + "type": "integer" + }, + "nether_stalk_fortune": { + "type": "integer" + }, "potato_fortune": { "type": "integer" }, + "pressure_resistance": { + "type": "integer" + }, + "pull": { + "type": "integer" + }, "pumpkin_fortune": { "type": "integer" }, + "respiration": { + "type": "integer" + }, "rift_Time": { "type": "number" }, @@ -814,12 +2525,30 @@ "strength": { "type": "number" }, + "sugar_cane_fortune": { + "type": "integer" + }, + "sweep": { + "type": "integer" + }, + "tracking": { + "type": "number" + }, + "treasure_chance": { + "type": "number" + }, + "trophy_fish_chance": { + "type": "integer" + }, "vitality": { "type": "number" }, "walk_speed": { "type": "number" }, + "weapon_ability_damage": { + "type": "integer" + }, "wheat_fortune": { "type": "integer" } diff --git a/packages/schemas/src/schemas/hypixel/resources/skyblock/skills.json b/packages/schemas/src/schemas/hypixel/resources/skyblock/skills.json index 45026cc4..18f3552f 100644 --- a/packages/schemas/src/schemas/hypixel/resources/skyblock/skills.json +++ b/packages/schemas/src/schemas/hypixel/resources/skyblock/skills.json @@ -263,6 +263,40 @@ }, "type": "object" }, + "HUNTING": { + "properties": { + "description": { + "type": "string" + }, + "levels": { + "items": { + "properties": { + "level": { + "type": "integer" + }, + "totalExpRequired": { + "type": "integer" + }, + "unlocks": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "type": "array" + }, + "maxLevel": { + "type": "integer" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, "MINING": { "properties": { "description": { diff --git a/packages/schemas/src/schemas/hypixel/skyblock/auctions.json b/packages/schemas/src/schemas/hypixel/skyblock/auctions.json index e5b84510..52908eac 100644 --- a/packages/schemas/src/schemas/hypixel/skyblock/auctions.json +++ b/packages/schemas/src/schemas/hypixel/skyblock/auctions.json @@ -90,6 +90,12 @@ "bin": { "type": "boolean" }, + "categories": { + "items": { + "type": "string" + }, + "type": "array" + }, "category": { "type": "string" }, diff --git a/packages/schemas/src/schemas/hypixel/skyblock/auctions_ended.json b/packages/schemas/src/schemas/hypixel/skyblock/auctions_ended.json index b0ab5034..193a0a9c 100644 --- a/packages/schemas/src/schemas/hypixel/skyblock/auctions_ended.json +++ b/packages/schemas/src/schemas/hypixel/skyblock/auctions_ended.json @@ -31,6 +31,9 @@ "buyer": { "type": "string" }, + "buyer_profile": { + "type": "string" + }, "item_bytes": { "type": "string" }, diff --git a/packages/schemas/src/schemas/hypixel/skyblock/bazaar.json b/packages/schemas/src/schemas/hypixel/skyblock/bazaar.json index 3e87287c..4aad55d0 100644 --- a/packages/schemas/src/schemas/hypixel/skyblock/bazaar.json +++ b/packages/schemas/src/schemas/hypixel/skyblock/bazaar.json @@ -1968,7 +1968,7 @@ }, "type": "object" }, - "BLACK_WOOLEN_YARN": { + "BEZOS": { "properties": { "buy_summary": { "items": { @@ -2042,7 +2042,7 @@ }, "type": "object" }, - "BLASTBERRY": { + "BLACK_WOOLEN_YARN": { "properties": { "buy_summary": { "items": { @@ -2116,7 +2116,7 @@ }, "type": "object" }, - "BLAZEN_SPHERE": { + "BLASTBERRY": { "properties": { "buy_summary": { "items": { @@ -2190,7 +2190,7 @@ }, "type": "object" }, - "BLAZE_ASHES": { + "BLAZEN_SPHERE": { "properties": { "buy_summary": { "items": { @@ -2264,7 +2264,7 @@ }, "type": "object" }, - "BLAZE_ROD": { + "BLAZE_ASHES": { "properties": { "buy_summary": { "items": { @@ -2338,7 +2338,7 @@ }, "type": "object" }, - "BLAZE_ROD_DISTILLATE": { + "BLAZE_ROD": { "properties": { "buy_summary": { "items": { @@ -2412,7 +2412,7 @@ }, "type": "object" }, - "BLAZE_WAX": { + "BLAZE_ROD_DISTILLATE": { "properties": { "buy_summary": { "items": { @@ -2486,7 +2486,7 @@ }, "type": "object" }, - "BLESSED_BAIT": { + "BLAZE_WAX": { "properties": { "buy_summary": { "items": { @@ -2560,7 +2560,7 @@ }, "type": "object" }, - "BLESSED_FRUIT": { + "BLESSED_BAIT": { "properties": { "buy_summary": { "items": { @@ -2634,7 +2634,7 @@ }, "type": "object" }, - "BLOOD_SOAKED_COINS": { + "BLESSED_FRUIT": { "properties": { "buy_summary": { "items": { @@ -2708,7 +2708,7 @@ }, "type": "object" }, - "BLOOD_STAINED_COINS": { + "BLIZZARD_BOTTLE": { "properties": { "buy_summary": { "items": { @@ -2782,7 +2782,7 @@ }, "type": "object" }, - "BLUE_ICE_HUNK": { + "BLOOD_SOAKED_COINS": { "properties": { "buy_summary": { "items": { @@ -2856,7 +2856,7 @@ }, "type": "object" }, - "BLUE_SHARK_TOOTH": { + "BLOOD_STAINED_COINS": { "properties": { "buy_summary": { "items": { @@ -2930,7 +2930,7 @@ }, "type": "object" }, - "BOBBIN_SCRIPTURES": { + "BLUE_ICE_HUNK": { "properties": { "buy_summary": { "items": { @@ -3004,7 +3004,7 @@ }, "type": "object" }, - "BOB_OMB": { + "BLUE_SHARK_TOOTH": { "properties": { "buy_summary": { "items": { @@ -3078,7 +3078,7 @@ }, "type": "object" }, - "BONE": { + "BOBBIN_SCRIPTURES": { "properties": { "buy_summary": { "items": { @@ -3152,7 +3152,7 @@ }, "type": "object" }, - "BONZO_FRAGMENT": { + "BOB_OMB": { "properties": { "buy_summary": { "items": { @@ -3226,7 +3226,7 @@ }, "type": "object" }, - "BOOKWORM_BOOK": { + "BONE": { "properties": { "buy_summary": { "items": { @@ -3300,7 +3300,7 @@ }, "type": "object" }, - "BOOK_OF_STATS": { + "BONZO_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -3374,7 +3374,7 @@ }, "type": "object" }, - "BOOSTER_COOKIE": { + "BOOKWORM_BOOK": { "properties": { "buy_summary": { "items": { @@ -3448,7 +3448,7 @@ }, "type": "object" }, - "BOX_OF_SEEDS": { + "BOOK_OF_STATS": { "properties": { "buy_summary": { "items": { @@ -3522,7 +3522,7 @@ }, "type": "object" }, - "BRAIDED_GRIFFIN_FEATHER": { + "BOOSTER_COOKIE": { "properties": { "buy_summary": { "items": { @@ -3596,7 +3596,7 @@ }, "type": "object" }, - "BRAIN_FOOD": { + "BOTROOT": { "properties": { "buy_summary": { "items": { @@ -3670,7 +3670,7 @@ }, "type": "object" }, - "BRIMSTONE_HANDLE": { + "BOUNCY_BEACH_BALL": { "properties": { "buy_summary": { "items": { @@ -3716,7 +3716,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -3744,7 +3744,7 @@ }, "type": "object" }, - "BROKEN_RADAR": { + "BOX_OF_SEEDS": { "properties": { "buy_summary": { "items": { @@ -3818,7 +3818,7 @@ }, "type": "object" }, - "BRONZE_BOWL": { + "BRAIDED_GRIFFIN_FEATHER": { "properties": { "buy_summary": { "items": { @@ -3892,7 +3892,7 @@ }, "type": "object" }, - "BROWN_MUSHROOM": { + "BRAIN_FOOD": { "properties": { "buy_summary": { "items": { @@ -3966,7 +3966,7 @@ }, "type": "object" }, - "BUBBA_BLISTER": { + "BRIMSTONE_HANDLE": { "properties": { "buy_summary": { "items": { @@ -4040,7 +4040,7 @@ }, "type": "object" }, - "BUDGET_HOPPER": { + "BROKEN_RADAR": { "properties": { "buy_summary": { "items": { @@ -4114,7 +4114,7 @@ }, "type": "object" }, - "BULKY_STONE": { + "BRONZE_BOWL": { "properties": { "buy_summary": { "items": { @@ -4188,7 +4188,7 @@ }, "type": "object" }, - "BURNING_EYE": { + "BROWN_MUSHROOM": { "properties": { "buy_summary": { "items": { @@ -4262,7 +4262,7 @@ }, "type": "object" }, - "BURROWING_SPORES": { + "BUBBA_BLISTER": { "properties": { "buy_summary": { "items": { @@ -4336,7 +4336,7 @@ }, "type": "object" }, - "CACTUS": { + "BUCKET_OF_FROGSPAWN": { "properties": { "buy_summary": { "items": { @@ -4410,7 +4410,7 @@ }, "type": "object" }, - "CALCIFIED_HEART": { + "BUDGET_HOPPER": { "properties": { "buy_summary": { "items": { @@ -4484,7 +4484,7 @@ }, "type": "object" }, - "CANDYCOMB": { + "BULKY_STONE": { "properties": { "buy_summary": { "items": { @@ -4558,7 +4558,7 @@ }, "type": "object" }, - "CANDY_CORN": { + "BURNING_EYE": { "properties": { "buy_summary": { "items": { @@ -4632,7 +4632,7 @@ }, "type": "object" }, - "CAPSAICIN_EYEDROPS_NO_CHARGES": { + "BURROWING_SPORES": { "properties": { "buy_summary": { "items": { @@ -4706,7 +4706,7 @@ }, "type": "object" }, - "CARROT_BAIT": { + "BUSTED_BELT_BUCKLE": { "properties": { "buy_summary": { "items": { @@ -4780,7 +4780,7 @@ }, "type": "object" }, - "CARROT_ITEM": { + "CACTUS": { "properties": { "buy_summary": { "items": { @@ -4854,7 +4854,7 @@ }, "type": "object" }, - "CATALYST": { + "CACTUS_FLOWER": { "properties": { "buy_summary": { "items": { @@ -4928,7 +4928,7 @@ }, "type": "object" }, - "CHAIN_END_TIMES": { + "CALCIFIED_HEART": { "properties": { "buy_summary": { "items": { @@ -5002,7 +5002,7 @@ }, "type": "object" }, - "CHEESEBITE": { + "CANDYCOMB": { "properties": { "buy_summary": { "items": { @@ -5076,7 +5076,7 @@ }, "type": "object" }, - "CHEESE_FUEL": { + "CANDY_CORN": { "properties": { "buy_summary": { "items": { @@ -5150,7 +5150,7 @@ }, "type": "object" }, - "CHILI_PEPPER": { + "CANE_KNOT": { "properties": { "buy_summary": { "items": { @@ -5224,7 +5224,7 @@ }, "type": "object" }, - "CHOCOLATE_CHIP": { + "CAN_OF_WORMS": { "properties": { "buy_summary": { "items": { @@ -5298,7 +5298,7 @@ }, "type": "object" }, - "CHOCONUT": { + "CAPSAICIN_EYEDROPS_NO_CHARGES": { "properties": { "buy_summary": { "items": { @@ -5372,7 +5372,7 @@ }, "type": "object" }, - "CHORUS_FRUIT": { + "CARROT_BAIT": { "properties": { "buy_summary": { "items": { @@ -5446,7 +5446,7 @@ }, "type": "object" }, - "CHUM": { + "CARROT_ITEM": { "properties": { "buy_summary": { "items": { @@ -5520,7 +5520,7 @@ }, "type": "object" }, - "CHYME": { + "CARROT_ZEST": { "properties": { "buy_summary": { "items": { @@ -5594,7 +5594,7 @@ }, "type": "object" }, - "CLAY_BALL": { + "CATALYST": { "properties": { "buy_summary": { "items": { @@ -5668,7 +5668,7 @@ }, "type": "object" }, - "CLIPPED_WINGS": { + "CHAIN_END_TIMES": { "properties": { "buy_summary": { "items": { @@ -5742,7 +5742,7 @@ }, "type": "object" }, - "COAL": { + "CHEESEBITE": { "properties": { "buy_summary": { "items": { @@ -5816,7 +5816,7 @@ }, "type": "object" }, - "COALROOT": { + "CHEESE_FUEL": { "properties": { "buy_summary": { "items": { @@ -5890,7 +5890,7 @@ }, "type": "object" }, - "COBBLESTONE": { + "CHILI_PEPPER": { "properties": { "buy_summary": { "items": { @@ -5964,7 +5964,7 @@ }, "type": "object" }, - "COLOSSAL_EXP_BOTTLE": { + "CHOCOLATE_CHIP": { "properties": { "buy_summary": { "items": { @@ -6038,7 +6038,7 @@ }, "type": "object" }, - "COMPACTED_MOONFLOWER": { + "CHOCONUT": { "properties": { "buy_summary": { "items": { @@ -6112,7 +6112,7 @@ }, "type": "object" }, - "COMPACTED_SUNFLOWER": { + "CHORUS_FRUIT": { "properties": { "buy_summary": { "items": { @@ -6186,7 +6186,7 @@ }, "type": "object" }, - "COMPACTED_WILD_ROSE": { + "CHUM": { "properties": { "buy_summary": { "items": { @@ -6260,7 +6260,7 @@ }, "type": "object" }, - "COMPACTOR": { + "CHYME": { "properties": { "buy_summary": { "items": { @@ -6334,7 +6334,7 @@ }, "type": "object" }, - "COMPOST": { + "CLAY_BALL": { "properties": { "buy_summary": { "items": { @@ -6408,7 +6408,7 @@ }, "type": "object" }, - "CONCENTRATED_STONE": { + "CLIPPED_WINGS": { "properties": { "buy_summary": { "items": { @@ -6482,7 +6482,7 @@ }, "type": "object" }, - "CONDENSED_FERMENTO": { + "CLUBBED_FOSSIL": { "properties": { "buy_summary": { "items": { @@ -6556,7 +6556,7 @@ }, "type": "object" }, - "CONTROL_SWITCH": { + "COAL": { "properties": { "buy_summary": { "items": { @@ -6630,7 +6630,7 @@ }, "type": "object" }, - "CORLEONITE": { + "COALROOT": { "properties": { "buy_summary": { "items": { @@ -6704,7 +6704,7 @@ }, "type": "object" }, - "CORRUPTED_BAIT": { + "COBBLESTONE": { "properties": { "buy_summary": { "items": { @@ -6778,7 +6778,7 @@ }, "type": "object" }, - "CORRUPT_SOIL": { + "COLOSSAL_EXP_BOTTLE": { "properties": { "buy_summary": { "items": { @@ -6852,7 +6852,7 @@ }, "type": "object" }, - "CREAMBLOOM": { + "COMPACTED_MOONFLOWER": { "properties": { "buy_summary": { "items": { @@ -6926,7 +6926,7 @@ }, "type": "object" }, - "CROPIE": { + "COMPACTED_SUNFLOWER": { "properties": { "buy_summary": { "items": { @@ -7000,7 +7000,7 @@ }, "type": "object" }, - "CRUDE_GABAGOOL": { + "COMPACTED_WILD_ROSE": { "properties": { "buy_summary": { "items": { @@ -7074,7 +7074,7 @@ }, "type": "object" }, - "CRUDE_GABAGOOL_DISTILLATE": { + "COMPACTOR": { "properties": { "buy_summary": { "items": { @@ -7148,7 +7148,7 @@ }, "type": "object" }, - "CRYSTAL_FRAGMENT": { + "COMPACT_OOZE": { "properties": { "buy_summary": { "items": { @@ -7194,7 +7194,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -7222,7 +7222,7 @@ }, "type": "object" }, - "CUP_OF_BLOOD": { + "COMPOST": { "properties": { "buy_summary": { "items": { @@ -7296,7 +7296,7 @@ }, "type": "object" }, - "DAEDALUS_NOTES": { + "CONCENTRATED_STONE": { "properties": { "buy_summary": { "items": { @@ -7370,7 +7370,7 @@ }, "type": "object" }, - "DAEDALUS_STICK": { + "CONDENSED_FERMENTO": { "properties": { "buy_summary": { "items": { @@ -7444,7 +7444,7 @@ }, "type": "object" }, - "DARK_BAIT": { + "CONTROL_SWITCH": { "properties": { "buy_summary": { "items": { @@ -7518,7 +7518,7 @@ }, "type": "object" }, - "DARK_CANDY": { + "CORLEONITE": { "properties": { "buy_summary": { "items": { @@ -7592,7 +7592,7 @@ }, "type": "object" }, - "DARK_ORB": { + "CORRUPTED_BAIT": { "properties": { "buy_summary": { "items": { @@ -7666,7 +7666,67 @@ }, "type": "object" }, - "DARK_QUEENS_SOUL_DROP": { + "CORRUPTED_FRAGMENT": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "integer" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "type": "array" + } + }, + "type": "object" + }, + "CORRUPTED_NETHER_STAR": { "properties": { "buy_summary": { "items": { @@ -7740,7 +7800,7 @@ }, "type": "object" }, - "DAYSWITCH": { + "CORRUPT_SOIL": { "properties": { "buy_summary": { "items": { @@ -7814,7 +7874,7 @@ }, "type": "object" }, - "DEAD_PLANT": { + "CREAMBLOOM": { "properties": { "buy_summary": { "items": { @@ -7888,7 +7948,7 @@ }, "type": "object" }, - "DEEP_ROOT": { + "CROPIE": { "properties": { "buy_summary": { "items": { @@ -7962,7 +8022,7 @@ }, "type": "object" }, - "DEEP_SEA_ORB": { + "CRUDE_GABAGOOL": { "properties": { "buy_summary": { "items": { @@ -8036,7 +8096,7 @@ }, "type": "object" }, - "DERELICT_ASHE": { + "CRUDE_GABAGOOL_DISTILLATE": { "properties": { "buy_summary": { "items": { @@ -8110,7 +8170,7 @@ }, "type": "object" }, - "DEVOURER": { + "CRYSTAL_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -8184,7 +8244,7 @@ }, "type": "object" }, - "DIAMOND": { + "CUP_OF_BLOOD": { "properties": { "buy_summary": { "items": { @@ -8258,7 +8318,7 @@ }, "type": "object" }, - "DIAMOND_ATOM": { + "DAEDALUS_NOTES": { "properties": { "buy_summary": { "items": { @@ -8332,7 +8392,7 @@ }, "type": "object" }, - "DIAMOND_SPREADING": { + "DAEDALUS_STICK": { "properties": { "buy_summary": { "items": { @@ -8406,7 +8466,7 @@ }, "type": "object" }, - "DIAMONITE": { + "DARK_BAIT": { "properties": { "buy_summary": { "items": { @@ -8480,7 +8540,7 @@ }, "type": "object" }, - "DIRT_BOTTLE": { + "DARK_CANDY": { "properties": { "buy_summary": { "items": { @@ -8554,7 +8614,7 @@ }, "type": "object" }, - "DISPLACED_LEECH": { + "DARK_ORB": { "properties": { "buy_summary": { "items": { @@ -8628,7 +8688,7 @@ }, "type": "object" }, - "DIVAN_FRAGMENT": { + "DARK_QUEENS_SOUL_DROP": { "properties": { "buy_summary": { "items": { @@ -8702,7 +8762,7 @@ }, "type": "object" }, - "DIVER_FRAGMENT": { + "DAYSWITCH": { "properties": { "buy_summary": { "items": { @@ -8776,7 +8836,7 @@ }, "type": "object" }, - "DRAGON_CLAW": { + "DEAD_PLANT": { "properties": { "buy_summary": { "items": { @@ -8850,7 +8910,7 @@ }, "type": "object" }, - "DRAGON_HORN": { + "DEEPFRIES": { "properties": { "buy_summary": { "items": { @@ -8924,7 +8984,7 @@ }, "type": "object" }, - "DRAGON_SCALE": { + "DEEP_ROOT": { "properties": { "buy_summary": { "items": { @@ -8998,7 +9058,7 @@ }, "type": "object" }, - "DRILL_ENGINE": { + "DEEP_SEA_ORB": { "properties": { "buy_summary": { "items": { @@ -9072,7 +9132,7 @@ }, "type": "object" }, - "DUNG": { + "DERELICT_ASHE": { "properties": { "buy_summary": { "items": { @@ -9146,7 +9206,7 @@ }, "type": "object" }, - "DUNGEON_CHEST_KEY": { + "DESIGNER_COFFEE_BEANS": { "properties": { "buy_summary": { "items": { @@ -9220,7 +9280,7 @@ }, "type": "object" }, - "DUNGEON_DECOY": { + "DEVOURER": { "properties": { "buy_summary": { "items": { @@ -9294,7 +9354,7 @@ }, "type": "object" }, - "DUNGEON_TRAP": { + "DIAMOND": { "properties": { "buy_summary": { "items": { @@ -9368,7 +9428,7 @@ }, "type": "object" }, - "DUSKBLOOM": { + "DIAMOND_ATOM": { "properties": { "buy_summary": { "items": { @@ -9442,7 +9502,7 @@ }, "type": "object" }, - "DUSTGRAIN": { + "DIAMOND_SPREADING": { "properties": { "buy_summary": { "items": { @@ -9516,7 +9576,7 @@ }, "type": "object" }, - "DWARVEN_COMPACTOR": { + "DIAMONITE": { "properties": { "buy_summary": { "items": { @@ -9590,7 +9650,7 @@ }, "type": "object" }, - "DWARVEN_OS_BLOCK_BRAN": { + "DIGESTED_MUSHROOMS": { "properties": { "buy_summary": { "items": { @@ -9664,7 +9724,7 @@ }, "type": "object" }, - "DWARVEN_OS_GEMSTONE_GRAHAMS": { + "DIRT_BOTTLE": { "properties": { "buy_summary": { "items": { @@ -9738,7 +9798,7 @@ }, "type": "object" }, - "DWARVEN_OS_METALLIC_MINIS": { + "DISPLACED_LEECH": { "properties": { "buy_summary": { "items": { @@ -9812,7 +9872,7 @@ }, "type": "object" }, - "DWARVEN_OS_ORE_OATS": { + "DIVAN_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -9886,7 +9946,7 @@ }, "type": "object" }, - "DWARVEN_TREASURE": { + "DIVAN_POWDER_COATING": { "properties": { "buy_summary": { "items": { @@ -9932,7 +9992,81 @@ "type": "integer" }, "sellPrice": { + "type": "number" + }, + "sellVolume": { "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "DIVER_FRAGMENT": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" }, "sellVolume": { "type": "integer" @@ -9941,12 +10075,26 @@ "type": "object" }, "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" } }, "type": "object" }, - "ECCENTRIC_PAINTING": { + "DRAGON_CLAW": { "properties": { "buy_summary": { "items": { @@ -10020,7 +10168,7 @@ }, "type": "object" }, - "ECTOPLASM": { + "DRAGON_HORN": { "properties": { "buy_summary": { "items": { @@ -10094,7 +10242,7 @@ }, "type": "object" }, - "ELECTRON_TRANSMITTER": { + "DRAGON_SCALE": { "properties": { "buy_summary": { "items": { @@ -10168,7 +10316,7 @@ }, "type": "object" }, - "EMERALD": { + "DRILL_ENGINE": { "properties": { "buy_summary": { "items": { @@ -10242,7 +10390,7 @@ }, "type": "object" }, - "EMPTY_CHUM_BUCKET": { + "DUNG": { "properties": { "buy_summary": { "items": { @@ -10316,7 +10464,7 @@ }, "type": "object" }, - "ENCHANTED_ACACIA_LOG": { + "DUNGEON_CHEST_KEY": { "properties": { "buy_summary": { "items": { @@ -10390,7 +10538,7 @@ }, "type": "object" }, - "ENCHANTED_ANCIENT_CLAW": { + "DUNGEON_DECOY": { "properties": { "buy_summary": { "items": { @@ -10464,7 +10612,7 @@ }, "type": "object" }, - "ENCHANTED_BAKED_POTATO": { + "DUNGEON_TRAP": { "properties": { "buy_summary": { "items": { @@ -10538,7 +10686,7 @@ }, "type": "object" }, - "ENCHANTED_BIRCH_LOG": { + "DUSKBLOOM": { "properties": { "buy_summary": { "items": { @@ -10612,7 +10760,7 @@ }, "type": "object" }, - "ENCHANTED_BLAZE_POWDER": { + "DUSTGRAIN": { "properties": { "buy_summary": { "items": { @@ -10686,7 +10834,7 @@ }, "type": "object" }, - "ENCHANTED_BLAZE_ROD": { + "DWARVEN_COMPACTOR": { "properties": { "buy_summary": { "items": { @@ -10760,7 +10908,7 @@ }, "type": "object" }, - "ENCHANTED_BONE": { + "DWARVEN_OS_BLOCK_BRAN": { "properties": { "buy_summary": { "items": { @@ -10834,7 +10982,7 @@ }, "type": "object" }, - "ENCHANTED_BONE_BLOCK": { + "DWARVEN_OS_GEMSTONE_GRAHAMS": { "properties": { "buy_summary": { "items": { @@ -10908,7 +11056,7 @@ }, "type": "object" }, - "ENCHANTED_BONE_MEAL": { + "DWARVEN_OS_METALLIC_MINIS": { "properties": { "buy_summary": { "items": { @@ -10982,7 +11130,7 @@ }, "type": "object" }, - "ENCHANTED_BREAD": { + "DWARVEN_OS_ORE_OATS": { "properties": { "buy_summary": { "items": { @@ -11056,7 +11204,67 @@ }, "type": "object" }, - "ENCHANTED_BROWN_MUSHROOM": { + "DWARVEN_TREASURE": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "integer" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "type": "array" + } + }, + "type": "object" + }, + "ECCENTRIC_PAINTING": { "properties": { "buy_summary": { "items": { @@ -11130,7 +11338,7 @@ }, "type": "object" }, - "ENCHANTED_CACTUS": { + "ECTOPLASM": { "properties": { "buy_summary": { "items": { @@ -11204,7 +11412,7 @@ }, "type": "object" }, - "ENCHANTED_CACTUS_GREEN": { + "ELECTRON_TRANSMITTER": { "properties": { "buy_summary": { "items": { @@ -11278,7 +11486,7 @@ }, "type": "object" }, - "ENCHANTED_CAKE": { + "EMERALD": { "properties": { "buy_summary": { "items": { @@ -11352,7 +11560,7 @@ }, "type": "object" }, - "ENCHANTED_CARROT": { + "EMPTY_CHUM_BUCKET": { "properties": { "buy_summary": { "items": { @@ -11426,7 +11634,7 @@ }, "type": "object" }, - "ENCHANTED_CARROT_ON_A_STICK": { + "ENCHANTED_ACACIA_LOG": { "properties": { "buy_summary": { "items": { @@ -11500,7 +11708,7 @@ }, "type": "object" }, - "ENCHANTED_CARROT_STICK": { + "ENCHANTED_ANCIENT_CLAW": { "properties": { "buy_summary": { "items": { @@ -11574,7 +11782,7 @@ }, "type": "object" }, - "ENCHANTED_CHARCOAL": { + "ENCHANTED_BAKED_POTATO": { "properties": { "buy_summary": { "items": { @@ -11648,7 +11856,7 @@ }, "type": "object" }, - "ENCHANTED_CLAY_BALL": { + "ENCHANTED_BIRCH_LOG": { "properties": { "buy_summary": { "items": { @@ -11722,7 +11930,7 @@ }, "type": "object" }, - "ENCHANTED_CLOWNFISH": { + "ENCHANTED_BLAZE_POWDER": { "properties": { "buy_summary": { "items": { @@ -11796,7 +12004,7 @@ }, "type": "object" }, - "ENCHANTED_COAL": { + "ENCHANTED_BLAZE_ROD": { "properties": { "buy_summary": { "items": { @@ -11870,7 +12078,7 @@ }, "type": "object" }, - "ENCHANTED_COAL_BLOCK": { + "ENCHANTED_BONE": { "properties": { "buy_summary": { "items": { @@ -11944,7 +12152,7 @@ }, "type": "object" }, - "ENCHANTED_COBBLESTONE": { + "ENCHANTED_BONE_BLOCK": { "properties": { "buy_summary": { "items": { @@ -12018,7 +12226,7 @@ }, "type": "object" }, - "ENCHANTED_COCOA": { + "ENCHANTED_BONE_MEAL": { "properties": { "buy_summary": { "items": { @@ -12092,7 +12300,7 @@ }, "type": "object" }, - "ENCHANTED_COMPOST": { + "ENCHANTED_BREAD": { "properties": { "buy_summary": { "items": { @@ -12166,7 +12374,7 @@ }, "type": "object" }, - "ENCHANTED_COOKED_FISH": { + "ENCHANTED_BROWN_MUSHROOM": { "properties": { "buy_summary": { "items": { @@ -12240,7 +12448,7 @@ }, "type": "object" }, - "ENCHANTED_COOKED_MUTTON": { + "ENCHANTED_CACTUS": { "properties": { "buy_summary": { "items": { @@ -12314,7 +12522,7 @@ }, "type": "object" }, - "ENCHANTED_COOKED_SALMON": { + "ENCHANTED_CACTUS_GREEN": { "properties": { "buy_summary": { "items": { @@ -12388,7 +12596,7 @@ }, "type": "object" }, - "ENCHANTED_COOKIE": { + "ENCHANTED_CAKE": { "properties": { "buy_summary": { "items": { @@ -12462,7 +12670,7 @@ }, "type": "object" }, - "ENCHANTED_DANDELION": { + "ENCHANTED_CARROT": { "properties": { "buy_summary": { "items": { @@ -12536,7 +12744,7 @@ }, "type": "object" }, - "ENCHANTED_DARK_OAK_LOG": { + "ENCHANTED_CARROT_ON_A_STICK": { "properties": { "buy_summary": { "items": { @@ -12610,7 +12818,7 @@ }, "type": "object" }, - "ENCHANTED_DIAMOND": { + "ENCHANTED_CARROT_STICK": { "properties": { "buy_summary": { "items": { @@ -12684,7 +12892,7 @@ }, "type": "object" }, - "ENCHANTED_DIAMOND_BLOCK": { + "ENCHANTED_CHARCOAL": { "properties": { "buy_summary": { "items": { @@ -12758,7 +12966,7 @@ }, "type": "object" }, - "ENCHANTED_EGG": { + "ENCHANTED_CLAY_BALL": { "properties": { "buy_summary": { "items": { @@ -12832,7 +13040,7 @@ }, "type": "object" }, - "ENCHANTED_EMERALD": { + "ENCHANTED_CLAY_BLOCK": { "properties": { "buy_summary": { "items": { @@ -12906,7 +13114,7 @@ }, "type": "object" }, - "ENCHANTED_EMERALD_BLOCK": { + "ENCHANTED_CLOWNFISH": { "properties": { "buy_summary": { "items": { @@ -12980,7 +13188,7 @@ }, "type": "object" }, - "ENCHANTED_ENDER_PEARL": { + "ENCHANTED_COAL": { "properties": { "buy_summary": { "items": { @@ -13054,7 +13262,7 @@ }, "type": "object" }, - "ENCHANTED_ENDSTONE": { + "ENCHANTED_COAL_BLOCK": { "properties": { "buy_summary": { "items": { @@ -13128,7 +13336,7 @@ }, "type": "object" }, - "ENCHANTED_EYE_OF_ENDER": { + "ENCHANTED_COBBLESTONE": { "properties": { "buy_summary": { "items": { @@ -13202,7 +13410,7 @@ }, "type": "object" }, - "ENCHANTED_FEATHER": { + "ENCHANTED_COCOA": { "properties": { "buy_summary": { "items": { @@ -13276,7 +13484,7 @@ }, "type": "object" }, - "ENCHANTED_FERMENTED_SPIDER_EYE": { + "ENCHANTED_COMPOST": { "properties": { "buy_summary": { "items": { @@ -13350,7 +13558,7 @@ }, "type": "object" }, - "ENCHANTED_FIREWORK_ROCKET": { + "ENCHANTED_COOKED_FISH": { "properties": { "buy_summary": { "items": { @@ -13424,7 +13632,7 @@ }, "type": "object" }, - "ENCHANTED_FLINT": { + "ENCHANTED_COOKED_MUTTON": { "properties": { "buy_summary": { "items": { @@ -13498,7 +13706,7 @@ }, "type": "object" }, - "ENCHANTED_GHAST_TEAR": { + "ENCHANTED_COOKED_RABBIT": { "properties": { "buy_summary": { "items": { @@ -13572,7 +13780,7 @@ }, "type": "object" }, - "ENCHANTED_GLISTERING_MELON": { + "ENCHANTED_COOKED_SALMON": { "properties": { "buy_summary": { "items": { @@ -13646,7 +13854,7 @@ }, "type": "object" }, - "ENCHANTED_GLOWSTONE": { + "ENCHANTED_COOKIE": { "properties": { "buy_summary": { "items": { @@ -13720,7 +13928,7 @@ }, "type": "object" }, - "ENCHANTED_GLOWSTONE_DUST": { + "ENCHANTED_DANDELION": { "properties": { "buy_summary": { "items": { @@ -13794,7 +14002,7 @@ }, "type": "object" }, - "ENCHANTED_GOLD": { + "ENCHANTED_DARK_OAK_LOG": { "properties": { "buy_summary": { "items": { @@ -13868,7 +14076,7 @@ }, "type": "object" }, - "ENCHANTED_GOLDEN_CARROT": { + "ENCHANTED_DIAMOND": { "properties": { "buy_summary": { "items": { @@ -13942,7 +14150,7 @@ }, "type": "object" }, - "ENCHANTED_GOLD_BLOCK": { + "ENCHANTED_DIAMOND_BLOCK": { "properties": { "buy_summary": { "items": { @@ -14016,7 +14224,7 @@ }, "type": "object" }, - "ENCHANTED_GRILLED_PORK": { + "ENCHANTED_EGG": { "properties": { "buy_summary": { "items": { @@ -14090,7 +14298,7 @@ }, "type": "object" }, - "ENCHANTED_GUNPOWDER": { + "ENCHANTED_EMERALD": { "properties": { "buy_summary": { "items": { @@ -14164,7 +14372,7 @@ }, "type": "object" }, - "ENCHANTED_HARD_STONE": { + "ENCHANTED_EMERALD_BLOCK": { "properties": { "buy_summary": { "items": { @@ -14238,7 +14446,7 @@ }, "type": "object" }, - "ENCHANTED_HAY_BLOCK": { + "ENCHANTED_ENDER_PEARL": { "properties": { "buy_summary": { "items": { @@ -14312,7 +14520,7 @@ }, "type": "object" }, - "ENCHANTED_HOPPER": { + "ENCHANTED_ENDSTONE": { "properties": { "buy_summary": { "items": { @@ -14386,7 +14594,7 @@ }, "type": "object" }, - "ENCHANTED_HUGE_MUSHROOM_1": { + "ENCHANTED_EYE_OF_ENDER": { "properties": { "buy_summary": { "items": { @@ -14460,7 +14668,7 @@ }, "type": "object" }, - "ENCHANTED_HUGE_MUSHROOM_2": { + "ENCHANTED_FEATHER": { "properties": { "buy_summary": { "items": { @@ -14534,7 +14742,7 @@ }, "type": "object" }, - "ENCHANTED_ICE": { + "ENCHANTED_FERMENTED_SPIDER_EYE": { "properties": { "buy_summary": { "items": { @@ -14608,7 +14816,7 @@ }, "type": "object" }, - "ENCHANTED_INK_SACK": { + "ENCHANTED_FIG_LOG": { "properties": { "buy_summary": { "items": { @@ -14682,7 +14890,7 @@ }, "type": "object" }, - "ENCHANTED_IRON": { + "ENCHANTED_FIREWORK_ROCKET": { "properties": { "buy_summary": { "items": { @@ -14756,7 +14964,7 @@ }, "type": "object" }, - "ENCHANTED_IRON_BLOCK": { + "ENCHANTED_FLINT": { "properties": { "buy_summary": { "items": { @@ -14830,7 +15038,7 @@ }, "type": "object" }, - "ENCHANTED_JUNGLE_LOG": { + "ENCHANTED_GHAST_TEAR": { "properties": { "buy_summary": { "items": { @@ -14904,7 +15112,7 @@ }, "type": "object" }, - "ENCHANTED_LAPIS_LAZULI": { + "ENCHANTED_GLISTERING_MELON": { "properties": { "buy_summary": { "items": { @@ -14978,7 +15186,7 @@ }, "type": "object" }, - "ENCHANTED_LAPIS_LAZULI_BLOCK": { + "ENCHANTED_GLOWSTONE": { "properties": { "buy_summary": { "items": { @@ -15052,7 +15260,7 @@ }, "type": "object" }, - "ENCHANTED_LAVA_BUCKET": { + "ENCHANTED_GLOWSTONE_DUST": { "properties": { "buy_summary": { "items": { @@ -15126,7 +15334,7 @@ }, "type": "object" }, - "ENCHANTED_LEATHER": { + "ENCHANTED_GOLD": { "properties": { "buy_summary": { "items": { @@ -15200,7 +15408,7 @@ }, "type": "object" }, - "ENCHANTED_LUSH_BERBERIS": { + "ENCHANTED_GOLDEN_CARROT": { "properties": { "buy_summary": { "items": { @@ -15274,7 +15482,7 @@ }, "type": "object" }, - "ENCHANTED_MAGMA_CREAM": { + "ENCHANTED_GOLD_BLOCK": { "properties": { "buy_summary": { "items": { @@ -15348,7 +15556,7 @@ }, "type": "object" }, - "ENCHANTED_MELON": { + "ENCHANTED_GRILLED_PORK": { "properties": { "buy_summary": { "items": { @@ -15422,7 +15630,7 @@ }, "type": "object" }, - "ENCHANTED_MELON_BLOCK": { + "ENCHANTED_GUNPOWDER": { "properties": { "buy_summary": { "items": { @@ -15496,7 +15704,7 @@ }, "type": "object" }, - "ENCHANTED_MITHRIL": { + "ENCHANTED_HARD_STONE": { "properties": { "buy_summary": { "items": { @@ -15570,7 +15778,7 @@ }, "type": "object" }, - "ENCHANTED_MUTTON": { + "ENCHANTED_HAY_BLOCK": { "properties": { "buy_summary": { "items": { @@ -15644,7 +15852,7 @@ }, "type": "object" }, - "ENCHANTED_MYCELIUM": { + "ENCHANTED_HOPPER": { "properties": { "buy_summary": { "items": { @@ -15718,7 +15926,7 @@ }, "type": "object" }, - "ENCHANTED_MYCELIUM_CUBE": { + "ENCHANTED_HUGE_MUSHROOM_1": { "properties": { "buy_summary": { "items": { @@ -15792,7 +16000,7 @@ }, "type": "object" }, - "ENCHANTED_NETHERRACK": { + "ENCHANTED_HUGE_MUSHROOM_2": { "properties": { "buy_summary": { "items": { @@ -15866,7 +16074,7 @@ }, "type": "object" }, - "ENCHANTED_NETHER_STALK": { + "ENCHANTED_ICE": { "properties": { "buy_summary": { "items": { @@ -15940,7 +16148,7 @@ }, "type": "object" }, - "ENCHANTED_OAK_LOG": { + "ENCHANTED_INK_SACK": { "properties": { "buy_summary": { "items": { @@ -16014,7 +16222,7 @@ }, "type": "object" }, - "ENCHANTED_OBSIDIAN": { + "ENCHANTED_IRON": { "properties": { "buy_summary": { "items": { @@ -16088,7 +16296,7 @@ }, "type": "object" }, - "ENCHANTED_PACKED_ICE": { + "ENCHANTED_IRON_BLOCK": { "properties": { "buy_summary": { "items": { @@ -16162,7 +16370,7 @@ }, "type": "object" }, - "ENCHANTED_PAPER": { + "ENCHANTED_JUNGLE_LOG": { "properties": { "buy_summary": { "items": { @@ -16236,7 +16444,7 @@ }, "type": "object" }, - "ENCHANTED_POISONOUS_POTATO": { + "ENCHANTED_LAPIS_LAZULI": { "properties": { "buy_summary": { "items": { @@ -16310,7 +16518,7 @@ }, "type": "object" }, - "ENCHANTED_POPPY": { + "ENCHANTED_LAPIS_LAZULI_BLOCK": { "properties": { "buy_summary": { "items": { @@ -16384,7 +16592,7 @@ }, "type": "object" }, - "ENCHANTED_PORK": { + "ENCHANTED_LAVA_BUCKET": { "properties": { "buy_summary": { "items": { @@ -16458,7 +16666,7 @@ }, "type": "object" }, - "ENCHANTED_POTATO": { + "ENCHANTED_LEATHER": { "properties": { "buy_summary": { "items": { @@ -16532,7 +16740,7 @@ }, "type": "object" }, - "ENCHANTED_PRISMARINE_CRYSTALS": { + "ENCHANTED_LUSH_BERBERIS": { "properties": { "buy_summary": { "items": { @@ -16606,7 +16814,7 @@ }, "type": "object" }, - "ENCHANTED_PRISMARINE_SHARD": { + "ENCHANTED_MAGMA_CREAM": { "properties": { "buy_summary": { "items": { @@ -16680,7 +16888,7 @@ }, "type": "object" }, - "ENCHANTED_PUFFERFISH": { + "ENCHANTED_MELON": { "properties": { "buy_summary": { "items": { @@ -16754,7 +16962,7 @@ }, "type": "object" }, - "ENCHANTED_PUMPKIN": { + "ENCHANTED_MELON_BLOCK": { "properties": { "buy_summary": { "items": { @@ -16828,7 +17036,7 @@ }, "type": "object" }, - "ENCHANTED_QUARTZ": { + "ENCHANTED_MITHRIL": { "properties": { "buy_summary": { "items": { @@ -16902,7 +17110,7 @@ }, "type": "object" }, - "ENCHANTED_QUARTZ_BLOCK": { + "ENCHANTED_MUTTON": { "properties": { "buy_summary": { "items": { @@ -16976,7 +17184,7 @@ }, "type": "object" }, - "ENCHANTED_RABBIT": { + "ENCHANTED_MYCELIUM": { "properties": { "buy_summary": { "items": { @@ -17050,7 +17258,7 @@ }, "type": "object" }, - "ENCHANTED_RABBIT_FOOT": { + "ENCHANTED_MYCELIUM_CUBE": { "properties": { "buy_summary": { "items": { @@ -17124,7 +17332,7 @@ }, "type": "object" }, - "ENCHANTED_RABBIT_HIDE": { + "ENCHANTED_NETHERRACK": { "properties": { "buy_summary": { "items": { @@ -17198,7 +17406,7 @@ }, "type": "object" }, - "ENCHANTED_RAW_BEEF": { + "ENCHANTED_NETHER_STALK": { "properties": { "buy_summary": { "items": { @@ -17272,7 +17480,7 @@ }, "type": "object" }, - "ENCHANTED_RAW_CHICKEN": { + "ENCHANTED_OAK_LOG": { "properties": { "buy_summary": { "items": { @@ -17346,7 +17554,7 @@ }, "type": "object" }, - "ENCHANTED_RAW_FISH": { + "ENCHANTED_OBSIDIAN": { "properties": { "buy_summary": { "items": { @@ -17420,7 +17628,7 @@ }, "type": "object" }, - "ENCHANTED_RAW_SALMON": { + "ENCHANTED_PACKED_ICE": { "properties": { "buy_summary": { "items": { @@ -17494,7 +17702,7 @@ }, "type": "object" }, - "ENCHANTED_REDSTONE": { + "ENCHANTED_PAPER": { "properties": { "buy_summary": { "items": { @@ -17568,7 +17776,7 @@ }, "type": "object" }, - "ENCHANTED_REDSTONE_BLOCK": { + "ENCHANTED_POISONOUS_POTATO": { "properties": { "buy_summary": { "items": { @@ -17642,7 +17850,7 @@ }, "type": "object" }, - "ENCHANTED_REDSTONE_LAMP": { + "ENCHANTED_POPPY": { "properties": { "buy_summary": { "items": { @@ -17716,7 +17924,7 @@ }, "type": "object" }, - "ENCHANTED_RED_MUSHROOM": { + "ENCHANTED_PORK": { "properties": { "buy_summary": { "items": { @@ -17790,7 +17998,7 @@ }, "type": "object" }, - "ENCHANTED_RED_SAND": { + "ENCHANTED_POTATO": { "properties": { "buy_summary": { "items": { @@ -17864,7 +18072,155 @@ }, "type": "object" }, - "ENCHANTED_RED_SAND_CUBE": { + "ENCHANTED_PRISMARINE_CRYSTALS": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTED_PRISMARINE_SHARD": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTED_PUFFERFISH": { "properties": { "buy_summary": { "items": { @@ -17938,7 +18294,7 @@ }, "type": "object" }, - "ENCHANTED_ROTTEN_FLESH": { + "ENCHANTED_PUMPKIN": { "properties": { "buy_summary": { "items": { @@ -18012,7 +18368,7 @@ }, "type": "object" }, - "ENCHANTED_SAND": { + "ENCHANTED_QUARTZ": { "properties": { "buy_summary": { "items": { @@ -18086,7 +18442,7 @@ }, "type": "object" }, - "ENCHANTED_SEEDS": { + "ENCHANTED_QUARTZ_BLOCK": { "properties": { "buy_summary": { "items": { @@ -18160,7 +18516,7 @@ }, "type": "object" }, - "ENCHANTED_SHARK_FIN": { + "ENCHANTED_RABBIT": { "properties": { "buy_summary": { "items": { @@ -18234,7 +18590,7 @@ }, "type": "object" }, - "ENCHANTED_SLIME_BALL": { + "ENCHANTED_RABBIT_FOOT": { "properties": { "buy_summary": { "items": { @@ -18308,7 +18664,7 @@ }, "type": "object" }, - "ENCHANTED_SLIME_BLOCK": { + "ENCHANTED_RABBIT_HIDE": { "properties": { "buy_summary": { "items": { @@ -18382,7 +18738,7 @@ }, "type": "object" }, - "ENCHANTED_SNOW_BLOCK": { + "ENCHANTED_RAW_BEEF": { "properties": { "buy_summary": { "items": { @@ -18456,7 +18812,7 @@ }, "type": "object" }, - "ENCHANTED_SPIDER_EYE": { + "ENCHANTED_RAW_CHICKEN": { "properties": { "buy_summary": { "items": { @@ -18530,7 +18886,7 @@ }, "type": "object" }, - "ENCHANTED_SPONGE": { + "ENCHANTED_RAW_FISH": { "properties": { "buy_summary": { "items": { @@ -18604,7 +18960,7 @@ }, "type": "object" }, - "ENCHANTED_SPRUCE_LOG": { + "ENCHANTED_RAW_SALMON": { "properties": { "buy_summary": { "items": { @@ -18678,7 +19034,7 @@ }, "type": "object" }, - "ENCHANTED_STRING": { + "ENCHANTED_REDSTONE": { "properties": { "buy_summary": { "items": { @@ -18752,7 +19108,7 @@ }, "type": "object" }, - "ENCHANTED_SUGAR": { + "ENCHANTED_REDSTONE_BLOCK": { "properties": { "buy_summary": { "items": { @@ -18826,7 +19182,7 @@ }, "type": "object" }, - "ENCHANTED_SUGAR_CANE": { + "ENCHANTED_REDSTONE_LAMP": { "properties": { "buy_summary": { "items": { @@ -18900,7 +19256,7 @@ }, "type": "object" }, - "ENCHANTED_SULPHUR": { + "ENCHANTED_RED_MUSHROOM": { "properties": { "buy_summary": { "items": { @@ -18974,7 +19330,7 @@ }, "type": "object" }, - "ENCHANTED_SULPHUR_CUBE": { + "ENCHANTED_RED_SAND": { "properties": { "buy_summary": { "items": { @@ -19048,7 +19404,7 @@ }, "type": "object" }, - "ENCHANTED_SUNFLOWER": { + "ENCHANTED_RED_SAND_CUBE": { "properties": { "buy_summary": { "items": { @@ -19122,7 +19478,7 @@ }, "type": "object" }, - "ENCHANTED_TENDER_WOOD": { + "ENCHANTED_ROTTEN_FLESH": { "properties": { "buy_summary": { "items": { @@ -19196,7 +19552,7 @@ }, "type": "object" }, - "ENCHANTED_TITANIUM": { + "ENCHANTED_SAND": { "properties": { "buy_summary": { "items": { @@ -19270,7 +19626,7 @@ }, "type": "object" }, - "ENCHANTED_TUNGSTEN": { + "ENCHANTED_SEEDS": { "properties": { "buy_summary": { "items": { @@ -19344,7 +19700,7 @@ }, "type": "object" }, - "ENCHANTED_UMBER": { + "ENCHANTED_SHARK_FIN": { "properties": { "buy_summary": { "items": { @@ -19418,7 +19774,7 @@ }, "type": "object" }, - "ENCHANTED_VINESAP": { + "ENCHANTED_SLIME_BALL": { "properties": { "buy_summary": { "items": { @@ -19492,7 +19848,7 @@ }, "type": "object" }, - "ENCHANTED_WATER_LILY": { + "ENCHANTED_SLIME_BLOCK": { "properties": { "buy_summary": { "items": { @@ -19566,7 +19922,7 @@ }, "type": "object" }, - "ENCHANTED_WET_SPONGE": { + "ENCHANTED_SNOW_BLOCK": { "properties": { "buy_summary": { "items": { @@ -19640,7 +19996,7 @@ }, "type": "object" }, - "ENCHANTED_WOOL": { + "ENCHANTED_SPIDER_EYE": { "properties": { "buy_summary": { "items": { @@ -19714,7 +20070,7 @@ }, "type": "object" }, - "ENCHANTMENT_AIMING_1": { + "ENCHANTED_SPONGE": { "properties": { "buy_summary": { "items": { @@ -19788,7 +20144,7 @@ }, "type": "object" }, - "ENCHANTMENT_AIMING_2": { + "ENCHANTED_SPRUCE_LOG": { "properties": { "buy_summary": { "items": { @@ -19862,7 +20218,7 @@ }, "type": "object" }, - "ENCHANTMENT_AIMING_3": { + "ENCHANTED_STRING": { "properties": { "buy_summary": { "items": { @@ -19936,7 +20292,7 @@ }, "type": "object" }, - "ENCHANTMENT_AIMING_4": { + "ENCHANTED_SUGAR": { "properties": { "buy_summary": { "items": { @@ -20010,7 +20366,7 @@ }, "type": "object" }, - "ENCHANTMENT_AIMING_5": { + "ENCHANTED_SUGAR_CANE": { "properties": { "buy_summary": { "items": { @@ -20084,7 +20440,7 @@ }, "type": "object" }, - "ENCHANTMENT_ANGLER_1": { + "ENCHANTED_SULPHUR": { "properties": { "buy_summary": { "items": { @@ -20158,7 +20514,7 @@ }, "type": "object" }, - "ENCHANTMENT_ANGLER_2": { + "ENCHANTED_SULPHUR_CUBE": { "properties": { "buy_summary": { "items": { @@ -20232,7 +20588,7 @@ }, "type": "object" }, - "ENCHANTMENT_ANGLER_3": { + "ENCHANTED_SUNFLOWER": { "properties": { "buy_summary": { "items": { @@ -20306,7 +20662,7 @@ }, "type": "object" }, - "ENCHANTMENT_ANGLER_4": { + "ENCHANTED_TENDER_WOOD": { "properties": { "buy_summary": { "items": { @@ -20380,7 +20736,7 @@ }, "type": "object" }, - "ENCHANTMENT_ANGLER_5": { + "ENCHANTED_TITANIUM": { "properties": { "buy_summary": { "items": { @@ -20454,7 +20810,7 @@ }, "type": "object" }, - "ENCHANTMENT_ANGLER_6": { + "ENCHANTED_TUNGSTEN": { "properties": { "buy_summary": { "items": { @@ -20528,7 +20884,7 @@ }, "type": "object" }, - "ENCHANTMENT_AQUA_AFFINITY_1": { + "ENCHANTED_TURBO_GOURD": { "properties": { "buy_summary": { "items": { @@ -20602,9 +20958,23 @@ }, "type": "object" }, - "ENCHANTMENT_ARCANE_1": { + "ENCHANTED_UMBER": { "properties": { "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" }, "product_id": { @@ -20619,7 +20989,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -20634,7 +21004,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -20643,14 +21013,42 @@ "type": "object" }, "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_ARCANE_2": { + "ENCHANTED_VINESAP": { "properties": { "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" }, "product_id": { @@ -20665,7 +21063,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -20680,7 +21078,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -20689,14 +21087,42 @@ "type": "object" }, "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_ARCANE_3": { + "ENCHANTED_WATER_LILY": { "properties": { "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" }, "product_id": { @@ -20711,7 +21137,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -20726,7 +21152,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -20735,14 +21161,42 @@ "type": "object" }, "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_ARCANE_4": { + "ENCHANTED_WET_SPONGE": { "properties": { "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" }, "product_id": { @@ -20757,7 +21211,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -20772,7 +21226,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -20781,14 +21235,42 @@ "type": "object" }, "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_ARCANE_5": { + "ENCHANTED_WHEAT": { "properties": { "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" }, "product_id": { @@ -20803,7 +21285,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -20818,7 +21300,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -20827,12 +21309,26 @@ "type": "object" }, "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_ARCANE_6": { + "ENCHANTED_WILD_ROSE": { "properties": { "buy_summary": { "items": { @@ -20906,7 +21402,7 @@ }, "type": "object" }, - "ENCHANTMENT_BANE_OF_ARTHROPODS_1": { + "ENCHANTED_WOOL": { "properties": { "buy_summary": { "items": { @@ -20980,7 +21476,7 @@ }, "type": "object" }, - "ENCHANTMENT_BANE_OF_ARTHROPODS_2": { + "ENCHANTMENT_AIMING_1": { "properties": { "buy_summary": { "items": { @@ -21054,7 +21550,7 @@ }, "type": "object" }, - "ENCHANTMENT_BANE_OF_ARTHROPODS_3": { + "ENCHANTMENT_AIMING_2": { "properties": { "buy_summary": { "items": { @@ -21128,7 +21624,7 @@ }, "type": "object" }, - "ENCHANTMENT_BANE_OF_ARTHROPODS_4": { + "ENCHANTMENT_AIMING_3": { "properties": { "buy_summary": { "items": { @@ -21202,7 +21698,7 @@ }, "type": "object" }, - "ENCHANTMENT_BANE_OF_ARTHROPODS_5": { + "ENCHANTMENT_AIMING_4": { "properties": { "buy_summary": { "items": { @@ -21276,7 +21772,7 @@ }, "type": "object" }, - "ENCHANTMENT_BANE_OF_ARTHROPODS_6": { + "ENCHANTMENT_AIMING_5": { "properties": { "buy_summary": { "items": { @@ -21350,7 +21846,7 @@ }, "type": "object" }, - "ENCHANTMENT_BANE_OF_ARTHROPODS_7": { + "ENCHANTMENT_ANGLER_1": { "properties": { "buy_summary": { "items": { @@ -21424,7 +21920,7 @@ }, "type": "object" }, - "ENCHANTMENT_BIG_BRAIN_3": { + "ENCHANTMENT_ANGLER_2": { "properties": { "buy_summary": { "items": { @@ -21498,7 +21994,7 @@ }, "type": "object" }, - "ENCHANTMENT_BIG_BRAIN_4": { + "ENCHANTMENT_ANGLER_3": { "properties": { "buy_summary": { "items": { @@ -21572,7 +22068,7 @@ }, "type": "object" }, - "ENCHANTMENT_BIG_BRAIN_5": { + "ENCHANTMENT_ANGLER_4": { "properties": { "buy_summary": { "items": { @@ -21646,7 +22142,7 @@ }, "type": "object" }, - "ENCHANTMENT_BLAST_PROTECTION_1": { + "ENCHANTMENT_ANGLER_5": { "properties": { "buy_summary": { "items": { @@ -21720,7 +22216,7 @@ }, "type": "object" }, - "ENCHANTMENT_BLAST_PROTECTION_2": { + "ENCHANTMENT_ANGLER_6": { "properties": { "buy_summary": { "items": { @@ -21794,7 +22290,7 @@ }, "type": "object" }, - "ENCHANTMENT_BLAST_PROTECTION_3": { + "ENCHANTMENT_AQUA_AFFINITY_1": { "properties": { "buy_summary": { "items": { @@ -21868,23 +22364,9 @@ }, "type": "object" }, - "ENCHANTMENT_BLAST_PROTECTION_4": { + "ENCHANTMENT_ARCANE_1": { "properties": { "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" }, "product_id": { @@ -21899,7 +22381,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -21914,7 +22396,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -21923,42 +22405,14 @@ "type": "object" }, "sell_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_BLAST_PROTECTION_5": { + "ENCHANTMENT_ARCANE_2": { "properties": { "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" }, "product_id": { @@ -21973,7 +22427,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -21988,7 +22442,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -21997,42 +22451,14 @@ "type": "object" }, "sell_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_BLAST_PROTECTION_6": { + "ENCHANTMENT_ARCANE_3": { "properties": { "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" }, "product_id": { @@ -22047,7 +22473,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -22062,7 +22488,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -22071,42 +22497,14 @@ "type": "object" }, "sell_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_BLAST_PROTECTION_7": { + "ENCHANTMENT_ARCANE_4": { "properties": { "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" }, "product_id": { @@ -22121,7 +22519,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -22136,7 +22534,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -22145,42 +22543,14 @@ "type": "object" }, "sell_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_BLESSING_1": { + "ENCHANTMENT_ARCANE_5": { "properties": { "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" }, "product_id": { @@ -22195,7 +22565,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -22210,7 +22580,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -22219,26 +22589,12 @@ "type": "object" }, "sell_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" } }, "type": "object" }, - "ENCHANTMENT_BLESSING_2": { + "ENCHANTMENT_ARCANE_6": { "properties": { "buy_summary": { "items": { @@ -22312,7 +22668,7 @@ }, "type": "object" }, - "ENCHANTMENT_BLESSING_3": { + "ENCHANTMENT_BANE_OF_ARTHROPODS_1": { "properties": { "buy_summary": { "items": { @@ -22386,7 +22742,7 @@ }, "type": "object" }, - "ENCHANTMENT_BLESSING_4": { + "ENCHANTMENT_BANE_OF_ARTHROPODS_2": { "properties": { "buy_summary": { "items": { @@ -22460,7 +22816,7 @@ }, "type": "object" }, - "ENCHANTMENT_BLESSING_5": { + "ENCHANTMENT_BANE_OF_ARTHROPODS_3": { "properties": { "buy_summary": { "items": { @@ -22534,7 +22890,7 @@ }, "type": "object" }, - "ENCHANTMENT_BLESSING_6": { + "ENCHANTMENT_BANE_OF_ARTHROPODS_4": { "properties": { "buy_summary": { "items": { @@ -22608,7 +22964,7 @@ }, "type": "object" }, - "ENCHANTMENT_CASTER_1": { + "ENCHANTMENT_BANE_OF_ARTHROPODS_5": { "properties": { "buy_summary": { "items": { @@ -22682,7 +23038,7 @@ }, "type": "object" }, - "ENCHANTMENT_CASTER_2": { + "ENCHANTMENT_BANE_OF_ARTHROPODS_6": { "properties": { "buy_summary": { "items": { @@ -22756,7 +23112,7 @@ }, "type": "object" }, - "ENCHANTMENT_CASTER_3": { + "ENCHANTMENT_BANE_OF_ARTHROPODS_7": { "properties": { "buy_summary": { "items": { @@ -22830,7 +23186,7 @@ }, "type": "object" }, - "ENCHANTMENT_CASTER_4": { + "ENCHANTMENT_BIG_BRAIN_3": { "properties": { "buy_summary": { "items": { @@ -22904,7 +23260,7 @@ }, "type": "object" }, - "ENCHANTMENT_CASTER_5": { + "ENCHANTMENT_BIG_BRAIN_4": { "properties": { "buy_summary": { "items": { @@ -22978,7 +23334,7 @@ }, "type": "object" }, - "ENCHANTMENT_CASTER_6": { + "ENCHANTMENT_BIG_BRAIN_5": { "properties": { "buy_summary": { "items": { @@ -23052,7 +23408,7 @@ }, "type": "object" }, - "ENCHANTMENT_CAYENNE_1": { + "ENCHANTMENT_BLAST_PROTECTION_1": { "properties": { "buy_summary": { "items": { @@ -23126,7 +23482,7 @@ }, "type": "object" }, - "ENCHANTMENT_CAYENNE_2": { + "ENCHANTMENT_BLAST_PROTECTION_2": { "properties": { "buy_summary": { "items": { @@ -23200,7 +23556,7 @@ }, "type": "object" }, - "ENCHANTMENT_CAYENNE_3": { + "ENCHANTMENT_BLAST_PROTECTION_3": { "properties": { "buy_summary": { "items": { @@ -23274,7 +23630,7 @@ }, "type": "object" }, - "ENCHANTMENT_CAYENNE_4": { + "ENCHANTMENT_BLAST_PROTECTION_4": { "properties": { "buy_summary": { "items": { @@ -23348,7 +23704,7 @@ }, "type": "object" }, - "ENCHANTMENT_CAYENNE_5": { + "ENCHANTMENT_BLAST_PROTECTION_5": { "properties": { "buy_summary": { "items": { @@ -23422,7 +23778,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_1": { + "ENCHANTMENT_BLAST_PROTECTION_6": { "properties": { "buy_summary": { "items": { @@ -23496,7 +23852,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_10": { + "ENCHANTMENT_BLAST_PROTECTION_7": { "properties": { "buy_summary": { "items": { @@ -23570,7 +23926,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_2": { + "ENCHANTMENT_BLESSING_1": { "properties": { "buy_summary": { "items": { @@ -23644,7 +24000,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_3": { + "ENCHANTMENT_BLESSING_2": { "properties": { "buy_summary": { "items": { @@ -23718,7 +24074,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_4": { + "ENCHANTMENT_BLESSING_3": { "properties": { "buy_summary": { "items": { @@ -23792,7 +24148,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_5": { + "ENCHANTMENT_BLESSING_4": { "properties": { "buy_summary": { "items": { @@ -23866,7 +24222,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_6": { + "ENCHANTMENT_BLESSING_5": { "properties": { "buy_summary": { "items": { @@ -23940,7 +24296,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_7": { + "ENCHANTMENT_BLESSING_6": { "properties": { "buy_summary": { "items": { @@ -24014,7 +24370,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_8": { + "ENCHANTMENT_CASTER_1": { "properties": { "buy_summary": { "items": { @@ -24088,7 +24444,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHAMPION_9": { + "ENCHANTMENT_CASTER_2": { "properties": { "buy_summary": { "items": { @@ -24162,7 +24518,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHANCE_1": { + "ENCHANTMENT_CASTER_3": { "properties": { "buy_summary": { "items": { @@ -24236,7 +24592,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHANCE_2": { + "ENCHANTMENT_CASTER_4": { "properties": { "buy_summary": { "items": { @@ -24310,7 +24666,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHANCE_3": { + "ENCHANTMENT_CASTER_5": { "properties": { "buy_summary": { "items": { @@ -24384,7 +24740,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHANCE_4": { + "ENCHANTMENT_CASTER_6": { "properties": { "buy_summary": { "items": { @@ -24458,7 +24814,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHANCE_5": { + "ENCHANTMENT_CAYENNE_1": { "properties": { "buy_summary": { "items": { @@ -24532,7 +24888,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHARM_1": { + "ENCHANTMENT_CAYENNE_2": { "properties": { "buy_summary": { "items": { @@ -24606,7 +24962,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHARM_2": { + "ENCHANTMENT_CAYENNE_3": { "properties": { "buy_summary": { "items": { @@ -24680,7 +25036,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHARM_3": { + "ENCHANTMENT_CAYENNE_4": { "properties": { "buy_summary": { "items": { @@ -24754,7 +25110,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHARM_4": { + "ENCHANTMENT_CAYENNE_5": { "properties": { "buy_summary": { "items": { @@ -24828,7 +25184,7 @@ }, "type": "object" }, - "ENCHANTMENT_CHARM_5": { + "ENCHANTMENT_CHAMPION_1": { "properties": { "buy_summary": { "items": { @@ -24902,7 +25258,7 @@ }, "type": "object" }, - "ENCHANTMENT_CLEAVE_1": { + "ENCHANTMENT_CHAMPION_10": { "properties": { "buy_summary": { "items": { @@ -24976,7 +25332,7 @@ }, "type": "object" }, - "ENCHANTMENT_CLEAVE_2": { + "ENCHANTMENT_CHAMPION_2": { "properties": { "buy_summary": { "items": { @@ -25050,7 +25406,7 @@ }, "type": "object" }, - "ENCHANTMENT_CLEAVE_3": { + "ENCHANTMENT_CHAMPION_3": { "properties": { "buy_summary": { "items": { @@ -25124,7 +25480,7 @@ }, "type": "object" }, - "ENCHANTMENT_CLEAVE_4": { + "ENCHANTMENT_CHAMPION_4": { "properties": { "buy_summary": { "items": { @@ -25198,7 +25554,7 @@ }, "type": "object" }, - "ENCHANTMENT_CLEAVE_5": { + "ENCHANTMENT_CHAMPION_5": { "properties": { "buy_summary": { "items": { @@ -25272,7 +25628,7 @@ }, "type": "object" }, - "ENCHANTMENT_CLEAVE_6": { + "ENCHANTMENT_CHAMPION_6": { "properties": { "buy_summary": { "items": { @@ -25346,7 +25702,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_1": { + "ENCHANTMENT_CHAMPION_7": { "properties": { "buy_summary": { "items": { @@ -25420,7 +25776,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_10": { + "ENCHANTMENT_CHAMPION_8": { "properties": { "buy_summary": { "items": { @@ -25494,7 +25850,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_2": { + "ENCHANTMENT_CHAMPION_9": { "properties": { "buy_summary": { "items": { @@ -25568,7 +25924,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_3": { + "ENCHANTMENT_CHANCE_1": { "properties": { "buy_summary": { "items": { @@ -25642,7 +25998,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_4": { + "ENCHANTMENT_CHANCE_2": { "properties": { "buy_summary": { "items": { @@ -25716,7 +26072,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_5": { + "ENCHANTMENT_CHANCE_3": { "properties": { "buy_summary": { "items": { @@ -25790,7 +26146,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_6": { + "ENCHANTMENT_CHANCE_4": { "properties": { "buy_summary": { "items": { @@ -25864,7 +26220,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_7": { + "ENCHANTMENT_CHANCE_5": { "properties": { "buy_summary": { "items": { @@ -25938,7 +26294,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_8": { + "ENCHANTMENT_CHARM_1": { "properties": { "buy_summary": { "items": { @@ -26012,7 +26368,7 @@ }, "type": "object" }, - "ENCHANTMENT_COMPACT_9": { + "ENCHANTMENT_CHARM_2": { "properties": { "buy_summary": { "items": { @@ -26086,7 +26442,7 @@ }, "type": "object" }, - "ENCHANTMENT_CORRUPTION_1": { + "ENCHANTMENT_CHARM_3": { "properties": { "buy_summary": { "items": { @@ -26160,7 +26516,7 @@ }, "type": "object" }, - "ENCHANTMENT_CORRUPTION_2": { + "ENCHANTMENT_CHARM_4": { "properties": { "buy_summary": { "items": { @@ -26234,7 +26590,7 @@ }, "type": "object" }, - "ENCHANTMENT_CORRUPTION_3": { + "ENCHANTMENT_CHARM_5": { "properties": { "buy_summary": { "items": { @@ -26308,7 +26664,7 @@ }, "type": "object" }, - "ENCHANTMENT_CORRUPTION_4": { + "ENCHANTMENT_CLEAVE_1": { "properties": { "buy_summary": { "items": { @@ -26382,7 +26738,7 @@ }, "type": "object" }, - "ENCHANTMENT_CORRUPTION_5": { + "ENCHANTMENT_CLEAVE_2": { "properties": { "buy_summary": { "items": { @@ -26456,7 +26812,7 @@ }, "type": "object" }, - "ENCHANTMENT_COUNTER_STRIKE_3": { + "ENCHANTMENT_CLEAVE_3": { "properties": { "buy_summary": { "items": { @@ -26530,7 +26886,7 @@ }, "type": "object" }, - "ENCHANTMENT_COUNTER_STRIKE_4": { + "ENCHANTMENT_CLEAVE_4": { "properties": { "buy_summary": { "items": { @@ -26604,7 +26960,7 @@ }, "type": "object" }, - "ENCHANTMENT_COUNTER_STRIKE_5": { + "ENCHANTMENT_CLEAVE_5": { "properties": { "buy_summary": { "items": { @@ -26678,7 +27034,7 @@ }, "type": "object" }, - "ENCHANTMENT_CRITICAL_1": { + "ENCHANTMENT_CLEAVE_6": { "properties": { "buy_summary": { "items": { @@ -26752,7 +27108,7 @@ }, "type": "object" }, - "ENCHANTMENT_CRITICAL_2": { + "ENCHANTMENT_COMPACT_1": { "properties": { "buy_summary": { "items": { @@ -26826,7 +27182,7 @@ }, "type": "object" }, - "ENCHANTMENT_CRITICAL_3": { + "ENCHANTMENT_COMPACT_10": { "properties": { "buy_summary": { "items": { @@ -26900,7 +27256,7 @@ }, "type": "object" }, - "ENCHANTMENT_CRITICAL_4": { + "ENCHANTMENT_COMPACT_2": { "properties": { "buy_summary": { "items": { @@ -26974,7 +27330,7 @@ }, "type": "object" }, - "ENCHANTMENT_CRITICAL_5": { + "ENCHANTMENT_COMPACT_3": { "properties": { "buy_summary": { "items": { @@ -27048,7 +27404,7 @@ }, "type": "object" }, - "ENCHANTMENT_CRITICAL_6": { + "ENCHANTMENT_COMPACT_4": { "properties": { "buy_summary": { "items": { @@ -27122,7 +27478,7 @@ }, "type": "object" }, - "ENCHANTMENT_CRITICAL_7": { + "ENCHANTMENT_COMPACT_5": { "properties": { "buy_summary": { "items": { @@ -27196,7 +27552,7 @@ }, "type": "object" }, - "ENCHANTMENT_CUBISM_1": { + "ENCHANTMENT_COMPACT_6": { "properties": { "buy_summary": { "items": { @@ -27270,7 +27626,7 @@ }, "type": "object" }, - "ENCHANTMENT_CUBISM_2": { + "ENCHANTMENT_COMPACT_7": { "properties": { "buy_summary": { "items": { @@ -27344,7 +27700,7 @@ }, "type": "object" }, - "ENCHANTMENT_CUBISM_3": { + "ENCHANTMENT_COMPACT_8": { "properties": { "buy_summary": { "items": { @@ -27418,7 +27774,7 @@ }, "type": "object" }, - "ENCHANTMENT_CUBISM_4": { + "ENCHANTMENT_COMPACT_9": { "properties": { "buy_summary": { "items": { @@ -27492,7 +27848,7 @@ }, "type": "object" }, - "ENCHANTMENT_CUBISM_5": { + "ENCHANTMENT_CORRUPTION_1": { "properties": { "buy_summary": { "items": { @@ -27566,7 +27922,7 @@ }, "type": "object" }, - "ENCHANTMENT_CUBISM_6": { + "ENCHANTMENT_CORRUPTION_2": { "properties": { "buy_summary": { "items": { @@ -27640,7 +27996,7 @@ }, "type": "object" }, - "ENCHANTMENT_CULTIVATING_1": { + "ENCHANTMENT_CORRUPTION_3": { "properties": { "buy_summary": { "items": { @@ -27714,7 +28070,7 @@ }, "type": "object" }, - "ENCHANTMENT_CULTIVATING_2": { + "ENCHANTMENT_CORRUPTION_4": { "properties": { "buy_summary": { "items": { @@ -27788,7 +28144,7 @@ }, "type": "object" }, - "ENCHANTMENT_CULTIVATING_3": { + "ENCHANTMENT_CORRUPTION_5": { "properties": { "buy_summary": { "items": { @@ -27862,7 +28218,7 @@ }, "type": "object" }, - "ENCHANTMENT_CULTIVATING_4": { + "ENCHANTMENT_COUNTER_STRIKE_3": { "properties": { "buy_summary": { "items": { @@ -27936,7 +28292,7 @@ }, "type": "object" }, - "ENCHANTMENT_CULTIVATING_5": { + "ENCHANTMENT_COUNTER_STRIKE_4": { "properties": { "buy_summary": { "items": { @@ -28010,7 +28366,7 @@ }, "type": "object" }, - "ENCHANTMENT_CULTIVATING_6": { + "ENCHANTMENT_COUNTER_STRIKE_5": { "properties": { "buy_summary": { "items": { @@ -28084,7 +28440,7 @@ }, "type": "object" }, - "ENCHANTMENT_CULTIVATING_7": { + "ENCHANTMENT_CRITICAL_1": { "properties": { "buy_summary": { "items": { @@ -28158,7 +28514,7 @@ }, "type": "object" }, - "ENCHANTMENT_CULTIVATING_8": { + "ENCHANTMENT_CRITICAL_2": { "properties": { "buy_summary": { "items": { @@ -28232,7 +28588,7 @@ }, "type": "object" }, - "ENCHANTMENT_CULTIVATING_9": { + "ENCHANTMENT_CRITICAL_3": { "properties": { "buy_summary": { "items": { @@ -28306,7 +28662,7 @@ }, "type": "object" }, - "ENCHANTMENT_CURSE_OF_VANISHING_0": { + "ENCHANTMENT_CRITICAL_4": { "properties": { "buy_summary": { "items": { @@ -28380,7 +28736,7 @@ }, "type": "object" }, - "ENCHANTMENT_DEDICATION_1": { + "ENCHANTMENT_CRITICAL_5": { "properties": { "buy_summary": { "items": { @@ -28454,7 +28810,7 @@ }, "type": "object" }, - "ENCHANTMENT_DEDICATION_2": { + "ENCHANTMENT_CRITICAL_6": { "properties": { "buy_summary": { "items": { @@ -28528,7 +28884,7 @@ }, "type": "object" }, - "ENCHANTMENT_DEDICATION_3": { + "ENCHANTMENT_CRITICAL_7": { "properties": { "buy_summary": { "items": { @@ -28602,7 +28958,7 @@ }, "type": "object" }, - "ENCHANTMENT_DEDICATION_4": { + "ENCHANTMENT_CUBISM_1": { "properties": { "buy_summary": { "items": { @@ -28676,7 +29032,7 @@ }, "type": "object" }, - "ENCHANTMENT_DELICATE_5": { + "ENCHANTMENT_CUBISM_2": { "properties": { "buy_summary": { "items": { @@ -28750,7 +29106,7 @@ }, "type": "object" }, - "ENCHANTMENT_DEPTH_STRIDER_1": { + "ENCHANTMENT_CUBISM_3": { "properties": { "buy_summary": { "items": { @@ -28824,7 +29180,7 @@ }, "type": "object" }, - "ENCHANTMENT_DEPTH_STRIDER_2": { + "ENCHANTMENT_CUBISM_4": { "properties": { "buy_summary": { "items": { @@ -28898,7 +29254,7 @@ }, "type": "object" }, - "ENCHANTMENT_DEPTH_STRIDER_3": { + "ENCHANTMENT_CUBISM_5": { "properties": { "buy_summary": { "items": { @@ -28972,7 +29328,7 @@ }, "type": "object" }, - "ENCHANTMENT_DIVINE_GIFT_1": { + "ENCHANTMENT_CUBISM_6": { "properties": { "buy_summary": { "items": { @@ -29046,7 +29402,7 @@ }, "type": "object" }, - "ENCHANTMENT_DIVINE_GIFT_2": { + "ENCHANTMENT_CULTIVATING_1": { "properties": { "buy_summary": { "items": { @@ -29120,7 +29476,7 @@ }, "type": "object" }, - "ENCHANTMENT_DIVINE_GIFT_3": { + "ENCHANTMENT_CULTIVATING_2": { "properties": { "buy_summary": { "items": { @@ -29194,7 +29550,7 @@ }, "type": "object" }, - "ENCHANTMENT_DRAGON_HUNTER_1": { + "ENCHANTMENT_CULTIVATING_3": { "properties": { "buy_summary": { "items": { @@ -29268,7 +29624,7 @@ }, "type": "object" }, - "ENCHANTMENT_DRAGON_HUNTER_2": { + "ENCHANTMENT_CULTIVATING_4": { "properties": { "buy_summary": { "items": { @@ -29342,7 +29698,7 @@ }, "type": "object" }, - "ENCHANTMENT_DRAGON_HUNTER_3": { + "ENCHANTMENT_CULTIVATING_5": { "properties": { "buy_summary": { "items": { @@ -29416,7 +29772,7 @@ }, "type": "object" }, - "ENCHANTMENT_DRAGON_HUNTER_4": { + "ENCHANTMENT_CULTIVATING_6": { "properties": { "buy_summary": { "items": { @@ -29490,7 +29846,7 @@ }, "type": "object" }, - "ENCHANTMENT_DRAGON_HUNTER_5": { + "ENCHANTMENT_CULTIVATING_7": { "properties": { "buy_summary": { "items": { @@ -29564,7 +29920,7 @@ }, "type": "object" }, - "ENCHANTMENT_DRAGON_HUNTER_6": { + "ENCHANTMENT_CULTIVATING_8": { "properties": { "buy_summary": { "items": { @@ -29638,7 +29994,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_1": { + "ENCHANTMENT_CULTIVATING_9": { "properties": { "buy_summary": { "items": { @@ -29712,7 +30068,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_10": { + "ENCHANTMENT_CURSE_OF_VANISHING_0": { "properties": { "buy_summary": { "items": { @@ -29786,7 +30142,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_2": { + "ENCHANTMENT_DEDICATION_1": { "properties": { "buy_summary": { "items": { @@ -29860,7 +30216,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_3": { + "ENCHANTMENT_DEDICATION_2": { "properties": { "buy_summary": { "items": { @@ -29934,7 +30290,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_4": { + "ENCHANTMENT_DEDICATION_3": { "properties": { "buy_summary": { "items": { @@ -30008,7 +30364,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_5": { + "ENCHANTMENT_DEDICATION_4": { "properties": { "buy_summary": { "items": { @@ -30082,7 +30438,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_6": { + "ENCHANTMENT_DELICATE_5": { "properties": { "buy_summary": { "items": { @@ -30156,7 +30512,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_7": { + "ENCHANTMENT_DEPTH_STRIDER_1": { "properties": { "buy_summary": { "items": { @@ -30230,7 +30586,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_8": { + "ENCHANTMENT_DEPTH_STRIDER_2": { "properties": { "buy_summary": { "items": { @@ -30304,7 +30660,7 @@ }, "type": "object" }, - "ENCHANTMENT_EFFICIENCY_9": { + "ENCHANTMENT_DEPTH_STRIDER_3": { "properties": { "buy_summary": { "items": { @@ -30378,7 +30734,7 @@ }, "type": "object" }, - "ENCHANTMENT_ENDER_SLAYER_1": { + "ENCHANTMENT_DIVINE_GIFT_1": { "properties": { "buy_summary": { "items": { @@ -30452,7 +30808,7 @@ }, "type": "object" }, - "ENCHANTMENT_ENDER_SLAYER_2": { + "ENCHANTMENT_DIVINE_GIFT_2": { "properties": { "buy_summary": { "items": { @@ -30526,7 +30882,7 @@ }, "type": "object" }, - "ENCHANTMENT_ENDER_SLAYER_3": { + "ENCHANTMENT_DIVINE_GIFT_3": { "properties": { "buy_summary": { "items": { @@ -30600,7 +30956,7 @@ }, "type": "object" }, - "ENCHANTMENT_ENDER_SLAYER_4": { + "ENCHANTMENT_DRAGON_HUNTER_1": { "properties": { "buy_summary": { "items": { @@ -30674,7 +31030,7 @@ }, "type": "object" }, - "ENCHANTMENT_ENDER_SLAYER_5": { + "ENCHANTMENT_DRAGON_HUNTER_2": { "properties": { "buy_summary": { "items": { @@ -30748,7 +31104,7 @@ }, "type": "object" }, - "ENCHANTMENT_ENDER_SLAYER_6": { + "ENCHANTMENT_DRAGON_HUNTER_3": { "properties": { "buy_summary": { "items": { @@ -30822,7 +31178,7 @@ }, "type": "object" }, - "ENCHANTMENT_ENDER_SLAYER_7": { + "ENCHANTMENT_DRAGON_HUNTER_4": { "properties": { "buy_summary": { "items": { @@ -30896,7 +31252,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXECUTE_1": { + "ENCHANTMENT_DRAGON_HUNTER_5": { "properties": { "buy_summary": { "items": { @@ -30970,7 +31326,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXECUTE_2": { + "ENCHANTMENT_DRAGON_HUNTER_6": { "properties": { "buy_summary": { "items": { @@ -31044,7 +31400,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXECUTE_3": { + "ENCHANTMENT_EFFICIENCY_1": { "properties": { "buy_summary": { "items": { @@ -31118,7 +31474,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXECUTE_4": { + "ENCHANTMENT_EFFICIENCY_10": { "properties": { "buy_summary": { "items": { @@ -31192,7 +31548,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXECUTE_5": { + "ENCHANTMENT_EFFICIENCY_2": { "properties": { "buy_summary": { "items": { @@ -31266,7 +31622,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXECUTE_6": { + "ENCHANTMENT_EFFICIENCY_3": { "properties": { "buy_summary": { "items": { @@ -31340,7 +31696,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERIENCE_1": { + "ENCHANTMENT_EFFICIENCY_4": { "properties": { "buy_summary": { "items": { @@ -31414,7 +31770,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERIENCE_2": { + "ENCHANTMENT_EFFICIENCY_5": { "properties": { "buy_summary": { "items": { @@ -31488,7 +31844,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERIENCE_3": { + "ENCHANTMENT_EFFICIENCY_6": { "properties": { "buy_summary": { "items": { @@ -31562,7 +31918,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERIENCE_4": { + "ENCHANTMENT_EFFICIENCY_7": { "properties": { "buy_summary": { "items": { @@ -31636,7 +31992,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERIENCE_5": { + "ENCHANTMENT_EFFICIENCY_8": { "properties": { "buy_summary": { "items": { @@ -31710,7 +32066,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_1": { + "ENCHANTMENT_EFFICIENCY_9": { "properties": { "buy_summary": { "items": { @@ -31784,7 +32140,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_10": { + "ENCHANTMENT_ENDER_SLAYER_1": { "properties": { "buy_summary": { "items": { @@ -31858,7 +32214,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_2": { + "ENCHANTMENT_ENDER_SLAYER_2": { "properties": { "buy_summary": { "items": { @@ -31932,7 +32288,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_3": { + "ENCHANTMENT_ENDER_SLAYER_3": { "properties": { "buy_summary": { "items": { @@ -32006,7 +32362,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_4": { + "ENCHANTMENT_ENDER_SLAYER_4": { "properties": { "buy_summary": { "items": { @@ -32080,7 +32436,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_5": { + "ENCHANTMENT_ENDER_SLAYER_5": { "properties": { "buy_summary": { "items": { @@ -32154,7 +32510,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_6": { + "ENCHANTMENT_ENDER_SLAYER_6": { "properties": { "buy_summary": { "items": { @@ -32228,7 +32584,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_7": { + "ENCHANTMENT_ENDER_SLAYER_7": { "properties": { "buy_summary": { "items": { @@ -32302,7 +32658,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_8": { + "ENCHANTMENT_EXECUTE_1": { "properties": { "buy_summary": { "items": { @@ -32376,7 +32732,7 @@ }, "type": "object" }, - "ENCHANTMENT_EXPERTISE_9": { + "ENCHANTMENT_EXECUTE_2": { "properties": { "buy_summary": { "items": { @@ -32450,7 +32806,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_1": { + "ENCHANTMENT_EXECUTE_3": { "properties": { "buy_summary": { "items": { @@ -32524,7 +32880,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_10": { + "ENCHANTMENT_EXECUTE_4": { "properties": { "buy_summary": { "items": { @@ -32598,7 +32954,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_2": { + "ENCHANTMENT_EXECUTE_5": { "properties": { "buy_summary": { "items": { @@ -32672,7 +33028,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_20": { + "ENCHANTMENT_EXECUTE_6": { "properties": { "buy_summary": { "items": { @@ -32746,7 +33102,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_3": { + "ENCHANTMENT_EXPERIENCE_1": { "properties": { "buy_summary": { "items": { @@ -32820,7 +33176,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_4": { + "ENCHANTMENT_EXPERIENCE_2": { "properties": { "buy_summary": { "items": { @@ -32894,7 +33250,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_5": { + "ENCHANTMENT_EXPERIENCE_3": { "properties": { "buy_summary": { "items": { @@ -32968,7 +33324,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_6": { + "ENCHANTMENT_EXPERIENCE_4": { "properties": { "buy_summary": { "items": { @@ -33042,7 +33398,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_7": { + "ENCHANTMENT_EXPERIENCE_5": { "properties": { "buy_summary": { "items": { @@ -33116,7 +33472,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_8": { + "ENCHANTMENT_EXPERTISE_1": { "properties": { "buy_summary": { "items": { @@ -33190,7 +33546,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEATHER_FALLING_9": { + "ENCHANTMENT_EXPERTISE_10": { "properties": { "buy_summary": { "items": { @@ -33264,7 +33620,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_1": { + "ENCHANTMENT_EXPERTISE_2": { "properties": { "buy_summary": { "items": { @@ -33338,7 +33694,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_10": { + "ENCHANTMENT_EXPERTISE_3": { "properties": { "buy_summary": { "items": { @@ -33412,7 +33768,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_2": { + "ENCHANTMENT_EXPERTISE_4": { "properties": { "buy_summary": { "items": { @@ -33486,7 +33842,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_3": { + "ENCHANTMENT_EXPERTISE_5": { "properties": { "buy_summary": { "items": { @@ -33560,7 +33916,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_4": { + "ENCHANTMENT_EXPERTISE_6": { "properties": { "buy_summary": { "items": { @@ -33634,7 +33990,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_5": { + "ENCHANTMENT_EXPERTISE_7": { "properties": { "buy_summary": { "items": { @@ -33708,7 +34064,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_6": { + "ENCHANTMENT_EXPERTISE_8": { "properties": { "buy_summary": { "items": { @@ -33782,7 +34138,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_7": { + "ENCHANTMENT_EXPERTISE_9": { "properties": { "buy_summary": { "items": { @@ -33856,7 +34212,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_8": { + "ENCHANTMENT_FEATHER_FALLING_1": { "properties": { "buy_summary": { "items": { @@ -33930,7 +34286,7 @@ }, "type": "object" }, - "ENCHANTMENT_FEROCIOUS_MANA_9": { + "ENCHANTMENT_FEATHER_FALLING_10": { "properties": { "buy_summary": { "items": { @@ -34004,7 +34360,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_ASPECT_1": { + "ENCHANTMENT_FEATHER_FALLING_2": { "properties": { "buy_summary": { "items": { @@ -34078,7 +34434,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_ASPECT_2": { + "ENCHANTMENT_FEATHER_FALLING_20": { "properties": { "buy_summary": { "items": { @@ -34152,7 +34508,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_ASPECT_3": { + "ENCHANTMENT_FEATHER_FALLING_3": { "properties": { "buy_summary": { "items": { @@ -34226,7 +34582,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_PROTECTION_1": { + "ENCHANTMENT_FEATHER_FALLING_4": { "properties": { "buy_summary": { "items": { @@ -34300,7 +34656,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_PROTECTION_2": { + "ENCHANTMENT_FEATHER_FALLING_5": { "properties": { "buy_summary": { "items": { @@ -34374,7 +34730,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_PROTECTION_3": { + "ENCHANTMENT_FEATHER_FALLING_6": { "properties": { "buy_summary": { "items": { @@ -34448,7 +34804,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_PROTECTION_4": { + "ENCHANTMENT_FEATHER_FALLING_7": { "properties": { "buy_summary": { "items": { @@ -34522,7 +34878,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_PROTECTION_5": { + "ENCHANTMENT_FEATHER_FALLING_8": { "properties": { "buy_summary": { "items": { @@ -34596,7 +34952,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_PROTECTION_6": { + "ENCHANTMENT_FEATHER_FALLING_9": { "properties": { "buy_summary": { "items": { @@ -34670,7 +35026,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRE_PROTECTION_7": { + "ENCHANTMENT_FEROCIOUS_MANA_1": { "properties": { "buy_summary": { "items": { @@ -34744,7 +35100,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRST_STRIKE_1": { + "ENCHANTMENT_FEROCIOUS_MANA_10": { "properties": { "buy_summary": { "items": { @@ -34818,7 +35174,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRST_STRIKE_2": { + "ENCHANTMENT_FEROCIOUS_MANA_2": { "properties": { "buy_summary": { "items": { @@ -34892,7 +35248,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRST_STRIKE_3": { + "ENCHANTMENT_FEROCIOUS_MANA_3": { "properties": { "buy_summary": { "items": { @@ -34966,7 +35322,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRST_STRIKE_4": { + "ENCHANTMENT_FEROCIOUS_MANA_4": { "properties": { "buy_summary": { "items": { @@ -35040,7 +35396,7 @@ }, "type": "object" }, - "ENCHANTMENT_FIRST_STRIKE_5": { + "ENCHANTMENT_FEROCIOUS_MANA_5": { "properties": { "buy_summary": { "items": { @@ -35114,7 +35470,7 @@ }, "type": "object" }, - "ENCHANTMENT_FLAME_1": { + "ENCHANTMENT_FEROCIOUS_MANA_6": { "properties": { "buy_summary": { "items": { @@ -35188,7 +35544,7 @@ }, "type": "object" }, - "ENCHANTMENT_FLAME_2": { + "ENCHANTMENT_FEROCIOUS_MANA_7": { "properties": { "buy_summary": { "items": { @@ -35262,7 +35618,7 @@ }, "type": "object" }, - "ENCHANTMENT_FOREST_PLEDGE_3": { + "ENCHANTMENT_FEROCIOUS_MANA_8": { "properties": { "buy_summary": { "items": { @@ -35336,7 +35692,7 @@ }, "type": "object" }, - "ENCHANTMENT_FOREST_PLEDGE_4": { + "ENCHANTMENT_FEROCIOUS_MANA_9": { "properties": { "buy_summary": { "items": { @@ -35410,7 +35766,7 @@ }, "type": "object" }, - "ENCHANTMENT_FOREST_PLEDGE_5": { + "ENCHANTMENT_FIRE_ASPECT_1": { "properties": { "buy_summary": { "items": { @@ -35484,7 +35840,7 @@ }, "type": "object" }, - "ENCHANTMENT_FORTUNE_1": { + "ENCHANTMENT_FIRE_ASPECT_2": { "properties": { "buy_summary": { "items": { @@ -35558,7 +35914,7 @@ }, "type": "object" }, - "ENCHANTMENT_FORTUNE_2": { + "ENCHANTMENT_FIRE_ASPECT_3": { "properties": { "buy_summary": { "items": { @@ -35632,7 +35988,7 @@ }, "type": "object" }, - "ENCHANTMENT_FORTUNE_3": { + "ENCHANTMENT_FIRE_PROTECTION_1": { "properties": { "buy_summary": { "items": { @@ -35706,7 +36062,7 @@ }, "type": "object" }, - "ENCHANTMENT_FORTUNE_4": { + "ENCHANTMENT_FIRE_PROTECTION_2": { "properties": { "buy_summary": { "items": { @@ -35780,7 +36136,7 @@ }, "type": "object" }, - "ENCHANTMENT_FRAIL_1": { + "ENCHANTMENT_FIRE_PROTECTION_3": { "properties": { "buy_summary": { "items": { @@ -35854,7 +36210,7 @@ }, "type": "object" }, - "ENCHANTMENT_FRAIL_2": { + "ENCHANTMENT_FIRE_PROTECTION_4": { "properties": { "buy_summary": { "items": { @@ -35928,7 +36284,7 @@ }, "type": "object" }, - "ENCHANTMENT_FRAIL_3": { + "ENCHANTMENT_FIRE_PROTECTION_5": { "properties": { "buy_summary": { "items": { @@ -36002,7 +36358,7 @@ }, "type": "object" }, - "ENCHANTMENT_FRAIL_4": { + "ENCHANTMENT_FIRE_PROTECTION_6": { "properties": { "buy_summary": { "items": { @@ -36076,7 +36432,7 @@ }, "type": "object" }, - "ENCHANTMENT_FRAIL_5": { + "ENCHANTMENT_FIRE_PROTECTION_7": { "properties": { "buy_summary": { "items": { @@ -36150,7 +36506,7 @@ }, "type": "object" }, - "ENCHANTMENT_FRAIL_6": { + "ENCHANTMENT_FIRST_STRIKE_1": { "properties": { "buy_summary": { "items": { @@ -36224,7 +36580,7 @@ }, "type": "object" }, - "ENCHANTMENT_FROST_WALKER_1": { + "ENCHANTMENT_FIRST_STRIKE_2": { "properties": { "buy_summary": { "items": { @@ -36298,7 +36654,7 @@ }, "type": "object" }, - "ENCHANTMENT_FROST_WALKER_2": { + "ENCHANTMENT_FIRST_STRIKE_3": { "properties": { "buy_summary": { "items": { @@ -36372,7 +36728,7 @@ }, "type": "object" }, - "ENCHANTMENT_GIANT_KILLER_1": { + "ENCHANTMENT_FIRST_STRIKE_4": { "properties": { "buy_summary": { "items": { @@ -36446,7 +36802,7 @@ }, "type": "object" }, - "ENCHANTMENT_GIANT_KILLER_2": { + "ENCHANTMENT_FIRST_STRIKE_5": { "properties": { "buy_summary": { "items": { @@ -36520,7 +36876,7 @@ }, "type": "object" }, - "ENCHANTMENT_GIANT_KILLER_3": { + "ENCHANTMENT_FLAME_1": { "properties": { "buy_summary": { "items": { @@ -36594,7 +36950,7 @@ }, "type": "object" }, - "ENCHANTMENT_GIANT_KILLER_4": { + "ENCHANTMENT_FLAME_2": { "properties": { "buy_summary": { "items": { @@ -36668,7 +37024,7 @@ }, "type": "object" }, - "ENCHANTMENT_GIANT_KILLER_5": { + "ENCHANTMENT_FOREST_PLEDGE_3": { "properties": { "buy_summary": { "items": { @@ -36742,7 +37098,7 @@ }, "type": "object" }, - "ENCHANTMENT_GIANT_KILLER_6": { + "ENCHANTMENT_FOREST_PLEDGE_4": { "properties": { "buy_summary": { "items": { @@ -36816,7 +37172,7 @@ }, "type": "object" }, - "ENCHANTMENT_GIANT_KILLER_7": { + "ENCHANTMENT_FOREST_PLEDGE_5": { "properties": { "buy_summary": { "items": { @@ -36890,7 +37246,7 @@ }, "type": "object" }, - "ENCHANTMENT_GREEN_THUMB_1": { + "ENCHANTMENT_FORTUNE_1": { "properties": { "buy_summary": { "items": { @@ -36964,7 +37320,7 @@ }, "type": "object" }, - "ENCHANTMENT_GREEN_THUMB_2": { + "ENCHANTMENT_FORTUNE_2": { "properties": { "buy_summary": { "items": { @@ -37038,7 +37394,7 @@ }, "type": "object" }, - "ENCHANTMENT_GREEN_THUMB_3": { + "ENCHANTMENT_FORTUNE_3": { "properties": { "buy_summary": { "items": { @@ -37112,7 +37468,7 @@ }, "type": "object" }, - "ENCHANTMENT_GREEN_THUMB_4": { + "ENCHANTMENT_FORTUNE_4": { "properties": { "buy_summary": { "items": { @@ -37186,7 +37542,7 @@ }, "type": "object" }, - "ENCHANTMENT_GREEN_THUMB_5": { + "ENCHANTMENT_FRAIL_1": { "properties": { "buy_summary": { "items": { @@ -37260,7 +37616,7 @@ }, "type": "object" }, - "ENCHANTMENT_GROWTH_1": { + "ENCHANTMENT_FRAIL_2": { "properties": { "buy_summary": { "items": { @@ -37334,7 +37690,7 @@ }, "type": "object" }, - "ENCHANTMENT_GROWTH_2": { + "ENCHANTMENT_FRAIL_3": { "properties": { "buy_summary": { "items": { @@ -37408,7 +37764,7 @@ }, "type": "object" }, - "ENCHANTMENT_GROWTH_3": { + "ENCHANTMENT_FRAIL_4": { "properties": { "buy_summary": { "items": { @@ -37482,7 +37838,7 @@ }, "type": "object" }, - "ENCHANTMENT_GROWTH_4": { + "ENCHANTMENT_FRAIL_5": { "properties": { "buy_summary": { "items": { @@ -37556,7 +37912,7 @@ }, "type": "object" }, - "ENCHANTMENT_GROWTH_5": { + "ENCHANTMENT_FRAIL_6": { "properties": { "buy_summary": { "items": { @@ -37630,7 +37986,7 @@ }, "type": "object" }, - "ENCHANTMENT_GROWTH_6": { + "ENCHANTMENT_FROST_WALKER_1": { "properties": { "buy_summary": { "items": { @@ -37704,7 +38060,7 @@ }, "type": "object" }, - "ENCHANTMENT_GROWTH_7": { + "ENCHANTMENT_FROST_WALKER_2": { "properties": { "buy_summary": { "items": { @@ -37778,7 +38134,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_1": { + "ENCHANTMENT_GIANT_KILLER_1": { "properties": { "buy_summary": { "items": { @@ -37852,7 +38208,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_10": { + "ENCHANTMENT_GIANT_KILLER_2": { "properties": { "buy_summary": { "items": { @@ -37926,7 +38282,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_2": { + "ENCHANTMENT_GIANT_KILLER_3": { "properties": { "buy_summary": { "items": { @@ -38000,7 +38356,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_3": { + "ENCHANTMENT_GIANT_KILLER_4": { "properties": { "buy_summary": { "items": { @@ -38074,7 +38430,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_4": { + "ENCHANTMENT_GIANT_KILLER_5": { "properties": { "buy_summary": { "items": { @@ -38148,7 +38504,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_5": { + "ENCHANTMENT_GIANT_KILLER_6": { "properties": { "buy_summary": { "items": { @@ -38222,7 +38578,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_6": { + "ENCHANTMENT_GIANT_KILLER_7": { "properties": { "buy_summary": { "items": { @@ -38296,7 +38652,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_7": { + "ENCHANTMENT_GREEN_THUMB_1": { "properties": { "buy_summary": { "items": { @@ -38370,7 +38726,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_8": { + "ENCHANTMENT_GREEN_THUMB_2": { "properties": { "buy_summary": { "items": { @@ -38444,7 +38800,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARDENED_MANA_9": { + "ENCHANTMENT_GREEN_THUMB_3": { "properties": { "buy_summary": { "items": { @@ -38518,7 +38874,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARVESTING_1": { + "ENCHANTMENT_GREEN_THUMB_4": { "properties": { "buy_summary": { "items": { @@ -38592,7 +38948,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARVESTING_2": { + "ENCHANTMENT_GREEN_THUMB_5": { "properties": { "buy_summary": { "items": { @@ -38666,7 +39022,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARVESTING_3": { + "ENCHANTMENT_GROWTH_1": { "properties": { "buy_summary": { "items": { @@ -38740,7 +39096,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARVESTING_4": { + "ENCHANTMENT_GROWTH_2": { "properties": { "buy_summary": { "items": { @@ -38814,7 +39170,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARVESTING_5": { + "ENCHANTMENT_GROWTH_3": { "properties": { "buy_summary": { "items": { @@ -38888,7 +39244,7 @@ }, "type": "object" }, - "ENCHANTMENT_HARVESTING_6": { + "ENCHANTMENT_GROWTH_4": { "properties": { "buy_summary": { "items": { @@ -38962,7 +39318,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_1": { + "ENCHANTMENT_GROWTH_5": { "properties": { "buy_summary": { "items": { @@ -39036,7 +39392,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_10": { + "ENCHANTMENT_GROWTH_6": { "properties": { "buy_summary": { "items": { @@ -39110,7 +39466,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_2": { + "ENCHANTMENT_GROWTH_7": { "properties": { "buy_summary": { "items": { @@ -39184,7 +39540,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_3": { + "ENCHANTMENT_HARDENED_MANA_1": { "properties": { "buy_summary": { "items": { @@ -39258,7 +39614,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_4": { + "ENCHANTMENT_HARDENED_MANA_10": { "properties": { "buy_summary": { "items": { @@ -39332,7 +39688,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_5": { + "ENCHANTMENT_HARDENED_MANA_2": { "properties": { "buy_summary": { "items": { @@ -39406,7 +39762,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_6": { + "ENCHANTMENT_HARDENED_MANA_3": { "properties": { "buy_summary": { "items": { @@ -39480,7 +39836,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_7": { + "ENCHANTMENT_HARDENED_MANA_4": { "properties": { "buy_summary": { "items": { @@ -39554,7 +39910,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_8": { + "ENCHANTMENT_HARDENED_MANA_5": { "properties": { "buy_summary": { "items": { @@ -39628,7 +39984,7 @@ }, "type": "object" }, - "ENCHANTMENT_HECATOMB_9": { + "ENCHANTMENT_HARDENED_MANA_6": { "properties": { "buy_summary": { "items": { @@ -39702,7 +40058,7 @@ }, "type": "object" }, - "ENCHANTMENT_IMPALING_1": { + "ENCHANTMENT_HARDENED_MANA_7": { "properties": { "buy_summary": { "items": { @@ -39776,7 +40132,7 @@ }, "type": "object" }, - "ENCHANTMENT_IMPALING_2": { + "ENCHANTMENT_HARDENED_MANA_8": { "properties": { "buy_summary": { "items": { @@ -39850,7 +40206,7 @@ }, "type": "object" }, - "ENCHANTMENT_IMPALING_3": { + "ENCHANTMENT_HARDENED_MANA_9": { "properties": { "buy_summary": { "items": { @@ -39924,7 +40280,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_1": { + "ENCHANTMENT_HARVESTING_1": { "properties": { "buy_summary": { "items": { @@ -39998,7 +40354,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_10": { + "ENCHANTMENT_HARVESTING_2": { "properties": { "buy_summary": { "items": { @@ -40072,7 +40428,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_2": { + "ENCHANTMENT_HARVESTING_3": { "properties": { "buy_summary": { "items": { @@ -40146,7 +40502,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_3": { + "ENCHANTMENT_HARVESTING_4": { "properties": { "buy_summary": { "items": { @@ -40220,7 +40576,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_4": { + "ENCHANTMENT_HARVESTING_5": { "properties": { "buy_summary": { "items": { @@ -40294,7 +40650,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_5": { + "ENCHANTMENT_HARVESTING_6": { "properties": { "buy_summary": { "items": { @@ -40368,7 +40724,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_6": { + "ENCHANTMENT_HECATOMB_1": { "properties": { "buy_summary": { "items": { @@ -40442,7 +40798,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_7": { + "ENCHANTMENT_HECATOMB_10": { "properties": { "buy_summary": { "items": { @@ -40516,7 +40872,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_8": { + "ENCHANTMENT_HECATOMB_2": { "properties": { "buy_summary": { "items": { @@ -40590,7 +40946,7 @@ }, "type": "object" }, - "ENCHANTMENT_INFINITE_QUIVER_9": { + "ENCHANTMENT_HECATOMB_3": { "properties": { "buy_summary": { "items": { @@ -40664,7 +41020,7 @@ }, "type": "object" }, - "ENCHANTMENT_KNOCKBACK_1": { + "ENCHANTMENT_HECATOMB_4": { "properties": { "buy_summary": { "items": { @@ -40738,7 +41094,7 @@ }, "type": "object" }, - "ENCHANTMENT_KNOCKBACK_2": { + "ENCHANTMENT_HECATOMB_5": { "properties": { "buy_summary": { "items": { @@ -40812,7 +41168,7 @@ }, "type": "object" }, - "ENCHANTMENT_LAPIDARY_1": { + "ENCHANTMENT_HECATOMB_6": { "properties": { "buy_summary": { "items": { @@ -40886,7 +41242,7 @@ }, "type": "object" }, - "ENCHANTMENT_LAPIDARY_2": { + "ENCHANTMENT_HECATOMB_7": { "properties": { "buy_summary": { "items": { @@ -40960,7 +41316,7 @@ }, "type": "object" }, - "ENCHANTMENT_LAPIDARY_3": { + "ENCHANTMENT_HECATOMB_8": { "properties": { "buy_summary": { "items": { @@ -41034,9 +41390,23 @@ }, "type": "object" }, - "ENCHANTMENT_LAPIDARY_4": { + "ENCHANTMENT_HECATOMB_9": { "properties": { "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, "type": "array" }, "product_id": { @@ -41051,7 +41421,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -41094,7 +41464,7 @@ }, "type": "object" }, - "ENCHANTMENT_LAPIDARY_5": { + "ENCHANTMENT_ICE_COLD_1": { "properties": { "buy_summary": { "items": { @@ -41168,7 +41538,7 @@ }, "type": "object" }, - "ENCHANTMENT_LETHALITY_1": { + "ENCHANTMENT_ICE_COLD_2": { "properties": { "buy_summary": { "items": { @@ -41180,7 +41550,7 @@ "type": "integer" }, "pricePerUnit": { - "type": "number" + "type": "integer" } }, "type": "object" @@ -41199,7 +41569,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -41242,7 +41612,7 @@ }, "type": "object" }, - "ENCHANTMENT_LETHALITY_2": { + "ENCHANTMENT_ICE_COLD_3": { "properties": { "buy_summary": { "items": { @@ -41273,7 +41643,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -41316,23 +41686,9 @@ }, "type": "object" }, - "ENCHANTMENT_LETHALITY_3": { + "ENCHANTMENT_ICE_COLD_4": { "properties": { "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" }, "product_id": { @@ -41347,7 +41703,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -41390,7 +41746,7 @@ }, "type": "object" }, - "ENCHANTMENT_LETHALITY_4": { + "ENCHANTMENT_ICE_COLD_5": { "properties": { "buy_summary": { "items": { @@ -41421,7 +41777,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -41464,7 +41820,7 @@ }, "type": "object" }, - "ENCHANTMENT_LETHALITY_5": { + "ENCHANTMENT_IMPALING_1": { "properties": { "buy_summary": { "items": { @@ -41538,7 +41894,7 @@ }, "type": "object" }, - "ENCHANTMENT_LETHALITY_6": { + "ENCHANTMENT_IMPALING_2": { "properties": { "buy_summary": { "items": { @@ -41612,7 +41968,7 @@ }, "type": "object" }, - "ENCHANTMENT_LIFE_STEAL_1": { + "ENCHANTMENT_IMPALING_3": { "properties": { "buy_summary": { "items": { @@ -41686,7 +42042,7 @@ }, "type": "object" }, - "ENCHANTMENT_LIFE_STEAL_2": { + "ENCHANTMENT_INFINITE_QUIVER_1": { "properties": { "buy_summary": { "items": { @@ -41760,7 +42116,7 @@ }, "type": "object" }, - "ENCHANTMENT_LIFE_STEAL_3": { + "ENCHANTMENT_INFINITE_QUIVER_10": { "properties": { "buy_summary": { "items": { @@ -41834,7 +42190,7 @@ }, "type": "object" }, - "ENCHANTMENT_LIFE_STEAL_4": { + "ENCHANTMENT_INFINITE_QUIVER_2": { "properties": { "buy_summary": { "items": { @@ -41908,7 +42264,7 @@ }, "type": "object" }, - "ENCHANTMENT_LIFE_STEAL_5": { + "ENCHANTMENT_INFINITE_QUIVER_3": { "properties": { "buy_summary": { "items": { @@ -41982,7 +42338,7 @@ }, "type": "object" }, - "ENCHANTMENT_LOOTING_1": { + "ENCHANTMENT_INFINITE_QUIVER_4": { "properties": { "buy_summary": { "items": { @@ -42056,7 +42412,7 @@ }, "type": "object" }, - "ENCHANTMENT_LOOTING_2": { + "ENCHANTMENT_INFINITE_QUIVER_5": { "properties": { "buy_summary": { "items": { @@ -42130,7 +42486,7 @@ }, "type": "object" }, - "ENCHANTMENT_LOOTING_3": { + "ENCHANTMENT_INFINITE_QUIVER_6": { "properties": { "buy_summary": { "items": { @@ -42204,7 +42560,7 @@ }, "type": "object" }, - "ENCHANTMENT_LOOTING_4": { + "ENCHANTMENT_INFINITE_QUIVER_7": { "properties": { "buy_summary": { "items": { @@ -42278,7 +42634,7 @@ }, "type": "object" }, - "ENCHANTMENT_LOOTING_5": { + "ENCHANTMENT_INFINITE_QUIVER_8": { "properties": { "buy_summary": { "items": { @@ -42352,7 +42708,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_1": { + "ENCHANTMENT_INFINITE_QUIVER_9": { "properties": { "buy_summary": { "items": { @@ -42426,7 +42782,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_2": { + "ENCHANTMENT_KNOCKBACK_1": { "properties": { "buy_summary": { "items": { @@ -42500,7 +42856,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_3": { + "ENCHANTMENT_KNOCKBACK_2": { "properties": { "buy_summary": { "items": { @@ -42574,7 +42930,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_4": { + "ENCHANTMENT_LAPIDARY_1": { "properties": { "buy_summary": { "items": { @@ -42648,7 +43004,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_5": { + "ENCHANTMENT_LAPIDARY_2": { "properties": { "buy_summary": { "items": { @@ -42722,7 +43078,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_6": { + "ENCHANTMENT_LAPIDARY_3": { "properties": { "buy_summary": { "items": { @@ -42796,7 +43152,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_7": { + "ENCHANTMENT_LAPIDARY_4": { "properties": { "buy_summary": { "items": { @@ -42870,7 +43226,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_OF_THE_SEA_1": { + "ENCHANTMENT_LAPIDARY_5": { "properties": { "buy_summary": { "items": { @@ -42944,7 +43300,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_OF_THE_SEA_2": { + "ENCHANTMENT_LETHALITY_1": { "properties": { "buy_summary": { "items": { @@ -43018,7 +43374,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_OF_THE_SEA_3": { + "ENCHANTMENT_LETHALITY_2": { "properties": { "buy_summary": { "items": { @@ -43092,7 +43448,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_OF_THE_SEA_4": { + "ENCHANTMENT_LETHALITY_3": { "properties": { "buy_summary": { "items": { @@ -43166,7 +43522,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_OF_THE_SEA_5": { + "ENCHANTMENT_LETHALITY_4": { "properties": { "buy_summary": { "items": { @@ -43240,7 +43596,7 @@ }, "type": "object" }, - "ENCHANTMENT_LUCK_OF_THE_SEA_6": { + "ENCHANTMENT_LETHALITY_5": { "properties": { "buy_summary": { "items": { @@ -43314,7 +43670,7 @@ }, "type": "object" }, - "ENCHANTMENT_LURE_1": { + "ENCHANTMENT_LETHALITY_6": { "properties": { "buy_summary": { "items": { @@ -43388,7 +43744,7 @@ }, "type": "object" }, - "ENCHANTMENT_LURE_2": { + "ENCHANTMENT_LIFE_STEAL_1": { "properties": { "buy_summary": { "items": { @@ -43462,7 +43818,7 @@ }, "type": "object" }, - "ENCHANTMENT_LURE_3": { + "ENCHANTMENT_LIFE_STEAL_2": { "properties": { "buy_summary": { "items": { @@ -43536,7 +43892,7 @@ }, "type": "object" }, - "ENCHANTMENT_LURE_4": { + "ENCHANTMENT_LIFE_STEAL_3": { "properties": { "buy_summary": { "items": { @@ -43610,7 +43966,7 @@ }, "type": "object" }, - "ENCHANTMENT_LURE_5": { + "ENCHANTMENT_LIFE_STEAL_4": { "properties": { "buy_summary": { "items": { @@ -43684,7 +44040,7 @@ }, "type": "object" }, - "ENCHANTMENT_LURE_6": { + "ENCHANTMENT_LIFE_STEAL_5": { "properties": { "buy_summary": { "items": { @@ -43758,7 +44114,7 @@ }, "type": "object" }, - "ENCHANTMENT_MAGNET_1": { + "ENCHANTMENT_LOOTING_1": { "properties": { "buy_summary": { "items": { @@ -43832,7 +44188,7 @@ }, "type": "object" }, - "ENCHANTMENT_MAGNET_2": { + "ENCHANTMENT_LOOTING_2": { "properties": { "buy_summary": { "items": { @@ -43906,7 +44262,7 @@ }, "type": "object" }, - "ENCHANTMENT_MAGNET_3": { + "ENCHANTMENT_LOOTING_3": { "properties": { "buy_summary": { "items": { @@ -43980,7 +44336,7 @@ }, "type": "object" }, - "ENCHANTMENT_MAGNET_4": { + "ENCHANTMENT_LOOTING_4": { "properties": { "buy_summary": { "items": { @@ -44054,7 +44410,7 @@ }, "type": "object" }, - "ENCHANTMENT_MAGNET_5": { + "ENCHANTMENT_LOOTING_5": { "properties": { "buy_summary": { "items": { @@ -44128,7 +44484,7 @@ }, "type": "object" }, - "ENCHANTMENT_MAGNET_6": { + "ENCHANTMENT_LUCK_1": { "properties": { "buy_summary": { "items": { @@ -44202,7 +44558,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_STEAL_1": { + "ENCHANTMENT_LUCK_2": { "properties": { "buy_summary": { "items": { @@ -44276,7 +44632,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_STEAL_2": { + "ENCHANTMENT_LUCK_3": { "properties": { "buy_summary": { "items": { @@ -44350,7 +44706,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_STEAL_3": { + "ENCHANTMENT_LUCK_4": { "properties": { "buy_summary": { "items": { @@ -44424,7 +44780,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_1": { + "ENCHANTMENT_LUCK_5": { "properties": { "buy_summary": { "items": { @@ -44498,7 +44854,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_10": { + "ENCHANTMENT_LUCK_6": { "properties": { "buy_summary": { "items": { @@ -44572,7 +44928,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_2": { + "ENCHANTMENT_LUCK_7": { "properties": { "buy_summary": { "items": { @@ -44646,7 +45002,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_3": { + "ENCHANTMENT_LUCK_OF_THE_SEA_1": { "properties": { "buy_summary": { "items": { @@ -44720,7 +45076,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_4": { + "ENCHANTMENT_LUCK_OF_THE_SEA_2": { "properties": { "buy_summary": { "items": { @@ -44794,7 +45150,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_5": { + "ENCHANTMENT_LUCK_OF_THE_SEA_3": { "properties": { "buy_summary": { "items": { @@ -44868,7 +45224,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_6": { + "ENCHANTMENT_LUCK_OF_THE_SEA_4": { "properties": { "buy_summary": { "items": { @@ -44942,7 +45298,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_7": { + "ENCHANTMENT_LUCK_OF_THE_SEA_5": { "properties": { "buy_summary": { "items": { @@ -45016,7 +45372,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_8": { + "ENCHANTMENT_LUCK_OF_THE_SEA_6": { "properties": { "buy_summary": { "items": { @@ -45090,7 +45446,7 @@ }, "type": "object" }, - "ENCHANTMENT_MANA_VAMPIRE_9": { + "ENCHANTMENT_LURE_1": { "properties": { "buy_summary": { "items": { @@ -45164,7 +45520,7 @@ }, "type": "object" }, - "ENCHANTMENT_OVERLOAD_1": { + "ENCHANTMENT_LURE_2": { "properties": { "buy_summary": { "items": { @@ -45238,7 +45594,7 @@ }, "type": "object" }, - "ENCHANTMENT_OVERLOAD_2": { + "ENCHANTMENT_LURE_3": { "properties": { "buy_summary": { "items": { @@ -45312,7 +45668,7 @@ }, "type": "object" }, - "ENCHANTMENT_OVERLOAD_3": { + "ENCHANTMENT_LURE_4": { "properties": { "buy_summary": { "items": { @@ -45386,7 +45742,7 @@ }, "type": "object" }, - "ENCHANTMENT_OVERLOAD_4": { + "ENCHANTMENT_LURE_5": { "properties": { "buy_summary": { "items": { @@ -45460,7 +45816,7 @@ }, "type": "object" }, - "ENCHANTMENT_OVERLOAD_5": { + "ENCHANTMENT_LURE_6": { "properties": { "buy_summary": { "items": { @@ -45534,7 +45890,7 @@ }, "type": "object" }, - "ENCHANTMENT_PALEONTOLOGIST_1": { + "ENCHANTMENT_MAGNET_1": { "properties": { "buy_summary": { "items": { @@ -45608,7 +45964,7 @@ }, "type": "object" }, - "ENCHANTMENT_PALEONTOLOGIST_2": { + "ENCHANTMENT_MAGNET_2": { "properties": { "buy_summary": { "items": { @@ -45682,7 +46038,7 @@ }, "type": "object" }, - "ENCHANTMENT_PALEONTOLOGIST_3": { + "ENCHANTMENT_MAGNET_3": { "properties": { "buy_summary": { "items": { @@ -45756,7 +46112,7 @@ }, "type": "object" }, - "ENCHANTMENT_PALEONTOLOGIST_4": { + "ENCHANTMENT_MAGNET_4": { "properties": { "buy_summary": { "items": { @@ -45830,7 +46186,7 @@ }, "type": "object" }, - "ENCHANTMENT_PALEONTOLOGIST_5": { + "ENCHANTMENT_MAGNET_5": { "properties": { "buy_summary": { "items": { @@ -45904,7 +46260,7 @@ }, "type": "object" }, - "ENCHANTMENT_PESTERMINATOR_1": { + "ENCHANTMENT_MAGNET_6": { "properties": { "buy_summary": { "items": { @@ -45978,7 +46334,7 @@ }, "type": "object" }, - "ENCHANTMENT_PESTERMINATOR_2": { + "ENCHANTMENT_MANA_STEAL_1": { "properties": { "buy_summary": { "items": { @@ -46052,7 +46408,7 @@ }, "type": "object" }, - "ENCHANTMENT_PESTERMINATOR_3": { + "ENCHANTMENT_MANA_STEAL_2": { "properties": { "buy_summary": { "items": { @@ -46126,7 +46482,7 @@ }, "type": "object" }, - "ENCHANTMENT_PESTERMINATOR_4": { + "ENCHANTMENT_MANA_STEAL_3": { "properties": { "buy_summary": { "items": { @@ -46200,7 +46556,7 @@ }, "type": "object" }, - "ENCHANTMENT_PESTERMINATOR_5": { + "ENCHANTMENT_MANA_VAMPIRE_1": { "properties": { "buy_summary": { "items": { @@ -46274,7 +46630,7 @@ }, "type": "object" }, - "ENCHANTMENT_PIERCING_1": { + "ENCHANTMENT_MANA_VAMPIRE_10": { "properties": { "buy_summary": { "items": { @@ -46348,7 +46704,7 @@ }, "type": "object" }, - "ENCHANTMENT_PISCARY_1": { + "ENCHANTMENT_MANA_VAMPIRE_2": { "properties": { "buy_summary": { "items": { @@ -46422,7 +46778,7 @@ }, "type": "object" }, - "ENCHANTMENT_PISCARY_2": { + "ENCHANTMENT_MANA_VAMPIRE_3": { "properties": { "buy_summary": { "items": { @@ -46496,7 +46852,7 @@ }, "type": "object" }, - "ENCHANTMENT_PISCARY_3": { + "ENCHANTMENT_MANA_VAMPIRE_4": { "properties": { "buy_summary": { "items": { @@ -46570,7 +46926,7 @@ }, "type": "object" }, - "ENCHANTMENT_PISCARY_4": { + "ENCHANTMENT_MANA_VAMPIRE_5": { "properties": { "buy_summary": { "items": { @@ -46644,7 +47000,7 @@ }, "type": "object" }, - "ENCHANTMENT_PISCARY_5": { + "ENCHANTMENT_MANA_VAMPIRE_6": { "properties": { "buy_summary": { "items": { @@ -46718,7 +47074,7 @@ }, "type": "object" }, - "ENCHANTMENT_PISCARY_6": { + "ENCHANTMENT_MANA_VAMPIRE_7": { "properties": { "buy_summary": { "items": { @@ -46792,7 +47148,7 @@ }, "type": "object" }, - "ENCHANTMENT_POWER_1": { + "ENCHANTMENT_MANA_VAMPIRE_8": { "properties": { "buy_summary": { "items": { @@ -46866,7 +47222,7 @@ }, "type": "object" }, - "ENCHANTMENT_POWER_2": { + "ENCHANTMENT_MANA_VAMPIRE_9": { "properties": { "buy_summary": { "items": { @@ -46940,7 +47296,7 @@ }, "type": "object" }, - "ENCHANTMENT_POWER_3": { + "ENCHANTMENT_OVERLOAD_1": { "properties": { "buy_summary": { "items": { @@ -47014,7 +47370,7 @@ }, "type": "object" }, - "ENCHANTMENT_POWER_4": { + "ENCHANTMENT_OVERLOAD_2": { "properties": { "buy_summary": { "items": { @@ -47088,7 +47444,7 @@ }, "type": "object" }, - "ENCHANTMENT_POWER_5": { + "ENCHANTMENT_OVERLOAD_3": { "properties": { "buy_summary": { "items": { @@ -47162,7 +47518,7 @@ }, "type": "object" }, - "ENCHANTMENT_POWER_6": { + "ENCHANTMENT_OVERLOAD_4": { "properties": { "buy_summary": { "items": { @@ -47236,7 +47592,7 @@ }, "type": "object" }, - "ENCHANTMENT_POWER_7": { + "ENCHANTMENT_OVERLOAD_5": { "properties": { "buy_summary": { "items": { @@ -47310,7 +47666,7 @@ }, "type": "object" }, - "ENCHANTMENT_PRISTINE_1": { + "ENCHANTMENT_PALEONTOLOGIST_1": { "properties": { "buy_summary": { "items": { @@ -47384,7 +47740,7 @@ }, "type": "object" }, - "ENCHANTMENT_PRISTINE_2": { + "ENCHANTMENT_PALEONTOLOGIST_2": { "properties": { "buy_summary": { "items": { @@ -47458,7 +47814,7 @@ }, "type": "object" }, - "ENCHANTMENT_PRISTINE_3": { + "ENCHANTMENT_PALEONTOLOGIST_3": { "properties": { "buy_summary": { "items": { @@ -47532,7 +47888,7 @@ }, "type": "object" }, - "ENCHANTMENT_PRISTINE_4": { + "ENCHANTMENT_PALEONTOLOGIST_4": { "properties": { "buy_summary": { "items": { @@ -47606,7 +47962,7 @@ }, "type": "object" }, - "ENCHANTMENT_PRISTINE_5": { + "ENCHANTMENT_PALEONTOLOGIST_5": { "properties": { "buy_summary": { "items": { @@ -47680,7 +48036,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROJECTILE_PROTECTION_1": { + "ENCHANTMENT_PESTERMINATOR_1": { "properties": { "buy_summary": { "items": { @@ -47754,7 +48110,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROJECTILE_PROTECTION_2": { + "ENCHANTMENT_PESTERMINATOR_2": { "properties": { "buy_summary": { "items": { @@ -47828,7 +48184,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROJECTILE_PROTECTION_3": { + "ENCHANTMENT_PESTERMINATOR_3": { "properties": { "buy_summary": { "items": { @@ -47902,7 +48258,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROJECTILE_PROTECTION_4": { + "ENCHANTMENT_PESTERMINATOR_4": { "properties": { "buy_summary": { "items": { @@ -47976,7 +48332,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROJECTILE_PROTECTION_5": { + "ENCHANTMENT_PESTERMINATOR_5": { "properties": { "buy_summary": { "items": { @@ -48050,7 +48406,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROJECTILE_PROTECTION_6": { + "ENCHANTMENT_PIERCING_1": { "properties": { "buy_summary": { "items": { @@ -48124,7 +48480,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROJECTILE_PROTECTION_7": { + "ENCHANTMENT_PISCARY_1": { "properties": { "buy_summary": { "items": { @@ -48198,7 +48554,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSECUTE_1": { + "ENCHANTMENT_PISCARY_2": { "properties": { "buy_summary": { "items": { @@ -48272,7 +48628,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSECUTE_2": { + "ENCHANTMENT_PISCARY_3": { "properties": { "buy_summary": { "items": { @@ -48346,7 +48702,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSECUTE_3": { + "ENCHANTMENT_PISCARY_4": { "properties": { "buy_summary": { "items": { @@ -48420,7 +48776,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSECUTE_4": { + "ENCHANTMENT_PISCARY_5": { "properties": { "buy_summary": { "items": { @@ -48494,7 +48850,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSECUTE_5": { + "ENCHANTMENT_PISCARY_6": { "properties": { "buy_summary": { "items": { @@ -48568,7 +48924,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSECUTE_6": { + "ENCHANTMENT_POWER_1": { "properties": { "buy_summary": { "items": { @@ -48642,7 +48998,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSPERITY_1": { + "ENCHANTMENT_POWER_2": { "properties": { "buy_summary": { "items": { @@ -48716,7 +49072,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSPERITY_2": { + "ENCHANTMENT_POWER_3": { "properties": { "buy_summary": { "items": { @@ -48790,7 +49146,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSPERITY_3": { + "ENCHANTMENT_POWER_4": { "properties": { "buy_summary": { "items": { @@ -48864,7 +49220,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSPERITY_4": { + "ENCHANTMENT_POWER_5": { "properties": { "buy_summary": { "items": { @@ -48938,7 +49294,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROSPERITY_5": { + "ENCHANTMENT_POWER_6": { "properties": { "buy_summary": { "items": { @@ -49012,7 +49368,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROTECTION_1": { + "ENCHANTMENT_POWER_7": { "properties": { "buy_summary": { "items": { @@ -49086,7 +49442,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROTECTION_2": { + "ENCHANTMENT_PRISTINE_1": { "properties": { "buy_summary": { "items": { @@ -49160,7 +49516,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROTECTION_3": { + "ENCHANTMENT_PRISTINE_2": { "properties": { "buy_summary": { "items": { @@ -49234,7 +49590,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROTECTION_4": { + "ENCHANTMENT_PRISTINE_3": { "properties": { "buy_summary": { "items": { @@ -49308,7 +49664,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROTECTION_5": { + "ENCHANTMENT_PRISTINE_4": { "properties": { "buy_summary": { "items": { @@ -49382,7 +49738,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROTECTION_6": { + "ENCHANTMENT_PRISTINE_5": { "properties": { "buy_summary": { "items": { @@ -49456,7 +49812,7 @@ }, "type": "object" }, - "ENCHANTMENT_PROTECTION_7": { + "ENCHANTMENT_PROJECTILE_PROTECTION_1": { "properties": { "buy_summary": { "items": { @@ -49530,7 +49886,7 @@ }, "type": "object" }, - "ENCHANTMENT_PUNCH_1": { + "ENCHANTMENT_PROJECTILE_PROTECTION_2": { "properties": { "buy_summary": { "items": { @@ -49604,7 +49960,7 @@ }, "type": "object" }, - "ENCHANTMENT_PUNCH_2": { + "ENCHANTMENT_PROJECTILE_PROTECTION_3": { "properties": { "buy_summary": { "items": { @@ -49678,7 +50034,7 @@ }, "type": "object" }, - "ENCHANTMENT_QUANTUM_3": { + "ENCHANTMENT_PROJECTILE_PROTECTION_4": { "properties": { "buy_summary": { "items": { @@ -49752,7 +50108,7 @@ }, "type": "object" }, - "ENCHANTMENT_QUANTUM_4": { + "ENCHANTMENT_PROJECTILE_PROTECTION_5": { "properties": { "buy_summary": { "items": { @@ -49826,7 +50182,7 @@ }, "type": "object" }, - "ENCHANTMENT_QUANTUM_5": { + "ENCHANTMENT_PROJECTILE_PROTECTION_6": { "properties": { "buy_summary": { "items": { @@ -49900,7 +50256,7 @@ }, "type": "object" }, - "ENCHANTMENT_QUICK_BITE_1": { + "ENCHANTMENT_PROJECTILE_PROTECTION_7": { "properties": { "buy_summary": { "items": { @@ -49974,7 +50330,7 @@ }, "type": "object" }, - "ENCHANTMENT_QUICK_BITE_2": { + "ENCHANTMENT_PROSECUTE_1": { "properties": { "buy_summary": { "items": { @@ -50048,7 +50404,7 @@ }, "type": "object" }, - "ENCHANTMENT_QUICK_BITE_3": { + "ENCHANTMENT_PROSECUTE_2": { "properties": { "buy_summary": { "items": { @@ -50122,7 +50478,7 @@ }, "type": "object" }, - "ENCHANTMENT_QUICK_BITE_4": { + "ENCHANTMENT_PROSECUTE_3": { "properties": { "buy_summary": { "items": { @@ -50153,7 +50509,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -50196,7 +50552,7 @@ }, "type": "object" }, - "ENCHANTMENT_QUICK_BITE_5": { + "ENCHANTMENT_PROSECUTE_4": { "properties": { "buy_summary": { "items": { @@ -50270,7 +50626,7 @@ }, "type": "object" }, - "ENCHANTMENT_REFLECTION_1": { + "ENCHANTMENT_PROSECUTE_5": { "properties": { "buy_summary": { "items": { @@ -50344,7 +50700,7 @@ }, "type": "object" }, - "ENCHANTMENT_REFLECTION_2": { + "ENCHANTMENT_PROSECUTE_6": { "properties": { "buy_summary": { "items": { @@ -50418,7 +50774,7 @@ }, "type": "object" }, - "ENCHANTMENT_REFLECTION_3": { + "ENCHANTMENT_PROSPERITY_1": { "properties": { "buy_summary": { "items": { @@ -50492,7 +50848,7 @@ }, "type": "object" }, - "ENCHANTMENT_REFLECTION_4": { + "ENCHANTMENT_PROSPERITY_2": { "properties": { "buy_summary": { "items": { @@ -50566,7 +50922,7 @@ }, "type": "object" }, - "ENCHANTMENT_REFLECTION_5": { + "ENCHANTMENT_PROSPERITY_3": { "properties": { "buy_summary": { "items": { @@ -50640,7 +50996,7 @@ }, "type": "object" }, - "ENCHANTMENT_REJUVENATE_1": { + "ENCHANTMENT_PROSPERITY_4": { "properties": { "buy_summary": { "items": { @@ -50714,7 +51070,7 @@ }, "type": "object" }, - "ENCHANTMENT_REJUVENATE_2": { + "ENCHANTMENT_PROSPERITY_5": { "properties": { "buy_summary": { "items": { @@ -50788,7 +51144,7 @@ }, "type": "object" }, - "ENCHANTMENT_REJUVENATE_3": { + "ENCHANTMENT_PROTECTION_1": { "properties": { "buy_summary": { "items": { @@ -50862,7 +51218,7 @@ }, "type": "object" }, - "ENCHANTMENT_REJUVENATE_4": { + "ENCHANTMENT_PROTECTION_2": { "properties": { "buy_summary": { "items": { @@ -50936,7 +51292,7 @@ }, "type": "object" }, - "ENCHANTMENT_REJUVENATE_5": { + "ENCHANTMENT_PROTECTION_3": { "properties": { "buy_summary": { "items": { @@ -51010,7 +51366,7 @@ }, "type": "object" }, - "ENCHANTMENT_REPLENISH_1": { + "ENCHANTMENT_PROTECTION_4": { "properties": { "buy_summary": { "items": { @@ -51084,7 +51440,7 @@ }, "type": "object" }, - "ENCHANTMENT_RESPIRATION_1": { + "ENCHANTMENT_PROTECTION_5": { "properties": { "buy_summary": { "items": { @@ -51158,7 +51514,7 @@ }, "type": "object" }, - "ENCHANTMENT_RESPIRATION_2": { + "ENCHANTMENT_PROTECTION_6": { "properties": { "buy_summary": { "items": { @@ -51232,7 +51588,7 @@ }, "type": "object" }, - "ENCHANTMENT_RESPIRATION_3": { + "ENCHANTMENT_PROTECTION_7": { "properties": { "buy_summary": { "items": { @@ -51306,7 +51662,7 @@ }, "type": "object" }, - "ENCHANTMENT_RESPITE_1": { + "ENCHANTMENT_PUNCH_1": { "properties": { "buy_summary": { "items": { @@ -51380,7 +51736,7 @@ }, "type": "object" }, - "ENCHANTMENT_RESPITE_2": { + "ENCHANTMENT_PUNCH_2": { "properties": { "buy_summary": { "items": { @@ -51454,7 +51810,7 @@ }, "type": "object" }, - "ENCHANTMENT_RESPITE_3": { + "ENCHANTMENT_QUANTUM_3": { "properties": { "buy_summary": { "items": { @@ -51528,7 +51884,7 @@ }, "type": "object" }, - "ENCHANTMENT_RESPITE_4": { + "ENCHANTMENT_QUANTUM_4": { "properties": { "buy_summary": { "items": { @@ -51602,7 +51958,7 @@ }, "type": "object" }, - "ENCHANTMENT_RESPITE_5": { + "ENCHANTMENT_QUANTUM_5": { "properties": { "buy_summary": { "items": { @@ -51676,7 +52032,7 @@ }, "type": "object" }, - "ENCHANTMENT_SCAVENGER_1": { + "ENCHANTMENT_QUICK_BITE_1": { "properties": { "buy_summary": { "items": { @@ -51750,7 +52106,7 @@ }, "type": "object" }, - "ENCHANTMENT_SCAVENGER_2": { + "ENCHANTMENT_QUICK_BITE_2": { "properties": { "buy_summary": { "items": { @@ -51824,7 +52180,7 @@ }, "type": "object" }, - "ENCHANTMENT_SCAVENGER_3": { + "ENCHANTMENT_QUICK_BITE_3": { "properties": { "buy_summary": { "items": { @@ -51898,7 +52254,7 @@ }, "type": "object" }, - "ENCHANTMENT_SCAVENGER_4": { + "ENCHANTMENT_QUICK_BITE_4": { "properties": { "buy_summary": { "items": { @@ -51929,7 +52285,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -51972,7 +52328,7 @@ }, "type": "object" }, - "ENCHANTMENT_SCAVENGER_5": { + "ENCHANTMENT_QUICK_BITE_5": { "properties": { "buy_summary": { "items": { @@ -52046,7 +52402,7 @@ }, "type": "object" }, - "ENCHANTMENT_SHARPNESS_1": { + "ENCHANTMENT_REFLECTION_1": { "properties": { "buy_summary": { "items": { @@ -52120,7 +52476,7 @@ }, "type": "object" }, - "ENCHANTMENT_SHARPNESS_2": { + "ENCHANTMENT_REFLECTION_2": { "properties": { "buy_summary": { "items": { @@ -52194,7 +52550,7 @@ }, "type": "object" }, - "ENCHANTMENT_SHARPNESS_3": { + "ENCHANTMENT_REFLECTION_3": { "properties": { "buy_summary": { "items": { @@ -52268,7 +52624,7 @@ }, "type": "object" }, - "ENCHANTMENT_SHARPNESS_4": { + "ENCHANTMENT_REFLECTION_4": { "properties": { "buy_summary": { "items": { @@ -52342,7 +52698,7 @@ }, "type": "object" }, - "ENCHANTMENT_SHARPNESS_5": { + "ENCHANTMENT_REFLECTION_5": { "properties": { "buy_summary": { "items": { @@ -52416,7 +52772,7 @@ }, "type": "object" }, - "ENCHANTMENT_SHARPNESS_6": { + "ENCHANTMENT_REJUVENATE_1": { "properties": { "buy_summary": { "items": { @@ -52490,7 +52846,7 @@ }, "type": "object" }, - "ENCHANTMENT_SHARPNESS_7": { + "ENCHANTMENT_REJUVENATE_2": { "properties": { "buy_summary": { "items": { @@ -52564,7 +52920,7 @@ }, "type": "object" }, - "ENCHANTMENT_SILK_TOUCH_1": { + "ENCHANTMENT_REJUVENATE_3": { "properties": { "buy_summary": { "items": { @@ -52638,7 +52994,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMALL_BRAIN_3": { + "ENCHANTMENT_REJUVENATE_4": { "properties": { "buy_summary": { "items": { @@ -52712,7 +53068,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMALL_BRAIN_4": { + "ENCHANTMENT_REJUVENATE_5": { "properties": { "buy_summary": { "items": { @@ -52786,7 +53142,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMALL_BRAIN_5": { + "ENCHANTMENT_REPLENISH_1": { "properties": { "buy_summary": { "items": { @@ -52860,7 +53216,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMARTY_PANTS_1": { + "ENCHANTMENT_RESPIRATION_1": { "properties": { "buy_summary": { "items": { @@ -52934,7 +53290,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMARTY_PANTS_2": { + "ENCHANTMENT_RESPIRATION_2": { "properties": { "buy_summary": { "items": { @@ -53008,7 +53364,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMARTY_PANTS_3": { + "ENCHANTMENT_RESPIRATION_3": { "properties": { "buy_summary": { "items": { @@ -53082,7 +53438,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMARTY_PANTS_4": { + "ENCHANTMENT_RESPIRATION_4": { "properties": { "buy_summary": { "items": { @@ -53156,7 +53512,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMARTY_PANTS_5": { + "ENCHANTMENT_RESPITE_1": { "properties": { "buy_summary": { "items": { @@ -53230,7 +53586,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMELTING_TOUCH_1": { + "ENCHANTMENT_RESPITE_2": { "properties": { "buy_summary": { "items": { @@ -53304,7 +53660,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMITE_1": { + "ENCHANTMENT_RESPITE_3": { "properties": { "buy_summary": { "items": { @@ -53378,7 +53734,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMITE_2": { + "ENCHANTMENT_RESPITE_4": { "properties": { "buy_summary": { "items": { @@ -53452,7 +53808,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMITE_3": { + "ENCHANTMENT_RESPITE_5": { "properties": { "buy_summary": { "items": { @@ -53526,7 +53882,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMITE_4": { + "ENCHANTMENT_SCAVENGER_1": { "properties": { "buy_summary": { "items": { @@ -53600,7 +53956,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMITE_5": { + "ENCHANTMENT_SCAVENGER_2": { "properties": { "buy_summary": { "items": { @@ -53674,7 +54030,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMITE_6": { + "ENCHANTMENT_SCAVENGER_3": { "properties": { "buy_summary": { "items": { @@ -53748,7 +54104,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMITE_7": { + "ENCHANTMENT_SCAVENGER_4": { "properties": { "buy_summary": { "items": { @@ -53822,7 +54178,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMOLDERING_1": { + "ENCHANTMENT_SCAVENGER_5": { "properties": { "buy_summary": { "items": { @@ -53896,7 +54252,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMOLDERING_2": { + "ENCHANTMENT_SCUBA_1": { "properties": { "buy_summary": { "items": { @@ -53970,7 +54326,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMOLDERING_3": { + "ENCHANTMENT_SCUBA_2": { "properties": { "buy_summary": { "items": { @@ -54044,7 +54400,7 @@ }, "type": "object" }, - "ENCHANTMENT_SMOLDERING_4": { + "ENCHANTMENT_SCUBA_3": { "properties": { "buy_summary": { "items": { @@ -54118,23 +54474,9 @@ }, "type": "object" }, - "ENCHANTMENT_SMOLDERING_5": { + "ENCHANTMENT_SCUBA_4": { "properties": { "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" }, "product_id": { @@ -54149,7 +54491,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -54192,7 +54534,7 @@ }, "type": "object" }, - "ENCHANTMENT_SNIPE_1": { + "ENCHANTMENT_SCUBA_5": { "properties": { "buy_summary": { "items": { @@ -54266,7 +54608,7 @@ }, "type": "object" }, - "ENCHANTMENT_SNIPE_2": { + "ENCHANTMENT_SHARPNESS_1": { "properties": { "buy_summary": { "items": { @@ -54340,7 +54682,7 @@ }, "type": "object" }, - "ENCHANTMENT_SNIPE_3": { + "ENCHANTMENT_SHARPNESS_2": { "properties": { "buy_summary": { "items": { @@ -54414,7 +54756,7 @@ }, "type": "object" }, - "ENCHANTMENT_SNIPE_4": { + "ENCHANTMENT_SHARPNESS_3": { "properties": { "buy_summary": { "items": { @@ -54488,7 +54830,7 @@ }, "type": "object" }, - "ENCHANTMENT_SPIKED_HOOK_1": { + "ENCHANTMENT_SHARPNESS_4": { "properties": { "buy_summary": { "items": { @@ -54562,7 +54904,7 @@ }, "type": "object" }, - "ENCHANTMENT_SPIKED_HOOK_2": { + "ENCHANTMENT_SHARPNESS_5": { "properties": { "buy_summary": { "items": { @@ -54636,7 +54978,7 @@ }, "type": "object" }, - "ENCHANTMENT_SPIKED_HOOK_3": { + "ENCHANTMENT_SHARPNESS_6": { "properties": { "buy_summary": { "items": { @@ -54710,7 +55052,7 @@ }, "type": "object" }, - "ENCHANTMENT_SPIKED_HOOK_4": { + "ENCHANTMENT_SHARPNESS_7": { "properties": { "buy_summary": { "items": { @@ -54784,7 +55126,7 @@ }, "type": "object" }, - "ENCHANTMENT_SPIKED_HOOK_5": { + "ENCHANTMENT_SILK_TOUCH_1": { "properties": { "buy_summary": { "items": { @@ -54858,7 +55200,7 @@ }, "type": "object" }, - "ENCHANTMENT_SPIKED_HOOK_6": { + "ENCHANTMENT_SMALL_BRAIN_3": { "properties": { "buy_summary": { "items": { @@ -54932,7 +55274,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_1": { + "ENCHANTMENT_SMALL_BRAIN_4": { "properties": { "buy_summary": { "items": { @@ -55006,7 +55348,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_10": { + "ENCHANTMENT_SMALL_BRAIN_5": { "properties": { "buy_summary": { "items": { @@ -55080,7 +55422,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_2": { + "ENCHANTMENT_SMARTY_PANTS_1": { "properties": { "buy_summary": { "items": { @@ -55154,7 +55496,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_3": { + "ENCHANTMENT_SMARTY_PANTS_2": { "properties": { "buy_summary": { "items": { @@ -55228,7 +55570,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_4": { + "ENCHANTMENT_SMARTY_PANTS_3": { "properties": { "buy_summary": { "items": { @@ -55302,7 +55644,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_5": { + "ENCHANTMENT_SMARTY_PANTS_4": { "properties": { "buy_summary": { "items": { @@ -55376,7 +55718,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_6": { + "ENCHANTMENT_SMARTY_PANTS_5": { "properties": { "buy_summary": { "items": { @@ -55450,7 +55792,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_7": { + "ENCHANTMENT_SMELTING_TOUCH_1": { "properties": { "buy_summary": { "items": { @@ -55524,7 +55866,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_8": { + "ENCHANTMENT_SMITE_1": { "properties": { "buy_summary": { "items": { @@ -55598,7 +55940,7 @@ }, "type": "object" }, - "ENCHANTMENT_STRONG_MANA_9": { + "ENCHANTMENT_SMITE_2": { "properties": { "buy_summary": { "items": { @@ -55672,7 +56014,7 @@ }, "type": "object" }, - "ENCHANTMENT_SUGAR_RUSH_1": { + "ENCHANTMENT_SMITE_3": { "properties": { "buy_summary": { "items": { @@ -55746,7 +56088,7 @@ }, "type": "object" }, - "ENCHANTMENT_SUGAR_RUSH_2": { + "ENCHANTMENT_SMITE_4": { "properties": { "buy_summary": { "items": { @@ -55820,7 +56162,7 @@ }, "type": "object" }, - "ENCHANTMENT_SUGAR_RUSH_3": { + "ENCHANTMENT_SMITE_5": { "properties": { "buy_summary": { "items": { @@ -55894,7 +56236,7 @@ }, "type": "object" }, - "ENCHANTMENT_SUNDER_1": { + "ENCHANTMENT_SMITE_6": { "properties": { "buy_summary": { "items": { @@ -55968,7 +56310,7 @@ }, "type": "object" }, - "ENCHANTMENT_SUNDER_2": { + "ENCHANTMENT_SMITE_7": { "properties": { "buy_summary": { "items": { @@ -56042,7 +56384,7 @@ }, "type": "object" }, - "ENCHANTMENT_SUNDER_3": { + "ENCHANTMENT_SMOLDERING_1": { "properties": { "buy_summary": { "items": { @@ -56116,7 +56458,7 @@ }, "type": "object" }, - "ENCHANTMENT_SUNDER_4": { + "ENCHANTMENT_SMOLDERING_2": { "properties": { "buy_summary": { "items": { @@ -56190,7 +56532,7 @@ }, "type": "object" }, - "ENCHANTMENT_SUNDER_5": { + "ENCHANTMENT_SMOLDERING_3": { "properties": { "buy_summary": { "items": { @@ -56264,7 +56606,7 @@ }, "type": "object" }, - "ENCHANTMENT_SUNDER_6": { + "ENCHANTMENT_SMOLDERING_4": { "properties": { "buy_summary": { "items": { @@ -56338,7 +56680,7 @@ }, "type": "object" }, - "ENCHANTMENT_SYPHON_1": { + "ENCHANTMENT_SMOLDERING_5": { "properties": { "buy_summary": { "items": { @@ -56412,7 +56754,7 @@ }, "type": "object" }, - "ENCHANTMENT_SYPHON_2": { + "ENCHANTMENT_SNIPE_1": { "properties": { "buy_summary": { "items": { @@ -56486,7 +56828,7 @@ }, "type": "object" }, - "ENCHANTMENT_SYPHON_3": { + "ENCHANTMENT_SNIPE_2": { "properties": { "buy_summary": { "items": { @@ -56560,7 +56902,7 @@ }, "type": "object" }, - "ENCHANTMENT_SYPHON_4": { + "ENCHANTMENT_SNIPE_3": { "properties": { "buy_summary": { "items": { @@ -56634,7 +56976,7 @@ }, "type": "object" }, - "ENCHANTMENT_SYPHON_5": { + "ENCHANTMENT_SNIPE_4": { "properties": { "buy_summary": { "items": { @@ -56708,7 +57050,7 @@ }, "type": "object" }, - "ENCHANTMENT_TABASCO_1": { + "ENCHANTMENT_SPIKED_HOOK_1": { "properties": { "buy_summary": { "items": { @@ -56782,7 +57124,7 @@ }, "type": "object" }, - "ENCHANTMENT_TABASCO_2": { + "ENCHANTMENT_SPIKED_HOOK_2": { "properties": { "buy_summary": { "items": { @@ -56856,7 +57198,7 @@ }, "type": "object" }, - "ENCHANTMENT_TABASCO_3": { + "ENCHANTMENT_SPIKED_HOOK_3": { "properties": { "buy_summary": { "items": { @@ -56930,7 +57272,7 @@ }, "type": "object" }, - "ENCHANTMENT_THORNS_1": { + "ENCHANTMENT_SPIKED_HOOK_4": { "properties": { "buy_summary": { "items": { @@ -57004,7 +57346,7 @@ }, "type": "object" }, - "ENCHANTMENT_THORNS_2": { + "ENCHANTMENT_SPIKED_HOOK_5": { "properties": { "buy_summary": { "items": { @@ -57078,7 +57420,7 @@ }, "type": "object" }, - "ENCHANTMENT_THORNS_3": { + "ENCHANTMENT_SPIKED_HOOK_6": { "properties": { "buy_summary": { "items": { @@ -57152,7 +57494,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERBOLT_1": { + "ENCHANTMENT_STRONG_MANA_1": { "properties": { "buy_summary": { "items": { @@ -57226,7 +57568,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERBOLT_2": { + "ENCHANTMENT_STRONG_MANA_10": { "properties": { "buy_summary": { "items": { @@ -57300,7 +57642,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERBOLT_3": { + "ENCHANTMENT_STRONG_MANA_2": { "properties": { "buy_summary": { "items": { @@ -57374,7 +57716,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERBOLT_4": { + "ENCHANTMENT_STRONG_MANA_3": { "properties": { "buy_summary": { "items": { @@ -57448,7 +57790,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERBOLT_5": { + "ENCHANTMENT_STRONG_MANA_4": { "properties": { "buy_summary": { "items": { @@ -57522,7 +57864,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERBOLT_6": { + "ENCHANTMENT_STRONG_MANA_5": { "properties": { "buy_summary": { "items": { @@ -57596,7 +57938,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERBOLT_7": { + "ENCHANTMENT_STRONG_MANA_6": { "properties": { "buy_summary": { "items": { @@ -57670,7 +58012,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERLORD_1": { + "ENCHANTMENT_STRONG_MANA_7": { "properties": { "buy_summary": { "items": { @@ -57744,7 +58086,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERLORD_2": { + "ENCHANTMENT_STRONG_MANA_8": { "properties": { "buy_summary": { "items": { @@ -57818,7 +58160,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERLORD_3": { + "ENCHANTMENT_STRONG_MANA_9": { "properties": { "buy_summary": { "items": { @@ -57892,7 +58234,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERLORD_4": { + "ENCHANTMENT_SUGAR_RUSH_1": { "properties": { "buy_summary": { "items": { @@ -57966,7 +58308,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERLORD_5": { + "ENCHANTMENT_SUGAR_RUSH_2": { "properties": { "buy_summary": { "items": { @@ -58040,7 +58382,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERLORD_6": { + "ENCHANTMENT_SUGAR_RUSH_3": { "properties": { "buy_summary": { "items": { @@ -58114,7 +58456,7 @@ }, "type": "object" }, - "ENCHANTMENT_THUNDERLORD_7": { + "ENCHANTMENT_SUNDER_1": { "properties": { "buy_summary": { "items": { @@ -58188,7 +58530,7 @@ }, "type": "object" }, - "ENCHANTMENT_TITAN_KILLER_1": { + "ENCHANTMENT_SUNDER_2": { "properties": { "buy_summary": { "items": { @@ -58262,7 +58604,7 @@ }, "type": "object" }, - "ENCHANTMENT_TITAN_KILLER_2": { + "ENCHANTMENT_SUNDER_3": { "properties": { "buy_summary": { "items": { @@ -58336,7 +58678,7 @@ }, "type": "object" }, - "ENCHANTMENT_TITAN_KILLER_3": { + "ENCHANTMENT_SUNDER_4": { "properties": { "buy_summary": { "items": { @@ -58410,7 +58752,7 @@ }, "type": "object" }, - "ENCHANTMENT_TITAN_KILLER_4": { + "ENCHANTMENT_SUNDER_5": { "properties": { "buy_summary": { "items": { @@ -58484,7 +58826,7 @@ }, "type": "object" }, - "ENCHANTMENT_TITAN_KILLER_5": { + "ENCHANTMENT_SUNDER_6": { "properties": { "buy_summary": { "items": { @@ -58558,7 +58900,7 @@ }, "type": "object" }, - "ENCHANTMENT_TITAN_KILLER_6": { + "ENCHANTMENT_SYPHON_1": { "properties": { "buy_summary": { "items": { @@ -58632,7 +58974,7 @@ }, "type": "object" }, - "ENCHANTMENT_TITAN_KILLER_7": { + "ENCHANTMENT_SYPHON_2": { "properties": { "buy_summary": { "items": { @@ -58706,7 +59048,7 @@ }, "type": "object" }, - "ENCHANTMENT_TOXOPHILITE_1": { + "ENCHANTMENT_SYPHON_3": { "properties": { "buy_summary": { "items": { @@ -58752,7 +59094,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -58780,7 +59122,7 @@ }, "type": "object" }, - "ENCHANTMENT_TRANSYLVANIAN_4": { + "ENCHANTMENT_SYPHON_4": { "properties": { "buy_summary": { "items": { @@ -58854,7 +59196,7 @@ }, "type": "object" }, - "ENCHANTMENT_TRANSYLVANIAN_5": { + "ENCHANTMENT_SYPHON_5": { "properties": { "buy_summary": { "items": { @@ -58928,7 +59270,7 @@ }, "type": "object" }, - "ENCHANTMENT_TRIPLE_STRIKE_1": { + "ENCHANTMENT_TABASCO_1": { "properties": { "buy_summary": { "items": { @@ -59002,7 +59344,7 @@ }, "type": "object" }, - "ENCHANTMENT_TRIPLE_STRIKE_2": { + "ENCHANTMENT_TABASCO_2": { "properties": { "buy_summary": { "items": { @@ -59076,7 +59418,7 @@ }, "type": "object" }, - "ENCHANTMENT_TRIPLE_STRIKE_3": { + "ENCHANTMENT_TABASCO_3": { "properties": { "buy_summary": { "items": { @@ -59150,7 +59492,7 @@ }, "type": "object" }, - "ENCHANTMENT_TRIPLE_STRIKE_4": { + "ENCHANTMENT_THORNS_1": { "properties": { "buy_summary": { "items": { @@ -59224,7 +59566,7 @@ }, "type": "object" }, - "ENCHANTMENT_TRIPLE_STRIKE_5": { + "ENCHANTMENT_THORNS_2": { "properties": { "buy_summary": { "items": { @@ -59298,7 +59640,7 @@ }, "type": "object" }, - "ENCHANTMENT_TRUE_PROTECTION_1": { + "ENCHANTMENT_THORNS_3": { "properties": { "buy_summary": { "items": { @@ -59372,7 +59714,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CACTUS_1": { + "ENCHANTMENT_THUNDERBOLT_1": { "properties": { "buy_summary": { "items": { @@ -59446,7 +59788,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CACTUS_2": { + "ENCHANTMENT_THUNDERBOLT_2": { "properties": { "buy_summary": { "items": { @@ -59520,7 +59862,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CACTUS_3": { + "ENCHANTMENT_THUNDERBOLT_3": { "properties": { "buy_summary": { "items": { @@ -59594,7 +59936,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CACTUS_4": { + "ENCHANTMENT_THUNDERBOLT_4": { "properties": { "buy_summary": { "items": { @@ -59668,7 +60010,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CACTUS_5": { + "ENCHANTMENT_THUNDERBOLT_5": { "properties": { "buy_summary": { "items": { @@ -59742,7 +60084,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CANE_1": { + "ENCHANTMENT_THUNDERBOLT_6": { "properties": { "buy_summary": { "items": { @@ -59816,7 +60158,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CANE_2": { + "ENCHANTMENT_THUNDERBOLT_7": { "properties": { "buy_summary": { "items": { @@ -59890,7 +60232,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CANE_3": { + "ENCHANTMENT_THUNDERLORD_1": { "properties": { "buy_summary": { "items": { @@ -59964,7 +60306,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CANE_4": { + "ENCHANTMENT_THUNDERLORD_2": { "properties": { "buy_summary": { "items": { @@ -60038,7 +60380,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CANE_5": { + "ENCHANTMENT_THUNDERLORD_3": { "properties": { "buy_summary": { "items": { @@ -60112,7 +60454,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CARROT_1": { + "ENCHANTMENT_THUNDERLORD_4": { "properties": { "buy_summary": { "items": { @@ -60186,7 +60528,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CARROT_2": { + "ENCHANTMENT_THUNDERLORD_5": { "properties": { "buy_summary": { "items": { @@ -60260,7 +60602,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CARROT_3": { + "ENCHANTMENT_THUNDERLORD_6": { "properties": { "buy_summary": { "items": { @@ -60334,7 +60676,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CARROT_4": { + "ENCHANTMENT_THUNDERLORD_7": { "properties": { "buy_summary": { "items": { @@ -60408,7 +60750,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_CARROT_5": { + "ENCHANTMENT_TITAN_KILLER_1": { "properties": { "buy_summary": { "items": { @@ -60482,7 +60824,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_COCO_1": { + "ENCHANTMENT_TITAN_KILLER_2": { "properties": { "buy_summary": { "items": { @@ -60556,7 +60898,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_COCO_2": { + "ENCHANTMENT_TITAN_KILLER_3": { "properties": { "buy_summary": { "items": { @@ -60630,7 +60972,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_COCO_3": { + "ENCHANTMENT_TITAN_KILLER_4": { "properties": { "buy_summary": { "items": { @@ -60704,7 +61046,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_COCO_4": { + "ENCHANTMENT_TITAN_KILLER_5": { "properties": { "buy_summary": { "items": { @@ -60778,7 +61120,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_COCO_5": { + "ENCHANTMENT_TITAN_KILLER_6": { "properties": { "buy_summary": { "items": { @@ -60852,7 +61194,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MELON_1": { + "ENCHANTMENT_TITAN_KILLER_7": { "properties": { "buy_summary": { "items": { @@ -60926,7 +61268,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MELON_2": { + "ENCHANTMENT_TOXOPHILITE_1": { "properties": { "buy_summary": { "items": { @@ -61000,7 +61342,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MELON_3": { + "ENCHANTMENT_TRANSYLVANIAN_4": { "properties": { "buy_summary": { "items": { @@ -61074,7 +61416,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MELON_4": { + "ENCHANTMENT_TRANSYLVANIAN_5": { "properties": { "buy_summary": { "items": { @@ -61148,7 +61490,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MELON_5": { + "ENCHANTMENT_TRIPLE_STRIKE_1": { "properties": { "buy_summary": { "items": { @@ -61222,7 +61564,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MOONFLOWER_1": { + "ENCHANTMENT_TRIPLE_STRIKE_2": { "properties": { "buy_summary": { "items": { @@ -61296,7 +61638,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MOONFLOWER_2": { + "ENCHANTMENT_TRIPLE_STRIKE_3": { "properties": { "buy_summary": { "items": { @@ -61370,81 +61712,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MOONFLOWER_3": { - "properties": { - "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, - "type": "array" - }, - "product_id": { - "type": "string" - }, - "quick_status": { - "properties": { - "buyMovingWeek": { - "type": "integer" - }, - "buyOrders": { - "type": "integer" - }, - "buyPrice": { - "type": "number" - }, - "buyVolume": { - "type": "integer" - }, - "productId": { - "type": "string" - }, - "sellMovingWeek": { - "type": "integer" - }, - "sellOrders": { - "type": "integer" - }, - "sellPrice": { - "type": "number" - }, - "sellVolume": { - "type": "integer" - } - }, - "type": "object" - }, - "sell_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "ENCHANTMENT_TURBO_MOONFLOWER_4": { + "ENCHANTMENT_TRIPLE_STRIKE_4": { "properties": { "buy_summary": { "items": { @@ -61518,7 +61786,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MOONFLOWER_5": { + "ENCHANTMENT_TRIPLE_STRIKE_5": { "properties": { "buy_summary": { "items": { @@ -61592,7 +61860,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MUSHROOMS_1": { + "ENCHANTMENT_TRUE_PROTECTION_1": { "properties": { "buy_summary": { "items": { @@ -61666,7 +61934,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MUSHROOMS_2": { + "ENCHANTMENT_TURBO_CACTUS_1": { "properties": { "buy_summary": { "items": { @@ -61740,7 +62008,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MUSHROOMS_3": { + "ENCHANTMENT_TURBO_CACTUS_2": { "properties": { "buy_summary": { "items": { @@ -61814,7 +62082,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MUSHROOMS_4": { + "ENCHANTMENT_TURBO_CACTUS_3": { "properties": { "buy_summary": { "items": { @@ -61888,7 +62156,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_MUSHROOMS_5": { + "ENCHANTMENT_TURBO_CACTUS_4": { "properties": { "buy_summary": { "items": { @@ -61962,7 +62230,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_POTATO_1": { + "ENCHANTMENT_TURBO_CACTUS_5": { "properties": { "buy_summary": { "items": { @@ -62036,7 +62304,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_POTATO_2": { + "ENCHANTMENT_TURBO_CANE_1": { "properties": { "buy_summary": { "items": { @@ -62110,7 +62378,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_POTATO_3": { + "ENCHANTMENT_TURBO_CANE_2": { "properties": { "buy_summary": { "items": { @@ -62184,7 +62452,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_POTATO_4": { + "ENCHANTMENT_TURBO_CANE_3": { "properties": { "buy_summary": { "items": { @@ -62258,7 +62526,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_POTATO_5": { + "ENCHANTMENT_TURBO_CANE_4": { "properties": { "buy_summary": { "items": { @@ -62332,7 +62600,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_PUMPKIN_1": { + "ENCHANTMENT_TURBO_CANE_5": { "properties": { "buy_summary": { "items": { @@ -62406,7 +62674,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_PUMPKIN_2": { + "ENCHANTMENT_TURBO_CARROT_1": { "properties": { "buy_summary": { "items": { @@ -62480,7 +62748,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_PUMPKIN_3": { + "ENCHANTMENT_TURBO_CARROT_2": { "properties": { "buy_summary": { "items": { @@ -62554,7 +62822,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_PUMPKIN_4": { + "ENCHANTMENT_TURBO_CARROT_3": { "properties": { "buy_summary": { "items": { @@ -62628,7 +62896,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_PUMPKIN_5": { + "ENCHANTMENT_TURBO_CARROT_4": { "properties": { "buy_summary": { "items": { @@ -62702,7 +62970,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_ROSE_1": { + "ENCHANTMENT_TURBO_CARROT_5": { "properties": { "buy_summary": { "items": { @@ -62776,7 +63044,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_ROSE_2": { + "ENCHANTMENT_TURBO_COCO_1": { "properties": { "buy_summary": { "items": { @@ -62850,141 +63118,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_ROSE_3": { - "properties": { - "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, - "type": "array" - }, - "product_id": { - "type": "string" - }, - "quick_status": { - "properties": { - "buyMovingWeek": { - "type": "integer" - }, - "buyOrders": { - "type": "integer" - }, - "buyPrice": { - "type": "integer" - }, - "buyVolume": { - "type": "integer" - }, - "productId": { - "type": "string" - }, - "sellMovingWeek": { - "type": "integer" - }, - "sellOrders": { - "type": "integer" - }, - "sellPrice": { - "type": "integer" - }, - "sellVolume": { - "type": "integer" - } - }, - "type": "object" - }, - "sell_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "ENCHANTMENT_TURBO_ROSE_4": { - "properties": { - "buy_summary": { - "type": "array" - }, - "product_id": { - "type": "string" - }, - "quick_status": { - "properties": { - "buyMovingWeek": { - "type": "integer" - }, - "buyOrders": { - "type": "integer" - }, - "buyPrice": { - "type": "integer" - }, - "buyVolume": { - "type": "integer" - }, - "productId": { - "type": "string" - }, - "sellMovingWeek": { - "type": "integer" - }, - "sellOrders": { - "type": "integer" - }, - "sellPrice": { - "type": "number" - }, - "sellVolume": { - "type": "integer" - } - }, - "type": "object" - }, - "sell_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "ENCHANTMENT_TURBO_ROSE_5": { + "ENCHANTMENT_TURBO_COCO_2": { "properties": { "buy_summary": { "items": { @@ -63058,7 +63192,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_SUNFLOWER_1": { + "ENCHANTMENT_TURBO_COCO_3": { "properties": { "buy_summary": { "items": { @@ -63132,7 +63266,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_SUNFLOWER_2": { + "ENCHANTMENT_TURBO_COCO_4": { "properties": { "buy_summary": { "items": { @@ -63206,7 +63340,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_SUNFLOWER_3": { + "ENCHANTMENT_TURBO_COCO_5": { "properties": { "buy_summary": { "items": { @@ -63280,7 +63414,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_SUNFLOWER_4": { + "ENCHANTMENT_TURBO_MELON_1": { "properties": { "buy_summary": { "items": { @@ -63354,7 +63488,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_SUNFLOWER_5": { + "ENCHANTMENT_TURBO_MELON_2": { "properties": { "buy_summary": { "items": { @@ -63428,7 +63562,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WARTS_1": { + "ENCHANTMENT_TURBO_MELON_3": { "properties": { "buy_summary": { "items": { @@ -63502,7 +63636,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WARTS_2": { + "ENCHANTMENT_TURBO_MELON_4": { "properties": { "buy_summary": { "items": { @@ -63576,7 +63710,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WARTS_3": { + "ENCHANTMENT_TURBO_MELON_5": { "properties": { "buy_summary": { "items": { @@ -63650,7 +63784,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WARTS_4": { + "ENCHANTMENT_TURBO_MOONFLOWER_1": { "properties": { "buy_summary": { "items": { @@ -63724,7 +63858,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WARTS_5": { + "ENCHANTMENT_TURBO_MOONFLOWER_2": { "properties": { "buy_summary": { "items": { @@ -63798,7 +63932,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WHEAT_1": { + "ENCHANTMENT_TURBO_MOONFLOWER_3": { "properties": { "buy_summary": { "items": { @@ -63872,7 +64006,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WHEAT_2": { + "ENCHANTMENT_TURBO_MOONFLOWER_4": { "properties": { "buy_summary": { "items": { @@ -63946,7 +64080,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WHEAT_3": { + "ENCHANTMENT_TURBO_MOONFLOWER_5": { "properties": { "buy_summary": { "items": { @@ -64020,7 +64154,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WHEAT_4": { + "ENCHANTMENT_TURBO_MUSHROOMS_1": { "properties": { "buy_summary": { "items": { @@ -64094,7 +64228,7 @@ }, "type": "object" }, - "ENCHANTMENT_TURBO_WHEAT_5": { + "ENCHANTMENT_TURBO_MUSHROOMS_2": { "properties": { "buy_summary": { "items": { @@ -64168,7 +64302,2449 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_BANK_1": { + "ENCHANTMENT_TURBO_MUSHROOMS_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_MUSHROOMS_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_MUSHROOMS_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_POTATO_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_POTATO_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_POTATO_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_POTATO_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_POTATO_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_PUMPKIN_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_PUMPKIN_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_PUMPKIN_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_PUMPKIN_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_PUMPKIN_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_ROSE_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_ROSE_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_ROSE_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "integer" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_ROSE_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_ROSE_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_SUNFLOWER_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_SUNFLOWER_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_SUNFLOWER_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_SUNFLOWER_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_SUNFLOWER_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WARTS_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WARTS_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WARTS_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WARTS_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WARTS_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WHEAT_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WHEAT_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WHEAT_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WHEAT_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_TURBO_WHEAT_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_BANK_1": { "properties": { "buy_summary": { "items": { @@ -64316,7 +66892,7037 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_BANK_3": { + "ENCHANTMENT_ULTIMATE_BANK_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_BANK_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_BANK_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_BOBBIN_TIME_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_BOBBIN_TIME_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_BOBBIN_TIME_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CHIMERA_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CHIMERA_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CHIMERA_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CHIMERA_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CHIMERA_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_COMBO_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_COMBO_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_COMBO_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_COMBO_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_COMBO_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CROP_FEVER_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CROP_FEVER_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CROP_FEVER_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CROP_FEVER_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_CROP_FEVER_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FLASH_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FLASH_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FLASH_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FLASH_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FLASH_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FLOWSTATE_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FLOWSTATE_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_FLOWSTATE_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_HABANERO_TACTICS_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_HABANERO_TACTICS_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_INFERNO_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_INFERNO_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_INFERNO_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_INFERNO_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_INFERNO_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_JERRY_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_JERRY_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_JERRY_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_JERRY_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_JERRY_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LAST_STAND_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LAST_STAND_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LAST_STAND_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LAST_STAND_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LAST_STAND_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LEGION_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LEGION_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LEGION_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LEGION_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_LEGION_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_MISSILE_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_MISSILE_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_MISSILE_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "integer" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_MISSILE_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_MISSILE_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_ONE_FOR_ALL_0": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_ONE_FOR_ALL_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REFRIGERATE_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REFRIGERATE_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REFRIGERATE_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REFRIGERATE_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REFRIGERATE_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REITERATE_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REITERATE_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REITERATE_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REITERATE_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REITERATE_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REND_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REND_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REND_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REND_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_REND_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_SOUL_EATER_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_SOUL_EATER_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_SOUL_EATER_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_SOUL_EATER_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_SOUL_EATER_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_SWARM_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_SWARM_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_SWARM_3": { "properties": { "buy_summary": { "items": { @@ -64390,7 +73996,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_BANK_4": { + "ENCHANTMENT_ULTIMATE_SWARM_4": { "properties": { "buy_summary": { "items": { @@ -64464,7 +74070,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_BANK_5": { + "ENCHANTMENT_ULTIMATE_SWARM_5": { "properties": { "buy_summary": { "items": { @@ -64538,7 +74144,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_BOBBIN_TIME_3": { + "ENCHANTMENT_ULTIMATE_THE_ONE_4": { "properties": { "buy_summary": { "items": { @@ -64612,7 +74218,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_BOBBIN_TIME_4": { + "ENCHANTMENT_ULTIMATE_THE_ONE_5": { "properties": { "buy_summary": { "items": { @@ -64686,7 +74292,451 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_BOBBIN_TIME_5": { + "ENCHANTMENT_ULTIMATE_WISDOM_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_WISDOM_2": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_WISDOM_3": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_WISDOM_4": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_WISDOM_5": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_WISE_1": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "number" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "ENCHANTMENT_ULTIMATE_WISE_2": { "properties": { "buy_summary": { "items": { @@ -64760,7 +74810,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CHIMERA_1": { + "ENCHANTMENT_ULTIMATE_WISE_3": { "properties": { "buy_summary": { "items": { @@ -64834,7 +74884,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CHIMERA_2": { + "ENCHANTMENT_ULTIMATE_WISE_4": { "properties": { "buy_summary": { "items": { @@ -64908,7 +74958,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CHIMERA_3": { + "ENCHANTMENT_ULTIMATE_WISE_5": { "properties": { "buy_summary": { "items": { @@ -64982,7 +75032,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CHIMERA_4": { + "ENCHANTMENT_VAMPIRISM_1": { "properties": { "buy_summary": { "items": { @@ -65056,7 +75106,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CHIMERA_5": { + "ENCHANTMENT_VAMPIRISM_2": { "properties": { "buy_summary": { "items": { @@ -65130,7 +75180,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_COMBO_1": { + "ENCHANTMENT_VAMPIRISM_3": { "properties": { "buy_summary": { "items": { @@ -65204,7 +75254,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_COMBO_2": { + "ENCHANTMENT_VAMPIRISM_4": { "properties": { "buy_summary": { "items": { @@ -65278,7 +75328,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_COMBO_3": { + "ENCHANTMENT_VAMPIRISM_5": { "properties": { "buy_summary": { "items": { @@ -65352,7 +75402,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_COMBO_4": { + "ENCHANTMENT_VAMPIRISM_6": { "properties": { "buy_summary": { "items": { @@ -65426,7 +75476,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_COMBO_5": { + "ENCHANTMENT_VENOMOUS_1": { "properties": { "buy_summary": { "items": { @@ -65500,7 +75550,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CROP_FEVER_1": { + "ENCHANTMENT_VENOMOUS_2": { "properties": { "buy_summary": { "items": { @@ -65574,7 +75624,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CROP_FEVER_2": { + "ENCHANTMENT_VENOMOUS_3": { "properties": { "buy_summary": { "items": { @@ -65648,7 +75698,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CROP_FEVER_3": { + "ENCHANTMENT_VENOMOUS_4": { "properties": { "buy_summary": { "items": { @@ -65722,7 +75772,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CROP_FEVER_4": { + "ENCHANTMENT_VENOMOUS_5": { "properties": { "buy_summary": { "items": { @@ -65753,7 +75803,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -65796,7 +75846,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_CROP_FEVER_5": { + "ENCHANTMENT_VENOMOUS_6": { "properties": { "buy_summary": { "items": { @@ -65870,7 +75920,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_1": { + "ENCHANTMENT_VICIOUS_3": { "properties": { "buy_summary": { "items": { @@ -65944,7 +75994,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_2": { + "ENCHANTMENT_VICIOUS_4": { "properties": { "buy_summary": { "items": { @@ -66018,7 +76068,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_3": { + "ENCHANTMENT_VICIOUS_5": { "properties": { "buy_summary": { "items": { @@ -66092,7 +76142,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_4": { + "ENCHANTMENT_WITHER_HUNTER_0": { "properties": { "buy_summary": { "items": { @@ -66166,7 +76216,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FATAL_TEMPO_5": { + "ENDERMAN_CORTEX_REWRITER": { "properties": { "buy_summary": { "items": { @@ -66240,7 +76290,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_1": { + "ENDER_MONOCLE": { "properties": { "buy_summary": { "items": { @@ -66314,7 +76364,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_2": { + "ENDER_PEARL": { "properties": { "buy_summary": { "items": { @@ -66388,7 +76438,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_3": { + "ENDER_STONE": { "properties": { "buy_summary": { "items": { @@ -66462,7 +76512,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_4": { + "ENDSTONE_GEODE": { "properties": { "buy_summary": { "items": { @@ -66536,7 +76586,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FIRST_IMPRESSION_5": { + "ENDSTONE_IDOL": { "properties": { "buy_summary": { "items": { @@ -66610,7 +76660,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FLASH_1": { + "END_STONE_SHULKER": { "properties": { "buy_summary": { "items": { @@ -66684,7 +76734,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FLASH_2": { + "ENSNARED_SNAIL": { "properties": { "buy_summary": { "items": { @@ -66758,7 +76808,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FLASH_3": { + "ENTROPY_SUPPRESSOR": { "properties": { "buy_summary": { "items": { @@ -66832,7 +76882,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FLASH_4": { + "ESSENCE_CRIMSON": { "properties": { "buy_summary": { "items": { @@ -66906,7 +76956,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FLASH_5": { + "ESSENCE_DIAMOND": { "properties": { "buy_summary": { "items": { @@ -66980,7 +77030,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FLOWSTATE_1": { + "ESSENCE_DRAGON": { "properties": { "buy_summary": { "items": { @@ -67054,7 +77104,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FLOWSTATE_2": { + "ESSENCE_FOREST": { "properties": { "buy_summary": { "items": { @@ -67128,7 +77178,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_FLOWSTATE_3": { + "ESSENCE_FOSSIL": { "properties": { "buy_summary": { "items": { @@ -67202,7 +77252,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_HABANERO_TACTICS_4": { + "ESSENCE_GOLD": { "properties": { "buy_summary": { "items": { @@ -67276,7 +77326,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_HABANERO_TACTICS_5": { + "ESSENCE_ICE": { "properties": { "buy_summary": { "items": { @@ -67350,7 +77400,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_INFERNO_1": { + "ESSENCE_SPIDER": { "properties": { "buy_summary": { "items": { @@ -67424,7 +77474,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_INFERNO_2": { + "ESSENCE_UNDEAD": { "properties": { "buy_summary": { "items": { @@ -67498,7 +77548,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_INFERNO_3": { + "ESSENCE_WITHER": { "properties": { "buy_summary": { "items": { @@ -67572,7 +77622,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_INFERNO_4": { + "EXPIRED_PUMPKIN": { "properties": { "buy_summary": { "items": { @@ -67646,7 +77696,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_INFERNO_5": { + "EXPORTABLE_CARROTS": { "properties": { "buy_summary": { "items": { @@ -67720,7 +77770,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_JERRY_1": { + "EXP_BOTTLE": { "properties": { "buy_summary": { "items": { @@ -67794,7 +77844,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_JERRY_2": { + "FARMING_FOR_DUMMIES": { "properties": { "buy_summary": { "items": { @@ -67868,7 +77918,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_JERRY_3": { + "FEATHER": { "properties": { "buy_summary": { "items": { @@ -67942,7 +77992,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_JERRY_4": { + "FEL_PEARL": { "properties": { "buy_summary": { "items": { @@ -68016,7 +78066,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_JERRY_5": { + "FERMENTO": { "properties": { "buy_summary": { "items": { @@ -68090,7 +78140,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LAST_STAND_1": { + "FESTERING_MAGGOT": { "properties": { "buy_summary": { "items": { @@ -68164,7 +78214,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LAST_STAND_2": { + "FIFTH_MASTER_STAR": { "properties": { "buy_summary": { "items": { @@ -68238,7 +78288,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LAST_STAND_3": { + "FIGHTING_BOOSTER": { "properties": { "buy_summary": { "items": { @@ -68312,7 +78362,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LAST_STAND_4": { + "FIGSTONE": { "properties": { "buy_summary": { "items": { @@ -68386,7 +78436,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LAST_STAND_5": { + "FIG_LOG": { "properties": { "buy_summary": { "items": { @@ -68460,7 +78510,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LEGION_1": { + "FILLED_ROSEWATER_FLASK": { "properties": { "buy_summary": { "items": { @@ -68534,7 +78584,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LEGION_2": { + "FINE_AMBER_GEM": { "properties": { "buy_summary": { "items": { @@ -68608,7 +78658,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LEGION_3": { + "FINE_AMETHYST_GEM": { "properties": { "buy_summary": { "items": { @@ -68682,7 +78732,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LEGION_4": { + "FINE_JADE_GEM": { "properties": { "buy_summary": { "items": { @@ -68756,7 +78806,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_LEGION_5": { + "FINE_JASPER_GEM": { "properties": { "buy_summary": { "items": { @@ -68830,7 +78880,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_MISSILE_1": { + "FINE_ONYX_GEM": { "properties": { "buy_summary": { "items": { @@ -68904,7 +78954,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_MISSILE_2": { + "FINE_OPAL_GEM": { "properties": { "buy_summary": { "items": { @@ -68978,7 +79028,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_MISSILE_3": { + "FINE_PERIDOT_GEM": { "properties": { "buy_summary": { "items": { @@ -69024,7 +79074,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -69052,7 +79102,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_MISSILE_4": { + "FINE_RUBY_GEM": { "properties": { "buy_summary": { "items": { @@ -69126,7 +79176,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_MISSILE_5": { + "FINE_SAPPHIRE_GEM": { "properties": { "buy_summary": { "items": { @@ -69200,7 +79250,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_1": { + "FINE_TOPAZ_GEM": { "properties": { "buy_summary": { "items": { @@ -69274,7 +79324,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_2": { + "FIRE_IN_A_BOTTLE": { "properties": { "buy_summary": { "items": { @@ -69348,7 +79398,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_3": { + "FIRST_MASTER_STAR": { "properties": { "buy_summary": { "items": { @@ -69422,7 +79472,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_4": { + "FISH_BAIT": { "properties": { "buy_summary": { "items": { @@ -69496,7 +79546,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_NO_PAIN_NO_GAIN_5": { + "FLAMES": { "properties": { "buy_summary": { "items": { @@ -69570,7 +79620,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_ONE_FOR_ALL_0": { + "FLAMING_HEART": { "properties": { "buy_summary": { "items": { @@ -69644,7 +79694,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_ONE_FOR_ALL_1": { + "FLAWED_AMBER_GEM": { "properties": { "buy_summary": { "items": { @@ -69718,7 +79768,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REFRIGERATE_1": { + "FLAWED_AMETHYST_GEM": { "properties": { "buy_summary": { "items": { @@ -69792,7 +79842,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REFRIGERATE_2": { + "FLAWED_JADE_GEM": { "properties": { "buy_summary": { "items": { @@ -69866,7 +79916,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REFRIGERATE_3": { + "FLAWED_JASPER_GEM": { "properties": { "buy_summary": { "items": { @@ -69897,7 +79947,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -69940,7 +79990,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REFRIGERATE_4": { + "FLAWED_OPAL_GEM": { "properties": { "buy_summary": { "items": { @@ -69952,7 +80002,7 @@ "type": "integer" }, "pricePerUnit": { - "type": "integer" + "type": "number" } }, "type": "object" @@ -69971,7 +80021,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -70014,7 +80064,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REFRIGERATE_5": { + "FLAWED_PERIDOT_GEM": { "properties": { "buy_summary": { "items": { @@ -70088,7 +80138,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REITERATE_1": { + "FLAWED_RUBY_GEM": { "properties": { "buy_summary": { "items": { @@ -70162,7 +80212,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REITERATE_2": { + "FLAWED_SAPPHIRE_GEM": { "properties": { "buy_summary": { "items": { @@ -70236,7 +80286,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REITERATE_3": { + "FLAWED_TOPAZ_GEM": { "properties": { "buy_summary": { "items": { @@ -70310,7 +80360,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REITERATE_4": { + "FLAWLESS_AMBER_GEM": { "properties": { "buy_summary": { "items": { @@ -70384,7 +80434,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REITERATE_5": { + "FLAWLESS_AMETHYST_GEM": { "properties": { "buy_summary": { "items": { @@ -70458,7 +80508,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REND_1": { + "FLAWLESS_AQUAMARINE_GEM": { "properties": { "buy_summary": { "items": { @@ -70532,7 +80582,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REND_2": { + "FLAWLESS_CITRINE_GEM": { "properties": { "buy_summary": { "items": { @@ -70606,7 +80656,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REND_3": { + "FLAWLESS_JADE_GEM": { "properties": { "buy_summary": { "items": { @@ -70680,7 +80730,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REND_4": { + "FLAWLESS_JASPER_GEM": { "properties": { "buy_summary": { "items": { @@ -70754,7 +80804,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_REND_5": { + "FLAWLESS_OPAL_GEM": { "properties": { "buy_summary": { "items": { @@ -70828,7 +80878,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SOUL_EATER_1": { + "FLAWLESS_RUBY_GEM": { "properties": { "buy_summary": { "items": { @@ -70902,7 +80952,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SOUL_EATER_2": { + "FLAWLESS_SAPPHIRE_GEM": { "properties": { "buy_summary": { "items": { @@ -70976,7 +81026,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SOUL_EATER_3": { + "FLAWLESS_TOPAZ_GEM": { "properties": { "buy_summary": { "items": { @@ -71050,7 +81100,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SOUL_EATER_4": { + "FLESHTRAP": { "properties": { "buy_summary": { "items": { @@ -71124,7 +81174,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SOUL_EATER_5": { + "FLEXBONE": { "properties": { "buy_summary": { "items": { @@ -71198,7 +81248,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SWARM_1": { + "FLINT": { "properties": { "buy_summary": { "items": { @@ -71272,7 +81322,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SWARM_2": { + "FLOWERING_BOUQUET": { "properties": { "buy_summary": { "items": { @@ -71346,7 +81396,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SWARM_3": { + "FLYCATCHER_UPGRADE": { "properties": { "buy_summary": { "items": { @@ -71420,7 +81470,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SWARM_4": { + "FLY_SWATTER": { "properties": { "buy_summary": { "items": { @@ -71494,7 +81544,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_SWARM_5": { + "FOOTPRINT_FOSSIL": { "properties": { "buy_summary": { "items": { @@ -71568,7 +81618,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_THE_ONE_4": { + "FORAGING_FORTUNE_BOOSTER": { "properties": { "buy_summary": { "items": { @@ -71642,7 +81692,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_THE_ONE_5": { + "FORAGING_WISDOM_BOOSTER": { "properties": { "buy_summary": { "items": { @@ -71716,7 +81766,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISDOM_1": { + "FOUL_FLESH": { "properties": { "buy_summary": { "items": { @@ -71790,7 +81840,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISDOM_2": { + "FOURTH_MASTER_STAR": { "properties": { "buy_summary": { "items": { @@ -71864,7 +81914,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISDOM_3": { + "FRAGRANCED_BROWN_MUSHROOM_PASTE": { "properties": { "buy_summary": { "items": { @@ -71938,7 +81988,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISDOM_4": { + "FREE_WILL": { "properties": { "buy_summary": { "items": { @@ -72012,7 +82062,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISDOM_5": { + "FRESHLY_MINTED_COINS": { "properties": { "buy_summary": { "items": { @@ -72043,7 +82093,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -72086,7 +82136,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISE_1": { + "FRIED_FEATHER": { "properties": { "buy_summary": { "items": { @@ -72160,7 +82210,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISE_2": { + "FRIGID_HUSK": { "properties": { "buy_summary": { "items": { @@ -72234,7 +82284,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISE_3": { + "FROGCOIN": { "properties": { "buy_summary": { "items": { @@ -72265,7 +82315,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -72308,7 +82358,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISE_4": { + "FROZEN_BAIT": { "properties": { "buy_summary": { "items": { @@ -72382,7 +82432,7 @@ }, "type": "object" }, - "ENCHANTMENT_ULTIMATE_WISE_5": { + "FROZEN_BAUBLE": { "properties": { "buy_summary": { "items": { @@ -72456,7 +82506,7 @@ }, "type": "object" }, - "ENCHANTMENT_VAMPIRISM_1": { + "FROZEN_SCUTE": { "properties": { "buy_summary": { "items": { @@ -72530,7 +82580,7 @@ }, "type": "object" }, - "ENCHANTMENT_VAMPIRISM_2": { + "FTX_3070": { "properties": { "buy_summary": { "items": { @@ -72604,7 +82654,7 @@ }, "type": "object" }, - "ENCHANTMENT_VAMPIRISM_3": { + "FUEL_GABAGOOL": { "properties": { "buy_summary": { "items": { @@ -72678,7 +82728,7 @@ }, "type": "object" }, - "ENCHANTMENT_VAMPIRISM_4": { + "FUEL_TANK": { "properties": { "buy_summary": { "items": { @@ -72752,7 +82802,7 @@ }, "type": "object" }, - "ENCHANTMENT_VAMPIRISM_5": { + "FULL_CHUM_BUCKET": { "properties": { "buy_summary": { "items": { @@ -72826,7 +82876,7 @@ }, "type": "object" }, - "ENCHANTMENT_VAMPIRISM_6": { + "FULL_JAW_FANGING_KIT": { "properties": { "buy_summary": { "items": { @@ -72900,7 +82950,7 @@ }, "type": "object" }, - "ENCHANTMENT_VENOMOUS_1": { + "FUMING_POTATO_BOOK": { "properties": { "buy_summary": { "items": { @@ -72974,7 +83024,7 @@ }, "type": "object" }, - "ENCHANTMENT_VENOMOUS_2": { + "FURBALL": { "properties": { "buy_summary": { "items": { @@ -73048,7 +83098,7 @@ }, "type": "object" }, - "ENCHANTMENT_VENOMOUS_3": { + "GEMSTONE_MIXTURE": { "properties": { "buy_summary": { "items": { @@ -73122,7 +83172,7 @@ }, "type": "object" }, - "ENCHANTMENT_VENOMOUS_4": { + "GENERATOR_UPGRADE_STONE_CLAY_12": { "properties": { "buy_summary": { "items": { @@ -73196,7 +83246,7 @@ }, "type": "object" }, - "ENCHANTMENT_VENOMOUS_5": { + "GENERATOR_UPGRADE_STONE_FISHING_12": { "properties": { "buy_summary": { "items": { @@ -73270,7 +83320,7 @@ }, "type": "object" }, - "ENCHANTMENT_VENOMOUS_6": { + "GENERATOR_UPGRADE_STONE_REVENANT_12": { "properties": { "buy_summary": { "items": { @@ -73344,7 +83394,7 @@ }, "type": "object" }, - "ENCHANTMENT_VICIOUS_3": { + "GENERATOR_UPGRADE_STONE_TARANTULA_12": { "properties": { "buy_summary": { "items": { @@ -73418,7 +83468,7 @@ }, "type": "object" }, - "ENCHANTMENT_VICIOUS_4": { + "GEOMETRIC_ODDITY": { "properties": { "buy_summary": { "items": { @@ -73464,7 +83514,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -73492,7 +83542,7 @@ }, "type": "object" }, - "ENCHANTMENT_VICIOUS_5": { + "GHAST_TEAR": { "properties": { "buy_summary": { "items": { @@ -73566,7 +83616,7 @@ }, "type": "object" }, - "ENCHANTMENT_WITHER_HUNTER_0": { + "GIANT_BOUNCY_BEACH_BALL": { "properties": { "buy_summary": { "items": { @@ -73640,7 +83690,7 @@ }, "type": "object" }, - "ENDERMAN_CORTEX_REWRITER": { + "GIANT_FRAGMENT_BIGFOOT": { "properties": { "buy_summary": { "items": { @@ -73714,7 +83764,7 @@ }, "type": "object" }, - "ENDER_MONOCLE": { + "GIANT_FRAGMENT_BOULDER": { "properties": { "buy_summary": { "items": { @@ -73788,7 +83838,7 @@ }, "type": "object" }, - "ENDER_PEARL": { + "GIANT_FRAGMENT_DIAMOND": { "properties": { "buy_summary": { "items": { @@ -73862,7 +83912,7 @@ }, "type": "object" }, - "ENDER_STONE": { + "GIANT_FRAGMENT_LASER": { "properties": { "buy_summary": { "items": { @@ -73936,7 +83986,7 @@ }, "type": "object" }, - "ENDSTONE_GEODE": { + "GIANT_TOOTH": { "properties": { "buy_summary": { "items": { @@ -74010,7 +84060,7 @@ }, "type": "object" }, - "END_STONE_SHULKER": { + "GLACIAL_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -74084,7 +84134,7 @@ }, "type": "object" }, - "ENSNARED_SNAIL": { + "GLACITE": { "properties": { "buy_summary": { "items": { @@ -74158,7 +84208,7 @@ }, "type": "object" }, - "ENTROPY_SUPPRESSOR": { + "GLACITE_AMALGAMATION": { "properties": { "buy_summary": { "items": { @@ -74232,7 +84282,7 @@ }, "type": "object" }, - "ESSENCE_CRIMSON": { + "GLACITE_JEWEL": { "properties": { "buy_summary": { "items": { @@ -74306,7 +84356,7 @@ }, "type": "object" }, - "ESSENCE_DIAMOND": { + "GLACITE_SHARD": { "properties": { "buy_summary": { "items": { @@ -74380,7 +84430,7 @@ }, "type": "object" }, - "ESSENCE_DRAGON": { + "GLASSCORN": { "properties": { "buy_summary": { "items": { @@ -74426,7 +84476,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -74454,7 +84504,7 @@ }, "type": "object" }, - "ESSENCE_GOLD": { + "GLEAMING_CRYSTAL": { "properties": { "buy_summary": { "items": { @@ -74528,7 +84578,7 @@ }, "type": "object" }, - "ESSENCE_ICE": { + "GLOOMGOURD": { "properties": { "buy_summary": { "items": { @@ -74602,7 +84652,7 @@ }, "type": "object" }, - "ESSENCE_SPIDER": { + "GLOSSY_GEMSTONE": { "properties": { "buy_summary": { "items": { @@ -74676,7 +84726,7 @@ }, "type": "object" }, - "ESSENCE_UNDEAD": { + "GLOWING_MUSHROOM": { "properties": { "buy_summary": { "items": { @@ -74750,7 +84800,7 @@ }, "type": "object" }, - "ESSENCE_WITHER": { + "GLOWSTONE_DUST": { "properties": { "buy_summary": { "items": { @@ -74824,7 +84874,7 @@ }, "type": "object" }, - "EXPIRED_PUMPKIN": { + "GLOWSTONE_DUST_DISTILLATE": { "properties": { "buy_summary": { "items": { @@ -74898,7 +84948,7 @@ }, "type": "object" }, - "EXPORTABLE_CARROTS": { + "GLOWY_CHUM_BAIT": { "properties": { "buy_summary": { "items": { @@ -74972,7 +85022,7 @@ }, "type": "object" }, - "EXP_BOTTLE": { + "GOBLIN_EGG": { "properties": { "buy_summary": { "items": { @@ -75046,7 +85096,7 @@ }, "type": "object" }, - "FARMING_FOR_DUMMIES": { + "GOBLIN_EGG_BLUE": { "properties": { "buy_summary": { "items": { @@ -75120,7 +85170,7 @@ }, "type": "object" }, - "FEATHER": { + "GOBLIN_EGG_GREEN": { "properties": { "buy_summary": { "items": { @@ -75194,7 +85244,7 @@ }, "type": "object" }, - "FEL_PEARL": { + "GOBLIN_EGG_RED": { "properties": { "buy_summary": { "items": { @@ -75268,7 +85318,7 @@ }, "type": "object" }, - "FERMENTO": { + "GOBLIN_EGG_YELLOW": { "properties": { "buy_summary": { "items": { @@ -75342,7 +85392,7 @@ }, "type": "object" }, - "FIFTH_MASTER_STAR": { + "GODSEED": { "properties": { "buy_summary": { "items": { @@ -75416,7 +85466,7 @@ }, "type": "object" }, - "FINE_AMBER_GEM": { + "GOLDEN_BAIT": { "properties": { "buy_summary": { "items": { @@ -75490,7 +85540,7 @@ }, "type": "object" }, - "FINE_AMETHYST_GEM": { + "GOLDEN_BALL": { "properties": { "buy_summary": { "items": { @@ -75564,7 +85614,7 @@ }, "type": "object" }, - "FINE_JADE_GEM": { + "GOLDEN_BOUNTY": { "properties": { "buy_summary": { "items": { @@ -75638,7 +85688,7 @@ }, "type": "object" }, - "FINE_JASPER_GEM": { + "GOLDEN_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -75712,7 +85762,7 @@ }, "type": "object" }, - "FINE_ONYX_GEM": { + "GOLDEN_PLATE": { "properties": { "buy_summary": { "items": { @@ -75786,7 +85836,7 @@ }, "type": "object" }, - "FINE_OPAL_GEM": { + "GOLDEN_POWDER": { "properties": { "buy_summary": { "items": { @@ -75860,7 +85910,7 @@ }, "type": "object" }, - "FINE_RUBY_GEM": { + "GOLDEN_TOOTH": { "properties": { "buy_summary": { "items": { @@ -75934,7 +85984,7 @@ }, "type": "object" }, - "FINE_SAPPHIRE_GEM": { + "GOLD_BOTTLE_CAP": { "properties": { "buy_summary": { "items": { @@ -76008,7 +86058,7 @@ }, "type": "object" }, - "FINE_TOPAZ_GEM": { + "GOLD_INGOT": { "properties": { "buy_summary": { "items": { @@ -76082,7 +86132,7 @@ }, "type": "object" }, - "FIRE_IN_A_BOTTLE": { + "GOLEM_POPPY": { "properties": { "buy_summary": { "items": { @@ -76156,7 +86206,7 @@ }, "type": "object" }, - "FIRST_MASTER_STAR": { + "GRAND_EXP_BOTTLE": { "properties": { "buy_summary": { "items": { @@ -76230,7 +86280,7 @@ }, "type": "object" }, - "FISH_BAIT": { + "GRAVEL": { "properties": { "buy_summary": { "items": { @@ -76304,7 +86354,7 @@ }, "type": "object" }, - "FLAMES": { + "GREAT_CARROT_CANDY": { "properties": { "buy_summary": { "items": { @@ -76378,7 +86428,7 @@ }, "type": "object" }, - "FLAMING_HEART": { + "GREAT_WHITE_SHARK_TOOTH": { "properties": { "buy_summary": { "items": { @@ -76452,7 +86502,7 @@ }, "type": "object" }, - "FLAWED_AMBER_GEM": { + "GREAT_WHITE_TOOTH_MEAL": { "properties": { "buy_summary": { "items": { @@ -76526,7 +86576,7 @@ }, "type": "object" }, - "FLAWED_AMETHYST_GEM": { + "GREEN_CANDY": { "properties": { "buy_summary": { "items": { @@ -76600,7 +86650,7 @@ }, "type": "object" }, - "FLAWED_JADE_GEM": { + "GREEN_GIFT": { "properties": { "buy_summary": { "items": { @@ -76674,7 +86724,7 @@ }, "type": "object" }, - "FLAWED_JASPER_GEM": { + "GRIFFIN_FEATHER": { "properties": { "buy_summary": { "items": { @@ -76748,7 +86798,7 @@ }, "type": "object" }, - "FLAWED_OPAL_GEM": { + "GRIFFIN_UPGRADE_STONE_EPIC": { "properties": { "buy_summary": { "items": { @@ -76822,7 +86872,7 @@ }, "type": "object" }, - "FLAWED_PERIDOT_GEM": { + "GRIFFIN_UPGRADE_STONE_LEGENDARY": { "properties": { "buy_summary": { "items": { @@ -76853,7 +86903,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -76896,7 +86946,7 @@ }, "type": "object" }, - "FLAWED_RUBY_GEM": { + "GRIFFIN_UPGRADE_STONE_MYTHIC": { "properties": { "buy_summary": { "items": { @@ -76970,7 +87020,7 @@ }, "type": "object" }, - "FLAWED_SAPPHIRE_GEM": { + "GRIFFIN_UPGRADE_STONE_RARE": { "properties": { "buy_summary": { "items": { @@ -77044,7 +87094,7 @@ }, "type": "object" }, - "FLAWED_TOPAZ_GEM": { + "GRIFFIN_UPGRADE_STONE_UNCOMMON": { "properties": { "buy_summary": { "items": { @@ -77118,7 +87168,7 @@ }, "type": "object" }, - "FLAWLESS_AMBER_GEM": { + "GUARDIAN_LUCKY_BLOCK": { "properties": { "buy_summary": { "items": { @@ -77192,7 +87242,7 @@ }, "type": "object" }, - "FLAWLESS_AMETHYST_GEM": { + "HALF_EATEN_MUSHROOM": { "properties": { "buy_summary": { "items": { @@ -77266,7 +87316,7 @@ }, "type": "object" }, - "FLAWLESS_JADE_GEM": { + "HALLOWED_SKULL": { "properties": { "buy_summary": { "items": { @@ -77340,7 +87390,7 @@ }, "type": "object" }, - "FLAWLESS_JASPER_GEM": { + "HAMSTER_WHEEL": { "properties": { "buy_summary": { "items": { @@ -77414,7 +87464,7 @@ }, "type": "object" }, - "FLAWLESS_OPAL_GEM": { + "HARDENED_WOOD": { "properties": { "buy_summary": { "items": { @@ -77488,7 +87538,7 @@ }, "type": "object" }, - "FLAWLESS_RUBY_GEM": { + "HARD_STONE": { "properties": { "buy_summary": { "items": { @@ -77562,7 +87612,7 @@ }, "type": "object" }, - "FLAWLESS_SAPPHIRE_GEM": { + "HASHBROWN": { "properties": { "buy_summary": { "items": { @@ -77636,7 +87686,7 @@ }, "type": "object" }, - "FLAWLESS_TOPAZ_GEM": { + "HAY_BLOCK": { "properties": { "buy_summary": { "items": { @@ -77710,7 +87760,7 @@ }, "type": "object" }, - "FLESHTRAP": { + "HAZMAT_ENDERMAN": { "properties": { "buy_summary": { "items": { @@ -77756,7 +87806,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -77784,7 +87834,7 @@ }, "type": "object" }, - "FLEXBONE": { + "HEALING_TISSUE": { "properties": { "buy_summary": { "items": { @@ -77858,7 +87908,7 @@ }, "type": "object" }, - "FLINT": { + "HEAVY_GABAGOOL": { "properties": { "buy_summary": { "items": { @@ -77932,7 +87982,7 @@ }, "type": "object" }, - "FLOWERING_BOUQUET": { + "HEAVY_PEARL": { "properties": { "buy_summary": { "items": { @@ -78006,7 +88056,7 @@ }, "type": "object" }, - "FLYCATCHER_UPGRADE": { + "HELIANTHUS": { "properties": { "buy_summary": { "items": { @@ -78080,7 +88130,7 @@ }, "type": "object" }, - "FLY_SWATTER": { + "HELIX": { "properties": { "buy_summary": { "items": { @@ -78154,7 +88204,7 @@ }, "type": "object" }, - "FOUL_FLESH": { + "HEMOBOMB": { "properties": { "buy_summary": { "items": { @@ -78228,7 +88278,7 @@ }, "type": "object" }, - "FOURTH_MASTER_STAR": { + "HEMOGLASS": { "properties": { "buy_summary": { "items": { @@ -78302,7 +88352,7 @@ }, "type": "object" }, - "FROZEN_BAIT": { + "HEMOVIBE": { "properties": { "buy_summary": { "items": { @@ -78376,7 +88426,7 @@ }, "type": "object" }, - "FROZEN_BAUBLE": { + "HOLY_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -78450,7 +88500,7 @@ }, "type": "object" }, - "FTX_3070": { + "HONEY_JAR": { "properties": { "buy_summary": { "items": { @@ -78524,7 +88574,7 @@ }, "type": "object" }, - "FUEL_GABAGOOL": { + "HORNS_OF_TORMENT": { "properties": { "buy_summary": { "items": { @@ -78598,7 +88648,7 @@ }, "type": "object" }, - "FUEL_TANK": { + "HORN_OF_TAURUS": { "properties": { "buy_summary": { "items": { @@ -78672,7 +88722,7 @@ }, "type": "object" }, - "FULL_CHUM_BUCKET": { + "HORSEMAN_CANDLE": { "properties": { "buy_summary": { "items": { @@ -78746,7 +88796,7 @@ }, "type": "object" }, - "FULL_JAW_FANGING_KIT": { + "HOT_BAIT": { "properties": { "buy_summary": { "items": { @@ -78820,7 +88870,7 @@ }, "type": "object" }, - "FUMING_POTATO_BOOK": { + "HOT_POTATO_BOOK": { "properties": { "buy_summary": { "items": { @@ -78894,7 +88944,7 @@ }, "type": "object" }, - "FURBALL": { + "HOT_STUFF": { "properties": { "buy_summary": { "items": { @@ -78968,7 +89018,7 @@ }, "type": "object" }, - "GEMSTONE_MIXTURE": { + "HUGE_MUSHROOM_1": { "properties": { "buy_summary": { "items": { @@ -79042,7 +89092,7 @@ }, "type": "object" }, - "GENERATOR_UPGRADE_STONE_CLAY_12": { + "HUGE_MUSHROOM_2": { "properties": { "buy_summary": { "items": { @@ -79116,7 +89166,7 @@ }, "type": "object" }, - "GENERATOR_UPGRADE_STONE_FISHING_12": { + "HYPERGOLIC_GABAGOOL": { "properties": { "buy_summary": { "items": { @@ -79190,7 +89240,7 @@ }, "type": "object" }, - "GENERATOR_UPGRADE_STONE_REVENANT_12": { + "HYPERGOLIC_IONIZED_CERAMICS": { "properties": { "buy_summary": { "items": { @@ -79235,80 +89285,6 @@ "sellOrders": { "type": "integer" }, - "sellPrice": { - "type": "integer" - }, - "sellVolume": { - "type": "integer" - } - }, - "type": "object" - }, - "sell_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, - "type": "array" - } - }, - "type": "object" - }, - "GENERATOR_UPGRADE_STONE_TARANTULA_12": { - "properties": { - "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, - "type": "array" - }, - "product_id": { - "type": "string" - }, - "quick_status": { - "properties": { - "buyMovingWeek": { - "type": "integer" - }, - "buyOrders": { - "type": "integer" - }, - "buyPrice": { - "type": "integer" - }, - "buyVolume": { - "type": "integer" - }, - "productId": { - "type": "string" - }, - "sellMovingWeek": { - "type": "integer" - }, - "sellOrders": { - "type": "integer" - }, "sellPrice": { "type": "number" }, @@ -79338,7 +89314,7 @@ }, "type": "object" }, - "GHAST_TEAR": { + "HYPER_CATALYST": { "properties": { "buy_summary": { "items": { @@ -79412,7 +89388,7 @@ }, "type": "object" }, - "GIANT_FRAGMENT_BIGFOOT": { + "ICE": { "properties": { "buy_summary": { "items": { @@ -79486,7 +89462,7 @@ }, "type": "object" }, - "GIANT_FRAGMENT_BOULDER": { + "ICE_BAIT": { "properties": { "buy_summary": { "items": { @@ -79560,7 +89536,7 @@ }, "type": "object" }, - "GIANT_FRAGMENT_DIAMOND": { + "ICE_HUNK": { "properties": { "buy_summary": { "items": { @@ -79634,7 +89610,7 @@ }, "type": "object" }, - "GIANT_FRAGMENT_LASER": { + "IMPLOSION_SCROLL": { "properties": { "buy_summary": { "items": { @@ -79708,7 +89684,7 @@ }, "type": "object" }, - "GIANT_TOOTH": { + "INFERNO_APEX": { "properties": { "buy_summary": { "items": { @@ -79782,7 +89758,7 @@ }, "type": "object" }, - "GLACIAL_FRAGMENT": { + "INFERNO_FUEL_BLOCK": { "properties": { "buy_summary": { "items": { @@ -79856,7 +89832,7 @@ }, "type": "object" }, - "GLACITE": { + "INFERNO_VERTEX": { "properties": { "buy_summary": { "items": { @@ -79930,7 +89906,7 @@ }, "type": "object" }, - "GLACITE_AMALGAMATION": { + "INFLATABLE_JERRY": { "properties": { "buy_summary": { "items": { @@ -80004,7 +89980,7 @@ }, "type": "object" }, - "GLACITE_JEWEL": { + "INK_SACK": { "properties": { "buy_summary": { "items": { @@ -80078,7 +90054,7 @@ }, "type": "object" }, - "GLACITE_SHARD": { + "INK_SACK:3": { "properties": { "buy_summary": { "items": { @@ -80152,7 +90128,7 @@ }, "type": "object" }, - "GLASSCORN": { + "INK_SACK:4": { "properties": { "buy_summary": { "items": { @@ -80198,7 +90174,7 @@ "type": "integer" }, "sellPrice": { - "type": "integer" + "type": "number" }, "sellVolume": { "type": "integer" @@ -80226,7 +90202,7 @@ }, "type": "object" }, - "GLEAMING_CRYSTAL": { + "INK_SPLAT": { "properties": { "buy_summary": { "items": { @@ -80300,7 +90276,7 @@ }, "type": "object" }, - "GLOOMGOURD": { + "IRIDIUM": { "properties": { "buy_summary": { "items": { @@ -80374,7 +90350,7 @@ }, "type": "object" }, - "GLOSSY_GEMSTONE": { + "IRON_INGOT": { "properties": { "buy_summary": { "items": { @@ -80448,23 +90424,9 @@ }, "type": "object" }, - "GLOWING_MUSHROOM": { + "JACOBS_PARTICIPATION_MEDAL": { "properties": { "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, "type": "array" }, "product_id": { @@ -80479,7 +90441,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -80522,7 +90484,7 @@ }, "type": "object" }, - "GLOWSTONE_DUST": { + "JACOBS_TICKET": { "properties": { "buy_summary": { "items": { @@ -80596,7 +90558,7 @@ }, "type": "object" }, - "GLOWSTONE_DUST_DISTILLATE": { + "JADERALD": { "properties": { "buy_summary": { "items": { @@ -80670,7 +90632,7 @@ }, "type": "object" }, - "GLOWY_CHUM_BAIT": { + "JALAPENO_BOOK": { "properties": { "buy_summary": { "items": { @@ -80744,7 +90706,7 @@ }, "type": "object" }, - "GOBLIN_EGG": { + "JELLY": { "properties": { "buy_summary": { "items": { @@ -80818,7 +90780,7 @@ }, "type": "object" }, - "GOBLIN_EGG_BLUE": { + "JERRY_BOX_BLUE": { "properties": { "buy_summary": { "items": { @@ -80892,7 +90854,7 @@ }, "type": "object" }, - "GOBLIN_EGG_GREEN": { + "JERRY_BOX_GOLDEN": { "properties": { "buy_summary": { "items": { @@ -80966,7 +90928,7 @@ }, "type": "object" }, - "GOBLIN_EGG_RED": { + "JERRY_BOX_GREEN": { "properties": { "buy_summary": { "items": { @@ -81040,7 +91002,7 @@ }, "type": "object" }, - "GOBLIN_EGG_YELLOW": { + "JERRY_BOX_PURPLE": { "properties": { "buy_summary": { "items": { @@ -81114,7 +91076,7 @@ }, "type": "object" }, - "GODSEED": { + "JERRY_STONE": { "properties": { "buy_summary": { "items": { @@ -81188,7 +91150,7 @@ }, "type": "object" }, - "GOLDEN_BAIT": { + "JUNGLE_KEY": { "properties": { "buy_summary": { "items": { @@ -81262,7 +91224,7 @@ }, "type": "object" }, - "GOLDEN_BALL": { + "KELVIN_INVERTER": { "properties": { "buy_summary": { "items": { @@ -81336,7 +91298,7 @@ }, "type": "object" }, - "GOLDEN_BOUNTY": { + "KISMET_FEATHER": { "properties": { "buy_summary": { "items": { @@ -81410,7 +91372,7 @@ }, "type": "object" }, - "GOLDEN_FRAGMENT": { + "KUUDRA_MANDIBLE": { "properties": { "buy_summary": { "items": { @@ -81484,7 +91446,7 @@ }, "type": "object" }, - "GOLDEN_PLATE": { + "KUUDRA_TEETH": { "properties": { "buy_summary": { "items": { @@ -81558,7 +91520,7 @@ }, "type": "object" }, - "GOLDEN_POWDER": { + "KUUDRA_TENTACLE": { "properties": { "buy_summary": { "items": { @@ -81632,7 +91594,7 @@ }, "type": "object" }, - "GOLDEN_TOOTH": { + "LAPIS_CRYSTAL": { "properties": { "buy_summary": { "items": { @@ -81706,7 +91668,7 @@ }, "type": "object" }, - "GOLD_INGOT": { + "LARGE_ENCHANTED_CHEST": { "properties": { "buy_summary": { "items": { @@ -81780,7 +91742,7 @@ }, "type": "object" }, - "GOLEM_POPPY": { + "LARGE_PIG_EAR": { "properties": { "buy_summary": { "items": { @@ -81854,7 +91816,7 @@ }, "type": "object" }, - "GRAND_EXP_BOTTLE": { + "LARGE_SEAL_PLUSHIE": { "properties": { "buy_summary": { "items": { @@ -81928,7 +91890,7 @@ }, "type": "object" }, - "GRAVEL": { + "LARGE_WALNUT": { "properties": { "buy_summary": { "items": { @@ -82002,7 +91964,7 @@ }, "type": "object" }, - "GREAT_CARROT_CANDY": { + "LAVA_WATER_ORB": { "properties": { "buy_summary": { "items": { @@ -82076,7 +92038,7 @@ }, "type": "object" }, - "GREAT_WHITE_SHARK_TOOTH": { + "LEATHER": { "properties": { "buy_summary": { "items": { @@ -82150,7 +92112,7 @@ }, "type": "object" }, - "GREAT_WHITE_TOOTH_MEAL": { + "LEATHER_CLOTH": { "properties": { "buy_summary": { "items": { @@ -82224,7 +92186,7 @@ }, "type": "object" }, - "GREEN_CANDY": { + "LESSER_SOULFLOW_ENGINE": { "properties": { "buy_summary": { "items": { @@ -82298,7 +92260,7 @@ }, "type": "object" }, - "GREEN_GIFT": { + "LIGHT_BAIT": { "properties": { "buy_summary": { "items": { @@ -82372,7 +92334,7 @@ }, "type": "object" }, - "GRIFFIN_FEATHER": { + "LIVID_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -82446,7 +92408,7 @@ }, "type": "object" }, - "GRIFFIN_UPGRADE_STONE_EPIC": { + "LOG": { "properties": { "buy_summary": { "items": { @@ -82520,7 +92482,7 @@ }, "type": "object" }, - "GRIFFIN_UPGRADE_STONE_LEGENDARY": { + "LOG:1": { "properties": { "buy_summary": { "items": { @@ -82551,7 +92513,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -82594,7 +92556,7 @@ }, "type": "object" }, - "GRIFFIN_UPGRADE_STONE_MYTHIC": { + "LOG:2": { "properties": { "buy_summary": { "items": { @@ -82668,7 +92630,7 @@ }, "type": "object" }, - "GRIFFIN_UPGRADE_STONE_RARE": { + "LOG:3": { "properties": { "buy_summary": { "items": { @@ -82742,7 +92704,7 @@ }, "type": "object" }, - "GRIFFIN_UPGRADE_STONE_UNCOMMON": { + "LOG_2": { "properties": { "buy_summary": { "items": { @@ -82773,7 +92735,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -82816,7 +92778,7 @@ }, "type": "object" }, - "GUARDIAN_LUCKY_BLOCK": { + "LOG_2:1": { "properties": { "buy_summary": { "items": { @@ -82890,7 +92852,7 @@ }, "type": "object" }, - "HALF_EATEN_MUSHROOM": { + "LONELILY": { "properties": { "buy_summary": { "items": { @@ -82964,7 +92926,7 @@ }, "type": "object" }, - "HALLOWED_SKULL": { + "LOTUS": { "properties": { "buy_summary": { "items": { @@ -83038,7 +93000,7 @@ }, "type": "object" }, - "HAMSTER_WHEEL": { + "LOTUS_DIAMOND": { "properties": { "buy_summary": { "items": { @@ -83112,7 +93074,7 @@ }, "type": "object" }, - "HARDENED_WOOD": { + "LOTUS_GOLD": { "properties": { "buy_summary": { "items": { @@ -83186,7 +93148,7 @@ }, "type": "object" }, - "HARD_STONE": { + "LOTUS_SILVER": { "properties": { "buy_summary": { "items": { @@ -83260,7 +93222,7 @@ }, "type": "object" }, - "HAY_BLOCK": { + "LOTUS_WATER_ORB": { "properties": { "buy_summary": { "items": { @@ -83334,7 +93296,7 @@ }, "type": "object" }, - "HAZMAT_ENDERMAN": { + "LUCKY_DICE": { "properties": { "buy_summary": { "items": { @@ -83408,7 +93370,7 @@ }, "type": "object" }, - "HEALING_TISSUE": { + "LUSH_BERBERIS": { "properties": { "buy_summary": { "items": { @@ -83482,7 +93444,7 @@ }, "type": "object" }, - "HEAVY_GABAGOOL": { + "LUXURIOUS_SPOOL": { "properties": { "buy_summary": { "items": { @@ -83556,7 +93518,7 @@ }, "type": "object" }, - "HEAVY_PEARL": { + "MAGIC_JELLYBEAN": { "properties": { "buy_summary": { "items": { @@ -83630,7 +93592,7 @@ }, "type": "object" }, - "HELIANTHUS": { + "MAGIC_MUSHROOM_SOUP": { "properties": { "buy_summary": { "items": { @@ -83704,7 +93666,7 @@ }, "type": "object" }, - "HEMOBOMB": { + "MAGIC_TOP_HAT": { "properties": { "buy_summary": { "items": { @@ -83778,7 +93740,7 @@ }, "type": "object" }, - "HEMOGLASS": { + "MAGMA_BUCKET": { "properties": { "buy_summary": { "items": { @@ -83852,7 +93814,7 @@ }, "type": "object" }, - "HEMOVIBE": { + "MAGMA_CHUNK": { "properties": { "buy_summary": { "items": { @@ -83926,7 +93888,7 @@ }, "type": "object" }, - "HOLY_FRAGMENT": { + "MAGMA_CORE": { "properties": { "buy_summary": { "items": { @@ -83957,7 +93919,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -84000,7 +93962,7 @@ }, "type": "object" }, - "HONEY_JAR": { + "MAGMA_CREAM": { "properties": { "buy_summary": { "items": { @@ -84074,7 +94036,7 @@ }, "type": "object" }, - "HORNS_OF_TORMENT": { + "MAGMA_CREAM_DISTILLATE": { "properties": { "buy_summary": { "items": { @@ -84148,7 +94110,7 @@ }, "type": "object" }, - "HORSEMAN_CANDLE": { + "MAGMA_FISH": { "properties": { "buy_summary": { "items": { @@ -84222,7 +94184,7 @@ }, "type": "object" }, - "HOT_BAIT": { + "MAGMA_FISH_DIAMOND": { "properties": { "buy_summary": { "items": { @@ -84296,7 +94258,7 @@ }, "type": "object" }, - "HOT_POTATO_BOOK": { + "MAGMA_FISH_GOLD": { "properties": { "buy_summary": { "items": { @@ -84370,7 +94332,7 @@ }, "type": "object" }, - "HOT_STUFF": { + "MAGMA_FISH_SILVER": { "properties": { "buy_summary": { "items": { @@ -84444,7 +94406,7 @@ }, "type": "object" }, - "HUGE_MUSHROOM_1": { + "MAGMA_LORD_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -84518,7 +94480,7 @@ }, "type": "object" }, - "HUGE_MUSHROOM_2": { + "MAGMA_URCHIN": { "properties": { "buy_summary": { "items": { @@ -84592,7 +94554,7 @@ }, "type": "object" }, - "HYPERGOLIC_GABAGOOL": { + "MANA_DISINTEGRATOR": { "properties": { "buy_summary": { "items": { @@ -84666,7 +94628,7 @@ }, "type": "object" }, - "HYPERGOLIC_IONIZED_CERAMICS": { + "MANDRAA": { "properties": { "buy_summary": { "items": { @@ -84740,7 +94702,7 @@ }, "type": "object" }, - "HYPER_CATALYST": { + "MANGCORE": { "properties": { "buy_summary": { "items": { @@ -84814,7 +94776,7 @@ }, "type": "object" }, - "ICE": { + "MANGROVE_GEM": { "properties": { "buy_summary": { "items": { @@ -84888,7 +94850,7 @@ }, "type": "object" }, - "ICE_BAIT": { + "MANGROVE_LOG": { "properties": { "buy_summary": { "items": { @@ -84962,7 +94924,7 @@ }, "type": "object" }, - "ICE_HUNK": { + "MANTID_CLAW": { "properties": { "buy_summary": { "items": { @@ -85036,7 +94998,7 @@ }, "type": "object" }, - "IMPLOSION_SCROLL": { + "MATCH_STICKS": { "properties": { "buy_summary": { "items": { @@ -85110,7 +95072,7 @@ }, "type": "object" }, - "INFERNO_APEX": { + "MECHAMIND_GARDEN_CHIP": { "properties": { "buy_summary": { "items": { @@ -85184,7 +95146,7 @@ }, "type": "object" }, - "INFERNO_FUEL_BLOCK": { + "MEDIUM_ENCHANTED_CHEST": { "properties": { "buy_summary": { "items": { @@ -85258,7 +95220,7 @@ }, "type": "object" }, - "INFERNO_VERTEX": { + "MELON": { "properties": { "buy_summary": { "items": { @@ -85332,7 +95294,7 @@ }, "type": "object" }, - "INFLATABLE_JERRY": { + "MELON_BLOCK": { "properties": { "buy_summary": { "items": { @@ -85406,7 +95368,7 @@ }, "type": "object" }, - "INK_SACK": { + "METAPHYSICAL_SERUM": { "properties": { "buy_summary": { "items": { @@ -85480,7 +95442,7 @@ }, "type": "object" }, - "INK_SACK:3": { + "METEOR_SHARD": { "properties": { "buy_summary": { "items": { @@ -85554,7 +95516,7 @@ }, "type": "object" }, - "INK_SACK:4": { + "MIDAS_JEWEL": { "properties": { "buy_summary": { "items": { @@ -85628,7 +95590,7 @@ }, "type": "object" }, - "IRON_INGOT": { + "MILLENIA_OLD_BLAZE_ASHES": { "properties": { "buy_summary": { "items": { @@ -85702,7 +95664,7 @@ }, "type": "object" }, - "JACOBS_TICKET": { + "MIMIC_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -85776,7 +95738,7 @@ }, "type": "object" }, - "JADERALD": { + "MINION_EXPANDER": { "properties": { "buy_summary": { "items": { @@ -85850,7 +95812,7 @@ }, "type": "object" }, - "JALAPENO_BOOK": { + "MINNOW_BAIT": { "properties": { "buy_summary": { "items": { @@ -85924,7 +95886,7 @@ }, "type": "object" }, - "JERRY_BOX_BLUE": { + "MITE_GEL": { "properties": { "buy_summary": { "items": { @@ -85998,7 +95960,7 @@ }, "type": "object" }, - "JERRY_BOX_GOLDEN": { + "MITHRIL_INFUSION": { "properties": { "buy_summary": { "items": { @@ -86072,7 +96034,7 @@ }, "type": "object" }, - "JERRY_BOX_GREEN": { + "MITHRIL_ORE": { "properties": { "buy_summary": { "items": { @@ -86146,7 +96108,7 @@ }, "type": "object" }, - "JERRY_BOX_PURPLE": { + "MITHRIL_PLATE": { "properties": { "buy_summary": { "items": { @@ -86220,7 +96182,7 @@ }, "type": "object" }, - "JERRY_STONE": { + "MIXED_MITE_GEL": { "properties": { "buy_summary": { "items": { @@ -86294,7 +96256,7 @@ }, "type": "object" }, - "JUNGLE_KEY": { + "MOBY_DUCK_COLLECTOR_EDITION": { "properties": { "buy_summary": { "items": { @@ -86368,7 +96330,7 @@ }, "type": "object" }, - "KELVIN_INVERTER": { + "MOIL_LOG": { "properties": { "buy_summary": { "items": { @@ -86442,7 +96404,7 @@ }, "type": "object" }, - "KISMET_FEATHER": { + "MOLTEN_CUBE": { "properties": { "buy_summary": { "items": { @@ -86516,7 +96478,7 @@ }, "type": "object" }, - "KUUDRA_MANDIBLE": { + "MOLTEN_POWDER": { "properties": { "buy_summary": { "items": { @@ -86590,7 +96552,7 @@ }, "type": "object" }, - "LAPIS_CRYSTAL": { + "MOOGMA_PELT": { "properties": { "buy_summary": { "items": { @@ -86664,7 +96626,7 @@ }, "type": "object" }, - "LARGE_ENCHANTED_CHEST": { + "MOONDEW": { "properties": { "buy_summary": { "items": { @@ -86738,7 +96700,7 @@ }, "type": "object" }, - "LARGE_WALNUT": { + "MOONFLOWER": { "properties": { "buy_summary": { "items": { @@ -86812,7 +96774,7 @@ }, "type": "object" }, - "LAVA_WATER_ORB": { + "MOONGLADE_JEWEL": { "properties": { "buy_summary": { "items": { @@ -86886,7 +96848,7 @@ }, "type": "object" }, - "LEATHER": { + "MOONSTONE": { "properties": { "buy_summary": { "items": { @@ -86960,7 +96922,7 @@ }, "type": "object" }, - "LEATHER_CLOTH": { + "MOUND_OF_SEAGRASS": { "properties": { "buy_summary": { "items": { @@ -87034,7 +96996,7 @@ }, "type": "object" }, - "LESSER_SOULFLOW_ENGINE": { + "MUTANT_NETHER_STALK": { "properties": { "buy_summary": { "items": { @@ -87108,7 +97070,7 @@ }, "type": "object" }, - "LIGHT_BAIT": { + "MUTATED_BLAZE_ASHES": { "properties": { "buy_summary": { "items": { @@ -87182,7 +97144,7 @@ }, "type": "object" }, - "LIVID_FRAGMENT": { + "MUTTON": { "properties": { "buy_summary": { "items": { @@ -87256,7 +97218,7 @@ }, "type": "object" }, - "LOG": { + "MYCEL": { "properties": { "buy_summary": { "items": { @@ -87330,7 +97292,7 @@ }, "type": "object" }, - "LOG:1": { + "MYTHOS_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -87404,7 +97366,7 @@ }, "type": "object" }, - "LOG:2": { + "NECROMANCER_BROOCH": { "properties": { "buy_summary": { "items": { @@ -87478,7 +97440,7 @@ }, "type": "object" }, - "LOG:3": { + "NETHERRACK": { "properties": { "buy_summary": { "items": { @@ -87552,7 +97514,7 @@ }, "type": "object" }, - "LOG_2": { + "NETHER_STALK": { "properties": { "buy_summary": { "items": { @@ -87626,7 +97588,7 @@ }, "type": "object" }, - "LOG_2:1": { + "NETHER_STALK_DISTILLATE": { "properties": { "buy_summary": { "items": { @@ -87700,7 +97662,7 @@ }, "type": "object" }, - "LONELILY": { + "NIGHTSWITCH": { "properties": { "buy_summary": { "items": { @@ -87774,7 +97736,7 @@ }, "type": "object" }, - "LUCKY_DICE": { + "NOCTILUME": { "properties": { "buy_summary": { "items": { @@ -87848,7 +97810,7 @@ }, "type": "object" }, - "LUSH_BERBERIS": { + "NULL_ATOM": { "properties": { "buy_summary": { "items": { @@ -87922,7 +97884,7 @@ }, "type": "object" }, - "LUXURIOUS_SPOOL": { + "NULL_BLADE": { "properties": { "buy_summary": { "items": { @@ -87996,7 +97958,7 @@ }, "type": "object" }, - "MAGIC_MUSHROOM_SOUP": { + "NULL_EDGE": { "properties": { "buy_summary": { "items": { @@ -88070,7 +98032,7 @@ }, "type": "object" }, - "MAGIC_TOP_HAT": { + "NULL_OVOID": { "properties": { "buy_summary": { "items": { @@ -88144,7 +98106,7 @@ }, "type": "object" }, - "MAGMA_BUCKET": { + "NULL_SPHERE": { "properties": { "buy_summary": { "items": { @@ -88218,7 +98180,7 @@ }, "type": "object" }, - "MAGMA_CREAM": { + "NURSE_SHARK_TOOTH": { "properties": { "buy_summary": { "items": { @@ -88292,7 +98254,7 @@ }, "type": "object" }, - "MAGMA_CREAM_DISTILLATE": { + "OBSIDIAN": { "properties": { "buy_summary": { "items": { @@ -88366,7 +98328,7 @@ }, "type": "object" }, - "MAGMA_FISH": { + "OBSIDIAN_TABLET": { "properties": { "buy_summary": { "items": { @@ -88440,7 +98402,7 @@ }, "type": "object" }, - "MAGMA_FISH_DIAMOND": { + "OIL_BARREL": { "properties": { "buy_summary": { "items": { @@ -88514,7 +98476,7 @@ }, "type": "object" }, - "MAGMA_FISH_GOLD": { + "OLD_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -88588,7 +98550,7 @@ }, "type": "object" }, - "MAGMA_FISH_SILVER": { + "OMEGA_EGG": { "properties": { "buy_summary": { "items": { @@ -88662,7 +98624,7 @@ }, "type": "object" }, - "MAGMA_LORD_FRAGMENT": { + "ONYX": { "properties": { "buy_summary": { "items": { @@ -88736,7 +98698,7 @@ }, "type": "object" }, - "MAGMA_URCHIN": { + "OPTICAL_LENS": { "properties": { "buy_summary": { "items": { @@ -88810,7 +98772,7 @@ }, "type": "object" }, - "MANDRAA": { + "ORB_OF_ENERGY": { "properties": { "buy_summary": { "items": { @@ -88884,7 +98846,7 @@ }, "type": "object" }, - "MANGCORE": { + "OVERCLOCKER_3000": { "properties": { "buy_summary": { "items": { @@ -88958,7 +98920,7 @@ }, "type": "object" }, - "MANGROVE_GEM": { + "OVERDRIVE_GARDEN_CHIP": { "properties": { "buy_summary": { "items": { @@ -89032,7 +98994,7 @@ }, "type": "object" }, - "MANGROVE_LOG": { + "OVERFLOWING_TRASH_CAN": { "properties": { "buy_summary": { "items": { @@ -89106,7 +99068,7 @@ }, "type": "object" }, - "MANTID_CLAW": { + "OVERGROWN_GRASS": { "properties": { "buy_summary": { "items": { @@ -89180,7 +99142,7 @@ }, "type": "object" }, - "MATCH_STICKS": { + "OVERPRICED_DRINK": { "properties": { "buy_summary": { "items": { @@ -89254,7 +99216,7 @@ }, "type": "object" }, - "MECHAMIND_GARDEN_CHIP": { + "PACKED_ICE": { "properties": { "buy_summary": { "items": { @@ -89328,7 +99290,7 @@ }, "type": "object" }, - "MEDIUM_ENCHANTED_CHEST": { + "PARTY_GIFT": { "properties": { "buy_summary": { "items": { @@ -89402,7 +99364,7 @@ }, "type": "object" }, - "MELON": { + "PERFECT_AMBER_GEM": { "properties": { "buy_summary": { "items": { @@ -89476,7 +99438,7 @@ }, "type": "object" }, - "MELON_BLOCK": { + "PERFECT_AMETHYST_GEM": { "properties": { "buy_summary": { "items": { @@ -89550,7 +99512,7 @@ }, "type": "object" }, - "METAPHYSICAL_SERUM": { + "PERFECT_JADE_GEM": { "properties": { "buy_summary": { "items": { @@ -89624,7 +99586,7 @@ }, "type": "object" }, - "METEOR_SHARD": { + "PERFECT_JASPER_GEM": { "properties": { "buy_summary": { "items": { @@ -89698,7 +99660,7 @@ }, "type": "object" }, - "MIDAS_JEWEL": { + "PERFECT_OPAL_GEM": { "properties": { "buy_summary": { "items": { @@ -89772,7 +99734,7 @@ }, "type": "object" }, - "MILLENIA_OLD_BLAZE_ASHES": { + "PERFECT_RUBY_GEM": { "properties": { "buy_summary": { "items": { @@ -89846,7 +99808,7 @@ }, "type": "object" }, - "MIMIC_FRAGMENT": { + "PERFECT_SAPPHIRE_GEM": { "properties": { "buy_summary": { "items": { @@ -89920,7 +99882,7 @@ }, "type": "object" }, - "MINION_EXPANDER": { + "PERFECT_TOPAZ_GEM": { "properties": { "buy_summary": { "items": { @@ -89994,7 +99956,7 @@ }, "type": "object" }, - "MINNOW_BAIT": { + "PETRIFIED_STARFALL": { "properties": { "buy_summary": { "items": { @@ -90068,7 +100030,7 @@ }, "type": "object" }, - "MITE_GEL": { + "PET_ITEM_EXP_SHARE_DROP": { "properties": { "buy_summary": { "items": { @@ -90142,7 +100104,7 @@ }, "type": "object" }, - "MITHRIL_INFUSION": { + "PET_ITEM_LUCKY_CLOVER_DROP": { "properties": { "buy_summary": { "items": { @@ -90216,7 +100178,7 @@ }, "type": "object" }, - "MITHRIL_ORE": { + "PET_ITEM_PURE_MITHRIL_GEM": { "properties": { "buy_summary": { "items": { @@ -90290,7 +100252,7 @@ }, "type": "object" }, - "MITHRIL_PLATE": { + "PET_ITEM_TIER_BOOST_DROP": { "properties": { "buy_summary": { "items": { @@ -90364,7 +100326,7 @@ }, "type": "object" }, - "MIXED_MITE_GEL": { + "PET_ITEM_TOY_JERRY": { "properties": { "buy_summary": { "items": { @@ -90438,7 +100400,7 @@ }, "type": "object" }, - "MOIL_LOG": { + "PET_ITEM_VAMPIRE_FANG": { "properties": { "buy_summary": { "items": { @@ -90512,7 +100474,7 @@ }, "type": "object" }, - "MOLTEN_CUBE": { + "PHANTOMLEAF": { "properties": { "buy_summary": { "items": { @@ -90586,7 +100548,7 @@ }, "type": "object" }, - "MOLTEN_POWDER": { + "PITCHIN_KOI": { "properties": { "buy_summary": { "items": { @@ -90660,7 +100622,7 @@ }, "type": "object" }, - "MUTANT_NETHER_STALK": { + "PLANT_MATTER": { "properties": { "buy_summary": { "items": { @@ -90734,7 +100696,7 @@ }, "type": "object" }, - "MUTTON": { + "PLASMA": { "properties": { "buy_summary": { "items": { @@ -90808,7 +100770,7 @@ }, "type": "object" }, - "MYCEL": { + "PLASMA_BUCKET": { "properties": { "buy_summary": { "items": { @@ -90882,7 +100844,7 @@ }, "type": "object" }, - "MYTHOS_FRAGMENT": { + "POISONOUS_POTATO": { "properties": { "buy_summary": { "items": { @@ -90956,7 +100918,7 @@ }, "type": "object" }, - "NECROMANCER_BROOCH": { + "POLISHED_PUMPKIN": { "properties": { "buy_summary": { "items": { @@ -91030,7 +100992,7 @@ }, "type": "object" }, - "NETHERRACK": { + "PORK": { "properties": { "buy_summary": { "items": { @@ -91104,7 +101066,7 @@ }, "type": "object" }, - "NETHER_STALK": { + "POTATO_ITEM": { "properties": { "buy_summary": { "items": { @@ -91178,7 +101140,7 @@ }, "type": "object" }, - "NETHER_STALK_DISTILLATE": { + "POTATO_SPREADING": { "properties": { "buy_summary": { "items": { @@ -91252,7 +101214,7 @@ }, "type": "object" }, - "NIGHTSWITCH": { + "POWER_CRYSTAL": { "properties": { "buy_summary": { "items": { @@ -91326,7 +101288,7 @@ }, "type": "object" }, - "NOCTILUME": { + "PRECIOUS_PEARL": { "properties": { "buy_summary": { "items": { @@ -91400,7 +101362,7 @@ }, "type": "object" }, - "NULL_ATOM": { + "PRECURSOR_APPARATUS": { "properties": { "buy_summary": { "items": { @@ -91474,7 +101436,7 @@ }, "type": "object" }, - "NULL_BLADE": { + "PRECURSOR_GEAR": { "properties": { "buy_summary": { "items": { @@ -91548,7 +101510,7 @@ }, "type": "object" }, - "NULL_EDGE": { + "PREMIUM_FLESH": { "properties": { "buy_summary": { "items": { @@ -91622,7 +101584,7 @@ }, "type": "object" }, - "NULL_OVOID": { + "PRESUMED_GALLON_OF_RED_PAINT": { "properties": { "buy_summary": { "items": { @@ -91696,7 +101658,7 @@ }, "type": "object" }, - "NULL_SPHERE": { + "PRICKLY_CREEPER": { "properties": { "buy_summary": { "items": { @@ -91770,7 +101732,7 @@ }, "type": "object" }, - "NURSE_SHARK_TOOTH": { + "PRICKLY_KISS": { "properties": { "buy_summary": { "items": { @@ -91844,7 +101806,7 @@ }, "type": "object" }, - "OBSIDIAN": { + "PRIME_LUSHLILAC_BONBON": { "properties": { "buy_summary": { "items": { @@ -91918,7 +101880,7 @@ }, "type": "object" }, - "OBSIDIAN_TABLET": { + "PRISMARINE_CRYSTALS": { "properties": { "buy_summary": { "items": { @@ -91992,7 +101954,7 @@ }, "type": "object" }, - "OIL_BARREL": { + "PRISMARINE_SHARD": { "properties": { "buy_summary": { "items": { @@ -92066,7 +102028,7 @@ }, "type": "object" }, - "OLD_FRAGMENT": { + "PROTECTOR_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -92140,7 +102102,7 @@ }, "type": "object" }, - "OMEGA_EGG": { + "PUMPKIN": { "properties": { "buy_summary": { "items": { @@ -92214,7 +102176,7 @@ }, "type": "object" }, - "ONYX": { + "PUMPKIN_BOMB": { "properties": { "buy_summary": { "items": { @@ -92288,7 +102250,7 @@ }, "type": "object" }, - "OPTICAL_LENS": { + "PUMPKIN_GUTS": { "properties": { "buy_summary": { "items": { @@ -92362,7 +102324,7 @@ }, "type": "object" }, - "ORB_OF_ENERGY": { + "PURE_MITHRIL": { "properties": { "buy_summary": { "items": { @@ -92436,7 +102398,7 @@ }, "type": "object" }, - "OVERCLOCKER_3000": { + "PURPLE_CANDY": { "properties": { "buy_summary": { "items": { @@ -92510,7 +102472,81 @@ }, "type": "object" }, - "OVERDRIVE_GARDEN_CHIP": { + "PYROCLASTIC_SCALE": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "integer" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "QUARTZ": { "properties": { "buy_summary": { "items": { @@ -92584,7 +102620,7 @@ }, "type": "object" }, - "OVERFLOWING_TRASH_CAN": { + "RABBIT": { "properties": { "buy_summary": { "items": { @@ -92658,7 +102694,7 @@ }, "type": "object" }, - "OVERGROWN_GRASS": { + "RABBIT_FOOT": { "properties": { "buy_summary": { "items": { @@ -92732,7 +102768,7 @@ }, "type": "object" }, - "PACKED_ICE": { + "RABBIT_HIDE": { "properties": { "buy_summary": { "items": { @@ -92806,7 +102842,7 @@ }, "type": "object" }, - "PARTY_GIFT": { + "RADIOACTIVE_VIAL": { "properties": { "buy_summary": { "items": { @@ -92880,7 +102916,7 @@ }, "type": "object" }, - "PERFECT_AMBER_GEM": { + "RARE_DIAMOND": { "properties": { "buy_summary": { "items": { @@ -92954,7 +102990,7 @@ }, "type": "object" }, - "PERFECT_AMETHYST_GEM": { + "RAW_BEEF": { "properties": { "buy_summary": { "items": { @@ -93028,7 +103064,7 @@ }, "type": "object" }, - "PERFECT_JADE_GEM": { + "RAW_CHICKEN": { "properties": { "buy_summary": { "items": { @@ -93102,7 +103138,7 @@ }, "type": "object" }, - "PERFECT_JASPER_GEM": { + "RAW_FISH": { "properties": { "buy_summary": { "items": { @@ -93176,7 +103212,7 @@ }, "type": "object" }, - "PERFECT_OPAL_GEM": { + "RAW_FISH:1": { "properties": { "buy_summary": { "items": { @@ -93250,7 +103286,7 @@ }, "type": "object" }, - "PERFECT_RUBY_GEM": { + "RAW_FISH:2": { "properties": { "buy_summary": { "items": { @@ -93324,7 +103360,7 @@ }, "type": "object" }, - "PERFECT_SAPPHIRE_GEM": { + "RAW_FISH:3": { "properties": { "buy_summary": { "items": { @@ -93398,7 +103434,7 @@ }, "type": "object" }, - "PERFECT_TOPAZ_GEM": { + "RAW_SOULFLOW": { "properties": { "buy_summary": { "items": { @@ -93472,7 +103508,7 @@ }, "type": "object" }, - "PETRIFIED_STARFALL": { + "REAPER_PEPPER": { "properties": { "buy_summary": { "items": { @@ -93546,7 +103582,7 @@ }, "type": "object" }, - "PET_ITEM_EXP_SHARE_DROP": { + "RECOMBOBULATOR_3000": { "properties": { "buy_summary": { "items": { @@ -93620,7 +103656,7 @@ }, "type": "object" }, - "PET_ITEM_LUCKY_CLOVER_DROP": { + "REDSTONE": { "properties": { "buy_summary": { "items": { @@ -93694,7 +103730,7 @@ }, "type": "object" }, - "PET_ITEM_PURE_MITHRIL_GEM": { + "RED_GIFT": { "properties": { "buy_summary": { "items": { @@ -93768,7 +103804,7 @@ }, "type": "object" }, - "PET_ITEM_TIER_BOOST_DROP": { + "RED_MUSHROOM": { "properties": { "buy_summary": { "items": { @@ -93842,7 +103878,7 @@ }, "type": "object" }, - "PET_ITEM_TOY_JERRY": { + "RED_NOSE": { "properties": { "buy_summary": { "items": { @@ -93916,7 +103952,7 @@ }, "type": "object" }, - "PET_ITEM_VAMPIRE_FANG": { + "RED_ROSE": { "properties": { "buy_summary": { "items": { @@ -93990,7 +104026,7 @@ }, "type": "object" }, - "PHANTOMLEAF": { + "RED_SCARF": { "properties": { "buy_summary": { "items": { @@ -94064,7 +104100,7 @@ }, "type": "object" }, - "PITCHIN_KOI": { + "REFINED_AMBER": { "properties": { "buy_summary": { "items": { @@ -94138,7 +104174,7 @@ }, "type": "object" }, - "PLANT_MATTER": { + "REFINED_BOTTLE_OF_JYRRE": { "properties": { "buy_summary": { "items": { @@ -94212,7 +104248,7 @@ }, "type": "object" }, - "PLASMA": { + "REFINED_DARK_CACAO_TRUFFLE": { "properties": { "buy_summary": { "items": { @@ -94286,7 +104322,7 @@ }, "type": "object" }, - "PLASMA_BUCKET": { + "REFINED_DIAMOND": { "properties": { "buy_summary": { "items": { @@ -94360,7 +104396,7 @@ }, "type": "object" }, - "POISONOUS_POTATO": { + "REFINED_MINERAL": { "properties": { "buy_summary": { "items": { @@ -94434,7 +104470,7 @@ }, "type": "object" }, - "POLISHED_PUMPKIN": { + "REFINED_MITHRIL": { "properties": { "buy_summary": { "items": { @@ -94508,7 +104544,7 @@ }, "type": "object" }, - "PORK": { + "REFINED_TITANIUM": { "properties": { "buy_summary": { "items": { @@ -94582,7 +104618,7 @@ }, "type": "object" }, - "POTATO_ITEM": { + "REFINED_TUNGSTEN": { "properties": { "buy_summary": { "items": { @@ -94656,7 +104692,7 @@ }, "type": "object" }, - "POTATO_SPREADING": { + "REFINED_UMBER": { "properties": { "buy_summary": { "items": { @@ -94730,7 +104766,7 @@ }, "type": "object" }, - "POWER_CRYSTAL": { + "REHEATED_GUMMY_POLAR_BEAR": { "properties": { "buy_summary": { "items": { @@ -94804,7 +104840,7 @@ }, "type": "object" }, - "PRECIOUS_PEARL": { + "REKINDLED_EMBER_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -94878,7 +104914,7 @@ }, "type": "object" }, - "PRECURSOR_GEAR": { + "REVENANT_CATALYST": { "properties": { "buy_summary": { "items": { @@ -94952,7 +104988,7 @@ }, "type": "object" }, - "PREMIUM_FLESH": { + "REVENANT_FLESH": { "properties": { "buy_summary": { "items": { @@ -95026,7 +105062,7 @@ }, "type": "object" }, - "PRESUMED_GALLON_OF_RED_PAINT": { + "REVENANT_VISCERA": { "properties": { "buy_summary": { "items": { @@ -95100,7 +105136,7 @@ }, "type": "object" }, - "PRISMARINE_CRYSTALS": { + "REVERSE_REFORGE_STONE_CORE": { "properties": { "buy_summary": { "items": { @@ -95174,7 +105210,7 @@ }, "type": "object" }, - "PRISMARINE_SHARD": { + "RITUAL_RESIDUE": { "properties": { "buy_summary": { "items": { @@ -95248,7 +105284,7 @@ }, "type": "object" }, - "PROTECTOR_FRAGMENT": { + "ROBOTRON_REFLECTOR": { "properties": { "buy_summary": { "items": { @@ -95322,7 +105358,7 @@ }, "type": "object" }, - "PUMPKIN": { + "ROCK_CANDY": { "properties": { "buy_summary": { "items": { @@ -95396,7 +105432,7 @@ }, "type": "object" }, - "PUMPKIN_BOMB": { + "ROCK_GEMSTONE": { "properties": { "buy_summary": { "items": { @@ -95470,7 +105506,7 @@ }, "type": "object" }, - "PUMPKIN_GUTS": { + "ROTTEN_FLESH": { "properties": { "buy_summary": { "items": { @@ -95544,7 +105580,7 @@ }, "type": "object" }, - "PURE_MITHRIL": { + "ROUGH_AMBER_GEM": { "properties": { "buy_summary": { "items": { @@ -95618,7 +105654,7 @@ }, "type": "object" }, - "PURPLE_CANDY": { + "ROUGH_AMETHYST_GEM": { "properties": { "buy_summary": { "items": { @@ -95692,7 +105728,7 @@ }, "type": "object" }, - "QUARTZ": { + "ROUGH_AQUAMARINE_GEM": { "properties": { "buy_summary": { "items": { @@ -95766,7 +105802,7 @@ }, "type": "object" }, - "RABBIT": { + "ROUGH_CITRINE_GEM": { "properties": { "buy_summary": { "items": { @@ -95840,7 +105876,7 @@ }, "type": "object" }, - "RABBIT_FOOT": { + "ROUGH_JADE_GEM": { "properties": { "buy_summary": { "items": { @@ -95914,7 +105950,7 @@ }, "type": "object" }, - "RABBIT_HIDE": { + "ROUGH_JASPER_GEM": { "properties": { "buy_summary": { "items": { @@ -95988,7 +106024,7 @@ }, "type": "object" }, - "RADIOACTIVE_VIAL": { + "ROUGH_ONYX_GEM": { "properties": { "buy_summary": { "items": { @@ -96062,7 +106098,7 @@ }, "type": "object" }, - "RARE_DIAMOND": { + "ROUGH_OPAL_GEM": { "properties": { "buy_summary": { "items": { @@ -96136,7 +106172,7 @@ }, "type": "object" }, - "RAW_BEEF": { + "ROUGH_PERIDOT_GEM": { "properties": { "buy_summary": { "items": { @@ -96210,7 +106246,7 @@ }, "type": "object" }, - "RAW_CHICKEN": { + "ROUGH_RUBY_GEM": { "properties": { "buy_summary": { "items": { @@ -96284,7 +106320,7 @@ }, "type": "object" }, - "RAW_FISH": { + "ROUGH_SAPPHIRE_GEM": { "properties": { "buy_summary": { "items": { @@ -96358,7 +106394,7 @@ }, "type": "object" }, - "RAW_FISH:1": { + "ROUGH_TOPAZ_GEM": { "properties": { "buy_summary": { "items": { @@ -96432,7 +106468,7 @@ }, "type": "object" }, - "RAW_FISH:2": { + "ROYAL_JELLY": { "properties": { "buy_summary": { "items": { @@ -96463,7 +106499,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -96506,7 +106542,7 @@ }, "type": "object" }, - "RAW_FISH:3": { + "RUSTY_ANCHOR": { "properties": { "buy_summary": { "items": { @@ -96580,7 +106616,7 @@ }, "type": "object" }, - "RAW_SOULFLOW": { + "RUSTY_COIN": { "properties": { "buy_summary": { "items": { @@ -96654,7 +106690,7 @@ }, "type": "object" }, - "REAPER_PEPPER": { + "SADAN_BROOCH": { "properties": { "buy_summary": { "items": { @@ -96728,7 +106764,7 @@ }, "type": "object" }, - "RECOMBOBULATOR_3000": { + "SALMON_OPAL": { "properties": { "buy_summary": { "items": { @@ -96802,7 +106838,7 @@ }, "type": "object" }, - "REDSTONE": { + "SALT_CUBE": { "properties": { "buy_summary": { "items": { @@ -96876,7 +106912,7 @@ }, "type": "object" }, - "RED_GIFT": { + "SAND": { "properties": { "buy_summary": { "items": { @@ -96950,7 +106986,7 @@ }, "type": "object" }, - "RED_MUSHROOM": { + "SAND:1": { "properties": { "buy_summary": { "items": { @@ -97024,7 +107060,7 @@ }, "type": "object" }, - "RED_NOSE": { + "SCARF_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -97098,7 +107134,7 @@ }, "type": "object" }, - "RED_ROSE": { + "SCORCHED_BOOKS": { "properties": { "buy_summary": { "items": { @@ -97172,7 +107208,7 @@ }, "type": "object" }, - "RED_SCARF": { + "SCORCHED_CRAB_STICK": { "properties": { "buy_summary": { "items": { @@ -97246,7 +107282,7 @@ }, "type": "object" }, - "REFINED_AMBER": { + "SCORCHED_POWER_CRYSTAL": { "properties": { "buy_summary": { "items": { @@ -97320,7 +107356,7 @@ }, "type": "object" }, - "REFINED_BOTTLE_OF_JYRRE": { + "SCOURROOT": { "properties": { "buy_summary": { "items": { @@ -97394,7 +107430,7 @@ }, "type": "object" }, - "REFINED_DIAMOND": { + "SCUTTLER_SHELL": { "properties": { "buy_summary": { "items": { @@ -97468,7 +107504,7 @@ }, "type": "object" }, - "REFINED_MINERAL": { + "SEARED_ESCARGOT": { "properties": { "buy_summary": { "items": { @@ -97542,7 +107578,7 @@ }, "type": "object" }, - "REFINED_MITHRIL": { + "SEARING_STONE": { "properties": { "buy_summary": { "items": { @@ -97616,7 +107652,7 @@ }, "type": "object" }, - "REFINED_TITANIUM": { + "SECOND_MASTER_STAR": { "properties": { "buy_summary": { "items": { @@ -97690,7 +107726,7 @@ }, "type": "object" }, - "REFINED_TUNGSTEN": { + "SEEDS": { "properties": { "buy_summary": { "items": { @@ -97764,7 +107800,7 @@ }, "type": "object" }, - "REFINED_UMBER": { + "SHADOW_WARP_SCROLL": { "properties": { "buy_summary": { "items": { @@ -97838,7 +107874,7 @@ }, "type": "object" }, - "REHEATED_GUMMY_POLAR_BEAR": { + "SHARD_ABYSSAL_LANTERN": { "properties": { "buy_summary": { "items": { @@ -97912,7 +107948,7 @@ }, "type": "object" }, - "REVENANT_CATALYST": { + "SHARD_AERO": { "properties": { "buy_summary": { "items": { @@ -97986,7 +108022,7 @@ }, "type": "object" }, - "REVENANT_FLESH": { + "SHARD_ALLIGATOR": { "properties": { "buy_summary": { "items": { @@ -98060,7 +108096,7 @@ }, "type": "object" }, - "REVENANT_VISCERA": { + "SHARD_ANANKE": { "properties": { "buy_summary": { "items": { @@ -98134,7 +108170,7 @@ }, "type": "object" }, - "RITUAL_RESIDUE": { + "SHARD_APEX_DRAGON": { "properties": { "buy_summary": { "items": { @@ -98208,7 +108244,7 @@ }, "type": "object" }, - "ROBOTRON_REFLECTOR": { + "SHARD_ARACHNE": { "properties": { "buy_summary": { "items": { @@ -98282,7 +108318,7 @@ }, "type": "object" }, - "ROCK_CANDY": { + "SHARD_AZURE": { "properties": { "buy_summary": { "items": { @@ -98356,7 +108392,7 @@ }, "type": "object" }, - "ROCK_GEMSTONE": { + "SHARD_BAL": { "properties": { "buy_summary": { "items": { @@ -98430,7 +108466,7 @@ }, "type": "object" }, - "ROTTEN_FLESH": { + "SHARD_BAMBLOOM": { "properties": { "buy_summary": { "items": { @@ -98504,7 +108540,7 @@ }, "type": "object" }, - "ROUGH_AMBER_GEM": { + "SHARD_BAMBULEAF": { "properties": { "buy_summary": { "items": { @@ -98578,7 +108614,7 @@ }, "type": "object" }, - "ROUGH_AMETHYST_GEM": { + "SHARD_BARBARIAN_DUKE_X": { "properties": { "buy_summary": { "items": { @@ -98652,7 +108688,7 @@ }, "type": "object" }, - "ROUGH_JADE_GEM": { + "SHARD_BASILISK": { "properties": { "buy_summary": { "items": { @@ -98726,7 +108762,7 @@ }, "type": "object" }, - "ROUGH_JASPER_GEM": { + "SHARD_BEACONMITE": { "properties": { "buy_summary": { "items": { @@ -98800,7 +108836,7 @@ }, "type": "object" }, - "ROUGH_ONYX_GEM": { + "SHARD_BEZAL": { "properties": { "buy_summary": { "items": { @@ -98874,7 +108910,7 @@ }, "type": "object" }, - "ROUGH_OPAL_GEM": { + "SHARD_BIRRIES": { "properties": { "buy_summary": { "items": { @@ -98948,7 +108984,7 @@ }, "type": "object" }, - "ROUGH_PERIDOT_GEM": { + "SHARD_BITBUG": { "properties": { "buy_summary": { "items": { @@ -99022,7 +109058,7 @@ }, "type": "object" }, - "ROUGH_RUBY_GEM": { + "SHARD_BLIZZARD": { "properties": { "buy_summary": { "items": { @@ -99096,7 +109132,7 @@ }, "type": "object" }, - "ROUGH_SAPPHIRE_GEM": { + "SHARD_BOLT": { "properties": { "buy_summary": { "items": { @@ -99170,7 +109206,7 @@ }, "type": "object" }, - "ROUGH_TOPAZ_GEM": { + "SHARD_BOREAL_OWL": { "properties": { "buy_summary": { "items": { @@ -99244,7 +109280,7 @@ }, "type": "object" }, - "RUSTY_ANCHOR": { + "SHARD_BRAMBLE": { "properties": { "buy_summary": { "items": { @@ -99318,7 +109354,7 @@ }, "type": "object" }, - "SADAN_BROOCH": { + "SHARD_BRUISER": { "properties": { "buy_summary": { "items": { @@ -99392,7 +109428,7 @@ }, "type": "object" }, - "SALMON_OPAL": { + "SHARD_BULLFROG": { "properties": { "buy_summary": { "items": { @@ -99466,7 +109502,7 @@ }, "type": "object" }, - "SALT_CUBE": { + "SHARD_BURNINGSOUL": { "properties": { "buy_summary": { "items": { @@ -99540,7 +109576,7 @@ }, "type": "object" }, - "SAND": { + "SHARD_CAIMAN": { "properties": { "buy_summary": { "items": { @@ -99614,7 +109650,7 @@ }, "type": "object" }, - "SAND:1": { + "SHARD_CARROT_KING": { "properties": { "buy_summary": { "items": { @@ -99688,7 +109724,7 @@ }, "type": "object" }, - "SCARF_FRAGMENT": { + "SHARD_CASCADE": { "properties": { "buy_summary": { "items": { @@ -99762,7 +109798,7 @@ }, "type": "object" }, - "SCORCHED_BOOKS": { + "SHARD_CAVERNSHADE": { "properties": { "buy_summary": { "items": { @@ -99836,7 +109872,7 @@ }, "type": "object" }, - "SCORCHED_CRAB_STICK": { + "SHARD_CHAMELEON": { "properties": { "buy_summary": { "items": { @@ -99910,7 +109946,7 @@ }, "type": "object" }, - "SCORCHED_POWER_CRYSTAL": { + "SHARD_CHILL": { "properties": { "buy_summary": { "items": { @@ -99984,7 +110020,7 @@ }, "type": "object" }, - "SCOURROOT": { + "SHARD_CINDER_BAT": { "properties": { "buy_summary": { "items": { @@ -100058,7 +110094,7 @@ }, "type": "object" }, - "SCUTTLER_SHELL": { + "SHARD_COCOALEECH": { "properties": { "buy_summary": { "items": { @@ -100132,7 +110168,7 @@ }, "type": "object" }, - "SEARING_STONE": { + "SHARD_COD": { "properties": { "buy_summary": { "items": { @@ -100206,7 +110242,7 @@ }, "type": "object" }, - "SECOND_MASTER_STAR": { + "SHARD_CONDOR": { "properties": { "buy_summary": { "items": { @@ -100280,7 +110316,7 @@ }, "type": "object" }, - "SEEDS": { + "SHARD_CORALOT": { "properties": { "buy_summary": { "items": { @@ -100354,7 +110390,7 @@ }, "type": "object" }, - "SHADOW_WARP_SCROLL": { + "SHARD_CRETAN_BULL": { "properties": { "buy_summary": { "items": { @@ -100428,7 +110464,7 @@ }, "type": "object" }, - "SHARD_ABYSSAL_LANTERN": { + "SHARD_CROCODILE": { "properties": { "buy_summary": { "items": { @@ -100502,7 +110538,7 @@ }, "type": "object" }, - "SHARD_AERO": { + "SHARD_CROPEETLE": { "properties": { "buy_summary": { "items": { @@ -100576,7 +110612,7 @@ }, "type": "object" }, - "SHARD_ALLIGATOR": { + "SHARD_CROW": { "properties": { "buy_summary": { "items": { @@ -100650,7 +110686,7 @@ }, "type": "object" }, - "SHARD_ANANKE": { + "SHARD_CRYO": { "properties": { "buy_summary": { "items": { @@ -100724,7 +110760,7 @@ }, "type": "object" }, - "SHARD_APEX_DRAGON": { + "SHARD_CUBOA": { "properties": { "buy_summary": { "items": { @@ -100798,7 +110834,7 @@ }, "type": "object" }, - "SHARD_ARACHNE": { + "SHARD_DAEMON": { "properties": { "buy_summary": { "items": { @@ -100872,7 +110908,7 @@ }, "type": "object" }, - "SHARD_AZURE": { + "SHARD_DODO": { "properties": { "buy_summary": { "items": { @@ -100946,7 +110982,7 @@ }, "type": "object" }, - "SHARD_BAL": { + "SHARD_DRACONIC": { "properties": { "buy_summary": { "items": { @@ -101020,7 +111056,7 @@ }, "type": "object" }, - "SHARD_BAMBLOOM": { + "SHARD_DRAGONFLY": { "properties": { "buy_summary": { "items": { @@ -101094,7 +111130,7 @@ }, "type": "object" }, - "SHARD_BAMBULEAF": { + "SHARD_DREADWING": { "properties": { "buy_summary": { "items": { @@ -101168,7 +111204,7 @@ }, "type": "object" }, - "SHARD_BARBARIAN_DUKE_X": { + "SHARD_DROWNED": { "properties": { "buy_summary": { "items": { @@ -101242,7 +111278,7 @@ }, "type": "object" }, - "SHARD_BASILISK": { + "SHARD_EEL": { "properties": { "buy_summary": { "items": { @@ -101316,7 +111352,7 @@ }, "type": "object" }, - "SHARD_BEACONMITE": { + "SHARD_ENDSTONE_PROTECTOR": { "properties": { "buy_summary": { "items": { @@ -101390,7 +111426,7 @@ }, "type": "object" }, - "SHARD_BEZAL": { + "SHARD_ENT": { "properties": { "buy_summary": { "items": { @@ -101464,7 +111500,7 @@ }, "type": "object" }, - "SHARD_BIRRIES": { + "SHARD_ETHERDRAKE": { "properties": { "buy_summary": { "items": { @@ -101538,7 +111574,7 @@ }, "type": "object" }, - "SHARD_BITBUG": { + "SHARD_FALCON": { "properties": { "buy_summary": { "items": { @@ -101612,7 +111648,7 @@ }, "type": "object" }, - "SHARD_BLIZZARD": { + "SHARD_FENLORD": { "properties": { "buy_summary": { "items": { @@ -101686,7 +111722,7 @@ }, "type": "object" }, - "SHARD_BOLT": { + "SHARD_FIREFLY": { "properties": { "buy_summary": { "items": { @@ -101760,7 +111796,7 @@ }, "type": "object" }, - "SHARD_BOREAL_OWL": { + "SHARD_FIRE_EEL": { "properties": { "buy_summary": { "items": { @@ -101834,7 +111870,7 @@ }, "type": "object" }, - "SHARD_BRAMBLE": { + "SHARD_FLAMING_SPIDER": { "properties": { "buy_summary": { "items": { @@ -101908,7 +111944,7 @@ }, "type": "object" }, - "SHARD_BRUISER": { + "SHARD_FLARE": { "properties": { "buy_summary": { "items": { @@ -101982,7 +112018,7 @@ }, "type": "object" }, - "SHARD_BULLFROG": { + "SHARD_FLASH": { "properties": { "buy_summary": { "items": { @@ -102056,7 +112092,7 @@ }, "type": "object" }, - "SHARD_BURNINGSOUL": { + "SHARD_FLIP_FLOPPER": { "properties": { "buy_summary": { "items": { @@ -102130,7 +112166,7 @@ }, "type": "object" }, - "SHARD_CAIMAN": { + "SHARD_FUNGLOOM": { "properties": { "buy_summary": { "items": { @@ -102204,7 +112240,7 @@ }, "type": "object" }, - "SHARD_CARROT_KING": { + "SHARD_GALAXY_FISH": { "properties": { "buy_summary": { "items": { @@ -102278,7 +112314,7 @@ }, "type": "object" }, - "SHARD_CASCADE": { + "SHARD_GECKO": { "properties": { "buy_summary": { "items": { @@ -102352,7 +112388,7 @@ }, "type": "object" }, - "SHARD_CAVERNSHADE": { + "SHARD_GHOST": { "properties": { "buy_summary": { "items": { @@ -102426,7 +112462,7 @@ }, "type": "object" }, - "SHARD_CHAMELEON": { + "SHARD_GLACITE_WALKER": { "properties": { "buy_summary": { "items": { @@ -102500,7 +112536,7 @@ }, "type": "object" }, - "SHARD_CHILL": { + "SHARD_GOLDEN_GHOUL": { "properties": { "buy_summary": { "items": { @@ -102574,7 +112610,7 @@ }, "type": "object" }, - "SHARD_CINDER_BAT": { + "SHARD_GOLDFIN": { "properties": { "buy_summary": { "items": { @@ -102648,7 +112684,7 @@ }, "type": "object" }, - "SHARD_COD": { + "SHARD_GROVE": { "properties": { "buy_summary": { "items": { @@ -102722,7 +112758,7 @@ }, "type": "object" }, - "SHARD_CONDOR": { + "SHARD_HARPY": { "properties": { "buy_summary": { "items": { @@ -102796,7 +112832,7 @@ }, "type": "object" }, - "SHARD_CORALOT": { + "SHARD_HELLWISP": { "properties": { "buy_summary": { "items": { @@ -102870,7 +112906,7 @@ }, "type": "object" }, - "SHARD_CRETAN_BULL": { + "SHARD_HERON": { "properties": { "buy_summary": { "items": { @@ -102944,7 +112980,7 @@ }, "type": "object" }, - "SHARD_CROCODILE": { + "SHARD_HIDEONBOX": { "properties": { "buy_summary": { "items": { @@ -103018,7 +113054,7 @@ }, "type": "object" }, - "SHARD_CROPEETLE": { + "SHARD_HIDEONCAVE": { "properties": { "buy_summary": { "items": { @@ -103092,7 +113128,7 @@ }, "type": "object" }, - "SHARD_CROW": { + "SHARD_HIDEONDRA": { "properties": { "buy_summary": { "items": { @@ -103166,7 +113202,7 @@ }, "type": "object" }, - "SHARD_CRYO": { + "SHARD_HIDEONGEON": { "properties": { "buy_summary": { "items": { @@ -103240,7 +113276,7 @@ }, "type": "object" }, - "SHARD_CUBOA": { + "SHARD_HIDEONGIFT": { "properties": { "buy_summary": { "items": { @@ -103314,7 +113350,7 @@ }, "type": "object" }, - "SHARD_DAEMON": { + "SHARD_HIDEONLEAF": { "properties": { "buy_summary": { "items": { @@ -103388,7 +113424,7 @@ }, "type": "object" }, - "SHARD_DODO": { + "SHARD_HIDEONRING": { "properties": { "buy_summary": { "items": { @@ -103462,7 +113498,7 @@ }, "type": "object" }, - "SHARD_DRACONIC": { + "SHARD_HIDEONSACK": { "properties": { "buy_summary": { "items": { @@ -103536,7 +113572,7 @@ }, "type": "object" }, - "SHARD_DRAGONFLY": { + "SHARD_HUMMINGBIRD": { "properties": { "buy_summary": { "items": { @@ -103610,7 +113646,7 @@ }, "type": "object" }, - "SHARD_DREADWING": { + "SHARD_IGUANA": { "properties": { "buy_summary": { "items": { @@ -103684,7 +113720,7 @@ }, "type": "object" }, - "SHARD_DROWNED": { + "SHARD_INFERNO_KOI": { "properties": { "buy_summary": { "items": { @@ -103758,7 +113794,7 @@ }, "type": "object" }, - "SHARD_EEL": { + "SHARD_INVISIBUG": { "properties": { "buy_summary": { "items": { @@ -103832,7 +113868,7 @@ }, "type": "object" }, - "SHARD_ENDSTONE_PROTECTOR": { + "SHARD_JORMUNG": { "properties": { "buy_summary": { "items": { @@ -103906,7 +113942,7 @@ }, "type": "object" }, - "SHARD_ENT": { + "SHARD_JOYDIVE": { "properties": { "buy_summary": { "items": { @@ -103980,7 +114016,7 @@ }, "type": "object" }, - "SHARD_ETHERDRAKE": { + "SHARD_KADA_KNIGHT": { "properties": { "buy_summary": { "items": { @@ -104054,7 +114090,7 @@ }, "type": "object" }, - "SHARD_FALCON": { + "SHARD_KING_COBRA": { "properties": { "buy_summary": { "items": { @@ -104128,7 +114164,7 @@ }, "type": "object" }, - "SHARD_FENLORD": { + "SHARD_KING_MINOS": { "properties": { "buy_summary": { "items": { @@ -104202,7 +114238,7 @@ }, "type": "object" }, - "SHARD_FIREFLY": { + "SHARD_KIWI": { "properties": { "buy_summary": { "items": { @@ -104276,7 +114312,7 @@ }, "type": "object" }, - "SHARD_FIRE_EEL": { + "SHARD_KOMODO_DRAGON": { "properties": { "buy_summary": { "items": { @@ -104350,7 +114386,7 @@ }, "type": "object" }, - "SHARD_FLAMING_SPIDER": { + "SHARD_KRAKEN": { "properties": { "buy_summary": { "items": { @@ -104424,7 +114460,7 @@ }, "type": "object" }, - "SHARD_FLARE": { + "SHARD_LADYBUG": { "properties": { "buy_summary": { "items": { @@ -104498,7 +114534,7 @@ }, "type": "object" }, - "SHARD_FLASH": { + "SHARD_LAPIS_CREEPER": { "properties": { "buy_summary": { "items": { @@ -104572,7 +114608,7 @@ }, "type": "object" }, - "SHARD_FUNGLOOM": { + "SHARD_LAPIS_SKELETON": { "properties": { "buy_summary": { "items": { @@ -104646,7 +114682,7 @@ }, "type": "object" }, - "SHARD_GALAXY_FISH": { + "SHARD_LAPIS_ZOMBIE": { "properties": { "buy_summary": { "items": { @@ -104720,7 +114756,7 @@ }, "type": "object" }, - "SHARD_GECKO": { + "SHARD_LAVA_FLAME": { "properties": { "buy_summary": { "items": { @@ -104794,7 +114830,7 @@ }, "type": "object" }, - "SHARD_GHOST": { + "SHARD_LEATHERBACK": { "properties": { "buy_summary": { "items": { @@ -104868,7 +114904,7 @@ }, "type": "object" }, - "SHARD_GLACITE_WALKER": { + "SHARD_LEVIATHAN": { "properties": { "buy_summary": { "items": { @@ -104942,7 +114978,7 @@ }, "type": "object" }, - "SHARD_GOLDEN_GHOUL": { + "SHARD_LIZARD_KING": { "properties": { "buy_summary": { "items": { @@ -105016,7 +115052,7 @@ }, "type": "object" }, - "SHARD_GOLDFIN": { + "SHARD_LORD_JAWBUS": { "properties": { "buy_summary": { "items": { @@ -105090,7 +115126,7 @@ }, "type": "object" }, - "SHARD_GROVE": { + "SHARD_LUMISQUID": { "properties": { "buy_summary": { "items": { @@ -105164,7 +115200,7 @@ }, "type": "object" }, - "SHARD_HARPY": { + "SHARD_LUNAR_MOTH": { "properties": { "buy_summary": { "items": { @@ -105195,7 +115231,7 @@ "type": "integer" }, "buyPrice": { - "type": "integer" + "type": "number" }, "buyVolume": { "type": "integer" @@ -105238,7 +115274,7 @@ }, "type": "object" }, - "SHARD_HELLWISP": { + "SHARD_MAGMA_SLUG": { "properties": { "buy_summary": { "items": { @@ -105312,7 +115348,7 @@ }, "type": "object" }, - "SHARD_HERON": { + "SHARD_MATCHO": { "properties": { "buy_summary": { "items": { @@ -105386,7 +115422,7 @@ }, "type": "object" }, - "SHARD_HIDEONBOX": { + "SHARD_MEGALITH": { "properties": { "buy_summary": { "items": { @@ -105460,7 +115496,7 @@ }, "type": "object" }, - "SHARD_HIDEONCAVE": { + "SHARD_MIMIC": { "properties": { "buy_summary": { "items": { @@ -105534,7 +115570,7 @@ }, "type": "object" }, - "SHARD_HIDEONDRA": { + "SHARD_MINER_ZOMBIE": { "properties": { "buy_summary": { "items": { @@ -105608,7 +115644,7 @@ }, "type": "object" }, - "SHARD_HIDEONGEON": { + "SHARD_MINOTAUR": { "properties": { "buy_summary": { "items": { @@ -105682,7 +115718,7 @@ }, "type": "object" }, - "SHARD_HIDEONGIFT": { + "SHARD_MIST": { "properties": { "buy_summary": { "items": { @@ -105756,7 +115792,7 @@ }, "type": "object" }, - "SHARD_HIDEONLEAF": { + "SHARD_MOCHIBEAR": { "properties": { "buy_summary": { "items": { @@ -105830,7 +115866,7 @@ }, "type": "object" }, - "SHARD_HIDEONRING": { + "SHARD_MOLTENFISH": { "properties": { "buy_summary": { "items": { @@ -105904,7 +115940,7 @@ }, "type": "object" }, - "SHARD_HIDEONSACK": { + "SHARD_MOLTHORN": { "properties": { "buy_summary": { "items": { @@ -105978,7 +116014,7 @@ }, "type": "object" }, - "SHARD_HUMMINGBIRD": { + "SHARD_MORAY_EEL": { "properties": { "buy_summary": { "items": { @@ -106052,7 +116088,7 @@ }, "type": "object" }, - "SHARD_IGUANA": { + "SHARD_MOSSYBIT": { "properties": { "buy_summary": { "items": { @@ -106126,7 +116162,7 @@ }, "type": "object" }, - "SHARD_INFERNO_KOI": { + "SHARD_MUDWORM": { "properties": { "buy_summary": { "items": { @@ -106200,7 +116236,7 @@ }, "type": "object" }, - "SHARD_INVISIBUG": { + "SHARD_NAGA": { "properties": { "buy_summary": { "items": { @@ -106274,7 +116310,7 @@ }, "type": "object" }, - "SHARD_JORMUNG": { + "SHARD_NESSIE": { "properties": { "buy_summary": { "items": { @@ -106348,7 +116384,7 @@ }, "type": "object" }, - "SHARD_JOYDIVE": { + "SHARD_NEWT": { "properties": { "buy_summary": { "items": { @@ -106422,7 +116458,7 @@ }, "type": "object" }, - "SHARD_KADA_KNIGHT": { + "SHARD_NIGHT_SQUID": { "properties": { "buy_summary": { "items": { @@ -106496,7 +116532,7 @@ }, "type": "object" }, - "SHARD_KING_COBRA": { + "SHARD_OBSIDIAN_DEFENDER": { "properties": { "buy_summary": { "items": { @@ -106570,7 +116606,7 @@ }, "type": "object" }, - "SHARD_KING_MINOS": { + "SHARD_PANDARAI": { "properties": { "buy_summary": { "items": { @@ -106644,7 +116680,7 @@ }, "type": "object" }, - "SHARD_KIWI": { + "SHARD_PEST": { "properties": { "buy_summary": { "items": { @@ -106718,7 +116754,7 @@ }, "type": "object" }, - "SHARD_KOMODO_DRAGON": { + "SHARD_PHANFLARE": { "properties": { "buy_summary": { "items": { @@ -106792,7 +116828,7 @@ }, "type": "object" }, - "SHARD_KRAKEN": { + "SHARD_PHANPYRE": { "properties": { "buy_summary": { "items": { @@ -106866,7 +116902,7 @@ }, "type": "object" }, - "SHARD_LADYBUG": { + "SHARD_PIRANHA": { "properties": { "buy_summary": { "items": { @@ -106940,7 +116976,7 @@ }, "type": "object" }, - "SHARD_LAPIS_CREEPER": { + "SHARD_POWER_DRAGON": { "properties": { "buy_summary": { "items": { @@ -107014,7 +117050,7 @@ }, "type": "object" }, - "SHARD_LAPIS_SKELETON": { + "SHARD_PRAYING_MANTIS": { "properties": { "buy_summary": { "items": { @@ -107088,7 +117124,7 @@ }, "type": "object" }, - "SHARD_LAPIS_ZOMBIE": { + "SHARD_PRINCE": { "properties": { "buy_summary": { "items": { @@ -107162,7 +117198,7 @@ }, "type": "object" }, - "SHARD_LAVA_FLAME": { + "SHARD_PYTHON": { "properties": { "buy_summary": { "items": { @@ -107236,7 +117272,7 @@ }, "type": "object" }, - "SHARD_LEATHERBACK": { + "SHARD_QUAKE": { "properties": { "buy_summary": { "items": { @@ -107310,7 +117346,7 @@ }, "type": "object" }, - "SHARD_LEVIATHAN": { + "SHARD_QUARTZFANG": { "properties": { "buy_summary": { "items": { @@ -107384,7 +117420,7 @@ }, "type": "object" }, - "SHARD_LIZARD_KING": { + "SHARD_RAIN_SLIME": { "properties": { "buy_summary": { "items": { @@ -107458,7 +117494,7 @@ }, "type": "object" }, - "SHARD_LORD_JAWBUS": { + "SHARD_RANA": { "properties": { "buy_summary": { "items": { @@ -107532,7 +117568,7 @@ }, "type": "object" }, - "SHARD_LUMISQUID": { + "SHARD_REVENANT": { "properties": { "buy_summary": { "items": { @@ -107606,7 +117642,7 @@ }, "type": "object" }, - "SHARD_LUNAR_MOTH": { + "SHARD_SALAMANDER": { "properties": { "buy_summary": { "items": { @@ -107680,7 +117716,7 @@ }, "type": "object" }, - "SHARD_MAGMA_SLUG": { + "SHARD_SALMON": { "properties": { "buy_summary": { "items": { @@ -107754,7 +117790,7 @@ }, "type": "object" }, - "SHARD_MATCHO": { + "SHARD_SCARF": { "properties": { "buy_summary": { "items": { @@ -107828,7 +117864,7 @@ }, "type": "object" }, - "SHARD_MEGALITH": { + "SHARD_SEAGULL": { "properties": { "buy_summary": { "items": { @@ -107902,7 +117938,7 @@ }, "type": "object" }, - "SHARD_MIMIC": { + "SHARD_SEA_ARCHER": { "properties": { "buy_summary": { "items": { @@ -107976,7 +118012,7 @@ }, "type": "object" }, - "SHARD_MINER_ZOMBIE": { + "SHARD_SEA_EMPEROR": { "properties": { "buy_summary": { "items": { @@ -108050,7 +118086,7 @@ }, "type": "object" }, - "SHARD_MINOTAUR": { + "SHARD_SEA_SERPENT": { "properties": { "buy_summary": { "items": { @@ -108124,7 +118160,7 @@ }, "type": "object" }, - "SHARD_MIST": { + "SHARD_SEA_SHINE": { "properties": { "buy_summary": { "items": { @@ -108198,7 +118234,7 @@ }, "type": "object" }, - "SHARD_MOCHIBEAR": { + "SHARD_SEER": { "properties": { "buy_summary": { "items": { @@ -108272,7 +118308,7 @@ }, "type": "object" }, - "SHARD_MOLTENFISH": { + "SHARD_SHELLWISE": { "properties": { "buy_summary": { "items": { @@ -108346,7 +118382,7 @@ }, "type": "object" }, - "SHARD_MOLTHORN": { + "SHARD_SHINYFISH": { "properties": { "buy_summary": { "items": { @@ -108420,7 +118456,7 @@ }, "type": "object" }, - "SHARD_MORAY_EEL": { + "SHARD_SILENTDEPTH": { "properties": { "buy_summary": { "items": { @@ -108494,7 +118530,7 @@ }, "type": "object" }, - "SHARD_MOSSYBIT": { + "SHARD_SKELETOR": { "properties": { "buy_summary": { "items": { @@ -108568,7 +118604,7 @@ }, "type": "object" }, - "SHARD_MUDWORM": { + "SHARD_SNOWFIN": { "properties": { "buy_summary": { "items": { @@ -108642,7 +118678,7 @@ }, "type": "object" }, - "SHARD_NAGA": { + "SHARD_SOUL_OF_THE_ALPHA": { "properties": { "buy_summary": { "items": { @@ -108716,7 +118752,7 @@ }, "type": "object" }, - "SHARD_NEWT": { + "SHARD_SPARROW": { "properties": { "buy_summary": { "items": { @@ -108790,7 +118826,7 @@ }, "type": "object" }, - "SHARD_NIGHT_SQUID": { + "SHARD_SPHINX": { "properties": { "buy_summary": { "items": { @@ -108864,7 +118900,7 @@ }, "type": "object" }, - "SHARD_OBSIDIAN_DEFENDER": { + "SHARD_SPIKE": { "properties": { "buy_summary": { "items": { @@ -108938,7 +118974,7 @@ }, "type": "object" }, - "SHARD_PANDARAI": { + "SHARD_STALAGMIGHT": { "properties": { "buy_summary": { "items": { @@ -109012,7 +119048,7 @@ }, "type": "object" }, - "SHARD_PEST": { + "SHARD_STARBORN": { "properties": { "buy_summary": { "items": { @@ -109086,7 +119122,7 @@ }, "type": "object" }, - "SHARD_PHANFLARE": { + "SHARD_STAR_SENTRY": { "properties": { "buy_summary": { "items": { @@ -109160,7 +119196,7 @@ }, "type": "object" }, - "SHARD_PHANPYRE": { + "SHARD_STRIDER_SURFER": { "properties": { "buy_summary": { "items": { @@ -109234,7 +119270,7 @@ }, "type": "object" }, - "SHARD_PIRANHA": { + "SHARD_SUN_FISH": { "properties": { "buy_summary": { "items": { @@ -109308,7 +119344,7 @@ }, "type": "object" }, - "SHARD_POWER_DRAGON": { + "SHARD_SYCOPHANT": { "properties": { "buy_summary": { "items": { @@ -109382,7 +119418,7 @@ }, "type": "object" }, - "SHARD_PRAYING_MANTIS": { + "SHARD_SYLVAN": { "properties": { "buy_summary": { "items": { @@ -109456,7 +119492,7 @@ }, "type": "object" }, - "SHARD_PRINCE": { + "SHARD_TADGANG": { "properties": { "buy_summary": { "items": { @@ -109530,7 +119566,7 @@ }, "type": "object" }, - "SHARD_PYTHON": { + "SHARD_TANK_ZOMBIE": { "properties": { "buy_summary": { "items": { @@ -109604,7 +119640,7 @@ }, "type": "object" }, - "SHARD_QUAKE": { + "SHARD_TAURUS": { "properties": { "buy_summary": { "items": { @@ -109678,7 +119714,7 @@ }, "type": "object" }, - "SHARD_QUARTZFANG": { + "SHARD_TEMPEST": { "properties": { "buy_summary": { "items": { @@ -109752,7 +119788,7 @@ }, "type": "object" }, - "SHARD_RAIN_SLIME": { + "SHARD_TENEBRIS": { "properties": { "buy_summary": { "items": { @@ -109826,7 +119862,7 @@ }, "type": "object" }, - "SHARD_RANA": { + "SHARD_TERMITE": { "properties": { "buy_summary": { "items": { @@ -109900,7 +119936,7 @@ }, "type": "object" }, - "SHARD_REVENANT": { + "SHARD_TERRA": { "properties": { "buy_summary": { "items": { @@ -109974,7 +120010,7 @@ }, "type": "object" }, - "SHARD_SALAMANDER": { + "SHARD_THORN": { "properties": { "buy_summary": { "items": { @@ -110048,7 +120084,7 @@ }, "type": "object" }, - "SHARD_SALMON": { + "SHARD_THYST": { "properties": { "buy_summary": { "items": { @@ -110122,7 +120158,7 @@ }, "type": "object" }, - "SHARD_SCARF": { + "SHARD_TIAMAT": { "properties": { "buy_summary": { "items": { @@ -110196,7 +120232,7 @@ }, "type": "object" }, - "SHARD_SEAGULL": { + "SHARD_TIDE": { "properties": { "buy_summary": { "items": { @@ -110270,7 +120306,7 @@ }, "type": "object" }, - "SHARD_SEA_ARCHER": { + "SHARD_TITANOBOA": { "properties": { "buy_summary": { "items": { @@ -110344,7 +120380,7 @@ }, "type": "object" }, - "SHARD_SEA_EMPEROR": { + "SHARD_TOAD": { "properties": { "buy_summary": { "items": { @@ -110418,7 +120454,7 @@ }, "type": "object" }, - "SHARD_SEA_SERPENT": { + "SHARD_TORTOISE": { "properties": { "buy_summary": { "items": { @@ -110492,7 +120528,7 @@ }, "type": "object" }, - "SHARD_SEER": { + "SHARD_TOUCAN": { "properties": { "buy_summary": { "items": { @@ -110566,7 +120602,7 @@ }, "type": "object" }, - "SHARD_SHELLWISE": { + "SHARD_TROGLOBYTE": { "properties": { "buy_summary": { "items": { @@ -110640,7 +120676,7 @@ }, "type": "object" }, - "SHARD_SHINYFISH": { + "SHARD_VERDANT": { "properties": { "buy_summary": { "items": { @@ -110714,7 +120750,7 @@ }, "type": "object" }, - "SHARD_SILENTDEPTH": { + "SHARD_VIPER": { "properties": { "buy_summary": { "items": { @@ -110788,7 +120824,7 @@ }, "type": "object" }, - "SHARD_SKELETOR": { + "SHARD_VORACIOUS_SPIDER": { "properties": { "buy_summary": { "items": { @@ -110862,7 +120898,7 @@ }, "type": "object" }, - "SHARD_SNOWFIN": { + "SHARD_WARTYBUG": { "properties": { "buy_summary": { "items": { @@ -110936,7 +120972,7 @@ }, "type": "object" }, - "SHARD_SOUL_OF_THE_ALPHA": { + "SHARD_WATER_HYDRA": { "properties": { "buy_summary": { "items": { @@ -111010,7 +121046,7 @@ }, "type": "object" }, - "SHARD_SPARROW": { + "SHARD_WITHER": { "properties": { "buy_summary": { "items": { @@ -111084,7 +121120,7 @@ }, "type": "object" }, - "SHARD_SPHINX": { + "SHARD_WITHER_SPECTER": { "properties": { "buy_summary": { "items": { @@ -111158,7 +121194,7 @@ }, "type": "object" }, - "SHARD_SPIKE": { + "SHARD_WYVERN": { "properties": { "buy_summary": { "items": { @@ -111232,7 +121268,7 @@ }, "type": "object" }, - "SHARD_STALAGMIGHT": { + "SHARD_XYZ": { "properties": { "buy_summary": { "items": { @@ -111306,7 +121342,7 @@ }, "type": "object" }, - "SHARD_STARBORN": { + "SHARD_YOG": { "properties": { "buy_summary": { "items": { @@ -111380,7 +121416,7 @@ }, "type": "object" }, - "SHARD_STAR_SENTRY": { + "SHARD_ZEALOT": { "properties": { "buy_summary": { "items": { @@ -111454,7 +121490,7 @@ }, "type": "object" }, - "SHARD_STRIDER_SURFER": { + "SHARD_ZOMBIE_SOLDIER": { "properties": { "buy_summary": { "items": { @@ -111528,7 +121564,7 @@ }, "type": "object" }, - "SHARD_SUN_FISH": { + "SHARK_BAIT": { "properties": { "buy_summary": { "items": { @@ -111602,7 +121638,7 @@ }, "type": "object" }, - "SHARD_SYCOPHANT": { + "SHARK_FIN": { "properties": { "buy_summary": { "items": { @@ -111676,7 +121712,7 @@ }, "type": "object" }, - "SHARD_SYLVAN": { + "SHARK_WATER_ORB": { "properties": { "buy_summary": { "items": { @@ -111750,7 +121786,7 @@ }, "type": "object" }, - "SHARD_TADGANG": { + "SHELLFRUIT": { "properties": { "buy_summary": { "items": { @@ -111824,7 +121860,7 @@ }, "type": "object" }, - "SHARD_TANK_ZOMBIE": { + "SHINY_PRISM": { "properties": { "buy_summary": { "items": { @@ -111898,7 +121934,7 @@ }, "type": "object" }, - "SHARD_TAURUS": { + "SHRIVELED_CORNEA": { "properties": { "buy_summary": { "items": { @@ -111972,7 +122008,7 @@ }, "type": "object" }, - "SHARD_TEMPEST": { + "SILVER_FANG": { "properties": { "buy_summary": { "items": { @@ -112046,7 +122082,7 @@ }, "type": "object" }, - "SHARD_TENEBRIS": { + "SIL_EX": { "properties": { "buy_summary": { "items": { @@ -112120,7 +122156,7 @@ }, "type": "object" }, - "SHARD_TERMITE": { + "SIMPLE_CARROT_CANDY": { "properties": { "buy_summary": { "items": { @@ -112194,7 +122230,7 @@ }, "type": "object" }, - "SHARD_TERRA": { + "SINGED_POWDER": { "properties": { "buy_summary": { "items": { @@ -112268,7 +122304,7 @@ }, "type": "object" }, - "SHARD_THORN": { + "SKELETON_KEY": { "properties": { "buy_summary": { "items": { @@ -112342,7 +122378,7 @@ }, "type": "object" }, - "SHARD_THYST": { + "SKYMART_BROCHURE": { "properties": { "buy_summary": { "items": { @@ -112416,7 +122452,7 @@ }, "type": "object" }, - "SHARD_TIAMAT": { + "SLIME_BALL": { "properties": { "buy_summary": { "items": { @@ -112490,7 +122526,7 @@ }, "type": "object" }, - "SHARD_TIDE": { + "SLUDGE_JUICE": { "properties": { "buy_summary": { "items": { @@ -112564,7 +122600,7 @@ }, "type": "object" }, - "SHARD_TITANOBOA": { + "SMALL_ENCHANTED_CHEST": { "properties": { "buy_summary": { "items": { @@ -112638,7 +122674,7 @@ }, "type": "object" }, - "SHARD_TOAD": { + "SMALL_PIG_EAR": { "properties": { "buy_summary": { "items": { @@ -112684,7 +122720,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -112702,7 +122738,7 @@ "type": "integer" }, "pricePerUnit": { - "type": "number" + "type": "integer" } }, "type": "object" @@ -112712,7 +122748,7 @@ }, "type": "object" }, - "SHARD_TORTOISE": { + "SMALL_SEAL_PLUSHIE": { "properties": { "buy_summary": { "items": { @@ -112786,7 +122822,7 @@ }, "type": "object" }, - "SHARD_TOUCAN": { + "SMALL_WITCH_CAULDRON": { "properties": { "buy_summary": { "items": { @@ -112860,7 +122896,7 @@ }, "type": "object" }, - "SHARD_TROGLOBYTE": { + "SNOOZLING": { "properties": { "buy_summary": { "items": { @@ -112934,7 +122970,7 @@ }, "type": "object" }, - "SHARD_VERDANT": { + "SNOW_BALL": { "properties": { "buy_summary": { "items": { @@ -113008,7 +123044,7 @@ }, "type": "object" }, - "SHARD_VIPER": { + "SNOW_BLOCK": { "properties": { "buy_summary": { "items": { @@ -113082,7 +123118,7 @@ }, "type": "object" }, - "SHARD_VORACIOUS_SPIDER": { + "SOGGYBUD": { "properties": { "buy_summary": { "items": { @@ -113156,7 +123192,7 @@ }, "type": "object" }, - "SHARD_WARTYBUG": { + "SOLAR_PANEL": { "properties": { "buy_summary": { "items": { @@ -113230,7 +123266,7 @@ }, "type": "object" }, - "SHARD_WATER_HYDRA": { + "SORROW": { "properties": { "buy_summary": { "items": { @@ -113304,7 +123340,7 @@ }, "type": "object" }, - "SHARD_WITHER": { + "SOULFLOW": { "properties": { "buy_summary": { "items": { @@ -113378,7 +123414,7 @@ }, "type": "object" }, - "SHARD_WITHER_SPECTER": { + "SOULFLOW_ENGINE": { "properties": { "buy_summary": { "items": { @@ -113452,7 +123488,7 @@ }, "type": "object" }, - "SHARD_WYVERN": { + "SOUL_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -113526,7 +123562,7 @@ }, "type": "object" }, - "SHARD_XYZ": { + "SOUL_STRING": { "properties": { "buy_summary": { "items": { @@ -113600,7 +123636,7 @@ }, "type": "object" }, - "SHARD_YOG": { + "SOWLEDGE_GARDEN_CHIP": { "properties": { "buy_summary": { "items": { @@ -113674,7 +123710,7 @@ }, "type": "object" }, - "SHARD_ZEALOT": { + "SPECTRE_DUST": { "properties": { "buy_summary": { "items": { @@ -113748,7 +123784,7 @@ }, "type": "object" }, - "SHARD_ZOMBIE_SOLDIER": { + "SPELL_POWDER": { "properties": { "buy_summary": { "items": { @@ -113822,7 +123858,7 @@ }, "type": "object" }, - "SHARK_BAIT": { + "SPIDER_CATALYST": { "properties": { "buy_summary": { "items": { @@ -113896,7 +123932,7 @@ }, "type": "object" }, - "SHARK_FIN": { + "SPIDER_EYE": { "properties": { "buy_summary": { "items": { @@ -113970,7 +124006,7 @@ }, "type": "object" }, - "SHARK_WATER_ORB": { + "SPIKED_BAIT": { "properties": { "buy_summary": { "items": { @@ -114044,7 +124080,7 @@ }, "type": "object" }, - "SHINY_PRISM": { + "SPIRIT_BONE": { "properties": { "buy_summary": { "items": { @@ -114118,7 +124154,7 @@ }, "type": "object" }, - "SHRIVELED_CORNEA": { + "SPIRIT_DECOY": { "properties": { "buy_summary": { "items": { @@ -114192,7 +124228,7 @@ }, "type": "object" }, - "SILVER_FANG": { + "SPIRIT_LEAP": { "properties": { "buy_summary": { "items": { @@ -114266,7 +124302,7 @@ }, "type": "object" }, - "SIL_EX": { + "SPIRIT_WING": { "properties": { "buy_summary": { "items": { @@ -114340,7 +124376,7 @@ }, "type": "object" }, - "SIMPLE_CARROT_CANDY": { + "SPONGE": { "properties": { "buy_summary": { "items": { @@ -114414,7 +124450,7 @@ }, "type": "object" }, - "SINGED_POWDER": { + "SPOOKY_BAIT": { "properties": { "buy_summary": { "items": { @@ -114488,7 +124524,7 @@ }, "type": "object" }, - "SKELETON_KEY": { + "SPOOKY_SHARD": { "properties": { "buy_summary": { "items": { @@ -114562,7 +124598,7 @@ }, "type": "object" }, - "SKYMART_BROCHURE": { + "SPOOKY_WATER_ORB": { "properties": { "buy_summary": { "items": { @@ -114636,7 +124672,7 @@ }, "type": "object" }, - "SLIME_BALL": { + "SQUASH": { "properties": { "buy_summary": { "items": { @@ -114710,7 +124746,7 @@ }, "type": "object" }, - "SLUDGE_JUICE": { + "SQUEAKY_TOY": { "properties": { "buy_summary": { "items": { @@ -114784,7 +124820,7 @@ }, "type": "object" }, - "SMALL_ENCHANTED_CHEST": { + "STARFALL": { "properties": { "buy_summary": { "items": { @@ -114858,7 +124894,7 @@ }, "type": "object" }, - "SNOW_BALL": { + "STARLYN_PRIZE": { "properties": { "buy_summary": { "items": { @@ -114932,7 +124968,67 @@ }, "type": "object" }, - "SNOW_BLOCK": { + "STARTLEVINE": { + "properties": { + "buy_summary": { + "items": { + "properties": { + "amount": { + "type": "integer" + }, + "orders": { + "type": "integer" + }, + "pricePerUnit": { + "type": "number" + } + }, + "type": "object" + }, + "type": "array" + }, + "product_id": { + "type": "string" + }, + "quick_status": { + "properties": { + "buyMovingWeek": { + "type": "integer" + }, + "buyOrders": { + "type": "integer" + }, + "buyPrice": { + "type": "number" + }, + "buyVolume": { + "type": "integer" + }, + "productId": { + "type": "string" + }, + "sellMovingWeek": { + "type": "integer" + }, + "sellOrders": { + "type": "integer" + }, + "sellPrice": { + "type": "integer" + }, + "sellVolume": { + "type": "integer" + } + }, + "type": "object" + }, + "sell_summary": { + "type": "array" + } + }, + "type": "object" + }, + "STOCK_OF_STONKS": { "properties": { "buy_summary": { "items": { @@ -115006,7 +125102,7 @@ }, "type": "object" }, - "SOGGYBUD": { + "STOPLIGHT_PETAL": { "properties": { "buy_summary": { "items": { @@ -115080,7 +125176,7 @@ }, "type": "object" }, - "SOLAR_PANEL": { + "STRING": { "properties": { "buy_summary": { "items": { @@ -115154,7 +125250,7 @@ }, "type": "object" }, - "SORROW": { + "STRONG_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -115228,7 +125324,7 @@ }, "type": "object" }, - "SOULFLOW": { + "STUFFED_CHILI_PEPPER": { "properties": { "buy_summary": { "items": { @@ -115302,7 +125398,7 @@ }, "type": "object" }, - "SOULFLOW_ENGINE": { + "SUBZERO_INVERTER": { "properties": { "buy_summary": { "items": { @@ -115376,7 +125472,7 @@ }, "type": "object" }, - "SOUL_FRAGMENT": { + "SUGAR_CANE": { "properties": { "buy_summary": { "items": { @@ -115450,7 +125546,7 @@ }, "type": "object" }, - "SOUL_STRING": { + "SULPHUR": { "properties": { "buy_summary": { "items": { @@ -115524,7 +125620,7 @@ }, "type": "object" }, - "SOWLEDGE_GARDEN_CHIP": { + "SULPHURIC_COAL": { "properties": { "buy_summary": { "items": { @@ -115598,7 +125694,7 @@ }, "type": "object" }, - "SPECTRE_DUST": { + "SULPHUR_ORE": { "properties": { "buy_summary": { "items": { @@ -115672,7 +125768,7 @@ }, "type": "object" }, - "SPELL_POWDER": { + "SUMMONING_EYE": { "properties": { "buy_summary": { "items": { @@ -115746,7 +125842,7 @@ }, "type": "object" }, - "SPIDER_CATALYST": { + "SUNFLOWER_BUTTER": { "properties": { "buy_summary": { "items": { @@ -115820,7 +125916,7 @@ }, "type": "object" }, - "SPIDER_EYE": { + "SUNFLOWER_OIL": { "properties": { "buy_summary": { "items": { @@ -115832,7 +125928,7 @@ "type": "integer" }, "pricePerUnit": { - "type": "number" + "type": "integer" } }, "type": "object" @@ -115851,7 +125947,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -115894,7 +125990,7 @@ }, "type": "object" }, - "SPIKED_BAIT": { + "SUNSTONE": { "properties": { "buy_summary": { "items": { @@ -115968,7 +126064,7 @@ }, "type": "object" }, - "SPIRIT_BONE": { + "SUPERBOOM_TNT": { "properties": { "buy_summary": { "items": { @@ -116042,7 +126138,7 @@ }, "type": "object" }, - "SPIRIT_DECOY": { + "SUPERB_CARROT_CANDY": { "properties": { "buy_summary": { "items": { @@ -116116,7 +126212,7 @@ }, "type": "object" }, - "SPIRIT_LEAP": { + "SUPERIOR_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -116190,7 +126286,7 @@ }, "type": "object" }, - "SPIRIT_WING": { + "SUPERLITE_MOTOR": { "properties": { "buy_summary": { "items": { @@ -116264,7 +126360,7 @@ }, "type": "object" }, - "SPONGE": { + "SUPER_COMPACTOR_3000": { "properties": { "buy_summary": { "items": { @@ -116338,7 +126434,7 @@ }, "type": "object" }, - "SPOOKY_BAIT": { + "SUPER_EGG": { "properties": { "buy_summary": { "items": { @@ -116412,7 +126508,7 @@ }, "type": "object" }, - "SPOOKY_SHARD": { + "SUPER_MAGIC_MUSHROOM_SOUP": { "properties": { "buy_summary": { "items": { @@ -116486,7 +126582,7 @@ }, "type": "object" }, - "SPOOKY_WATER_ORB": { + "SUPREME_CHOCOLATE_BAR": { "properties": { "buy_summary": { "items": { @@ -116532,7 +126628,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -116550,7 +126646,7 @@ "type": "integer" }, "pricePerUnit": { - "type": "number" + "type": "integer" } }, "type": "object" @@ -116560,7 +126656,7 @@ }, "type": "object" }, - "SQUASH": { + "SUSPICIOUS_SCRAP": { "properties": { "buy_summary": { "items": { @@ -116634,7 +126730,7 @@ }, "type": "object" }, - "STARFALL": { + "SUSPICIOUS_VIAL": { "properties": { "buy_summary": { "items": { @@ -116708,7 +126804,7 @@ }, "type": "object" }, - "STARLYN_PRIZE": { + "SWEEP_BOOSTER": { "properties": { "buy_summary": { "items": { @@ -116782,67 +126878,7 @@ }, "type": "object" }, - "STARTLEVINE": { - "properties": { - "buy_summary": { - "items": { - "properties": { - "amount": { - "type": "integer" - }, - "orders": { - "type": "integer" - }, - "pricePerUnit": { - "type": "number" - } - }, - "type": "object" - }, - "type": "array" - }, - "product_id": { - "type": "string" - }, - "quick_status": { - "properties": { - "buyMovingWeek": { - "type": "integer" - }, - "buyOrders": { - "type": "integer" - }, - "buyPrice": { - "type": "integer" - }, - "buyVolume": { - "type": "integer" - }, - "productId": { - "type": "string" - }, - "sellMovingWeek": { - "type": "integer" - }, - "sellOrders": { - "type": "integer" - }, - "sellPrice": { - "type": "integer" - }, - "sellVolume": { - "type": "integer" - } - }, - "type": "object" - }, - "sell_summary": { - "type": "array" - } - }, - "type": "object" - }, - "STOCK_OF_STONKS": { + "SYNTHESIS_GARDEN_CHIP": { "properties": { "buy_summary": { "items": { @@ -116888,7 +126924,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -116916,7 +126952,7 @@ }, "type": "object" }, - "STRING": { + "SYNTHETIC_HEART": { "properties": { "buy_summary": { "items": { @@ -116990,7 +127026,7 @@ }, "type": "object" }, - "STRONG_FRAGMENT": { + "TARANTULA_CATALYST": { "properties": { "buy_summary": { "items": { @@ -117064,7 +127100,7 @@ }, "type": "object" }, - "STUFFED_CHILI_PEPPER": { + "TARANTULA_SILK": { "properties": { "buy_summary": { "items": { @@ -117138,7 +127174,7 @@ }, "type": "object" }, - "SUBZERO_INVERTER": { + "TARANTULA_WEB": { "properties": { "buy_summary": { "items": { @@ -117212,7 +127248,7 @@ }, "type": "object" }, - "SUGAR_CANE": { + "TENDER_WOOD": { "properties": { "buy_summary": { "items": { @@ -117258,7 +127294,7 @@ "type": "integer" }, "sellPrice": { - "type": "number" + "type": "integer" }, "sellVolume": { "type": "integer" @@ -117286,7 +127322,7 @@ }, "type": "object" }, - "SULPHUR": { + "TENTACLE_MEAT": { "properties": { "buy_summary": { "items": { @@ -117360,7 +127396,7 @@ }, "type": "object" }, - "SULPHURIC_COAL": { + "TERRY_SNOWGLOBE": { "properties": { "buy_summary": { "items": { @@ -117434,7 +127470,7 @@ }, "type": "object" }, - "SULPHUR_ORE": { + "TESSELLATED_ENDER_PEARL": { "properties": { "buy_summary": { "items": { @@ -117508,7 +127544,7 @@ }, "type": "object" }, - "SUMMONING_EYE": { + "THE_ART_OF_PEACE": { "properties": { "buy_summary": { "items": { @@ -117582,7 +127618,7 @@ }, "type": "object" }, - "SUNSTONE": { + "THE_ART_OF_WAR": { "properties": { "buy_summary": { "items": { @@ -117656,7 +127692,7 @@ }, "type": "object" }, - "SUPERBOOM_TNT": { + "THIRD_MASTER_STAR": { "properties": { "buy_summary": { "items": { @@ -117730,7 +127766,7 @@ }, "type": "object" }, - "SUPERB_CARROT_CANDY": { + "THORNSHADE": { "properties": { "buy_summary": { "items": { @@ -117804,7 +127840,7 @@ }, "type": "object" }, - "SUPERIOR_FRAGMENT": { + "THORNY_VINES": { "properties": { "buy_summary": { "items": { @@ -117878,7 +127914,7 @@ }, "type": "object" }, - "SUPERLITE_MOTOR": { + "THORN_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -117952,7 +127988,7 @@ }, "type": "object" }, - "SUPER_COMPACTOR_3000": { + "THUNDERLING": { "properties": { "buy_summary": { "items": { @@ -118026,7 +128062,7 @@ }, "type": "object" }, - "SUPER_EGG": { + "THUNDER_SHARDS": { "properties": { "buy_summary": { "items": { @@ -118100,7 +128136,7 @@ }, "type": "object" }, - "SUPER_MAGIC_MUSHROOM_SOUP": { + "TIGER_SHARK_TOOTH": { "properties": { "buy_summary": { "items": { @@ -118174,7 +128210,7 @@ }, "type": "object" }, - "SUSPICIOUS_VIAL": { + "TIGHTLY_TIED_HAY_BALE": { "properties": { "buy_summary": { "items": { @@ -118248,7 +128284,7 @@ }, "type": "object" }, - "SYNTHETIC_HEART": { + "TIMESTALK": { "properties": { "buy_summary": { "items": { @@ -118322,7 +128358,7 @@ }, "type": "object" }, - "TARANTULA_SILK": { + "TITANIC_EXP_BOTTLE": { "properties": { "buy_summary": { "items": { @@ -118396,7 +128432,7 @@ }, "type": "object" }, - "TARANTULA_WEB": { + "TITANIUM_ORE": { "properties": { "buy_summary": { "items": { @@ -118470,7 +128506,7 @@ }, "type": "object" }, - "TERRY_SNOWGLOBE": { + "TITANIUM_TESSERACT": { "properties": { "buy_summary": { "items": { @@ -118544,7 +128580,7 @@ }, "type": "object" }, - "TESSELLATED_ENDER_PEARL": { + "TITANOBOA_SHED": { "properties": { "buy_summary": { "items": { @@ -118575,7 +128611,7 @@ "type": "integer" }, "buyPrice": { - "type": "number" + "type": "integer" }, "buyVolume": { "type": "integer" @@ -118618,7 +128654,7 @@ }, "type": "object" }, - "THE_ART_OF_PEACE": { + "TOIL_LOG": { "properties": { "buy_summary": { "items": { @@ -118692,7 +128728,7 @@ }, "type": "object" }, - "THE_ART_OF_WAR": { + "TOOL_EXP_CAPSULE": { "properties": { "buy_summary": { "items": { @@ -118766,7 +128802,7 @@ }, "type": "object" }, - "THIRD_MASTER_STAR": { + "TORN_CLOTH": { "properties": { "buy_summary": { "items": { @@ -118840,7 +128876,7 @@ }, "type": "object" }, - "THORNSHADE": { + "TOXIC_ARROW_POISON": { "properties": { "buy_summary": { "items": { @@ -118914,7 +128950,7 @@ }, "type": "object" }, - "THORNY_VINES": { + "TRANSMISSION_TUNER": { "properties": { "buy_summary": { "items": { @@ -118988,7 +129024,7 @@ }, "type": "object" }, - "THORN_FRAGMENT": { + "TREASURE_BAIT": { "properties": { "buy_summary": { "items": { @@ -119062,7 +129098,7 @@ }, "type": "object" }, - "THUNDERLING": { + "TREASURITE": { "properties": { "buy_summary": { "items": { @@ -119136,7 +129172,7 @@ }, "type": "object" }, - "THUNDER_SHARDS": { + "TWILIGHT_ARROW_POISON": { "properties": { "buy_summary": { "items": { @@ -119210,7 +129246,7 @@ }, "type": "object" }, - "TIGER_SHARK_TOOTH": { + "UGLY_FOSSIL": { "properties": { "buy_summary": { "items": { @@ -119284,7 +129320,7 @@ }, "type": "object" }, - "TIGHTLY_TIED_HAY_BALE": { + "ULTIMATE_CARROT_CANDY": { "properties": { "buy_summary": { "items": { @@ -119358,7 +129394,7 @@ }, "type": "object" }, - "TITANIC_EXP_BOTTLE": { + "UMBER": { "properties": { "buy_summary": { "items": { @@ -119432,7 +129468,7 @@ }, "type": "object" }, - "TITANIUM_ORE": { + "UMBER_KEY": { "properties": { "buy_summary": { "items": { @@ -119506,7 +129542,7 @@ }, "type": "object" }, - "TITANIUM_TESSERACT": { + "UMBER_PLATE": { "properties": { "buy_summary": { "items": { @@ -119580,7 +129616,7 @@ }, "type": "object" }, - "TITANOBOA_SHED": { + "UNALLOYED_SPEED": { "properties": { "buy_summary": { "items": { @@ -119654,7 +129690,7 @@ }, "type": "object" }, - "TOIL_LOG": { + "UNDEAD_CATALYST": { "properties": { "buy_summary": { "items": { @@ -119728,7 +129764,7 @@ }, "type": "object" }, - "TOOL_EXP_CAPSULE": { + "UNLUCKY_DOUBLOON": { "properties": { "buy_summary": { "items": { @@ -119802,7 +129838,7 @@ }, "type": "object" }, - "TORN_CLOTH": { + "UNSTABLE_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -119876,7 +129912,7 @@ }, "type": "object" }, - "TOXIC_ARROW_POISON": { + "VEILSHROOM": { "properties": { "buy_summary": { "items": { @@ -119950,7 +129986,7 @@ }, "type": "object" }, - "TRANSMISSION_TUNER": { + "VERMIN_VAPORIZER_GARDEN_CHIP": { "properties": { "buy_summary": { "items": { @@ -120024,7 +130060,7 @@ }, "type": "object" }, - "TREASURE_BAIT": { + "VERY_CRUDE_GABAGOOL": { "properties": { "buy_summary": { "items": { @@ -120098,7 +130134,7 @@ }, "type": "object" }, - "TREASURITE": { + "VITAMIN_DEATH": { "properties": { "buy_summary": { "items": { @@ -120172,7 +130208,7 @@ }, "type": "object" }, - "TWILIGHT_ARROW_POISON": { + "VOLCANIC_ROCK": { "properties": { "buy_summary": { "items": { @@ -120246,7 +130282,7 @@ }, "type": "object" }, - "ULTIMATE_CARROT_CANDY": { + "VOLTA": { "properties": { "buy_summary": { "items": { @@ -120320,7 +130356,7 @@ }, "type": "object" }, - "UNDEAD_CATALYST": { + "WATER_LILY": { "properties": { "buy_summary": { "items": { @@ -120394,7 +130430,7 @@ }, "type": "object" }, - "UNSTABLE_FRAGMENT": { + "WATER_ORB": { "properties": { "buy_summary": { "items": { @@ -120468,7 +130504,7 @@ }, "type": "object" }, - "VERY_CRUDE_GABAGOOL": { + "WEAK_WOLF_CATALYST": { "properties": { "buy_summary": { "items": { @@ -120542,7 +130578,7 @@ }, "type": "object" }, - "VITAMIN_DEATH": { + "WEBBED_FOSSIL": { "properties": { "buy_summary": { "items": { @@ -120616,7 +130652,7 @@ }, "type": "object" }, - "VOLCANIC_ROCK": { + "WEREWOLF_SKIN": { "properties": { "buy_summary": { "items": { @@ -120690,7 +130726,7 @@ }, "type": "object" }, - "VOLTA": { + "WET_BOOK": { "properties": { "buy_summary": { "items": { @@ -120764,7 +130800,7 @@ }, "type": "object" }, - "WATER_LILY": { + "WET_WATER": { "properties": { "buy_summary": { "items": { @@ -120838,7 +130874,7 @@ }, "type": "object" }, - "WATER_ORB": { + "WHALE_BAIT": { "properties": { "buy_summary": { "items": { @@ -120912,7 +130948,7 @@ }, "type": "object" }, - "WEAK_WOLF_CATALYST": { + "WHEAT": { "properties": { "buy_summary": { "items": { @@ -120986,7 +131022,7 @@ }, "type": "object" }, - "WEREWOLF_SKIN": { + "WHIPPED_MAGMA_CREAM": { "properties": { "buy_summary": { "items": { @@ -121060,7 +131096,7 @@ }, "type": "object" }, - "WET_BOOK": { + "WHITE_GIFT": { "properties": { "buy_summary": { "items": { @@ -121134,7 +131170,7 @@ }, "type": "object" }, - "WET_WATER": { + "WINTER_WATER_ORB": { "properties": { "buy_summary": { "items": { @@ -121208,7 +131244,7 @@ }, "type": "object" }, - "WHALE_BAIT": { + "WISE_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -121282,7 +131318,7 @@ }, "type": "object" }, - "WHEAT": { + "WISHING_COMPASS": { "properties": { "buy_summary": { "items": { @@ -121356,7 +131392,7 @@ }, "type": "object" }, - "WHIPPED_MAGMA_CREAM": { + "WITHER_BLOOD": { "properties": { "buy_summary": { "items": { @@ -121430,7 +131466,7 @@ }, "type": "object" }, - "WHITE_GIFT": { + "WITHER_CATALYST": { "properties": { "buy_summary": { "items": { @@ -121504,7 +131540,7 @@ }, "type": "object" }, - "WINTER_WATER_ORB": { + "WITHER_SHIELD_SCROLL": { "properties": { "buy_summary": { "items": { @@ -121578,7 +131614,7 @@ }, "type": "object" }, - "WISE_FRAGMENT": { + "WITHER_SOUL": { "properties": { "buy_summary": { "items": { @@ -121652,7 +131688,7 @@ }, "type": "object" }, - "WISHING_COMPASS": { + "WOLF_TOOTH": { "properties": { "buy_summary": { "items": { @@ -121726,7 +131762,7 @@ }, "type": "object" }, - "WITHER_BLOOD": { + "WOODEN_BAIT": { "properties": { "buy_summary": { "items": { @@ -121800,7 +131836,7 @@ }, "type": "object" }, - "WITHER_CATALYST": { + "WOOD_SINGULARITY": { "properties": { "buy_summary": { "items": { @@ -121874,7 +131910,7 @@ }, "type": "object" }, - "WITHER_SHIELD_SCROLL": { + "WOOL": { "properties": { "buy_summary": { "items": { @@ -121948,7 +131984,7 @@ }, "type": "object" }, - "WITHER_SOUL": { + "WORM_MEMBRANE": { "properties": { "buy_summary": { "items": { @@ -122022,7 +132058,7 @@ }, "type": "object" }, - "WOLF_TOOTH": { + "WRIGGLING_LARVA": { "properties": { "buy_summary": { "items": { @@ -122096,7 +132132,7 @@ }, "type": "object" }, - "WOOD_SINGULARITY": { + "X": { "properties": { "buy_summary": { "items": { @@ -122170,7 +132206,7 @@ }, "type": "object" }, - "WOOL": { + "XLARGE_ENCHANTED_CHEST": { "properties": { "buy_summary": { "items": { @@ -122244,7 +132280,7 @@ }, "type": "object" }, - "WORM_MEMBRANE": { + "XXLARGE_ENCHANTED_CHEST": { "properties": { "buy_summary": { "items": { @@ -122318,7 +132354,7 @@ }, "type": "object" }, - "WRIGGLING_LARVA": { + "Y": { "properties": { "buy_summary": { "items": { @@ -122392,7 +132428,7 @@ }, "type": "object" }, - "XLARGE_ENCHANTED_CHEST": { + "YELLOW_FLOWER": { "properties": { "buy_summary": { "items": { @@ -122466,7 +132502,7 @@ }, "type": "object" }, - "XXLARGE_ENCHANTED_CHEST": { + "YOGGIE": { "properties": { "buy_summary": { "items": { @@ -122540,7 +132576,7 @@ }, "type": "object" }, - "YELLOW_FLOWER": { + "YOUNG_FRAGMENT": { "properties": { "buy_summary": { "items": { @@ -122614,7 +132650,7 @@ }, "type": "object" }, - "YOGGIE": { + "Z": { "properties": { "buy_summary": { "items": { @@ -122688,7 +132724,7 @@ }, "type": "object" }, - "YOUNG_FRAGMENT": { + "ZOMBUD": { "properties": { "buy_summary": { "items": { diff --git a/packages/schemas/src/schemas/hypixel/skyblock/museum.json b/packages/schemas/src/schemas/hypixel/skyblock/museum.json index 5b2b0346..5ecf4451 100644 --- a/packages/schemas/src/schemas/hypixel/skyblock/museum.json +++ b/packages/schemas/src/schemas/hypixel/skyblock/museum.json @@ -87,6 +87,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -201,8 +204,11 @@ }, "type": "object" }, - "ANCESTRAL_SPADE": { + "AMBER_POLISHED_DRILL_ENGINE": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, @@ -220,7 +226,7 @@ }, "type": "object" }, - "ANCIENT_CLOAK": { + "ANCESTRAL_SPADE": { "properties": { "borrowing": { "type": "boolean" @@ -245,7 +251,7 @@ }, "type": "object" }, - "ANGLER": { + "ANCIENT_CLOAK": { "properties": { "borrowing": { "type": "boolean" @@ -270,7 +276,7 @@ }, "type": "object" }, - "ANNIHILATION_CLOAK": { + "ANGLER": { "properties": { "borrowing": { "type": "boolean" @@ -295,7 +301,7 @@ }, "type": "object" }, - "ARACHNE": { + "ANNIHILATION_CLOAK": { "properties": { "borrowing": { "type": "boolean" @@ -320,7 +326,7 @@ }, "type": "object" }, - "ARACK": { + "APEX_PRAEDATOR": { "properties": { "borrowing": { "type": "boolean" @@ -328,9 +334,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -345,7 +348,7 @@ }, "type": "object" }, - "ARCHAIC_SPADE": { + "AQUAMASTER_HYDROMAX": { "properties": { "borrowing": { "type": "boolean" @@ -367,7 +370,7 @@ }, "type": "object" }, - "ARMADILLO_MASK": { + "AQUAMASTER_X": { "properties": { "borrowing": { "type": "boolean" @@ -389,7 +392,7 @@ }, "type": "object" }, - "ARMOR_OF_MAGMA": { + "ARACHNE": { "properties": { "borrowing": { "type": "boolean" @@ -414,7 +417,7 @@ }, "type": "object" }, - "ARMOR_OF_THE_PACK": { + "ARACK": { "properties": { "borrowing": { "type": "boolean" @@ -439,7 +442,7 @@ }, "type": "object" }, - "ARMOR_OF_YOG": { + "ARCHAIC_SPADE": { "properties": { "borrowing": { "type": "boolean" @@ -447,9 +450,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -464,7 +464,7 @@ }, "type": "object" }, - "ARTISANAL_SHORTBOW": { + "ARMADILLO_MASK": { "properties": { "borrowing": { "type": "boolean" @@ -472,9 +472,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -489,7 +486,7 @@ }, "type": "object" }, - "ASPECT_OF_THE_DRAGON": { + "ARMOR_OF_MAGMA": { "properties": { "borrowing": { "type": "boolean" @@ -514,7 +511,7 @@ }, "type": "object" }, - "ASPECT_OF_THE_END": { + "ARMOR_OF_THE_PACK": { "properties": { "borrowing": { "type": "boolean" @@ -539,7 +536,7 @@ }, "type": "object" }, - "ASPECT_OF_THE_VOID": { + "ARMOR_OF_YOG": { "properties": { "borrowing": { "type": "boolean" @@ -564,7 +561,7 @@ }, "type": "object" }, - "ASTRAEA": { + "ARTISANAL_SHORTBOW": { "properties": { "borrowing": { "type": "boolean" @@ -589,7 +586,7 @@ }, "type": "object" }, - "ATOMSPLIT_KATANA": { + "ASPECT_OF_THE_DRAGON": { "properties": { "borrowing": { "type": "boolean" @@ -614,7 +611,7 @@ }, "type": "object" }, - "AUGER_ROD": { + "ASPECT_OF_THE_END": { "properties": { "borrowing": { "type": "boolean" @@ -639,7 +636,7 @@ }, "type": "object" }, - "AURORA": { + "ASPECT_OF_THE_JERRY": { "properties": { "borrowing": { "type": "boolean" @@ -664,7 +661,7 @@ }, "type": "object" }, - "AXE_OF_THE_SHREDDED": { + "ASPECT_OF_THE_VOID": { "properties": { "borrowing": { "type": "boolean" @@ -689,7 +686,7 @@ }, "type": "object" }, - "BACKWATER": { + "ASTRAEA": { "properties": { "borrowing": { "type": "boolean" @@ -697,6 +694,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -711,17 +711,11 @@ }, "type": "object" }, - "BALLOON_SNAKE": { + "ATOMINIZER": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -736,7 +730,7 @@ }, "type": "object" }, - "BAT_PERSON": { + "ATOMSPLIT_KATANA": { "properties": { "borrowing": { "type": "boolean" @@ -761,7 +755,7 @@ }, "type": "object" }, - "BAT_WAND": { + "AUGER_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -786,7 +780,7 @@ }, "type": "object" }, - "BERSERKER": { + "AURORA": { "properties": { "borrowing": { "type": "boolean" @@ -811,7 +805,7 @@ }, "type": "object" }, - "BLADE_OF_THE_VOLCANO": { + "AXE_OF_THE_SHREDDED": { "properties": { "borrowing": { "type": "boolean" @@ -836,7 +830,7 @@ }, "type": "object" }, - "BLAZE": { + "BACKWATER": { "properties": { "borrowing": { "type": "boolean" @@ -844,9 +838,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -861,7 +852,7 @@ }, "type": "object" }, - "BLAZETEKK_HAM_RADIO": { + "BALLOON_SNAKE": { "properties": { "borrowing": { "type": "boolean" @@ -886,11 +877,8 @@ }, "type": "object" }, - "BONE_BOOMERANG": { + "BANDAGED_MITHRIL_PICKAXE": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, @@ -911,7 +899,7 @@ }, "type": "object" }, - "BONE_NECKLACE": { + "BASIC_FISHING_NET": { "properties": { "borrowing": { "type": "boolean" @@ -936,7 +924,7 @@ }, "type": "object" }, - "BONE_REAVER": { + "BASIC_GARDENING_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -961,11 +949,8 @@ }, "type": "object" }, - "BONZO_MASK": { + "BASIC_GARDENING_HOE": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, @@ -986,7 +971,7 @@ }, "type": "object" }, - "BONZO_STAFF": { + "BAT_PERSON": { "properties": { "borrowing": { "type": "boolean" @@ -1011,7 +996,7 @@ }, "type": "object" }, - "BOUNCY": { + "BAT_WAND": { "properties": { "borrowing": { "type": "boolean" @@ -1036,7 +1021,7 @@ }, "type": "object" }, - "BOUQUET_OF_LIES": { + "BERSERKER": { "properties": { "borrowing": { "type": "boolean" @@ -1061,7 +1046,7 @@ }, "type": "object" }, - "BRONZE_HUNTER": { + "BIOHAZARD": { "properties": { "borrowing": { "type": "boolean" @@ -1069,9 +1054,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -1086,7 +1068,7 @@ }, "type": "object" }, - "BURSTFIRE_DAGGER": { + "BLADE_OF_THE_VOLCANO": { "properties": { "borrowing": { "type": "boolean" @@ -1111,7 +1093,7 @@ }, "type": "object" }, - "BURSTMAW_DAGGER": { + "BLAZE": { "properties": { "borrowing": { "type": "boolean" @@ -1136,7 +1118,7 @@ }, "type": "object" }, - "CACTUS": { + "BLAZETEKK_HAM_RADIO": { "properties": { "borrowing": { "type": "boolean" @@ -1161,7 +1143,7 @@ }, "type": "object" }, - "CACTUS_KNIFE": { + "BONE_BOOMERANG": { "properties": { "borrowing": { "type": "boolean" @@ -1186,7 +1168,7 @@ }, "type": "object" }, - "CHEAP_TUXEDO": { + "BONE_NECKLACE": { "properties": { "borrowing": { "type": "boolean" @@ -1211,7 +1193,7 @@ }, "type": "object" }, - "CHICKEN_HEAD": { + "BONE_REAVER": { "properties": { "borrowing": { "type": "boolean" @@ -1236,7 +1218,7 @@ }, "type": "object" }, - "CHUM_ROD": { + "BONZO_MASK": { "properties": { "borrowing": { "type": "boolean" @@ -1261,7 +1243,7 @@ }, "type": "object" }, - "CHUM_SINKER": { + "BONZO_STAFF": { "properties": { "borrowing": { "type": "boolean" @@ -1286,7 +1268,7 @@ }, "type": "object" }, - "CLEAVER": { + "BOUNCY": { "properties": { "borrowing": { "type": "boolean" @@ -1311,7 +1293,7 @@ }, "type": "object" }, - "COCO_CHOPPER": { + "BOUQUET_OF_LIES": { "properties": { "borrowing": { "type": "boolean" @@ -1336,7 +1318,7 @@ }, "type": "object" }, - "CONJURING_SWORD": { + "BRONZE_HUNTER": { "properties": { "borrowing": { "type": "boolean" @@ -1361,7 +1343,7 @@ }, "type": "object" }, - "CRIMSON": { + "BURSTFIRE_DAGGER": { "properties": { "borrowing": { "type": "boolean" @@ -1386,7 +1368,7 @@ }, "type": "object" }, - "CRIMSON_HUNTER": { + "BURSTMAW_DAGGER": { "properties": { "borrowing": { "type": "boolean" @@ -1411,7 +1393,7 @@ }, "type": "object" }, - "CROPIE": { + "CACTUS": { "properties": { "borrowing": { "type": "boolean" @@ -1436,7 +1418,7 @@ }, "type": "object" }, - "CROWN_OF_AVARICE": { + "CACTUS_KNIFE": { "properties": { "borrowing": { "type": "boolean" @@ -1444,6 +1426,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -1458,7 +1443,7 @@ }, "type": "object" }, - "CROWN_OF_GREED": { + "CACTUS_KNIFE_2": { "properties": { "borrowing": { "type": "boolean" @@ -1466,9 +1451,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -1483,7 +1465,7 @@ }, "type": "object" }, - "CRYPT_BOW": { + "CACTUS_KNIFE_3": { "properties": { "borrowing": { "type": "boolean" @@ -1491,9 +1473,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -1508,7 +1487,7 @@ }, "type": "object" }, - "CRYPT_DREADLORD_SWORD": { + "CANOPY": { "properties": { "borrowing": { "type": "boolean" @@ -1533,7 +1512,7 @@ }, "type": "object" }, - "CRYSTAL": { + "CELESTE": { "properties": { "borrowing": { "type": "boolean" @@ -1558,7 +1537,7 @@ }, "type": "object" }, - "CRYSTALLIZED_HEART": { + "CELESTE_WAND": { "properties": { "borrowing": { "type": "boolean" @@ -1583,7 +1562,7 @@ }, "type": "object" }, - "DAEDALUS_AXE": { + "CHALLENGER": { "properties": { "borrowing": { "type": "boolean" @@ -1591,9 +1570,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -1608,7 +1584,7 @@ }, "type": "object" }, - "DARK_CLAYMORE": { + "CHALLENGE_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -1633,7 +1609,7 @@ }, "type": "object" }, - "DARK_GOGGLES": { + "CHAMP_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -1658,17 +1634,11 @@ }, "type": "object" }, - "DAVIDS_CLOAK": { + "CHARMINIZER": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -1683,7 +1653,7 @@ }, "type": "object" }, - "DEATH_BOW": { + "CHEAP_TUXEDO": { "properties": { "borrowing": { "type": "boolean" @@ -1708,7 +1678,7 @@ }, "type": "object" }, - "DECENT_BOW": { + "CHICKEN_HEAD": { "properties": { "borrowing": { "type": "boolean" @@ -1733,7 +1703,7 @@ }, "type": "object" }, - "DELIRIUM_NECKLACE": { + "CHUM_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -1758,7 +1728,7 @@ }, "type": "object" }, - "DEMONLORD_GAUNTLET": { + "CHUM_SINKER": { "properties": { "borrowing": { "type": "boolean" @@ -1783,7 +1753,7 @@ }, "type": "object" }, - "DIAMOND_HUNTER": { + "CLEAVER": { "properties": { "borrowing": { "type": "boolean" @@ -1808,7 +1778,7 @@ }, "type": "object" }, - "DIAMOND_LIVID_HEAD": { + "COCO_CHOPPER": { "properties": { "borrowing": { "type": "boolean" @@ -1833,7 +1803,7 @@ }, "type": "object" }, - "DIAMOND_NECRON_HEAD": { + "COCO_CHOPPER_2": { "properties": { "borrowing": { "type": "boolean" @@ -1855,7 +1825,7 @@ }, "type": "object" }, - "DIAMOND_PROFESSOR_HEAD": { + "COCO_CHOPPER_3": { "properties": { "borrowing": { "type": "boolean" @@ -1877,7 +1847,7 @@ }, "type": "object" }, - "DIAMOND_SADAN_HEAD": { + "COMMON_HOOK": { "properties": { "borrowing": { "type": "boolean" @@ -1885,6 +1855,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -1899,7 +1872,7 @@ }, "type": "object" }, - "DIAMOND_SCARF_HEAD": { + "CONJURING_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -1907,6 +1880,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -1921,7 +1897,7 @@ }, "type": "object" }, - "DIAMOND_THORN_HEAD": { + "COW_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -1943,7 +1919,7 @@ }, "type": "object" }, - "DIVAN": { + "COW_HEAD": { "properties": { "borrowing": { "type": "boolean" @@ -1968,7 +1944,7 @@ }, "type": "object" }, - "DIVER": { + "CREEPER_HAT": { "properties": { "borrowing": { "type": "boolean" @@ -1993,7 +1969,7 @@ }, "type": "object" }, - "DOJO_BLACK_BELT": { + "CRIMSON": { "properties": { "borrowing": { "type": "boolean" @@ -2018,11 +1994,17 @@ }, "type": "object" }, - "DOJO_BLUE_BELT": { + "CRIMSON_HUNTER": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -2037,7 +2019,7 @@ }, "type": "object" }, - "DOJO_GREEN_BELT": { + "CROPIE": { "properties": { "borrowing": { "type": "boolean" @@ -2062,14 +2044,14 @@ }, "type": "object" }, - "DOJO_WHITE_BELT": { + "CROWN_OF_AVARICE": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -2084,7 +2066,7 @@ }, "type": "object" }, - "DRAGONFADE_CLOAK": { + "CROWN_OF_GREED": { "properties": { "borrowing": { "type": "boolean" @@ -2092,6 +2074,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -2106,11 +2091,17 @@ }, "type": "object" }, - "DRAGONFUSE_GLOVE": { + "CRYPT_BOW": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -2125,7 +2116,7 @@ }, "type": "object" }, - "DRAGON_SHORTBOW": { + "CRYPT_DREADLORD_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -2150,7 +2141,7 @@ }, "type": "object" }, - "EARTH_SHARD": { + "CRYSTAL": { "properties": { "borrowing": { "type": "boolean" @@ -2175,7 +2166,7 @@ }, "type": "object" }, - "EDIBLE_MACE": { + "CRYSTALLIZED_HEART": { "properties": { "borrowing": { "type": "boolean" @@ -2200,7 +2191,7 @@ }, "type": "object" }, - "EFFICIENT_AXE": { + "DAEDALUS_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -2225,8 +2216,11 @@ }, "type": "object" }, - "ELEANOR": { + "DARK_CLAYMORE": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, @@ -2247,7 +2241,7 @@ }, "type": "object" }, - "ELEGANT_TUXEDO": { + "DARK_GOGGLES": { "properties": { "borrowing": { "type": "boolean" @@ -2272,7 +2266,7 @@ }, "type": "object" }, - "EMBER": { + "DAVIDS_CLOAK": { "properties": { "borrowing": { "type": "boolean" @@ -2297,7 +2291,7 @@ }, "type": "object" }, - "EMERALD_ARMOR": { + "DEATH_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -2322,7 +2316,7 @@ }, "type": "object" }, - "EMERALD_BLADE": { + "DECENT_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -2347,7 +2341,7 @@ }, "type": "object" }, - "ENCHANTED_JACK_O_LANTERN": { + "DECENT_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -2372,7 +2366,7 @@ }, "type": "object" }, - "END": { + "DEIFIC_SPADE": { "properties": { "borrowing": { "type": "boolean" @@ -2380,9 +2374,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -2397,7 +2388,7 @@ }, "type": "object" }, - "ENDER_BOW": { + "DELIRIUM_NECKLACE": { "properties": { "borrowing": { "type": "boolean" @@ -2422,7 +2413,7 @@ }, "type": "object" }, - "END_STONE_BOW": { + "DEMONLORD_GAUNTLET": { "properties": { "borrowing": { "type": "boolean" @@ -2447,7 +2438,7 @@ }, "type": "object" }, - "END_STONE_SWORD": { + "DIAMOND_BONZO_HEAD": { "properties": { "borrowing": { "type": "boolean" @@ -2455,9 +2446,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -2472,7 +2460,7 @@ }, "type": "object" }, - "END_SWORD": { + "DIAMOND_HUNTER": { "properties": { "borrowing": { "type": "boolean" @@ -2497,7 +2485,7 @@ }, "type": "object" }, - "ENRAGER": { + "DIAMOND_LIVID_HEAD": { "properties": { "borrowing": { "type": "boolean" @@ -2522,7 +2510,7 @@ }, "type": "object" }, - "EXPLOSIVE_BOW": { + "DIAMOND_NECRON_HEAD": { "properties": { "borrowing": { "type": "boolean" @@ -2547,7 +2535,7 @@ }, "type": "object" }, - "FAIRY": { + "DIAMOND_PROFESSOR_HEAD": { "properties": { "borrowing": { "type": "boolean" @@ -2555,7 +2543,2955 @@ "donated_time": { "type": "integer" }, - "featured_slot": { + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DIAMOND_SADAN_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DIAMOND_SCARF_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DIAMOND_THORN_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DIVAN": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DIVAN_DRILL": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DIVAN_EQUIPMENT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DIVAN_PENDANT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DIVER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DOJO_BLACK_BELT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DOJO_BLUE_BELT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DOJO_BROWN_BELT": { + "properties": { + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DOJO_GREEN_BELT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DOJO_WHITE_BELT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DRAGONFADE_CLOAK": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DRAGONFUSE_GLOVE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DRAGON_SHORTBOW": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DUNGEONBREAKER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DUNGEON_STONE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "DWARVEN_HANDWARMERS": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "EARTH_SHARD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "EDIBLE_MACE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "EFFICIENT_AXE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ELEANOR": { + "properties": { + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ELEGANT_TUXEDO": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "EMBER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "EMERALD_ARMOR": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "EMERALD_BLADE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ENCHANTED_JACK_O_LANTERN": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ENCHANTED_TIME_CLOCK": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "END": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ENDER_BOW": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "END_STONE_BOW": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "END_STONE_SWORD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "END_SWORD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ENRAGER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ENTANGLER_LASSO": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "EVERSTRETCH_LASSO": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "EXPLOSIVE_BOW": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FAIRY": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FALLEN_STAR_HAT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FALLEN_STAR_TRACKER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FANCY_SWORD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FANCY_TUXEDO": { + "properties": { + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FARMER_BOOTS": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FARMER_ROD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FARM_ARMOR": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FARM_SUIT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FELTHORN_REAPER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FEL_SWORD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FERMENTO": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FERVOR": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FESTIVE_SINKER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FIG": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FIGSTONE_AXE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FIG_AXE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FINAL_DESTINATION": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FINWAVE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FIREDUST_DAGGER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FIRE_FREEZE_STAFF": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FIRE_FURY_STAFF": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FIRE_VEIL_WAND": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FISHERMAN": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FISH_HAT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FLAME_BREAKER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FLAMING_FIST": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FLAMING_FLAY": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FLAMING_SWORD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FLINT_SHOVEL": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FLORID_ZOMBIE_SWORD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FLOWER_OF_TRUTH": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FRACTURED_MITHRIL_PICKAXE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FROGGLES": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FROGGLES_DIAMOND": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FROGGLES_GOLD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FROGGLES_SILVER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FROG_MASK": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FROZEN": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FROZEN_AMULET": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FROZEN_BLAZE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FROZEN_SCYTHE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FUNGI_CUTTER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FUNGI_CUTTER_2": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FUNGI_CUTTER_3": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GARDEN_SCYTHE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GAUNTLET_OF_CONTAGION": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GEMSTONE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GEMSTONE_DRILL_1": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GEMSTONE_DRILL_2": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GEMSTONE_DRILL_3": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GEMSTONE_DRILL_4": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GEMSTONE_GAUNTLET": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GHOST_BOOTS": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GHOUL_BUSTER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GIANTS_SWORD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GIANT_CLEAVER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GILLSPLASH": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GLACIAL_SCYTHE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GLACITE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GLACITE_CHISEL": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GLACITE_LANTERN": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GLOOMLOCK_GRIMOIRE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GLOSSY_MINERAL": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOBLIN": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOBLIN_OMELETTE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOBLIN_OMELETTE_BLUE_CHEESE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOBLIN_OMELETTE_PESTO": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOBLIN_OMELETTE_SPICY": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOBLIN_OMELETTE_SUNNY_SIDE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLDEN_FLEECE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLD_BONZO_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLD_HUNTER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLD_LIVID_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLD_NECRON_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLD_PROFESSOR_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLD_SADAN_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLD_SCARF_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLD_THORN_HEAD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLEM_ARMOR": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLEM_HAT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GOLEM_SWORD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GROWTH": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "GYROKINETIC_WAND": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { "type": "string" }, "items": { @@ -2572,7 +5508,7 @@ }, "type": "object" }, - "FANCY_SWORD": { + "HARDENED_DIAMOND": { "properties": { "borrowing": { "type": "boolean" @@ -2597,8 +5533,11 @@ }, "type": "object" }, - "FANCY_TUXEDO": { + "HEARTFIRE_DAGGER": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, @@ -2619,7 +5558,7 @@ }, "type": "object" }, - "FARMER_BOOTS": { + "HEARTMAW_DAGGER": { "properties": { "borrowing": { "type": "boolean" @@ -2644,7 +5583,7 @@ }, "type": "object" }, - "FARMER_ROD": { + "HEAT": { "properties": { "borrowing": { "type": "boolean" @@ -2669,7 +5608,7 @@ }, "type": "object" }, - "FARM_ARMOR": { + "HEAVY": { "properties": { "borrowing": { "type": "boolean" @@ -2694,7 +5633,7 @@ }, "type": "object" }, - "FARM_SUIT": { + "HELIANTHUS": { "properties": { "borrowing": { "type": "boolean" @@ -2719,7 +5658,7 @@ }, "type": "object" }, - "FELTHORN_REAPER": { + "HELLFIRE_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -2744,7 +5683,26 @@ }, "type": "object" }, - "FEL_SWORD": { + "HELLSTORM_STAFF": { + "properties": { + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "HOE_OF_GREATER_TILLING": { "properties": { "borrowing": { "type": "boolean" @@ -2769,7 +5727,7 @@ }, "type": "object" }, - "FERMENTO": { + "HOE_OF_GREATEST_TILLING": { "properties": { "borrowing": { "type": "boolean" @@ -2794,7 +5752,29 @@ }, "type": "object" }, - "FERVOR": { + "HOE_OF_GREAT_TILLING": { + "properties": { + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "HOLLOW": { "properties": { "borrowing": { "type": "boolean" @@ -2819,7 +5799,7 @@ }, "type": "object" }, - "FESTIVE_SINKER": { + "HOLLOW_WAND": { "properties": { "borrowing": { "type": "boolean" @@ -2827,6 +5807,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -2841,7 +5824,7 @@ }, "type": "object" }, - "FIG": { + "HOLY_DRAGON": { "properties": { "borrowing": { "type": "boolean" @@ -2866,7 +5849,73 @@ }, "type": "object" }, - "FIGSTONE_AXE": { + "HOTSPOT_HOOK": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "HOTSPOT_RADAR": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "HOTSPOT_SINKER": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "HUNTER_KNIFE": { "properties": { "borrowing": { "type": "boolean" @@ -2891,7 +5940,7 @@ }, "type": "object" }, - "FIG_AXE": { + "HUNTING_TOOLKIT": { "properties": { "borrowing": { "type": "boolean" @@ -2916,7 +5965,7 @@ }, "type": "object" }, - "FINAL_DESTINATION": { + "HURRICANE_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -2941,7 +5990,7 @@ }, "type": "object" }, - "FINWAVE": { + "HYDRO_CAN_1000": { "properties": { "borrowing": { "type": "boolean" @@ -2966,7 +6015,51 @@ }, "type": "object" }, - "FIREDUST_DAGGER": { + "HYDRO_CAN_TURBO_2000": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "HYDRO_CAN_ULTRA_3000": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "HYPERION": { "properties": { "borrowing": { "type": "boolean" @@ -2991,7 +6084,7 @@ }, "type": "object" }, - "FIRE_FREEZE_STAFF": { + "ICE_SPRAY_WAND": { "properties": { "borrowing": { "type": "boolean" @@ -3016,7 +6109,7 @@ }, "type": "object" }, - "FIRE_FURY_STAFF": { + "IMPLOSION_BELT": { "properties": { "borrowing": { "type": "boolean" @@ -3041,7 +6134,7 @@ }, "type": "object" }, - "FIRE_VEIL_WAND": { + "INFERNO_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -3066,7 +6159,51 @@ }, "type": "object" }, - "FLAME_BREAKER": { + "INFINITE_SPIRIT_LEAP": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "INFINITE_SUPERBOOM_TNT": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "INFINI_VACUUM": { "properties": { "borrowing": { "type": "boolean" @@ -3091,7 +6228,7 @@ }, "type": "object" }, - "FLAMING_FIST": { + "INFINI_VACUUM_HOOVERIUS": { "properties": { "borrowing": { "type": "boolean" @@ -3116,7 +6253,7 @@ }, "type": "object" }, - "FLAMING_FLAY": { + "INK_WAND": { "properties": { "borrowing": { "type": "boolean" @@ -3124,6 +6261,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -3138,7 +6278,7 @@ }, "type": "object" }, - "FLAMING_SWORD": { + "ITEM_SPIRIT_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -3163,7 +6303,7 @@ }, "type": "object" }, - "FLORID_ZOMBIE_SWORD": { + "JERRY_STAFF": { "properties": { "borrowing": { "type": "boolean" @@ -3188,7 +6328,7 @@ }, "type": "object" }, - "FLOWER_OF_TRUTH": { + "JINGLE_BELLS": { "properties": { "borrowing": { "type": "boolean" @@ -3213,7 +6353,7 @@ }, "type": "object" }, - "FROZEN_BLAZE": { + "JUJU_SHORTBOW": { "properties": { "borrowing": { "type": "boolean" @@ -3238,7 +6378,7 @@ }, "type": "object" }, - "FROZEN_SCYTHE": { + "JUNGLE_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -3263,7 +6403,7 @@ }, "type": "object" }, - "FUNGI_CUTTER": { + "JUNGLE_PICKAXE": { "properties": { "borrowing": { "type": "boolean" @@ -3288,7 +6428,7 @@ }, "type": "object" }, - "GAUNTLET_OF_CONTAGION": { + "JUNK_SINKER": { "properties": { "borrowing": { "type": "boolean" @@ -3313,7 +6453,7 @@ }, "type": "object" }, - "GEMSTONE_DRILL_1": { + "KALHUIKI_MASK": { "properties": { "borrowing": { "type": "boolean" @@ -3338,7 +6478,7 @@ }, "type": "object" }, - "GEMSTONE_DRILL_2": { + "KRAMPUS_HELMET": { "properties": { "borrowing": { "type": "boolean" @@ -3363,7 +6503,7 @@ }, "type": "object" }, - "GEMSTONE_DRILL_3": { + "LANTERN": { "properties": { "borrowing": { "type": "boolean" @@ -3371,9 +6511,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -3388,7 +6525,7 @@ }, "type": "object" }, - "GEMSTONE_DRILL_4": { + "LAPIS_ARMOR": { "properties": { "borrowing": { "type": "boolean" @@ -3413,7 +6550,7 @@ }, "type": "object" }, - "GEMSTONE_GAUNTLET": { + "LAPIS_PICKAXE": { "properties": { "borrowing": { "type": "boolean" @@ -3421,9 +6558,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -3438,7 +6572,7 @@ }, "type": "object" }, - "GHOST_BOOTS": { + "LARGE_SCAFFOLDING": { "properties": { "borrowing": { "type": "boolean" @@ -3446,9 +6580,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -3463,7 +6594,7 @@ }, "type": "object" }, - "GHOUL_BUSTER": { + "LAST_BREATH": { "properties": { "borrowing": { "type": "boolean" @@ -3471,6 +6602,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -3485,7 +6619,7 @@ }, "type": "object" }, - "GIANTS_SWORD": { + "LAVA_SEA_CREATURE": { "properties": { "borrowing": { "type": "boolean" @@ -3510,7 +6644,7 @@ }, "type": "object" }, - "GIANT_CLEAVER": { + "LAVA_SHELL_NECKLACE": { "properties": { "borrowing": { "type": "boolean" @@ -3535,7 +6669,7 @@ }, "type": "object" }, - "GLACIAL_SCYTHE": { + "LEAFLET": { "properties": { "borrowing": { "type": "boolean" @@ -3560,7 +6694,7 @@ }, "type": "object" }, - "GLACITE": { + "LEAPING_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -3585,7 +6719,7 @@ }, "type": "object" }, - "GLOOMLOCK_GRIMOIRE": { + "LEGEND_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -3607,7 +6741,7 @@ }, "type": "object" }, - "GOBLIN": { + "LIVID_DAGGER": { "properties": { "borrowing": { "type": "boolean" @@ -3632,7 +6766,7 @@ }, "type": "object" }, - "GOLDEN_FLEECE": { + "LOTUS": { "properties": { "borrowing": { "type": "boolean" @@ -3640,6 +6774,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -3654,7 +6791,7 @@ }, "type": "object" }, - "GOLD_BONZO_HEAD": { + "LOTUS_SINKER": { "properties": { "borrowing": { "type": "boolean" @@ -3662,9 +6799,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -3679,7 +6813,7 @@ }, "type": "object" }, - "GOLD_HUNTER": { + "LUMINOUS_BRACELET": { "properties": { "borrowing": { "type": "boolean" @@ -3704,7 +6838,7 @@ }, "type": "object" }, - "GOLD_LIVID_HEAD": { + "MACHINE_GUN_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -3729,7 +6863,7 @@ }, "type": "object" }, - "GOLD_NECRON_HEAD": { + "MAGMA_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -3737,6 +6871,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -3751,7 +6888,7 @@ }, "type": "object" }, - "GOLD_PROFESSOR_HEAD": { + "MAGMA_FISH_HAT": { "properties": { "borrowing": { "type": "boolean" @@ -3776,7 +6913,7 @@ }, "type": "object" }, - "GOLD_SADAN_HEAD": { + "MAGMA_LORD": { "properties": { "borrowing": { "type": "boolean" @@ -3801,7 +6938,7 @@ }, "type": "object" }, - "GOLD_SCARF_HEAD": { + "MAGMA_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -3809,6 +6946,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -3823,7 +6963,7 @@ }, "type": "object" }, - "GOLD_THORN_HEAD": { + "MANA_FLUX_POWER_ORB": { "properties": { "borrowing": { "type": "boolean" @@ -3848,7 +6988,7 @@ }, "type": "object" }, - "GOLEM_ARMOR": { + "MANGROVE": { "properties": { "borrowing": { "type": "boolean" @@ -3873,7 +7013,7 @@ }, "type": "object" }, - "GOLEM_SWORD": { + "MANTICORE_CLAW": { "properties": { "borrowing": { "type": "boolean" @@ -3881,9 +7021,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -3898,7 +7035,7 @@ }, "type": "object" }, - "GROWTH": { + "MASTIFF": { "properties": { "borrowing": { "type": "boolean" @@ -3923,7 +7060,7 @@ }, "type": "object" }, - "GYROKINETIC_WAND": { + "MAWDUST_DAGGER": { "properties": { "borrowing": { "type": "boolean" @@ -3948,7 +7085,7 @@ }, "type": "object" }, - "HARDENED_DIAMOND": { + "MEDIUM_FISHING_NET": { "properties": { "borrowing": { "type": "boolean" @@ -3973,7 +7110,7 @@ }, "type": "object" }, - "HEARTFIRE_DAGGER": { + "MEDIUM_POCKET_BLACK_HOLE": { "properties": { "borrowing": { "type": "boolean" @@ -3998,7 +7135,7 @@ }, "type": "object" }, - "HEARTMAW_DAGGER": { + "MEDIUM_SCAFFOLDING": { "properties": { "borrowing": { "type": "boolean" @@ -4023,7 +7160,7 @@ }, "type": "object" }, - "HEAT": { + "MELON": { "properties": { "borrowing": { "type": "boolean" @@ -4048,7 +7185,7 @@ }, "type": "object" }, - "HEAVY": { + "MELON_DICER": { "properties": { "borrowing": { "type": "boolean" @@ -4073,7 +7210,7 @@ }, "type": "object" }, - "HELLFIRE_ROD": { + "MELON_DICER_2": { "properties": { "borrowing": { "type": "boolean" @@ -4098,7 +7235,7 @@ }, "type": "object" }, - "HOLLOW": { + "MELON_DICER_3": { "properties": { "borrowing": { "type": "boolean" @@ -4123,7 +7260,7 @@ }, "type": "object" }, - "HOLLOW_WAND": { + "MENDER_CROWN": { "properties": { "borrowing": { "type": "boolean" @@ -4148,7 +7285,7 @@ }, "type": "object" }, - "HOLY_DRAGON": { + "MENDER_FEDORA": { "properties": { "borrowing": { "type": "boolean" @@ -4156,9 +7293,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -4173,7 +7307,7 @@ }, "type": "object" }, - "HOTSPOT_HOOK": { + "MENDER_HELMET": { "properties": { "borrowing": { "type": "boolean" @@ -4195,7 +7329,7 @@ }, "type": "object" }, - "HOTSPOT_RADAR": { + "MERCENARY": { "properties": { "borrowing": { "type": "boolean" @@ -4203,6 +7337,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -4217,7 +7354,7 @@ }, "type": "object" }, - "HOTSPOT_SINKER": { + "MERCENARY_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -4225,6 +7362,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -4239,7 +7379,7 @@ }, "type": "object" }, - "HUNTER_KNIFE": { + "MIDAS_STAFF": { "properties": { "borrowing": { "type": "boolean" @@ -4264,7 +7404,7 @@ }, "type": "object" }, - "HUNTING_TOOLKIT": { + "MIDAS_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -4289,7 +7429,7 @@ }, "type": "object" }, - "HURRICANE_BOW": { + "MINERAL": { "properties": { "borrowing": { "type": "boolean" @@ -4314,7 +7454,7 @@ }, "type": "object" }, - "HYDRO_CAN_1000": { + "MINER_OUTFIT": { "properties": { "borrowing": { "type": "boolean" @@ -4322,6 +7462,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -4336,7 +7479,7 @@ }, "type": "object" }, - "HYDRO_CAN_TURBO_2000": { + "MITHRIL_COAT": { "properties": { "borrowing": { "type": "boolean" @@ -4344,6 +7487,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -4358,7 +7504,7 @@ }, "type": "object" }, - "HYDRO_CAN_ULTRA_3000": { + "MITHRIL_DRILL_1": { "properties": { "borrowing": { "type": "boolean" @@ -4366,6 +7512,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -4380,7 +7529,7 @@ }, "type": "object" }, - "HYPERION": { + "MITHRIL_DRILL_2": { "properties": { "borrowing": { "type": "boolean" @@ -4405,7 +7554,7 @@ }, "type": "object" }, - "ICE_SPRAY_WAND": { + "MITHRIL_FUEL_TANK": { "properties": { "borrowing": { "type": "boolean" @@ -4413,9 +7562,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -4430,7 +7576,7 @@ }, "type": "object" }, - "IMPLOSION_BELT": { + "MITHRIL_LANTERN": { "properties": { "borrowing": { "type": "boolean" @@ -4438,9 +7584,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -4455,7 +7598,7 @@ }, "type": "object" }, - "INFERNO_ROD": { + "MITHRIL_PICKAXE": { "properties": { "borrowing": { "type": "boolean" @@ -4463,9 +7606,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -4480,7 +7620,7 @@ }, "type": "object" }, - "INFINI_VACUUM": { + "MOLTEN": { "properties": { "borrowing": { "type": "boolean" @@ -4505,7 +7645,7 @@ }, "type": "object" }, - "INFINI_VACUUM_HOOVERIUS": { + "MONSTER_HUNTER": { "properties": { "borrowing": { "type": "boolean" @@ -4530,7 +7670,7 @@ }, "type": "object" }, - "INK_WAND": { + "MONSTER_RAIDER": { "properties": { "borrowing": { "type": "boolean" @@ -4555,17 +7695,11 @@ }, "type": "object" }, - "ITEM_SPIRIT_BOW": { + "MOODY_GRAPPLESHOT": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -4580,7 +7714,7 @@ }, "type": "object" }, - "JERRY_STAFF": { + "MOSQUITO_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -4605,7 +7739,7 @@ }, "type": "object" }, - "JUJU_SHORTBOW": { + "MUSHROOM": { "properties": { "borrowing": { "type": "boolean" @@ -4630,7 +7764,7 @@ }, "type": "object" }, - "JUNGLE_AXE": { + "NECROMANCER_LORD": { "properties": { "borrowing": { "type": "boolean" @@ -4655,7 +7789,7 @@ }, "type": "object" }, - "JUNGLE_PICKAXE": { + "NECROMANCER_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -4680,7 +7814,7 @@ }, "type": "object" }, - "JUNK_SINKER": { + "NEX_TITANUM": { "properties": { "borrowing": { "type": "boolean" @@ -4705,7 +7839,7 @@ }, "type": "object" }, - "KALHUIKI_MASK": { + "NUTCRACKER": { "properties": { "borrowing": { "type": "boolean" @@ -4730,7 +7864,7 @@ }, "type": "object" }, - "KRAMPUS_HELMET": { + "OBSIDIAN_CHESTPLATE": { "properties": { "borrowing": { "type": "boolean" @@ -4755,7 +7889,7 @@ }, "type": "object" }, - "LAPIS_ARMOR": { + "OLD_DRAGON": { "properties": { "borrowing": { "type": "boolean" @@ -4780,7 +7914,7 @@ }, "type": "object" }, - "LAST_BREATH": { + "ORNATE_ZOMBIE_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -4805,7 +7939,7 @@ }, "type": "object" }, - "LAVA_SEA_CREATURE": { + "OVERFLUX_POWER_ORB": { "properties": { "borrowing": { "type": "boolean" @@ -4830,7 +7964,7 @@ }, "type": "object" }, - "LAVA_SHELL_NECKLACE": { + "PARK": { "properties": { "borrowing": { "type": "boolean" @@ -4855,7 +7989,7 @@ }, "type": "object" }, - "LEAFLET": { + "PARROT_MASK": { "properties": { "borrowing": { "type": "boolean" @@ -4863,9 +7997,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -4880,7 +8011,7 @@ }, "type": "object" }, - "LEAPING_SWORD": { + "PARTY": { "properties": { "borrowing": { "type": "boolean" @@ -4888,9 +8019,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -4905,7 +8033,7 @@ }, "type": "object" }, - "LIVID_DAGGER": { + "PELT_BELT": { "properties": { "borrowing": { "type": "boolean" @@ -4930,7 +8058,7 @@ }, "type": "object" }, - "LOTUS": { + "PERFECTLY_CUT_FUEL_TANK": { "properties": { "borrowing": { "type": "boolean" @@ -4938,9 +8066,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -4955,7 +8080,7 @@ }, "type": "object" }, - "LUMINOUS_BRACELET": { + "PERFECT_CHISEL": { "properties": { "borrowing": { "type": "boolean" @@ -4980,7 +8105,7 @@ }, "type": "object" }, - "MACHINE_GUN_BOW": { + "PERFECT_TIER_12": { "properties": { "borrowing": { "type": "boolean" @@ -5005,7 +8130,7 @@ }, "type": "object" }, - "MAGMA_BOW": { + "PERFECT_TIER_13": { "properties": { "borrowing": { "type": "boolean" @@ -5030,7 +8155,7 @@ }, "type": "object" }, - "MAGMA_LORD": { + "PESTHUNTERS_BELT": { "properties": { "borrowing": { "type": "boolean" @@ -5055,7 +8180,7 @@ }, "type": "object" }, - "MAGMA_ROD": { + "PESTHUNTERS_CLOAK": { "properties": { "borrowing": { "type": "boolean" @@ -5063,9 +8188,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -5080,7 +8202,7 @@ }, "type": "object" }, - "MANA_FLUX_POWER_ORB": { + "PESTHUNTERS_GLOVES": { "properties": { "borrowing": { "type": "boolean" @@ -5105,7 +8227,7 @@ }, "type": "object" }, - "MASTIFF": { + "PESTHUNTERS_NECKLACE": { "properties": { "borrowing": { "type": "boolean" @@ -5130,7 +8252,7 @@ }, "type": "object" }, - "MAWDUST_DAGGER": { + "PEST_VEST": { "properties": { "borrowing": { "type": "boolean" @@ -5138,9 +8260,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -5155,7 +8274,7 @@ }, "type": "object" }, - "MELON": { + "PHANTOM_HOOK": { "properties": { "borrowing": { "type": "boolean" @@ -5180,7 +8299,7 @@ }, "type": "object" }, - "MELON_DICER": { + "PHANTOM_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -5205,7 +8324,7 @@ }, "type": "object" }, - "MELON_DICER_2": { + "PIGMAN_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -5230,7 +8349,7 @@ }, "type": "object" }, - "MELON_DICER_3": { + "PLASMAFLUX_POWER_ORB": { "properties": { "borrowing": { "type": "boolean" @@ -5255,7 +8374,7 @@ }, "type": "object" }, - "MENDER_CROWN": { + "POOCH_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -5280,7 +8399,7 @@ }, "type": "object" }, - "MERCENARY": { + "POWER_WITHER": { "properties": { "borrowing": { "type": "boolean" @@ -5305,7 +8424,7 @@ }, "type": "object" }, - "MERCENARY_AXE": { + "PRECURSOR_EYE": { "properties": { "borrowing": { "type": "boolean" @@ -5330,7 +8449,7 @@ }, "type": "object" }, - "MIDAS_STAFF": { + "PRIMORDIAL": { "properties": { "borrowing": { "type": "boolean" @@ -5338,9 +8457,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -5355,7 +8471,7 @@ }, "type": "object" }, - "MIDAS_SWORD": { + "PRISMARINE_BLADE": { "properties": { "borrowing": { "type": "boolean" @@ -5380,7 +8496,7 @@ }, "type": "object" }, - "MINERAL": { + "PRISMARINE_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -5405,7 +8521,7 @@ }, "type": "object" }, - "MINER_OUTFIT": { + "PROTECTOR_DRAGON": { "properties": { "borrowing": { "type": "boolean" @@ -5430,7 +8546,7 @@ }, "type": "object" }, - "MITHRIL_COAT": { + "PUMPKIN": { "properties": { "borrowing": { "type": "boolean" @@ -5455,7 +8571,7 @@ }, "type": "object" }, - "MITHRIL_DRILL_1": { + "PUMPKIN_DICER": { "properties": { "borrowing": { "type": "boolean" @@ -5480,7 +8596,7 @@ }, "type": "object" }, - "MITHRIL_DRILL_2": { + "PUMPKIN_DICER_2": { "properties": { "borrowing": { "type": "boolean" @@ -5505,7 +8621,7 @@ }, "type": "object" }, - "MITHRIL_PICKAXE": { + "PUMPKIN_DICER_3": { "properties": { "borrowing": { "type": "boolean" @@ -5513,6 +8629,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -5527,7 +8646,7 @@ }, "type": "object" }, - "MOLTEN": { + "PUMPKIN_LAUNCHER": { "properties": { "borrowing": { "type": "boolean" @@ -5535,9 +8654,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -5552,7 +8668,7 @@ }, "type": "object" }, - "MONSTER_HUNTER": { + "RABBIT": { "properties": { "borrowing": { "type": "boolean" @@ -5577,7 +8693,7 @@ }, "type": "object" }, - "MONSTER_RAIDER": { + "RABBIT_HAT": { "properties": { "borrowing": { "type": "boolean" @@ -5602,7 +8718,7 @@ }, "type": "object" }, - "MOSQUITO_BOW": { + "RADIANT_POWER_ORB": { "properties": { "borrowing": { "type": "boolean" @@ -5627,7 +8743,7 @@ }, "type": "object" }, - "MUSHROOM": { + "RAGNAROCK_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -5652,7 +8768,7 @@ }, "type": "object" }, - "NECROMANCER_LORD": { + "RAIDER_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -5677,7 +8793,7 @@ }, "type": "object" }, - "NECROMANCER_SWORD": { + "RAMPART": { "properties": { "borrowing": { "type": "boolean" @@ -5702,7 +8818,7 @@ }, "type": "object" }, - "NUTCRACKER": { + "RANCHERS_BOOTS": { "properties": { "borrowing": { "type": "boolean" @@ -5727,7 +8843,7 @@ }, "type": "object" }, - "OBSIDIAN_CHESTPLATE": { + "REAPER": { "properties": { "borrowing": { "type": "boolean" @@ -5752,7 +8868,7 @@ }, "type": "object" }, - "OLD_DRAGON": { + "REAPER_MASK": { "properties": { "borrowing": { "type": "boolean" @@ -5777,7 +8893,7 @@ }, "type": "object" }, - "ORNATE_ZOMBIE_SWORD": { + "REAPER_SCYTHE": { "properties": { "borrowing": { "type": "boolean" @@ -5802,7 +8918,7 @@ }, "type": "object" }, - "OVERFLUX_POWER_ORB": { + "REAPER_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -5827,8 +8943,11 @@ }, "type": "object" }, - "PARK": { + "RECLUSE_FANG": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, @@ -5849,7 +8968,7 @@ }, "type": "object" }, - "PARROT_MASK": { + "RED_SWEATER": { "properties": { "borrowing": { "type": "boolean" @@ -5857,6 +8976,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -5871,11 +8993,17 @@ }, "type": "object" }, - "PARTY": { + "REFINED_MITHRIL_PICKAXE": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -5890,7 +9018,7 @@ }, "type": "object" }, - "PELT_BELT": { + "REFINED_TITANIUM_PICKAXE": { "properties": { "borrowing": { "type": "boolean" @@ -5915,7 +9043,7 @@ }, "type": "object" }, - "PERFECT_CHISEL": { + "REINFORCED_CHISEL": { "properties": { "borrowing": { "type": "boolean" @@ -5923,9 +9051,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -5940,7 +9065,7 @@ }, "type": "object" }, - "PERFECT_TIER_12": { + "REKINDLED_EMBER": { "properties": { "borrowing": { "type": "boolean" @@ -5965,7 +9090,7 @@ }, "type": "object" }, - "PERFECT_TIER_13": { + "RETIA_BASICA": { "properties": { "borrowing": { "type": "boolean" @@ -5990,7 +9115,7 @@ }, "type": "object" }, - "PESTHUNTERS_BELT": { + "RETIA_FORTA": { "properties": { "borrowing": { "type": "boolean" @@ -5998,9 +9123,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -6015,7 +9137,7 @@ }, "type": "object" }, - "PESTHUNTERS_CLOAK": { + "RETIA_ROBUSTA": { "properties": { "borrowing": { "type": "boolean" @@ -6023,6 +9145,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -6037,7 +9162,7 @@ }, "type": "object" }, - "PESTHUNTERS_GLOVES": { + "RETIA_SUPREMA": { "properties": { "borrowing": { "type": "boolean" @@ -6062,7 +9187,7 @@ }, "type": "object" }, - "PESTHUNTERS_NECKLACE": { + "REVENANT": { "properties": { "borrowing": { "type": "boolean" @@ -6087,7 +9212,7 @@ }, "type": "object" }, - "PEST_VEST": { + "REVENANT_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -6095,6 +9220,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -6109,7 +9237,7 @@ }, "type": "object" }, - "PHANTOM_HOOK": { + "REVIVED_HEART": { "properties": { "borrowing": { "type": "boolean" @@ -6134,7 +9262,7 @@ }, "type": "object" }, - "PHANTOM_ROD": { + "RIFT_NECKLACE_OUTSIDE": { "properties": { "borrowing": { "type": "boolean" @@ -6159,7 +9287,7 @@ }, "type": "object" }, - "PIGMAN_SWORD": { + "ROD_OF_THE_SEA": { "properties": { "borrowing": { "type": "boolean" @@ -6184,7 +9312,7 @@ }, "type": "object" }, - "PLASMAFLUX_POWER_ORB": { + "ROGUE_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -6209,7 +9337,7 @@ }, "type": "object" }, - "POOCH_SWORD": { + "ROTTEN": { "properties": { "borrowing": { "type": "boolean" @@ -6234,7 +9362,7 @@ }, "type": "object" }, - "POWER_WITHER": { + "RUNAANS_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -6259,7 +9387,7 @@ }, "type": "object" }, - "PRECURSOR_EYE": { + "RUNIC_STAFF": { "properties": { "borrowing": { "type": "boolean" @@ -6284,7 +9412,7 @@ }, "type": "object" }, - "PRISMARINE_BLADE": { + "RUSTY_TITANIUM_PICKAXE": { "properties": { "borrowing": { "type": "boolean" @@ -6292,9 +9420,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -6309,11 +9434,8 @@ }, "type": "object" }, - "PRISMARINE_BOW": { + "SALMON_HAT": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, @@ -6334,7 +9456,7 @@ }, "type": "object" }, - "PROTECTOR_DRAGON": { + "SALMON_MASK": { "properties": { "borrowing": { "type": "boolean" @@ -6342,9 +9464,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -6359,7 +9478,7 @@ }, "type": "object" }, - "PUMPKIN": { + "SALMON_NEW": { "properties": { "borrowing": { "type": "boolean" @@ -6384,7 +9503,7 @@ }, "type": "object" }, - "PUMPKIN_DICER": { + "SAM_SCYTHE": { "properties": { "borrowing": { "type": "boolean" @@ -6409,7 +9528,7 @@ }, "type": "object" }, - "PUMPKIN_DICER_2": { + "SAVANA_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -6434,7 +9553,7 @@ }, "type": "object" }, - "PUMPKIN_DICER_3": { + "SCORPION_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -6459,7 +9578,7 @@ }, "type": "object" }, - "RABBIT": { + "SCORPION_FOIL": { "properties": { "borrowing": { "type": "boolean" @@ -6484,7 +9603,7 @@ }, "type": "object" }, - "RABBIT_HAT": { + "SCOURGE_CLOAK": { "properties": { "borrowing": { "type": "boolean" @@ -6509,7 +9628,7 @@ }, "type": "object" }, - "RADIANT_POWER_ORB": { + "SCOVILLE_BELT": { "properties": { "borrowing": { "type": "boolean" @@ -6534,7 +9653,7 @@ }, "type": "object" }, - "RAGNAROCK_AXE": { + "SCULPTORS_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -6559,7 +9678,7 @@ }, "type": "object" }, - "RAIDER_AXE": { + "SCYLLA": { "properties": { "borrowing": { "type": "boolean" @@ -6584,7 +9703,7 @@ }, "type": "object" }, - "RAMPART": { + "SECRET_TRACKER": { "properties": { "borrowing": { "type": "boolean" @@ -6592,9 +9711,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -6609,7 +9725,7 @@ }, "type": "object" }, - "RANCHERS_BOOTS": { + "SERIOUSLY_DAMAGED_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -6634,7 +9750,7 @@ }, "type": "object" }, - "REAPER": { + "SEYMOUR": { "properties": { "borrowing": { "type": "boolean" @@ -6659,7 +9775,7 @@ }, "type": "object" }, - "REAPER_MASK": { + "SHADOW_ASSASSIN": { "properties": { "borrowing": { "type": "boolean" @@ -6684,7 +9800,7 @@ }, "type": "object" }, - "REAPER_SCYTHE": { + "SHADOW_FURY": { "properties": { "borrowing": { "type": "boolean" @@ -6709,7 +9825,7 @@ }, "type": "object" }, - "REAPER_SWORD": { + "SHADOW_GOGGLES": { "properties": { "borrowing": { "type": "boolean" @@ -6717,9 +9833,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -6734,7 +9847,7 @@ }, "type": "object" }, - "RECLUSE_FANG": { + "SHAMAN_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -6759,7 +9872,7 @@ }, "type": "object" }, - "REKINDLED_EMBER": { + "SHARK_SCALE": { "properties": { "borrowing": { "type": "boolean" @@ -6784,7 +9897,7 @@ }, "type": "object" }, - "REVENANT": { + "SHIMMERING_LIGHT": { "properties": { "borrowing": { "type": "boolean" @@ -6809,7 +9922,7 @@ }, "type": "object" }, - "REVENANT_SWORD": { + "SILENT_DEATH": { "properties": { "borrowing": { "type": "boolean" @@ -6834,7 +9947,7 @@ }, "type": "object" }, - "REVIVED_HEART": { + "SILK_EDGE_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -6859,7 +9972,7 @@ }, "type": "object" }, - "RIFT_NECKLACE_OUTSIDE": { + "SILVA_DOMINUS": { "properties": { "borrowing": { "type": "boolean" @@ -6884,7 +9997,7 @@ }, "type": "object" }, - "ROD_OF_THE_SEA": { + "SILVER_FANG": { "properties": { "borrowing": { "type": "boolean" @@ -6909,7 +10022,7 @@ }, "type": "object" }, - "ROGUE_SWORD": { + "SILVER_HUNTER": { "properties": { "borrowing": { "type": "boolean" @@ -6934,7 +10047,7 @@ }, "type": "object" }, - "ROTTEN": { + "SINSEEKER_SCYTHE": { "properties": { "borrowing": { "type": "boolean" @@ -6959,7 +10072,7 @@ }, "type": "object" }, - "RUNAANS_BOW": { + "SKELETON_GRUNT": { "properties": { "borrowing": { "type": "boolean" @@ -6984,7 +10097,7 @@ }, "type": "object" }, - "RUNIC_STAFF": { + "SKELETON_LORD": { "properties": { "borrowing": { "type": "boolean" @@ -7009,11 +10122,17 @@ }, "type": "object" }, - "RUSTY_TITANIUM_PICKAXE": { + "SKELETON_MASTER": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -7028,8 +10147,11 @@ }, "type": "object" }, - "SALMON_HAT": { + "SKELETON_SOLDIER": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, @@ -7050,7 +10172,7 @@ }, "type": "object" }, - "SALMON_MASK": { + "SKELETOR": { "properties": { "borrowing": { "type": "boolean" @@ -7058,6 +10180,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -7072,7 +10197,7 @@ }, "type": "object" }, - "SALMON_NEW": { + "SKYMART_HYPER_VACUUM": { "properties": { "borrowing": { "type": "boolean" @@ -7097,11 +10222,17 @@ }, "type": "object" }, - "SAM_SCYTHE": { + "SKYMART_TURBO_VACUUM": { "properties": { + "borrowing": { + "type": "boolean" + }, "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -7116,7 +10247,7 @@ }, "type": "object" }, - "SAVANA_BOW": { + "SKYMART_VACUUM": { "properties": { "borrowing": { "type": "boolean" @@ -7141,7 +10272,7 @@ }, "type": "object" }, - "SCORPION_BOW": { + "SLIME_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -7166,7 +10297,7 @@ }, "type": "object" }, - "SCORPION_FOIL": { + "SLIME_HAT": { "properties": { "borrowing": { "type": "boolean" @@ -7191,7 +10322,7 @@ }, "type": "object" }, - "SCOURGE_CLOAK": { + "SMALL_POCKET_BLACK_HOLE": { "properties": { "borrowing": { "type": "boolean" @@ -7216,7 +10347,7 @@ }, "type": "object" }, - "SCOVILLE_BELT": { + "SNIPER_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -7241,7 +10372,7 @@ }, "type": "object" }, - "SCULPTORS_AXE": { + "SNIPER_HELMET": { "properties": { "borrowing": { "type": "boolean" @@ -7266,7 +10397,7 @@ }, "type": "object" }, - "SCYLLA": { + "SNORKELING": { "properties": { "borrowing": { "type": "boolean" @@ -7291,7 +10422,7 @@ }, "type": "object" }, - "SEYMOUR": { + "SNOWMAN_MASK": { "properties": { "borrowing": { "type": "boolean" @@ -7316,7 +10447,7 @@ }, "type": "object" }, - "SHADOW_ASSASSIN": { + "SNOW_BLASTER": { "properties": { "borrowing": { "type": "boolean" @@ -7341,7 +10472,7 @@ }, "type": "object" }, - "SHADOW_FURY": { + "SNOW_CANNON": { "properties": { "borrowing": { "type": "boolean" @@ -7366,7 +10497,7 @@ }, "type": "object" }, - "SHAMAN_SWORD": { + "SNOW_HOWITZER": { "properties": { "borrowing": { "type": "boolean" @@ -7374,9 +10505,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -7391,7 +10519,7 @@ }, "type": "object" }, - "SHARK_SCALE": { + "SNOW_SUIT": { "properties": { "borrowing": { "type": "boolean" @@ -7416,7 +10544,7 @@ }, "type": "object" }, - "SHIMMERING_LIGHT": { + "SORROW": { "properties": { "borrowing": { "type": "boolean" @@ -7441,7 +10569,7 @@ }, "type": "object" }, - "SILENT_DEATH": { + "SOS_FLARE": { "properties": { "borrowing": { "type": "boolean" @@ -7466,7 +10594,7 @@ }, "type": "object" }, - "SILK_EDGE_SWORD": { + "SOULS_REBOUND": { "properties": { "borrowing": { "type": "boolean" @@ -7491,7 +10619,7 @@ }, "type": "object" }, - "SILVA_DOMINUS": { + "SOULWEAVER_GLOVES": { "properties": { "borrowing": { "type": "boolean" @@ -7516,7 +10644,7 @@ }, "type": "object" }, - "SILVER_FANG": { + "SOUL_WHIP": { "properties": { "borrowing": { "type": "boolean" @@ -7541,7 +10669,7 @@ }, "type": "object" }, - "SILVER_HUNTER": { + "SPEEDSTER": { "properties": { "borrowing": { "type": "boolean" @@ -7566,7 +10694,7 @@ }, "type": "object" }, - "SINSEEKER_SCYTHE": { + "SPEEDY_LINE": { "properties": { "borrowing": { "type": "boolean" @@ -7574,9 +10702,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -7591,7 +10716,7 @@ }, "type": "object" }, - "SKELETON_GRUNT": { + "SPEED_WITHER": { "properties": { "borrowing": { "type": "boolean" @@ -7616,7 +10741,7 @@ }, "type": "object" }, - "SKELETON_LORD": { + "SPIDER_QUEENS_STINGER": { "properties": { "borrowing": { "type": "boolean" @@ -7641,7 +10766,7 @@ }, "type": "object" }, - "SKELETON_MASTER": { + "SPIDER_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -7666,7 +10791,7 @@ }, "type": "object" }, - "SKELETON_SOLDIER": { + "SPIRIT_MASK": { "properties": { "borrowing": { "type": "boolean" @@ -7691,7 +10816,7 @@ }, "type": "object" }, - "SKELETOR": { + "SPIRIT_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -7716,7 +10841,7 @@ }, "type": "object" }, - "SKYMART_HYPER_VACUUM": { + "SPONGE": { "properties": { "borrowing": { "type": "boolean" @@ -7741,7 +10866,7 @@ }, "type": "object" }, - "SKYMART_TURBO_VACUUM": { + "SPOOKY": { "properties": { "borrowing": { "type": "boolean" @@ -7766,7 +10891,7 @@ }, "type": "object" }, - "SKYMART_VACUUM": { + "SQUASH": { "properties": { "borrowing": { "type": "boolean" @@ -7791,7 +10916,7 @@ }, "type": "object" }, - "SLIME_BOW": { + "SQUID_BOOTS": { "properties": { "borrowing": { "type": "boolean" @@ -7816,7 +10941,7 @@ }, "type": "object" }, - "SLIME_HAT": { + "STAFF_OF_THE_VOLCANO": { "properties": { "borrowing": { "type": "boolean" @@ -7841,11 +10966,8 @@ }, "type": "object" }, - "SMALL_POCKET_BLACK_HOLE": { + "STARFALL_SEASONING": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, @@ -7866,7 +10988,7 @@ }, "type": "object" }, - "SNIPER_BOW": { + "STARLIGHT": { "properties": { "borrowing": { "type": "boolean" @@ -7891,7 +11013,7 @@ }, "type": "object" }, - "SNIPER_HELMET": { + "STARLIGHT_WAND": { "properties": { "borrowing": { "type": "boolean" @@ -7916,7 +11038,7 @@ }, "type": "object" }, - "SNORKELING": { + "STARTER_LAVA_ROD": { "properties": { "borrowing": { "type": "boolean" @@ -7941,7 +11063,7 @@ }, "type": "object" }, - "SNOWMAN_MASK": { + "STEEL_CHESTPLATE": { "properties": { "borrowing": { "type": "boolean" @@ -7966,17 +11088,11 @@ }, "type": "object" }, - "SNOW_BLASTER": { + "STING": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -7991,7 +11107,7 @@ }, "type": "object" }, - "SNOW_CANNON": { + "STINGY_SINKER": { "properties": { "borrowing": { "type": "boolean" @@ -7999,9 +11115,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -8016,7 +11129,7 @@ }, "type": "object" }, - "SNOW_HOWITZER": { + "STONE_BLADE": { "properties": { "borrowing": { "type": "boolean" @@ -8024,6 +11137,9 @@ "donated_time": { "type": "integer" }, + "featured_slot": { + "type": "string" + }, "items": { "properties": { "data": { @@ -8038,7 +11154,7 @@ }, "type": "object" }, - "SNOW_SUIT": { + "STONE_CHESTPLATE": { "properties": { "borrowing": { "type": "boolean" @@ -8046,9 +11162,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -8063,7 +11176,7 @@ }, "type": "object" }, - "SORROW": { + "STONK_PICKAXE": { "properties": { "borrowing": { "type": "boolean" @@ -8088,7 +11201,7 @@ }, "type": "object" }, - "SOS_FLARE": { + "STRONG_DRAGON": { "properties": { "borrowing": { "type": "boolean" @@ -8113,7 +11226,7 @@ }, "type": "object" }, - "SOULS_REBOUND": { + "SULPHUR_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -8138,7 +11251,7 @@ }, "type": "object" }, - "SOULWEAVER_GLOVES": { + "SUMMONING_RING": { "properties": { "borrowing": { "type": "boolean" @@ -8163,7 +11276,7 @@ }, "type": "object" }, - "SOUL_WHIP": { + "SUNFLOWER_HEAD": { "properties": { "borrowing": { "type": "boolean" @@ -8188,7 +11301,7 @@ }, "type": "object" }, - "SPEEDSTER": { + "SUPERIOR_DRAGON": { "properties": { "borrowing": { "type": "boolean" @@ -8213,17 +11326,11 @@ }, "type": "object" }, - "SPEED_WITHER": { + "SUPER_CLEAVER": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -8238,7 +11345,7 @@ }, "type": "object" }, - "SPIDER_QUEENS_STINGER": { + "SUPER_COMPACTOR_3000": { "properties": { "borrowing": { "type": "boolean" @@ -8263,7 +11370,7 @@ }, "type": "object" }, - "SPIDER_SWORD": { + "SUPER_HEAVY": { "properties": { "borrowing": { "type": "boolean" @@ -8288,17 +11395,11 @@ }, "type": "object" }, - "SPIRIT_MASK": { + "SUPER_UNDEAD_BOW": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -8313,7 +11414,7 @@ }, "type": "object" }, - "SPIRIT_SWORD": { + "SWEET_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -8338,7 +11439,7 @@ }, "type": "object" }, - "SPONGE": { + "SWORD_OF_BAD_HEALTH": { "properties": { "borrowing": { "type": "boolean" @@ -8363,7 +11464,7 @@ }, "type": "object" }, - "SPOOKY": { + "SWORD_OF_REVELATIONS": { "properties": { "borrowing": { "type": "boolean" @@ -8388,7 +11489,7 @@ }, "type": "object" }, - "SQUASH": { + "SYNTHESIZER_V3": { "properties": { "borrowing": { "type": "boolean" @@ -8413,7 +11514,7 @@ }, "type": "object" }, - "SQUID_BOOTS": { + "TACTICAL_INSERTION": { "properties": { "borrowing": { "type": "boolean" @@ -8438,7 +11539,7 @@ }, "type": "object" }, - "STAFF_OF_THE_VOLCANO": { + "TACTICIAN_SWORD": { "properties": { "borrowing": { "type": "boolean" @@ -8463,17 +11564,11 @@ }, "type": "object" }, - "STARLIGHT": { + "TALBOTS_THEODOLITE": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -8488,7 +11583,7 @@ }, "type": "object" }, - "STARLIGHT_WAND": { + "TANK_MINER": { "properties": { "borrowing": { "type": "boolean" @@ -8513,7 +11608,7 @@ }, "type": "object" }, - "STARTER_LAVA_ROD": { + "TANK_WITHER": { "properties": { "borrowing": { "type": "boolean" @@ -8538,7 +11633,7 @@ }, "type": "object" }, - "STEEL_CHESTPLATE": { + "TARANTULA": { "properties": { "borrowing": { "type": "boolean" @@ -8563,7 +11658,7 @@ }, "type": "object" }, - "STONE_BLADE": { + "TARANTULA_FANG": { "properties": { "borrowing": { "type": "boolean" @@ -8571,9 +11666,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -8588,7 +11680,7 @@ }, "type": "object" }, - "STONK_PICKAXE": { + "TERA_SHELL_NECKLACE": { "properties": { "borrowing": { "type": "boolean" @@ -8613,7 +11705,7 @@ }, "type": "object" }, - "STRONG_DRAGON": { + "TERMINATOR": { "properties": { "borrowing": { "type": "boolean" @@ -8638,7 +11730,7 @@ }, "type": "object" }, - "SULPHUR_BOW": { + "TERROR": { "properties": { "borrowing": { "type": "boolean" @@ -8663,7 +11755,7 @@ }, "type": "object" }, - "SUMMONING_RING": { + "THEORETICAL_HOE_CANE_1": { "properties": { "borrowing": { "type": "boolean" @@ -8688,7 +11780,7 @@ }, "type": "object" }, - "SUNFLOWER_HEAD": { + "THEORETICAL_HOE_CANE_2": { "properties": { "borrowing": { "type": "boolean" @@ -8713,7 +11805,7 @@ }, "type": "object" }, - "SUPERIOR_DRAGON": { + "THEORETICAL_HOE_CANE_3": { "properties": { "borrowing": { "type": "boolean" @@ -8738,7 +11830,7 @@ }, "type": "object" }, - "SUPER_COMPACTOR_3000": { + "THEORETICAL_HOE_CARROT_1": { "properties": { "borrowing": { "type": "boolean" @@ -8763,7 +11855,7 @@ }, "type": "object" }, - "SUPER_HEAVY": { + "THEORETICAL_HOE_CARROT_2": { "properties": { "borrowing": { "type": "boolean" @@ -8788,7 +11880,7 @@ }, "type": "object" }, - "SWORD_OF_BAD_HEALTH": { + "THEORETICAL_HOE_CARROT_3": { "properties": { "borrowing": { "type": "boolean" @@ -8813,7 +11905,7 @@ }, "type": "object" }, - "SWORD_OF_REVELATIONS": { + "THEORETICAL_HOE_POTATO_1": { "properties": { "borrowing": { "type": "boolean" @@ -8838,7 +11930,7 @@ }, "type": "object" }, - "SYNTHESIZER_V3": { + "THEORETICAL_HOE_POTATO_2": { "properties": { "borrowing": { "type": "boolean" @@ -8863,7 +11955,7 @@ }, "type": "object" }, - "TACTICAL_INSERTION": { + "THEORETICAL_HOE_POTATO_3": { "properties": { "borrowing": { "type": "boolean" @@ -8888,7 +11980,7 @@ }, "type": "object" }, - "TACTICIAN_SWORD": { + "THEORETICAL_HOE_SUNFLOWER_1": { "properties": { "borrowing": { "type": "boolean" @@ -8896,9 +11988,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -8913,7 +12002,7 @@ }, "type": "object" }, - "TANK_MINER": { + "THEORETICAL_HOE_SUNFLOWER_3": { "properties": { "borrowing": { "type": "boolean" @@ -8921,9 +12010,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -8938,7 +12024,7 @@ }, "type": "object" }, - "TANK_WITHER": { + "THEORETICAL_HOE_WARTS_1": { "properties": { "borrowing": { "type": "boolean" @@ -8963,7 +12049,7 @@ }, "type": "object" }, - "TARANTULA": { + "THEORETICAL_HOE_WARTS_2": { "properties": { "borrowing": { "type": "boolean" @@ -8988,7 +12074,7 @@ }, "type": "object" }, - "TERMINATOR": { + "THEORETICAL_HOE_WARTS_3": { "properties": { "borrowing": { "type": "boolean" @@ -9013,7 +12099,7 @@ }, "type": "object" }, - "TERROR": { + "THEORETICAL_HOE_WHEAT_1": { "properties": { "borrowing": { "type": "boolean" @@ -9038,7 +12124,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_CANE_1": { + "THEORETICAL_HOE_WHEAT_2": { "properties": { "borrowing": { "type": "boolean" @@ -9063,7 +12149,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_CANE_2": { + "THEORETICAL_HOE_WHEAT_3": { "properties": { "borrowing": { "type": "boolean" @@ -9088,7 +12174,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_CANE_3": { + "THE_SHREDDER": { "properties": { "borrowing": { "type": "boolean" @@ -9113,7 +12199,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_CARROT_1": { + "THORNS_BOOTS": { "properties": { "borrowing": { "type": "boolean" @@ -9138,7 +12224,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_CARROT_2": { + "THUNDER": { "properties": { "borrowing": { "type": "boolean" @@ -9163,7 +12249,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_CARROT_3": { + "TITANIUM_DRILL_1": { "properties": { "borrowing": { "type": "boolean" @@ -9188,7 +12274,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_POTATO_1": { + "TITANIUM_DRILL_2": { "properties": { "borrowing": { "type": "boolean" @@ -9213,7 +12299,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_POTATO_2": { + "TITANIUM_DRILL_3": { "properties": { "borrowing": { "type": "boolean" @@ -9238,7 +12324,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_POTATO_3": { + "TITANIUM_DRILL_4": { "properties": { "borrowing": { "type": "boolean" @@ -9263,7 +12349,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_WARTS_1": { + "TITANIUM_DRILL_ENGINE": { "properties": { "borrowing": { "type": "boolean" @@ -9271,9 +12357,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -9288,7 +12371,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_WARTS_2": { + "TITANIUM_LANTERN": { "properties": { "borrowing": { "type": "boolean" @@ -9313,7 +12396,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_WARTS_3": { + "TITANIUM_PICKAXE": { "properties": { "borrowing": { "type": "boolean" @@ -9338,7 +12421,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_WHEAT_1": { + "TITAN_LINE": { "properties": { "borrowing": { "type": "boolean" @@ -9346,9 +12429,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -9363,17 +12443,11 @@ }, "type": "object" }, - "THEORETICAL_HOE_WHEAT_2": { + "TORMENTOR": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -9388,7 +12462,7 @@ }, "type": "object" }, - "THEORETICAL_HOE_WHEAT_3": { + "TOTEM_OF_CORRUPTION": { "properties": { "borrowing": { "type": "boolean" @@ -9413,7 +12487,7 @@ }, "type": "object" }, - "THE_SHREDDER": { + "TREASURE_HOOK": { "properties": { "borrowing": { "type": "boolean" @@ -9421,9 +12495,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -9438,7 +12509,7 @@ }, "type": "object" }, - "THORNS_BOOTS": { + "TREECAPITATOR_AXE": { "properties": { "borrowing": { "type": "boolean" @@ -9463,7 +12534,7 @@ }, "type": "object" }, - "THUNDER": { + "TRIBAL_SPEAR": { "properties": { "borrowing": { "type": "boolean" @@ -9488,7 +12559,7 @@ }, "type": "object" }, - "TITANIUM_DRILL_1": { + "TROPHY_LINE": { "properties": { "borrowing": { "type": "boolean" @@ -9496,9 +12567,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -9513,17 +12581,11 @@ }, "type": "object" }, - "TITANIUM_DRILL_2": { + "TUNGSTEN_KEYCHAIN": { "properties": { - "borrowing": { - "type": "boolean" - }, "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -9538,7 +12600,7 @@ }, "type": "object" }, - "TITANIUM_DRILL_3": { + "TURBO_FISHING_NET": { "properties": { "borrowing": { "type": "boolean" @@ -9546,9 +12608,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -9563,7 +12622,7 @@ }, "type": "object" }, - "TITANIUM_DRILL_4": { + "UMBERELLA": { "properties": { "borrowing": { "type": "boolean" @@ -9571,9 +12630,6 @@ "donated_time": { "type": "integer" }, - "featured_slot": { - "type": "string" - }, "items": { "properties": { "data": { @@ -9588,7 +12644,7 @@ }, "type": "object" }, - "TREECAPITATOR_AXE": { + "UNDEAD_BOW": { "properties": { "borrowing": { "type": "boolean" @@ -10232,6 +13288,53 @@ }, "type": "object" }, + "WILL_O_WISP": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "WINTER_ROD": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, "WISE_DRAGON": { "properties": { "borrowing": { @@ -10778,6 +13881,31 @@ } }, "type": "object" + }, + "ZORROS_CAPE": { + "properties": { + "borrowing": { + "type": "boolean" + }, + "donated_time": { + "type": "integer" + }, + "featured_slot": { + "type": "string" + }, + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" } }, "type": "object" diff --git a/packages/schemas/src/schemas/hypixel/skyblock/profile.json b/packages/schemas/src/schemas/hypixel/skyblock/profile.json index 9547100f..4fd1d44b 100644 --- a/packages/schemas/src/schemas/hypixel/skyblock/profile.json +++ b/packages/schemas/src/schemas/hypixel/skyblock/profile.json @@ -153,6 +153,9 @@ "highest_unlocked_slot": { "type": "integer" }, + "refund_1": { + "type": "boolean" + }, "slot_0": { "properties": { "attack_speed": { @@ -231,6 +234,9 @@ "intelligence": { "type": "integer" }, + "purchase_ts": { + "type": "integer" + }, "strength": { "type": "integer" }, @@ -260,6 +266,9 @@ "intelligence": { "type": "integer" }, + "purchase_ts": { + "type": "integer" + }, "strength": { "type": "integer" }, @@ -310,6 +319,580 @@ }, "type": "object" }, + "attributes": { + "properties": { + "stacks": { + "properties": { + "accessory_size": { + "type": "integer" + }, + "almighty": { + "type": "integer" + }, + "animal_expertise": { + "type": "integer" + }, + "arachno": { + "type": "integer" + }, + "arachno_resistance": { + "type": "integer" + }, + "atomized_crystals": { + "type": "integer" + }, + "atomized_glacite": { + "type": "integer" + }, + "atomized_mithril": { + "type": "integer" + }, + "attack_speed": { + "type": "integer" + }, + "battle_experience": { + "type": "integer" + }, + "battle_frog": { + "type": "integer" + }, + "bayou_biter": { + "type": "integer" + }, + "beacon_zealot": { + "type": "integer" + }, + "berry_enjoyer": { + "type": "integer" + }, + "berry_mogul": { + "type": "integer" + }, + "big_game_hunter": { + "type": "integer" + }, + "bigger_box": { + "type": "integer" + }, + "blazing": { + "type": "integer" + }, + "blazing_fortune": { + "type": "integer" + }, + "blazing_resistance": { + "type": "integer" + }, + "bone_font": { + "type": "integer" + }, + "book_wisdom": { + "type": "integer" + }, + "breeze": { + "type": "integer" + }, + "bucket_lover": { + "type": "integer" + }, + "catacomb_box": { + "type": "integer" + }, + "catacombs_graduate": { + "type": "integer" + }, + "cavern_wisdom": { + "type": "integer" + }, + "charmed": { + "type": "integer" + }, + "cheapstake": { + "type": "integer" + }, + "chop": { + "type": "integer" + }, + "cloak_improvement": { + "type": "integer" + }, + "combo": { + "type": "integer" + }, + "cookie_eater": { + "type": "integer" + }, + "crimson_serendipity": { + "type": "integer" + }, + "crop_bug": { + "type": "integer" + }, + "crystal_serendipity": { + "type": "integer" + }, + "deadeye": { + "type": "integer" + }, + "decent_karma": { + "type": "integer" + }, + "deep_diving": { + "type": "integer" + }, + "deep_technique": { + "type": "integer" + }, + "diamond_frog": { + "type": "integer" + }, + "dominance": { + "type": "integer" + }, + "double_hook": { + "type": "integer" + }, + "dragon_essence": { + "type": "integer" + }, + "dragon_shortbow_improvement": { + "type": "integer" + }, + "dwarven_serendipity": { + "type": "integer" + }, + "earth_elemental": { + "type": "integer" + }, + "echo_of_atomized": { + "type": "integer" + }, + "echo_of_boxes": { + "type": "integer" + }, + "echo_of_echoes": { + "type": "integer" + }, + "echo_of_elemental": { + "type": "integer" + }, + "echo_of_essence": { + "type": "integer" + }, + "echo_of_hunter": { + "type": "integer" + }, + "echo_of_resistance": { + "type": "integer" + }, + "echo_of_ruler": { + "type": "integer" + }, + "echo_of_sharpening": { + "type": "integer" + }, + "echo_of_wisdom": { + "type": "integer" + }, + "eelastic": { + "type": "integer" + }, + "elite": { + "type": "integer" + }, + "ender": { + "type": "integer" + }, + "ender_resistance": { + "type": "integer" + }, + "excellent_karma": { + "type": "integer" + }, + "experience": { + "type": "integer" + }, + "extreme_pressure": { + "type": "integer" + }, + "faker": { + "type": "integer" + }, + "fancy_visit": { + "type": "integer" + }, + "fig_collector": { + "type": "integer" + }, + "fig_sharpening": { + "type": "integer" + }, + "fisherman": { + "type": "integer" + }, + "fishing_experience": { + "type": "integer" + }, + "fishing_speed": { + "type": "integer" + }, + "fog_elemental": { + "type": "integer" + }, + "foraging_wisdom": { + "type": "integer" + }, + "forest_elemental": { + "type": "integer" + }, + "forest_essence": { + "type": "integer" + }, + "forest_fishing": { + "type": "integer" + }, + "forest_strength": { + "type": "integer" + }, + "forest_trap": { + "type": "integer" + }, + "fortitude": { + "type": "integer" + }, + "freezing_spread": { + "type": "integer" + }, + "frog_legs": { + "type": "integer" + }, + "frost_elemental": { + "type": "integer" + }, + "fungy_luck": { + "type": "integer" + }, + "garden_wisdom": { + "type": "integer" + }, + "gold_bait": { + "type": "integer" + }, + "golden_frog": { + "type": "integer" + }, + "good_karma": { + "type": "integer" + }, + "great_karma": { + "type": "integer" + }, + "groovy_radar": { + "type": "integer" + }, + "happy_box": { + "type": "integer" + }, + "humanoid_ruler": { + "type": "integer" + }, + "hunt_wisdom": { + "type": "integer" + }, + "hunter": { + "type": "integer" + }, + "hunter_karma": { + "type": "integer" + }, + "hunters_fangs": { + "type": "integer" + }, + "hunters_grasp": { + "type": "integer" + }, + "hunters_pressure": { + "type": "integer" + }, + "hunters_suppress": { + "type": "integer" + }, + "ice_essence": { + "type": "integer" + }, + "ignition": { + "type": "integer" + }, + "infection": { + "type": "integer" + }, + "infiltration": { + "type": "integer" + }, + "insect_power": { + "type": "integer" + }, + "kat_favorite": { + "type": "integer" + }, + "king_of_greed": { + "type": "integer" + }, + "kuudra_box": { + "type": "integer" + }, + "life_recovery": { + "type": "integer" + }, + "life_regeneration": { + "type": "integer" + }, + "lifeline": { + "type": "integer" + }, + "light_elemental": { + "type": "integer" + }, + "lightning_elemental": { + "type": "integer" + }, + "lily_puncher": { + "type": "integer" + }, + "lily_tracker": { + "type": "integer" + }, + "loch_hook": { + "type": "integer" + }, + "lost_and_found": { + "type": "integer" + }, + "lotus_trophy": { + "type": "integer" + }, + "lucky_rod": { + "type": "integer" + }, + "lunar_power": { + "type": "integer" + }, + "magic_find": { + "type": "integer" + }, + "magmatic_ruler": { + "type": "integer" + }, + "mana_regeneration": { + "type": "integer" + }, + "mana_steal": { + "type": "integer" + }, + "mangrove_collector": { + "type": "integer" + }, + "mangrove_sharpening": { + "type": "integer" + }, + "matriarch_cubs": { + "type": "integer" + }, + "maximal_torment": { + "type": "integer" + }, + "mending": { + "type": "integer" + }, + "midas_touch": { + "type": "integer" + }, + "moonglade_mastery": { + "type": "integer" + }, + "moonglade_serendipity": { + "type": "integer" + }, + "mossy_box": { + "type": "integer" + }, + "mountain_climber": { + "type": "integer" + }, + "mythological_fortune": { + "type": "integer" + }, + "mythological_resistance": { + "type": "integer" + }, + "nature_elemental": { + "type": "integer" + }, + "nocturnal_animal": { + "type": "integer" + }, + "owl_friend": { + "type": "integer" + }, + "payback": { + "type": "integer" + }, + "pest_luck": { + "type": "integer" + }, + "pet_wisdom": { + "type": "integer" + }, + "pity": { + "type": "integer" + }, + "pretty_clothes": { + "type": "integer" + }, + "pure_reptile": { + "type": "integer" + }, + "quartz_speed": { + "type": "integer" + }, + "rabbit_crew": { + "type": "integer" + }, + "rare_bird": { + "type": "integer" + }, + "reborn": { + "type": "integer" + }, + "rotten_pickaxe": { + "type": "integer" + }, + "sack_size": { + "type": "integer" + }, + "shadow_elemental": { + "type": "integer" + }, + "shell": { + "type": "integer" + }, + "skeletal_ruler": { + "type": "integer" + }, + "snow_elemental": { + "type": "integer" + }, + "solar_power": { + "type": "integer" + }, + "speed": { + "type": "integer" + }, + "spider_essence": { + "type": "integer" + }, + "spirit_axe": { + "type": "integer" + }, + "star_bait": { + "type": "integer" + }, + "starborn": { + "type": "integer" + }, + "stone_elemental": { + "type": "integer" + }, + "storm_elemental": { + "type": "integer" + }, + "strong_arms": { + "type": "integer" + }, + "strong_legs": { + "type": "integer" + }, + "torrent_elemental": { + "type": "integer" + }, + "tree_lurker": { + "type": "integer" + }, + "trophy_hunter": { + "type": "integer" + }, + "tuning_box": { + "type": "integer" + }, + "ultimate_dna": { + "type": "integer" + }, + "undead": { + "type": "integer" + }, + "undead_essence": { + "type": "integer" + }, + "undead_resistance": { + "type": "integer" + }, + "unity_is_strength": { + "type": "integer" + }, + "unlimited_energy": { + "type": "integer" + }, + "unlimited_power": { + "type": "integer" + }, + "veil": { + "type": "integer" + }, + "veteran": { + "type": "integer" + }, + "visitor_bait": { + "type": "integer" + }, + "warrior": { + "type": "integer" + }, + "wart_eater": { + "type": "integer" + }, + "water_elemental": { + "type": "integer" + }, + "why_not_more": { + "type": "integer" + }, + "wind_elemental": { + "type": "integer" + }, + "wings_of_destiny": { + "type": "integer" + }, + "winter_serendipity": { + "type": "integer" + }, + "wither_essence": { + "type": "integer" + }, + "wood_elemental": { + "type": "integer" + }, + "yog_membrane": { + "type": "integer" + }, + "yummy": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, "bestiary": { "properties": { "deaths": { @@ -425,6 +1008,9 @@ "blight_500": { "type": "integer" }, + "blue_ringed_octopus_275": { + "type": "integer" + }, "blue_shark_20": { "type": "integer" }, @@ -440,6 +1026,15 @@ "brood_mother_spider_12": { "type": "integer" }, + "burningsoul_demon_1500": { + "type": "integer" + }, + "burningsoul_demon_2090": { + "type": "integer" + }, + "burningsoul_demon_3530": { + "type": "integer" + }, "butterfly_100": { "type": "integer" }, @@ -509,12 +1104,24 @@ "commitment_phobia_100": { "type": "integer" }, + "conjoined_brood_2230": { + "type": "integer" + }, "corrupted_protector_100": { "type": "integer" }, "creeper_1": { "type": "integer" }, + "cretan_bull_150": { + "type": "integer" + }, + "cretan_bull_250": { + "type": "integer" + }, + "cretan_bull_95": { + "type": "integer" + }, "crypt_dreadlord_107": { "type": "integer" }, @@ -815,6 +1422,24 @@ "dive_ghast_90": { "type": "integer" }, + "dropship_100": { + "type": "integer" + }, + "dropship_200": { + "type": "integer" + }, + "dropship_300": { + "type": "integer" + }, + "dropship_400": { + "type": "integer" + }, + "dropship_500": { + "type": "integer" + }, + "drowned_captain_74": { + "type": "integer" + }, "duelist_kaus_4": { "type": "integer" }, @@ -953,6 +1578,9 @@ "explosive_imp_500": { "type": "integer" }, + "fiery_scuttler_475": { + "type": "integer" + }, "fire_eel_240": { "type": "integer" }, @@ -980,6 +1608,9 @@ "frog_man_10": { "type": "integer" }, + "frog_prince_132": { + "type": "integer" + }, "frosty_the_snowman_13": { "type": "integer" }, @@ -992,6 +1623,12 @@ "gaia_construct_260": { "type": "integer" }, + "gaia_construct_325": { + "type": "integer" + }, + "gaia_construct_85": { + "type": "integer" + }, "generator_ghast_1": { "type": "integer" }, @@ -1007,6 +1644,18 @@ "ghast_85": { "type": "integer" }, + "glacite_bowman_165": { + "type": "integer" + }, + "glacite_caver_200": { + "type": "integer" + }, + "glacite_mage_155": { + "type": "integer" + }, + "glacite_mutt_180": { + "type": "integer" + }, "goblin_battler_60": { "type": "integer" }, @@ -1061,6 +1710,18 @@ "guardian_emperor_150": { "type": "integer" }, + "harpy_110": { + "type": "integer" + }, + "harpy_175": { + "type": "integer" + }, + "harpy_325": { + "type": "integer" + }, + "harpy_85": { + "type": "integer" + }, "headless_horseman_100": { "type": "integer" }, @@ -1142,6 +1803,9 @@ "king_midas_170": { "type": "integer" }, + "king_minos_1750": { + "type": "integer" + }, "krondor_necromancer_80": { "type": "integer" }, @@ -1238,6 +1902,9 @@ "liquid_hot_magma_15": { "type": "integer" }, + "littlefoot_533": { + "type": "integer" + }, "livid_1": { "type": "integer" }, @@ -1448,6 +2115,9 @@ "magma_slug_200": { "type": "integer" }, + "manticore_1750": { + "type": "integer" + }, "master_bonzo_1": { "type": "integer" }, @@ -2447,6 +3117,9 @@ "minos_champion_310": { "type": "integer" }, + "minos_champion_550": { + "type": "integer" + }, "minos_hunter_125": { "type": "integer" }, @@ -2591,6 +3264,9 @@ "pyroclastic_worm_240": { "type": "integer" }, + "ragnarok_666": { + "type": "integer" + }, "random_slime_20": { "type": "integer" }, @@ -2606,6 +3282,9 @@ "respawning_skeleton_2": { "type": "integer" }, + "revenant_sycophant_150": { + "type": "integer" + }, "revenant_sycophant_300": { "type": "integer" }, @@ -3092,6 +3771,9 @@ "tiger_shark_50": { "type": "integer" }, + "titanoboa_240": { + "type": "integer" + }, "toy_soldier_25": { "type": "integer" }, @@ -3460,6 +4142,9 @@ "agarimoo_35": { "type": "integer" }, + "alligator_120": { + "type": "integer" + }, "arachne_300": { "type": "integer" }, @@ -3484,6 +4169,9 @@ "ashfang_red_blaze_150": { "type": "integer" }, + "atoll_croaker_45": { + "type": "integer" + }, "autoboots_5": { "type": "integer" }, @@ -3511,6 +4199,9 @@ "bal_boss_100": { "type": "integer" }, + "banshee_10": { + "type": "integer" + }, "barbarian_75": { "type": "integer" }, @@ -3532,6 +4223,9 @@ "batty_witch_60": { "type": "integer" }, + "bayou_sludge_25": { + "type": "integer" + }, "belle_10": { "type": "integer" }, @@ -3589,12 +4283,21 @@ "blight_500": { "type": "integer" }, + "bloated_mithril_grubber_15": { + "type": "integer" + }, "blobbercyst_10": { "type": "integer" }, + "blue_ringed_octopus_275": { + "type": "integer" + }, "blue_shark_20": { "type": "integer" }, + "bogged_10": { + "type": "integer" + }, "bonzo_1": { "type": "integer" }, @@ -3661,6 +4364,12 @@ "chickzilla_100": { "type": "integer" }, + "chillblade_31": { + "type": "integer" + }, + "chillshot_31": { + "type": "integer" + }, "cinder_bat_90": { "type": "integer" }, @@ -4048,6 +4757,9 @@ "dropship_500": { "type": "integer" }, + "drowned_captain_74": { + "type": "integer" + }, "duelist_kaus_1": { "type": "integer" }, @@ -4090,6 +4802,9 @@ "duelist_rollim_7": { "type": "integer" }, + "dumpster_diver_15": { + "type": "integer" + }, "dungeon_respawning_skeleton_100": { "type": "integer" }, @@ -4186,6 +4901,9 @@ "endermite_40": { "type": "integer" }, + "ent_14": { + "type": "integer" + }, "explosive_imp_100": { "type": "integer" }, @@ -4216,6 +4934,9 @@ "farming_sheep_1": { "type": "integer" }, + "fiery_scuttler_475": { + "type": "integer" + }, "fire_bat_5": { "type": "integer" }, @@ -4234,6 +4955,9 @@ "fireball_magma_cube_9": { "type": "integer" }, + "fireproof_witch_75": { + "type": "integer" + }, "flaming_spider_80": { "type": "integer" }, @@ -4243,9 +4967,21 @@ "flare_90": { "type": "integer" }, + "flip_flopper_10": { + "type": "integer" + }, "forest_island_bat_3": { "type": "integer" }, + "fried_chicken_30": { + "type": "integer" + }, + "frog_man_10": { + "type": "integer" + }, + "frog_prince_132": { + "type": "integer" + }, "frosty_the_snowman_13": { "type": "integer" }, @@ -4282,6 +5018,18 @@ "ghast_85": { "type": "integer" }, + "glacite_bowman_165": { + "type": "integer" + }, + "glacite_caver_200": { + "type": "integer" + }, + "glacite_mage_155": { + "type": "integer" + }, + "glacite_mutt_180": { + "type": "integer" + }, "globowl_1": { "type": "integer" }, @@ -4333,6 +5081,9 @@ "goliath_barbarian_80": { "type": "integer" }, + "gorf_65": { + "type": "integer" + }, "graveyard_zombie_1": { "type": "integer" }, @@ -4351,6 +5102,18 @@ "guardian_emperor_150": { "type": "integer" }, + "harpy_110": { + "type": "integer" + }, + "harpy_175": { + "type": "integer" + }, + "harpy_325": { + "type": "integer" + }, + "harpy_85": { + "type": "integer" + }, "headless_horseman_100": { "type": "integer" }, @@ -4372,6 +5135,9 @@ "howling_spirit_35": { "type": "integer" }, + "hydrospear_25": { + "type": "integer" + }, "ice_walker_45": { "type": "integer" }, @@ -4444,6 +5210,9 @@ "king_midas_170": { "type": "integer" }, + "king_minos_1750": { + "type": "integer" + }, "krondor_necromancer_80": { "type": "integer" }, @@ -4534,6 +5303,12 @@ "lapis_zombie_7": { "type": "integer" }, + "large_mithril_grubber_15": { + "type": "integer" + }, + "last_killed_mob": { + "type": "string" + }, "lava_blaze_100": { "type": "integer" }, @@ -4558,6 +5333,9 @@ "liquid_hot_magma_15": { "type": "integer" }, + "littlefoot_533": { + "type": "integer" + }, "livid_1": { "type": "integer" }, @@ -4720,6 +5498,15 @@ "lost_adventurer_93": { "type": "integer" }, + "lotus_fish_1": { + "type": "integer" + }, + "lotus_guardian_55": { + "type": "integer" + }, + "lotus_jumping_frog_5": { + "type": "integer" + }, "mage_outlaw_200": { "type": "integer" }, @@ -4771,9 +5558,18 @@ "magma_glare_100": { "type": "integer" }, + "magma_pillar_220": { + "type": "integer" + }, "magma_slug_200": { "type": "integer" }, + "manta_ray_124": { + "type": "integer" + }, + "manticore_1750": { + "type": "integer" + }, "master_bonzo_1": { "type": "integer" }, @@ -5629,6 +6425,9 @@ "mayor_jerry_purple_3": { "type": "integer" }, + "medium_mithril_grubber_15": { + "type": "integer" + }, "mimic_115": { "type": "integer" }, @@ -5638,6 +6437,9 @@ "minos_champion_310": { "type": "integer" }, + "minos_champion_550": { + "type": "integer" + }, "minos_hunter_125": { "type": "integer" }, @@ -5653,6 +6455,12 @@ "minos_hunter_60": { "type": "integer" }, + "minos_hunter_80": { + "type": "integer" + }, + "minos_inquisitor_1250": { + "type": "integer" + }, "minos_inquisitor_750": { "type": "integer" }, @@ -5677,6 +6485,9 @@ "necron_guard_100": { "type": "integer" }, + "nessie_302": { + "type": "integer" + }, "nest_endermite_50": { "type": "integer" }, @@ -5731,6 +6542,12 @@ "pest_cricket_1": { "type": "integer" }, + "pest_dragonfly_1": { + "type": "integer" + }, + "pest_firefly_1": { + "type": "integer" + }, "pest_fly_1": { "type": "integer" }, @@ -5746,6 +6563,12 @@ "pest_moth_1": { "type": "integer" }, + "pest_mouse_1": { + "type": "integer" + }, + "pest_praying_mantis_1": { + "type": "integer" + }, "pest_rat_1": { "type": "integer" }, @@ -5806,6 +6629,9 @@ "protector_dragon_100": { "type": "integer" }, + "puddle_jumper_85": { + "type": "integer" + }, "pyroclastic_worm_200": { "type": "integer" }, @@ -5815,6 +6641,9 @@ "rabbit_1": { "type": "integer" }, + "ragnarok_666": { + "type": "integer" + }, "random_slime_20": { "type": "integer" }, @@ -5896,12 +6725,18 @@ "sea_leech_30": { "type": "integer" }, + "sea_shine_12": { + "type": "integer" + }, "sea_walker_4": { "type": "integer" }, "sea_witch_15": { "type": "integer" }, + "seacurse_15": { + "type": "integer" + }, "shadow_3": { "type": "integer" }, @@ -5941,6 +6776,9 @@ "siamese_lynx_155": { "type": "integer" }, + "siamese_lynx_200": { + "type": "integer" + }, "siamese_lynx_25": { "type": "integer" }, @@ -6127,12 +6965,18 @@ "sludge_5": { "type": "integer" }, + "small_mithril_grubber_15": { + "type": "integer" + }, "smog_20": { "type": "integer" }, "smoldering_blaze_95": { "type": "integer" }, + "snapping_turtle_30": { + "type": "integer" + }, "sniper_skeleton_103": { "type": "integer" }, @@ -6160,6 +7004,12 @@ "soul_of_the_alpha_55": { "type": "integer" }, + "sphinx_1250": { + "type": "integer" + }, + "sphinx_750": { + "type": "integer" + }, "spider_1": { "type": "integer" }, @@ -6307,6 +7157,12 @@ "superior_dragon_100": { "type": "integer" }, + "tadgang_frog_10": { + "type": "integer" + }, + "tadgang_frog_8": { + "type": "integer" + }, "tarantula_spider_45": { "type": "integer" }, @@ -6337,6 +7193,9 @@ "tentaclees_90": { "type": "integer" }, + "tewtil_10": { + "type": "integer" + }, "thorn_1": { "type": "integer" }, @@ -6346,6 +7205,9 @@ "thyst_20": { "type": "integer" }, + "tidetot_10": { + "type": "integer" + }, "tiger_shark_50": { "type": "integer" }, @@ -6445,6 +7307,9 @@ "trapper_sheep_5": { "type": "integer" }, + "trash_gobbler_8": { + "type": "integer" + }, "treasure_hoarder_70": { "type": "integer" }, @@ -6493,6 +7358,9 @@ "voidling_fanatic_85": { "type": "integer" }, + "volcanic_snail_90": { + "type": "integer" + }, "volt_4": { "type": "integer" }, @@ -6616,6 +7484,12 @@ "werewolf_50": { "type": "integer" }, + "wetwing_chicken_18": { + "type": "integer" + }, + "wiki_tiki_400": { + "type": "integer" + }, "wise_dragon_100": { "type": "integer" }, @@ -6718,6 +7592,9 @@ "zealot_enderman_55": { "type": "integer" }, + "zealot_special_enderman_55": { + "type": "integer" + }, "zombie_1": { "type": "integer" }, @@ -6836,6 +7713,17 @@ } }, "type": "object" + }, + "miscellaneous": { + "properties": { + "max_kills_visible": { + "type": "boolean" + }, + "milestones_notifications": { + "type": "boolean" + } + }, + "type": "object" } }, "type": "object" @@ -7226,6 +8114,9 @@ "FEATHER": { "type": "integer" }, + "FIG_LOG": { + "type": "integer" + }, "FRENCH_FRIES": { "type": "integer" }, @@ -7235,6 +8126,9 @@ "GHAST_TEAR": { "type": "integer" }, + "GLACITE": { + "type": "integer" + }, "GLASS": { "type": "integer" }, @@ -7325,6 +8219,12 @@ "LOG_2:1": { "type": "integer" }, + "LOTUS": { + "type": "integer" + }, + "LUSHLILAC": { + "type": "integer" + }, "LUSH_BERBERIS": { "type": "integer" }, @@ -7334,6 +8234,9 @@ "MAGMA_FISH": { "type": "integer" }, + "MANGROVE_LOG": { + "type": "integer" + }, "MELON": { "type": "integer" }, @@ -7346,6 +8249,9 @@ "MITHRIL_ORE": { "type": "integer" }, + "MOONFLOWER": { + "type": "integer" + }, "MUSHROOM_COLLECTION": { "type": "integer" }, @@ -7478,6 +8384,9 @@ "SAND:1": { "type": "integer" }, + "SEA_LUMIES": { + "type": "integer" + }, "SEEDS": { "type": "integer" }, @@ -7520,12 +8429,30 @@ "SUPER_EGG": { "type": "integer" }, + "TENDER_WOOD": { + "type": "integer" + }, + "TIMITE": { + "type": "integer" + }, + "TUNGSTEN": { + "type": "integer" + }, + "UMBER": { + "type": "integer" + }, + "VINESAP": { + "type": "integer" + }, "WATER_LILY": { "type": "integer" }, "WHEAT": { "type": "integer" }, + "WILD_ROSE": { + "type": "integer" + }, "WILTED_BERBERIS": { "type": "integer" }, @@ -9528,6 +10455,9 @@ }, "type": "array" }, + "last_dungeon_run": { + "type": "string" + }, "player_classes": { "properties": { "archer": { @@ -9573,6 +10503,9 @@ }, "type": "object" }, + "secrets": { + "type": "integer" + }, "selected_dungeon_class": { "type": "string" }, @@ -9584,9 +10517,27 @@ "chest_id": { "type": "string" }, + "chest_type": { + "type": "string" + }, + "is_attribute_rerolled": { + "type": "boolean" + }, + "is_opened": { + "type": "boolean" + }, + "is_rerolled": { + "type": "boolean" + }, + "loot_table_id": { + "type": "string" + }, "paid": { "type": "boolean" }, + "percentage_completed": { + "type": "number" + }, "quality": { "type": "integer" }, @@ -9613,11 +10564,20 @@ "run_id": { "type": "string" }, + "run_tier": { + "type": "string" + }, + "secondary_slots": { + "type": "integer" + }, "shiny_eligible": { "type": "boolean" }, "treasure_type": { "type": "string" + }, + "type": { + "type": "string" } }, "type": "object" @@ -9655,6 +10615,12 @@ }, "run_id": { "type": "string" + }, + "tier_id": { + "type": "string" + }, + "type": { + "type": "string" } }, "type": "object" @@ -9669,6 +10635,12 @@ }, "experimentation": { "properties": { + "charge_track_timestamp": { + "type": "integer" + }, + "claimed_retroactive_rng": { + "type": "boolean" + }, "claims_resets": { "type": "integer" }, @@ -9698,6 +10670,9 @@ "bonus_clicks": { "type": "integer" }, + "claimed": { + "type": "boolean" + }, "claims_1": { "type": "integer" }, @@ -9736,6 +10711,12 @@ "best_score_5": { "type": "integer" }, + "bonus_clicks": { + "type": "integer" + }, + "claimed": { + "type": "boolean" + }, "claims_0": { "type": "integer" }, @@ -9801,6 +10782,9 @@ "bonus_clicks": { "type": "integer" }, + "claimed": { + "type": "boolean" + }, "claims_0": { "type": "integer" }, @@ -9842,333 +10826,420 @@ }, "type": "object" }, - "forge": { + "foraging": { "properties": { - "forge_processes": { + "fish_family": { + "items": { + "type": "string" + }, + "type": "array" + }, + "hina": { "properties": { - "forge_1": { + "tasks": { "properties": { - "1": { + "claimed_rewards": { + "items": { + "type": "string" + }, + "type": "array" + }, + "completed_tasks": { + "items": { + "type": "string" + }, + "type": "array" + }, + "task_progress": { "properties": { - "id": { - "type": "string" + "AGATHA_CONTEST_POINTS": { + "type": "integer" }, - "notified": { - "type": "boolean" + "CATCH_AZURE_5": { + "type": "integer" }, - "oldItem": { - "anyOf": [ - { - "properties": { - "data": { - "type": "string" - }, - "type": { - "type": "integer" - } - }, - "type": "object" - }, - { - "type": "null" - } - ] + "CATCH_COD_5": { + "type": "integer" }, - "slot": { + "CATCH_CORALOT_5": { "type": "integer" }, - "startTime": { + "CATCH_DREADWING_3": { "type": "integer" }, - "type": { - "type": "string" - } - }, - "type": "object" - }, - "2": { - "properties": { - "id": { - "type": "string" + "CATCH_HIDEONLEAF_5": { + "type": "integer" }, - "notified": { - "type": "boolean" + "CATCH_INVISIBUG_1": { + "type": "integer" }, - "oldItem": { - "anyOf": [ - { - "type": "null" - }, - { - "properties": { - "data": { - "type": "string" - }, - "type": { - "type": "integer" - } - }, - "type": "object" - } - ] + "CATCH_JOYDIVE_10": { + "type": "integer" }, - "slot": { + "CATCH_LUMISQUID_10": { "type": "integer" }, - "startTime": { + "CATCH_MOSSYBIT_5": { "type": "integer" }, - "type": { - "type": "string" - } - }, - "type": "object" - }, - "3": { - "properties": { - "id": { - "type": "string" + "CATCH_MUDWORM_1": { + "type": "integer" }, - "notified": { - "type": "boolean" + "CATCH_SALMON_5": { + "type": "integer" }, - "oldItem": { - "anyOf": [ - { - "type": "null" - }, - { - "properties": { - "data": { - "type": "string" - }, - "type": { - "type": "integer" - } - }, - "type": "object" - } - ] + "CATCH_SHELLWISE_10": { + "type": "integer" }, - "slot": { + "CATCH_SPIKE_10": { "type": "integer" }, - "startTime": { + "CATCH_STRIDER_SURFER_10": { "type": "integer" }, - "type": { - "type": "string" - } - }, - "type": "object" - }, - "4": { - "properties": { - "id": { - "type": "string" + "CATCH_VERDANT_5": { + "type": "integer" }, - "notified": { - "type": "boolean" + "COLLECT_50_BERRIES": { + "type": "integer" }, - "oldItem": { - "anyOf": [ - { - "type": "null" - }, - { - "properties": { - "data": { - "type": "string" - }, - "type": { - "type": "integer" - } - }, - "type": "object" - } - ] + "COLLECT_50_SEA_LUMIES": { + "type": "integer" }, - "slot": { + "FIG_GIFTS": { "type": "integer" }, - "startTime": { + "FUSE_5_ELEMENTAL_SHARDS": { "type": "integer" }, - "type": { - "type": "string" - } - }, - "type": "object" - }, - "5": { - "properties": { - "id": { - "type": "string" + "KILL_25_DROWNED": { + "type": "integer" }, - "notified": { - "type": "boolean" + "KILL_CHILLSHOTS_10": { + "type": "integer" }, - "oldItem": { - "anyOf": [ - { - "type": "null" - }, - { - "properties": { - "data": { - "type": "string" - }, - "type": { - "type": "integer" - } - }, - "type": "object" - } - ] + "MANGROVE_GIFTS": { + "type": "integer" }, - "slot": { + "OBTAIN_SHARD_WITH_LUSHLILAC_BONBON": { "type": "integer" }, - "startTime": { + "REACH_SWEEP": { "type": "integer" }, - "type": { - "type": "string" + "SHARD_FROM_HUNTRAP": { + "type": "integer" } }, "type": "object" + }, + "tier_claimed": { + "type": "integer" } }, "type": "object" } }, "type": "object" - } - }, - "type": "object" - }, - "garden_player_data": { - "properties": { - "copper": { - "type": "integer" }, - "larva_consumed": { - "type": "integer" - } - }, - "type": "object" - }, - "glacite_player_data": { - "properties": { - "corpses_looted": { + "hunting_toolkit": { "properties": { - "lapis": { - "type": "integer" - }, - "tungsten": { - "type": "integer" - }, - "umber": { - "type": "integer" + "FISHING_NET": { + "items": { + "anyOf": [ + { + "type": "null" + }, + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + ] + }, + "type": "array" }, - "vanguard": { - "type": "integer" - } - }, - "type": "object" - }, - "fossil_dust": { - "type": "number" - }, - "fossils_donated": { - "items": { - "type": "string" - }, - "type": "array" - }, - "mineshafts_entered": { - "type": "integer" - } - }, - "type": "object" - }, - "inventory": { - "properties": { - "backpack_contents": { - "patternProperties": { - "^\\d+$": { - "properties": { - "data": { - "type": "string" + "HUNTING_SCYTHE": { + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } }, - "type": { - "type": "integer" - } + "type": "object" }, - "type": "object" - } - }, - "properties": {}, - "type": "object" - }, - "backpack_icons": { - "patternProperties": { - "^\\d+$": { + "type": "array" + }, + "HUNTING_TOOLKIT": { + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + }, + "IN_USE": { "properties": { - "data": { - "type": "string" + "FISHING_NET": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" }, - "type": { - "type": "integer" + "HUNTING_SCYTHE": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "LASSO": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "POCKET_BLACK_HOLE": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "TRAP": { + "properties": { + "0": { + "type": "boolean" + }, + "1": { + "type": "boolean" + }, + "2": { + "type": "boolean" + }, + "3": { + "type": "boolean" + }, + "4": { + "type": "boolean" + } + }, + "type": "object" } }, "type": "object" + }, + "IS_UNLOCKED": { + "type": "boolean" + }, + "LASSO": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" + }, + "POCKET_BLACK_HOLE": { + "items": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "type": "array" + }, + "TRAP": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" } }, - "properties": {}, "type": "object" }, - "bag_contents": { + "songs": { "properties": { - "fishing_bag": { + "harp": { "properties": { - "data": { + "claimed_talisman": { + "type": "boolean" + }, + "selected_song": { "type": "string" }, - "type": { + "selected_song_epoch": { "type": "integer" - } - }, - "type": "object" - }, - "potion_bag": { - "properties": { - "data": { - "type": "string" }, - "type": { + "song_amazing_grace_best_completion": { + "type": "number" + }, + "song_amazing_grace_completions": { "type": "integer" - } - }, - "type": "object" - }, - "quiver": { - "properties": { - "data": { - "type": "string" }, - "type": { + "song_amazing_grace_perfect_completions": { "type": "integer" - } - }, - "type": "object" - }, - "talisman_bag": { - "properties": { - "data": { - "type": "string" }, - "type": { + "song_brahms_best_completion": { + "type": "number" + }, + "song_brahms_completions": { + "type": "integer" + }, + "song_brahms_perfect_completions": { + "type": "integer" + }, + "song_fire_and_flames_best_completion": { + "type": "number" + }, + "song_fire_and_flames_completions": { + "type": "integer" + }, + "song_fire_and_flames_perfect_completions": { + "type": "integer" + }, + "song_frere_jacques_best_completion": { + "type": "number" + }, + "song_frere_jacques_completions": { + "type": "integer" + }, + "song_frere_jacques_perfect_completions": { + "type": "integer" + }, + "song_greensleeves_best_completion": { + "type": "number" + }, + "song_greensleeves_completions": { + "type": "integer" + }, + "song_greensleeves_perfect_completions": { + "type": "integer" + }, + "song_happy_birthday_best_completion": { + "type": "number" + }, + "song_happy_birthday_completions": { + "type": "integer" + }, + "song_happy_birthday_perfect_completions": { + "type": "integer" + }, + "song_hymn_joy_best_completion": { + "type": "number" + }, + "song_hymn_joy_completions": { + "type": "integer" + }, + "song_hymn_joy_perfect_completions": { + "type": "integer" + }, + "song_jeopardy_best_completion": { + "type": "number" + }, + "song_jeopardy_completions": { + "type": "integer" + }, + "song_jeopardy_perfect_completions": { + "type": "integer" + }, + "song_joy_world_best_completion": { + "type": "number" + }, + "song_joy_world_completions": { + "type": "integer" + }, + "song_joy_world_perfect_completions": { + "type": "integer" + }, + "song_minuet_best_completion": { + "type": "number" + }, + "song_minuet_completions": { + "type": "integer" + }, + "song_minuet_perfect_completions": { + "type": "integer" + }, + "song_pachelbel_best_completion": { + "type": "number" + }, + "song_pachelbel_completions": { + "type": "integer" + }, + "song_pachelbel_perfect_completions": { + "type": "integer" + }, + "song_pure_imagination_best_completion": { + "type": "number" + }, + "song_pure_imagination_completions": { + "type": "integer" + }, + "song_pure_imagination_perfect_completions": { + "type": "integer" + }, + "song_vie_en_rose_best_completion": { + "type": "number" + }, + "song_vie_en_rose_completions": { + "type": "integer" + }, + "song_vie_en_rose_perfect_completions": { "type": "integer" } }, @@ -10177,142 +11248,1048 @@ }, "type": "object" }, - "ender_chest_contents": { + "starlyn": { "properties": { - "data": { - "type": "string" - }, - "type": { - "type": "integer" + "personal_bests": { + "properties": { + "FIG_LOG": { + "type": "integer" + }, + "MANGROVE_LOG": { + "type": "integer" + }, + "agatha": { + "type": "integer" + } + }, + "type": "object" } }, "type": "object" }, - "equipment_contents": { + "tree_gifts": { "properties": { - "data": { - "type": "string" - }, - "type": { + "FIG": { "type": "integer" - } - }, - "type": "object" - }, - "inv_armor": { - "properties": { - "data": { - "type": "string" }, - "type": { + "MANGROVE": { "type": "integer" + }, + "milestone_tier_claimed": { + "properties": { + "FIG": { + "type": "integer" + }, + "MANGROVE": { + "type": "integer" + } + }, + "type": "object" } }, "type": "object" + } + }, + "type": "object" + }, + "foraging_core": { + "properties": { + "current_daily_effect": { + "type": "string" }, - "inv_contents": { - "properties": { - "data": { - "type": "string" - }, - "type": { - "type": "integer" - } + "current_daily_effect_last_changed": { + "type": "integer" + }, + "daily_gifts": { + "type": "integer" + }, + "daily_log_cut": { + "items": { + "type": "string" }, - "type": "object" + "type": "array" }, - "personal_vault_contents": { + "daily_log_cut_day": { + "type": "integer" + }, + "daily_trees_cut": { + "type": "integer" + }, + "daily_trees_cut_day": { + "type": "integer" + }, + "forests_whispers": { + "type": "integer" + }, + "forests_whispers_spent": { + "type": "integer" + } + }, + "type": "object" + }, + "forge": { + "properties": { + "forge_processes": { "properties": { - "data": { - "type": "string" - }, - "type": { - "type": "integer" + "forge_1": { + "properties": { + "1": { + "properties": { + "id": { + "type": "string" + }, + "notified": { + "type": "boolean" + }, + "oldItem": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "processTimeModifier": { + "type": "integer" + }, + "slot": { + "type": "integer" + }, + "startTime": { + "type": "integer" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "2": { + "properties": { + "id": { + "type": "string" + }, + "notified": { + "type": "boolean" + }, + "oldItem": { + "anyOf": [ + { + "type": "null" + }, + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + ] + }, + "processTimeModifier": { + "type": "integer" + }, + "slot": { + "type": "integer" + }, + "startTime": { + "type": "integer" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "3": { + "properties": { + "id": { + "type": "string" + }, + "notified": { + "type": "boolean" + }, + "oldItem": { + "anyOf": [ + { + "type": "null" + }, + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + ] + }, + "processTimeModifier": { + "type": "integer" + }, + "slot": { + "type": "integer" + }, + "startTime": { + "type": "integer" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "4": { + "properties": { + "id": { + "type": "string" + }, + "notified": { + "type": "boolean" + }, + "oldItem": { + "anyOf": [ + { + "type": "null" + }, + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + ] + }, + "processTimeModifier": { + "type": "integer" + }, + "slot": { + "type": "integer" + }, + "startTime": { + "type": "integer" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "5": { + "properties": { + "id": { + "type": "string" + }, + "notified": { + "type": "boolean" + }, + "oldItem": { + "anyOf": [ + { + "type": "null" + }, + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + ] + }, + "slot": { + "type": "integer" + }, + "startTime": { + "type": "integer" + }, + "type": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" } }, "type": "object" - }, - "sacks_counts": { - "properties": { - "ABSOLUTE_ENDER_PEARL": { - "type": "integer" - }, - "APPLE": { - "type": "integer" + } + }, + "type": "object" + }, + "garden_player_data": { + "properties": { + "analyzed_greenhouse_crops": { + "items": { + "type": "string" + }, + "type": "array" + }, + "copper": { + "type": "integer" + }, + "discovered_greenhouse_crops": { + "items": { + "type": "string" + }, + "type": "array" + }, + "farming_toolkit": { + "properties": { + "CACTUS": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "ASCENSION_ROPE": { - "type": "integer" + "CARROT": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "BEZOS": { - "type": "integer" + "COCOA_BEANS": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "BLAZE_ASHES": { - "type": "integer" + "IN_USE": { + "properties": { + "CACTUS": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "CARROT": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "COCOA_BEANS": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "MELON": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "MUSHROOM": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "NETHER_STALK": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "POTATO": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "PUMPKIN": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "SUGAR_CANE": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "SUNFLOWER": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "WHEAT": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + }, + "WILD_ROSE": { + "properties": { + "0": { + "type": "boolean" + } + }, + "type": "object" + } + }, + "type": "object" }, - "BLAZE_POWDER": { - "type": "integer" + "IS_UNLOCKED": { + "type": "boolean" }, - "BLAZE_ROD": { - "type": "integer" + "MELON": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "BLOBFISH_BRONZE": { - "type": "integer" + "MUSHROOM": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "BLOBFISH_SILVER": { - "type": "integer" + "NETHER_STALK": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "BLUE_ICE_HUNK": { - "type": "integer" + "POTATO": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "BLUE_SHARK_TOOTH": { - "type": "integer" + "PUMPKIN": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "BOB_OMB": { - "type": "integer" + "SUGAR_CANE": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "BONE": { - "type": "integer" + "SUNFLOWER": { + "items": { + "anyOf": [ + { + "type": "null" + }, + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + ] + }, + "type": "array" }, - "BONZO_FRAGMENT": { - "type": "integer" + "WHEAT": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" }, - "BOX_OF_SEEDS": { + "WILD_ROSE": { + "items": { + "anyOf": [ + { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "type": "array" + } + }, + "type": "object" + }, + "larva_consumed": { + "type": "integer" + } + }, + "type": "object" + }, + "glacite_player_data": { + "properties": { + "corpses_looted": { + "properties": { + "lapis": { "type": "integer" }, - "BROWN_MUSHROOM": { + "tungsten": { "type": "integer" }, - "BURNING_EYE": { + "umber": { "type": "integer" }, - "CACTUS": { + "vanguard": { "type": "integer" + } + }, + "type": "object" + }, + "fossil_dust": { + "type": "number" + }, + "fossils_donated": { + "items": { + "type": "string" + }, + "type": "array" + }, + "mineshafts_entered": { + "type": "integer" + } + }, + "type": "object" + }, + "inventory": { + "properties": { + "backpack_contents": { + "patternProperties": { + "^\\d+$": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "properties": {}, + "type": "object" + }, + "backpack_icons": { + "patternProperties": { + "^\\d+$": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "properties": {}, + "type": "object" + }, + "bag_contents": { + "properties": { + "fishing_bag": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" }, - "CARROT_ITEM": { - "type": "integer" + "potion_bag": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" }, - "CHEESE_FUEL": { - "type": "integer" + "quiver": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" }, - "CHILI_PEPPER": { - "type": "integer" + "sacks_bag": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" }, - "CHUM": { - "type": "integer" + "talisman_bag": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ender_chest_contents": { + "properties": { + "data": { + "type": "string" }, - "CINDERSHADE": { + "type": { "type": "integer" + } + }, + "type": "object" + }, + "equipment_contents": { + "properties": { + "data": { + "type": "string" }, - "CLAY_BALL": { + "type": { "type": "integer" + } + }, + "type": "object" + }, + "inv_armor": { + "properties": { + "data": { + "type": "string" }, - "COAL": { + "type": { "type": "integer" + } + }, + "type": "object" + }, + "inv_contents": { + "properties": { + "data": { + "type": "string" }, - "COBBLESTONE": { + "type": { "type": "integer" - }, - "COMPACT_OOZE": { + } + }, + "type": "object" + }, + "personal_vault_contents": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "sacks_counts": { + "properties": { + "ABSOLUTE_ENDER_PEARL": { + "type": "integer" + }, + "AGARIMOO_TONGUE": { + "type": "integer" + }, + "AGATHA_COUPON": { + "type": "integer" + }, + "AGGOURDIAN": { + "type": "integer" + }, + "ALLIGATOR_SKIN": { + "type": "integer" + }, + "ALL_IN_ALOE": { + "type": "integer" + }, + "ALL_IN_ALOE_FRAGMENT": { + "type": "integer" + }, + "ANCIENT_CLAW": { + "type": "integer" + }, + "APPLE": { + "type": "integer" + }, + "ARCHITECT_FIRST_DRAFT": { + "type": "integer" + }, + "ASCENSION_ROPE": { + "type": "integer" + }, + "BEZOS": { + "type": "integer" + }, + "BIOFUEL": { + "type": "integer" + }, + "BLASTBERRY": { + "type": "integer" + }, + "BLAZE_ASHES": { + "type": "integer" + }, + "BLAZE_POWDER": { + "type": "integer" + }, + "BLAZE_ROD": { + "type": "integer" + }, + "BLOBFISH_BRONZE": { + "type": "integer" + }, + "BLOBFISH_SILVER": { + "type": "integer" + }, + "BLUE_ICE_HUNK": { + "type": "integer" + }, + "BLUE_RING": { + "type": "integer" + }, + "BLUE_SHARK_TOOTH": { + "type": "integer" + }, + "BOB_OMB": { + "type": "integer" + }, + "BONE": { + "type": "integer" + }, + "BONZO_FRAGMENT": { + "type": "integer" + }, + "BOTROOT": { + "type": "integer" + }, + "BOX_OF_SEEDS": { + "type": "integer" + }, + "BROWN_MUSHROOM": { + "type": "integer" + }, + "BULLFROG_BRONZE": { + "type": "integer" + }, + "BULLFROG_SILVER": { + "type": "integer" + }, + "BURNING_EYE": { + "type": "integer" + }, + "BUSTED_BELT_BUCKLE": { + "type": "integer" + }, + "CACTUS": { + "type": "integer" + }, + "CACTUS_FLOWER": { + "type": "integer" + }, + "CANE_KNOT": { + "type": "integer" + }, + "CAN_OF_WORMS": { + "type": "integer" + }, + "CARNIVAL_TICKET": { + "type": "integer" + }, + "CARROT_ITEM": { + "type": "integer" + }, + "CARROT_ZEST": { + "type": "integer" + }, + "CAVE_FROG_BRONZE": { + "type": "integer" + }, + "CAVE_FROG_SILVER": { + "type": "integer" + }, + "CHEESEBITE": { + "type": "integer" + }, + "CHEESE_FUEL": { + "type": "integer" + }, + "CHILI_PEPPER": { + "type": "integer" + }, + "CHLORONITE": { + "type": "integer" + }, + "CHOCOBERRY": { + "type": "integer" + }, + "CHOCONUT": { + "type": "integer" + }, + "CHORUS_FRUIT": { + "type": "integer" + }, + "CHUM": { + "type": "integer" + }, + "CINDERSHADE": { + "type": "integer" + }, + "CLAY_BALL": { + "type": "integer" + }, + "COAL": { + "type": "integer" + }, + "COBBLESTONE": { + "type": "integer" + }, + "COMMON_FROG_BRONZE": { + "type": "integer" + }, + "COMMON_FROG_SILVER": { + "type": "integer" + }, + "COMPACTED_MOONFLOWER": { + "type": "integer" + }, + "COMPACTED_SUNFLOWER": { + "type": "integer" + }, + "COMPACTED_WILD_ROSE": { + "type": "integer" + }, + "COMPACT_OOZE": { "type": "integer" }, "COMPOST": { @@ -10327,6 +12304,9 @@ "CORLEONITE": { "type": "integer" }, + "CORNUCOPIA": { + "type": "integer" + }, "CORRUPTED_FRAGMENT": { "type": "integer" }, @@ -10354,12 +12334,24 @@ "DERELICT_ASHE": { "type": "integer" }, + "DESIGNER_COFFEE_BEANS": { + "type": "integer" + }, + "DEVOURER": { + "type": "integer" + }, "DIAMOND": { "type": "integer" }, "DIGESTED_MUSHROOMS": { "type": "integer" }, + "DIRTY_FINGERNAILS": { + "type": "integer" + }, + "DIVER_FRAGMENT": { + "type": "integer" + }, "DOUBLE_PLANT": { "type": "integer" }, @@ -10408,6 +12400,9 @@ "ENCHANTED_ACACIA_LOG": { "type": "integer" }, + "ENCHANTED_ANCIENT_CLAW": { + "type": "integer" + }, "ENCHANTED_BAKED_POTATO": { "type": "integer" }, @@ -10441,9 +12436,15 @@ "ENCHANTED_CARROT": { "type": "integer" }, + "ENCHANTED_CHARCOAL": { + "type": "integer" + }, "ENCHANTED_CLAY_BALL": { "type": "integer" }, + "ENCHANTED_CLAY_BLOCK": { + "type": "integer" + }, "ENCHANTED_CLOWNFISH": { "type": "integer" }, @@ -10468,6 +12469,9 @@ "ENCHANTED_COOKED_MUTTON": { "type": "integer" }, + "ENCHANTED_COOKED_RABBIT": { + "type": "integer" + }, "ENCHANTED_COOKED_SALMON": { "type": "integer" }, @@ -10507,12 +12511,18 @@ "ENCHANTED_FEATHER": { "type": "integer" }, + "ENCHANTED_FIG_LOG": { + "type": "integer" + }, "ENCHANTED_FLINT": { "type": "integer" }, "ENCHANTED_GHAST_TEAR": { "type": "integer" }, + "ENCHANTED_GLACITE": { + "type": "integer" + }, "ENCHANTED_GLOWSTONE": { "type": "integer" }, @@ -10537,6 +12547,9 @@ "ENCHANTED_HARD_STONE": { "type": "integer" }, + "ENCHANTED_HAY_BALE": { + "type": "integer" + }, "ENCHANTED_HAY_BLOCK": { "type": "integer" }, @@ -10573,6 +12586,9 @@ "ENCHANTED_MAGMA_CREAM": { "type": "integer" }, + "ENCHANTED_MANGROVE_LOG": { + "type": "integer" + }, "ENCHANTED_MELON": { "type": "integer" }, @@ -10582,6 +12598,9 @@ "ENCHANTED_MITHRIL": { "type": "integer" }, + "ENCHANTED_MOONFLOWER": { + "type": "integer" + }, "ENCHANTED_MUTTON": { "type": "integer" }, @@ -10678,6 +12697,9 @@ "ENCHANTED_SAND": { "type": "integer" }, + "ENCHANTED_SEA_LUMIES": { + "type": "integer" + }, "ENCHANTED_SEEDS": { "type": "integer" }, @@ -10726,6 +12748,12 @@ "ENCHANTED_WET_SPONGE": { "type": "integer" }, + "ENCHANTED_WHEAT": { + "type": "integer" + }, + "ENCHANTED_WILD_ROSE": { + "type": "integer" + }, "ENCHANTED_WOOL": { "type": "integer" }, @@ -10738,6 +12766,18 @@ "ENDSTONE_ROSE": { "type": "integer" }, + "ETHEREAL_VINE": { + "type": "integer" + }, + "EXPLODING_FROG_BRONZE": { + "type": "integer" + }, + "EXPLODING_FROG_SILVER": { + "type": "integer" + }, + "FEASTFUNGUS": { + "type": "integer" + }, "FEATHER": { "type": "integer" }, @@ -10756,9 +12796,15 @@ "FINE_JASPER_GEM": { "type": "integer" }, + "FINE_ONYX_GEM": { + "type": "integer" + }, "FINE_OPAL_GEM": { "type": "integer" }, + "FINE_PERIDOT_GEM": { + "type": "integer" + }, "FINE_RUBY_GEM": { "type": "integer" }, @@ -10768,6 +12814,9 @@ "FINE_TOPAZ_GEM": { "type": "integer" }, + "FISHY_TREAT": { + "type": "integer" + }, "FLAMES": { "type": "integer" }, @@ -10780,15 +12829,27 @@ "FLAWED_AMETHYST_GEM": { "type": "integer" }, + "FLAWED_AQUAMARINE_GEM": { + "type": "integer" + }, + "FLAWED_CITRINE_GEM": { + "type": "integer" + }, "FLAWED_JADE_GEM": { "type": "integer" }, "FLAWED_JASPER_GEM": { "type": "integer" }, + "FLAWED_ONYX_GEM": { + "type": "integer" + }, "FLAWED_OPAL_GEM": { "type": "integer" }, + "FLAWED_PERIDOT_GEM": { + "type": "integer" + }, "FLAWED_RUBY_GEM": { "type": "integer" }, @@ -10804,15 +12865,27 @@ "FLAWLESS_AMETHYST_GEM": { "type": "integer" }, + "FLAWLESS_AQUAMARINE_GEM": { + "type": "integer" + }, + "FLAWLESS_CITRINE_GEM": { + "type": "integer" + }, "FLAWLESS_JADE_GEM": { "type": "integer" }, "FLAWLESS_JASPER_GEM": { "type": "integer" }, + "FLAWLESS_ONYX_GEM": { + "type": "integer" + }, "FLAWLESS_OPAL_GEM": { "type": "integer" }, + "FLAWLESS_PERIDOT_GEM": { + "type": "integer" + }, "FLAWLESS_RUBY_GEM": { "type": "integer" }, @@ -10831,12 +12904,24 @@ "FLYFISH_SILVER": { "type": "integer" }, + "FRIED_FEATHER": { + "type": "integer" + }, + "FROGCOIN": { + "type": "integer" + }, + "FROG_LEGS": { + "type": "integer" + }, "FTX_3070": { "type": "integer" }, "GAZING_PEARL": { "type": "integer" }, + "GELATINOUS_GLOOP": { + "type": "integer" + }, "GHAST_TEAR": { "type": "integer" }, @@ -10849,12 +12934,30 @@ "GIANT_FRAGMENT_LASER": { "type": "integer" }, + "GILL_MEMBRANE": { + "type": "integer" + }, "GLACIAL_FRAGMENT": { "type": "integer" }, + "GLACIATED_BRAINS": { + "type": "integer" + }, + "GLACITE": { + "type": "integer" + }, "GLACITE_JEWEL": { "type": "integer" }, + "GLASSCORN": { + "type": "integer" + }, + "GLOOMGOURD": { + "type": "integer" + }, + "GLOSSY_GEMSTONE": { + "type": "integer" + }, "GLOWING_MUSHROOM": { "type": "integer" }, @@ -10876,6 +12979,9 @@ "GOBLIN_EGG_YELLOW": { "type": "integer" }, + "GODSEED": { + "type": "integer" + }, "GOLDEN_CARROT": { "type": "integer" }, @@ -10885,6 +12991,9 @@ "GOLDEN_FISH_SILVER": { "type": "integer" }, + "GOLDEN_TOOTH": { + "type": "integer" + }, "GOLD_INGOT": { "type": "integer" }, @@ -10900,12 +13009,18 @@ "GREEN_GIFT": { "type": "integer" }, + "GRIFFIN_FEATHER": { + "type": "integer" + }, "GUSHER_BRONZE": { "type": "integer" }, "GUSHER_SILVER": { "type": "integer" }, + "HALF_EATEN_MUSHROOM": { + "type": "integer" + }, "HALLOWED_SKULL": { "type": "integer" }, @@ -10921,6 +13036,15 @@ "HEAVY_PEARL": { "type": "integer" }, + "HELIANTHUS": { + "type": "integer" + }, + "HIGHLANDS_FROG_BRONZE": { + "type": "integer" + }, + "HIGHLANDS_FROG_SILVER": { + "type": "integer" + }, "HOLY_FRAGMENT": { "type": "integer" }, @@ -10984,6 +13108,12 @@ "LAVA_SHELL": { "type": "integer" }, + "LEAP_FROG_BRONZE": { + "type": "integer" + }, + "LEAP_FROG_SILVER": { + "type": "integer" + }, "LEATHER": { "type": "integer" }, @@ -11011,12 +13141,30 @@ "LOG_2:1": { "type": "integer" }, + "LONELILY": { + "type": "integer" + }, + "LOTUS": { + "type": "integer" + }, + "LOTUS_GOLD": { + "type": "integer" + }, + "LOTUS_SILVER": { + "type": "integer" + }, "LUMINO_FIBER": { "type": "integer" }, "LUMP_OF_MAGMA": { "type": "integer" }, + "LUSHLILAC": { + "type": "integer" + }, + "MAGIC_JELLYBEAN": { + "type": "integer" + }, "MAGMAG": { "type": "integer" }, @@ -11026,6 +13174,9 @@ "MAGMA_CREAM": { "type": "integer" }, + "MAGMA_CREAM_DISTILLATE": { + "type": "integer" + }, "MAGMA_FISH": { "type": "integer" }, @@ -11044,6 +13195,9 @@ "MELON": { "type": "integer" }, + "MELON_JUICE": { + "type": "integer" + }, "MILLENIA_OLD_BLAZE_ASHES": { "type": "integer" }, @@ -11065,6 +13219,9 @@ "MOOGMA_PELT": { "type": "integer" }, + "MOONFLOWER": { + "type": "integer" + }, "MUSHROOM_COLLECTION": { "type": "integer" }, @@ -11080,12 +13237,24 @@ "MYCEL": { "type": "integer" }, + "MYTHOS_FRAGMENT": { + "type": "integer" + }, "NETHERRACK": { "type": "integer" }, "NETHER_STALK": { "type": "integer" }, + "NETHER_STALK_DISTILLATE": { + "type": "integer" + }, + "NEVER_MELT_ICE": { + "type": "integer" + }, + "NOCTILUME": { + "type": "integer" + }, "NULL_ATOM": { "type": "integer" }, @@ -11128,21 +13297,36 @@ "PACKED_ICE": { "type": "integer" }, + "PARTY_GIFT": { + "type": "integer" + }, "PERFECT_AMBER_GEM": { "type": "integer" }, "PERFECT_AMETHYST_GEM": { "type": "integer" }, + "PERFECT_AQUAMARINE_GEM": { + "type": "integer" + }, + "PERFECT_CITRINE_GEM": { + "type": "integer" + }, "PERFECT_JADE_GEM": { "type": "integer" }, "PERFECT_JASPER_GEM": { "type": "integer" }, + "PERFECT_ONYX_GEM": { + "type": "integer" + }, "PERFECT_OPAL_GEM": { "type": "integer" }, + "PERFECT_PERIDOT_GEM": { + "type": "integer" + }, "PERFECT_RUBY_GEM": { "type": "integer" }, @@ -11152,6 +13336,15 @@ "PERFECT_TOPAZ_GEM": { "type": "integer" }, + "PHANTOMLEAF": { + "type": "integer" + }, + "PIXIE_DUST": { + "type": "integer" + }, + "PLANTBOY_ADVANCE": { + "type": "integer" + }, "PLANT_MATTER": { "type": "integer" }, @@ -11182,6 +13375,15 @@ "PROTECTOR_FRAGMENT": { "type": "integer" }, + "PUDDLE_JUMPER_BRONZE": { + "type": "integer" + }, + "PUDDLE_JUMPER_SILVER": { + "type": "integer" + }, + "PUFFERCLOUD": { + "type": "integer" + }, "PUMPKIN": { "type": "integer" }, @@ -11227,6 +13429,12 @@ "RAW_SOULFLOW": { "type": "integer" }, + "REALITY_HOPPER_BRONZE": { + "type": "integer" + }, + "REALITY_HOPPER_SILVER": { + "type": "integer" + }, "REDSTONE": { "type": "integer" }, @@ -11263,6 +13471,9 @@ "RED_ROSE:8": { "type": "integer" }, + "REFINED_MINERAL": { + "type": "integer" + }, "REKINDLED_EMBER_FRAGMENT": { "type": "integer" }, @@ -11272,6 +13483,12 @@ "REVENANT_FLESH": { "type": "integer" }, + "REVENANT_VISCERA": { + "type": "integer" + }, + "REVERSE_REFORGE_STONE_CORE": { + "type": "integer" + }, "RITUAL_RESIDUE": { "type": "integer" }, @@ -11287,15 +13504,27 @@ "ROUGH_AMETHYST_GEM": { "type": "integer" }, + "ROUGH_AQUAMARINE_GEM": { + "type": "integer" + }, + "ROUGH_CITRINE_GEM": { + "type": "integer" + }, "ROUGH_JADE_GEM": { "type": "integer" }, "ROUGH_JASPER_GEM": { "type": "integer" }, + "ROUGH_ONYX_GEM": { + "type": "integer" + }, "ROUGH_OPAL_GEM": { "type": "integer" }, + "ROUGH_PERIDOT_GEM": { + "type": "integer" + }, "ROUGH_RUBY_GEM": { "type": "integer" }, @@ -11305,9 +13534,18 @@ "ROUGH_TOPAZ_GEM": { "type": "integer" }, + "RUFFLED_FEATHER": { + "type": "integer" + }, "RUNE": { "type": "integer" }, + "RUNE_AXE_FADING_GREEN_1": { + "type": "integer" + }, + "RUNE_AXE_FADING_GREEN_2": { + "type": "integer" + }, "RUNE_AXE_FADING_WHITE_1": { "type": "integer" }, @@ -11410,6 +13648,9 @@ "RUNE_GOLDEN_3": { "type": "integer" }, + "RUNE_GOLDEN_CARPET_3": { + "type": "integer" + }, "RUNE_GRAND_FREEZING_3": { "type": "integer" }, @@ -11641,12 +13882,39 @@ "SCARF_FRAGMENT": { "type": "integer" }, + "SCORCHED_CRAB_STICK": { + "type": "integer" + }, + "SCOURROOT": { + "type": "integer" + }, + "SEARED_ESCARGOT": { + "type": "integer" + }, + "SEA_FROG_BRONZE": { + "type": "integer" + }, + "SEA_FROG_SILVER": { + "type": "integer" + }, + "SEA_LUMIES": { + "type": "integer" + }, "SEEDS": { "type": "integer" }, + "SHADEVINE": { + "type": "integer" + }, "SHARK_FIN": { "type": "integer" }, + "SHELLFRUIT": { + "type": "integer" + }, + "SHIELD_DUST": { + "type": "integer" + }, "SILVER_FANG": { "type": "integer" }, @@ -11671,6 +13939,15 @@ "SLUGFISH_SILVER": { "type": "integer" }, + "SMALL_POCKET_BLACK_HOLE": { + "type": "integer" + }, + "SMOLDERING_EMBERS": { + "type": "integer" + }, + "SNOOZLING": { + "type": "integer" + }, "SNOW_BALL": { "type": "integer" }, @@ -11698,6 +13975,9 @@ "SPELL_POWDER": { "type": "integer" }, + "SPELL_SOOT": { + "type": "integer" + }, "SPIDER_CATALYST": { "type": "integer" }, @@ -11719,15 +13999,30 @@ "STARFALL": { "type": "integer" }, + "STARLYN_PRIZE": { + "type": "integer" + }, + "STARTLEVINE": { + "type": "integer" + }, "STEAMING_HOT_FLOUNDER_BRONZE": { "type": "integer" }, "STEAMING_HOT_FLOUNDER_SILVER": { "type": "integer" }, + "STICK": { + "type": "integer" + }, "STONE": { "type": "integer" }, + "STOPLIGHT_PETAL": { + "type": "integer" + }, + "STRETCHING_STICKS": { + "type": "integer" + }, "STRING": { "type": "integer" }, @@ -11755,6 +14050,9 @@ "SULPHUR_SKITTER_SILVER": { "type": "integer" }, + "SUNFLOWER_OIL": { + "type": "integer" + }, "SUPERBOOM_TNT": { "type": "integer" }, @@ -11767,18 +14065,30 @@ "SUPER_EGG": { "type": "integer" }, + "SUSPICIOUS_SCRAP": { + "type": "integer" + }, "SYNTHETIC_HEART": { "type": "integer" }, "TARANTULA_WEB": { "type": "integer" }, + "TENDER_WOOD": { + "type": "integer" + }, "TENTACLE_MEAT": { "type": "integer" }, + "THORNSHADE": { + "type": "integer" + }, "THORN_FRAGMENT": { "type": "integer" }, + "THUNDERLING": { + "type": "integer" + }, "THUNDER_SHARDS": { "type": "integer" }, @@ -11788,12 +14098,27 @@ "TIGHTLY_TIED_HAY_BALE": { "type": "integer" }, + "TIMESTALK": { + "type": "integer" + }, "TITANIUM_ORE": { "type": "integer" }, + "TORN_CLOTH": { + "type": "integer" + }, + "TOXIC_ARROW_POISON": { + "type": "integer" + }, "TREASURITE": { "type": "integer" }, + "TREE_FROG_BRONZE": { + "type": "integer" + }, + "TREE_FROG_SILVER": { + "type": "integer" + }, "TUNGSTEN": { "type": "integer" }, @@ -11821,6 +14146,15 @@ "VANILLE_SILVER": { "type": "integer" }, + "VEILSHROOM": { + "type": "integer" + }, + "VINESAP": { + "type": "integer" + }, + "VOID_OOZE": { + "type": "integer" + }, "VOLCANIC_ROCK": { "type": "integer" }, @@ -11836,12 +14170,27 @@ "WALNUT": { "type": "integer" }, + "WARMED_FLAKES": { + "type": "integer" + }, + "WATERBORNE_LICE": { + "type": "integer" + }, "WATER_LILY": { "type": "integer" }, "WEREWOLF_SKIN": { "type": "integer" }, + "WETLANDS_FROG_BRONZE": { + "type": "integer" + }, + "WETLANDS_FROG_SILVER": { + "type": "integer" + }, + "WET_WATER": { + "type": "integer" + }, "WHEAT": { "type": "integer" }, @@ -11851,6 +14200,9 @@ "WHITE_GIFT": { "type": "integer" }, + "WILD_ROSE": { + "type": "integer" + }, "WINTER_FRAGMENT": { "type": "integer" }, @@ -11875,6 +14227,9 @@ "WOOL": { "type": "integer" }, + "WORM_MEMBRANE": { + "type": "integer" + }, "X": { "type": "integer" }, @@ -11936,217 +14291,1643 @@ "claimed_medal": { "type": "string" }, - "claimed_participants": { - "type": "integer" + "claimed_participants": { + "type": "integer" + }, + "claimed_position": { + "type": "integer" + }, + "claimed_rewards": { + "type": "boolean" + }, + "collected": { + "type": "integer" + } + }, + "type": "object" + } + }, + "properties": {}, + "type": "object" + }, + "medals_inv": { + "properties": { + "bronze": { + "type": "integer" + }, + "gold": { + "type": "integer" + }, + "silver": { + "type": "integer" + } + }, + "type": "object" + }, + "migration": { + "type": "boolean" + }, + "perks": { + "properties": { + "double_drops": { + "type": "integer" + }, + "farming_level_cap": { + "type": "integer" + }, + "personal_bests": { + "type": "boolean" + } + }, + "type": "object" + }, + "personal_bests": { + "properties": { + "CACTUS": { + "type": "integer" + }, + "CARROT_ITEM": { + "type": "integer" + }, + "DOUBLE_PLANT": { + "type": "integer" + }, + "INK_SACK:3": { + "type": "integer" + }, + "MELON": { + "type": "integer" + }, + "MOONFLOWER": { + "type": "integer" + }, + "MUSHROOM_COLLECTION": { + "type": "integer" + }, + "NETHER_STALK": { + "type": "integer" + }, + "POTATO_ITEM": { + "type": "integer" + }, + "PUMPKIN": { + "type": "integer" + }, + "SUGAR_CANE": { + "type": "integer" + }, + "WHEAT": { + "type": "integer" + }, + "WILD_ROSE": { + "type": "integer" + } + }, + "type": "object" + }, + "talked": { + "type": "boolean" + }, + "unique_brackets": { + "properties": { + "bronze": { + "items": { + "type": "string" + }, + "type": "array" + }, + "diamond": { + "items": { + "type": "string" + }, + "type": "array" + }, + "gold": { + "items": { + "type": "string" + }, + "type": "array" + }, + "platinum": { + "items": { + "type": "string" + }, + "type": "array" + }, + "silver": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "leveling": { + "properties": { + "bop_bonus": { + "type": "string" + }, + "category_expanded": { + "type": "boolean" + }, + "claimed_talisman": { + "type": "boolean" + }, + "completed": { + "items": { + "type": "string" + }, + "type": "array" + }, + "completed_tasks": { + "items": { + "type": "string" + }, + "type": "array" + }, + "completions": { + "properties": { + "NUCLEUS_RUNS": { + "type": "integer" + }, + "REAPER_PEPPERS": { + "type": "integer" + }, + "REFINED_DARK_CACAO_TRUFFLE": { + "type": "integer" + }, + "REFINED_JYRRE": { + "type": "integer" + } + }, + "type": "object" + }, + "emblem_unlocks": { + "items": { + "type": "string" + }, + "type": "array" + }, + "experience": { + "type": "integer" + }, + "fishing_festival_sharks_killed": { + "type": "integer" + }, + "guide_sort": { + "type": "string" + }, + "highest_pet_score": { + "type": "integer" + }, + "last_viewed_tasks": { + "items": { + "type": "string" + }, + "type": "array" + }, + "migrated": { + "type": "boolean" + }, + "migrated_completions": { + "type": "boolean" + }, + "migrated_completions_2": { + "type": "boolean" + }, + "mining_fiesta_ores_mined": { + "type": "integer" + }, + "selected_symbol": { + "type": "string" + }, + "task_sort": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + } + }, + "type": "object" + }, + "loadout": { + "properties": { + "armor": { + "properties": { + "1": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "2": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "3": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "4": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "5": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "6": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "7": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "8": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "9": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "10": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "11": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "12": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "13": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "14": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "15": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "16": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "17": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "18": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "19": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "20": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "21": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "22": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "23": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "24": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } + }, + "type": "object" + }, + "25": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" }, - "claimed_position": { + "id": { "type": "integer" + } + }, + "type": "object" + }, + "26": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" }, - "claimed_rewards": { - "type": "boolean" + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" }, - "collected": { + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { "type": "integer" } }, "type": "object" - } - }, - "properties": {}, - "type": "object" - }, - "medals_inv": { - "properties": { - "bronze": { - "type": "integer" - }, - "gold": { - "type": "integer" - }, - "silver": { - "type": "integer" - } - }, - "type": "object" - }, - "migration": { - "type": "boolean" - }, - "perks": { - "properties": { - "double_drops": { - "type": "integer" - }, - "farming_level_cap": { - "type": "integer" - }, - "personal_bests": { - "type": "boolean" - } - }, - "type": "object" - }, - "personal_bests": { - "properties": { - "CACTUS": { - "type": "integer" - }, - "CARROT_ITEM": { - "type": "integer" - }, - "INK_SACK:3": { - "type": "integer" - }, - "MELON": { - "type": "integer" - }, - "MUSHROOM_COLLECTION": { - "type": "integer" - }, - "NETHER_STALK": { - "type": "integer" - }, - "POTATO_ITEM": { - "type": "integer" - }, - "PUMPKIN": { - "type": "integer" - }, - "SUGAR_CANE": { - "type": "integer" - }, - "WHEAT": { - "type": "integer" - } - }, - "type": "object" - }, - "talked": { - "type": "boolean" - }, - "unique_brackets": { - "properties": { - "bronze": { - "items": { - "type": "string" - }, - "type": "array" - }, - "diamond": { - "items": { - "type": "string" - }, - "type": "array" }, - "gold": { - "items": { - "type": "string" - }, - "type": "array" - }, - "platinum": { - "items": { - "type": "string" - }, - "type": "array" - }, - "silver": { - "items": { - "type": "string" + "27": { + "properties": { + "BOOTS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "CHESTPLATE": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "HELMET": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "LEGGINGS": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "id": { + "type": "integer" + } }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "leveling": { - "properties": { - "bop_bonus": { - "type": "string" - }, - "category_expanded": { - "type": "boolean" - }, - "claimed_talisman": { - "type": "boolean" - }, - "completed": { - "items": { - "type": "string" - }, - "type": "array" - }, - "completed_tasks": { - "items": { - "type": "string" - }, - "type": "array" - }, - "completions": { - "properties": { - "NUCLEUS_RUNS": { - "type": "integer" - }, - "REAPER_PEPPERS": { - "type": "integer" - }, - "REFINED_JYRRE": { - "type": "integer" + "type": "object" } }, "type": "object" - }, - "emblem_unlocks": { - "items": { - "type": "string" - }, - "type": "array" - }, - "experience": { - "type": "integer" - }, - "fishing_festival_sharks_killed": { - "type": "integer" - }, - "guide_sort": { - "type": "string" - }, - "highest_pet_score": { - "type": "integer" - }, - "last_viewed_tasks": { - "items": { - "type": "string" - }, - "type": "array" - }, - "migrated": { - "type": "boolean" - }, - "migrated_completions": { - "type": "boolean" - }, - "migrated_completions_2": { - "type": "boolean" - }, - "mining_fiesta_ores_mined": { - "type": "integer" - }, - "selected_symbol": { - "type": "string" - }, - "task_sort": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "null" - } - ] } }, "type": "object" @@ -12190,6 +15971,9 @@ }, "precursor": { "properties": { + "claiming_with_precursor_apparatus": { + "type": "boolean" + }, "parts_delivered": { "items": { "type": "string" @@ -12235,6 +16019,28 @@ }, "type": "object" }, + "aquamarine_crystal": { + "properties": { + "state": { + "type": "string" + }, + "total_found": { + "type": "integer" + } + }, + "type": "object" + }, + "citrine_crystal": { + "properties": { + "state": { + "type": "string" + }, + "total_found": { + "type": "integer" + } + }, + "type": "object" + }, "jade_crystal": { "properties": { "state": { @@ -12260,6 +16066,39 @@ }, "type": "object" }, + "onyx_crystal": { + "properties": { + "state": { + "type": "string" + }, + "total_found": { + "type": "integer" + } + }, + "type": "object" + }, + "opal_crystal": { + "properties": { + "state": { + "type": "string" + }, + "total_found": { + "type": "integer" + } + }, + "type": "object" + }, + "peridot_crystal": { + "properties": { + "state": { + "type": "string" + }, + "total_found": { + "type": "integer" + } + }, + "type": "object" + }, "ruby_crystal": { "properties": { "state": { @@ -12317,12 +16156,18 @@ "daily_ores_mined_day_gemstone": { "type": "integer" }, + "daily_ores_mined_day_glacite": { + "type": "integer" + }, "daily_ores_mined_day_mithril_ore": { "type": "integer" }, "daily_ores_mined_gemstone": { "type": "integer" }, + "daily_ores_mined_glacite": { + "type": "integer" + }, "daily_ores_mined_mithril_ore": { "type": "integer" }, @@ -12332,6 +16177,9 @@ "greater_mines_last_access": { "type": "integer" }, + "hotm_migrator_tree_reset_send_message": { + "type": "boolean" + }, "last_reset": { "type": "integer" }, @@ -12493,6 +16341,12 @@ "powder_gemstone_total": { "type": "integer" }, + "powder_glacite": { + "type": "integer" + }, + "powder_glacite_total": { + "type": "integer" + }, "powder_mithril": { "type": "integer" }, @@ -12502,6 +16356,9 @@ "powder_spent_gemstone": { "type": "integer" }, + "powder_spent_glacite": { + "type": "integer" + }, "powder_spent_mithril": { "type": "integer" }, @@ -12521,6 +16378,9 @@ } ] }, + "stash_if_full_notification": { + "type": "boolean" + }, "tokens": { "type": "integer" }, @@ -12559,6 +16419,20 @@ }, "type": "object" }, + "alda": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + } + }, + "type": "object" + }, "alixer": { "type": "object" }, @@ -12652,6 +16526,17 @@ }, "type": "object" }, + "bulvar": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "captain_ahone": { "properties": { "incoming_calls_count": { @@ -12663,6 +16548,43 @@ }, "type": "object" }, + "carrolyn": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, + "clerk_seraphine": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "dnd_enabled": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + } + }, + "type": "object" + }, "community_shop": { "properties": { "completed_quest": { @@ -12671,6 +16593,35 @@ "incoming_calls_count": { "type": "integer" }, + "last_call": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, + "dalir": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "dnd_enabled": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "items_given": { + "type": "boolean" + }, + "last_call": { + "type": "integer" + }, "last_call_incoming": { "type": "integer" }, @@ -12793,6 +16744,28 @@ }, "type": "object" }, + "feast_baker_scott": { + "properties": { + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + } + }, + "type": "object" + }, + "feast_chef_ted": { + "properties": { + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + } + }, + "type": "object" + }, "forge_foreman": { "properties": { "completed_quest": { @@ -12810,6 +16783,17 @@ }, "type": "object" }, + "frozen_alex": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "gatekeeper": { "properties": { "completed_quest": { @@ -12835,6 +16819,17 @@ }, "type": "object" }, + "gemma": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "gemstone": { "properties": { "completed_quest": { @@ -12917,6 +16912,40 @@ }, "type": "object" }, + "jake_lab": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, + "junker_joel": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "kaus": { "properties": { "dnd_enabled": { @@ -12934,6 +16963,23 @@ }, "type": "object" }, + "kiara": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "kuudra_gatekeeper": { "properties": { "completed_quest": { @@ -12951,6 +16997,23 @@ }, "type": "object" }, + "kysha": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "lumber_merchant": { "properties": { "completed_quest": { @@ -12968,6 +17031,62 @@ }, "type": "object" }, + "mad_redstone_engineer": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, + "malik": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, + "marigold": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, + "moby": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "odger": { "properties": { "completed_quest": { @@ -13042,6 +17161,23 @@ }, "type": "object" }, + "pesthunter_phillip": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "pet_collector": { "properties": { "completed_quest": { @@ -13127,6 +17263,23 @@ }, "type": "object" }, + "roddy": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "rollim": { "properties": { "dnd_enabled": { @@ -13144,6 +17297,23 @@ }, "type": "object" }, + "rosemary": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "shady_bartender": { "properties": { "completed_quest": { @@ -13161,6 +17331,20 @@ }, "type": "object" }, + "shaggy": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + } + }, + "type": "object" + }, "sirih": { "properties": { "incoming_calls_count": { @@ -13172,6 +17356,23 @@ }, "type": "object" }, + "sirius": { + "properties": { + "dnd_enabled": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + } + }, + "type": "object" + }, "slayer": { "properties": { "completed_quest": { @@ -13189,6 +17390,17 @@ }, "type": "object" }, + "spider_tamer": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "spooky": { "properties": { "completed_quest": { @@ -13245,6 +17457,37 @@ }, "type": "object" }, + "talbot": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, + "taylor": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "dnd_enabled": { + "type": "boolean" + }, + "last_call": { + "type": "integer" + } + }, + "type": "object" + }, "telekinesis_applier": { "properties": { "completed_quest": { @@ -13259,6 +17502,23 @@ }, "type": "object" }, + "terry": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "thaumaturgist": { "properties": { "completed_quest": { @@ -13296,6 +17556,23 @@ }, "type": "object" }, + "tony": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, "trevor_the_trapper": { "properties": { "completed_quest": { @@ -13330,6 +17607,60 @@ }, "type": "object" }, + "tyzzo": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, + "vincent": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "dnd_enabled": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + }, + "talked_to": { + "type": "boolean" + } + }, + "type": "object" + }, + "vulcan": { + "properties": { + "completed_quest": { + "type": "boolean" + }, + "incoming_calls_count": { + "type": "integer" + }, + "last_call_incoming": { + "type": "integer" + } + }, + "type": "object" + }, "walter": { "properties": { "completed_quest": { @@ -13398,6 +17729,12 @@ }, "type": "object" }, + "has_used_sirius_personal_phone_number_item": { + "type": "boolean" + }, + "last_dye_called_year": { + "type": "integer" + }, "operator_chip": { "properties": { "repaired_index": { @@ -13412,6 +17749,9 @@ "selected_sort": { "type": "string" }, + "speed_dial": { + "type": "string" + }, "trio_contact_addons": { "type": "integer" } @@ -13421,6 +17761,9 @@ "barbarians_reputation": { "type": "integer" }, + "barbarians_reputation_highest": { + "type": "integer" + }, "dojo": { "properties": { "dojo_points_archer": { @@ -13555,6 +17898,9 @@ "mages_reputation": { "type": "integer" }, + "mages_reputation_highest": { + "type": "integer" + }, "matriarch": { "properties": { "last_attempt": { @@ -17518,6 +21864,9 @@ "lamp_shop": { "type": "integer" }, + "mage_alchemist": { + "type": "integer" + }, "mage_blacksmith": { "type": "integer" }, @@ -17740,6 +22089,20 @@ }, "type": "object" }, + "fetchur-1-1-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-1-10": { "properties": { "completed_at": { @@ -20022,6 +24385,20 @@ }, "type": "object" }, + "fetchur-12-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-12-6": { "properties": { "completed_at": { @@ -20358,6 +24735,20 @@ }, "type": "object" }, + "fetchur-13-10": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-13-10-2022": { "properties": { "completed_at": { @@ -20428,6 +24819,20 @@ }, "type": "object" }, + "fetchur-13-11-2024": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-13-11-2025": { "properties": { "completed_at": { @@ -20708,6 +25113,20 @@ }, "type": "object" }, + "fetchur-13-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-13-6": { "properties": { "completed_at": { @@ -21436,6 +25855,20 @@ }, "type": "object" }, + "fetchur-14-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-14-6": { "properties": { "completed_at": { @@ -22710,6 +27143,34 @@ }, "type": "object" }, + "fetchur-16-4-2025": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "fetchur-16-4-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-16-5": { "properties": { "completed_at": { @@ -23970,6 +28431,20 @@ }, "type": "object" }, + "fetchur-18-4-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-18-5-2022": { "properties": { "completed_at": { @@ -24026,6 +28501,20 @@ }, "type": "object" }, + "fetchur-18-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-18-6-2022": { "properties": { "completed_at": { @@ -24950,6 +29439,20 @@ }, "type": "object" }, + "fetchur-2-1-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-2-10": { "properties": { "completed_at": { @@ -25622,6 +30125,20 @@ }, "type": "object" }, + "fetchur-20-1-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-20-10": { "properties": { "completed_at": { @@ -27036,6 +31553,34 @@ }, "type": "object" }, + "fetchur-22-1-2025": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "fetchur-22-1-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-22-10": { "properties": { "completed_at": { @@ -27218,6 +31763,34 @@ }, "type": "object" }, + "fetchur-22-2-2025": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "fetchur-22-2-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-22-3": { "properties": { "completed_at": { @@ -27414,6 +31987,20 @@ }, "type": "object" }, + "fetchur-22-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-22-6-2022": { "properties": { "completed_at": { @@ -27904,6 +32491,34 @@ }, "type": "object" }, + "fetchur-23-2-2025": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "fetchur-23-2-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-23-3": { "properties": { "completed_at": { @@ -28114,6 +32729,20 @@ }, "type": "object" }, + "fetchur-23-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-23-6-2022": { "properties": { "completed_at": { @@ -28352,6 +32981,20 @@ }, "type": "object" }, + "fetchur-24-0-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-24-1": { "properties": { "completed_at": { @@ -28408,6 +33051,20 @@ }, "type": "object" }, + "fetchur-24-1-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-24-10": { "properties": { "completed_at": { @@ -28828,6 +33485,34 @@ }, "type": "object" }, + "fetchur-24-7": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "fetchur-24-7-2022": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-24-7-2023": { "properties": { "completed_at": { @@ -29220,6 +33905,48 @@ }, "type": "object" }, + "fetchur-25-2-2024": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "fetchur-25-2-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "fetchur-25-3": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-25-3-2022": { "properties": { "completed_at": { @@ -29752,6 +34479,20 @@ }, "type": "object" }, + "fetchur-26-10-2022": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-26-10-2023": { "properties": { "completed_at": { @@ -30130,6 +34871,20 @@ }, "type": "object" }, + "fetchur-26-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-26-6-2022": { "properties": { "completed_at": { @@ -31110,6 +35865,20 @@ }, "type": "object" }, + "fetchur-28-0-2025": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-28-1": { "properties": { "completed_at": { @@ -31530,6 +36299,20 @@ }, "type": "object" }, + "fetchur-28-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-28-6-2022": { "properties": { "completed_at": { @@ -31950,6 +36733,34 @@ }, "type": "object" }, + "fetchur-29-2-2025": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "fetchur-29-2-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-29-3": { "properties": { "completed_at": { @@ -32146,6 +36957,20 @@ }, "type": "object" }, + "fetchur-29-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-29-6-2022": { "properties": { "completed_at": { @@ -32734,6 +37559,34 @@ }, "type": "object" }, + "fetchur-3-3-2025": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "fetchur-3-3-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-3-4": { "properties": { "completed_at": { @@ -33140,6 +37993,20 @@ }, "type": "object" }, + "fetchur-30-0-2025": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-30-10": { "properties": { "completed_at": { @@ -33798,6 +38665,20 @@ }, "type": "object" }, + "fetchur-31-0-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-31-11": { "properties": { "completed_at": { @@ -36010,6 +40891,20 @@ }, "type": "object" }, + "fetchur-6-7-2023": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-6-7-2025": { "properties": { "completed_at": { @@ -37928,6 +42823,20 @@ }, "type": "object" }, + "fetchur-9-3-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-9-4": { "properties": { "completed_at": { @@ -38068,6 +42977,20 @@ }, "type": "object" }, + "fetchur-9-5-2026": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, "fetchur-9-6": { "properties": { "completed_at": { @@ -45888,6 +50811,258 @@ "type": "string" }, "type": "array" + }, + "unlock_crop_plot": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "use_fusion_machine": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "visit_greater_mines": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "wait_for_greenhouse_crop_to_grow": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "wait_for_greenhouse_paste": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "wait_for_help": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_barn_island": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_bayou": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_blazing_fortress": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_crimson_isle": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_deep_caverns": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_foraging_islands": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_gold_mine": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_mushroom_desert": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_spiders_den": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_the_end": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "warp_the_park": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "water_greenhouse_crop": { + "properties": { + "completed_at": { + "type": "integer" + }, + "progress": { + "type": "integer" + }, + "status": { + "type": "string" + } + }, + "type": "object" } }, "type": "object" @@ -46011,6 +51186,20 @@ }, "type": "object" }, + "pet_care": { + "properties": { + "coins_spent": { + "type": "number" + }, + "pet_types_sacrificed": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "pets": { "items": { "properties": { @@ -46092,6 +51281,9 @@ "effect": { "type": "string" }, + "flags": { + "type": "integer" + }, "infinite": { "type": "boolean" }, @@ -46161,6 +51353,9 @@ "SKILL_FORAGING": { "type": "number" }, + "SKILL_HUNTING": { + "type": "number" + }, "SKILL_MINING": { "type": "number" }, @@ -46182,6 +51377,41 @@ "fishing_treasure_caught": { "type": "integer" }, + "garden_chips": { + "properties": { + "cropshot": { + "type": "integer" + }, + "evergreen": { + "type": "integer" + }, + "hypercharge": { + "type": "integer" + }, + "mechamind": { + "type": "integer" + }, + "overdrive": { + "type": "integer" + }, + "quickdraw": { + "type": "integer" + }, + "rarefinder": { + "type": "integer" + }, + "sowledge": { + "type": "integer" + }, + "synthesis": { + "type": "integer" + }, + "vermin_vaporizer": { + "type": "integer" + } + }, + "type": "object" + }, "last_death": { "type": "integer" }, @@ -46191,6 +51421,9 @@ "effect": { "type": "string" }, + "flags": { + "type": "integer" + }, "infinite": { "type": "boolean" }, @@ -46221,9 +51454,30 @@ }, "perks": { "properties": { + "agatha_fig_fortune": { + "type": "integer" + }, + "agatha_fig_personal_best": { + "type": "integer" + }, + "agatha_mangrove_fortune": { + "type": "integer" + }, + "agatha_mangrove_personal_best": { + "type": "integer" + }, + "agatha_power": { + "type": "integer" + }, + "axed": { + "type": "integer" + }, "bane": { "type": "integer" }, + "blessing_of_time": { + "type": "integer" + }, "catacombs_boss_luck": { "type": "integer" }, @@ -46245,6 +51499,9 @@ "catacombs_strength": { "type": "integer" }, + "chilled_to_the_bone": { + "type": "integer" + }, "cold_efficiency": { "type": "integer" }, @@ -46266,6 +51523,12 @@ "drake_piper": { "type": "integer" }, + "dungeonbreaker_secrets": { + "type": "integer" + }, + "dwarven_expertise": { + "type": "integer" + }, "dwarven_training": { "type": "integer" }, @@ -46278,6 +51541,9 @@ "empowered_agility": { "type": "integer" }, + "extreme_pressure": { + "type": "integer" + }, "fero_vs_dragons": { "type": "integer" }, @@ -46287,6 +51553,9 @@ "forbidden_blessing": { "type": "integer" }, + "forest_training": { + "type": "integer" + }, "fresh_tools_kuudra": { "type": "integer" }, @@ -46314,6 +51583,9 @@ "increased_sup_chances": { "type": "integer" }, + "lumberjack": { + "type": "integer" + }, "mana_after_ender_kill": { "type": "integer" }, @@ -46338,9 +51610,15 @@ "permanent_strength": { "type": "integer" }, + "prehistorian": { + "type": "integer" + }, "radiant_fisher": { "type": "integer" }, + "resourceful": { + "type": "integer" + }, "return_to_sender": { "type": "integer" }, @@ -46353,15 +51631,24 @@ "season_of_joy": { "type": "integer" }, + "sleight_of_hand": { + "type": "integer" + }, "spider_training": { "type": "integer" }, "strongarm_kuudra": { "type": "integer" }, + "tasty": { + "type": "integer" + }, "toxophilite": { "type": "integer" }, + "trapped": { + "type": "integer" + }, "treasures_of_the_earth": { "type": "integer" }, @@ -46400,6 +51687,9 @@ }, "stat": { "type": "integer" + }, + "stat_id": { + "type": "string" } }, "type": "object" @@ -46478,6 +51768,9 @@ "SPECIAL": { "type": "integer" }, + "ULTIMATE": { + "type": "integer" + }, "UNCOMMON": { "type": "integer" }, @@ -46507,6 +51800,9 @@ "SPECIAL": { "type": "integer" }, + "ULTIMATE": { + "type": "integer" + }, "UNCOMMON": { "type": "integer" }, @@ -46626,6 +51922,9 @@ "blight": { "type": "integer" }, + "blue_ringed_octopus": { + "type": "integer" + }, "blue_shark": { "type": "integer" }, @@ -46683,6 +51982,9 @@ "commitment_phobia": { "type": "integer" }, + "conjoined_brood": { + "type": "integer" + }, "corrupted_protector": { "type": "integer" }, @@ -46833,9 +52135,18 @@ "dive_ghast": { "type": "integer" }, + "dropship": { + "type": "integer" + }, + "drowned_captain": { + "type": "integer" + }, "drowning": { "type": "integer" }, + "drowning_pressure": { + "type": "integer" + }, "duelist_kaus": { "type": "integer" }, @@ -46872,6 +52183,9 @@ "fall": { "type": "integer" }, + "fiery_scuttler": { + "type": "integer" + }, "fire": { "type": "integer" }, @@ -46899,6 +52213,9 @@ "frog_man": { "type": "integer" }, + "frog_prince": { + "type": "integer" + }, "frosty_the_snowman": { "type": "integer" }, @@ -46923,6 +52240,18 @@ "giant": { "type": "integer" }, + "glacite_bowman": { + "type": "integer" + }, + "glacite_caver": { + "type": "integer" + }, + "glacite_mage": { + "type": "integer" + }, + "glacite_mutt": { + "type": "integer" + }, "goblin_battler": { "type": "integer" }, @@ -47031,6 +52360,9 @@ "king_midas": { "type": "integer" }, + "king_minos": { + "type": "integer" + }, "krondor_necromancer": { "type": "integer" }, @@ -47070,6 +52402,9 @@ "liquid_hot_magma": { "type": "integer" }, + "littlefoot": { + "type": "integer" + }, "livid": { "type": "integer" }, @@ -47115,6 +52450,9 @@ "magma_slug": { "type": "integer" }, + "manticore": { + "type": "integer" + }, "master_bonzo": { "type": "integer" }, @@ -47595,12 +52933,18 @@ "protector_dragon": { "type": "integer" }, + "puffercloud": { + "type": "integer" + }, "pulverized": { "type": "integer" }, "pyroclastic_worm": { "type": "integer" }, + "ragnarok": { + "type": "integer" + }, "random_slime": { "type": "integer" }, @@ -47736,6 +53080,9 @@ "soul_of_the_alpha": { "type": "integer" }, + "sphinx": { + "type": "integer" + }, "spider": { "type": "integer" }, @@ -47832,6 +53179,9 @@ "tiger_shark": { "type": "integer" }, + "titanoboa": { + "type": "integer" + }, "total": { "type": "integer" }, @@ -48210,6 +53560,9 @@ "normal": { "type": "integer" }, + "outstanding": { + "type": "integer" + }, "total": { "type": "integer" }, @@ -48218,6 +53571,9 @@ }, "trophy_fish": { "type": "integer" + }, + "trophy_frog": { + "type": "integer" } }, "type": "object" @@ -48230,6 +53586,12 @@ "agarimoo_35": { "type": "integer" }, + "alligator": { + "type": "integer" + }, + "alligator_120": { + "type": "integer" + }, "arachne": { "type": "integer" }, @@ -48260,6 +53622,15 @@ "ashfang_vehicle": { "type": "integer" }, + "atoll_croaker": { + "type": "integer" + }, + "atoll_croaker_45": { + "type": "integer" + }, + "auryon_phanpyre": { + "type": "integer" + }, "autoboots": { "type": "integer" }, @@ -48284,12 +53655,21 @@ "autopants": { "type": "integer" }, + "baby_bayou_sludge": { + "type": "integer" + }, "baby_magma_slug": { "type": "integer" }, "bal_boss_100": { "type": "integer" }, + "banshee": { + "type": "integer" + }, + "banshee_10": { + "type": "integer" + }, "barbarian": { "type": "integer" }, @@ -48314,6 +53694,12 @@ "batty_witch_60": { "type": "integer" }, + "bayou_sludge": { + "type": "integer" + }, + "bayou_sludge_25": { + "type": "integer" + }, "belle": { "type": "integer" }, @@ -48365,15 +53751,33 @@ "blight_500": { "type": "integer" }, + "bloated_mithril_grubber": { + "type": "integer" + }, + "bloated_mithril_grubber_15": { + "type": "integer" + }, "blobbercyst": { "type": "integer" }, + "blue_ringed_octopus": { + "type": "integer" + }, + "blue_ringed_octopus_275": { + "type": "integer" + }, "blue_shark": { "type": "integer" }, "blue_shark_20": { "type": "integer" }, + "bogged": { + "type": "integer" + }, + "bogged_10": { + "type": "integer" + }, "bonzo": { "type": "integer" }, @@ -48389,6 +53793,9 @@ "brood_mother_spider_12": { "type": "integer" }, + "burningsoul_demon": { + "type": "integer" + }, "butterfly": { "type": "integer" }, @@ -48449,6 +53856,9 @@ "chaosmite_100": { "type": "integer" }, + "chaosmite_200": { + "type": "integer" + }, "chaosmite_300": { "type": "integer" }, @@ -48497,6 +53907,9 @@ "commitment_phobia": { "type": "integer" }, + "conjoined_brood": { + "type": "integer" + }, "corrupted_protector": { "type": "integer" }, @@ -48863,6 +54276,9 @@ "dojo_knockback_zombie": { "type": "integer" }, + "dreadwing": { + "type": "integer" + }, "dropship_100": { "type": "integer" }, @@ -48878,12 +54294,24 @@ "dropship_500": { "type": "integer" }, + "drowned_captain": { + "type": "integer" + }, + "drowned_captain_74": { + "type": "integer" + }, "duelist_kaus": { "type": "integer" }, "duelist_rollim": { "type": "integer" }, + "dumpster_diver": { + "type": "integer" + }, + "dumpster_diver_15": { + "type": "integer" + }, "dungeon_respawning_skeleton": { "type": "integer" }, @@ -49028,6 +54456,12 @@ "farming_sheep_1": { "type": "integer" }, + "fiery_scuttler": { + "type": "integer" + }, + "fiery_scuttler_475": { + "type": "integer" + }, "fire_bat": { "type": "integer" }, @@ -49046,6 +54480,12 @@ "fireball_magma_cube_75": { "type": "integer" }, + "fireproof_witch": { + "type": "integer" + }, + "fireproof_witch_75": { + "type": "integer" + }, "flaming_spider": { "type": "integer" }, @@ -49064,6 +54504,9 @@ "flare_90": { "type": "integer" }, + "flip_flopper": { + "type": "integer" + }, "forest_island_bat": { "type": "integer" }, @@ -49091,6 +54534,12 @@ "gaia_construct_260": { "type": "integer" }, + "gaia_construct_325": { + "type": "integer" + }, + "gaia_construct_85": { + "type": "integer" + }, "generator_ghast": { "type": "integer" }, @@ -49106,6 +54555,30 @@ "ghast_85": { "type": "integer" }, + "glacite_bowman": { + "type": "integer" + }, + "glacite_bowman_165": { + "type": "integer" + }, + "glacite_caver": { + "type": "integer" + }, + "glacite_caver_200": { + "type": "integer" + }, + "glacite_mage": { + "type": "integer" + }, + "glacite_mage_155": { + "type": "integer" + }, + "glacite_mutt": { + "type": "integer" + }, + "glacite_mutt_180": { + "type": "integer" + }, "globowl": { "type": "integer" }, @@ -49181,6 +54654,12 @@ "goliath_barbarian": { "type": "integer" }, + "gorf": { + "type": "integer" + }, + "gorf_65": { + "type": "integer" + }, "graveyard_zombie": { "type": "integer" }, @@ -49217,6 +54696,18 @@ "guardian_emperor_150": { "type": "integer" }, + "harpy": { + "type": "integer" + }, + "harpy_175": { + "type": "integer" + }, + "harpy_325": { + "type": "integer" + }, + "harpy_85": { + "type": "integer" + }, "headless_horseman": { "type": "integer" }, @@ -49316,6 +54807,12 @@ "king_midas": { "type": "integer" }, + "king_minos": { + "type": "integer" + }, + "king_minos_1750": { + "type": "integer" + }, "krondor_necromancer": { "type": "integer" }, @@ -49409,6 +54906,12 @@ "lapis_zombie_7": { "type": "integer" }, + "large_mithril_grubber": { + "type": "integer" + }, + "large_mithril_grubber_15": { + "type": "integer" + }, "lava_blaze": { "type": "integer" }, @@ -49445,6 +54948,12 @@ "liquid_hot_magma": { "type": "integer" }, + "littlefoot": { + "type": "integer" + }, + "littlefoot_533": { + "type": "integer" + }, "livid": { "type": "integer" }, @@ -49487,6 +54996,18 @@ "lost_adventurer": { "type": "integer" }, + "lotus_fish": { + "type": "integer" + }, + "lotus_guardian": { + "type": "integer" + }, + "lotus_guardian_55": { + "type": "integer" + }, + "lotus_jumping_frog": { + "type": "integer" + }, "mage_outlaw": { "type": "integer" }, @@ -49541,12 +55062,30 @@ "magma_glare": { "type": "integer" }, + "magma_pillar": { + "type": "integer" + }, + "magma_pillar_220": { + "type": "integer" + }, "magma_slug": { "type": "integer" }, "magma_slug_200": { "type": "integer" }, + "manta_ray": { + "type": "integer" + }, + "manta_ray_124": { + "type": "integer" + }, + "manticore": { + "type": "integer" + }, + "manticore_1750": { + "type": "integer" + }, "master_bonzo": { "type": "integer" }, @@ -50300,6 +55839,12 @@ "mayor_jerry_purple_3": { "type": "integer" }, + "medium_mithril_grubber": { + "type": "integer" + }, + "medium_mithril_grubber_15": { + "type": "integer" + }, "mimic": { "type": "integer" }, @@ -50312,6 +55857,9 @@ "minos_champion_310": { "type": "integer" }, + "minos_champion_550": { + "type": "integer" + }, "minos_hunter": { "type": "integer" }, @@ -50321,12 +55869,24 @@ "minos_hunter_15": { "type": "integer" }, + "minos_hunter_200": { + "type": "integer" + }, + "minos_hunter_25": { + "type": "integer" + }, "minos_hunter_60": { "type": "integer" }, + "minos_hunter_80": { + "type": "integer" + }, "minos_inquisitor": { "type": "integer" }, + "minos_inquisitor_1250": { + "type": "integer" + }, "minos_inquisitor_750": { "type": "integer" }, @@ -50363,6 +55923,12 @@ "necron_guard": { "type": "integer" }, + "nessie": { + "type": "integer" + }, + "nessie_302": { + "type": "integer" + }, "nest_endermite": { "type": "integer" }, @@ -50492,6 +56058,9 @@ "pest_locust_1": { "type": "integer" }, + "pest_lunar_moth": { + "type": "integer" + }, "pest_mite": { "type": "integer" }, @@ -50537,6 +56106,12 @@ "pest_worm_1": { "type": "integer" }, + "phanflare": { + "type": "integer" + }, + "phanpyre": { + "type": "integer" + }, "phantom_fisherman": { "type": "integer" }, @@ -50588,6 +56163,15 @@ "primal_fear": { "type": "integer" }, + "primordial_bat": { + "type": "integer" + }, + "primordial_hatchling": { + "type": "integer" + }, + "primordial_minion": { + "type": "integer" + }, "professor": { "type": "integer" }, @@ -50609,6 +56193,12 @@ "protector_dragon": { "type": "integer" }, + "puddle_jumper": { + "type": "integer" + }, + "puff": { + "type": "integer" + }, "pyroclastic_worm": { "type": "integer" }, @@ -50618,6 +56208,15 @@ "rabbit": { "type": "integer" }, + "ragnarok": { + "type": "integer" + }, + "ragnarok_666": { + "type": "integer" + }, + "ragnarok_horse": { + "type": "integer" + }, "random_slime": { "type": "integer" }, @@ -50645,6 +56244,9 @@ "respawning_skeleton_2": { "type": "integer" }, + "revenant_sycophant": { + "type": "integer" + }, "revenant_zombie": { "type": "integer" }, @@ -50738,6 +56340,9 @@ "sea_leech_30": { "type": "integer" }, + "sea_shine": { + "type": "integer" + }, "sea_walker": { "type": "integer" }, @@ -50753,12 +56358,18 @@ "shadow": { "type": "integer" }, + "shadow_3": { + "type": "integer" + }, "shadow_assassin": { "type": "integer" }, "shame": { "type": "integer" }, + "shame_1": { + "type": "integer" + }, "sheep": { "type": "integer" }, @@ -50939,6 +56550,12 @@ "sludge_5": { "type": "integer" }, + "small_mithril_grubber": { + "type": "integer" + }, + "small_mithril_grubber_15": { + "type": "integer" + }, "smog": { "type": "integer" }, @@ -50948,6 +56565,12 @@ "smoldering_blaze_95": { "type": "integer" }, + "snapping_turtle": { + "type": "integer" + }, + "snapping_turtle_30": { + "type": "integer" + }, "sniper_skeleton": { "type": "integer" }, @@ -50981,6 +56604,15 @@ "soul_of_the_alpha_55": { "type": "integer" }, + "sphinx": { + "type": "integer" + }, + "sphinx_1250": { + "type": "integer" + }, + "sphinx_750": { + "type": "integer" + }, "spider": { "type": "integer" }, @@ -51092,6 +56724,12 @@ "stranded_nymph_250": { "type": "integer" }, + "stranded_nymph_40": { + "type": "integer" + }, + "stranded_nymph_70": { + "type": "integer" + }, "strider": { "type": "integer" }, @@ -51104,6 +56742,9 @@ "strong_dragon": { "type": "integer" }, + "sun_gecko": { + "type": "integer" + }, "super_archer": { "type": "integer" }, @@ -51137,6 +56778,18 @@ "superior_dragon": { "type": "integer" }, + "tadgang": { + "type": "integer" + }, + "tadgang_frog": { + "type": "integer" + }, + "tadgang_frog_10": { + "type": "integer" + }, + "tadgang_frog_8": { + "type": "integer" + }, "tarantula_spider": { "type": "integer" }, @@ -51185,6 +56838,9 @@ "tentaclees_90": { "type": "integer" }, + "tewtil": { + "type": "integer" + }, "thorn": { "type": "integer" }, @@ -51239,6 +56895,12 @@ "trapper_sheep": { "type": "integer" }, + "trash_gobbler": { + "type": "integer" + }, + "trash_gobbler_8": { + "type": "integer" + }, "treasure_hoarder": { "type": "integer" }, @@ -51260,6 +56922,9 @@ "unburried_zombie_60": { "type": "integer" }, + "unknown": { + "type": "integer" + }, "unstable_dragon": { "type": "integer" }, @@ -51281,6 +56946,9 @@ "vanquisher_100": { "type": "integer" }, + "vegan_crawler": { + "type": "integer" + }, "vittomite": { "type": "integer" }, @@ -51299,6 +56967,12 @@ "voidling_fanatic_85": { "type": "integer" }, + "volcanic_snail": { + "type": "integer" + }, + "volcanic_snail_90": { + "type": "integer" + }, "volt": { "type": "integer" }, @@ -51425,6 +57099,24 @@ "werewolf_50": { "type": "integer" }, + "wetwing": { + "type": "integer" + }, + "wetwing_chicken": { + "type": "integer" + }, + "wetwing_chicken_18": { + "type": "integer" + }, + "wiki_tiki": { + "type": "integer" + }, + "wiki_tiki_400": { + "type": "integer" + }, + "wiki_tiki_laser_totem": { + "type": "integer" + }, "wise_dragon": { "type": "integer" }, @@ -51488,6 +57180,9 @@ "wither_spectre_70": { "type": "integer" }, + "wizardman_brawler": { + "type": "integer" + }, "worm": { "type": "integer" }, @@ -51527,6 +57222,12 @@ "zealot_enderman_55": { "type": "integer" }, + "zealot_special_enderman": { + "type": "integer" + }, + "zealot_special_enderman_55": { + "type": "integer" + }, "zombie": { "type": "integer" }, @@ -51666,6 +57367,9 @@ "LEGENDARY": { "type": "integer" }, + "MYTHIC": { + "type": "integer" + }, "RARE": { "type": "integer" }, @@ -51675,6 +57379,9 @@ "none": { "type": "integer" }, + "null": { + "type": "integer" + }, "total": { "type": "integer" } @@ -51692,6 +57399,9 @@ "LEGENDARY": { "type": "integer" }, + "MYTHIC": { + "type": "integer" + }, "RARE": { "type": "integer" }, @@ -51701,6 +57411,9 @@ "none": { "type": "integer" }, + "null": { + "type": "integer" + }, "total": { "type": "integer" } @@ -51718,6 +57431,9 @@ "LEGENDARY": { "type": "integer" }, + "MYTHIC": { + "type": "integer" + }, "RARE": { "type": "integer" }, @@ -51727,6 +57443,9 @@ "none": { "type": "integer" }, + "null": { + "type": "integer" + }, "total": { "type": "integer" } @@ -51744,6 +57463,9 @@ "LEGENDARY": { "type": "integer" }, + "MYTHIC": { + "type": "integer" + }, "RARE": { "type": "integer" }, @@ -51753,6 +57475,9 @@ "none": { "type": "integer" }, + "null": { + "type": "integer" + }, "total": { "type": "integer" } @@ -51963,6 +57688,9 @@ }, "shen_item_bought": { "properties": { + "ANCIENT_ELEVATOR": { + "type": "integer" + }, "DEAD_CAT_FOOD": { "type": "integer" }, @@ -52022,6 +57750,21 @@ "sea_creature_kills": { "type": "integer" }, + "shard_combat_hunts": { + "type": "integer" + }, + "shard_fishing_hunts": { + "type": "integer" + }, + "shard_forest_hunts": { + "type": "integer" + }, + "shard_salt_hunts": { + "type": "integer" + }, + "shard_trap_hunts": { + "type": "integer" + }, "shredder_rod": { "properties": { "bait": { @@ -52051,6 +57794,9 @@ }, "type": "object" }, + "unique_shards": { + "type": "integer" + }, "winter": { "properties": { "most_cannonballs_hit": { @@ -52073,6 +57819,12 @@ }, "profile": { "properties": { + "bank_account": { + "type": "number" + }, + "cookie_buff_active": { + "type": "boolean" + }, "coop_invitation": { "properties": { "confirmed": { @@ -52090,6 +57842,14 @@ }, "type": "object" }, + "deletion_notice": { + "properties": { + "timestamp": { + "type": "integer" + } + }, + "type": "object" + }, "first_join": { "type": "integer" }, @@ -52250,6 +58010,9 @@ "properties": { "access": { "properties": { + "charge_track_timestamp": { + "type": "integer" + }, "consumed_prism": { "type": "boolean" }, @@ -52326,6 +58089,9 @@ "exp": { "type": "integer" }, + "extra": { + "type": "object" + }, "heldItem": { "anyOf": [ { @@ -52336,6 +58102,9 @@ } ] }, + "petSoulbound": { + "type": "boolean" + }, "skin": { "type": "null" }, @@ -52611,6 +58380,12 @@ }, "step_index": { "type": "integer" + }, + "step_index_pt2": { + "type": "integer" + }, + "step_index_pt3": { + "type": "integer" } }, "type": "object" @@ -52788,6 +58563,645 @@ }, "type": "object" }, + "shards": { + "properties": { + "fused": { + "type": "integer" + }, + "fusion_result_sort": { + "type": "string" + }, + "fusion_sort": { + "type": "string" + }, + "owned": { + "items": { + "properties": { + "amount_owned": { + "type": "integer" + }, + "captured": { + "type": "integer" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "shard_sort": { + "type": "string" + }, + "traps": { + "properties": { + "active_traps": { + "items": { + "properties": { + "capture_time": { + "type": "integer" + }, + "captured": { + "type": "boolean" + }, + "hunting_toolkit": { + "type": "boolean" + }, + "hunting_toolkit_index": { + "type": "integer" + }, + "location": { + "type": "string" + }, + "mode": { + "type": "string" + }, + "museum": { + "type": "boolean" + }, + "placed_at": { + "type": "integer" + }, + "shard": { + "type": "string" + }, + "trap_item": { + "type": "string" + }, + "uuid": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "shared_inventory": { + "properties": { + "candy_inventory_contents": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + }, + "carnival_mask_inventory_contents": { + "properties": { + "data": { + "type": "string" + }, + "type": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "skill_tree": { + "properties": { + "experience": { + "properties": { + "foraging": { + "type": "integer" + }, + "mining": { + "type": "number" + } + }, + "type": "object" + }, + "last_reset": { + "properties": { + "foraging": { + "type": "integer" + }, + "mining": { + "type": "integer" + } + }, + "type": "object" + }, + "nodes": { + "properties": { + "foraging": { + "properties": { + "250_gifts": { + "type": "integer" + }, + "axe_toss": { + "type": "integer" + }, + "center_of_the_forest": { + "type": "integer" + }, + "collector": { + "type": "integer" + }, + "daily_wishes": { + "type": "integer" + }, + "damage_boost": { + "type": "integer" + }, + "deep_waters": { + "type": "integer" + }, + "early_bird": { + "type": "integer" + }, + "efficient_forager": { + "type": "integer" + }, + "essence_fortune": { + "type": "integer" + }, + "foraging_fortune": { + "type": "integer" + }, + "foraging_madness": { + "type": "integer" + }, + "forest_speed": { + "type": "integer" + }, + "forest_strength": { + "type": "integer" + }, + "galateas_might": { + "type": "integer" + }, + "half_empty": { + "type": "integer" + }, + "half_full": { + "type": "integer" + }, + "homing_axe": { + "type": "integer" + }, + "hunters_luck": { + "type": "integer" + }, + "lottery": { + "type": "integer" + }, + "luck_of_the_forest": { + "type": "integer" + }, + "monster_hunter": { + "type": "integer" + }, + "precision_cutting": { + "type": "integer" + }, + "ricochet": { + "type": "integer" + }, + "speed_boost": { + "type": "integer" + }, + "strength_boost": { + "type": "integer" + }, + "sweep": { + "type": "integer" + }, + "toggle_250_gifts": { + "type": "boolean" + }, + "toggle_axe_toss": { + "type": "boolean" + }, + "toggle_center_of_the_forest": { + "type": "boolean" + }, + "toggle_collector": { + "type": "boolean" + }, + "toggle_daily_wishes": { + "type": "boolean" + }, + "toggle_damage_boost": { + "type": "boolean" + }, + "toggle_deep_waters": { + "type": "boolean" + }, + "toggle_early_bird": { + "type": "boolean" + }, + "toggle_efficient_forager": { + "type": "boolean" + }, + "toggle_essence_fortune": { + "type": "boolean" + }, + "toggle_foraging_fortune": { + "type": "boolean" + }, + "toggle_foraging_madness": { + "type": "boolean" + }, + "toggle_forest_speed": { + "type": "boolean" + }, + "toggle_forest_strength": { + "type": "boolean" + }, + "toggle_galateas_might": { + "type": "boolean" + }, + "toggle_half_empty": { + "type": "boolean" + }, + "toggle_half_full": { + "type": "boolean" + }, + "toggle_homing_axe": { + "type": "boolean" + }, + "toggle_hunters_luck": { + "type": "boolean" + }, + "toggle_lottery": { + "type": "boolean" + }, + "toggle_luck_of_the_forest": { + "type": "boolean" + }, + "toggle_monster_hunter": { + "type": "boolean" + }, + "toggle_precision_cutting": { + "type": "boolean" + }, + "toggle_ricochet": { + "type": "boolean" + }, + "toggle_speed_boost": { + "type": "boolean" + }, + "toggle_strength_boost": { + "type": "boolean" + }, + "toggle_sweep": { + "type": "boolean" + }, + "toggle_tree_whisperer": { + "type": "boolean" + }, + "tree_whisperer": { + "type": "integer" + } + }, + "type": "object" + }, + "mining": { + "properties": { + "anomalous_desire": { + "type": "integer" + }, + "blockhead": { + "type": "integer" + }, + "core_of_the_mountain": { + "type": "integer" + }, + "crystalline": { + "type": "integer" + }, + "daily_grind": { + "type": "integer" + }, + "daily_powder": { + "type": "integer" + }, + "dead_mans_chest": { + "type": "integer" + }, + "eager_adventurer": { + "type": "integer" + }, + "efficient_miner": { + "type": "integer" + }, + "fortunate_mineman": { + "type": "integer" + }, + "front_loaded": { + "type": "integer" + }, + "gem_lover": { + "type": "integer" + }, + "gifts_from_the_departed": { + "type": "integer" + }, + "goblin_killer": { + "type": "integer" + }, + "great_explorer": { + "type": "integer" + }, + "keep_it_cool": { + "type": "integer" + }, + "lonesome_miner": { + "type": "integer" + }, + "luck_of_the_cave": { + "type": "integer" + }, + "maniac_miner": { + "type": "integer" + }, + "metal_head": { + "type": "integer" + }, + "miners_blessing": { + "type": "integer" + }, + "mineshaft_mayhem": { + "type": "integer" + }, + "mining_fortune": { + "type": "integer" + }, + "mining_madness": { + "type": "integer" + }, + "mining_master": { + "type": "integer" + }, + "mining_speed": { + "type": "integer" + }, + "mining_speed_boost": { + "type": "integer" + }, + "mole": { + "type": "integer" + }, + "no_stone_unturned": { + "type": "integer" + }, + "old_school": { + "type": "integer" + }, + "orbiter": { + "type": "integer" + }, + "pickobulus": { + "type": "integer" + }, + "powder_buff": { + "type": "integer" + }, + "precision_mining": { + "type": "integer" + }, + "professional": { + "type": "integer" + }, + "quick_forge": { + "type": "integer" + }, + "rags_to_riches": { + "type": "integer" + }, + "seasoned_mineman": { + "type": "integer" + }, + "sheer_force": { + "type": "integer" + }, + "sky_mall": { + "type": "integer" + }, + "speedy_mineman": { + "type": "integer" + }, + "steady_hand": { + "type": "integer" + }, + "strong_arm": { + "type": "integer" + }, + "subterranean_fisher": { + "type": "integer" + }, + "subzero_mining": { + "type": "integer" + }, + "surveyor": { + "type": "integer" + }, + "titanium_insanium": { + "type": "integer" + }, + "toggle_anomalous_desire": { + "type": "boolean" + }, + "toggle_blockhead": { + "type": "boolean" + }, + "toggle_core_of_the_mountain": { + "type": "boolean" + }, + "toggle_crystalline": { + "type": "boolean" + }, + "toggle_daily_grind": { + "type": "boolean" + }, + "toggle_daily_powder": { + "type": "boolean" + }, + "toggle_dead_mans_chest": { + "type": "boolean" + }, + "toggle_eager_adventurer": { + "type": "boolean" + }, + "toggle_efficient_miner": { + "type": "boolean" + }, + "toggle_fortunate_mineman": { + "type": "boolean" + }, + "toggle_front_loaded": { + "type": "boolean" + }, + "toggle_gem_lover": { + "type": "boolean" + }, + "toggle_gifts_from_the_departed": { + "type": "boolean" + }, + "toggle_goblin_killer": { + "type": "boolean" + }, + "toggle_great_explorer": { + "type": "boolean" + }, + "toggle_keep_it_cool": { + "type": "boolean" + }, + "toggle_lonesome_miner": { + "type": "boolean" + }, + "toggle_luck_of_the_cave": { + "type": "boolean" + }, + "toggle_maniac_miner": { + "type": "boolean" + }, + "toggle_metal_head": { + "type": "boolean" + }, + "toggle_miners_blessing": { + "type": "boolean" + }, + "toggle_mineshaft_mayhem": { + "type": "boolean" + }, + "toggle_mining_fortune": { + "type": "boolean" + }, + "toggle_mining_madness": { + "type": "boolean" + }, + "toggle_mining_master": { + "type": "boolean" + }, + "toggle_mining_speed": { + "type": "boolean" + }, + "toggle_mining_speed_boost": { + "type": "boolean" + }, + "toggle_mole": { + "type": "boolean" + }, + "toggle_no_stone_unturned": { + "type": "boolean" + }, + "toggle_old_school": { + "type": "boolean" + }, + "toggle_orbiter": { + "type": "boolean" + }, + "toggle_pickaxe_toss": { + "type": "boolean" + }, + "toggle_pickobulus": { + "type": "boolean" + }, + "toggle_powder_buff": { + "type": "boolean" + }, + "toggle_precision_mining": { + "type": "boolean" + }, + "toggle_professional": { + "type": "boolean" + }, + "toggle_quick_forge": { + "type": "boolean" + }, + "toggle_rags_to_riches": { + "type": "boolean" + }, + "toggle_seasoned_mineman": { + "type": "boolean" + }, + "toggle_sheer_force": { + "type": "boolean" + }, + "toggle_sky_mall": { + "type": "boolean" + }, + "toggle_speedy_mineman": { + "type": "boolean" + }, + "toggle_steady_hand": { + "type": "boolean" + }, + "toggle_strong_arm": { + "type": "boolean" + }, + "toggle_subterranean_fisher": { + "type": "boolean" + }, + "toggle_subzero_mining": { + "type": "boolean" + }, + "toggle_surveyor": { + "type": "boolean" + }, + "toggle_titanium_insanium": { + "type": "boolean" + }, + "toggle_vanguard_seeker": { + "type": "boolean" + }, + "toggle_warm_heart": { + "type": "boolean" + }, + "vanguard_seeker": { + "type": "integer" + }, + "warm_heart": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "refund_ability_free": { + "type": "boolean" + }, + "selected_ability": { + "properties": { + "foraging": { + "type": "string" + }, + "mining": { + "type": "string" + } + }, + "type": "object" + }, + "tokens_spent": { + "properties": { + "forest": { + "type": "integer" + }, + "mountain": { + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + }, "slayer": { "properties": { "slayer_bosses": { @@ -52934,6 +59348,9 @@ "boss_attempts_tier_3": { "type": "integer" }, + "boss_attempts_tier_4": { + "type": "integer" + }, "boss_kills_tier_0": { "type": "integer" }, @@ -52946,6 +59363,9 @@ "boss_kills_tier_3": { "type": "integer" }, + "boss_kills_tier_4": { + "type": "integer" + }, "claimed_levels": { "properties": { "level_1": { @@ -53246,6 +59666,17 @@ "stats": { "type": "object" }, + "temples": { + "properties": { + "unlocked_temples": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "trophy_fish": { "properties": { "blobfish": { @@ -53323,6 +59754,9 @@ "karate_fish_silver": { "type": "integer" }, + "last_caught": { + "type": "string" + }, "lava_horse": { "type": "integer" }, @@ -53529,6 +59963,14 @@ } }, "type": "object" + }, + "winter_player_data": { + "properties": { + "refined_jyrre_uses": { + "type": "integer" + } + }, + "type": "object" } }, "type": "object"