[csharp] UserDetails

Viewer

copydownloadembedprintName: UserDetails
  1. public class HeroesItem
  2. {
  3.         public string user_id { get; set; }
  4.         public string hero_id { get; set; }
  5.         public string level { get; set; }
  6.         public List <string> upgrades { get; set; }
  7.         public string health { get; set; }
  8.         public string grind_time { get; set; }
  9.         public string owned { get; set; }
  10.         public string in_seat { get; set; }
  11.         public int feat_slots { get; set; }
  12.         public string game_instance_id { get; set; }
  13.         public List <string> specialization_choices { get; set; }
  14.         public int skin_id { get; set; }
  15.         public List <int> unlocked_feats { get; set; }
  16.         public List <int> active_feats { get; set; }
  17.         public List <string> feat_slot_unlocks { get; set; }
  18. }
  19.  
  20. public class Found
  21. {
  22.         public int 1 { get; set; }
  23.         public int 2 { get; set; }
  24.         public int 3 { get; set; }
  25.         public int 4 { get; set; }
  26. }
  27.  
  28. public class LootItem
  29. {
  30.         public int hero_id { get; set; }
  31.         public int slot_id { get; set; }
  32.         public int rarity { get; set; }
  33.         public int gild { get; set; }
  34.         public int enchant { get; set; }
  35.         public Found found { get; set; }
  36. }
  37.  
  38. public class BuffsItem
  39. {
  40.         public string user_id { get; set; }
  41.         public string buff_id { get; set; }
  42.         public int remaining_time { get; set; }
  43.         public int total_duration { get; set; }
  44.         public string inventory_amount { get; set; }
  45.         public int current_stacks { get; set; }
  46. }
  47.  
  48. public class TilesItem
  49. {
  50.         public int tile_id { get; set; }
  51.         public int count { get; set; }
  52. }
  53.  
  54. public class Stats
  55. {
  56.         public string boss_defeats { get; set; }
  57.         public string boss_defeats_on_highest_level { get; set; }
  58.         public string boss_kills { get; set; }
  59.         public string buff_inventory_shown { get; set; }
  60.         public string click_damage { get; set; }
  61.         public string clicks { get; set; }
  62.         public string common_loot_gained { get; set; }
  63.         public string credits_seen { get; set; }
  64.         public string dps { get; set; }
  65.         public string epic_loot_gained { get; set; }
  66.         public string global_click_damage_dps_percent { get; set; }
  67.         public string global_dps_multiplier { get; set; }
  68.         public string gold { get; set; }
  69.         public string gold_gained { get; set; }
  70.         public string gold_gained_on_previous_resets { get; set; }
  71.         public string heroes_killed { get; set; }
  72.         public string highest_dps_ever { get; set; }
  73.         public string highest_gold_hoarded { get; set; }
  74.         public string highest_gold_hoarded_ever { get; set; }
  75.         public string highest_hero_unlocked_ever { get; set; }
  76.         public string loot_gained { get; set; }
  77.         public string monster_kills { get; set; }
  78.         public string most_heroes_unlocked { get; set; }
  79.         public string normal_defeats { get; set; }
  80.         public string num_heroes_benched { get; set; }
  81.         public string rare_loot_gained { get; set; }
  82.         public string recoveries_boss { get; set; }
  83.         public string recoveries_normal { get; set; }
  84.         public string spawn_speed_buffs_used_this_reset { get; set; }
  85.         public string storm_rider_mult { get; set; }
  86.         public string time_warps_used_this_reset { get; set; }
  87.         public string total_hero_levels { get; set; }
  88.         public string uncommon_loot_gained { get; set; }
  89.         public string wipes_this_reset { get; set; }
  90.         public string highest_percent_dps_from_females { get; set; }
  91.         public string crusaders_recruited { get; set; }
  92.         public string escort_deaths_this_reset { get; set; }
  93.         public string local_device_install_time { get; set; }
  94.         public string unique_adventures_completed { get; set; }
  95.         public string highest_level_gear { get; set; }
  96.         public string champions_fully_equipped { get; set; }
  97.         public string this_reset_monster_kills { get; set; }
  98.         public string this_reset_boss_kills { get; set; }
  99.         public string this_reset_distractions_clicked { get; set; }
  100.         public string this_reset_silver_chests_found { get; set; }
  101.         public string this_reset_gold_chests_found { get; set; }
  102.         public string this_reset_gems_earned { get; set; }
  103.         public string this_reset_damage_dealt { get; set; }
  104.         public string this_reset_highest_damage_dealt { get; set; }
  105.         public string this_reset_highest_damage_dealt_hero_id { get; set; }
  106.         public string this_reset_highest_base_damage_dealt { get; set; }
  107.         public string this_reset_highest_base_damage_dealt_hero_id { get; set; }
  108.         public string this_reset_damage_taken { get; set; }
  109.         public string this_reset_damage_healed { get; set; }
  110.         public string this_reset_deaths { get; set; }
  111.         public string jarlaxle_both_abilities { get; set; }
  112.         public string asharra_bond_human { get; set; }
  113.         public string asharra_bond_elf { get; set; }
  114.         public string asharra_bond_exotic { get; set; }
  115.         public string asharra_bonds { get; set; }
  116.         public string minsc_ultimate_kills { get; set; }
  117.         public string delina_burn_boss { get; set; }
  118.         public string makos_dark_luck_gold { get; set; }
  119.         public string unlock_jamilah_before_area_50 { get; set; }
  120.         public string ever_set_autoprogress { get; set; }
  121.         public string verified_loot_stats { get; set; }
  122.         public string krond_cantrip_1_kills { get; set; }
  123.         public string krond_cantrip_2_kills { get; set; }
  124.         public string area_175_gromma_spec_a { get; set; }
  125.         public string area_175_gromma_spec_b { get; set; }
  126.         public string area_175_gromma_spec_c { get; set; }
  127.         public string highest_dhadius_orb_stack { get; set; }
  128.         public string regis_front_ranged { get; set; }
  129.         public string regis_front_magic { get; set; }
  130.         public string regis_specializations { get; set; }
  131.         public string birdsong_tempo_max_seconds { get; set; }
  132.         public string most_zorbu_crossbow_hits { get; set; }
  133.         public string strix_save_the_day { get; set; }
  134.         public string catti_brie_consecutive_crits { get; set; }
  135.         public string instrument_g_mult { get; set; }
  136.         public string instrument_l120_g { get; set; }
  137.         public string evelyn_ult_trampled { get; set; }
  138.         public string binwin_extra_attacks { get; set; }
  139.         public string free_plays_completed { get; set; }
  140.         public string crows_shot { get; set; }
  141.         public string level_100_boss_quick_beat { get; set; }
  142.         public string familiars_placed { get; set; }
  143.         public string deekin_pacing_seconds { get; set; }
  144.         public string wulfgar_stuns { get; set; }
  145.         public string farideh_hellish_rebuke_kills { get; set; }
  146.         public string donaar_command_stuns { get; set; }
  147.         public string vlahnya_maxed_stacks { get; set; }
  148.         public string calliope_total_shield_t_h { get; set; }
  149.         public string tyril_shielding_fury { get; set; }
  150.         public string nayeli_damage_taken_t_h { get; set; }
  151.         public string celeste_total_healing_t_h { get; set; }
  152.         public string barrowin_total_healing { get; set; }
  153.         public string arkhan_fire_breath_uses { get; set; }
  154.         public string warden_hexed_monsters { get; set; }
  155.         public string nerys_total_healing { get; set; }
  156.         public string total_kthriss_ultimate_kills { get; set; }
  157.         public string paultin_ultimate_max_stacks { get; set; }
  158.         public string aila_electrified_enemies { get; set; }
  159.         public string spurt_ultimates_used { get; set; }
  160.         public string qillek_ultimate_hits { get; set; }
  161.         public string korth_resurrection_charges_used { get; set; }
  162.         public string korth_rapid_strikes_triggered { get; set; }
  163.         public string zorbu_lifelong_hits_humanoid { get; set; }
  164.         public string zorbu_lifelong_hits_beast { get; set; }
  165.         public string zorbu_lifelong_hits_undead { get; set; }
  166.         public string zorbu_lifelong_hits_drow { get; set; }
  167.         public string drizzt_whirl_of_steel_kills { get; set; }
  168.         public string nrakk_stuns { get; set; }
  169.         public string shandie_dash_areas { get; set; }
  170.         public string feat_slots_unlocked { get; set; }
  171.         public string highest_feats_in_formation { get; set; }
  172.         public string feats_purchased_with_gems { get; set; }
  173.         public string feats_found_in_chests { get; set; }
  174.         public string jim_boxed_enemies { get; set; }
  175.         public string turiel_stacks { get; set; }
  176.         public string patron_unique_variants_completed { get; set; }
  177.         public string patron_free_plays_completed { get; set; }
  178.         public string patron_has_capped_free_play_currency { get; set; }
  179.         public string patron_highest_perk_levels_unlocked { get; set; }
  180.         public string patron_shop_items_purchased { get; set; }
  181.         public string avren_adjacent_mirrors { get; set; }
  182.         public string sentry_resolution_triggers { get; set; }
  183.         public string krull_enemy_killed_with_max_plagues { get; set; }
  184.         public string artemis_one_upped_attacks { get; set; }
  185.         public string dragonbait_smell_o_vision { get; set; }
  186.         public string total_paid_up_front_gold { get; set; }
  187.         public string well_worth_it { get; set; }
  188.         public string havilar_feeling_impish { get; set; }
  189.         public string sisaspia_supreme_spores { get; set; }
  190.         public string briv_divine_patience { get; set; }
  191.         public string briv_steelbones_stacks { get; set; }
  192.         public string briv_sprint_stacks { get; set; }
  193.         public string briv_areas_skipped { get; set; }
  194.         public string melf_broken_rng_last_speedy_buff_index { get; set; }
  195.         public string melf_broken_rng_last_area_completed { get; set; }
  196.         public string melf_broken_rng_area_completed_count { get; set; }
  197.         public string strix_haunted_deaths { get; set; }
  198.         public string jaheira_long_time_coming { get; set; }
  199.         public string jaheira_lingering_anger { get; set; }
  200.         public string nova_samples_collected { get; set; }
  201.         public string nova_monster_hearts { get; set; }
  202.         public string nova_monster_brains { get; set; }
  203.         public string nova_monster_brains_highest_level { get; set; }
  204.         public string beadle_grimm_active_index { get; set; }
  205.         public string beadle_grimm_long_rest_active_stacks { get; set; }
  206.         public string beadle_grimm_long_rest_resting_stacks { get; set; }
  207.         public string beadle_grimm_get_some_rest { get; set; }
  208.         public string omin_max_seconds_all_tymora { get; set; }
  209.         public string lazaapz_total_power_armor_consumed { get; set; }
  210.         public string modron_beta { get; set; }
  211.         public string champions_active { get; set; }
  212.         public string enabled_automation { get; set; }
  213.         public string modron_buff_uses { get; set; }
  214.         public string modron_epic_output { get; set; }
  215.         public string modron_core_two_outputs { get; set; }
  216.         public string modron_core_every_output { get; set; }
  217.         public string modron_core_every_output_epic { get; set; }
  218.         public string this_reset_torogar_zealot_stacks { get; set; }
  219.         public string torogar_lifetime_zealot_stacks { get; set; }
  220.         public string ezmerelda_master_tracker { get; set; }
  221.         public string penelope_monsters_slowed { get; set; }
  222.         public string baeloth_celebration_explosions { get; set; }
  223.         public string talin_monsters_slowed { get; set; }
  224.         public string hewmaan_zrang_areas { get; set; }
  225.         public string hewmaan_kleeb_areas { get; set; }
  226.         public string hewmaan_yassa_areas { get; set; }
  227.         public string hewmaan_max_areas { get; set; }
  228.         public string orisha_bosss_kills_with_flaming_wings { get; set; }
  229.         public string alyndra_griff_knows_best { get; set; }
  230.         public string orkira_effective_adventure_healing { get; set; }
  231.         public string hitch_daggers_for_days { get; set; }
  232.         public string azaka_farmers_gotta_farm { get; set; }
  233.         public string ulkoria_waterdeep_defenders { get; set; }
  234.         public string orkira_noble_sacrifice { get; set; }
  235.         public string mehen_no_youre_grumpy { get; set; }
  236.         public string static_random_seed { get; set; }
  237.         public string shaka_make_em_glow { get; set; }
  238.         public string selise_ready_for_anything { get; set; }
  239.         public string selise_stance { get; set; }
  240.         public string delta_areas_complete { get; set; }
  241.         public string delta_fa1_active_type { get; set; }
  242.         public string delta_fa1_active_stat { get; set; }
  243.         public string delta_fa1_k_stacks { get; set; }
  244.         public string delta_fa1_m_stacks { get; set; }
  245.         public string delta_fa1_g_stacks { get; set; }
  246.         public string delta_fa1_f_stacks { get; set; }
  247.         public string delta_achievement { get; set; }
  248.         public string corazon_goat_pirate { get; set; }
  249.         public string active_nerd_0 { get; set; }
  250.         public string active_nerd_1 { get; set; }
  251.         public string active_nerd_2 { get; set; }
  252.         public string dhani_monsters_painted { get; set; }
  253.         public string dhani_paint_the_town { get; set; }
  254.         public string brig_all_time_max_hype_stacks { get; set; }
  255.         public string widdle_i_said_hurry { get; set; }
  256.         public string xerophon_repeated_imitation_stacks { get; set; }
  257.         public string xerophon_monster_mash { get; set; }
  258.         public string viconia_horde_creation { get; set; }
  259.         public string rust_my_gold_piece { get; set; }
  260.         public string rust_one_gold_piece { get; set; }
  261.         public string vi_my_work_here_is_done { get; set; }
  262.         public string desmond_in_the_mood_to_be_quite_rude { get; set; }
  263.         public string baeloth_generous_djinn_champions { get; set; }
  264.         public string tatyana_i_guess_we_fight { get; set; }
  265.         public string blooshi_meet_the_blooshies { get; set; }
  266.         public string blooshi_version_number { get; set; }
  267.         public string blooshi_boss_levels_completed_while_alive { get; set; }
  268.         public string blooshi_soul_stacks { get; set; }
  269.         public string blooshi_is_spirit { get; set; }
  270.         public string gazrick_even_the_playing_field { get; set; }
  271.         public string dm_spec1_hero_id { get; set; }
  272.         public string dm_spec1_slot_id { get; set; }
  273.         public string d_achievement { get; set; }
  274.         public string shop_visits { get; set; }
  275.         public string modron_highest_flow_to_output { get; set; }
  276.         public string modron_lowest_flow_to_output { get; set; }
  277.         public string modron_flow_to_all_outputs_at_least { get; set; }
  278.         public string modron_flow_below_decimals { get; set; }
  279.         public string merilwen_achieve_mints { get; set; }
  280.         public string naharas_lost_memories { get; set; }
  281.         public string hide_dismantle { get; set; }
  282.         public string highest_area_completed_ever_c1 { get; set; }
  283.         public string highest_area_completed_ever_c10 { get; set; }
  284.         public string highest_area_completed_ever_c100 { get; set; }
  285.         public string highest_area_completed_ever_c1002 { get; set; }
  286.         public string highest_area_completed_ever_c1003 { get; set; }
  287.         public string highest_area_completed_ever_c1007 { get; set; }
  288.         public string highest_area_completed_ever_c101 { get; set; }
  289.         public string highest_area_completed_ever_c102 { get; set; }
  290.         public string highest_area_completed_ever_c103 { get; set; }
  291.         public string highest_area_completed_ever_c1054 { get; set; }
  292.         public string highest_area_completed_ever_c109 { get; set; }
  293.         public string highest_area_completed_ever_c11 { get; set; }
  294.         public string highest_area_completed_ever_c110 { get; set; }
  295.         public string highest_area_completed_ever_c111 { get; set; }
  296.         public string highest_area_completed_ever_c112 { get; set; }
  297.         public string highest_area_completed_ever_c1122 { get; set; }
  298.         public string highest_area_completed_ever_c1127 { get; set; }
  299.         public string highest_area_completed_ever_c113 { get; set; }
  300.         public string highest_area_completed_ever_c1132 { get; set; }
  301.         public string highest_area_completed_ever_c1133 { get; set; }
  302.         public string highest_area_completed_ever_c1137 { get; set; }
  303.         public string highest_area_completed_ever_c1138 { get; set; }
  304.         public string highest_area_completed_ever_c114 { get; set; }
  305.         public string highest_area_completed_ever_c115 { get; set; }
  306.         public string highest_area_completed_ever_c116 { get; set; }
  307.         public string highest_area_completed_ever_c117 { get; set; }
  308.         public string highest_area_completed_ever_c12 { get; set; }
  309.         public string highest_area_completed_ever_c124 { get; set; }
  310.         public string highest_area_completed_ever_c125 { get; set; }
  311.         public string highest_area_completed_ever_c126 { get; set; }
  312.         public string highest_area_completed_ever_c127 { get; set; }
  313.         public string highest_area_completed_ever_c129 { get; set; }
  314.         public string highest_area_completed_ever_c13 { get; set; }
  315.         public string highest_area_completed_ever_c130 { get; set; }
  316.         public string highest_area_completed_ever_c131 { get; set; }
  317.         public string highest_area_completed_ever_c132 { get; set; }
  318.         public string highest_area_completed_ever_c14 { get; set; }
  319.         public string highest_area_completed_ever_c149 { get; set; }
  320.         public string highest_area_completed_ever_c15 { get; set; }
  321.         public string highest_area_completed_ever_c150 { get; set; }
  322.         public string highest_area_completed_ever_c151 { get; set; }
  323.         public string highest_area_completed_ever_c152 { get; set; }
  324.         public string highest_area_completed_ever_c154 { get; set; }
  325.         public string highest_area_completed_ever_c155 { get; set; }
  326.         public string highest_area_completed_ever_c156 { get; set; }
  327.         public string highest_area_completed_ever_c157 { get; set; }
  328.         public string highest_area_completed_ever_c158 { get; set; }
  329.         public string highest_area_completed_ever_c16 { get; set; }
  330.         public string highest_area_completed_ever_c164 { get; set; }
  331.         public string highest_area_completed_ever_c165 { get; set; }
  332.         public string highest_area_completed_ever_c166 { get; set; }
  333.         public string highest_area_completed_ever_c167 { get; set; }
  334.         public string highest_area_completed_ever_c168 { get; set; }
  335.         public string highest_area_completed_ever_c169 { get; set; }
  336.         public string highest_area_completed_ever_c17 { get; set; }
  337.         public string highest_area_completed_ever_c170 { get; set; }
  338.         public string highest_area_completed_ever_c171 { get; set; }
  339.         public string highest_area_completed_ever_c172 { get; set; }
  340.         public string highest_area_completed_ever_c179 { get; set; }
  341.         public string highest_area_completed_ever_c180 { get; set; }
  342.         public string highest_area_completed_ever_c181 { get; set; }
  343.         public string highest_area_completed_ever_c182 { get; set; }
  344.         public string highest_area_completed_ever_c184 { get; set; }
  345.         public string highest_area_completed_ever_c185 { get; set; }
  346.         public string highest_area_completed_ever_c186 { get; set; }
  347.         public string highest_area_completed_ever_c187 { get; set; }
  348.         public string highest_area_completed_ever_c188 { get; set; }
  349.         public string highest_area_completed_ever_c189 { get; set; }
  350.         public string highest_area_completed_ever_c19 { get; set; }
  351.         public string highest_area_completed_ever_c193 { get; set; }
  352.         public string highest_area_completed_ever_c195 { get; set; }
  353.         public string highest_area_completed_ever_c198 { get; set; }
  354.         public string highest_area_completed_ever_c20 { get; set; }
  355.         public string highest_area_completed_ever_c201 { get; set; }
  356.         public string highest_area_completed_ever_c208 { get; set; }
  357.         public string highest_area_completed_ever_c209 { get; set; }
  358.         public string highest_area_completed_ever_c21 { get; set; }
  359.         public string highest_area_completed_ever_c210 { get; set; }
  360.         public string highest_area_completed_ever_c211 { get; set; }
  361.         public string highest_area_completed_ever_c212 { get; set; }
  362.         public string highest_area_completed_ever_c213 { get; set; }
  363.         public string highest_area_completed_ever_c214 { get; set; }
  364.         public string highest_area_completed_ever_c215 { get; set; }
  365.         public string highest_area_completed_ever_c216 { get; set; }
  366.         public string highest_area_completed_ever_c229 { get; set; }
  367.         public string highest_area_completed_ever_c230 { get; set; }
  368.         public string highest_area_completed_ever_c231 { get; set; }
  369.         public string highest_area_completed_ever_c232 { get; set; }
  370.         public string highest_area_completed_ever_c233 { get; set; }
  371.         public string highest_area_completed_ever_c235 { get; set; }
  372.         public string highest_area_completed_ever_c236 { get; set; }
  373.         public string highest_area_completed_ever_c237 { get; set; }
  374.         public string highest_area_completed_ever_c238 { get; set; }
  375.         public string highest_area_completed_ever_c245 { get; set; }
  376.         public string highest_area_completed_ever_c246 { get; set; }
  377.         public string highest_area_completed_ever_c247 { get; set; }
  378.         public string highest_area_completed_ever_c248 { get; set; }
  379.         public string highest_area_completed_ever_c249 { get; set; }
  380.         public string highest_area_completed_ever_c251 { get; set; }
  381.         public string highest_area_completed_ever_c252 { get; set; }
  382.         public string highest_area_completed_ever_c253 { get; set; }
  383.         public string highest_area_completed_ever_c254 { get; set; }
  384.         public string highest_area_completed_ever_c262 { get; set; }
  385.         public string highest_area_completed_ever_c263 { get; set; }
  386.         public string highest_area_completed_ever_c264 { get; set; }
  387.         public string highest_area_completed_ever_c265 { get; set; }
  388.         public string highest_area_completed_ever_c267 { get; set; }
  389.         public string highest_area_completed_ever_c268 { get; set; }
  390.         public string highest_area_completed_ever_c269 { get; set; }
  391.         public string highest_area_completed_ever_c270 { get; set; }
  392.         public string highest_area_completed_ever_c271 { get; set; }
  393.         public string highest_area_completed_ever_c277 { get; set; }
  394.         public string highest_area_completed_ever_c278 { get; set; }
  395.         public string highest_area_completed_ever_c279 { get; set; }
  396.         public string highest_area_completed_ever_c280 { get; set; }
  397.         public string highest_area_completed_ever_c281 { get; set; }
  398.         public string highest_area_completed_ever_c283 { get; set; }
  399.         public string highest_area_completed_ever_c284 { get; set; }
  400.         public string highest_area_completed_ever_c285 { get; set; }
  401.         public string highest_area_completed_ever_c286 { get; set; }
  402.         public string highest_area_completed_ever_c287 { get; set; }
  403.         public string highest_area_completed_ever_c29 { get; set; }
  404.         public string highest_area_completed_ever_c3 { get; set; }
  405.         public string highest_area_completed_ever_c30 { get; set; }
  406.         public string highest_area_completed_ever_c31 { get; set; }
  407.         public string highest_area_completed_ever_c34 { get; set; }
  408.         public string highest_area_completed_ever_c35 { get; set; }
  409.         public string highest_area_completed_ever_c36 { get; set; }
  410.         public string highest_area_completed_ever_c365 { get; set; }
  411.         public string highest_area_completed_ever_c367 { get; set; }
  412.         public string highest_area_completed_ever_c368 { get; set; }
  413.         public string highest_area_completed_ever_c369 { get; set; }
  414.         public string highest_area_completed_ever_c37 { get; set; }
  415.         public string highest_area_completed_ever_c370 { get; set; }
  416.         public string highest_area_completed_ever_c371 { get; set; }
  417.         public string highest_area_completed_ever_c373 { get; set; }
  418.         public string highest_area_completed_ever_c374 { get; set; }
  419.         public string highest_area_completed_ever_c376 { get; set; }
  420.         public string highest_area_completed_ever_c377 { get; set; }
  421.         public string highest_area_completed_ever_c378 { get; set; }
  422.         public string highest_area_completed_ever_c379 { get; set; }
  423.         public string highest_area_completed_ever_c38 { get; set; }
  424.         public string highest_area_completed_ever_c380 { get; set; }
  425.         public string highest_area_completed_ever_c381 { get; set; }
  426.         public string highest_area_completed_ever_c383 { get; set; }
  427.         public string highest_area_completed_ever_c384 { get; set; }
  428.         public string highest_area_completed_ever_c385 { get; set; }
  429.         public string highest_area_completed_ever_c386 { get; set; }
  430.         public string highest_area_completed_ever_c388 { get; set; }
  431.         public string highest_area_completed_ever_c389 { get; set; }
  432.         public string highest_area_completed_ever_c39 { get; set; }
  433.         public string highest_area_completed_ever_c390 { get; set; }
  434.         public string highest_area_completed_ever_c391 { get; set; }
  435.         public string highest_area_completed_ever_c393 { get; set; }
  436.         public string highest_area_completed_ever_c394 { get; set; }
  437.         public string highest_area_completed_ever_c395 { get; set; }
  438.         public string highest_area_completed_ever_c396 { get; set; }
  439.         public string highest_area_completed_ever_c398 { get; set; }
  440.         public string highest_area_completed_ever_c399 { get; set; }
  441.         public string highest_area_completed_ever_c4 { get; set; }
  442.         public string highest_area_completed_ever_c40 { get; set; }
  443.         public string highest_area_completed_ever_c400 { get; set; }
  444.         public string highest_area_completed_ever_c401 { get; set; }
  445.         public string highest_area_completed_ever_c402 { get; set; }
  446.         public string highest_area_completed_ever_c403 { get; set; }
  447.         public string highest_area_completed_ever_c404 { get; set; }
  448.         public string highest_area_completed_ever_c405 { get; set; }
  449.         public string highest_area_completed_ever_c406 { get; set; }
  450.         public string highest_area_completed_ever_c408 { get; set; }
  451.         public string highest_area_completed_ever_c409 { get; set; }
  452.         public string highest_area_completed_ever_c41 { get; set; }
  453.         public string highest_area_completed_ever_c410 { get; set; }
  454.         public string highest_area_completed_ever_c411 { get; set; }
  455.         public string highest_area_completed_ever_c413 { get; set; }
  456.         public string highest_area_completed_ever_c414 { get; set; }
  457.         public string highest_area_completed_ever_c415 { get; set; }
  458.         public string highest_area_completed_ever_c416 { get; set; }
  459.         public string highest_area_completed_ever_c418 { get; set; }
  460.         public string highest_area_completed_ever_c419 { get; set; }
  461.         public string highest_area_completed_ever_c42 { get; set; }
  462.         public string highest_area_completed_ever_c420 { get; set; }
  463.         public string highest_area_completed_ever_c421 { get; set; }
  464.         public string highest_area_completed_ever_c423 { get; set; }
  465.         public string highest_area_completed_ever_c424 { get; set; }
  466.         public string highest_area_completed_ever_c425 { get; set; }
  467.         public string highest_area_completed_ever_c426 { get; set; }
  468.         public string highest_area_completed_ever_c428 { get; set; }
  469.         public string highest_area_completed_ever_c429 { get; set; }
  470.         public string highest_area_completed_ever_c430 { get; set; }
  471.         public string highest_area_completed_ever_c431 { get; set; }
  472.         public string highest_area_completed_ever_c433 { get; set; }
  473.         public string highest_area_completed_ever_c434 { get; set; }
  474.         public string highest_area_completed_ever_c435 { get; set; }
  475.         public string highest_area_completed_ever_c453 { get; set; }
  476.         public string highest_area_completed_ever_c458 { get; set; }
  477.         public string highest_area_completed_ever_c459 { get; set; }
  478.         public string highest_area_completed_ever_c460 { get; set; }
  479.         public string highest_area_completed_ever_c461 { get; set; }
  480.         public string highest_area_completed_ever_c462 { get; set; }
  481.         public string highest_area_completed_ever_c463 { get; set; }
  482.         public string highest_area_completed_ever_c464 { get; set; }
  483.         public string highest_area_completed_ever_c465 { get; set; }
  484.         public string highest_area_completed_ever_c466 { get; set; }
  485.         public string highest_area_completed_ever_c467 { get; set; }
  486.         public string highest_area_completed_ever_c468 { get; set; }
  487.         public string highest_area_completed_ever_c469 { get; set; }
  488.         public string highest_area_completed_ever_c470 { get; set; }
  489.         public string highest_area_completed_ever_c471 { get; set; }
  490.         public string highest_area_completed_ever_c472 { get; set; }
  491.         public string highest_area_completed_ever_c473 { get; set; }
  492.         public string highest_area_completed_ever_c474 { get; set; }
  493.         public string highest_area_completed_ever_c475 { get; set; }
  494.         public string highest_area_completed_ever_c476 { get; set; }
  495.         public string highest_area_completed_ever_c477 { get; set; }
  496.         public string highest_area_completed_ever_c479 { get; set; }
  497.         public string highest_area_completed_ever_c480 { get; set; }
  498.         public string highest_area_completed_ever_c482 { get; set; }
  499.         public string highest_area_completed_ever_c484 { get; set; }
  500.         public string highest_area_completed_ever_c485 { get; set; }
  501.         public string highest_area_completed_ever_c487 { get; set; }
  502.         public string highest_area_completed_ever_c488 { get; set; }
  503.         public string highest_area_completed_ever_c489 { get; set; }
  504.         public string highest_area_completed_ever_c490 { get; set; }
  505.         public string highest_area_completed_ever_c491 { get; set; }
  506.         public string highest_area_completed_ever_c494 { get; set; }
  507.         public string highest_area_completed_ever_c495 { get; set; }
  508.         public string highest_area_completed_ever_c496 { get; set; }
  509.         public string highest_area_completed_ever_c497 { get; set; }
  510.         public string highest_area_completed_ever_c5 { get; set; }
  511.         public string highest_area_completed_ever_c502 { get; set; }
  512.         public string highest_area_completed_ever_c523 { get; set; }
  513.         public string highest_area_completed_ever_c536 { get; set; }
  514.         public string highest_area_completed_ever_c537 { get; set; }
  515.         public string highest_area_completed_ever_c538 { get; set; }
  516.         public string highest_area_completed_ever_c539 { get; set; }
  517.         public string highest_area_completed_ever_c54 { get; set; }
  518.         public string highest_area_completed_ever_c540 { get; set; }
  519.         public string highest_area_completed_ever_c541 { get; set; }
  520.         public string highest_area_completed_ever_c542 { get; set; }
  521.         public string highest_area_completed_ever_c544 { get; set; }
  522.         public string highest_area_completed_ever_c545 { get; set; }
  523.         public string highest_area_completed_ever_c546 { get; set; }
  524.         public string highest_area_completed_ever_c547 { get; set; }
  525.         public string highest_area_completed_ever_c549 { get; set; }
  526.         public string highest_area_completed_ever_c55 { get; set; }
  527.         public string highest_area_completed_ever_c550 { get; set; }
  528.         public string highest_area_completed_ever_c551 { get; set; }
  529.         public string highest_area_completed_ever_c552 { get; set; }
  530.         public string highest_area_completed_ever_c553 { get; set; }
  531.         public string highest_area_completed_ever_c555 { get; set; }
  532.         public string highest_area_completed_ever_c556 { get; set; }
  533.         public string highest_area_completed_ever_c557 { get; set; }
  534.         public string highest_area_completed_ever_c56 { get; set; }
  535.         public string highest_area_completed_ever_c560 { get; set; }
  536.         public string highest_area_completed_ever_c561 { get; set; }
  537.         public string highest_area_completed_ever_c562 { get; set; }
  538.         public string highest_area_completed_ever_c565 { get; set; }
  539.         public string highest_area_completed_ever_c566 { get; set; }
  540.         public string highest_area_completed_ever_c567 { get; set; }
  541.         public string highest_area_completed_ever_c57 { get; set; }
  542.         public string highest_area_completed_ever_c570 { get; set; }
  543.         public string highest_area_completed_ever_c571 { get; set; }
  544.         public string highest_area_completed_ever_c572 { get; set; }
  545.         public string highest_area_completed_ever_c575 { get; set; }
  546.         public string highest_area_completed_ever_c576 { get; set; }
  547.         public string highest_area_completed_ever_c577 { get; set; }
  548.         public string highest_area_completed_ever_c580 { get; set; }
  549.         public string highest_area_completed_ever_c581 { get; set; }
  550.         public string highest_area_completed_ever_c582 { get; set; }
  551.         public string highest_area_completed_ever_c585 { get; set; }
  552.         public string highest_area_completed_ever_c586 { get; set; }
  553.         public string highest_area_completed_ever_c587 { get; set; }
  554.         public string highest_area_completed_ever_c59 { get; set; }
  555.         public string highest_area_completed_ever_c590 { get; set; }
  556.         public string highest_area_completed_ever_c591 { get; set; }
  557.         public string highest_area_completed_ever_c592 { get; set; }
  558.         public string highest_area_completed_ever_c595 { get; set; }
  559.         public string highest_area_completed_ever_c596 { get; set; }
  560.         public string highest_area_completed_ever_c597 { get; set; }
  561.         public string highest_area_completed_ever_c6 { get; set; }
  562.         public string highest_area_completed_ever_c60 { get; set; }
  563.         public string highest_area_completed_ever_c600 { get; set; }
  564.         public string highest_area_completed_ever_c601 { get; set; }
  565.         public string highest_area_completed_ever_c602 { get; set; }
  566.         public string highest_area_completed_ever_c605 { get; set; }
  567.         public string highest_area_completed_ever_c606 { get; set; }
  568.         public string highest_area_completed_ever_c607 { get; set; }
  569.         public string highest_area_completed_ever_c61 { get; set; }
  570.         public string highest_area_completed_ever_c610 { get; set; }
  571.         public string highest_area_completed_ever_c611 { get; set; }
  572.         public string highest_area_completed_ever_c612 { get; set; }
  573.         public string highest_area_completed_ever_c615 { get; set; }
  574.         public string highest_area_completed_ever_c616 { get; set; }
  575.         public string highest_area_completed_ever_c617 { get; set; }
  576.         public string highest_area_completed_ever_c62 { get; set; }
  577.         public string highest_area_completed_ever_c620 { get; set; }
  578.         public string highest_area_completed_ever_c621 { get; set; }
  579.         public string highest_area_completed_ever_c622 { get; set; }
  580.         public string highest_area_completed_ever_c625 { get; set; }
  581.         public string highest_area_completed_ever_c626 { get; set; }
  582.         public string highest_area_completed_ever_c627 { get; set; }
  583.         public string highest_area_completed_ever_c63 { get; set; }
  584.         public string highest_area_completed_ever_c630 { get; set; }
  585.         public string highest_area_completed_ever_c631 { get; set; }
  586.         public string highest_area_completed_ever_c632 { get; set; }
  587.         public string highest_area_completed_ever_c635 { get; set; }
  588.         public string highest_area_completed_ever_c636 { get; set; }
  589.         public string highest_area_completed_ever_c637 { get; set; }
  590.         public string highest_area_completed_ever_c640 { get; set; }
  591.         public string highest_area_completed_ever_c641 { get; set; }
  592.         public string highest_area_completed_ever_c642 { get; set; }
  593.         public string highest_area_completed_ever_c645 { get; set; }
  594.         public string highest_area_completed_ever_c646 { get; set; }
  595.         public string highest_area_completed_ever_c647 { get; set; }
  596.         public string highest_area_completed_ever_c650 { get; set; }
  597.         public string highest_area_completed_ever_c651 { get; set; }
  598.         public string highest_area_completed_ever_c652 { get; set; }
  599.         public string highest_area_completed_ever_c655 { get; set; }
  600.         public string highest_area_completed_ever_c656 { get; set; }
  601.         public string highest_area_completed_ever_c657 { get; set; }
  602.         public string highest_area_completed_ever_c660 { get; set; }
  603.         public string highest_area_completed_ever_c661 { get; set; }
  604.         public string highest_area_completed_ever_c662 { get; set; }
  605.         public string highest_area_completed_ever_c665 { get; set; }
  606.         public string highest_area_completed_ever_c666 { get; set; }
  607.         public string highest_area_completed_ever_c667 { get; set; }
  608.         public string highest_area_completed_ever_c670 { get; set; }
  609.         public string highest_area_completed_ever_c671 { get; set; }
  610.         public string highest_area_completed_ever_c672 { get; set; }
  611.         public string highest_area_completed_ever_c675 { get; set; }
  612.         public string highest_area_completed_ever_c676 { get; set; }
  613.         public string highest_area_completed_ever_c677 { get; set; }
  614.         public string highest_area_completed_ever_c680 { get; set; }
  615.         public string highest_area_completed_ever_c681 { get; set; }
  616.         public string highest_area_completed_ever_c682 { get; set; }
  617.         public string highest_area_completed_ever_c685 { get; set; }
  618.         public string highest_area_completed_ever_c686 { get; set; }
  619.         public string highest_area_completed_ever_c687 { get; set; }
  620.         public string highest_area_completed_ever_c69 { get; set; }
  621.         public string highest_area_completed_ever_c690 { get; set; }
  622.         public string highest_area_completed_ever_c691 { get; set; }
  623.         public string highest_area_completed_ever_c692 { get; set; }
  624.         public string highest_area_completed_ever_c695 { get; set; }
  625.         public string highest_area_completed_ever_c696 { get; set; }
  626.         public string highest_area_completed_ever_c697 { get; set; }
  627.         public string highest_area_completed_ever_c699 { get; set; }
  628.         public string highest_area_completed_ever_c7 { get; set; }
  629.         public string highest_area_completed_ever_c70 { get; set; }
  630.         public string highest_area_completed_ever_c71 { get; set; }
  631.         public string highest_area_completed_ever_c72 { get; set; }
  632.         public string highest_area_completed_ever_c720 { get; set; }
  633.         public string highest_area_completed_ever_c721 { get; set; }
  634.         public string highest_area_completed_ever_c722 { get; set; }
  635.         public string highest_area_completed_ever_c724 { get; set; }
  636.         public string highest_area_completed_ever_c725 { get; set; }
  637.         public string highest_area_completed_ever_c726 { get; set; }
  638.         public string highest_area_completed_ever_c727 { get; set; }
  639.         public string highest_area_completed_ever_c728 { get; set; }
  640.         public string highest_area_completed_ever_c730 { get; set; }
  641.         public string highest_area_completed_ever_c731 { get; set; }
  642.         public string highest_area_completed_ever_c732 { get; set; }
  643.         public string highest_area_completed_ever_c733 { get; set; }
  644.         public string highest_area_completed_ever_c734 { get; set; }
  645.         public string highest_area_completed_ever_c735 { get; set; }
  646.         public string highest_area_completed_ever_c736 { get; set; }
  647.         public string highest_area_completed_ever_c737 { get; set; }
  648.         public string highest_area_completed_ever_c738 { get; set; }
  649.         public string highest_area_completed_ever_c739 { get; set; }
  650.         public string highest_area_completed_ever_c74 { get; set; }
  651.         public string highest_area_completed_ever_c75 { get; set; }
  652.         public string highest_area_completed_ever_c751 { get; set; }
  653.         public string highest_area_completed_ever_c752 { get; set; }
  654.         public string highest_area_completed_ever_c753 { get; set; }
  655.         public string highest_area_completed_ever_c754 { get; set; }
  656.         public string highest_area_completed_ever_c755 { get; set; }
  657.         public string highest_area_completed_ever_c756 { get; set; }
  658.         public string highest_area_completed_ever_c757 { get; set; }
  659.         public string highest_area_completed_ever_c758 { get; set; }
  660.         public string highest_area_completed_ever_c76 { get; set; }
  661.         public string highest_area_completed_ever_c764 { get; set; }
  662.         public string highest_area_completed_ever_c769 { get; set; }
  663.         public string highest_area_completed_ever_c77 { get; set; }
  664.         public string highest_area_completed_ever_c785 { get; set; }
  665.         public string highest_area_completed_ever_c786 { get; set; }
  666.         public string highest_area_completed_ever_c788 { get; set; }
  667.         public string highest_area_completed_ever_c79 { get; set; }
  668.         public string highest_area_completed_ever_c798 { get; set; }
  669.         public string highest_area_completed_ever_c799 { get; set; }
  670.         public string highest_area_completed_ever_c8 { get; set; }
  671.         public string highest_area_completed_ever_c80 { get; set; }
  672.         public string highest_area_completed_ever_c801 { get; set; }
  673.         public string highest_area_completed_ever_c802 { get; set; }
  674.         public string highest_area_completed_ever_c803 { get; set; }
  675.         public string highest_area_completed_ever_c804 { get; set; }
  676.         public string highest_area_completed_ever_c806 { get; set; }
  677.         public string highest_area_completed_ever_c807 { get; set; }
  678.         public string highest_area_completed_ever_c808 { get; set; }
  679.         public string highest_area_completed_ever_c809 { get; set; }
  680.         public string highest_area_completed_ever_c81 { get; set; }
  681.         public string highest_area_completed_ever_c812 { get; set; }
  682.         public string highest_area_completed_ever_c813 { get; set; }
  683.         public string highest_area_completed_ever_c814 { get; set; }
  684.         public string highest_area_completed_ever_c817 { get; set; }
  685.         public string highest_area_completed_ever_c818 { get; set; }
  686.         public string highest_area_completed_ever_c819 { get; set; }
  687.         public string highest_area_completed_ever_c82 { get; set; }
  688.         public string highest_area_completed_ever_c827 { get; set; }
  689.         public string highest_area_completed_ever_c828 { get; set; }
  690.         public string highest_area_completed_ever_c829 { get; set; }
  691.         public string highest_area_completed_ever_c832 { get; set; }
  692.         public string highest_area_completed_ever_c833 { get; set; }
  693.         public string highest_area_completed_ever_c834 { get; set; }
  694.         public string highest_area_completed_ever_c837 { get; set; }
  695.         public string highest_area_completed_ever_c838 { get; set; }
  696.         public string highest_area_completed_ever_c839 { get; set; }
  697.         public string highest_area_completed_ever_c842 { get; set; }
  698.         public string highest_area_completed_ever_c843 { get; set; }
  699.         public string highest_area_completed_ever_c844 { get; set; }
  700.         public string highest_area_completed_ever_c847 { get; set; }
  701.         public string highest_area_completed_ever_c848 { get; set; }
  702.         public string highest_area_completed_ever_c849 { get; set; }
  703.         public string highest_area_completed_ever_c852 { get; set; }
  704.         public string highest_area_completed_ever_c853 { get; set; }
  705.         public string highest_area_completed_ever_c854 { get; set; }
  706.         public string highest_area_completed_ever_c857 { get; set; }
  707.         public string highest_area_completed_ever_c858 { get; set; }
  708.         public string highest_area_completed_ever_c859 { get; set; }
  709.         public string highest_area_completed_ever_c862 { get; set; }
  710.         public string highest_area_completed_ever_c863 { get; set; }
  711.         public string highest_area_completed_ever_c864 { get; set; }
  712.         public string highest_area_completed_ever_c867 { get; set; }
  713.         public string highest_area_completed_ever_c868 { get; set; }
  714.         public string highest_area_completed_ever_c869 { get; set; }
  715.         public string highest_area_completed_ever_c872 { get; set; }
  716.         public string highest_area_completed_ever_c873 { get; set; }
  717.         public string highest_area_completed_ever_c877 { get; set; }
  718.         public string highest_area_completed_ever_c878 { get; set; }
  719.         public string highest_area_completed_ever_c879 { get; set; }
  720.         public string highest_area_completed_ever_c882 { get; set; }
  721.         public string highest_area_completed_ever_c883 { get; set; }
  722.         public string highest_area_completed_ever_c884 { get; set; }
  723.         public string highest_area_completed_ever_c887 { get; set; }
  724.         public string highest_area_completed_ever_c888 { get; set; }
  725.         public string highest_area_completed_ever_c889 { get; set; }
  726.         public string highest_area_completed_ever_c892 { get; set; }
  727.         public string highest_area_completed_ever_c893 { get; set; }
  728.         public string highest_area_completed_ever_c894 { get; set; }
  729.         public string highest_area_completed_ever_c897 { get; set; }
  730.         public string highest_area_completed_ever_c898 { get; set; }
  731.         public string highest_area_completed_ever_c899 { get; set; }
  732.         public string highest_area_completed_ever_c9 { get; set; }
  733.         public string highest_area_completed_ever_c902 { get; set; }
  734.         public string highest_area_completed_ever_c903 { get; set; }
  735.         public string highest_area_completed_ever_c904 { get; set; }
  736.         public string highest_area_completed_ever_c906 { get; set; }
  737.         public string highest_area_completed_ever_c907 { get; set; }
  738.         public string highest_area_completed_ever_c908 { get; set; }
  739.         public string highest_area_completed_ever_c909 { get; set; }
  740.         public string highest_area_completed_ever_c912 { get; set; }
  741.         public string highest_area_completed_ever_c918 { get; set; }
  742.         public string highest_area_completed_ever_c919 { get; set; }
  743.         public string highest_area_completed_ever_c920 { get; set; }
  744.         public string highest_area_completed_ever_c923 { get; set; }
  745.         public string highest_area_completed_ever_c924 { get; set; }
  746.         public string highest_area_completed_ever_c925 { get; set; }
  747.         public string highest_area_completed_ever_c928 { get; set; }
  748.         public string highest_area_completed_ever_c929 { get; set; }
  749.         public string highest_area_completed_ever_c933 { get; set; }
  750.         public string highest_area_completed_ever_c934 { get; set; }
  751.         public string highest_area_completed_ever_c94 { get; set; }
  752.         public string highest_area_completed_ever_c95 { get; set; }
  753.         public string highest_area_completed_ever_c958 { get; set; }
  754.         public string highest_area_completed_ever_c959 { get; set; }
  755.         public string highest_area_completed_ever_c96 { get; set; }
  756.         public string highest_area_completed_ever_c960 { get; set; }
  757.         public string highest_area_completed_ever_c962 { get; set; }
  758.         public string highest_area_completed_ever_c963 { get; set; }
  759.         public string highest_area_completed_ever_c964 { get; set; }
  760.         public string highest_area_completed_ever_c965 { get; set; }
  761.         public string highest_area_completed_ever_c966 { get; set; }
  762.         public string highest_area_completed_ever_c967 { get; set; }
  763.         public string highest_area_completed_ever_c968 { get; set; }
  764.         public string highest_area_completed_ever_c969 { get; set; }
  765.         public string highest_area_completed_ever_c97 { get; set; }
  766.         public string highest_area_completed_ever_c970 { get; set; }
  767.         public string highest_area_completed_ever_c971 { get; set; }
  768.         public string highest_area_completed_ever_c972 { get; set; }
  769.         public string highest_area_completed_ever_c973 { get; set; }
  770.         public string highest_area_completed_ever_c974 { get; set; }
  771.         public string highest_area_completed_ever_c975 { get; set; }
  772.         public string highest_area_completed_ever_c976 { get; set; }
  773.         public string highest_area_completed_ever_c977 { get; set; }
  774.         public string highest_area_completed_ever_c978 { get; set; }
  775.         public string highest_area_completed_ever_c979 { get; set; }
  776.         public string highest_area_completed_ever_c980 { get; set; }
  777.         public string highest_area_completed_ever_c982 { get; set; }
  778.         public string highest_area_completed_ever_c983 { get; set; }
  779.         public string highest_area_completed_ever_c984 { get; set; }
  780.         public string highest_area_completed_ever_c987 { get; set; }
  781.         public string highest_area_completed_ever_c988 { get; set; }
  782.         public string highest_area_completed_ever_c989 { get; set; }
  783.         public string highest_area_completed_ever_c99 { get; set; }
  784.         public string highest_area_completed_ever_c990 { get; set; }
  785.         public string highest_area_completed_ever_c991 { get; set; }
  786.         public string highest_area_completed_ever_c992 { get; set; }
  787.         public string highest_area_completed_ever_c993 { get; set; }
  788.         public string highest_area_completed_ever_c994 { get; set; }
  789.         public string highest_area_completed_ever_c995 { get; set; }
  790.         public string highest_area_completed_ever_c996 { get; set; }
  791.         public string highest_area_completed_ever_c997 { get; set; }
  792.         public string highest_area_completed_ever_c998 { get; set; }
  793.         public string champion_1_highest_level { get; set; }
  794.         public string champion_10_highest_level { get; set; }
  795.         public string champion_100_highest_level { get; set; }
  796.         public string champion_101_highest_level { get; set; }
  797.         public string champion_102_highest_level { get; set; }
  798.         public string champion_106_highest_level { get; set; }
  799.         public string champion_11_highest_level { get; set; }
  800.         public string champion_12_highest_level { get; set; }
  801.         public string champion_13_highest_level { get; set; }
  802.         public string champion_14_highest_level { get; set; }
  803.         public string champion_15_highest_level { get; set; }
  804.         public string champion_16_highest_level { get; set; }
  805.         public string champion_17_highest_level { get; set; }
  806.         public string champion_18_highest_level { get; set; }
  807.         public string champion_19_highest_level { get; set; }
  808.         public string champion_2_highest_level { get; set; }
  809.         public string champion_20_highest_level { get; set; }
  810.         public string champion_21_highest_level { get; set; }
  811.         public string champion_22_highest_level { get; set; }
  812.         public string champion_23_highest_level { get; set; }
  813.         public string champion_24_highest_level { get; set; }
  814.         public string champion_25_highest_level { get; set; }
  815.         public string champion_26_highest_level { get; set; }
  816.         public string champion_27_highest_level { get; set; }
  817.         public string champion_28_highest_level { get; set; }
  818.         public string champion_3_highest_level { get; set; }
  819.         public string champion_30_highest_level { get; set; }
  820.         public string champion_31_highest_level { get; set; }
  821.         public string champion_32_highest_level { get; set; }
  822.         public string champion_33_highest_level { get; set; }
  823.         public string champion_34_highest_level { get; set; }
  824.         public string champion_35_highest_level { get; set; }
  825.         public string champion_36_highest_level { get; set; }
  826.         public string champion_37_highest_level { get; set; }
  827.         public string champion_38_highest_level { get; set; }
  828.         public string champion_39_highest_level { get; set; }
  829.         public string champion_4_highest_level { get; set; }
  830.         public string champion_40_highest_level { get; set; }
  831.         public string champion_41_highest_level { get; set; }
  832.         public string champion_42_highest_level { get; set; }
  833.         public string champion_43_highest_level { get; set; }
  834.         public string champion_44_highest_level { get; set; }
  835.         public string champion_45_highest_level { get; set; }
  836.         public string champion_46_highest_level { get; set; }
  837.         public string champion_47_highest_level { get; set; }
  838.         public string champion_48_highest_level { get; set; }
  839.         public string champion_49_highest_level { get; set; }
  840.         public string champion_5_highest_level { get; set; }
  841.         public string champion_50_highest_level { get; set; }
  842.         public string champion_51_highest_level { get; set; }
  843.         public string champion_52_highest_level { get; set; }
  844.         public string champion_53_highest_level { get; set; }
  845.         public string champion_54_highest_level { get; set; }
  846.         public string champion_55_highest_level { get; set; }
  847.         public string champion_56_highest_level { get; set; }
  848.         public string champion_57_highest_level { get; set; }
  849.         public string champion_58_highest_level { get; set; }
  850.         public string champion_59_highest_level { get; set; }
  851.         public string champion_6_highest_level { get; set; }
  852.         public string champion_60_highest_level { get; set; }
  853.         public string champion_61_highest_level { get; set; }
  854.         public string champion_62_highest_level { get; set; }
  855.         public string champion_63_highest_level { get; set; }
  856.         public string champion_64_highest_level { get; set; }
  857.         public string champion_65_highest_level { get; set; }
  858.         public string champion_66_highest_level { get; set; }
  859.         public string champion_67_highest_level { get; set; }
  860.         public string champion_68_highest_level { get; set; }
  861.         public string champion_69_highest_level { get; set; }
  862.         public string champion_7_highest_level { get; set; }
  863.         public string champion_70_highest_level { get; set; }
  864.         public string champion_71_highest_level { get; set; }
  865.         public string champion_72_highest_level { get; set; }
  866.         public string champion_73_highest_level { get; set; }
  867.         public string champion_74_highest_level { get; set; }
  868.         public string champion_75_highest_level { get; set; }
  869.         public string champion_76_highest_level { get; set; }
  870.         public string champion_77_highest_level { get; set; }
  871.         public string champion_78_highest_level { get; set; }
  872.         public string champion_79_highest_level { get; set; }
  873.         public string champion_8_highest_level { get; set; }
  874.         public string champion_80_highest_level { get; set; }
  875.         public string champion_81_highest_level { get; set; }
  876.         public string champion_82_highest_level { get; set; }
  877.         public string champion_83_highest_level { get; set; }
  878.         public string champion_84_highest_level { get; set; }
  879.         public string champion_85_highest_level { get; set; }
  880.         public string champion_86_highest_level { get; set; }
  881.         public string champion_88_highest_level { get; set; }
  882.         public string champion_89_highest_level { get; set; }
  883.         public string champion_9_highest_level { get; set; }
  884.         public string champion_90_highest_level { get; set; }
  885.         public string champion_91_highest_level { get; set; }
  886.         public string champion_92_highest_level { get; set; }
  887.         public string champion_93_highest_level { get; set; }
  888.         public string champion_94_highest_level { get; set; }
  889.         public string champion_95_highest_level { get; set; }
  890.         public string champion_96_highest_level { get; set; }
  891.         public string champion_97_highest_level { get; set; }
  892.         public string champion_98_highest_level { get; set; }
  893.         public string champion_99_highest_level { get; set; }
  894.         public string instrument_c1_d_mult { get; set; }
  895.         public string instrument_c10_d_mult { get; set; }
  896.         public string instrument_c100_d_mult { get; set; }
  897.         public string instrument_c106_d_mult { get; set; }
  898.         public string instrument_c11_d_mult { get; set; }
  899.         public string instrument_c12_d_mult { get; set; }
  900.         public string instrument_c13_d_mult { get; set; }
  901.         public string instrument_c15_d_mult { get; set; }
  902.         public string instrument_c16_d_mult { get; set; }
  903.         public string instrument_c17_d_mult { get; set; }
  904.         public string instrument_c18_d_mult { get; set; }
  905.         public string instrument_c19_d_mult { get; set; }
  906.         public string instrument_c2_d_mult { get; set; }
  907.         public string instrument_c20_d_mult { get; set; }
  908.         public string instrument_c21_d_mult { get; set; }
  909.         public string instrument_c22_d_mult { get; set; }
  910.         public string instrument_c23_d_mult { get; set; }
  911.         public string instrument_c24_d_mult { get; set; }
  912.         public string instrument_c25_d_mult { get; set; }
  913.         public string instrument_c26_d_mult { get; set; }
  914.         public string instrument_c27_d_mult { get; set; }
  915.         public string instrument_c28_d_mult { get; set; }
  916.         public string instrument_c3_d_mult { get; set; }
  917.         public string instrument_c30_d_mult { get; set; }
  918.         public string instrument_c32_d_mult { get; set; }
  919.         public string instrument_c33_d_mult { get; set; }
  920.         public string instrument_c34_d_mult { get; set; }
  921.         public string instrument_c35_d_mult { get; set; }
  922.         public string instrument_c36_d_mult { get; set; }
  923.         public string instrument_c37_d_mult { get; set; }
  924.         public string instrument_c38_d_mult { get; set; }
  925.         public string instrument_c39_d_mult { get; set; }
  926.         public string instrument_c4_d_mult { get; set; }
  927.         public string instrument_c40_d_mult { get; set; }
  928.         public string instrument_c41_d_mult { get; set; }
  929.         public string instrument_c42_d_mult { get; set; }
  930.         public string instrument_c43_d_mult { get; set; }
  931.         public string instrument_c44_d_mult { get; set; }
  932.         public string instrument_c45_d_mult { get; set; }
  933.         public string instrument_c47_d_mult { get; set; }
  934.         public string instrument_c48_d_mult { get; set; }
  935.         public string instrument_c49_d_mult { get; set; }
  936.         public string instrument_c5_d_mult { get; set; }
  937.         public string instrument_c50_d_mult { get; set; }
  938.         public string instrument_c51_d_mult { get; set; }
  939.         public string instrument_c52_d_mult { get; set; }
  940.         public string instrument_c53_d_mult { get; set; }
  941.         public string instrument_c54_d_mult { get; set; }
  942.         public string instrument_c55_d_mult { get; set; }
  943.         public string instrument_c56_d_mult { get; set; }
  944.         public string instrument_c57_d_mult { get; set; }
  945.         public string instrument_c58_d_mult { get; set; }
  946.         public string instrument_c59_d_mult { get; set; }
  947.         public string instrument_c6_d_mult { get; set; }
  948.         public string instrument_c60_d_mult { get; set; }
  949.         public string instrument_c61_d_mult { get; set; }
  950.         public string instrument_c62_d_mult { get; set; }
  951.         public string instrument_c63_d_mult { get; set; }
  952.         public string instrument_c64_d_mult { get; set; }
  953.         public string instrument_c65_d_mult { get; set; }
  954.         public string instrument_c66_d_mult { get; set; }
  955.         public string instrument_c67_d_mult { get; set; }
  956.         public string instrument_c68_d_mult { get; set; }
  957.         public string instrument_c69_d_mult { get; set; }
  958.         public string instrument_c7_d_mult { get; set; }
  959.         public string instrument_c71_d_mult { get; set; }
  960.         public string instrument_c73_d_mult { get; set; }
  961.         public string instrument_c74_d_mult { get; set; }
  962.         public string instrument_c75_d_mult { get; set; }
  963.         public string instrument_c76_d_mult { get; set; }
  964.         public string instrument_c77_d_mult { get; set; }
  965.         public string instrument_c78_d_mult { get; set; }
  966.         public string instrument_c79_d_mult { get; set; }
  967.         public string instrument_c8_d_mult { get; set; }
  968.         public string instrument_c80_d_mult { get; set; }
  969.         public string instrument_c81_d_mult { get; set; }
  970.         public string instrument_c82_d_mult { get; set; }
  971.         public string instrument_c83_d_mult { get; set; }
  972.         public string instrument_c84_d_mult { get; set; }
  973.         public string instrument_c85_d_mult { get; set; }
  974.         public string instrument_c86_d_mult { get; set; }
  975.         public string instrument_c88_d_mult { get; set; }
  976.         public string instrument_c89_d_mult { get; set; }
  977.         public string instrument_c9_d_mult { get; set; }
  978.         public string instrument_c90_d_mult { get; set; }
  979.         public string instrument_c91_d_mult { get; set; }
  980.         public string instrument_c93_d_mult { get; set; }
  981.         public string instrument_c94_d_mult { get; set; }
  982.         public string instrument_c95_d_mult { get; set; }
  983.         public string instrument_c96_d_mult { get; set; }
  984.         public string instrument_c97_d_mult { get; set; }
  985.         public string instrument_c98_d_mult { get; set; }
  986.         public string instrument_c99_d_mult { get; set; }
  987.         public string instrument_c1_hit_mult { get; set; }
  988.         public string instrument_c10_hit_mult { get; set; }
  989.         public string instrument_c100_hit_mult { get; set; }
  990.         public string instrument_c101_hit_mult { get; set; }
  991.         public string instrument_c102_hit_mult { get; set; }
  992.         public string instrument_c106_hit_mult { get; set; }
  993.         public string instrument_c11_hit_mult { get; set; }
  994.         public string instrument_c12_hit_mult { get; set; }
  995.         public string instrument_c13_hit_mult { get; set; }
  996.         public string instrument_c14_hit_mult { get; set; }
  997.         public string instrument_c15_hit_mult { get; set; }
  998.         public string instrument_c16_hit_mult { get; set; }
  999.         public string instrument_c17_hit_mult { get; set; }
  1000.         public string instrument_c18_hit_mult { get; set; }
  1001.         public string instrument_c19_hit_mult { get; set; }
  1002.         public string instrument_c2_hit_mult { get; set; }
  1003.         public string instrument_c20_hit_mult { get; set; }
  1004.         public string instrument_c21_hit_mult { get; set; }
  1005.         public string instrument_c22_hit_mult { get; set; }
  1006.         public string instrument_c23_hit_mult { get; set; }
  1007.         public string instrument_c24_hit_mult { get; set; }
  1008.         public string instrument_c25_hit_mult { get; set; }
  1009.         public string instrument_c26_hit_mult { get; set; }
  1010.         public string instrument_c27_hit_mult { get; set; }
  1011.         public string instrument_c28_hit_mult { get; set; }
  1012.         public string instrument_c3_hit_mult { get; set; }
  1013.         public string instrument_c30_hit_mult { get; set; }
  1014.         public string instrument_c31_hit_mult { get; set; }
  1015.         public string instrument_c32_hit_mult { get; set; }
  1016.         public string instrument_c33_hit_mult { get; set; }
  1017.         public string instrument_c34_hit_mult { get; set; }
  1018.         public string instrument_c35_hit_mult { get; set; }
  1019.         public string instrument_c36_hit_mult { get; set; }
  1020.         public string instrument_c37_hit_mult { get; set; }
  1021.         public string instrument_c38_hit_mult { get; set; }
  1022.         public string instrument_c39_hit_mult { get; set; }
  1023.         public string instrument_c4_hit_mult { get; set; }
  1024.         public string instrument_c40_hit_mult { get; set; }
  1025.         public string instrument_c41_hit_mult { get; set; }
  1026.         public string instrument_c42_hit_mult { get; set; }
  1027.         public string instrument_c43_hit_mult { get; set; }
  1028.         public string instrument_c44_hit_mult { get; set; }
  1029.         public string instrument_c45_hit_mult { get; set; }
  1030.         public string instrument_c46_hit_mult { get; set; }
  1031.         public string instrument_c47_hit_mult { get; set; }
  1032.         public string instrument_c48_hit_mult { get; set; }
  1033.         public string instrument_c49_hit_mult { get; set; }
  1034.         public string instrument_c5_hit_mult { get; set; }
  1035.         public string instrument_c50_hit_mult { get; set; }
  1036.         public string instrument_c51_hit_mult { get; set; }
  1037.         public string instrument_c52_hit_mult { get; set; }
  1038.         public string instrument_c53_hit_mult { get; set; }
  1039.         public string instrument_c54_hit_mult { get; set; }
  1040.         public string instrument_c55_hit_mult { get; set; }
  1041.         public string instrument_c56_hit_mult { get; set; }
  1042.         public string instrument_c57_hit_mult { get; set; }
  1043.         public string instrument_c58_hit_mult { get; set; }
  1044.         public string instrument_c59_hit_mult { get; set; }
  1045.         public string instrument_c6_hit_mult { get; set; }
  1046.         public string instrument_c60_hit_mult { get; set; }
  1047.         public string instrument_c61_hit_mult { get; set; }
  1048.         public string instrument_c62_hit_mult { get; set; }
  1049.         public string instrument_c63_hit_mult { get; set; }
  1050.         public string instrument_c64_hit_mult { get; set; }
  1051.         public string instrument_c65_hit_mult { get; set; }
  1052.         public string instrument_c66_hit_mult { get; set; }
  1053.         public string instrument_c67_hit_mult { get; set; }
  1054.         public string instrument_c68_hit_mult { get; set; }
  1055.         public string instrument_c69_hit_mult { get; set; }
  1056.         public string instrument_c7_hit_mult { get; set; }
  1057.         public string instrument_c70_hit_mult { get; set; }
  1058.         public string instrument_c71_hit_mult { get; set; }
  1059.         public string instrument_c72_hit_mult { get; set; }
  1060.         public string instrument_c73_hit_mult { get; set; }
  1061.         public string instrument_c74_hit_mult { get; set; }
  1062.         public string instrument_c75_hit_mult { get; set; }
  1063.         public string instrument_c76_hit_mult { get; set; }
  1064.         public string instrument_c77_hit_mult { get; set; }
  1065.         public string instrument_c78_hit_mult { get; set; }
  1066.         public string instrument_c79_hit_mult { get; set; }
  1067.         public string instrument_c8_hit_mult { get; set; }
  1068.         public string instrument_c80_hit_mult { get; set; }
  1069.         public string instrument_c81_hit_mult { get; set; }
  1070.         public string instrument_c82_hit_mult { get; set; }
  1071.         public string instrument_c83_hit_mult { get; set; }
  1072.         public string instrument_c84_hit_mult { get; set; }
  1073.         public string instrument_c85_hit_mult { get; set; }
  1074.         public string instrument_c86_hit_mult { get; set; }
  1075.         public string instrument_c88_hit_mult { get; set; }
  1076.         public string instrument_c89_hit_mult { get; set; }
  1077.         public string instrument_c9_hit_mult { get; set; }
  1078.         public string instrument_c90_hit_mult { get; set; }
  1079.         public string instrument_c91_hit_mult { get; set; }
  1080.         public string instrument_c92_hit_mult { get; set; }
  1081.         public string instrument_c93_hit_mult { get; set; }
  1082.         public string instrument_c94_hit_mult { get; set; }
  1083.         public string instrument_c95_hit_mult { get; set; }
  1084.         public string instrument_c96_hit_mult { get; set; }
  1085.         public string instrument_c97_hit_mult { get; set; }
  1086.         public string instrument_c98_hit_mult { get; set; }
  1087.         public string instrument_c99_hit_mult { get; set; }
  1088.         public string instrument_c1_dps { get; set; }
  1089.         public string instrument_c10_dps { get; set; }
  1090.         public string instrument_c100_dps { get; set; }
  1091.         public string instrument_c101_dps { get; set; }
  1092.         public string instrument_c102_dps { get; set; }
  1093.         public string instrument_c103_dps { get; set; }
  1094.         public string instrument_c104_dps { get; set; }
  1095.         public string instrument_c105_dps { get; set; }
  1096.         public string instrument_c106_dps { get; set; }
  1097.         public string instrument_c108_dps { get; set; }
  1098.         public string instrument_c109_dps { get; set; }
  1099.         public string instrument_c11_dps { get; set; }
  1100.         public string instrument_c110_dps { get; set; }
  1101.         public string instrument_c111_dps { get; set; }
  1102.         public string instrument_c112_dps { get; set; }
  1103.         public string instrument_c12_dps { get; set; }
  1104.         public string instrument_c13_dps { get; set; }
  1105.         public string instrument_c14_dps { get; set; }
  1106.         public string instrument_c15_dps { get; set; }
  1107.         public string instrument_c16_dps { get; set; }
  1108.         public string instrument_c17_dps { get; set; }
  1109.         public string instrument_c18_dps { get; set; }
  1110.         public string instrument_c19_dps { get; set; }
  1111.         public string instrument_c2_dps { get; set; }
  1112.         public string instrument_c20_dps { get; set; }
  1113.         public string instrument_c21_dps { get; set; }
  1114.         public string instrument_c22_dps { get; set; }
  1115.         public string instrument_c23_dps { get; set; }
  1116.         public string instrument_c24_dps { get; set; }
  1117.         public string instrument_c25_dps { get; set; }
  1118.         public string instrument_c26_dps { get; set; }
  1119.         public string instrument_c27_dps { get; set; }
  1120.         public string instrument_c28_dps { get; set; }
  1121.         public string instrument_c29_dps { get; set; }
  1122.         public string instrument_c3_dps { get; set; }
  1123.         public string instrument_c30_dps { get; set; }
  1124.         public string instrument_c31_dps { get; set; }
  1125.         public string instrument_c32_dps { get; set; }
  1126.         public string instrument_c33_dps { get; set; }
  1127.         public string instrument_c34_dps { get; set; }
  1128.         public string instrument_c35_dps { get; set; }
  1129.         public string instrument_c36_dps { get; set; }
  1130.         public string instrument_c37_dps { get; set; }
  1131.         public string instrument_c38_dps { get; set; }
  1132.         public string instrument_c39_dps { get; set; }
  1133.         public string instrument_c4_dps { get; set; }
  1134.         public string instrument_c40_dps { get; set; }
  1135.         public string instrument_c41_dps { get; set; }
  1136.         public string instrument_c42_dps { get; set; }
  1137.         public string instrument_c43_dps { get; set; }
  1138.         public string instrument_c44_dps { get; set; }
  1139.         public string instrument_c45_dps { get; set; }
  1140.         public string instrument_c46_dps { get; set; }
  1141.         public string instrument_c47_dps { get; set; }
  1142.         public string instrument_c48_dps { get; set; }
  1143.         public string instrument_c49_dps { get; set; }
  1144.         public string instrument_c5_dps { get; set; }
  1145.         public string instrument_c50_dps { get; set; }
  1146.         public string instrument_c51_dps { get; set; }
  1147.         public string instrument_c52_dps { get; set; }
  1148.         public string instrument_c53_dps { get; set; }
  1149.         public string instrument_c54_dps { get; set; }
  1150.         public string instrument_c55_dps { get; set; }
  1151.         public string instrument_c56_dps { get; set; }
  1152.         public string instrument_c57_dps { get; set; }
  1153.         public string instrument_c58_dps { get; set; }
  1154.         public string instrument_c59_dps { get; set; }
  1155.         public string instrument_c6_dps { get; set; }
  1156.         public string instrument_c60_dps { get; set; }
  1157.         public string instrument_c61_dps { get; set; }
  1158.         public string instrument_c62_dps { get; set; }
  1159.         public string instrument_c63_dps { get; set; }
  1160.         public string instrument_c64_dps { get; set; }
  1161.         public string instrument_c65_dps { get; set; }
  1162.         public string instrument_c66_dps { get; set; }
  1163.         public string instrument_c67_dps { get; set; }
  1164.         public string instrument_c68_dps { get; set; }
  1165.         public string instrument_c69_dps { get; set; }
  1166.         public string instrument_c7_dps { get; set; }
  1167.         public string instrument_c70_dps { get; set; }
  1168.         public string instrument_c71_dps { get; set; }
  1169.         public string instrument_c72_dps { get; set; }
  1170.         public string instrument_c73_dps { get; set; }
  1171.         public string instrument_c74_dps { get; set; }
  1172.         public string instrument_c75_dps { get; set; }
  1173.         public string instrument_c76_dps { get; set; }
  1174.         public string instrument_c77_dps { get; set; }
  1175.         public string instrument_c78_dps { get; set; }
  1176.         public string instrument_c79_dps { get; set; }
  1177.         public string instrument_c8_dps { get; set; }
  1178.         public string instrument_c80_dps { get; set; }
  1179.         public string instrument_c81_dps { get; set; }
  1180.         public string instrument_c82_dps { get; set; }
  1181.         public string instrument_c83_dps { get; set; }
  1182.         public string instrument_c84_dps { get; set; }
  1183.         public string instrument_c85_dps { get; set; }
  1184.         public string instrument_c86_dps { get; set; }
  1185.         public string instrument_c87_dps { get; set; }
  1186.         public string instrument_c88_dps { get; set; }
  1187.         public string instrument_c89_dps { get; set; }
  1188.         public string instrument_c9_dps { get; set; }
  1189.         public string instrument_c90_dps { get; set; }
  1190.         public string instrument_c91_dps { get; set; }
  1191.         public string instrument_c92_dps { get; set; }
  1192.         public string instrument_c93_dps { get; set; }
  1193.         public string instrument_c94_dps { get; set; }
  1194.         public string instrument_c95_dps { get; set; }
  1195.         public string instrument_c96_dps { get; set; }
  1196.         public string instrument_c97_dps { get; set; }
  1197.         public string instrument_c98_dps { get; set; }
  1198.         public string instrument_c99_dps { get; set; }
  1199.         public string champion_1_base_damage_this_reset { get; set; }
  1200.         public string champion_10_base_damage_this_reset { get; set; }
  1201.         public string champion_11_base_damage_this_reset { get; set; }
  1202.         public string champion_12_base_damage_this_reset { get; set; }
  1203.         public string champion_13_base_damage_this_reset { get; set; }
  1204.         public string champion_15_base_damage_this_reset { get; set; }
  1205.         public string champion_16_base_damage_this_reset { get; set; }
  1206.         public string champion_19_base_damage_this_reset { get; set; }
  1207.         public string champion_24_base_damage_this_reset { get; set; }
  1208.         public string champion_25_base_damage_this_reset { get; set; }
  1209.         public string champion_27_base_damage_this_reset { get; set; }
  1210.         public string champion_34_base_damage_this_reset { get; set; }
  1211.         public string champion_37_base_damage_this_reset { get; set; }
  1212.         public string champion_40_base_damage_this_reset { get; set; }
  1213.         public string champion_42_base_damage_this_reset { get; set; }
  1214.         public string champion_45_base_damage_this_reset { get; set; }
  1215.         public string champion_48_base_damage_this_reset { get; set; }
  1216.         public string champion_50_base_damage_this_reset { get; set; }
  1217.         public string champion_52_base_damage_this_reset { get; set; }
  1218.         public string champion_53_base_damage_this_reset { get; set; }
  1219.         public string champion_55_base_damage_this_reset { get; set; }
  1220.         public string champion_56_base_damage_this_reset { get; set; }
  1221.         public string champion_58_base_damage_this_reset { get; set; }
  1222.         public string champion_6_base_damage_this_reset { get; set; }
  1223.         public string champion_61_base_damage_this_reset { get; set; }
  1224.         public string champion_63_base_damage_this_reset { get; set; }
  1225.         public string champion_64_base_damage_this_reset { get; set; }
  1226.         public string champion_67_base_damage_this_reset { get; set; }
  1227.         public string champion_69_base_damage_this_reset { get; set; }
  1228.         public string champion_7_base_damage_this_reset { get; set; }
  1229.         public string champion_73_base_damage_this_reset { get; set; }
  1230.         public string champion_75_base_damage_this_reset { get; set; }
  1231.         public string champion_76_base_damage_this_reset { get; set; }
  1232.         public string champion_81_base_damage_this_reset { get; set; }
  1233.         public string champion_82_base_damage_this_reset { get; set; }
  1234.         public string champion_85_base_damage_this_reset { get; set; }
  1235.         public string champion_86_base_damage_this_reset { get; set; }
  1236.         public string champion_91_base_damage_this_reset { get; set; }
  1237.         public string champion_93_base_damage_this_reset { get; set; }
  1238.         public string champion_94_base_damage_this_reset { get; set; }
  1239.         public string champion_96_base_damage_this_reset { get; set; }
  1240.         public string champion_97_base_damage_this_reset { get; set; }
  1241.         public string champion_1_ultimate_damage_this_reset { get; set; }
  1242.         public string champion_10_ultimate_damage_this_reset { get; set; }
  1243.         public string champion_12_ultimate_damage_this_reset { get; set; }
  1244.         public string champion_13_ultimate_damage_this_reset { get; set; }
  1245.         public string champion_15_ultimate_damage_this_reset { get; set; }
  1246.         public string champion_16_ultimate_damage_this_reset { get; set; }
  1247.         public string champion_19_ultimate_damage_this_reset { get; set; }
  1248.         public string champion_2_ultimate_damage_this_reset { get; set; }
  1249.         public string champion_25_ultimate_damage_this_reset { get; set; }
  1250.         public string champion_34_ultimate_damage_this_reset { get; set; }
  1251.         public string champion_37_ultimate_damage_this_reset { get; set; }
  1252.         public string champion_42_ultimate_damage_this_reset { get; set; }
  1253.         public string champion_44_ultimate_damage_this_reset { get; set; }
  1254.         public string champion_45_ultimate_damage_this_reset { get; set; }
  1255.         public string champion_55_ultimate_damage_this_reset { get; set; }
  1256.         public string champion_56_ultimate_damage_this_reset { get; set; }
  1257.         public string champion_58_ultimate_damage_this_reset { get; set; }
  1258.         public string champion_6_ultimate_damage_this_reset { get; set; }
  1259.         public string champion_64_ultimate_damage_this_reset { get; set; }
  1260.         public string champion_67_ultimate_damage_this_reset { get; set; }
  1261.         public string champion_7_ultimate_damage_this_reset { get; set; }
  1262.         public string champion_73_ultimate_damage_this_reset { get; set; }
  1263.         public string champion_75_ultimate_damage_this_reset { get; set; }
  1264.         public string champion_81_ultimate_damage_this_reset { get; set; }
  1265.         public string champion_86_ultimate_damage_this_reset { get; set; }
  1266.         public string champion_91_ultimate_damage_this_reset { get; set; }
  1267.         public string champion_96_ultimate_damage_this_reset { get; set; }
  1268.         public string campaign_1_free_play_highest_area { get; set; }
  1269.         public string campaign_10_free_play_highest_area { get; set; }
  1270.         public string campaign_11_free_play_highest_area { get; set; }
  1271.         public string campaign_12_free_play_highest_area { get; set; }
  1272.         public string campaign_13_free_play_highest_area { get; set; }
  1273.         public string campaign_14_free_play_highest_area { get; set; }
  1274.         public string campaign_15_free_play_highest_area { get; set; }
  1275.         public string campaign_16_free_play_highest_area { get; set; }
  1276.         public string campaign_17_free_play_highest_area { get; set; }
  1277.         public string campaign_18_free_play_highest_area { get; set; }
  1278.         public string campaign_2_free_play_highest_area { get; set; }
  1279.         public string campaign_22_free_play_highest_area { get; set; }
  1280.         public string campaign_24_free_play_highest_area { get; set; }
  1281.         public string campaign_25_free_play_highest_area { get; set; }
  1282.         public string campaign_27_free_play_highest_area { get; set; }
  1283.         public string campaign_7_free_play_highest_area { get; set; }
  1284.         public string campaign_8_free_play_highest_area { get; set; }
  1285.         public string campaign_9_free_play_highest_area { get; set; }
  1286.         public string adventure_0_variants_completed { get; set; }
  1287.         public string adventure_1_variants_completed { get; set; }
  1288.         public string adventure_1040_variants_completed { get; set; }
  1289.         public string adventure_1045_variants_completed { get; set; }
  1290.         public string adventure_1050_variants_completed { get; set; }
  1291.         public string adventure_1055_variants_completed { get; set; }
  1292.         public string adventure_1060_variants_completed { get; set; }
  1293.         public string adventure_1065_variants_completed { get; set; }
  1294.         public string adventure_1070_variants_completed { get; set; }
  1295.         public string adventure_1075_variants_completed { get; set; }
  1296.         public string adventure_1080_variants_completed { get; set; }
  1297.         public string adventure_1085_variants_completed { get; set; }
  1298.         public string adventure_109_variants_completed { get; set; }
  1299.         public string adventure_1090_variants_completed { get; set; }
  1300.         public string adventure_1095_variants_completed { get; set; }
  1301.         public string adventure_11_variants_completed { get; set; }
  1302.         public string adventure_1100_variants_completed { get; set; }
  1303.         public string adventure_1105_variants_completed { get; set; }
  1304.         public string adventure_1111_variants_completed { get; set; }
  1305.         public string adventure_1116_variants_completed { get; set; }
  1306.         public string adventure_1121_variants_completed { get; set; }
  1307.         public string adventure_1126_variants_completed { get; set; }
  1308.         public string adventure_1132_variants_completed { get; set; }
  1309.         public string adventure_1137_variants_completed { get; set; }
  1310.         public string adventure_114_variants_completed { get; set; }
  1311.         public string adventure_124_variants_completed { get; set; }
  1312.         public string adventure_129_variants_completed { get; set; }
  1313.         public string adventure_139_variants_completed { get; set; }
  1314.         public string adventure_149_variants_completed { get; set; }
  1315.         public string adventure_15_variants_completed { get; set; }
  1316.         public string adventure_154_variants_completed { get; set; }
  1317.         public string adventure_164_variants_completed { get; set; }
  1318.         public string adventure_169_variants_completed { get; set; }
  1319.         public string adventure_174_variants_completed { get; set; }
  1320.         public string adventure_179_variants_completed { get; set; }
  1321.         public string adventure_184_variants_completed { get; set; }
  1322.         public string adventure_19_variants_completed { get; set; }
  1323.         public string adventure_208_variants_completed { get; set; }
  1324.         public string adventure_213_variants_completed { get; set; }
  1325.         public string adventure_230_variants_completed { get; set; }
  1326.         public string adventure_235_variants_completed { get; set; }
  1327.         public string adventure_240_variants_completed { get; set; }
  1328.         public string adventure_246_variants_completed { get; set; }
  1329.         public string adventure_251_variants_completed { get; set; }
  1330.         public string adventure_262_variants_completed { get; set; }
  1331.         public string adventure_267_variants_completed { get; set; }
  1332.         public string adventure_272_variants_completed { get; set; }
  1333.         public string adventure_278_variants_completed { get; set; }
  1334.         public string adventure_283_variants_completed { get; set; }
  1335.         public string adventure_3_variants_completed { get; set; }
  1336.         public string adventure_308_variants_completed { get; set; }
  1337.         public string adventure_313_variants_completed { get; set; }
  1338.         public string adventure_323_variants_completed { get; set; }
  1339.         public string adventure_34_variants_completed { get; set; }
  1340.         public string adventure_353_variants_completed { get; set; }
  1341.         public string adventure_378_variants_completed { get; set; }
  1342.         public string adventure_383_variants_completed { get; set; }
  1343.         public string adventure_388_variants_completed { get; set; }
  1344.         public string adventure_39_variants_completed { get; set; }
  1345.         public string adventure_393_variants_completed { get; set; }
  1346.         public string adventure_398_variants_completed { get; set; }
  1347.         public string adventure_403_variants_completed { get; set; }
  1348.         public string adventure_408_variants_completed { get; set; }
  1349.         public string adventure_413_variants_completed { get; set; }
  1350.         public string adventure_418_variants_completed { get; set; }
  1351.         public string adventure_423_variants_completed { get; set; }
  1352.         public string adventure_428_variants_completed { get; set; }
  1353.         public string adventure_433_variants_completed { get; set; }
  1354.         public string adventure_458_variants_completed { get; set; }
  1355.         public string adventure_463_variants_completed { get; set; }
  1356.         public string adventure_468_variants_completed { get; set; }
  1357.         public string adventure_473_variants_completed { get; set; }
  1358.         public string adventure_478_variants_completed { get; set; }
  1359.         public string adventure_483_variants_completed { get; set; }
  1360.         public string adventure_488_variants_completed { get; set; }
  1361.         public string adventure_493_variants_completed { get; set; }
  1362.         public string adventure_503_variants_completed { get; set; }
  1363.         public string adventure_508_variants_completed { get; set; }
  1364.         public string adventure_513_variants_completed { get; set; }
  1365.         public string adventure_518_variants_completed { get; set; }
  1366.         public string adventure_54_variants_completed { get; set; }
  1367.         public string adventure_540_variants_completed { get; set; }
  1368.         public string adventure_545_variants_completed { get; set; }
  1369.         public string adventure_550_variants_completed { get; set; }
  1370.         public string adventure_555_variants_completed { get; set; }
  1371.         public string adventure_560_variants_completed { get; set; }
  1372.         public string adventure_565_variants_completed { get; set; }
  1373.         public string adventure_570_variants_completed { get; set; }
  1374.         public string adventure_575_variants_completed { get; set; }
  1375.         public string adventure_580_variants_completed { get; set; }
  1376.         public string adventure_585_variants_completed { get; set; }
  1377.         public string adventure_59_variants_completed { get; set; }
  1378.         public string adventure_590_variants_completed { get; set; }
  1379.         public string adventure_595_variants_completed { get; set; }
  1380.         public string adventure_600_variants_completed { get; set; }
  1381.         public string adventure_605_variants_completed { get; set; }
  1382.         public string adventure_610_variants_completed { get; set; }
  1383.         public string adventure_615_variants_completed { get; set; }
  1384.         public string adventure_620_variants_completed { get; set; }
  1385.         public string adventure_625_variants_completed { get; set; }
  1386.         public string adventure_630_variants_completed { get; set; }
  1387.         public string adventure_635_variants_completed { get; set; }
  1388.         public string adventure_640_variants_completed { get; set; }
  1389.         public string adventure_645_variants_completed { get; set; }
  1390.         public string adventure_650_variants_completed { get; set; }
  1391.         public string adventure_655_variants_completed { get; set; }
  1392.         public string adventure_660_variants_completed { get; set; }
  1393.         public string adventure_665_variants_completed { get; set; }
  1394.         public string adventure_670_variants_completed { get; set; }
  1395.         public string adventure_675_variants_completed { get; set; }
  1396.         public string adventure_680_variants_completed { get; set; }
  1397.         public string adventure_685_variants_completed { get; set; }
  1398.         public string adventure_69_variants_completed { get; set; }
  1399.         public string adventure_690_variants_completed { get; set; }
  1400.         public string adventure_695_variants_completed { get; set; }
  1401.         public string adventure_7_variants_completed { get; set; }
  1402.         public string adventure_700_variants_completed { get; set; }
  1403.         public string adventure_720_variants_completed { get; set; }
  1404.         public string adventure_725_variants_completed { get; set; }
  1405.         public string adventure_730_variants_completed { get; set; }
  1406.         public string adventure_735_variants_completed { get; set; }
  1407.         public string adventure_74_variants_completed { get; set; }
  1408.         public string adventure_750_variants_completed { get; set; }
  1409.         public string adventure_755_variants_completed { get; set; }
  1410.         public string adventure_770_variants_completed { get; set; }
  1411.         public string adventure_79_variants_completed { get; set; }
  1412.         public string adventure_802_variants_completed { get; set; }
  1413.         public string adventure_807_variants_completed { get; set; }
  1414.         public string adventure_812_variants_completed { get; set; }
  1415.         public string adventure_817_variants_completed { get; set; }
  1416.         public string adventure_827_variants_completed { get; set; }
  1417.         public string adventure_832_variants_completed { get; set; }
  1418.         public string adventure_837_variants_completed { get; set; }
  1419.         public string adventure_842_variants_completed { get; set; }
  1420.         public string adventure_847_variants_completed { get; set; }
  1421.         public string adventure_852_variants_completed { get; set; }
  1422.         public string adventure_857_variants_completed { get; set; }
  1423.         public string adventure_862_variants_completed { get; set; }
  1424.         public string adventure_867_variants_completed { get; set; }
  1425.         public string adventure_872_variants_completed { get; set; }
  1426.         public string adventure_877_variants_completed { get; set; }
  1427.         public string adventure_882_variants_completed { get; set; }
  1428.         public string adventure_887_variants_completed { get; set; }
  1429.         public string adventure_892_variants_completed { get; set; }
  1430.         public string adventure_897_variants_completed { get; set; }
  1431.         public string adventure_902_variants_completed { get; set; }
  1432.         public string adventure_918_variants_completed { get; set; }
  1433.         public string adventure_923_variants_completed { get; set; }
  1434.         public string adventure_928_variants_completed { get; set; }
  1435.         public string adventure_933_variants_completed { get; set; }
  1436.         public string adventure_94_variants_completed { get; set; }
  1437.         public string adventure_958_variants_completed { get; set; }
  1438.         public string adventure_963_variants_completed { get; set; }
  1439.         public string adventure_968_variants_completed { get; set; }
  1440.         public string adventure_973_variants_completed { get; set; }
  1441.         public string adventure_978_variants_completed { get; set; }
  1442.         public string adventure_983_variants_completed { get; set; }
  1443.         public string adventure_988_variants_completed { get; set; }
  1444.         public string adventure_99_variants_completed { get; set; }
  1445.         public string adventure_993_variants_completed { get; set; }
  1446.         public string this_reset_monster_kills_tag_aberration { get; set; }
  1447.         public string this_reset_monster_kills_tag_bandit { get; set; }
  1448.         public string this_reset_monster_kills_tag_beast { get; set; }
  1449.         public string this_reset_monster_kills_tag_construct { get; set; }
  1450.         public string this_reset_monster_kills_tag_demon { get; set; }
  1451.         public string this_reset_monster_kills_tag_devil { get; set; }
  1452.         public string this_reset_monster_kills_tag_dinosaur { get; set; }
  1453.         public string this_reset_monster_kills_tag_dragon { get; set; }
  1454.         public string this_reset_monster_kills_tag_drow { get; set; }
  1455.         public string this_reset_monster_kills_tag_elemental { get; set; }
  1456.         public string this_reset_monster_kills_tag_elf { get; set; }
  1457.         public string this_reset_monster_kills_tag_fey { get; set; }
  1458.         public string this_reset_monster_kills_tag_fiend { get; set; }
  1459.         public string this_reset_monster_kills_tag_flying { get; set; }
  1460.         public string this_reset_monster_kills_tag_gnoll { get; set; }
  1461.         public string this_reset_monster_kills_tag_goblin { get; set; }
  1462.         public string this_reset_monster_kills_tag_goblinoid { get; set; }
  1463.         public string this_reset_monster_kills_tag_half-orc { get; set; }
  1464.         public string this_reset_monster_kills_tag_hits_based { get; set; }
  1465.         public string this_reset_monster_kills_tag_hobgoblin { get; set; }
  1466.         public string this_reset_monster_kills_tag_human { get; set; }
  1467.         public string this_reset_monster_kills_tag_humanoid { get; set; }
  1468.         public string this_reset_monster_kills_tag_kobold { get; set; }
  1469.         public string this_reset_monster_kills_tag_lizardfolk { get; set; }
  1470.         public string this_reset_monster_kills_tag_lycanthrope { get; set; }
  1471.         public string this_reset_monster_kills_tag_melee { get; set; }
  1472.         public string this_reset_monster_kills_tag_modron { get; set; }
  1473.         public string this_reset_monster_kills_tag_monstrosity { get; set; }
  1474.         public string this_reset_monster_kills_tag_orc { get; set; }
  1475.         public string this_reset_monster_kills_tag_plant { get; set; }
  1476.         public string this_reset_monster_kills_tag_quaggoth { get; set; }
  1477.         public string this_reset_monster_kills_tag_ranged { get; set; }
  1478.         public string this_reset_monster_kills_tag_static { get; set; }
  1479.         public string this_reset_monster_kills_tag_tatyana_find_a_feast { get; set; }
  1480.         public string this_reset_monster_kills_tag_undead { get; set; }
  1481.         public string this_reset_monster_kills_tag_zhentarim { get; set; }
  1482.         public string trials_highest_difficulty_completed { get; set; }
  1483.         public string has_trials_unlocked { get; set; }
  1484.         public string time_gate_key_next_time { get; set; }
  1485.         public string modron_core_assigned { get; set; }
  1486.         public string nordom_im_a_little_modron_short_and_stout { get; set; }
  1487.         public string nordom_pending_exp_global { get; set; }
  1488.         public string nordom_awarded_exp_global { get; set; }
  1489.         public string nordom_pending_exp { get; set; }
  1490.         public string nordom_awarded_exp { get; set; }
  1491.         public string legendary_reduction_time { get; set; }
  1492.         public string legendary_cost_mult { get; set; }
  1493.         public string num_shiny_gear_obtained { get; set; }
  1494.         public string black_viper_total_gems { get; set; }
  1495.         public string black_viper_current_adventure_gems { get; set; }
  1496.         public int rare_chests_bought_premium { get; set; }
  1497.         public string bosses_since_chest { get; set; }
  1498.         public string unique_variants_completed { get; set; }
  1499.         public string chests_opened { get; set; }
  1500.         public string chests_opened_type_1 { get; set; }
  1501.         public string chests_opened_type_10 { get; set; }
  1502.         public string chests_opened_type_100 { get; set; }
  1503.         public string chests_opened_type_101 { get; set; }
  1504.         public string chests_opened_type_102 { get; set; }
  1505.         public string chests_opened_type_105 { get; set; }
  1506.         public string chests_opened_type_106 { get; set; }
  1507.         public string chests_opened_type_107 { get; set; }
  1508.         public string chests_opened_type_108 { get; set; }
  1509.         public string chests_opened_type_11 { get; set; }
  1510.         public string chests_opened_type_12 { get; set; }
  1511.         public string chests_opened_type_152 { get; set; }
  1512.         public string chests_opened_type_153 { get; set; }
  1513.         public string chests_opened_type_158 { get; set; }
  1514.         public string chests_opened_type_159 { get; set; }
  1515.         public string chests_opened_type_161 { get; set; }
  1516.         public string chests_opened_type_163 { get; set; }
  1517.         public string chests_opened_type_166 { get; set; }
  1518.         public string chests_opened_type_167 { get; set; }
  1519.         public string chests_opened_type_168 { get; set; }
  1520.         public string chests_opened_type_169 { get; set; }
  1521.         public string chests_opened_type_170 { get; set; }
  1522.         public string chests_opened_type_171 { get; set; }
  1523.         public string chests_opened_type_172 { get; set; }
  1524.         public string chests_opened_type_173 { get; set; }
  1525.         public string chests_opened_type_174 { get; set; }
  1526.         public string chests_opened_type_175 { get; set; }
  1527.         public string chests_opened_type_176 { get; set; }
  1528.         public string chests_opened_type_177 { get; set; }
  1529.         public string chests_opened_type_178 { get; set; }
  1530.         public string chests_opened_type_179 { get; set; }
  1531.         public string chests_opened_type_18 { get; set; }
  1532.         public string chests_opened_type_180 { get; set; }
  1533.         public string chests_opened_type_181 { get; set; }
  1534.         public string chests_opened_type_182 { get; set; }
  1535.         public string chests_opened_type_183 { get; set; }
  1536.         public string chests_opened_type_184 { get; set; }
  1537.         public string chests_opened_type_185 { get; set; }
  1538.         public string chests_opened_type_186 { get; set; }
  1539.         public string chests_opened_type_187 { get; set; }
  1540.         public string chests_opened_type_188 { get; set; }
  1541.         public string chests_opened_type_189 { get; set; }
  1542.         public string chests_opened_type_19 { get; set; }
  1543.         public string chests_opened_type_190 { get; set; }
  1544.         public string chests_opened_type_191 { get; set; }
  1545.         public string chests_opened_type_2 { get; set; }
  1546.         public string chests_opened_type_219 { get; set; }
  1547.         public string chests_opened_type_22 { get; set; }
  1548.         public string chests_opened_type_230 { get; set; }
  1549.         public string chests_opened_type_244 { get; set; }
  1550.         public string chests_opened_type_245 { get; set; }
  1551.         public string chests_opened_type_246 { get; set; }
  1552.         public string chests_opened_type_247 { get; set; }
  1553.         public string chests_opened_type_248 { get; set; }
  1554.         public string chests_opened_type_249 { get; set; }
  1555.         public string chests_opened_type_250 { get; set; }
  1556.         public string chests_opened_type_251 { get; set; }
  1557.         public string chests_opened_type_252 { get; set; }
  1558.         public string chests_opened_type_253 { get; set; }
  1559.         public string chests_opened_type_254 { get; set; }
  1560.         public string chests_opened_type_255 { get; set; }
  1561.         public string chests_opened_type_256 { get; set; }
  1562.         public string chests_opened_type_257 { get; set; }
  1563.         public string chests_opened_type_258 { get; set; }
  1564.         public string chests_opened_type_259 { get; set; }
  1565.         public string chests_opened_type_260 { get; set; }
  1566.         public string chests_opened_type_261 { get; set; }
  1567.         public string chests_opened_type_262 { get; set; }
  1568.         public string chests_opened_type_263 { get; set; }
  1569.         public string chests_opened_type_264 { get; set; }
  1570.         public string chests_opened_type_265 { get; set; }
  1571.         public string chests_opened_type_266 { get; set; }
  1572.         public string chests_opened_type_267 { get; set; }
  1573.         public string chests_opened_type_268 { get; set; }
  1574.         public string chests_opened_type_269 { get; set; }
  1575.         public string chests_opened_type_27 { get; set; }
  1576.         public string chests_opened_type_270 { get; set; }
  1577.         public string chests_opened_type_271 { get; set; }
  1578.         public string chests_opened_type_272 { get; set; }
  1579.         public string chests_opened_type_273 { get; set; }
  1580.         public string chests_opened_type_274 { get; set; }
  1581.         public string chests_opened_type_275 { get; set; }
  1582.         public string chests_opened_type_276 { get; set; }
  1583.         public string chests_opened_type_277 { get; set; }
  1584.         public string chests_opened_type_282 { get; set; }
  1585.         public string chests_opened_type_29 { get; set; }
  1586.         public string chests_opened_type_3 { get; set; }
  1587.         public string chests_opened_type_30 { get; set; }
  1588.         public string chests_opened_type_311 { get; set; }
  1589.         public string chests_opened_type_323 { get; set; }
  1590.         public string chests_opened_type_334 { get; set; }
  1591.         public string chests_opened_type_335 { get; set; }
  1592.         public string chests_opened_type_336 { get; set; }
  1593.         public string chests_opened_type_337 { get; set; }
  1594.         public string chests_opened_type_339 { get; set; }
  1595.         public string chests_opened_type_340 { get; set; }
  1596.         public string chests_opened_type_341 { get; set; }
  1597.         public string chests_opened_type_342 { get; set; }
  1598.         public string chests_opened_type_343 { get; set; }
  1599.         public string chests_opened_type_345 { get; set; }
  1600.         public string chests_opened_type_346 { get; set; }
  1601.         public string chests_opened_type_347 { get; set; }
  1602.         public string chests_opened_type_348 { get; set; }
  1603.         public string chests_opened_type_349 { get; set; }
  1604.         public string chests_opened_type_350 { get; set; }
  1605.         public string chests_opened_type_351 { get; set; }
  1606.         public string chests_opened_type_352 { get; set; }
  1607.         public string chests_opened_type_353 { get; set; }
  1608.         public string chests_opened_type_354 { get; set; }
  1609.         public string chests_opened_type_355 { get; set; }
  1610.         public string chests_opened_type_356 { get; set; }
  1611.         public string chests_opened_type_357 { get; set; }
  1612.         public string chests_opened_type_358 { get; set; }
  1613.         public string chests_opened_type_359 { get; set; }
  1614.         public string chests_opened_type_36 { get; set; }
  1615.         public string chests_opened_type_360 { get; set; }
  1616.         public string chests_opened_type_361 { get; set; }
  1617.         public string chests_opened_type_37 { get; set; }
  1618.         public string chests_opened_type_388 { get; set; }
  1619.         public string chests_opened_type_389 { get; set; }
  1620.         public string chests_opened_type_390 { get; set; }
  1621.         public string chests_opened_type_391 { get; set; }
  1622.         public string chests_opened_type_392 { get; set; }
  1623.         public string chests_opened_type_393 { get; set; }
  1624.         public string chests_opened_type_394 { get; set; }
  1625.         public string chests_opened_type_395 { get; set; }
  1626.         public string chests_opened_type_396 { get; set; }
  1627.         public string chests_opened_type_397 { get; set; }
  1628.         public string chests_opened_type_398 { get; set; }
  1629.         public string chests_opened_type_399 { get; set; }
  1630.         public string chests_opened_type_4 { get; set; }
  1631.         public string chests_opened_type_400 { get; set; }
  1632.         public string chests_opened_type_401 { get; set; }
  1633.         public string chests_opened_type_402 { get; set; }
  1634.         public string chests_opened_type_404 { get; set; }
  1635.         public string chests_opened_type_405 { get; set; }
  1636.         public string chests_opened_type_406 { get; set; }
  1637.         public string chests_opened_type_408 { get; set; }
  1638.         public string chests_opened_type_41 { get; set; }
  1639.         public string chests_opened_type_410 { get; set; }
  1640.         public string chests_opened_type_411 { get; set; }
  1641.         public string chests_opened_type_412 { get; set; }
  1642.         public string chests_opened_type_413 { get; set; }
  1643.         public string chests_opened_type_414 { get; set; }
  1644.         public string chests_opened_type_45 { get; set; }
  1645.         public string chests_opened_type_46 { get; set; }
  1646.         public string chests_opened_type_54 { get; set; }
  1647.         public string chests_opened_type_57 { get; set; }
  1648.         public string chests_opened_type_58 { get; set; }
  1649.         public string chests_opened_type_67 { get; set; }
  1650.         public string chests_opened_type_68 { get; set; }
  1651.         public string chests_opened_type_72 { get; set; }
  1652.         public string chests_opened_type_73 { get; set; }
  1653.         public string chests_opened_type_74 { get; set; }
  1654.         public string chests_opened_type_76 { get; set; }
  1655.         public string chests_opened_type_8 { get; set; }
  1656.         public string chests_opened_type_83 { get; set; }
  1657.         public string chests_opened_type_84 { get; set; }
  1658.         public string chests_opened_type_86 { get; set; }
  1659.         public string chests_opened_type_87 { get; set; }
  1660.         public string chests_opened_type_88 { get; set; }
  1661.         public string chests_opened_type_89 { get; set; }
  1662.         public string chests_opened_type_90 { get; set; }
  1663.         public string chests_opened_type_91 { get; set; }
  1664.         public string chests_opened_type_92 { get; set; }
  1665.         public string chests_opened_type_93 { get; set; }
  1666.         public string chests_opened_type_94 { get; set; }
  1667.         public string chests_opened_type_95 { get; set; }
  1668.         public string chests_opened_type_96 { get; set; }
  1669.         public string chests_opened_type_98 { get; set; }
  1670.         public string chests_opened_type_99 { get; set; }
  1671.         public string completed_adventures_variants_and_patron_variants_c1 { get; set; }
  1672.         public string completed_adventures_variants_and_patron_variants_c10 { get; set; }
  1673.         public string completed_adventures_variants_and_patron_variants_c11 { get; set; }
  1674.         public string completed_adventures_variants_and_patron_variants_c12 { get; set; }
  1675.         public string completed_adventures_variants_and_patron_variants_c13 { get; set; }
  1676.         public string completed_adventures_variants_and_patron_variants_c14 { get; set; }
  1677.         public string completed_adventures_variants_and_patron_variants_c15 { get; set; }
  1678.         public string completed_adventures_variants_and_patron_variants_c16 { get; set; }
  1679.         public string completed_adventures_variants_and_patron_variants_c18 { get; set; }
  1680.         public string completed_adventures_variants_and_patron_variants_c2 { get; set; }
  1681.         public string completed_adventures_variants_and_patron_variants_c22 { get; set; }
  1682.         public string completed_adventures_variants_and_patron_variants_c23 { get; set; }
  1683.         public string completed_adventures_variants_and_patron_variants_c24 { get; set; }
  1684.         public string completed_adventures_variants_and_patron_variants_c26 { get; set; }
  1685.         public string completed_adventures_variants_and_patron_variants_c27 { get; set; }
  1686.         public string completed_adventures_variants_and_patron_variants_c6 { get; set; }
  1687.         public string completed_adventures_variants_and_patron_variants_c8 { get; set; }
  1688.         public string completed_adventures_variants_and_patron_variants_c9 { get; set; }
  1689.         public string completed_variants_c22 { get; set; }
  1690.         public string premium_item_purchases_1 { get; set; }
  1691.         public string premium_item_purchases_100 { get; set; }
  1692.         public string premium_item_purchases_101 { get; set; }
  1693.         public string premium_item_purchases_102 { get; set; }
  1694.         public string premium_item_purchases_103 { get; set; }
  1695.         public string premium_item_purchases_106 { get; set; }
  1696.         public string premium_item_purchases_107 { get; set; }
  1697.         public string premium_item_purchases_108 { get; set; }
  1698.         public string premium_item_purchases_109 { get; set; }
  1699.         public string premium_item_purchases_112 { get; set; }
  1700.         public string premium_item_purchases_113 { get; set; }
  1701.         public string premium_item_purchases_114 { get; set; }
  1702.         public string premium_item_purchases_117 { get; set; }
  1703.         public string premium_item_purchases_118 { get; set; }
  1704.         public string premium_item_purchases_119 { get; set; }
  1705.         public string premium_item_purchases_12 { get; set; }
  1706.         public string premium_item_purchases_120 { get; set; }
  1707.         public string premium_item_purchases_121 { get; set; }
  1708.         public string premium_item_purchases_122 { get; set; }
  1709.         public string premium_item_purchases_128 { get; set; }
  1710.         public string premium_item_purchases_129 { get; set; }
  1711.         public string premium_item_purchases_131 { get; set; }
  1712.         public string premium_item_purchases_134 { get; set; }
  1713.         public string premium_item_purchases_135 { get; set; }
  1714.         public string premium_item_purchases_137 { get; set; }
  1715.         public string premium_item_purchases_139 { get; set; }
  1716.         public string premium_item_purchases_140 { get; set; }
  1717.         public string premium_item_purchases_147 { get; set; }
  1718.         public string premium_item_purchases_152 { get; set; }
  1719.         public string premium_item_purchases_16 { get; set; }
  1720.         public string premium_item_purchases_166 { get; set; }
  1721.         public string premium_item_purchases_174 { get; set; }
  1722.         public string premium_item_purchases_26 { get; set; }
  1723.         public string premium_item_purchases_55 { get; set; }
  1724.         public string premium_item_purchases_57 { get; set; }
  1725.         public string premium_item_purchases_59 { get; set; }
  1726.         public string premium_item_purchases_6 { get; set; }
  1727.         public string premium_item_purchases_7 { get; set; }
  1728.         public string premium_item_purchases_78 { get; set; }
  1729.         public string premium_item_purchases_97 { get; set; }
  1730.         public string premium_item_purchases_98 { get; set; }
  1731.         public string premium_item_purchases_99 { get; set; }
  1732.         public string modron_components { get; set; }
  1733.         public string modron_cores_unlocked { get; set; }
  1734.         public string multiplayer_points { get; set; }
  1735.         public string num_unlocked_instances { get; set; }
  1736.         public string patron_free_plays_completed_1 { get; set; }
  1737.         public string patron_free_plays_completed_2 { get; set; }
  1738.         public string patron_free_plays_completed_3 { get; set; }
  1739.         public string patron_free_plays_completed_4 { get; set; }
  1740.         public string patron_free_play_currency_earned_1 { get; set; }
  1741.         public string patron_free_play_currency_earned_2 { get; set; }
  1742.         public string patron_free_play_currency_earned_3 { get; set; }
  1743.         public string patron_free_play_currency_earned_4 { get; set; }
  1744.         public string resets { get; set; }
  1745.         public string forced_win_counter_10 { get; set; }
  1746.         public string forced_win_counter_100 { get; set; }
  1747.         public string forced_win_counter_102 { get; set; }
  1748.         public string forced_win_counter_106 { get; set; }
  1749.         public string forced_win_counter_108 { get; set; }
  1750.         public string forced_win_counter_12 { get; set; }
  1751.         public string forced_win_counter_152 { get; set; }
  1752.         public string forced_win_counter_153 { get; set; }
  1753.         public string forced_win_counter_159 { get; set; }
  1754.         public string forced_win_counter_161 { get; set; }
  1755.         public string forced_win_counter_163 { get; set; }
  1756.         public string forced_win_counter_167 { get; set; }
  1757.         public string forced_win_counter_169 { get; set; }
  1758.         public string forced_win_counter_171 { get; set; }
  1759.         public string forced_win_counter_173 { get; set; }
  1760.         public string forced_win_counter_175 { get; set; }
  1761.         public string forced_win_counter_177 { get; set; }
  1762.         public string forced_win_counter_179 { get; set; }
  1763.         public string forced_win_counter_181 { get; set; }
  1764.         public string forced_win_counter_183 { get; set; }
  1765.         public string forced_win_counter_185 { get; set; }
  1766.         public string forced_win_counter_187 { get; set; }
  1767.         public string forced_win_counter_189 { get; set; }
  1768.         public string forced_win_counter_19 { get; set; }
  1769.         public string forced_win_counter_191 { get; set; }
  1770.         public string forced_win_counter_2 { get; set; }
  1771.         public string forced_win_counter_219 { get; set; }
  1772.         public string forced_win_counter_22 { get; set; }
  1773.         public string forced_win_counter_230 { get; set; }
  1774.         public string forced_win_counter_245 { get; set; }
  1775.         public string forced_win_counter_247 { get; set; }
  1776.         public string forced_win_counter_249 { get; set; }
  1777.         public string forced_win_counter_251 { get; set; }
  1778.         public string forced_win_counter_253 { get; set; }
  1779.         public string forced_win_counter_255 { get; set; }
  1780.         public string forced_win_counter_257 { get; set; }
  1781.         public string forced_win_counter_259 { get; set; }
  1782.         public string forced_win_counter_261 { get; set; }
  1783.         public string forced_win_counter_263 { get; set; }
  1784.         public string forced_win_counter_265 { get; set; }
  1785.         public string forced_win_counter_267 { get; set; }
  1786.         public string forced_win_counter_269 { get; set; }
  1787.         public string forced_win_counter_27 { get; set; }
  1788.         public string forced_win_counter_271 { get; set; }
  1789.         public string forced_win_counter_273 { get; set; }
  1790.         public string forced_win_counter_275 { get; set; }
  1791.         public string forced_win_counter_277 { get; set; }
  1792.         public string forced_win_counter_30 { get; set; }
  1793.         public string forced_win_counter_311 { get; set; }
  1794.         public string forced_win_counter_335 { get; set; }
  1795.         public string forced_win_counter_337 { get; set; }
  1796.         public string forced_win_counter_339 { get; set; }
  1797.         public string forced_win_counter_341 { get; set; }
  1798.         public string forced_win_counter_343 { get; set; }
  1799.         public string forced_win_counter_345 { get; set; }
  1800.         public string forced_win_counter_347 { get; set; }
  1801.         public string forced_win_counter_349 { get; set; }
  1802.         public string forced_win_counter_351 { get; set; }
  1803.         public string forced_win_counter_353 { get; set; }
  1804.         public string forced_win_counter_355 { get; set; }
  1805.         public string forced_win_counter_357 { get; set; }
  1806.         public string forced_win_counter_359 { get; set; }
  1807.         public string forced_win_counter_36 { get; set; }
  1808.         public string forced_win_counter_361 { get; set; }
  1809.         public string forced_win_counter_388 { get; set; }
  1810.         public string forced_win_counter_389 { get; set; }
  1811.         public string forced_win_counter_390 { get; set; }
  1812.         public string forced_win_counter_391 { get; set; }
  1813.         public string forced_win_counter_392 { get; set; }
  1814.         public string forced_win_counter_393 { get; set; }
  1815.         public string forced_win_counter_394 { get; set; }
  1816.         public string forced_win_counter_395 { get; set; }
  1817.         public string forced_win_counter_396 { get; set; }
  1818.         public string forced_win_counter_397 { get; set; }
  1819.         public string forced_win_counter_398 { get; set; }
  1820.         public string forced_win_counter_399 { get; set; }
  1821.         public string forced_win_counter_4 { get; set; }
  1822.         public string forced_win_counter_400 { get; set; }
  1823.         public string forced_win_counter_401 { get; set; }
  1824.         public string forced_win_counter_402 { get; set; }
  1825.         public string forced_win_counter_404 { get; set; }
  1826.         public string forced_win_counter_405 { get; set; }
  1827.         public string forced_win_counter_406 { get; set; }
  1828.         public string forced_win_counter_408 { get; set; }
  1829.         public string forced_win_counter_41 { get; set; }
  1830.         public string forced_win_counter_410 { get; set; }
  1831.         public string forced_win_counter_411 { get; set; }
  1832.         public string forced_win_counter_412 { get; set; }
  1833.         public string forced_win_counter_413 { get; set; }
  1834.         public string forced_win_counter_414 { get; set; }
  1835.         public string forced_win_counter_46 { get; set; }
  1836.         public string forced_win_counter_54 { get; set; }
  1837.         public string forced_win_counter_58 { get; set; }
  1838.         public string forced_win_counter_68 { get; set; }
  1839.         public string forced_win_counter_72 { get; set; }
  1840.         public string forced_win_counter_74 { get; set; }
  1841.         public string forced_win_counter_76 { get; set; }
  1842.         public string forced_win_counter_8 { get; set; }
  1843.         public string forced_win_counter_84 { get; set; }
  1844.         public string forced_win_counter_86 { get; set; }
  1845.         public string forced_win_counter_88 { get; set; }
  1846.         public string forced_win_counter_90 { get; set; }
  1847.         public string forced_win_counter_92 { get; set; }
  1848.         public string forced_win_counter_94 { get; set; }
  1849.         public string forced_win_counter_96 { get; set; }
  1850.         public string forced_win_counter_98 { get; set; }
  1851.         public string event_chest_pity_timer_171 { get; set; }
  1852.         public string event_chest_pity_timer_175 { get; set; }
  1853.         public string event_chest_pity_timer_181 { get; set; }
  1854.         public string event_chest_pity_timer_183 { get; set; }
  1855.         public string event_chest_pity_timer_253 { get; set; }
  1856.         public string event_chest_pity_timer_259 { get; set; }
  1857.         public string event_chest_pity_timer_269 { get; set; }
  1858.         public string event_chest_pity_timer_271 { get; set; }
  1859.         public string event_chest_pity_timer_343 { get; set; }
  1860.         public string event_chest_pity_timer_347 { get; set; }
  1861.         public string event_chest_pity_timer_349 { get; set; }
  1862.         public string event_chest_pity_timer_351 { get; set; }
  1863.         public string event_chest_pity_timer_353 { get; set; }
  1864.         public string event_chest_pity_timer_357 { get; set; }
  1865.         public string event_chest_pity_timer_359 { get; set; }
  1866.         public string event_chest_pity_timer_361 { get; set; }
  1867.         public string last_choose_objective_time { get; set; }
  1868.         public string vote_tokens_earned_stream_3 { get; set; }
  1869.         public string vote_tokens_spent_stream_3 { get; set; }
  1870.         public string trials_role_1_completed { get; set; }
  1871.         public string trials_role_2_completed { get; set; }
  1872.         public string trials_role_3_completed { get; set; }
  1873.         public string trials_difficulty_1_completed { get; set; }
  1874.         public string trials_buffs_used { get; set; }
  1875.         public string trials_end_most_damage { get; set; }
  1876.         public string automatic_resets { get; set; }
  1877.         public string challenges_completed_1 { get; set; }
  1878.         public string challenges_completed_2 { get; set; }
  1879.         public string challenges_completed_3 { get; set; }
  1880.         public string challenges_completed_4 { get; set; }
  1881.         public string highest_modron_core_level { get; set; }
  1882.         public string legendary_highest_item_level { get; set; }
  1883.         public string legendary_items_forged { get; set; }
  1884.         public string patron_perk_resets_1 { get; set; }
  1885.         public string patron_perk_resets_2 { get; set; }
  1886.         public string patron_perk_resets_3 { get; set; }
  1887.         public string patron_perk_resets_4 { get; set; }
  1888.         public string tiamat_difficulty_tokens_any_earned { get; set; }
  1889.         public string tiamat_difficulty_tokens_normal_earned { get; set; }
  1890.         public string time_gate_key_pieces { get; set; }
  1891.         public string trials_highest_difficulty_started { get; set; }
  1892.         public string trials_daily_goal_resets { get; set; }
  1893.         public string trials_all_week_goal_resets { get; set; }
  1894.         public string toa_adventures_completed { get; set; }
  1895.         public string SPRINGCELEBRC401 { get; set; }
  1896.         public string SPRINGCELEBRC402 { get; set; }
  1897.         public string SPRINGCELEBRC403 { get; set; }
  1898.         public string SPRINGCELEBRC404 { get; set; }
  1899.         public string SPRINGCELEBRC405 { get; set; }
  1900.         public string SPRINGCELEBRC406 { get; set; }
  1901.         public string SPRINGCELEBRC407 { get; set; }
  1902.         public string SPRINGCELEB5META { get; set; }
  1903.         public string voronika_search_for_the_crown_num_enemies { get; set; }
  1904.         public string voronika_search_for_the_crown_level_reached { get; set; }
  1905.         public string voronika_search_for_the_crown_ults_used { get; set; }
  1906.         public string voronika_ultimate_power_stacks { get; set; }
  1907. }
  1908.  
  1909. public class Adventure_progress
  1910. {
  1911.         public int percent { get; set; }
  1912.         public int count { get; set; }
  1913.         public int goal { get; set; }
  1914. }
  1915.  
  1916. public class Progress_barsItem
  1917. {
  1918.         public string id { get; set; }
  1919.         public string label { get; set; }
  1920.         public int percent { get; set; }
  1921.         public int count { get; set; }
  1922.         public int goal { get; set; }
  1923. }
  1924.  
  1925. public class StatsItem
  1926. {
  1927.         public string id { get; set; }
  1928.         public string label { get; set; }
  1929.         public int value { get; set; }
  1930. }
  1931.  
  1932. public class 1
  1933. {
  1934.         public string available { get; set; }
  1935. }
  1936.  
  1937. public class 2
  1938. {
  1939.         public string available { get; set; }
  1940. }
  1941.  
  1942. public class 3
  1943. {
  1944.         public string available { get; set; }
  1945. }
  1946.  
  1947. public class 4
  1948. {
  1949.         public string available { get; set; }
  1950. }
  1951.  
  1952. public class 5
  1953. {
  1954.         public string available { get; set; }
  1955. }
  1956.  
  1957. public class 6
  1958. {
  1959.         public string available { get; set; }
  1960.         public int available_amount { get; set; }
  1961. }
  1962.  
  1963. public class 7
  1964. {
  1965.         public string available { get; set; }
  1966.         public int available_amount { get; set; }
  1967. }
  1968.  
  1969. public class 8
  1970. {
  1971.         public string available { get; set; }
  1972.         public string reason { get; set; }
  1973.         public int weekly_cooldown { get; set; }
  1974. }
  1975.  
  1976. public class 9
  1977. {
  1978.         public string available { get; set; }
  1979. }
  1980.  
  1981. public class 10
  1982. {
  1983.         public string available { get; set; }
  1984.         public int available_amount { get; set; }
  1985.         public int weekly_cooldown { get; set; }
  1986. }
  1987.  
  1988. public class 11
  1989. {
  1990.         public string available { get; set; }
  1991.         public int available_amount { get; set; }
  1992.         public int weekly_cooldown { get; set; }
  1993. }
  1994.  
  1995. public class 12
  1996. {
  1997.         public string available { get; set; }
  1998.         public int available_amount { get; set; }
  1999.         public int weekly_cooldown { get; set; }
  2000. }
  2001.  
  2002. public class 13
  2003. {
  2004.         public string available { get; set; }
  2005.         public int available_amount { get; set; }
  2006.         public int weekly_cooldown { get; set; }
  2007. }
  2008.  
  2009. public class 14
  2010. {
  2011.         public string available { get; set; }
  2012.         public int available_amount { get; set; }
  2013.         public int weekly_cooldown { get; set; }
  2014. }
  2015.  
  2016. public class 15
  2017. {
  2018.         public string available { get; set; }
  2019.         public string reason { get; set; }
  2020. }
  2021.  
  2022. public class 16
  2023. {
  2024.         public string available { get; set; }
  2025.         public string reason { get; set; }
  2026. }
  2027.  
  2028. public class 17
  2029. {
  2030.         public string available { get; set; }
  2031.         public string reason { get; set; }
  2032. }
  2033.  
  2034. public class 18
  2035. {
  2036.         public string available { get; set; }
  2037.         public string reason { get; set; }
  2038. }
  2039.  
  2040. public class 19
  2041. {
  2042.         public string available { get; set; }
  2043.         public string reason { get; set; }
  2044. }
  2045.  
  2046. public class 21
  2047. {
  2048.         public string available { get; set; }
  2049.         public string reason { get; set; }
  2050. }
  2051.  
  2052. public class 22
  2053. {
  2054.         public string available { get; set; }
  2055.         public string reason { get; set; }
  2056. }
  2057.  
  2058. public class 67
  2059. {
  2060.         public string available { get; set; }
  2061.         public string reason { get; set; }
  2062.         public int weekly_cooldown { get; set; }
  2063. }
  2064.  
  2065. public class 70
  2066. {
  2067.         public string available { get; set; }
  2068.         public string reason { get; set; }
  2069. }
  2070.  
  2071. public class 73
  2072. {
  2073.         public string available { get; set; }
  2074.         public string reason { get; set; }
  2075. }
  2076.  
  2077. public class 105
  2078. {
  2079.         public string available { get; set; }
  2080.         public string reason { get; set; }
  2081. }
  2082.  
  2083. public class 109
  2084. {
  2085.         public string available { get; set; }
  2086.         public string reason { get; set; }
  2087. }
  2088.  
  2089. public class 110
  2090. {
  2091.         public string available { get; set; }
  2092.         public string reason { get; set; }
  2093. }
  2094.  
  2095. public class 111
  2096. {
  2097.         public string available { get; set; }
  2098.         public string reason { get; set; }
  2099. }
  2100.  
  2101. public class Shop_items
  2102. {
  2103.         public 1 1 { get; set; }
  2104.         public 2 2 { get; set; }
  2105.         public 3 3 { get; set; }
  2106.         public 4 4 { get; set; }
  2107.         public 5 5 { get; set; }
  2108.         public 6 6 { get; set; }
  2109.         public 7 7 { get; set; }
  2110.         public 8 8 { get; set; }
  2111.         public 9 9 { get; set; }
  2112.         public 10 10 { get; set; }
  2113.         public 11 11 { get; set; }
  2114.         public 12 12 { get; set; }
  2115.         public 13 13 { get; set; }
  2116.         public 14 14 { get; set; }
  2117.         public 15 15 { get; set; }
  2118.         public 16 16 { get; set; }
  2119.         public 17 17 { get; set; }
  2120.         public 18 18 { get; set; }
  2121.         public 19 19 { get; set; }
  2122.         public 21 21 { get; set; }
  2123.         public 22 22 { get; set; }
  2124.         public 67 67 { get; set; }
  2125.         public 70 70 { get; set; }
  2126.         public 73 73 { get; set; }
  2127.         public 105 105 { get; set; }
  2128.         public 109 109 { get; set; }
  2129.         public 110 110 { get; set; }
  2130.         public 111 111 { get; set; }
  2131. }
  2132.  
  2133. public class PatronsItem
  2134. {
  2135.         public int patron_id { get; set; }
  2136.         public string unlocked { get; set; }
  2137.         public string tier { get; set; }
  2138.         public string influence_current_amount { get; set; }
  2139.         public string influence_total_earned { get; set; }
  2140.         public string influence_total_spent { get; set; }
  2141.         public string currency_current_amount { get; set; }
  2142.         public string currency_total_earned { get; set; }
  2143.         public string currency_total_spent { get; set; }
  2144.         public List <string> challenge_ids { get; set; }
  2145.         public List <string> challenge_data { get; set; }
  2146.         public string challenge_start { get; set; }
  2147.         public string challenge_end { get; set; }
  2148.         public Adventure_progress adventure_progress { get; set; }
  2149.         public List <Progress_barsItem> progress_bars { get; set; }
  2150.         public List <StatsItem> stats { get; set; }
  2151.         public Shop_items shop_items { get; set; }
  2152.         public int next_shop_reset { get; set; }
  2153.         public int next_free_play_reset { get; set; }
  2154. }
  2155.  
  2156. public class Patron_perksItem
  2157. {
  2158.         public int patron_perk_id { get; set; }
  2159.         public string level { get; set; }
  2160. }
  2161.  
  2162. public class Options
  2163. {
  2164.         public string sound { get; set; }
  2165.         public string music { get; set; }
  2166.         public string muted { get; set; }
  2167.         public string mute_familiar_attacks { get; set; }
  2168.         public int auto_pause { get; set; }
  2169.         public string auto_progress { get; set; }
  2170.         public int quality { get; set; }
  2171.         public int chat_enabled { get; set; }
  2172.         public string force_scientific { get; set; }
  2173.         public string force_offline_auto_progress { get; set; }
  2174.         public int upgrade_notifications { get; set; }
  2175.         public int skip_chest_drop { get; set; }
  2176.         public int hide_stars { get; set; }
  2177.         public int dismiss_new_mission { get; set; }
  2178.         public int hide_formation_circles { get; set; }
  2179.         public string skip_cinematics_in_freeplay { get; set; }
  2180.         public string mute_when_not_active { get; set; }
  2181.         public string disable_lightning { get; set; }
  2182.         public string disable_blood { get; set; }
  2183.         public string hide_completed_variants { get; set; }
  2184.         public int hide_locked_variants { get; set; }
  2185.         public string disable_screen_shake { get; set; }
  2186.         public int level_up_amount_index { get; set; }
  2187.         public string cinematic_speed { get; set; }
  2188.         public int disable_fkey_leveling { get; set; }
  2189.         public string dps_display_style { get; set; }
  2190.         public string effect_description_style { get; set; }
  2191.         public int upgrade_list_show_upcoming { get; set; }
  2192.         public string upgrade_list_combine_upgrades { get; set; }
  2193.         public string hide_unavailable_patron_items { get; set; }
  2194.         public int language_id { get; set; }
  2195.         public int system_language_id { get; set; }
  2196.         public int seen_localization_test_dialog { get; set; }
  2197.         public string seen_localization_launch_dialog { get; set; }
  2198.         public int shop3_dark_mode { get; set; }
  2199.         public int particle_percent { get; set; }
  2200.         public int target_framerate { get; set; }
  2201.         public string auto_progress_2 { get; set; }
  2202.         public string auto_progress_3 { get; set; }
  2203.         public string auto_progress_4 { get; set; }
  2204.         public string disable_async_graphic_loading { get; set; }
  2205. }
  2206.  
  2207. public class Adventure_specific_data
  2208. {
  2209.         public List <int> voronika_inner_circle_hero_ids { get; set; }
  2210. }
  2211.  
  2212. public class Attack_cooldownsItem
  2213. {
  2214.         public int attack_id { get; set; }
  2215.         public int cooldown_remaining { get; set; }
  2216. }
  2217.  
  2218. public class Assignment
  2219. {
  2220.         public int Seat { get; set; }
  2221.         public int game_instance_id { get; set; }
  2222. }
  2223.  
  2224. public class FamiliarsItem
  2225. {
  2226.         public string user_id { get; set; }
  2227.         public string familiar_id { get; set; }
  2228.         public Assignment assignment { get; set; }
  2229. }
  2230.  
  2231. public class ClickskinsItem
  2232. {
  2233.         public string user_id { get; set; }
  2234.         public string click_skin_id { get; set; }
  2235.         public int active { get; set; }
  2236.         public string unlock_date { get; set; }
  2237. }
  2238.  
  2239. public class Reset_currenciesItem
  2240. {
  2241.         public int currency_id { get; set; }
  2242.         public string current_amount { get; set; }
  2243.         public string total_earned { get; set; }
  2244.         public string total_spent { get; set; }
  2245.         public List <string> converted_currency { get; set; }
  2246. }
  2247.  
  2248. public class Music_player
  2249. {
  2250.         public string user_id { get; set; }
  2251.         public List <string> playlist { get; set; }
  2252.         public string volume { get; set; }
  2253. }
  2254.  
  2255. public class Difficulty_token_inventory
  2256. {
  2257.         public int normal { get; set; }
  2258.         public int any { get; set; }
  2259. }
  2260.  
  2261. public class 1Item
  2262. {
  2263.         public string reward { get; set; }
  2264.         public double mult { get; set; }
  2265.         public int graphic_id { get; set; }
  2266.         public string name { get; set; }
  2267.         public int amount { get; set; }
  2268. }
  2269.  
  2270. public class 2Item
  2271. {
  2272.         public string reward { get; set; }
  2273.         public double mult { get; set; }
  2274.         public int graphic_id { get; set; }
  2275.         public string name { get; set; }
  2276.         public int amount { get; set; }
  2277. }
  2278.  
  2279. public class 3Item
  2280. {
  2281.         public string reward { get; set; }
  2282.         public double mult { get; set; }
  2283.         public int graphic_id { get; set; }
  2284.         public string name { get; set; }
  2285.         public int amount { get; set; }
  2286. }
  2287.  
  2288. public class 4Item
  2289. {
  2290.         public string reward { get; set; }
  2291.         public double mult { get; set; }
  2292.         public int graphic_id { get; set; }
  2293.         public string name { get; set; }
  2294.         public int amount { get; set; }
  2295. }
  2296.  
  2297. public class 5Item
  2298. {
  2299.         public string reward { get; set; }
  2300.         public double mult { get; set; }
  2301.         public int graphic_id { get; set; }
  2302.         public string name { get; set; }
  2303.         public int amount { get; set; }
  2304. }
  2305.  
  2306. public class 6Item
  2307. {
  2308.         public string reward { get; set; }
  2309.         public double mult { get; set; }
  2310.         public int graphic_id { get; set; }
  2311.         public string name { get; set; }
  2312.         public int amount { get; set; }
  2313. }
  2314.  
  2315. public class 7Item
  2316. {
  2317.         public string reward { get; set; }
  2318.         public double mult { get; set; }
  2319.         public int graphic_id { get; set; }
  2320.         public string name { get; set; }
  2321.         public int amount { get; set; }
  2322. }
  2323.  
  2324. public class 8Item
  2325. {
  2326.         public string reward { get; set; }
  2327.         public double mult { get; set; }
  2328.         public int graphic_id { get; set; }
  2329.         public string name { get; set; }
  2330.         public int amount { get; set; }
  2331. }
  2332.  
  2333. public class 9Item
  2334. {
  2335.         public string reward { get; set; }
  2336.         public double mult { get; set; }
  2337.         public int graphic_id { get; set; }
  2338.         public string name { get; set; }
  2339.         public int amount { get; set; }
  2340. }
  2341.  
  2342. public class 10Item
  2343. {
  2344.         public string reward { get; set; }
  2345.         public double mult { get; set; }
  2346.         public int graphic_id { get; set; }
  2347.         public string name { get; set; }
  2348.         public int amount { get; set; }
  2349. }
  2350.  
  2351. public class Difficulty_reward_lookup
  2352. {
  2353.         public List <1Item> 1 { get; set; }
  2354.         public List <2Item> 2 { get; set; }
  2355.         public List <3Item> 3 { get; set; }
  2356.         public List <4Item> 4 { get; set; }
  2357.         public List <5Item> 5 { get; set; }
  2358.         public List <6Item> 6 { get; set; }
  2359.         public List <7Item> 7 { get; set; }
  2360.         public List <8Item> 8 { get; set; }
  2361.         public List <9Item> 9 { get; set; }
  2362.         public List <10Item> 10 { get; set; }
  2363. }
  2364.  
  2365. public class 4Item
  2366. {
  2367.         public string reward { get; set; }
  2368.         public int skin_id { get; set; }
  2369. }
  2370.  
  2371. public class 5Item
  2372. {
  2373.         public string reward { get; set; }
  2374.         public int skin_id { get; set; }
  2375. }
  2376.  
  2377. public class Role_reward_lookup
  2378. {
  2379.         public List <string> 1 { get; set; }
  2380.         public List <string> 2 { get; set; }
  2381.         public List <string> 3 { get; set; }
  2382.         public List <4Item> 4 { get; set; }
  2383.         public List <5Item> 5 { get; set; }
  2384. }
  2385.  
  2386. public class PlayersItem
  2387. {
  2388.         public string name { get; set; }
  2389.         public int hero_id { get; set; }
  2390.         public int role_id { get; set; }
  2391.         public int dps { get; set; }
  2392.         public int dmg_today { get; set; }
  2393.         public int ilvls { get; set; }
  2394.         public int last_update { get; set; }
  2395.         public int total_damage { get; set; }
  2396.         public int bonus_dps { get; set; }
  2397.         public int trials_adventure_damage_done { get; set; }
  2398. }
  2399.  
  2400. public class CampaignsItem
  2401. {
  2402.         public int campaign_id { get; set; }
  2403.         public int difficulty_id { get; set; }
  2404.         public int day_seconds { get; set; }
  2405.         public string started { get; set; }
  2406.         public string is_private { get; set; }
  2407.         public int current_day { get; set; }
  2408.         public int user_current_day { get; set; }
  2409.         public string total_damage_done { get; set; }
  2410.         public int final_damage_today { get; set; }
  2411.         public int change_num { get; set; }
  2412.         public int host_index { get; set; }
  2413.         public string join_key { get; set; }
  2414.         public List <PlayersItem> players { get; set; }
  2415. }
  2416.  
  2417. public class Trials_data
  2418. {
  2419.         public int active_campaign_id { get; set; }
  2420.         public string player_name { get; set; }
  2421.         public string faq_key { get; set; }
  2422.         public int next_player_name_update_seconds { get; set; }
  2423.         public string last_sending_stone_read { get; set; }
  2424.         public int highest_available_difficulty { get; set; }
  2425.         public Difficulty_token_inventory difficulty_token_inventory { get; set; }
  2426.         public string normal_difficulty_token_name { get; set; }
  2427.         public int normal_difficulty_token_graphic_id { get; set; }
  2428.         public string any_difficulty_token_name { get; set; }
  2429.         public int any_difficulty_token_graphic_id { get; set; }
  2430.         public List <string> unavailable_hero_ids { get; set; }
  2431.         public Difficulty_reward_lookup difficulty_reward_lookup { get; set; }
  2432.         public Role_reward_lookup role_reward_lookup { get; set; }
  2433.         public List <CampaignsItem> campaigns { get; set; }
  2434.         public int refresh_seconds { get; set; }
  2435. }
  2436.  
  2437. public class Chests
  2438. {
  2439.         public int 1 { get; set; }
  2440.         public int 2 { get; set; }
  2441.         public int 3 { get; set; }
  2442.         public int 4 { get; set; }
  2443.         public int 8 { get; set; }
  2444.         public int 10 { get; set; }
  2445.         public int 11 { get; set; }
  2446.         public int 12 { get; set; }
  2447.         public int 18 { get; set; }
  2448.         public int 19 { get; set; }
  2449.         public int 22 { get; set; }
  2450.         public int 27 { get; set; }
  2451.         public int 29 { get; set; }
  2452.         public int 30 { get; set; }
  2453.         public int 36 { get; set; }
  2454.         public int 37 { get; set; }
  2455.         public int 41 { get; set; }
  2456.         public int 45 { get; set; }
  2457.         public int 46 { get; set; }
  2458.         public int 54 { get; set; }
  2459.         public int 57 { get; set; }
  2460.         public int 58 { get; set; }
  2461.         public int 67 { get; set; }
  2462.         public int 68 { get; set; }
  2463.         public int 72 { get; set; }
  2464.         public int 73 { get; set; }
  2465.         public int 74 { get; set; }
  2466.         public int 76 { get; set; }
  2467.         public int 83 { get; set; }
  2468.         public int 84 { get; set; }
  2469.         public int 86 { get; set; }
  2470.         public int 87 { get; set; }
  2471.         public int 88 { get; set; }
  2472.         public int 89 { get; set; }
  2473.         public int 90 { get; set; }
  2474.         public int 91 { get; set; }
  2475.         public int 92 { get; set; }
  2476.         public int 93 { get; set; }
  2477.         public int 94 { get; set; }
  2478.         public int 95 { get; set; }
  2479.         public int 96 { get; set; }
  2480.         public int 98 { get; set; }
  2481.         public int 99 { get; set; }
  2482.         public int 100 { get; set; }
  2483.         public int 101 { get; set; }
  2484.         public int 102 { get; set; }
  2485.         public int 105 { get; set; }
  2486.         public int 106 { get; set; }
  2487.         public int 107 { get; set; }
  2488.         public int 108 { get; set; }
  2489.         public int 152 { get; set; }
  2490.         public int 153 { get; set; }
  2491.         public int 158 { get; set; }
  2492.         public int 159 { get; set; }
  2493.         public int 161 { get; set; }
  2494.         public int 163 { get; set; }
  2495.         public int 166 { get; set; }
  2496.         public int 167 { get; set; }
  2497.         public int 168 { get; set; }
  2498.         public int 169 { get; set; }
  2499.         public int 170 { get; set; }
  2500.         public int 171 { get; set; }
  2501.         public int 172 { get; set; }
  2502.         public int 173 { get; set; }
  2503.         public int 174 { get; set; }
  2504.         public int 175 { get; set; }
  2505.         public int 176 { get; set; }
  2506.         public int 177 { get; set; }
  2507.         public int 178 { get; set; }
  2508.         public int 179 { get; set; }
  2509.         public int 180 { get; set; }
  2510.         public int 181 { get; set; }
  2511.         public int 182 { get; set; }
  2512.         public int 183 { get; set; }
  2513.         public int 184 { get; set; }
  2514.         public int 185 { get; set; }
  2515.         public int 186 { get; set; }
  2516.         public int 187 { get; set; }
  2517.         public int 188 { get; set; }
  2518.         public int 189 { get; set; }
  2519.         public int 190 { get; set; }
  2520.         public int 191 { get; set; }
  2521.         public int 219 { get; set; }
  2522.         public int 230 { get; set; }
  2523.         public int 244 { get; set; }
  2524.         public int 245 { get; set; }
  2525.         public int 246 { get; set; }
  2526.         public int 247 { get; set; }
  2527.         public int 248 { get; set; }
  2528.         public int 249 { get; set; }
  2529.         public int 250 { get; set; }
  2530.         public int 251 { get; set; }
  2531.         public int 252 { get; set; }
  2532.         public int 253 { get; set; }
  2533.         public int 254 { get; set; }
  2534.         public int 255 { get; set; }
  2535.         public int 256 { get; set; }
  2536.         public int 257 { get; set; }
  2537.         public int 258 { get; set; }
  2538.         public int 259 { get; set; }
  2539.         public int 260 { get; set; }
  2540.         public int 261 { get; set; }
  2541.         public int 262 { get; set; }
  2542.         public int 263 { get; set; }
  2543.         public int 264 { get; set; }
  2544.         public int 265 { get; set; }
  2545.         public int 266 { get; set; }
  2546.         public int 267 { get; set; }
  2547.         public int 268 { get; set; }
  2548.         public int 269 { get; set; }
  2549.         public int 270 { get; set; }
  2550.         public int 271 { get; set; }
  2551.         public int 272 { get; set; }
  2552.         public int 273 { get; set; }
  2553.         public int 274 { get; set; }
  2554.         public int 275 { get; set; }
  2555.         public int 276 { get; set; }
  2556.         public int 277 { get; set; }
  2557.         public int 282 { get; set; }
  2558.         public int 311 { get; set; }
  2559.         public int 323 { get; set; }
  2560.         public int 334 { get; set; }
  2561.         public int 335 { get; set; }
  2562.         public int 336 { get; set; }
  2563.         public int 337 { get; set; }
  2564.         public int 339 { get; set; }
  2565.         public int 340 { get; set; }
  2566.         public int 341 { get; set; }
  2567.         public int 342 { get; set; }
  2568.         public int 343 { get; set; }
  2569.         public int 345 { get; set; }
  2570.         public int 346 { get; set; }
  2571.         public int 347 { get; set; }
  2572.         public int 348 { get; set; }
  2573.         public int 349 { get; set; }
  2574.         public int 350 { get; set; }
  2575.         public int 351 { get; set; }
  2576.         public int 352 { get; set; }
  2577.         public int 353 { get; set; }
  2578.         public int 354 { get; set; }
  2579.         public int 355 { get; set; }
  2580.         public int 356 { get; set; }
  2581.         public int 357 { get; set; }
  2582.         public int 358 { get; set; }
  2583.         public int 359 { get; set; }
  2584.         public int 360 { get; set; }
  2585.         public int 361 { get; set; }
  2586.         public int 388 { get; set; }
  2587.         public int 389 { get; set; }
  2588.         public int 390 { get; set; }
  2589.         public int 391 { get; set; }
  2590.         public int 392 { get; set; }
  2591.         public int 393 { get; set; }
  2592.         public int 394 { get; set; }
  2593.         public int 395 { get; set; }
  2594.         public int 396 { get; set; }
  2595.         public int 397 { get; set; }
  2596.         public int 398 { get; set; }
  2597.         public int 399 { get; set; }
  2598.         public int 400 { get; set; }
  2599.         public int 401 { get; set; }
  2600.         public int 402 { get; set; }
  2601.         public int 404 { get; set; }
  2602.         public int 405 { get; set; }
  2603.         public int 406 { get; set; }
  2604.         public int 408 { get; set; }
  2605.         public int 410 { get; set; }
  2606.         public int 411 { get; set; }
  2607.         public int 412 { get; set; }
  2608.         public int 413 { get; set; }
  2609.         public int 414 { get; set; }
  2610. }
  2611.  
  2612. public class Last_offline_history
  2613. {
  2614.         public int start_area { get; set; }
  2615.         public string stop_reason { get; set; }
  2616.         public int end_area { get; set; }
  2617.         public int idled_area { get; set; }
  2618. }
  2619.  
  2620. public class Boss_lootItem
  2621. {
  2622.         public int add_soft_currency { get; set; }
  2623.         public string before { get; set; }
  2624.         public int after { get; set; }
  2625. }
  2626.  
  2627. public class Offline_progress
  2628. {
  2629.         public int id { get; set; }
  2630.         public string prev_id { get; set; }
  2631.         public int internal_id { get; set; }
  2632.         public string gold_before { get; set; }
  2633.         public string gold_earned_offline { get; set; }
  2634.         public string gold_rate { get; set; }
  2635.         public int offline_time { get; set; }
  2636.         public int start_area { get; set; }
  2637.         public int end_area { get; set; }
  2638.         public int areas_completed { get; set; }
  2639.         public int tokens_earned_offline { get; set; }
  2640.         public int idled_seconds { get; set; }
  2641.         public Last_offline_history last_offline_history { get; set; }
  2642.         public List <string> resets { get; set; }
  2643.         public int multi_time_left { get; set; }
  2644.         public string needs_soft_reset { get; set; }
  2645.         public int resets_done_offline { get; set; }
  2646.         public int modron_reset_area { get; set; }
  2647.         public string gold_after { get; set; }
  2648.         public List <Boss_lootItem> boss_loot { get; set; }
  2649.         public int seen { get; set; }
  2650.         public int time_since_recorded { get; set; }
  2651. }
  2652.  
  2653. public class Purchase_requirementsItem
  2654. {
  2655.         public string type { get; set; }
  2656.         public string value { get; set; }
  2657.         public int event_id { get; set; }
  2658.         public int hero_id { get; set; }
  2659. }
  2660.  
  2661. public class EffectsItem
  2662. {
  2663.         public string type { get; set; }
  2664.         public int loot_id { get; set; }
  2665.         public int gild_level { get; set; }
  2666. }
  2667.  
  2668. public class Shop
  2669. {
  2670.         public string type { get; set; }
  2671.         public int loot_id { get; set; }
  2672.         public int gild_level { get; set; }
  2673.         public int event_purchase { get; set; }
  2674.         public int hero_purchase { get; set; }
  2675.         public string text { get; set; }
  2676. }
  2677.  
  2678. public class Properties
  2679. {
  2680.         public Shop shop { get; set; }
  2681. }
  2682.  
  2683. public class PromotionsItem
  2684. {
  2685.         public string promotion_id { get; set; }
  2686.         public string name { get; set; }
  2687.         public string start_date { get; set; }
  2688.         public string end_date { get; set; }
  2689.         public List <string> offer_requirements { get; set; }
  2690.         public List <Purchase_requirementsItem> purchase_requirements { get; set; }
  2691.         public List <EffectsItem> effects { get; set; }
  2692.         public string permanent_order { get; set; }
  2693.         public string num_allowed { get; set; }
  2694.         public Properties properties { get; set; }
  2695. }
  2696.  
  2697. public class LootItem
  2698. {
  2699.         public int chest_type_id { get; set; }
  2700.         public int count { get; set; }
  2701. }
  2702.  
  2703. public class Bonus_itemItem
  2704. {
  2705.         public string type { get; set; }
  2706.         public int count { get; set; }
  2707.         public string return_loot { get; set; }
  2708. }
  2709.  
  2710. public class Package_dealsItem
  2711. {
  2712.         public int item_id { get; set; }
  2713.         public string name { get; set; }
  2714.         public string description { get; set; }
  2715.         public double cost { get; set; }
  2716.         public string sale { get; set; }
  2717.         public string discount { get; set; }
  2718.         public int original_cost { get; set; }
  2719.         public int sale_time_remaining { get; set; }
  2720.         public int sale_notification { get; set; }
  2721.         public int blank_sale_notification { get; set; }
  2722.         public int sale_notification_console { get; set; }
  2723.         public string console_notification_text { get; set; }
  2724.         public int notification_background_id { get; set; }
  2725.         public int notification_icon_id { get; set; }
  2726.         public string notification_text { get; set; }
  2727.         public int background_graphic_id { get; set; }
  2728.         public int new_shop_graphic_id { get; set; }
  2729.         public List <int> loot_ids { get; set; }
  2730.         public List <LootItem> loot { get; set; }
  2731.         public int chests { get; set; }
  2732.         public int chest_type_id { get; set; }
  2733.         public string value_key { get; set; }
  2734.         public double value_amount { get; set; }
  2735.         public int selector_button_graphic { get; set; }
  2736.         public int starter_pack_graphic { get; set; }
  2737.         public List <string> contained_pack_ids { get; set; }
  2738.         public int container_pack_id { get; set; }
  2739.         public string hide_notification { get; set; }
  2740.         public int bonus_status { get; set; }
  2741.         public List <Bonus_itemItem> bonus_item { get; set; }
  2742. }
  2743.  
  2744. public class Active_referrals
  2745. {
  2746.         public List <string> defines { get; set; }
  2747.         public List <string> referral_data { get; set; }
  2748.         public List <string> names { get; set; }
  2749. }
  2750.  
  2751. public class Reset_upgrade_levels
  2752. {
  2753.         public string 1 { get; set; }
  2754.         public string 2 { get; set; }
  2755.         public string 3 { get; set; }
  2756.         public string 4 { get; set; }
  2757.         public string 5 { get; set; }
  2758.         public string 6 { get; set; }
  2759.         public string 7 { get; set; }
  2760.         public string 8 { get; set; }
  2761.         public string 9 { get; set; }
  2762.         public string 10 { get; set; }
  2763.         public string 11 { get; set; }
  2764.         public string 12 { get; set; }
  2765.         public string 13 { get; set; }
  2766.         public string 14 { get; set; }
  2767.         public string 15 { get; set; }
  2768.         public string 16 { get; set; }
  2769.         public string 17 { get; set; }
  2770.         public string 18 { get; set; }
  2771.         public string 19 { get; set; }
  2772.         public string 20 { get; set; }
  2773.         public string 21 { get; set; }
  2774.         public string 22 { get; set; }
  2775.         public string 23 { get; set; }
  2776.         public string 24 { get; set; }
  2777.         public string 25 { get; set; }
  2778.         public string 26 { get; set; }
  2779.         public string 27 { get; set; }
  2780.         public string 28 { get; set; }
  2781.         public string 29 { get; set; }
  2782.         public string 30 { get; set; }
  2783.         public string 31 { get; set; }
  2784.         public string 32 { get; set; }
  2785.         public string 33 { get; set; }
  2786.         public string 34 { get; set; }
  2787.         public string 35 { get; set; }
  2788.         public string 36 { get; set; }
  2789.         public string 37 { get; set; }
  2790.         public string 38 { get; set; }
  2791.         public string 39 { get; set; }
  2792.         public string 40 { get; set; }
  2793.         public string 41 { get; set; }
  2794.         public string 42 { get; set; }
  2795.         public string 43 { get; set; }
  2796.         public string 44 { get; set; }
  2797.         public string 45 { get; set; }
  2798.         public string 46 { get; set; }
  2799.         public string 47 { get; set; }
  2800.         public string 48 { get; set; }
  2801.         public string 49 { get; set; }
  2802.         public string 50 { get; set; }
  2803.         public string 51 { get; set; }
  2804.         public string 52 { get; set; }
  2805.         public string 53 { get; set; }
  2806.         public string 54 { get; set; }
  2807.         public string 55 { get; set; }
  2808.         public string 56 { get; set; }
  2809.         public string 57 { get; set; }
  2810.         public string 58 { get; set; }
  2811.         public string 59 { get; set; }
  2812.         public string 60 { get; set; }
  2813.         public string 61 { get; set; }
  2814.         public string 62 { get; set; }
  2815.         public string 63 { get; set; }
  2816.         public string 64 { get; set; }
  2817.         public string 65 { get; set; }
  2818.         public string 66 { get; set; }
  2819.         public string 67 { get; set; }
  2820.         public string 68 { get; set; }
  2821.         public string 69 { get; set; }
  2822.         public string 70 { get; set; }
  2823.         public string 71 { get; set; }
  2824.         public string 72 { get; set; }
  2825.         public string 73 { get; set; }
  2826.         public string 74 { get; set; }
  2827.         public string 75 { get; set; }
  2828.         public string 76 { get; set; }
  2829.         public string 77 { get; set; }
  2830.         public string 78 { get; set; }
  2831.         public string 79 { get; set; }
  2832.         public string 80 { get; set; }
  2833.         public string 81 { get; set; }
  2834.         public string 82 { get; set; }
  2835.         public string 83 { get; set; }
  2836.         public string 84 { get; set; }
  2837.         public string 85 { get; set; }
  2838.         public string 86 { get; set; }
  2839.         public string 87 { get; set; }
  2840.         public string 88 { get; set; }
  2841.         public string 89 { get; set; }
  2842.         public string 90 { get; set; }
  2843.         public string 91 { get; set; }
  2844.         public string 92 { get; set; }
  2845.         public string 93 { get; set; }
  2846.         public string 94 { get; set; }
  2847.         public string 95 { get; set; }
  2848.         public string 96 { get; set; }
  2849.         public string 97 { get; set; }
  2850.         public string 98 { get; set; }
  2851.         public string 99 { get; set; }
  2852.         public string 100 { get; set; }
  2853.         public string 101 { get; set; }
  2854.         public string 102 { get; set; }
  2855.         public string 103 { get; set; }
  2856.         public string 104 { get; set; }
  2857.         public string 105 { get; set; }
  2858.         public string 106 { get; set; }
  2859.         public string 107 { get; set; }
  2860.         public string 108 { get; set; }
  2861.         public string 109 { get; set; }
  2862.         public string 110 { get; set; }
  2863.         public string 111 { get; set; }
  2864.         public string 112 { get; set; }
  2865. }
  2866.  
  2867. public class Adventure_data
  2868. {
  2869.         public string reset_currency { get; set; }
  2870.         public double gold_growth_rate { get; set; }
  2871.         public double currency_growth_rate { get; set; }
  2872.         public int first_currency { get; set; }
  2873.         public string completed { get; set; }
  2874.         public string previously_completed { get; set; }
  2875.         public Reset_upgrade_levels reset_upgrade_levels { get; set; }
  2876. }
  2877.  
  2878. public class Familiars
  2879. {
  2880.         public List <string> Ultimates { get; set; }
  2881.         public List <int> Clicks { get; set; }
  2882.         public List <int> Seat { get; set; }
  2883.         public List <int> UltimateSpecific { get; set; }
  2884. }
  2885.  
  2886. public class Specializations
  2887. {
  2888.         public List <int> 6 { get; set; }
  2889.         public List <int> 12 { get; set; }
  2890.         public List <int> 16 { get; set; }
  2891.         public List <int> 48 { get; set; }
  2892.         public List <int> 56 { get; set; }
  2893.         public List <int> 58 { get; set; }
  2894.         public List <int> 67 { get; set; }
  2895.         public List <int> 73 { get; set; }
  2896.         public List <int> 75 { get; set; }
  2897.         public List <int> 91 { get; set; }
  2898. }
  2899.  
  2900. public class Formation_saves_v2Item
  2901. {
  2902.         public int formation_save_id { get; set; }
  2903.         public int campaign_id { get; set; }
  2904.         public string name { get; set; }
  2905.         public int favorite { get; set; }
  2906.         public List <int> formation { get; set; }
  2907.         public Familiars familiars { get; set; }
  2908.         public Specializations specializations { get; set; }
  2909. }
  2910.  
  2911. public class Reset_upgrade_levels
  2912. {
  2913.         public string 1 { get; set; }
  2914.         public string 2 { get; set; }
  2915.         public string 3 { get; set; }
  2916.         public string 4 { get; set; }
  2917.         public string 5 { get; set; }
  2918.         public string 6 { get; set; }
  2919.         public string 7 { get; set; }
  2920.         public string 8 { get; set; }
  2921.         public string 9 { get; set; }
  2922.         public string 10 { get; set; }
  2923.         public string 11 { get; set; }
  2924.         public string 12 { get; set; }
  2925.         public string 13 { get; set; }
  2926.         public string 14 { get; set; }
  2927.         public string 15 { get; set; }
  2928.         public string 16 { get; set; }
  2929.         public string 17 { get; set; }
  2930.         public string 18 { get; set; }
  2931.         public string 19 { get; set; }
  2932.         public string 20 { get; set; }
  2933.         public string 21 { get; set; }
  2934.         public string 22 { get; set; }
  2935.         public string 23 { get; set; }
  2936.         public string 24 { get; set; }
  2937.         public string 25 { get; set; }
  2938.         public string 26 { get; set; }
  2939.         public string 27 { get; set; }
  2940.         public string 28 { get; set; }
  2941.         public string 29 { get; set; }
  2942.         public string 30 { get; set; }
  2943.         public string 31 { get; set; }
  2944.         public string 32 { get; set; }
  2945.         public string 33 { get; set; }
  2946.         public string 34 { get; set; }
  2947.         public string 35 { get; set; }
  2948.         public string 36 { get; set; }
  2949.         public string 37 { get; set; }
  2950.         public string 38 { get; set; }
  2951.         public string 39 { get; set; }
  2952.         public string 40 { get; set; }
  2953.         public string 41 { get; set; }
  2954.         public string 42 { get; set; }
  2955.         public string 43 { get; set; }
  2956.         public string 44 { get; set; }
  2957.         public string 45 { get; set; }
  2958.         public string 46 { get; set; }
  2959.         public string 47 { get; set; }
  2960.         public string 48 { get; set; }
  2961.         public string 49 { get; set; }
  2962.         public string 50 { get; set; }
  2963.         public string 51 { get; set; }
  2964.         public string 52 { get; set; }
  2965.         public string 53 { get; set; }
  2966.         public string 54 { get; set; }
  2967.         public string 55 { get; set; }
  2968.         public string 56 { get; set; }
  2969.         public string 57 { get; set; }
  2970.         public string 58 { get; set; }
  2971.         public string 59 { get; set; }
  2972.         public string 60 { get; set; }
  2973.         public string 61 { get; set; }
  2974.         public string 62 { get; set; }
  2975.         public string 63 { get; set; }
  2976.         public string 64 { get; set; }
  2977.         public string 65 { get; set; }
  2978.         public string 66 { get; set; }
  2979.         public string 67 { get; set; }
  2980.         public string 68 { get; set; }
  2981.         public string 69 { get; set; }
  2982.         public string 70 { get; set; }
  2983.         public string 71 { get; set; }
  2984.         public string 72 { get; set; }
  2985.         public string 73 { get; set; }
  2986.         public string 74 { get; set; }
  2987.         public string 75 { get; set; }
  2988.         public string 76 { get; set; }
  2989.         public string 77 { get; set; }
  2990.         public string 78 { get; set; }
  2991.         public string 79 { get; set; }
  2992.         public string 80 { get; set; }
  2993.         public string 81 { get; set; }
  2994.         public string 82 { get; set; }
  2995.         public string 83 { get; set; }
  2996.         public string 84 { get; set; }
  2997.         public string 85 { get; set; }
  2998.         public string 86 { get; set; }
  2999.         public string 87 { get; set; }
  3000.         public string 88 { get; set; }
  3001.         public string 89 { get; set; }
  3002.         public string 90 { get; set; }
  3003.         public string 91 { get; set; }
  3004.         public string 92 { get; set; }
  3005.         public string 93 { get; set; }
  3006.         public string 94 { get; set; }
  3007.         public string 95 { get; set; }
  3008.         public string 96 { get; set; }
  3009.         public string 97 { get; set; }
  3010.         public string 98 { get; set; }
  3011.         public string 99 { get; set; }
  3012.         public string 100 { get; set; }
  3013.         public string 101 { get; set; }
  3014.         public string 102 { get; set; }
  3015.         public string 103 { get; set; }
  3016.         public string 104 { get; set; }
  3017.         public string 105 { get; set; }
  3018.         public string 106 { get; set; }
  3019.         public string 107 { get; set; }
  3020.         public string 108 { get; set; }
  3021.         public string 109 { get; set; }
  3022.         public string 110 { get; set; }
  3023.         public string 111 { get; set; }
  3024.         public string 112 { get; set; }
  3025. }
  3026.  
  3027. public class Required_client_version
  3028. {
  3029.         public int default { get; set; }
  3030. }
  3031.  
  3032. public class Event_token
  3033. {
  3034.         public string name { get; set; }
  3035.         public string name_plural { get; set; }
  3036.         public int win_every { get; set; }
  3037.         public int win_range { get; set; }
  3038.         public int graphic_id { get; set; }
  3039.         public int mini_graphic_id { get; set; }
  3040. }
  3041.  
  3042. public class RequirementsItem
  3043. {
  3044.         public string condition { get; set; }
  3045.         public int hero_id { get; set; }
  3046. }
  3047.  
  3048. public class Initialize_actionsItem
  3049. {
  3050.         public string action { get; set; }
  3051.         public int adventure_id { get; set; }
  3052.         public List <RequirementsItem> requirements { get; set; }
  3053. }
  3054.  
  3055. public class Payers_get_at_endItem
  3056. {
  3057.         public string reward { get; set; }
  3058.         public int crusader_id { get; set; }
  3059. }
  3060.  
  3061. public class Upgrades_to_displayItem
  3062. {
  3063.         public string name { get; set; }
  3064.         public string description { get; set; }
  3065.         public int graphic_id { get; set; }
  3066. }
  3067.  
  3068. public class YearsItem
  3069. {
  3070.         public int premium_chest_type_id { get; set; }
  3071.         public List <Payers_get_at_endItem> payers_get_at_end { get; set; }
  3072.         public string shop_desc { get; set; }
  3073.         public List <int> tab_graphics { get; set; }
  3074.         public List <int> chest_ids { get; set; }
  3075.         public List <int> hero_ids { get; set; }
  3076.         public List <int> hero_achievement_ids { get; set; }
  3077.         public List <int> adventure_ids { get; set; }
  3078.         public List <int> achievement_ids { get; set; }
  3079.         public List <int> equipment_to_display { get; set; }
  3080.         public List <int> specializations_to_display { get; set; }
  3081.         public List <Upgrades_to_displayItem> upgrades_to_display { get; set; }
  3082. }
  3083.  
  3084. public class Details
  3085. {
  3086.         public Required_client_version required_client_version { get; set; }
  3087.         public List <string> exclude_network_ids { get; set; }
  3088.         public Event_token event_token { get; set; }
  3089.         public int notification_background { get; set; }
  3090.         public string notification_type { get; set; }
  3091.         public int title_graphic { get; set; }
  3092.         public int campaign_id { get; set; }
  3093.         public string freeplay_cost_desc { get; set; }
  3094.         public int tab_glow_graphic { get; set; }
  3095.         public int summary_tab_graphic { get; set; }
  3096.         public int console_tab_graphic { get; set; }
  3097.         public List <Initialize_actionsItem> initialize_actions { get; set; }
  3098.         public List <YearsItem> years { get; set; }
  3099. }
  3100.  
  3101. public class User_data
  3102. {
  3103.         public int event_tokens { get; set; }
  3104.         public int last_token_time { get; set; }
  3105.         public List <int> unlocked_years { get; set; }
  3106.         public int warp_time { get; set; }
  3107.         public int total_token_time { get; set; }
  3108.         public int total_warp_time { get; set; }
  3109.         public string seen_spotlight { get; set; }
  3110.         public int fp5 { get; set; }
  3111.         public int fp4 { get; set; }
  3112. }
  3113.  
  3114. public class Next_year_unlock_costItem
  3115. {
  3116.         public string cost { get; set; }
  3117.         public int amount { get; set; }
  3118. }
  3119.  
  3120. public class Event_detailsItem
  3121. {
  3122.         public int event_id { get; set; }
  3123.         public int event_instance { get; set; }
  3124.         public string active { get; set; }
  3125.         public int end_purchases_in { get; set; }
  3126.         public string name { get; set; }
  3127.         public string analytics_name { get; set; }
  3128.         public string description { get; set; }
  3129.         public Details details { get; set; }
  3130.         public int ends_in { get; set; }
  3131.         public User_data user_data { get; set; }
  3132.         public int total_duration { get; set; }
  3133.         public List <Next_year_unlock_costItem> next_year_unlock_cost { get; set; }
  3134.         public List <int> completed_adventure_ids { get; set; }
  3135.         public int show_shotlight_dialog { get; set; }
  3136.         public string reset_currency { get; set; }
  3137. }
  3138.  
  3139. public class Formation_saves
  3140. {
  3141.         public int 1 { get; set; }
  3142.         public int 2 { get; set; }
  3143.         public int 15 { get; set; }
  3144.         public int 22 { get; set; }
  3145.         public int 27 { get; set; }
  3146.         public int 20012 { get; set; }
  3147.         public int 30012 { get; set; }
  3148.         public int 30019 { get; set; }
  3149.         public int 40013 { get; set; }
  3150.         public int 40014 { get; set; }
  3151.         public int 50013 { get; set; }
  3152.         public int 50014 { get; set; }
  3153.         public int 1100001 { get; set; }
  3154.         public int 1100015 { get; set; }
  3155.         public int 1200001 { get; set; }
  3156.         public int 1300001 { get; set; }
  3157.         public int 1300022 { get; set; }
  3158.         public int 1400001 { get; set; }
  3159.         public int 1400027 { get; set; }
  3160. }
  3161.  
  3162. public class Buffs
  3163. {
  3164.         public int 74 { get; set; }
  3165.         public int 75 { get; set; }
  3166. }
  3167.  
  3168. public class Toggle_preferences
  3169. {
  3170.         public string formation { get; set; }
  3171.         public string reset { get; set; }
  3172.         public string buff { get; set; }
  3173. }
  3174.  
  3175. public class Properties
  3176. {
  3177.         public string formation_enabled { get; set; }
  3178.         public Toggle_preferences toggle_preferences { get; set; }
  3179. }
  3180.  
  3181. public class 1
  3182. {
  3183.         public string user_id { get; set; }
  3184.         public string core_id { get; set; }
  3185.         public List <List <int>> grid { get; set; }
  3186.         public string instance_id { get; set; }
  3187.         public string exp_total { get; set; }
  3188.         public Formation_saves formation_saves { get; set; }
  3189.         public string area_goal { get; set; }
  3190.         public Buffs buffs { get; set; }
  3191.         public string checkin_timestamp { get; set; }
  3192.         public Properties properties { get; set; }
  3193. }
  3194.  
  3195. public class Formation_saves
  3196. {
  3197.         public int 1 { get; set; }
  3198.         public int 1200024 { get; set; }
  3199.         public int 1300024 { get; set; }
  3200. }
  3201.  
  3202. public class Buffs
  3203. {
  3204. }
  3205.  
  3206. public class Toggle_preferences
  3207. {
  3208.         public string formation { get; set; }
  3209.         public string reset { get; set; }
  3210.         public string buff { get; set; }
  3211. }
  3212.  
  3213. public class Properties
  3214. {
  3215.         public string formation_enabled { get; set; }
  3216.         public Toggle_preferences toggle_preferences { get; set; }
  3217. }
  3218.  
  3219. public class 2
  3220. {
  3221.         public string user_id { get; set; }
  3222.         public string core_id { get; set; }
  3223.         public List <List <int>> grid { get; set; }
  3224.         public string instance_id { get; set; }
  3225.         public string exp_total { get; set; }
  3226.         public Formation_saves formation_saves { get; set; }
  3227.         public string area_goal { get; set; }
  3228.         public Buffs buffs { get; set; }
  3229.         public string checkin_timestamp { get; set; }
  3230.         public Properties properties { get; set; }
  3231. }
  3232.  
  3233. public class Formation_saves
  3234. {
  3235.         public int 1 { get; set; }
  3236.         public int 2 { get; set; }
  3237.         public int 15 { get; set; }
  3238.         public int 22 { get; set; }
  3239.         public int 24 { get; set; }
  3240.         public int 25 { get; set; }
  3241.         public int 27 { get; set; }
  3242.         public int 20009 { get; set; }
  3243.         public int 20020 { get; set; }
  3244.         public int 20021 { get; set; }
  3245.         public int 30012 { get; set; }
  3246.         public int 30013 { get; set; }
  3247.         public int 30014 { get; set; }
  3248.         public int 30016 { get; set; }
  3249.         public int 30019 { get; set; }
  3250.         public int 40013 { get; set; }
  3251.         public int 40014 { get; set; }
  3252.         public int 40016 { get; set; }
  3253.         public int 40017 { get; set; }
  3254.         public int 50012 { get; set; }
  3255.         public int 50013 { get; set; }
  3256.         public int 50014 { get; set; }
  3257.         public int 50015 { get; set; }
  3258.         public int 50016 { get; set; }
  3259.         public int 1100001 { get; set; }
  3260.         public int 1100002 { get; set; }
  3261.         public int 1100015 { get; set; }
  3262.         public int 1100022 { get; set; }
  3263.         public int 1100024 { get; set; }
  3264.         public int 1100027 { get; set; }
  3265.         public int 1200001 { get; set; }
  3266.         public int 1200002 { get; set; }
  3267.         public int 1200015 { get; set; }
  3268.         public int 1200024 { get; set; }
  3269.         public int 1200027 { get; set; }
  3270.         public int 1300001 { get; set; }
  3271.         public int 1300002 { get; set; }
  3272.         public int 1300015 { get; set; }
  3273.         public int 1400001 { get; set; }
  3274.         public int 1400002 { get; set; }
  3275.         public int 1400015 { get; set; }
  3276.         public int 1400022 { get; set; }
  3277.         public int 1400027 { get; set; }
  3278. }
  3279.  
  3280. public class Buffs
  3281. {
  3282.         public int 5 { get; set; }
  3283.         public int 6 { get; set; }
  3284.         public int 7 { get; set; }
  3285.         public int 8 { get; set; }
  3286. }
  3287.  
  3288. public class Toggle_preferences
  3289. {
  3290.         public string formation { get; set; }
  3291.         public string reset { get; set; }
  3292.         public string buff { get; set; }
  3293. }
  3294.  
  3295. public class Properties
  3296. {
  3297.         public string formation_enabled { get; set; }
  3298.         public Toggle_preferences toggle_preferences { get; set; }
  3299. }
  3300.  
  3301. public class 3
  3302. {
  3303.         public string user_id { get; set; }
  3304.         public string core_id { get; set; }
  3305.         public List <List <int>> grid { get; set; }
  3306.         public string instance_id { get; set; }
  3307.         public string exp_total { get; set; }
  3308.         public Formation_saves formation_saves { get; set; }
  3309.         public string area_goal { get; set; }
  3310.         public Buffs buffs { get; set; }
  3311.         public string checkin_timestamp { get; set; }
  3312.         public Properties properties { get; set; }
  3313. }
  3314.  
  3315. public class Formation_saves
  3316. {
  3317.         public int 1 { get; set; }
  3318.         public int 24 { get; set; }
  3319.         public int 50014 { get; set; }
  3320. }
  3321.  
  3322. public class Buffs
  3323. {
  3324. }
  3325.  
  3326. public class Toggle_preferences
  3327. {
  3328.         public string formation { get; set; }
  3329.         public string reset { get; set; }
  3330.         public string buff { get; set; }
  3331. }
  3332.  
  3333. public class Properties
  3334. {
  3335.         public string formation_enabled { get; set; }
  3336.         public Toggle_preferences toggle_preferences { get; set; }
  3337. }
  3338.  
  3339. public class 4
  3340. {
  3341.         public string user_id { get; set; }
  3342.         public string core_id { get; set; }
  3343.         public List <List <int>> grid { get; set; }
  3344.         public string instance_id { get; set; }
  3345.         public string exp_total { get; set; }
  3346.         public Formation_saves formation_saves { get; set; }
  3347.         public string area_goal { get; set; }
  3348.         public Buffs buffs { get; set; }
  3349.         public string checkin_timestamp { get; set; }
  3350.         public Properties properties { get; set; }
  3351. }
  3352.  
  3353. public class Modron_saves
  3354. {
  3355.         public 1 1 { get; set; }
  3356.         public 2 2 { get; set; }
  3357.         public 3 3 { get; set; }
  3358.         public 4 4 { get; set; }
  3359. }
  3360.  
  3361. public class Challenge_setsItem
  3362. {
  3363.         public string challenge_set_id { get; set; }
  3364.         public List <string> user_data { get; set; }
  3365.         public List <string> completed_challenges { get; set; }
  3366.         public List <string> claimed_rewards { get; set; }
  3367.         public List <string> votes { get; set; }
  3368.         public List <string> daily_quests { get; set; }
  3369.         public int points { get; set; }
  3370.         public int next_daily_quest_seconds { get; set; }
  3371.         public int current_day { get; set; }
  3372.         public int current_week { get; set; }
  3373. }
  3374.  
  3375. public class Recent_champions
  3376. {
  3377.         public int 31 { get; set; }
  3378.         public int 46 { get; set; }
  3379.         public int 82 { get; set; }
  3380. }
  3381.  
  3382. public class RewardsItemItem
  3383. {
  3384.         public string reward { get; set; }
  3385.         public int chest_type_id { get; set; }
  3386. }
  3387.  
  3388. public class Sort_stats
  3389. {
  3390.         public string popularity { get; set; }
  3391.         public int event_time { get; set; }
  3392.         public int ilvl { get; set; }
  3393. }
  3394.  
  3395. public class Available_championsItem
  3396. {
  3397.         public int champion_id { get; set; }
  3398.         public int event_title_graphic_id { get; set; }
  3399.         public List <int> objective_levels { get; set; }
  3400.         public List <List <RewardsItemItem>> rewards { get; set; }
  3401.         public int cost { get; set; }
  3402.         public Sort_stats sort_stats { get; set; }
  3403.         public string blackout { get; set; }
  3404. }
  3405.  
  3406. public class Time_gate_available
  3407. {
  3408.         public int time_to_free_gate { get; set; }
  3409.         public List <Available_championsItem> available_champions { get; set; }
  3410. }
  3411.  
  3412. public class Time_gates
  3413. {
  3414.         public int time_gate_reset_currency_id { get; set; }
  3415.         public int time_gate_key_pieces { get; set; }
  3416.         public Recent_champions recent_champions { get; set; }
  3417.         public Time_gate_available time_gate_available { get; set; }
  3418. }
  3419.  
  3420. public class 1
  3421. {
  3422.         public int level { get; set; }
  3423.         public int effect_id { get; set; }
  3424.         public List <int> effects_unlocked { get; set; }
  3425.         public int reset_currency_id { get; set; }
  3426.         public int upgrade_cost { get; set; }
  3427.         public double upgrade_favor_cost { get; set; }
  3428.         public int upgrade_favor_required { get; set; }
  3429. }
  3430.  
  3431. public class 2
  3432. {
  3433.         public int level { get; set; }
  3434.         public int effect_id { get; set; }
  3435.         public List <int> effects_unlocked { get; set; }
  3436.         public int reset_currency_id { get; set; }
  3437.         public int upgrade_cost { get; set; }
  3438.         public double upgrade_favor_cost { get; set; }
  3439.         public int upgrade_favor_required { get; set; }
  3440. }
  3441.  
  3442. public class 4
  3443. {
  3444.         public int level { get; set; }
  3445.         public int effect_id { get; set; }
  3446.         public List <int> effects_unlocked { get; set; }
  3447.         public int reset_currency_id { get; set; }
  3448.         public int upgrade_cost { get; set; }
  3449.         public double upgrade_favor_cost { get; set; }
  3450.         public int upgrade_favor_required { get; set; }
  3451. }
  3452.  
  3453. public class 1
  3454. {
  3455.         public 1 1 { get; set; }
  3456.         public 2 2 { get; set; }
  3457.         public 4 4 { get; set; }
  3458. }
  3459.  
  3460. public class 1
  3461. {
  3462.         public int level { get; set; }
  3463.         public int effect_id { get; set; }
  3464.         public List <int> effects_unlocked { get; set; }
  3465.         public int reset_currency_id { get; set; }
  3466.         public int upgrade_cost { get; set; }
  3467.         public double upgrade_favor_cost { get; set; }
  3468.         public int upgrade_favor_required { get; set; }
  3469. }
  3470.  
  3471. public class 13
  3472. {
  3473.         public 1 1 { get; set; }
  3474. }
  3475.  
  3476. public class 4
  3477. {
  3478.         public int level { get; set; }
  3479.         public int effect_id { get; set; }
  3480.         public List <int> effects_unlocked { get; set; }
  3481.         public int reset_currency_id { get; set; }
  3482.         public int upgrade_cost { get; set; }
  3483.         public double upgrade_favor_cost { get; set; }
  3484.         public int upgrade_favor_required { get; set; }
  3485. }
  3486.  
  3487. public class 58
  3488. {
  3489.         public 4 4 { get; set; }
  3490. }
  3491.  
  3492. public class Legendary_items
  3493. {
  3494.         public 1 1 { get; set; }
  3495.         public 13 13 { get; set; }
  3496.         public 58 58 { get; set; }
  3497. }
  3498.  
  3499. public class Legendary_details
  3500. {
  3501.         public double cost { get; set; }
  3502.         public double next_cost { get; set; }
  3503.         public int reduction_time { get; set; }
  3504.         public Legendary_items legendary_items { get; set; }
  3505. }
  3506.  
  3507. public class Ab_testsItem
  3508. {
  3509.         public string test { get; set; }
  3510.         public string group { get; set; }
  3511.         public List <string> details { get; set; }
  3512. }
  3513.  
  3514. public class Adventure_specific_data
  3515. {
  3516.         public List <int> voronika_inner_circle_hero_ids { get; set; }
  3517. }
  3518.  
  3519. public class Hero_in_seats
  3520. {
  3521.         public int 1 { get; set; }
  3522.         public int 2 { get; set; }
  3523.         public int 3 { get; set; }
  3524.         public int 4 { get; set; }
  3525.         public int 5 { get; set; }
  3526.         public int 6 { get; set; }
  3527.         public int 7 { get; set; }
  3528.         public int 8 { get; set; }
  3529.         public int 9 { get; set; }
  3530.         public int 10 { get; set; }
  3531.         public int 11 { get; set; }
  3532.         public int 12 { get; set; }
  3533. }
  3534.  
  3535. public class BuffsItem
  3536. {
  3537.         public int buff_id { get; set; }
  3538.         public int remaining_time { get; set; }
  3539.         public int total_duration { get; set; }
  3540.         public int current_stacks { get; set; }
  3541. }
  3542.  
  3543. public class Stats
  3544. {
  3545.         public string boss_defeats { get; set; }
  3546.         public string boss_defeats_on_highest_level { get; set; }
  3547.         public string boss_kills { get; set; }
  3548.         public string buff_inventory_shown { get; set; }
  3549.         public string click_damage { get; set; }
  3550.         public string clicks { get; set; }
  3551.         public string common_loot_gained { get; set; }
  3552.         public string credits_seen { get; set; }
  3553.         public string dps { get; set; }
  3554.         public string epic_loot_gained { get; set; }
  3555.         public string global_click_damage_dps_percent { get; set; }
  3556.         public string global_dps_multiplier { get; set; }
  3557.         public string gold { get; set; }
  3558.         public string gold_gained { get; set; }
  3559.         public string gold_gained_on_previous_resets { get; set; }
  3560.         public string heroes_killed { get; set; }
  3561.         public string highest_dps_ever { get; set; }
  3562.         public string highest_gold_hoarded { get; set; }
  3563.         public string highest_gold_hoarded_ever { get; set; }
  3564.         public string highest_hero_unlocked_ever { get; set; }
  3565.         public string loot_gained { get; set; }
  3566.         public string monster_kills { get; set; }
  3567.         public string most_heroes_unlocked { get; set; }
  3568.         public string normal_defeats { get; set; }
  3569.         public string num_heroes_benched { get; set; }
  3570.         public string rare_loot_gained { get; set; }
  3571.         public string recoveries_boss { get; set; }
  3572.         public string recoveries_normal { get; set; }
  3573.         public string spawn_speed_buffs_used_this_reset { get; set; }
  3574.         public string storm_rider_mult { get; set; }
  3575.         public string time_warps_used_this_reset { get; set; }
  3576.         public string total_hero_levels { get; set; }
  3577.         public string uncommon_loot_gained { get; set; }
  3578.         public string wipes_this_reset { get; set; }
  3579.         public string highest_percent_dps_from_females { get; set; }
  3580.         public string crusaders_recruited { get; set; }
  3581.         public string escort_deaths_this_reset { get; set; }
  3582.         public string local_device_install_time { get; set; }
  3583.         public string unique_adventures_completed { get; set; }
  3584.         public string highest_level_gear { get; set; }
  3585.         public string champions_fully_equipped { get; set; }
  3586.         public string this_reset_monster_kills { get; set; }
  3587.         public string this_reset_boss_kills { get; set; }
  3588.         public string this_reset_distractions_clicked { get; set; }
  3589.         public string this_reset_silver_chests_found { get; set; }
  3590.         public string this_reset_gold_chests_found { get; set; }
  3591.         public string this_reset_gems_earned { get; set; }
  3592.         public string this_reset_damage_dealt { get; set; }
  3593.         public string this_reset_highest_damage_dealt { get; set; }
  3594.         public string this_reset_highest_damage_dealt_hero_id { get; set; }
  3595.         public string this_reset_highest_base_damage_dealt { get; set; }
  3596.         public string this_reset_highest_base_damage_dealt_hero_id { get; set; }
  3597.         public string this_reset_damage_taken { get; set; }
  3598.         public string this_reset_damage_healed { get; set; }
  3599.         public string this_reset_deaths { get; set; }
  3600.         public string jarlaxle_both_abilities { get; set; }
  3601.         public string asharra_bond_human { get; set; }
  3602.         public string asharra_bond_elf { get; set; }
  3603.         public string asharra_bond_exotic { get; set; }
  3604.         public string asharra_bonds { get; set; }
  3605.         public string minsc_ultimate_kills { get; set; }
  3606.         public string delina_burn_boss { get; set; }
  3607.         public string makos_dark_luck_gold { get; set; }
  3608.         public string unlock_jamilah_before_area_50 { get; set; }
  3609.         public string ever_set_autoprogress { get; set; }
  3610.         public string verified_loot_stats { get; set; }
  3611.         public string krond_cantrip_1_kills { get; set; }
  3612.         public string krond_cantrip_2_kills { get; set; }
  3613.         public string area_175_gromma_spec_a { get; set; }
  3614.         public string area_175_gromma_spec_b { get; set; }
  3615.         public string area_175_gromma_spec_c { get; set; }
  3616.         public string highest_dhadius_orb_stack { get; set; }
  3617.         public string regis_front_ranged { get; set; }
  3618.         public string regis_front_magic { get; set; }
  3619.         public string regis_specializations { get; set; }
  3620.         public string birdsong_tempo_max_seconds { get; set; }
  3621.         public string most_zorbu_crossbow_hits { get; set; }
  3622.         public string strix_save_the_day { get; set; }
  3623.         public string catti_brie_consecutive_crits { get; set; }
  3624.         public string instrument_g_mult { get; set; }
  3625.         public string instrument_l120_g { get; set; }
  3626.         public string evelyn_ult_trampled { get; set; }
  3627.         public string binwin_extra_attacks { get; set; }
  3628.         public string free_plays_completed { get; set; }
  3629.         public string crows_shot { get; set; }
  3630.         public string level_100_boss_quick_beat { get; set; }
  3631.         public string familiars_placed { get; set; }
  3632.         public string deekin_pacing_seconds { get; set; }
  3633.         public string wulfgar_stuns { get; set; }
  3634.         public string farideh_hellish_rebuke_kills { get; set; }
  3635.         public string donaar_command_stuns { get; set; }
  3636.         public string vlahnya_maxed_stacks { get; set; }
  3637.         public string calliope_total_shield_t_h { get; set; }
  3638.         public string tyril_shielding_fury { get; set; }
  3639.         public string nayeli_damage_taken_t_h { get; set; }
  3640.         public string celeste_total_healing_t_h { get; set; }
  3641.         public string barrowin_total_healing { get; set; }
  3642.         public string arkhan_fire_breath_uses { get; set; }
  3643.         public string warden_hexed_monsters { get; set; }
  3644.         public string nerys_total_healing { get; set; }
  3645.         public string total_kthriss_ultimate_kills { get; set; }
  3646.         public string paultin_ultimate_max_stacks { get; set; }
  3647.         public string aila_electrified_enemies { get; set; }
  3648.         public string spurt_ultimates_used { get; set; }
  3649.         public string qillek_ultimate_hits { get; set; }
  3650.         public string korth_resurrection_charges_used { get; set; }
  3651.         public string korth_rapid_strikes_triggered { get; set; }
  3652.         public string zorbu_lifelong_hits_humanoid { get; set; }
  3653.         public string zorbu_lifelong_hits_beast { get; set; }
  3654.         public string zorbu_lifelong_hits_undead { get; set; }
  3655.         public string zorbu_lifelong_hits_drow { get; set; }
  3656.         public string drizzt_whirl_of_steel_kills { get; set; }
  3657.         public string nrakk_stuns { get; set; }
  3658.         public string shandie_dash_areas { get; set; }
  3659.         public string feat_slots_unlocked { get; set; }
  3660.         public string highest_feats_in_formation { get; set; }
  3661.         public string feats_purchased_with_gems { get; set; }
  3662.         public string feats_found_in_chests { get; set; }
  3663.         public string jim_boxed_enemies { get; set; }
  3664.         public string turiel_stacks { get; set; }
  3665.         public string patron_unique_variants_completed { get; set; }
  3666.         public string patron_free_plays_completed { get; set; }
  3667.         public string patron_has_capped_free_play_currency { get; set; }
  3668.         public string patron_highest_perk_levels_unlocked { get; set; }
  3669.         public string patron_shop_items_purchased { get; set; }
  3670.         public string avren_adjacent_mirrors { get; set; }
  3671.         public string sentry_resolution_triggers { get; set; }
  3672.         public string krull_enemy_killed_with_max_plagues { get; set; }
  3673.         public string artemis_one_upped_attacks { get; set; }
  3674.         public string dragonbait_smell_o_vision { get; set; }
  3675.         public string total_paid_up_front_gold { get; set; }
  3676.         public string well_worth_it { get; set; }
  3677.         public string havilar_feeling_impish { get; set; }
  3678.         public string sisaspia_supreme_spores { get; set; }
  3679.         public string briv_divine_patience { get; set; }
  3680.         public string briv_steelbones_stacks { get; set; }
  3681.         public string briv_sprint_stacks { get; set; }
  3682.         public string briv_areas_skipped { get; set; }
  3683.         public string melf_broken_rng_last_speedy_buff_index { get; set; }
  3684.         public string melf_broken_rng_last_area_completed { get; set; }
  3685.         public string melf_broken_rng_area_completed_count { get; set; }
  3686.         public string strix_haunted_deaths { get; set; }
  3687.         public string jaheira_long_time_coming { get; set; }
  3688.         public string jaheira_lingering_anger { get; set; }
  3689.         public string nova_samples_collected { get; set; }
  3690.         public string nova_monster_hearts { get; set; }
  3691.         public string nova_monster_brains { get; set; }
  3692.         public string nova_monster_brains_highest_level { get; set; }
  3693.         public string beadle_grimm_active_index { get; set; }
  3694.         public string beadle_grimm_long_rest_active_stacks { get; set; }
  3695.         public string beadle_grimm_long_rest_resting_stacks { get; set; }
  3696.         public string beadle_grimm_get_some_rest { get; set; }
  3697.         public string omin_max_seconds_all_tymora { get; set; }
  3698.         public string lazaapz_total_power_armor_consumed { get; set; }
  3699.         public string modron_beta { get; set; }
  3700.         public string champions_active { get; set; }
  3701.         public string enabled_automation { get; set; }
  3702.         public string modron_buff_uses { get; set; }
  3703.         public string modron_epic_output { get; set; }
  3704.         public string modron_core_two_outputs { get; set; }
  3705.         public string modron_core_every_output { get; set; }
  3706.         public string modron_core_every_output_epic { get; set; }
  3707.         public string this_reset_torogar_zealot_stacks { get; set; }
  3708.         public string torogar_lifetime_zealot_stacks { get; set; }
  3709.         public string ezmerelda_master_tracker { get; set; }
  3710.         public string penelope_monsters_slowed { get; set; }
  3711.         public string baeloth_celebration_explosions { get; set; }
  3712.         public string talin_monsters_slowed { get; set; }
  3713.         public string hewmaan_zrang_areas { get; set; }
  3714.         public string hewmaan_kleeb_areas { get; set; }
  3715.         public string hewmaan_yassa_areas { get; set; }
  3716.         public string hewmaan_max_areas { get; set; }
  3717.         public string orisha_bosss_kills_with_flaming_wings { get; set; }
  3718.         public string alyndra_griff_knows_best { get; set; }
  3719.         public string orkira_effective_adventure_healing { get; set; }
  3720.         public string hitch_daggers_for_days { get; set; }
  3721.         public string azaka_farmers_gotta_farm { get; set; }
  3722.         public string ulkoria_waterdeep_defenders { get; set; }
  3723.         public string orkira_noble_sacrifice { get; set; }
  3724.         public string mehen_no_youre_grumpy { get; set; }
  3725.         public string static_random_seed { get; set; }
  3726.         public string shaka_make_em_glow { get; set; }
  3727.         public string selise_ready_for_anything { get; set; }
  3728.         public string selise_stance { get; set; }
  3729.         public string delta_areas_complete { get; set; }
  3730.         public string delta_fa1_active_type { get; set; }
  3731.         public string delta_fa1_active_stat { get; set; }
  3732.         public string delta_fa1_k_stacks { get; set; }
  3733.         public string delta_fa1_m_stacks { get; set; }
  3734.         public string delta_fa1_g_stacks { get; set; }
  3735.         public string delta_fa1_f_stacks { get; set; }
  3736.         public string delta_achievement { get; set; }
  3737.         public string corazon_goat_pirate { get; set; }
  3738.         public string active_nerd_0 { get; set; }
  3739.         public string active_nerd_1 { get; set; }
  3740.         public string active_nerd_2 { get; set; }
  3741.         public string dhani_monsters_painted { get; set; }
  3742.         public string dhani_paint_the_town { get; set; }
  3743.         public string brig_all_time_max_hype_stacks { get; set; }
  3744.         public string widdle_i_said_hurry { get; set; }
  3745.         public string xerophon_repeated_imitation_stacks { get; set; }
  3746.         public string xerophon_monster_mash { get; set; }
  3747.         public string viconia_horde_creation { get; set; }
  3748.         public string rust_my_gold_piece { get; set; }
  3749.         public string rust_one_gold_piece { get; set; }
  3750.         public string vi_my_work_here_is_done { get; set; }
  3751.         public string desmond_in_the_mood_to_be_quite_rude { get; set; }
  3752.         public string baeloth_generous_djinn_champions { get; set; }
  3753.         public string tatyana_i_guess_we_fight { get; set; }
  3754.         public string blooshi_meet_the_blooshies { get; set; }
  3755.         public string blooshi_version_number { get; set; }
  3756.         public string blooshi_boss_levels_completed_while_alive { get; set; }
  3757.         public string blooshi_soul_stacks { get; set; }
  3758.         public string blooshi_is_spirit { get; set; }
  3759.         public string gazrick_even_the_playing_field { get; set; }
  3760.         public string dm_spec1_hero_id { get; set; }
  3761.         public string dm_spec1_slot_id { get; set; }
  3762.         public string d_achievement { get; set; }
  3763.         public string shop_visits { get; set; }
  3764.         public string modron_highest_flow_to_output { get; set; }
  3765.         public string modron_lowest_flow_to_output { get; set; }
  3766.         public string modron_flow_to_all_outputs_at_least { get; set; }
  3767.         public string modron_flow_below_decimals { get; set; }
  3768.         public string merilwen_achieve_mints { get; set; }
  3769.         public string naharas_lost_memories { get; set; }
  3770.         public string hide_dismantle { get; set; }
  3771.         public string highest_area_completed_ever_c1 { get; set; }
  3772.         public string highest_area_completed_ever_c10 { get; set; }
  3773.         public string highest_area_completed_ever_c100 { get; set; }
  3774.         public string highest_area_completed_ever_c1002 { get; set; }
  3775.         public string highest_area_completed_ever_c1003 { get; set; }
  3776.         public string highest_area_completed_ever_c1007 { get; set; }
  3777.         public string highest_area_completed_ever_c101 { get; set; }
  3778.         public string highest_area_completed_ever_c102 { get; set; }
  3779.         public string highest_area_completed_ever_c103 { get; set; }
  3780.         public string highest_area_completed_ever_c1054 { get; set; }
  3781.         public string highest_area_completed_ever_c109 { get; set; }
  3782.         public string highest_area_completed_ever_c11 { get; set; }
  3783.         public string highest_area_completed_ever_c110 { get; set; }
  3784.         public string highest_area_completed_ever_c111 { get; set; }
  3785.         public string highest_area_completed_ever_c112 { get; set; }
  3786.         public string highest_area_completed_ever_c1122 { get; set; }
  3787.         public string highest_area_completed_ever_c1127 { get; set; }
  3788.         public string highest_area_completed_ever_c113 { get; set; }
  3789.         public string highest_area_completed_ever_c1132 { get; set; }
  3790.         public string highest_area_completed_ever_c1133 { get; set; }
  3791.         public string highest_area_completed_ever_c1137 { get; set; }
  3792.         public string highest_area_completed_ever_c1138 { get; set; }
  3793.         public string highest_area_completed_ever_c114 { get; set; }
  3794.         public string highest_area_completed_ever_c115 { get; set; }
  3795.         public string highest_area_completed_ever_c116 { get; set; }
  3796.         public string highest_area_completed_ever_c117 { get; set; }
  3797.         public string highest_area_completed_ever_c12 { get; set; }
  3798.         public string highest_area_completed_ever_c124 { get; set; }
  3799.         public string highest_area_completed_ever_c125 { get; set; }
  3800.         public string highest_area_completed_ever_c126 { get; set; }
  3801.         public string highest_area_completed_ever_c127 { get; set; }
  3802.         public string highest_area_completed_ever_c129 { get; set; }
  3803.         public string highest_area_completed_ever_c13 { get; set; }
  3804.         public string highest_area_completed_ever_c130 { get; set; }
  3805.         public string highest_area_completed_ever_c131 { get; set; }
  3806.         public string highest_area_completed_ever_c132 { get; set; }
  3807.         public string highest_area_completed_ever_c14 { get; set; }
  3808.         public string highest_area_completed_ever_c149 { get; set; }
  3809.         public string highest_area_completed_ever_c15 { get; set; }
  3810.         public string highest_area_completed_ever_c150 { get; set; }
  3811.         public string highest_area_completed_ever_c151 { get; set; }
  3812.         public string highest_area_completed_ever_c152 { get; set; }
  3813.         public string highest_area_completed_ever_c154 { get; set; }
  3814.         public string highest_area_completed_ever_c155 { get; set; }
  3815.         public string highest_area_completed_ever_c156 { get; set; }
  3816.         public string highest_area_completed_ever_c157 { get; set; }
  3817.         public string highest_area_completed_ever_c158 { get; set; }
  3818.         public string highest_area_completed_ever_c16 { get; set; }
  3819.         public string highest_area_completed_ever_c164 { get; set; }
  3820.         public string highest_area_completed_ever_c165 { get; set; }
  3821.         public string highest_area_completed_ever_c166 { get; set; }
  3822.         public string highest_area_completed_ever_c167 { get; set; }
  3823.         public string highest_area_completed_ever_c168 { get; set; }
  3824.         public string highest_area_completed_ever_c169 { get; set; }
  3825.         public string highest_area_completed_ever_c17 { get; set; }
  3826.         public string highest_area_completed_ever_c170 { get; set; }
  3827.         public string highest_area_completed_ever_c171 { get; set; }
  3828.         public string highest_area_completed_ever_c172 { get; set; }
  3829.         public string highest_area_completed_ever_c179 { get; set; }
  3830.         public string highest_area_completed_ever_c180 { get; set; }
  3831.         public string highest_area_completed_ever_c181 { get; set; }
  3832.         public string highest_area_completed_ever_c182 { get; set; }
  3833.         public string highest_area_completed_ever_c184 { get; set; }
  3834.         public string highest_area_completed_ever_c185 { get; set; }
  3835.         public string highest_area_completed_ever_c186 { get; set; }
  3836.         public string highest_area_completed_ever_c187 { get; set; }
  3837.         public string highest_area_completed_ever_c188 { get; set; }
  3838.         public string highest_area_completed_ever_c189 { get; set; }
  3839.         public string highest_area_completed_ever_c19 { get; set; }
  3840.         public string highest_area_completed_ever_c193 { get; set; }
  3841.         public string highest_area_completed_ever_c195 { get; set; }
  3842.         public string highest_area_completed_ever_c198 { get; set; }
  3843.         public string highest_area_completed_ever_c20 { get; set; }
  3844.         public string highest_area_completed_ever_c201 { get; set; }
  3845.         public string highest_area_completed_ever_c208 { get; set; }
  3846.         public string highest_area_completed_ever_c209 { get; set; }
  3847.         public string highest_area_completed_ever_c21 { get; set; }
  3848.         public string highest_area_completed_ever_c210 { get; set; }
  3849.         public string highest_area_completed_ever_c211 { get; set; }
  3850.         public string highest_area_completed_ever_c212 { get; set; }
  3851.         public string highest_area_completed_ever_c213 { get; set; }
  3852.         public string highest_area_completed_ever_c214 { get; set; }
  3853.         public string highest_area_completed_ever_c215 { get; set; }
  3854.         public string highest_area_completed_ever_c216 { get; set; }
  3855.         public string highest_area_completed_ever_c229 { get; set; }
  3856.         public string highest_area_completed_ever_c230 { get; set; }
  3857.         public string highest_area_completed_ever_c231 { get; set; }
  3858.         public string highest_area_completed_ever_c232 { get; set; }
  3859.         public string highest_area_completed_ever_c233 { get; set; }
  3860.         public string highest_area_completed_ever_c235 { get; set; }
  3861.         public string highest_area_completed_ever_c236 { get; set; }
  3862.         public string highest_area_completed_ever_c237 { get; set; }
  3863.         public string highest_area_completed_ever_c238 { get; set; }
  3864.         public string highest_area_completed_ever_c245 { get; set; }
  3865.         public string highest_area_completed_ever_c246 { get; set; }
  3866.         public string highest_area_completed_ever_c247 { get; set; }
  3867.         public string highest_area_completed_ever_c248 { get; set; }
  3868.         public string highest_area_completed_ever_c249 { get; set; }
  3869.         public string highest_area_completed_ever_c251 { get; set; }
  3870.         public string highest_area_completed_ever_c252 { get; set; }
  3871.         public string highest_area_completed_ever_c253 { get; set; }
  3872.         public string highest_area_completed_ever_c254 { get; set; }
  3873.         public string highest_area_completed_ever_c262 { get; set; }
  3874.         public string highest_area_completed_ever_c263 { get; set; }
  3875.         public string highest_area_completed_ever_c264 { get; set; }
  3876.         public string highest_area_completed_ever_c265 { get; set; }
  3877.         public string highest_area_completed_ever_c267 { get; set; }
  3878.         public string highest_area_completed_ever_c268 { get; set; }
  3879.         public string highest_area_completed_ever_c269 { get; set; }
  3880.         public string highest_area_completed_ever_c270 { get; set; }
  3881.         public string highest_area_completed_ever_c271 { get; set; }
  3882.         public string highest_area_completed_ever_c277 { get; set; }
  3883.         public string highest_area_completed_ever_c278 { get; set; }
  3884.         public string highest_area_completed_ever_c279 { get; set; }
  3885.         public string highest_area_completed_ever_c280 { get; set; }
  3886.         public string highest_area_completed_ever_c281 { get; set; }
  3887.         public string highest_area_completed_ever_c283 { get; set; }
  3888.         public string highest_area_completed_ever_c284 { get; set; }
  3889.         public string highest_area_completed_ever_c285 { get; set; }
  3890.         public string highest_area_completed_ever_c286 { get; set; }
  3891.         public string highest_area_completed_ever_c287 { get; set; }
  3892.         public string highest_area_completed_ever_c29 { get; set; }
  3893.         public string highest_area_completed_ever_c3 { get; set; }
  3894.         public string highest_area_completed_ever_c30 { get; set; }
  3895.         public string highest_area_completed_ever_c31 { get; set; }
  3896.         public string highest_area_completed_ever_c34 { get; set; }
  3897.         public string highest_area_completed_ever_c35 { get; set; }
  3898.         public string highest_area_completed_ever_c36 { get; set; }
  3899.         public string highest_area_completed_ever_c365 { get; set; }
  3900.         public string highest_area_completed_ever_c367 { get; set; }
  3901.         public string highest_area_completed_ever_c368 { get; set; }
  3902.         public string highest_area_completed_ever_c369 { get; set; }
  3903.         public string highest_area_completed_ever_c37 { get; set; }
  3904.         public string highest_area_completed_ever_c370 { get; set; }
  3905.         public string highest_area_completed_ever_c371 { get; set; }
  3906.         public string highest_area_completed_ever_c373 { get; set; }
  3907.         public string highest_area_completed_ever_c374 { get; set; }
  3908.         public string highest_area_completed_ever_c376 { get; set; }
  3909.         public string highest_area_completed_ever_c377 { get; set; }
  3910.         public string highest_area_completed_ever_c378 { get; set; }
  3911.         public string highest_area_completed_ever_c379 { get; set; }
  3912.         public string highest_area_completed_ever_c38 { get; set; }
  3913.         public string highest_area_completed_ever_c380 { get; set; }
  3914.         public string highest_area_completed_ever_c381 { get; set; }
  3915.         public string highest_area_completed_ever_c383 { get; set; }
  3916.         public string highest_area_completed_ever_c384 { get; set; }
  3917.         public string highest_area_completed_ever_c385 { get; set; }
  3918.         public string highest_area_completed_ever_c386 { get; set; }
  3919.         public string highest_area_completed_ever_c388 { get; set; }
  3920.         public string highest_area_completed_ever_c389 { get; set; }
  3921.         public string highest_area_completed_ever_c39 { get; set; }
  3922.         public string highest_area_completed_ever_c390 { get; set; }
  3923.         public string highest_area_completed_ever_c391 { get; set; }
  3924.         public string highest_area_completed_ever_c393 { get; set; }
  3925.         public string highest_area_completed_ever_c394 { get; set; }
  3926.         public string highest_area_completed_ever_c395 { get; set; }
  3927.         public string highest_area_completed_ever_c396 { get; set; }
  3928.         public string highest_area_completed_ever_c398 { get; set; }
  3929.         public string highest_area_completed_ever_c399 { get; set; }
  3930.         public string highest_area_completed_ever_c4 { get; set; }
  3931.         public string highest_area_completed_ever_c40 { get; set; }
  3932.         public string highest_area_completed_ever_c400 { get; set; }
  3933.         public string highest_area_completed_ever_c401 { get; set; }
  3934.         public string highest_area_completed_ever_c402 { get; set; }
  3935.         public string highest_area_completed_ever_c403 { get; set; }
  3936.         public string highest_area_completed_ever_c404 { get; set; }
  3937.         public string highest_area_completed_ever_c405 { get; set; }
  3938.         public string highest_area_completed_ever_c406 { get; set; }
  3939.         public string highest_area_completed_ever_c408 { get; set; }
  3940.         public string highest_area_completed_ever_c409 { get; set; }
  3941.         public string highest_area_completed_ever_c41 { get; set; }
  3942.         public string highest_area_completed_ever_c410 { get; set; }
  3943.         public string highest_area_completed_ever_c411 { get; set; }
  3944.         public string highest_area_completed_ever_c413 { get; set; }
  3945.         public string highest_area_completed_ever_c414 { get; set; }
  3946.         public string highest_area_completed_ever_c415 { get; set; }
  3947.         public string highest_area_completed_ever_c416 { get; set; }
  3948.         public string highest_area_completed_ever_c418 { get; set; }
  3949.         public string highest_area_completed_ever_c419 { get; set; }
  3950.         public string highest_area_completed_ever_c42 { get; set; }
  3951.         public string highest_area_completed_ever_c420 { get; set; }
  3952.         public string highest_area_completed_ever_c421 { get; set; }
  3953.         public string highest_area_completed_ever_c423 { get; set; }
  3954.         public string highest_area_completed_ever_c424 { get; set; }
  3955.         public string highest_area_completed_ever_c425 { get; set; }
  3956.         public string highest_area_completed_ever_c426 { get; set; }
  3957.         public string highest_area_completed_ever_c428 { get; set; }
  3958.         public string highest_area_completed_ever_c429 { get; set; }
  3959.         public string highest_area_completed_ever_c430 { get; set; }
  3960.         public string highest_area_completed_ever_c431 { get; set; }
  3961.         public string highest_area_completed_ever_c433 { get; set; }
  3962.         public string highest_area_completed_ever_c434 { get; set; }
  3963.         public string highest_area_completed_ever_c435 { get; set; }
  3964.         public string highest_area_completed_ever_c453 { get; set; }
  3965.         public string highest_area_completed_ever_c458 { get; set; }
  3966.         public string highest_area_completed_ever_c459 { get; set; }
  3967.         public string highest_area_completed_ever_c460 { get; set; }
  3968.         public string highest_area_completed_ever_c461 { get; set; }
  3969.         public string highest_area_completed_ever_c462 { get; set; }
  3970.         public string highest_area_completed_ever_c463 { get; set; }
  3971.         public string highest_area_completed_ever_c464 { get; set; }
  3972.         public string highest_area_completed_ever_c465 { get; set; }
  3973.         public string highest_area_completed_ever_c466 { get; set; }
  3974.         public string highest_area_completed_ever_c467 { get; set; }
  3975.         public string highest_area_completed_ever_c468 { get; set; }
  3976.         public string highest_area_completed_ever_c469 { get; set; }
  3977.         public string highest_area_completed_ever_c470 { get; set; }
  3978.         public string highest_area_completed_ever_c471 { get; set; }
  3979.         public string highest_area_completed_ever_c472 { get; set; }
  3980.         public string highest_area_completed_ever_c473 { get; set; }
  3981.         public string highest_area_completed_ever_c474 { get; set; }
  3982.         public string highest_area_completed_ever_c475 { get; set; }
  3983.         public string highest_area_completed_ever_c476 { get; set; }
  3984.         public string highest_area_completed_ever_c477 { get; set; }
  3985.         public string highest_area_completed_ever_c479 { get; set; }
  3986.         public string highest_area_completed_ever_c480 { get; set; }
  3987.         public string highest_area_completed_ever_c482 { get; set; }
  3988.         public string highest_area_completed_ever_c484 { get; set; }
  3989.         public string highest_area_completed_ever_c485 { get; set; }
  3990.         public string highest_area_completed_ever_c487 { get; set; }
  3991.         public string highest_area_completed_ever_c488 { get; set; }
  3992.         public string highest_area_completed_ever_c489 { get; set; }
  3993.         public string highest_area_completed_ever_c490 { get; set; }
  3994.         public string highest_area_completed_ever_c491 { get; set; }
  3995.         public string highest_area_completed_ever_c494 { get; set; }
  3996.         public string highest_area_completed_ever_c495 { get; set; }
  3997.         public string highest_area_completed_ever_c496 { get; set; }
  3998.         public string highest_area_completed_ever_c497 { get; set; }
  3999.         public string highest_area_completed_ever_c5 { get; set; }
  4000.         public string highest_area_completed_ever_c502 { get; set; }
  4001.         public string highest_area_completed_ever_c523 { get; set; }
  4002.         public string highest_area_completed_ever_c536 { get; set; }
  4003.         public string highest_area_completed_ever_c537 { get; set; }
  4004.         public string highest_area_completed_ever_c538 { get; set; }
  4005.         public string highest_area_completed_ever_c539 { get; set; }
  4006.         public string highest_area_completed_ever_c54 { get; set; }
  4007.         public string highest_area_completed_ever_c540 { get; set; }
  4008.         public string highest_area_completed_ever_c541 { get; set; }
  4009.         public string highest_area_completed_ever_c542 { get; set; }
  4010.         public string highest_area_completed_ever_c544 { get; set; }
  4011.         public string highest_area_completed_ever_c545 { get; set; }
  4012.         public string highest_area_completed_ever_c546 { get; set; }
  4013.         public string highest_area_completed_ever_c547 { get; set; }
  4014.         public string highest_area_completed_ever_c549 { get; set; }
  4015.         public string highest_area_completed_ever_c55 { get; set; }
  4016.         public string highest_area_completed_ever_c550 { get; set; }
  4017.         public string highest_area_completed_ever_c551 { get; set; }
  4018.         public string highest_area_completed_ever_c552 { get; set; }
  4019.         public string highest_area_completed_ever_c553 { get; set; }
  4020.         public string highest_area_completed_ever_c555 { get; set; }
  4021.         public string highest_area_completed_ever_c556 { get; set; }
  4022.         public string highest_area_completed_ever_c557 { get; set; }
  4023.         public string highest_area_completed_ever_c56 { get; set; }
  4024.         public string highest_area_completed_ever_c560 { get; set; }
  4025.         public string highest_area_completed_ever_c561 { get; set; }
  4026.         public string highest_area_completed_ever_c562 { get; set; }
  4027.         public string highest_area_completed_ever_c565 { get; set; }
  4028.         public string highest_area_completed_ever_c566 { get; set; }
  4029.         public string highest_area_completed_ever_c567 { get; set; }
  4030.         public string highest_area_completed_ever_c57 { get; set; }
  4031.         public string highest_area_completed_ever_c570 { get; set; }
  4032.         public string highest_area_completed_ever_c571 { get; set; }
  4033.         public string highest_area_completed_ever_c572 { get; set; }
  4034.         public string highest_area_completed_ever_c575 { get; set; }
  4035.         public string highest_area_completed_ever_c576 { get; set; }
  4036.         public string highest_area_completed_ever_c577 { get; set; }
  4037.         public string highest_area_completed_ever_c580 { get; set; }
  4038.         public string highest_area_completed_ever_c581 { get; set; }
  4039.         public string highest_area_completed_ever_c582 { get; set; }
  4040.         public string highest_area_completed_ever_c585 { get; set; }
  4041.         public string highest_area_completed_ever_c586 { get; set; }
  4042.         public string highest_area_completed_ever_c587 { get; set; }
  4043.         public string highest_area_completed_ever_c59 { get; set; }
  4044.         public string highest_area_completed_ever_c590 { get; set; }
  4045.         public string highest_area_completed_ever_c591 { get; set; }
  4046.         public string highest_area_completed_ever_c592 { get; set; }
  4047.         public string highest_area_completed_ever_c595 { get; set; }
  4048.         public string highest_area_completed_ever_c596 { get; set; }
  4049.         public string highest_area_completed_ever_c597 { get; set; }
  4050.         public string highest_area_completed_ever_c6 { get; set; }
  4051.         public string highest_area_completed_ever_c60 { get; set; }
  4052.         public string highest_area_completed_ever_c600 { get; set; }
  4053.         public string highest_area_completed_ever_c601 { get; set; }
  4054.         public string highest_area_completed_ever_c602 { get; set; }
  4055.         public string highest_area_completed_ever_c605 { get; set; }
  4056.         public string highest_area_completed_ever_c606 { get; set; }
  4057.         public string highest_area_completed_ever_c607 { get; set; }
  4058.         public string highest_area_completed_ever_c61 { get; set; }
  4059.         public string highest_area_completed_ever_c610 { get; set; }
  4060.         public string highest_area_completed_ever_c611 { get; set; }
  4061.         public string highest_area_completed_ever_c612 { get; set; }
  4062.         public string highest_area_completed_ever_c615 { get; set; }
  4063.         public string highest_area_completed_ever_c616 { get; set; }
  4064.         public string highest_area_completed_ever_c617 { get; set; }
  4065.         public string highest_area_completed_ever_c62 { get; set; }
  4066.         public string highest_area_completed_ever_c620 { get; set; }
  4067.         public string highest_area_completed_ever_c621 { get; set; }
  4068.         public string highest_area_completed_ever_c622 { get; set; }
  4069.         public string highest_area_completed_ever_c625 { get; set; }
  4070.         public string highest_area_completed_ever_c626 { get; set; }
  4071.         public string highest_area_completed_ever_c627 { get; set; }
  4072.         public string highest_area_completed_ever_c63 { get; set; }
  4073.         public string highest_area_completed_ever_c630 { get; set; }
  4074.         public string highest_area_completed_ever_c631 { get; set; }
  4075.         public string highest_area_completed_ever_c632 { get; set; }
  4076.         public string highest_area_completed_ever_c635 { get; set; }
  4077.         public string highest_area_completed_ever_c636 { get; set; }
  4078.         public string highest_area_completed_ever_c637 { get; set; }
  4079.         public string highest_area_completed_ever_c640 { get; set; }
  4080.         public string highest_area_completed_ever_c641 { get; set; }
  4081.         public string highest_area_completed_ever_c642 { get; set; }
  4082.         public string highest_area_completed_ever_c645 { get; set; }
  4083.         public string highest_area_completed_ever_c646 { get; set; }
  4084.         public string highest_area_completed_ever_c647 { get; set; }
  4085.         public string highest_area_completed_ever_c650 { get; set; }
  4086.         public string highest_area_completed_ever_c651 { get; set; }
  4087.         public string highest_area_completed_ever_c652 { get; set; }
  4088.         public string highest_area_completed_ever_c655 { get; set; }
  4089.         public string highest_area_completed_ever_c656 { get; set; }
  4090.         public string highest_area_completed_ever_c657 { get; set; }
  4091.         public string highest_area_completed_ever_c660 { get; set; }
  4092.         public string highest_area_completed_ever_c661 { get; set; }
  4093.         public string highest_area_completed_ever_c662 { get; set; }
  4094.         public string highest_area_completed_ever_c665 { get; set; }
  4095.         public string highest_area_completed_ever_c666 { get; set; }
  4096.         public string highest_area_completed_ever_c667 { get; set; }
  4097.         public string highest_area_completed_ever_c670 { get; set; }
  4098.         public string highest_area_completed_ever_c671 { get; set; }
  4099.         public string highest_area_completed_ever_c672 { get; set; }
  4100.         public string highest_area_completed_ever_c675 { get; set; }
  4101.         public string highest_area_completed_ever_c676 { get; set; }
  4102.         public string highest_area_completed_ever_c677 { get; set; }
  4103.         public string highest_area_completed_ever_c680 { get; set; }
  4104.         public string highest_area_completed_ever_c681 { get; set; }
  4105.         public string highest_area_completed_ever_c682 { get; set; }
  4106.         public string highest_area_completed_ever_c685 { get; set; }
  4107.         public string highest_area_completed_ever_c686 { get; set; }
  4108.         public string highest_area_completed_ever_c687 { get; set; }
  4109.         public string highest_area_completed_ever_c69 { get; set; }
  4110.         public string highest_area_completed_ever_c690 { get; set; }
  4111.         public string highest_area_completed_ever_c691 { get; set; }
  4112.         public string highest_area_completed_ever_c692 { get; set; }
  4113.         public string highest_area_completed_ever_c695 { get; set; }
  4114.         public string highest_area_completed_ever_c696 { get; set; }
  4115.         public string highest_area_completed_ever_c697 { get; set; }
  4116.         public string highest_area_completed_ever_c699 { get; set; }
  4117.         public string highest_area_completed_ever_c7 { get; set; }
  4118.         public string highest_area_completed_ever_c70 { get; set; }
  4119.         public string highest_area_completed_ever_c71 { get; set; }
  4120.         public string highest_area_completed_ever_c72 { get; set; }
  4121.         public string highest_area_completed_ever_c720 { get; set; }
  4122.         public string highest_area_completed_ever_c721 { get; set; }
  4123.         public string highest_area_completed_ever_c722 { get; set; }
  4124.         public string highest_area_completed_ever_c724 { get; set; }
  4125.         public string highest_area_completed_ever_c725 { get; set; }
  4126.         public string highest_area_completed_ever_c726 { get; set; }
  4127.         public string highest_area_completed_ever_c727 { get; set; }
  4128.         public string highest_area_completed_ever_c728 { get; set; }
  4129.         public string highest_area_completed_ever_c730 { get; set; }
  4130.         public string highest_area_completed_ever_c731 { get; set; }
  4131.         public string highest_area_completed_ever_c732 { get; set; }
  4132.         public string highest_area_completed_ever_c733 { get; set; }
  4133.         public string highest_area_completed_ever_c734 { get; set; }
  4134.         public string highest_area_completed_ever_c735 { get; set; }
  4135.         public string highest_area_completed_ever_c736 { get; set; }
  4136.         public string highest_area_completed_ever_c737 { get; set; }
  4137.         public string highest_area_completed_ever_c738 { get; set; }
  4138.         public string highest_area_completed_ever_c739 { get; set; }
  4139.         public string highest_area_completed_ever_c74 { get; set; }
  4140.         public string highest_area_completed_ever_c75 { get; set; }
  4141.         public string highest_area_completed_ever_c751 { get; set; }
  4142.         public string highest_area_completed_ever_c752 { get; set; }
  4143.         public string highest_area_completed_ever_c753 { get; set; }
  4144.         public string highest_area_completed_ever_c754 { get; set; }
  4145.         public string highest_area_completed_ever_c755 { get; set; }
  4146.         public string highest_area_completed_ever_c756 { get; set; }
  4147.         public string highest_area_completed_ever_c757 { get; set; }
  4148.         public string highest_area_completed_ever_c758 { get; set; }
  4149.         public string highest_area_completed_ever_c76 { get; set; }
  4150.         public string highest_area_completed_ever_c764 { get; set; }
  4151.         public string highest_area_completed_ever_c769 { get; set; }
  4152.         public string highest_area_completed_ever_c77 { get; set; }
  4153.         public string highest_area_completed_ever_c785 { get; set; }
  4154.         public string highest_area_completed_ever_c786 { get; set; }
  4155.         public string highest_area_completed_ever_c788 { get; set; }
  4156.         public string highest_area_completed_ever_c79 { get; set; }
  4157.         public string highest_area_completed_ever_c798 { get; set; }
  4158.         public string highest_area_completed_ever_c799 { get; set; }
  4159.         public string highest_area_completed_ever_c8 { get; set; }
  4160.         public string highest_area_completed_ever_c80 { get; set; }
  4161.         public string highest_area_completed_ever_c801 { get; set; }
  4162.         public string highest_area_completed_ever_c802 { get; set; }
  4163.         public string highest_area_completed_ever_c803 { get; set; }
  4164.         public string highest_area_completed_ever_c804 { get; set; }
  4165.         public string highest_area_completed_ever_c806 { get; set; }
  4166.         public string highest_area_completed_ever_c807 { get; set; }
  4167.         public string highest_area_completed_ever_c808 { get; set; }
  4168.         public string highest_area_completed_ever_c809 { get; set; }
  4169.         public string highest_area_completed_ever_c81 { get; set; }
  4170.         public string highest_area_completed_ever_c812 { get; set; }
  4171.         public string highest_area_completed_ever_c813 { get; set; }
  4172.         public string highest_area_completed_ever_c814 { get; set; }
  4173.         public string highest_area_completed_ever_c817 { get; set; }
  4174.         public string highest_area_completed_ever_c818 { get; set; }
  4175.         public string highest_area_completed_ever_c819 { get; set; }
  4176.         public string highest_area_completed_ever_c82 { get; set; }
  4177.         public string highest_area_completed_ever_c827 { get; set; }
  4178.         public string highest_area_completed_ever_c828 { get; set; }
  4179.         public string highest_area_completed_ever_c829 { get; set; }
  4180.         public string highest_area_completed_ever_c832 { get; set; }
  4181.         public string highest_area_completed_ever_c833 { get; set; }
  4182.         public string highest_area_completed_ever_c834 { get; set; }
  4183.         public string highest_area_completed_ever_c837 { get; set; }
  4184.         public string highest_area_completed_ever_c838 { get; set; }
  4185.         public string highest_area_completed_ever_c839 { get; set; }
  4186.         public string highest_area_completed_ever_c842 { get; set; }
  4187.         public string highest_area_completed_ever_c843 { get; set; }
  4188.         public string highest_area_completed_ever_c844 { get; set; }
  4189.         public string highest_area_completed_ever_c847 { get; set; }
  4190.         public string highest_area_completed_ever_c848 { get; set; }
  4191.         public string highest_area_completed_ever_c849 { get; set; }
  4192.         public string highest_area_completed_ever_c852 { get; set; }
  4193.         public string highest_area_completed_ever_c853 { get; set; }
  4194.         public string highest_area_completed_ever_c854 { get; set; }
  4195.         public string highest_area_completed_ever_c857 { get; set; }
  4196.         public string highest_area_completed_ever_c858 { get; set; }
  4197.         public string highest_area_completed_ever_c859 { get; set; }
  4198.         public string highest_area_completed_ever_c862 { get; set; }
  4199.         public string highest_area_completed_ever_c863 { get; set; }
  4200.         public string highest_area_completed_ever_c864 { get; set; }
  4201.         public string highest_area_completed_ever_c867 { get; set; }
  4202.         public string highest_area_completed_ever_c868 { get; set; }
  4203.         public string highest_area_completed_ever_c869 { get; set; }
  4204.         public string highest_area_completed_ever_c872 { get; set; }
  4205.         public string highest_area_completed_ever_c873 { get; set; }
  4206.         public string highest_area_completed_ever_c877 { get; set; }
  4207.         public string highest_area_completed_ever_c878 { get; set; }
  4208.         public string highest_area_completed_ever_c879 { get; set; }
  4209.         public string highest_area_completed_ever_c882 { get; set; }
  4210.         public string highest_area_completed_ever_c883 { get; set; }
  4211.         public string highest_area_completed_ever_c884 { get; set; }
  4212.         public string highest_area_completed_ever_c887 { get; set; }
  4213.         public string highest_area_completed_ever_c888 { get; set; }
  4214.         public string highest_area_completed_ever_c889 { get; set; }
  4215.         public string highest_area_completed_ever_c892 { get; set; }
  4216.         public string highest_area_completed_ever_c893 { get; set; }
  4217.         public string highest_area_completed_ever_c894 { get; set; }
  4218.         public string highest_area_completed_ever_c897 { get; set; }
  4219.         public string highest_area_completed_ever_c898 { get; set; }
  4220.         public string highest_area_completed_ever_c899 { get; set; }
  4221.         public string highest_area_completed_ever_c9 { get; set; }
  4222.         public string highest_area_completed_ever_c902 { get; set; }
  4223.         public string highest_area_completed_ever_c903 { get; set; }
  4224.         public string highest_area_completed_ever_c904 { get; set; }
  4225.         public string highest_area_completed_ever_c906 { get; set; }
  4226.         public string highest_area_completed_ever_c907 { get; set; }
  4227.         public string highest_area_completed_ever_c908 { get; set; }
  4228.         public string highest_area_completed_ever_c909 { get; set; }
  4229.         public string highest_area_completed_ever_c912 { get; set; }
  4230.         public string highest_area_completed_ever_c918 { get; set; }
  4231.         public string highest_area_completed_ever_c919 { get; set; }
  4232.         public string highest_area_completed_ever_c920 { get; set; }
  4233.         public string highest_area_completed_ever_c923 { get; set; }
  4234.         public string highest_area_completed_ever_c924 { get; set; }
  4235.         public string highest_area_completed_ever_c925 { get; set; }
  4236.         public string highest_area_completed_ever_c928 { get; set; }
  4237.         public string highest_area_completed_ever_c929 { get; set; }
  4238.         public string highest_area_completed_ever_c933 { get; set; }
  4239.         public string highest_area_completed_ever_c934 { get; set; }
  4240.         public string highest_area_completed_ever_c94 { get; set; }
  4241.         public string highest_area_completed_ever_c95 { get; set; }
  4242.         public string highest_area_completed_ever_c958 { get; set; }
  4243.         public string highest_area_completed_ever_c959 { get; set; }
  4244.         public string highest_area_completed_ever_c96 { get; set; }
  4245.         public string highest_area_completed_ever_c960 { get; set; }
  4246.         public string highest_area_completed_ever_c962 { get; set; }
  4247.         public string highest_area_completed_ever_c963 { get; set; }
  4248.         public string highest_area_completed_ever_c964 { get; set; }
  4249.         public string highest_area_completed_ever_c965 { get; set; }
  4250.         public string highest_area_completed_ever_c966 { get; set; }
  4251.         public string highest_area_completed_ever_c967 { get; set; }
  4252.         public string highest_area_completed_ever_c968 { get; set; }
  4253.         public string highest_area_completed_ever_c969 { get; set; }
  4254.         public string highest_area_completed_ever_c97 { get; set; }
  4255.         public string highest_area_completed_ever_c970 { get; set; }
  4256.         public string highest_area_completed_ever_c971 { get; set; }
  4257.         public string highest_area_completed_ever_c972 { get; set; }
  4258.         public string highest_area_completed_ever_c973 { get; set; }
  4259.         public string highest_area_completed_ever_c974 { get; set; }
  4260.         public string highest_area_completed_ever_c975 { get; set; }
  4261.         public string highest_area_completed_ever_c976 { get; set; }
  4262.         public string highest_area_completed_ever_c977 { get; set; }
  4263.         public string highest_area_completed_ever_c978 { get; set; }
  4264.         public string highest_area_completed_ever_c979 { get; set; }
  4265.         public string highest_area_completed_ever_c980 { get; set; }
  4266.         public string highest_area_completed_ever_c982 { get; set; }
  4267.         public string highest_area_completed_ever_c983 { get; set; }
  4268.         public string highest_area_completed_ever_c984 { get; set; }
  4269.         public string highest_area_completed_ever_c987 { get; set; }
  4270.         public string highest_area_completed_ever_c988 { get; set; }
  4271.         public string highest_area_completed_ever_c989 { get; set; }
  4272.         public string highest_area_completed_ever_c99 { get; set; }
  4273.         public string highest_area_completed_ever_c990 { get; set; }
  4274.         public string highest_area_completed_ever_c991 { get; set; }
  4275.         public string highest_area_completed_ever_c992 { get; set; }
  4276.         public string highest_area_completed_ever_c993 { get; set; }
  4277.         public string highest_area_completed_ever_c994 { get; set; }
  4278.         public string highest_area_completed_ever_c995 { get; set; }
  4279.         public string highest_area_completed_ever_c996 { get; set; }
  4280.         public string highest_area_completed_ever_c997 { get; set; }
  4281.         public string highest_area_completed_ever_c998 { get; set; }
  4282.         public string champion_1_highest_level { get; set; }
  4283.         public string champion_10_highest_level { get; set; }
  4284.         public string champion_100_highest_level { get; set; }
  4285.         public string champion_101_highest_level { get; set; }
  4286.         public string champion_102_highest_level { get; set; }
  4287.         public string champion_106_highest_level { get; set; }
  4288.         public string champion_11_highest_level { get; set; }
  4289.         public string champion_12_highest_level { get; set; }
  4290.         public string champion_13_highest_level { get; set; }
  4291.         public string champion_14_highest_level { get; set; }
  4292.         public string champion_15_highest_level { get; set; }
  4293.         public string champion_16_highest_level { get; set; }
  4294.         public string champion_17_highest_level { get; set; }
  4295.         public string champion_18_highest_level { get; set; }
  4296.         public string champion_19_highest_level { get; set; }
  4297.         public string champion_2_highest_level { get; set; }
  4298.         public string champion_20_highest_level { get; set; }
  4299.         public string champion_21_highest_level { get; set; }
  4300.         public string champion_22_highest_level { get; set; }
  4301.         public string champion_23_highest_level { get; set; }
  4302.         public string champion_24_highest_level { get; set; }
  4303.         public string champion_25_highest_level { get; set; }
  4304.         public string champion_26_highest_level { get; set; }
  4305.         public string champion_27_highest_level { get; set; }
  4306.         public string champion_28_highest_level { get; set; }
  4307.         public string champion_3_highest_level { get; set; }
  4308.         public string champion_30_highest_level { get; set; }
  4309.         public string champion_31_highest_level { get; set; }
  4310.         public string champion_32_highest_level { get; set; }
  4311.         public string champion_33_highest_level { get; set; }
  4312.         public string champion_34_highest_level { get; set; }
  4313.         public string champion_35_highest_level { get; set; }
  4314.         public string champion_36_highest_level { get; set; }
  4315.         public string champion_37_highest_level { get; set; }
  4316.         public string champion_38_highest_level { get; set; }
  4317.         public string champion_39_highest_level { get; set; }
  4318.         public string champion_4_highest_level { get; set; }
  4319.         public string champion_40_highest_level { get; set; }
  4320.         public string champion_41_highest_level { get; set; }
  4321.         public string champion_42_highest_level { get; set; }
  4322.         public string champion_43_highest_level { get; set; }
  4323.         public string champion_44_highest_level { get; set; }
  4324.         public string champion_45_highest_level { get; set; }
  4325.         public string champion_46_highest_level { get; set; }
  4326.         public string champion_47_highest_level { get; set; }
  4327.         public string champion_48_highest_level { get; set; }
  4328.         public string champion_49_highest_level { get; set; }
  4329.         public string champion_5_highest_level { get; set; }
  4330.         public string champion_50_highest_level { get; set; }
  4331.         public string champion_51_highest_level { get; set; }
  4332.         public string champion_52_highest_level { get; set; }
  4333.         public string champion_53_highest_level { get; set; }
  4334.         public string champion_54_highest_level { get; set; }
  4335.         public string champion_55_highest_level { get; set; }
  4336.         public string champion_56_highest_level { get; set; }
  4337.         public string champion_57_highest_level { get; set; }
  4338.         public string champion_58_highest_level { get; set; }
  4339.         public string champion_59_highest_level { get; set; }
  4340.         public string champion_6_highest_level { get; set; }
  4341.         public string champion_60_highest_level { get; set; }
  4342.         public string champion_61_highest_level { get; set; }
  4343.         public string champion_62_highest_level { get; set; }
  4344.         public string champion_63_highest_level { get; set; }
  4345.         public string champion_64_highest_level { get; set; }
  4346.         public string champion_65_highest_level { get; set; }
  4347.         public string champion_66_highest_level { get; set; }
  4348.         public string champion_67_highest_level { get; set; }
  4349.         public string champion_68_highest_level { get; set; }
  4350.         public string champion_69_highest_level { get; set; }
  4351.         public string champion_7_highest_level { get; set; }
  4352.         public string champion_70_highest_level { get; set; }
  4353.         public string champion_71_highest_level { get; set; }
  4354.         public string champion_72_highest_level { get; set; }
  4355.         public string champion_73_highest_level { get; set; }
  4356.         public string champion_74_highest_level { get; set; }
  4357.         public string champion_75_highest_level { get; set; }
  4358.         public string champion_76_highest_level { get; set; }
  4359.         public string champion_77_highest_level { get; set; }
  4360.         public string champion_78_highest_level { get; set; }
  4361.         public string champion_79_highest_level { get; set; }
  4362.         public string champion_8_highest_level { get; set; }
  4363.         public string champion_80_highest_level { get; set; }
  4364.         public string champion_81_highest_level { get; set; }
  4365.         public string champion_82_highest_level { get; set; }
  4366.         public string champion_83_highest_level { get; set; }
  4367.         public string champion_84_highest_level { get; set; }
  4368.         public string champion_85_highest_level { get; set; }
  4369.         public string champion_86_highest_level { get; set; }
  4370.         public string champion_88_highest_level { get; set; }
  4371.         public string champion_89_highest_level { get; set; }
  4372.         public string champion_9_highest_level { get; set; }
  4373.         public string champion_90_highest_level { get; set; }
  4374.         public string champion_91_highest_level { get; set; }
  4375.         public string champion_92_highest_level { get; set; }
  4376.         public string champion_93_highest_level { get; set; }
  4377.         public string champion_94_highest_level { get; set; }
  4378.         public string champion_95_highest_level { get; set; }
  4379.         public string champion_96_highest_level { get; set; }
  4380.         public string champion_97_highest_level { get; set; }
  4381.         public string champion_98_highest_level { get; set; }
  4382.         public string champion_99_highest_level { get; set; }
  4383.         public string instrument_c1_d_mult { get; set; }
  4384.         public string instrument_c10_d_mult { get; set; }
  4385.         public string instrument_c100_d_mult { get; set; }
  4386.         public string instrument_c106_d_mult { get; set; }
  4387.         public string instrument_c11_d_mult { get; set; }
  4388.         public string instrument_c12_d_mult { get; set; }
  4389.         public string instrument_c13_d_mult { get; set; }
  4390.         public string instrument_c15_d_mult { get; set; }
  4391.         public string instrument_c16_d_mult { get; set; }
  4392.         public string instrument_c17_d_mult { get; set; }
  4393.         public string instrument_c18_d_mult { get; set; }
  4394.         public string instrument_c19_d_mult { get; set; }
  4395.         public string instrument_c2_d_mult { get; set; }
  4396.         public string instrument_c20_d_mult { get; set; }
  4397.         public string instrument_c21_d_mult { get; set; }
  4398.         public string instrument_c22_d_mult { get; set; }
  4399.         public string instrument_c23_d_mult { get; set; }
  4400.         public string instrument_c24_d_mult { get; set; }
  4401.         public string instrument_c25_d_mult { get; set; }
  4402.         public string instrument_c26_d_mult { get; set; }
  4403.         public string instrument_c27_d_mult { get; set; }
  4404.         public string instrument_c28_d_mult { get; set; }
  4405.         public string instrument_c3_d_mult { get; set; }
  4406.         public string instrument_c30_d_mult { get; set; }
  4407.         public string instrument_c32_d_mult { get; set; }
  4408.         public string instrument_c33_d_mult { get; set; }
  4409.         public string instrument_c34_d_mult { get; set; }
  4410.         public string instrument_c35_d_mult { get; set; }
  4411.         public string instrument_c36_d_mult { get; set; }
  4412.         public string instrument_c37_d_mult { get; set; }
  4413.         public string instrument_c38_d_mult { get; set; }
  4414.         public string instrument_c39_d_mult { get; set; }
  4415.         public string instrument_c4_d_mult { get; set; }
  4416.         public string instrument_c40_d_mult { get; set; }
  4417.         public string instrument_c41_d_mult { get; set; }
  4418.         public string instrument_c42_d_mult { get; set; }
  4419.         public string instrument_c43_d_mult { get; set; }
  4420.         public string instrument_c44_d_mult { get; set; }
  4421.         public string instrument_c45_d_mult { get; set; }
  4422.         public string instrument_c47_d_mult { get; set; }
  4423.         public string instrument_c48_d_mult { get; set; }
  4424.         public string instrument_c49_d_mult { get; set; }
  4425.         public string instrument_c5_d_mult { get; set; }
  4426.         public string instrument_c50_d_mult { get; set; }
  4427.         public string instrument_c51_d_mult { get; set; }
  4428.         public string instrument_c52_d_mult { get; set; }
  4429.         public string instrument_c53_d_mult { get; set; }
  4430.         public string instrument_c54_d_mult { get; set; }
  4431.         public string instrument_c55_d_mult { get; set; }
  4432.         public string instrument_c56_d_mult { get; set; }
  4433.         public string instrument_c57_d_mult { get; set; }
  4434.         public string instrument_c58_d_mult { get; set; }
  4435.         public string instrument_c59_d_mult { get; set; }
  4436.         public string instrument_c6_d_mult { get; set; }
  4437.         public string instrument_c60_d_mult { get; set; }
  4438.         public string instrument_c61_d_mult { get; set; }
  4439.         public string instrument_c62_d_mult { get; set; }
  4440.         public string instrument_c63_d_mult { get; set; }
  4441.         public string instrument_c64_d_mult { get; set; }
  4442.         public string instrument_c65_d_mult { get; set; }
  4443.         public string instrument_c66_d_mult { get; set; }
  4444.         public string instrument_c67_d_mult { get; set; }
  4445.         public string instrument_c68_d_mult { get; set; }
  4446.         public string instrument_c69_d_mult { get; set; }
  4447.         public string instrument_c7_d_mult { get; set; }
  4448.         public string instrument_c71_d_mult { get; set; }
  4449.         public string instrument_c73_d_mult { get; set; }
  4450.         public string instrument_c74_d_mult { get; set; }
  4451.         public string instrument_c75_d_mult { get; set; }
  4452.         public string instrument_c76_d_mult { get; set; }
  4453.         public string instrument_c77_d_mult { get; set; }
  4454.         public string instrument_c78_d_mult { get; set; }
  4455.         public string instrument_c79_d_mult { get; set; }
  4456.         public string instrument_c8_d_mult { get; set; }
  4457.         public string instrument_c80_d_mult { get; set; }
  4458.         public string instrument_c81_d_mult { get; set; }
  4459.         public string instrument_c82_d_mult { get; set; }
  4460.         public string instrument_c83_d_mult { get; set; }
  4461.         public string instrument_c84_d_mult { get; set; }
  4462.         public string instrument_c85_d_mult { get; set; }
  4463.         public string instrument_c86_d_mult { get; set; }
  4464.         public string instrument_c88_d_mult { get; set; }
  4465.         public string instrument_c89_d_mult { get; set; }
  4466.         public string instrument_c9_d_mult { get; set; }
  4467.         public string instrument_c90_d_mult { get; set; }
  4468.         public string instrument_c91_d_mult { get; set; }
  4469.         public string instrument_c93_d_mult { get; set; }
  4470.         public string instrument_c94_d_mult { get; set; }
  4471.         public string instrument_c95_d_mult { get; set; }
  4472.         public string instrument_c96_d_mult { get; set; }
  4473.         public string instrument_c97_d_mult { get; set; }
  4474.         public string instrument_c98_d_mult { get; set; }
  4475.         public string instrument_c99_d_mult { get; set; }
  4476.         public string instrument_c1_hit_mult { get; set; }
  4477.         public string instrument_c10_hit_mult { get; set; }
  4478.         public string instrument_c100_hit_mult { get; set; }
  4479.         public string instrument_c101_hit_mult { get; set; }
  4480.         public string instrument_c102_hit_mult { get; set; }
  4481.         public string instrument_c106_hit_mult { get; set; }
  4482.         public string instrument_c11_hit_mult { get; set; }
  4483.         public string instrument_c12_hit_mult { get; set; }
  4484.         public string instrument_c13_hit_mult { get; set; }
  4485.         public string instrument_c14_hit_mult { get; set; }
  4486.         public string instrument_c15_hit_mult { get; set; }
  4487.         public string instrument_c16_hit_mult { get; set; }
  4488.         public string instrument_c17_hit_mult { get; set; }
  4489.         public string instrument_c18_hit_mult { get; set; }
  4490.         public string instrument_c19_hit_mult { get; set; }
  4491.         public string instrument_c2_hit_mult { get; set; }
  4492.         public string instrument_c20_hit_mult { get; set; }
  4493.         public string instrument_c21_hit_mult { get; set; }
  4494.         public string instrument_c22_hit_mult { get; set; }
  4495.         public string instrument_c23_hit_mult { get; set; }
  4496.         public string instrument_c24_hit_mult { get; set; }
  4497.         public string instrument_c25_hit_mult { get; set; }
  4498.         public string instrument_c26_hit_mult { get; set; }
  4499.         public string instrument_c27_hit_mult { get; set; }
  4500.         public string instrument_c28_hit_mult { get; set; }
  4501.         public string instrument_c3_hit_mult { get; set; }
  4502.         public string instrument_c30_hit_mult { get; set; }
  4503.         public string instrument_c31_hit_mult { get; set; }
  4504.         public string instrument_c32_hit_mult { get; set; }
  4505.         public string instrument_c33_hit_mult { get; set; }
  4506.         public string instrument_c34_hit_mult { get; set; }
  4507.         public string instrument_c35_hit_mult { get; set; }
  4508.         public string instrument_c36_hit_mult { get; set; }
  4509.         public string instrument_c37_hit_mult { get; set; }
  4510.         public string instrument_c38_hit_mult { get; set; }
  4511.         public string instrument_c39_hit_mult { get; set; }
  4512.         public string instrument_c4_hit_mult { get; set; }
  4513.         public string instrument_c40_hit_mult { get; set; }
  4514.         public string instrument_c41_hit_mult { get; set; }
  4515.         public string instrument_c42_hit_mult { get; set; }
  4516.         public string instrument_c43_hit_mult { get; set; }
  4517.         public string instrument_c44_hit_mult { get; set; }
  4518.         public string instrument_c45_hit_mult { get; set; }
  4519.         public string instrument_c46_hit_mult { get; set; }
  4520.         public string instrument_c47_hit_mult { get; set; }
  4521.         public string instrument_c48_hit_mult { get; set; }
  4522.         public string instrument_c49_hit_mult { get; set; }
  4523.         public string instrument_c5_hit_mult { get; set; }
  4524.         public string instrument_c50_hit_mult { get; set; }
  4525.         public string instrument_c51_hit_mult { get; set; }
  4526.         public string instrument_c52_hit_mult { get; set; }
  4527.         public string instrument_c53_hit_mult { get; set; }
  4528.         public string instrument_c54_hit_mult { get; set; }
  4529.         public string instrument_c55_hit_mult { get; set; }
  4530.         public string instrument_c56_hit_mult { get; set; }
  4531.         public string instrument_c57_hit_mult { get; set; }
  4532.         public string instrument_c58_hit_mult { get; set; }
  4533.         public string instrument_c59_hit_mult { get; set; }
  4534.         public string instrument_c6_hit_mult { get; set; }
  4535.         public string instrument_c60_hit_mult { get; set; }
  4536.         public string instrument_c61_hit_mult { get; set; }
  4537.         public string instrument_c62_hit_mult { get; set; }
  4538.         public string instrument_c63_hit_mult { get; set; }
  4539.         public string instrument_c64_hit_mult { get; set; }
  4540.         public string instrument_c65_hit_mult { get; set; }
  4541.         public string instrument_c66_hit_mult { get; set; }
  4542.         public string instrument_c67_hit_mult { get; set; }
  4543.         public string instrument_c68_hit_mult { get; set; }
  4544.         public string instrument_c69_hit_mult { get; set; }
  4545.         public string instrument_c7_hit_mult { get; set; }
  4546.         public string instrument_c70_hit_mult { get; set; }
  4547.         public string instrument_c71_hit_mult { get; set; }
  4548.         public string instrument_c72_hit_mult { get; set; }
  4549.         public string instrument_c73_hit_mult { get; set; }
  4550.         public string instrument_c74_hit_mult { get; set; }
  4551.         public string instrument_c75_hit_mult { get; set; }
  4552.         public string instrument_c76_hit_mult { get; set; }
  4553.         public string instrument_c77_hit_mult { get; set; }
  4554.         public string instrument_c78_hit_mult { get; set; }
  4555.         public string instrument_c79_hit_mult { get; set; }
  4556.         public string instrument_c8_hit_mult { get; set; }
  4557.         public string instrument_c80_hit_mult { get; set; }
  4558.         public string instrument_c81_hit_mult { get; set; }
  4559.         public string instrument_c82_hit_mult { get; set; }
  4560.         public string instrument_c83_hit_mult { get; set; }
  4561.         public string instrument_c84_hit_mult { get; set; }
  4562.         public string instrument_c85_hit_mult { get; set; }
  4563.         public string instrument_c86_hit_mult { get; set; }
  4564.         public string instrument_c88_hit_mult { get; set; }
  4565.         public string instrument_c89_hit_mult { get; set; }
  4566.         public string instrument_c9_hit_mult { get; set; }
  4567.         public string instrument_c90_hit_mult { get; set; }
  4568.         public string instrument_c91_hit_mult { get; set; }
  4569.         public string instrument_c92_hit_mult { get; set; }
  4570.         public string instrument_c93_hit_mult { get; set; }
  4571.         public string instrument_c94_hit_mult { get; set; }
  4572.         public string instrument_c95_hit_mult { get; set; }
  4573.         public string instrument_c96_hit_mult { get; set; }
  4574.         public string instrument_c97_hit_mult { get; set; }
  4575.         public string instrument_c98_hit_mult { get; set; }
  4576.         public string instrument_c99_hit_mult { get; set; }
  4577.         public string instrument_c1_dps { get; set; }
  4578.         public string instrument_c10_dps { get; set; }
  4579.         public string instrument_c100_dps { get; set; }
  4580.         public string instrument_c101_dps { get; set; }
  4581.         public string instrument_c102_dps { get; set; }
  4582.         public string instrument_c103_dps { get; set; }
  4583.         public string instrument_c104_dps { get; set; }
  4584.         public string instrument_c105_dps { get; set; }
  4585.         public string instrument_c106_dps { get; set; }
  4586.         public string instrument_c108_dps { get; set; }
  4587.         public string instrument_c109_dps { get; set; }
  4588.         public string instrument_c11_dps { get; set; }
  4589.         public string instrument_c110_dps { get; set; }
  4590.         public string instrument_c111_dps { get; set; }
  4591.         public string instrument_c112_dps { get; set; }
  4592.         public string instrument_c12_dps { get; set; }
  4593.         public string instrument_c13_dps { get; set; }
  4594.         public string instrument_c14_dps { get; set; }
  4595.         public string instrument_c15_dps { get; set; }
  4596.         public string instrument_c16_dps { get; set; }
  4597.         public string instrument_c17_dps { get; set; }
  4598.         public string instrument_c18_dps { get; set; }
  4599.         public string instrument_c19_dps { get; set; }
  4600.         public string instrument_c2_dps { get; set; }
  4601.         public string instrument_c20_dps { get; set; }
  4602.         public string instrument_c21_dps { get; set; }
  4603.         public string instrument_c22_dps { get; set; }
  4604.         public string instrument_c23_dps { get; set; }
  4605.         public string instrument_c24_dps { get; set; }
  4606.         public string instrument_c25_dps { get; set; }
  4607.         public string instrument_c26_dps { get; set; }
  4608.         public string instrument_c27_dps { get; set; }
  4609.         public string instrument_c28_dps { get; set; }
  4610.         public string instrument_c29_dps { get; set; }
  4611.         public string instrument_c3_dps { get; set; }
  4612.         public string instrument_c30_dps { get; set; }
  4613.         public string instrument_c31_dps { get; set; }
  4614.         public string instrument_c32_dps { get; set; }
  4615.         public string instrument_c33_dps { get; set; }
  4616.         public string instrument_c34_dps { get; set; }
  4617.         public string instrument_c35_dps { get; set; }
  4618.         public string instrument_c36_dps { get; set; }
  4619.         public string instrument_c37_dps { get; set; }
  4620.         public string instrument_c38_dps { get; set; }
  4621.         public string instrument_c39_dps { get; set; }
  4622.         public string instrument_c4_dps { get; set; }
  4623.         public string instrument_c40_dps { get; set; }
  4624.         public string instrument_c41_dps { get; set; }
  4625.         public string instrument_c42_dps { get; set; }
  4626.         public string instrument_c43_dps { get; set; }
  4627.         public string instrument_c44_dps { get; set; }
  4628.         public string instrument_c45_dps { get; set; }
  4629.         public string instrument_c46_dps { get; set; }
  4630.         public string instrument_c47_dps { get; set; }
  4631.         public string instrument_c48_dps { get; set; }
  4632.         public string instrument_c49_dps { get; set; }
  4633.         public string instrument_c5_dps { get; set; }
  4634.         public string instrument_c50_dps { get; set; }
  4635.         public string instrument_c51_dps { get; set; }
  4636.         public string instrument_c52_dps { get; set; }
  4637.         public string instrument_c53_dps { get; set; }
  4638.         public string instrument_c54_dps { get; set; }
  4639.         public string instrument_c55_dps { get; set; }
  4640.         public string instrument_c56_dps { get; set; }
  4641.         public string instrument_c57_dps { get; set; }
  4642.         public string instrument_c58_dps { get; set; }
  4643.         public string instrument_c59_dps { get; set; }
  4644.         public string instrument_c6_dps { get; set; }
  4645.         public string instrument_c60_dps { get; set; }
  4646.         public string instrument_c61_dps { get; set; }
  4647.         public string instrument_c62_dps { get; set; }
  4648.         public string instrument_c63_dps { get; set; }
  4649.         public string instrument_c64_dps { get; set; }
  4650.         public string instrument_c65_dps { get; set; }
  4651.         public string instrument_c66_dps { get; set; }
  4652.         public string instrument_c67_dps { get; set; }
  4653.         public string instrument_c68_dps { get; set; }
  4654.         public string instrument_c69_dps { get; set; }
  4655.         public string instrument_c7_dps { get; set; }
  4656.         public string instrument_c70_dps { get; set; }
  4657.         public string instrument_c71_dps { get; set; }
  4658.         public string instrument_c72_dps { get; set; }
  4659.         public string instrument_c73_dps { get; set; }
  4660.         public string instrument_c74_dps { get; set; }
  4661.         public string instrument_c75_dps { get; set; }
  4662.         public string instrument_c76_dps { get; set; }
  4663.         public string instrument_c77_dps { get; set; }
  4664.         public string instrument_c78_dps { get; set; }
  4665.         public string instrument_c79_dps { get; set; }
  4666.         public string instrument_c8_dps { get; set; }
  4667.         public string instrument_c80_dps { get; set; }
  4668.         public string instrument_c81_dps { get; set; }
  4669.         public string instrument_c82_dps { get; set; }
  4670.         public string instrument_c83_dps { get; set; }
  4671.         public string instrument_c84_dps { get; set; }
  4672.         public string instrument_c85_dps { get; set; }
  4673.         public string instrument_c86_dps { get; set; }
  4674.         public string instrument_c87_dps { get; set; }
  4675.         public string instrument_c88_dps { get; set; }
  4676.         public string instrument_c89_dps { get; set; }
  4677.         public string instrument_c9_dps { get; set; }
  4678.         public string instrument_c90_dps { get; set; }
  4679.         public string instrument_c91_dps { get; set; }
  4680.         public string instrument_c92_dps { get; set; }
  4681.         public string instrument_c93_dps { get; set; }
  4682.         public string instrument_c94_dps { get; set; }
  4683.         public string instrument_c95_dps { get; set; }
  4684.         public string instrument_c96_dps { get; set; }
  4685.         public string instrument_c97_dps { get; set; }
  4686.         public string instrument_c98_dps { get; set; }
  4687.         public string instrument_c99_dps { get; set; }
  4688.         public string champion_1_base_damage_this_reset { get; set; }
  4689.         public string champion_10_base_damage_this_reset { get; set; }
  4690.         public string champion_11_base_damage_this_reset { get; set; }
  4691.         public string champion_12_base_damage_this_reset { get; set; }
  4692.         public string champion_13_base_damage_this_reset { get; set; }
  4693.         public string champion_15_base_damage_this_reset { get; set; }
  4694.         public string champion_16_base_damage_this_reset { get; set; }
  4695.         public string champion_19_base_damage_this_reset { get; set; }
  4696.         public string champion_24_base_damage_this_reset { get; set; }
  4697.         public string champion_25_base_damage_this_reset { get; set; }
  4698.         public string champion_27_base_damage_this_reset { get; set; }
  4699.         public string champion_34_base_damage_this_reset { get; set; }
  4700.         public string champion_37_base_damage_this_reset { get; set; }
  4701.         public string champion_40_base_damage_this_reset { get; set; }
  4702.         public string champion_42_base_damage_this_reset { get; set; }
  4703.         public string champion_45_base_damage_this_reset { get; set; }
  4704.         public string champion_48_base_damage_this_reset { get; set; }
  4705.         public string champion_50_base_damage_this_reset { get; set; }
  4706.         public string champion_52_base_damage_this_reset { get; set; }
  4707.         public string champion_53_base_damage_this_reset { get; set; }
  4708.         public string champion_55_base_damage_this_reset { get; set; }
  4709.         public string champion_56_base_damage_this_reset { get; set; }
  4710.         public string champion_58_base_damage_this_reset { get; set; }
  4711.         public string champion_6_base_damage_this_reset { get; set; }
  4712.         public string champion_61_base_damage_this_reset { get; set; }
  4713.         public string champion_63_base_damage_this_reset { get; set; }
  4714.         public string champion_64_base_damage_this_reset { get; set; }
  4715.         public string champion_67_base_damage_this_reset { get; set; }
  4716.         public string champion_69_base_damage_this_reset { get; set; }
  4717.         public string champion_7_base_damage_this_reset { get; set; }
  4718.         public string champion_73_base_damage_this_reset { get; set; }
  4719.         public string champion_75_base_damage_this_reset { get; set; }
  4720.         public string champion_76_base_damage_this_reset { get; set; }
  4721.         public string champion_81_base_damage_this_reset { get; set; }
  4722.         public string champion_82_base_damage_this_reset { get; set; }
  4723.         public string champion_85_base_damage_this_reset { get; set; }
  4724.         public string champion_86_base_damage_this_reset { get; set; }
  4725.         public string champion_91_base_damage_this_reset { get; set; }
  4726.         public string champion_93_base_damage_this_reset { get; set; }
  4727.         public string champion_94_base_damage_this_reset { get; set; }
  4728.         public string champion_96_base_damage_this_reset { get; set; }
  4729.         public string champion_97_base_damage_this_reset { get; set; }
  4730.         public string champion_1_ultimate_damage_this_reset { get; set; }
  4731.         public string champion_10_ultimate_damage_this_reset { get; set; }
  4732.         public string champion_12_ultimate_damage_this_reset { get; set; }
  4733.         public string champion_13_ultimate_damage_this_reset { get; set; }
  4734.         public string champion_15_ultimate_damage_this_reset { get; set; }
  4735.         public string champion_16_ultimate_damage_this_reset { get; set; }
  4736.         public string champion_19_ultimate_damage_this_reset { get; set; }
  4737.         public string champion_2_ultimate_damage_this_reset { get; set; }
  4738.         public string champion_25_ultimate_damage_this_reset { get; set; }
  4739.         public string champion_34_ultimate_damage_this_reset { get; set; }
  4740.         public string champion_37_ultimate_damage_this_reset { get; set; }
  4741.         public string champion_42_ultimate_damage_this_reset { get; set; }
  4742.         public string champion_44_ultimate_damage_this_reset { get; set; }
  4743.         public string champion_45_ultimate_damage_this_reset { get; set; }
  4744.         public string champion_55_ultimate_damage_this_reset { get; set; }
  4745.         public string champion_56_ultimate_damage_this_reset { get; set; }
  4746.         public string champion_58_ultimate_damage_this_reset { get; set; }
  4747.         public string champion_6_ultimate_damage_this_reset { get; set; }
  4748.         public string champion_64_ultimate_damage_this_reset { get; set; }
  4749.         public string champion_67_ultimate_damage_this_reset { get; set; }
  4750.         public string champion_7_ultimate_damage_this_reset { get; set; }
  4751.         public string champion_73_ultimate_damage_this_reset { get; set; }
  4752.         public string champion_75_ultimate_damage_this_reset { get; set; }
  4753.         public string champion_81_ultimate_damage_this_reset { get; set; }
  4754.         public string champion_86_ultimate_damage_this_reset { get; set; }
  4755.         public string champion_91_ultimate_damage_this_reset { get; set; }
  4756.         public string champion_96_ultimate_damage_this_reset { get; set; }
  4757.         public string campaign_1_free_play_highest_area { get; set; }
  4758.         public string campaign_10_free_play_highest_area { get; set; }
  4759.         public string campaign_11_free_play_highest_area { get; set; }
  4760.         public string campaign_12_free_play_highest_area { get; set; }
  4761.         public string campaign_13_free_play_highest_area { get; set; }
  4762.         public string campaign_14_free_play_highest_area { get; set; }
  4763.         public string campaign_15_free_play_highest_area { get; set; }
  4764.         public string campaign_16_free_play_highest_area { get; set; }
  4765.         public string campaign_17_free_play_highest_area { get; set; }
  4766.         public string campaign_18_free_play_highest_area { get; set; }
  4767.         public string campaign_2_free_play_highest_area { get; set; }
  4768.         public string campaign_22_free_play_highest_area { get; set; }
  4769.         public string campaign_24_free_play_highest_area { get; set; }
  4770.         public string campaign_25_free_play_highest_area { get; set; }
  4771.         public string campaign_27_free_play_highest_area { get; set; }
  4772.         public string campaign_7_free_play_highest_area { get; set; }
  4773.         public string campaign_8_free_play_highest_area { get; set; }
  4774.         public string campaign_9_free_play_highest_area { get; set; }
  4775.         public string adventure_0_variants_completed { get; set; }
  4776.         public string adventure_1_variants_completed { get; set; }
  4777.         public string adventure_1040_variants_completed { get; set; }
  4778.         public string adventure_1045_variants_completed { get; set; }
  4779.         public string adventure_1050_variants_completed { get; set; }
  4780.         public string adventure_1055_variants_completed { get; set; }
  4781.         public string adventure_1060_variants_completed { get; set; }
  4782.         public string adventure_1065_variants_completed { get; set; }
  4783.         public string adventure_1070_variants_completed { get; set; }
  4784.         public string adventure_1075_variants_completed { get; set; }
  4785.         public string adventure_1080_variants_completed { get; set; }
  4786.         public string adventure_1085_variants_completed { get; set; }
  4787.         public string adventure_109_variants_completed { get; set; }
  4788.         public string adventure_1090_variants_completed { get; set; }
  4789.         public string adventure_1095_variants_completed { get; set; }
  4790.         public string adventure_11_variants_completed { get; set; }
  4791.         public string adventure_1100_variants_completed { get; set; }
  4792.         public string adventure_1105_variants_completed { get; set; }
  4793.         public string adventure_1111_variants_completed { get; set; }
  4794.         public string adventure_1116_variants_completed { get; set; }
  4795.         public string adventure_1121_variants_completed { get; set; }
  4796.         public string adventure_1126_variants_completed { get; set; }
  4797.         public string adventure_1132_variants_completed { get; set; }
  4798.         public string adventure_1137_variants_completed { get; set; }
  4799.         public string adventure_114_variants_completed { get; set; }
  4800.         public string adventure_124_variants_completed { get; set; }
  4801.         public string adventure_129_variants_completed { get; set; }
  4802.         public string adventure_139_variants_completed { get; set; }
  4803.         public string adventure_149_variants_completed { get; set; }
  4804.         public string adventure_15_variants_completed { get; set; }
  4805.         public string adventure_154_variants_completed { get; set; }
  4806.         public string adventure_164_variants_completed { get; set; }
  4807.         public string adventure_169_variants_completed { get; set; }
  4808.         public string adventure_174_variants_completed { get; set; }
  4809.         public string adventure_179_variants_completed { get; set; }
  4810.         public string adventure_184_variants_completed { get; set; }
  4811.         public string adventure_19_variants_completed { get; set; }
  4812.         public string adventure_208_variants_completed { get; set; }
  4813.         public string adventure_213_variants_completed { get; set; }
  4814.         public string adventure_230_variants_completed { get; set; }
  4815.         public string adventure_235_variants_completed { get; set; }
  4816.         public string adventure_240_variants_completed { get; set; }
  4817.         public string adventure_246_variants_completed { get; set; }
  4818.         public string adventure_251_variants_completed { get; set; }
  4819.         public string adventure_262_variants_completed { get; set; }
  4820.         public string adventure_267_variants_completed { get; set; }
  4821.         public string adventure_272_variants_completed { get; set; }
  4822.         public string adventure_278_variants_completed { get; set; }
  4823.         public string adventure_283_variants_completed { get; set; }
  4824.         public string adventure_3_variants_completed { get; set; }
  4825.         public string adventure_308_variants_completed { get; set; }
  4826.         public string adventure_313_variants_completed { get; set; }
  4827.         public string adventure_323_variants_completed { get; set; }
  4828.         public string adventure_34_variants_completed { get; set; }
  4829.         public string adventure_353_variants_completed { get; set; }
  4830.         public string adventure_378_variants_completed { get; set; }
  4831.         public string adventure_383_variants_completed { get; set; }
  4832.         public string adventure_388_variants_completed { get; set; }
  4833.         public string adventure_39_variants_completed { get; set; }
  4834.         public string adventure_393_variants_completed { get; set; }
  4835.         public string adventure_398_variants_completed { get; set; }
  4836.         public string adventure_403_variants_completed { get; set; }
  4837.         public string adventure_408_variants_completed { get; set; }
  4838.         public string adventure_413_variants_completed { get; set; }
  4839.         public string adventure_418_variants_completed { get; set; }
  4840.         public string adventure_423_variants_completed { get; set; }
  4841.         public string adventure_428_variants_completed { get; set; }
  4842.         public string adventure_433_variants_completed { get; set; }
  4843.         public string adventure_458_variants_completed { get; set; }
  4844.         public string adventure_463_variants_completed { get; set; }
  4845.         public string adventure_468_variants_completed { get; set; }
  4846.         public string adventure_473_variants_completed { get; set; }
  4847.         public string adventure_478_variants_completed { get; set; }
  4848.         public string adventure_483_variants_completed { get; set; }
  4849.         public string adventure_488_variants_completed { get; set; }
  4850.         public string adventure_493_variants_completed { get; set; }
  4851.         public string adventure_503_variants_completed { get; set; }
  4852.         public string adventure_508_variants_completed { get; set; }
  4853.         public string adventure_513_variants_completed { get; set; }
  4854.         public string adventure_518_variants_completed { get; set; }
  4855.         public string adventure_54_variants_completed { get; set; }
  4856.         public string adventure_540_variants_completed { get; set; }
  4857.         public string adventure_545_variants_completed { get; set; }
  4858.         public string adventure_550_variants_completed { get; set; }
  4859.         public string adventure_555_variants_completed { get; set; }
  4860.         public string adventure_560_variants_completed { get; set; }
  4861.         public string adventure_565_variants_completed { get; set; }
  4862.         public string adventure_570_variants_completed { get; set; }
  4863.         public string adventure_575_variants_completed { get; set; }
  4864.         public string adventure_580_variants_completed { get; set; }
  4865.         public string adventure_585_variants_completed { get; set; }
  4866.         public string adventure_59_variants_completed { get; set; }
  4867.         public string adventure_590_variants_completed { get; set; }
  4868.         public string adventure_595_variants_completed { get; set; }
  4869.         public string adventure_600_variants_completed { get; set; }
  4870.         public string adventure_605_variants_completed { get; set; }
  4871.         public string adventure_610_variants_completed { get; set; }
  4872.         public string adventure_615_variants_completed { get; set; }
  4873.         public string adventure_620_variants_completed { get; set; }
  4874.         public string adventure_625_variants_completed { get; set; }
  4875.         public string adventure_630_variants_completed { get; set; }
  4876.         public string adventure_635_variants_completed { get; set; }
  4877.         public string adventure_640_variants_completed { get; set; }
  4878.         public string adventure_645_variants_completed { get; set; }
  4879.         public string adventure_650_variants_completed { get; set; }
  4880.         public string adventure_655_variants_completed { get; set; }
  4881.         public string adventure_660_variants_completed { get; set; }
  4882.         public string adventure_665_variants_completed { get; set; }
  4883.         public string adventure_670_variants_completed { get; set; }
  4884.         public string adventure_675_variants_completed { get; set; }
  4885.         public string adventure_680_variants_completed { get; set; }
  4886.         public string adventure_685_variants_completed { get; set; }
  4887.         public string adventure_69_variants_completed { get; set; }
  4888.         public string adventure_690_variants_completed { get; set; }
  4889.         public string adventure_695_variants_completed { get; set; }
  4890.         public string adventure_7_variants_completed { get; set; }
  4891.         public string adventure_700_variants_completed { get; set; }
  4892.         public string adventure_720_variants_completed { get; set; }
  4893.         public string adventure_725_variants_completed { get; set; }
  4894.         public string adventure_730_variants_completed { get; set; }
  4895.         public string adventure_735_variants_completed { get; set; }
  4896.         public string adventure_74_variants_completed { get; set; }
  4897.         public string adventure_750_variants_completed { get; set; }
  4898.         public string adventure_755_variants_completed { get; set; }
  4899.         public string adventure_770_variants_completed { get; set; }
  4900.         public string adventure_79_variants_completed { get; set; }
  4901.         public string adventure_802_variants_completed { get; set; }
  4902.         public string adventure_807_variants_completed { get; set; }
  4903.         public string adventure_812_variants_completed { get; set; }
  4904.         public string adventure_817_variants_completed { get; set; }
  4905.         public string adventure_827_variants_completed { get; set; }
  4906.         public string adventure_832_variants_completed { get; set; }
  4907.         public string adventure_837_variants_completed { get; set; }
  4908.         public string adventure_842_variants_completed { get; set; }
  4909.         public string adventure_847_variants_completed { get; set; }
  4910.         public string adventure_852_variants_completed { get; set; }
  4911.         public string adventure_857_variants_completed { get; set; }
  4912.         public string adventure_862_variants_completed { get; set; }
  4913.         public string adventure_867_variants_completed { get; set; }
  4914.         public string adventure_872_variants_completed { get; set; }
  4915.         public string adventure_877_variants_completed { get; set; }
  4916.         public string adventure_882_variants_completed { get; set; }
  4917.         public string adventure_887_variants_completed { get; set; }
  4918.         public string adventure_892_variants_completed { get; set; }
  4919.         public string adventure_897_variants_completed { get; set; }
  4920.         public string adventure_902_variants_completed { get; set; }
  4921.         public string adventure_918_variants_completed { get; set; }
  4922.         public string adventure_923_variants_completed { get; set; }
  4923.         public string adventure_928_variants_completed { get; set; }
  4924.         public string adventure_933_variants_completed { get; set; }
  4925.         public string adventure_94_variants_completed { get; set; }
  4926.         public string adventure_958_variants_completed { get; set; }
  4927.         public string adventure_963_variants_completed { get; set; }
  4928.         public string adventure_968_variants_completed { get; set; }
  4929.         public string adventure_973_variants_completed { get; set; }
  4930.         public string adventure_978_variants_completed { get; set; }
  4931.         public string adventure_983_variants_completed { get; set; }
  4932.         public string adventure_988_variants_completed { get; set; }
  4933.         public string adventure_99_variants_completed { get; set; }
  4934.         public string adventure_993_variants_completed { get; set; }
  4935.         public string this_reset_monster_kills_tag_aberration { get; set; }
  4936.         public string this_reset_monster_kills_tag_bandit { get; set; }
  4937.         public string this_reset_monster_kills_tag_beast { get; set; }
  4938.         public string this_reset_monster_kills_tag_construct { get; set; }
  4939.         public string this_reset_monster_kills_tag_demon { get; set; }
  4940.         public string this_reset_monster_kills_tag_devil { get; set; }
  4941.         public string this_reset_monster_kills_tag_dinosaur { get; set; }
  4942.         public string this_reset_monster_kills_tag_dragon { get; set; }
  4943.         public string this_reset_monster_kills_tag_drow { get; set; }
  4944.         public string this_reset_monster_kills_tag_elemental { get; set; }
  4945.         public string this_reset_monster_kills_tag_elf { get; set; }
  4946.         public string this_reset_monster_kills_tag_fey { get; set; }
  4947.         public string this_reset_monster_kills_tag_fiend { get; set; }
  4948.         public string this_reset_monster_kills_tag_flying { get; set; }
  4949.         public string this_reset_monster_kills_tag_gnoll { get; set; }
  4950.         public string this_reset_monster_kills_tag_goblin { get; set; }
  4951.         public string this_reset_monster_kills_tag_goblinoid { get; set; }
  4952.         public string this_reset_monster_kills_tag_half-orc { get; set; }
  4953.         public string this_reset_monster_kills_tag_hits_based { get; set; }
  4954.         public string this_reset_monster_kills_tag_hobgoblin { get; set; }
  4955.         public string this_reset_monster_kills_tag_human { get; set; }
  4956.         public string this_reset_monster_kills_tag_humanoid { get; set; }
  4957.         public string this_reset_monster_kills_tag_kobold { get; set; }
  4958.         public string this_reset_monster_kills_tag_lizardfolk { get; set; }
  4959.         public string this_reset_monster_kills_tag_lycanthrope { get; set; }
  4960.         public string this_reset_monster_kills_tag_melee { get; set; }
  4961.         public string this_reset_monster_kills_tag_modron { get; set; }
  4962.         public string this_reset_monster_kills_tag_monstrosity { get; set; }
  4963.         public string this_reset_monster_kills_tag_orc { get; set; }
  4964.         public string this_reset_monster_kills_tag_plant { get; set; }
  4965.         public string this_reset_monster_kills_tag_quaggoth { get; set; }
  4966.         public string this_reset_monster_kills_tag_ranged { get; set; }
  4967.         public string this_reset_monster_kills_tag_static { get; set; }
  4968.         public string this_reset_monster_kills_tag_tatyana_find_a_feast { get; set; }
  4969.         public string this_reset_monster_kills_tag_undead { get; set; }
  4970.         public string this_reset_monster_kills_tag_zhentarim { get; set; }
  4971.         public string trials_highest_difficulty_completed { get; set; }
  4972.         public string has_trials_unlocked { get; set; }
  4973.         public string time_gate_key_next_time { get; set; }
  4974.         public string modron_core_assigned { get; set; }
  4975.         public string nordom_im_a_little_modron_short_and_stout { get; set; }
  4976.         public string nordom_pending_exp_global { get; set; }
  4977.         public string nordom_awarded_exp_global { get; set; }
  4978.         public string nordom_pending_exp { get; set; }
  4979.         public string nordom_awarded_exp { get; set; }
  4980.         public string legendary_reduction_time { get; set; }
  4981.         public string legendary_cost_mult { get; set; }
  4982.         public string num_shiny_gear_obtained { get; set; }
  4983.         public string black_viper_total_gems { get; set; }
  4984.         public string black_viper_current_adventure_gems { get; set; }
  4985.         public int rare_chests_bought_premium { get; set; }
  4986.         public string bosses_since_chest { get; set; }
  4987.         public string unique_variants_completed { get; set; }
  4988.         public string chests_opened { get; set; }
  4989.         public string chests_opened_type_1 { get; set; }
  4990.         public string chests_opened_type_10 { get; set; }
  4991.         public string chests_opened_type_100 { get; set; }
  4992.         public string chests_opened_type_101 { get; set; }
  4993.         public string chests_opened_type_102 { get; set; }
  4994.         public string chests_opened_type_105 { get; set; }
  4995.         public string chests_opened_type_106 { get; set; }
  4996.         public string chests_opened_type_107 { get; set; }
  4997.         public string chests_opened_type_108 { get; set; }
  4998.         public string chests_opened_type_11 { get; set; }
  4999.         public string chests_opened_type_12 { get; set; }
  5000.         public string chests_opened_type_152 { get; set; }
  5001.         public string chests_opened_type_153 { get; set; }
  5002.         public string chests_opened_type_158 { get; set; }
  5003.         public string chests_opened_type_159 { get; set; }
  5004.         public string chests_opened_type_161 { get; set; }
  5005.         public string chests_opened_type_163 { get; set; }
  5006.         public string chests_opened_type_166 { get; set; }
  5007.         public string chests_opened_type_167 { get; set; }
  5008.         public string chests_opened_type_168 { get; set; }
  5009.         public string chests_opened_type_169 { get; set; }
  5010.         public string chests_opened_type_170 { get; set; }
  5011.         public string chests_opened_type_171 { get; set; }
  5012.         public string chests_opened_type_172 { get; set; }
  5013.         public string chests_opened_type_173 { get; set; }
  5014.         public string chests_opened_type_174 { get; set; }
  5015.         public string chests_opened_type_175 { get; set; }
  5016.         public string chests_opened_type_176 { get; set; }
  5017.         public string chests_opened_type_177 { get; set; }
  5018.         public string chests_opened_type_178 { get; set; }
  5019.         public string chests_opened_type_179 { get; set; }
  5020.         public string chests_opened_type_18 { get; set; }
  5021.         public string chests_opened_type_180 { get; set; }
  5022.         public string chests_opened_type_181 { get; set; }
  5023.         public string chests_opened_type_182 { get; set; }
  5024.         public string chests_opened_type_183 { get; set; }
  5025.         public string chests_opened_type_184 { get; set; }
  5026.         public string chests_opened_type_185 { get; set; }
  5027.         public string chests_opened_type_186 { get; set; }
  5028.         public string chests_opened_type_187 { get; set; }
  5029.         public string chests_opened_type_188 { get; set; }
  5030.         public string chests_opened_type_189 { get; set; }
  5031.         public string chests_opened_type_19 { get; set; }
  5032.         public string chests_opened_type_190 { get; set; }
  5033.         public string chests_opened_type_191 { get; set; }
  5034.         public string chests_opened_type_2 { get; set; }
  5035.         public string chests_opened_type_219 { get; set; }
  5036.         public string chests_opened_type_22 { get; set; }
  5037.         public string chests_opened_type_230 { get; set; }
  5038.         public string chests_opened_type_244 { get; set; }
  5039.         public string chests_opened_type_245 { get; set; }
  5040.         public string chests_opened_type_246 { get; set; }
  5041.         public string chests_opened_type_247 { get; set; }
  5042.         public string chests_opened_type_248 { get; set; }
  5043.         public string chests_opened_type_249 { get; set; }
  5044.         public string chests_opened_type_250 { get; set; }
  5045.         public string chests_opened_type_251 { get; set; }
  5046.         public string chests_opened_type_252 { get; set; }
  5047.         public string chests_opened_type_253 { get; set; }
  5048.         public string chests_opened_type_254 { get; set; }
  5049.         public string chests_opened_type_255 { get; set; }
  5050.         public string chests_opened_type_256 { get; set; }
  5051.         public string chests_opened_type_257 { get; set; }
  5052.         public string chests_opened_type_258 { get; set; }
  5053.         public string chests_opened_type_259 { get; set; }
  5054.         public string chests_opened_type_260 { get; set; }
  5055.         public string chests_opened_type_261 { get; set; }
  5056.         public string chests_opened_type_262 { get; set; }
  5057.         public string chests_opened_type_263 { get; set; }
  5058.         public string chests_opened_type_264 { get; set; }
  5059.         public string chests_opened_type_265 { get; set; }
  5060.         public string chests_opened_type_266 { get; set; }
  5061.         public string chests_opened_type_267 { get; set; }
  5062.         public string chests_opened_type_268 { get; set; }
  5063.         public string chests_opened_type_269 { get; set; }
  5064.         public string chests_opened_type_27 { get; set; }
  5065.         public string chests_opened_type_270 { get; set; }
  5066.         public string chests_opened_type_271 { get; set; }
  5067.         public string chests_opened_type_272 { get; set; }
  5068.         public string chests_opened_type_273 { get; set; }
  5069.         public string chests_opened_type_274 { get; set; }
  5070.         public string chests_opened_type_275 { get; set; }
  5071.         public string chests_opened_type_276 { get; set; }
  5072.         public string chests_opened_type_277 { get; set; }
  5073.         public string chests_opened_type_282 { get; set; }
  5074.         public string chests_opened_type_29 { get; set; }
  5075.         public string chests_opened_type_3 { get; set; }
  5076.         public string chests_opened_type_30 { get; set; }
  5077.         public string chests_opened_type_311 { get; set; }
  5078.         public string chests_opened_type_323 { get; set; }
  5079.         public string chests_opened_type_334 { get; set; }
  5080.         public string chests_opened_type_335 { get; set; }
  5081.         public string chests_opened_type_336 { get; set; }
  5082.         public string chests_opened_type_337 { get; set; }
  5083.         public string chests_opened_type_339 { get; set; }
  5084.         public string chests_opened_type_340 { get; set; }
  5085.         public string chests_opened_type_341 { get; set; }
  5086.         public string chests_opened_type_342 { get; set; }
  5087.         public string chests_opened_type_343 { get; set; }
  5088.         public string chests_opened_type_345 { get; set; }
  5089.         public string chests_opened_type_346 { get; set; }
  5090.         public string chests_opened_type_347 { get; set; }
  5091.         public string chests_opened_type_348 { get; set; }
  5092.         public string chests_opened_type_349 { get; set; }
  5093.         public string chests_opened_type_350 { get; set; }
  5094.         public string chests_opened_type_351 { get; set; }
  5095.         public string chests_opened_type_352 { get; set; }
  5096.         public string chests_opened_type_353 { get; set; }
  5097.         public string chests_opened_type_354 { get; set; }
  5098.         public string chests_opened_type_355 { get; set; }
  5099.         public string chests_opened_type_356 { get; set; }
  5100.         public string chests_opened_type_357 { get; set; }
  5101.         public string chests_opened_type_358 { get; set; }
  5102.         public string chests_opened_type_359 { get; set; }
  5103.         public string chests_opened_type_36 { get; set; }
  5104.         public string chests_opened_type_360 { get; set; }
  5105.         public string chests_opened_type_361 { get; set; }
  5106.         public string chests_opened_type_37 { get; set; }
  5107.         public string chests_opened_type_388 { get; set; }
  5108.         public string chests_opened_type_389 { get; set; }
  5109.         public string chests_opened_type_390 { get; set; }
  5110.         public string chests_opened_type_391 { get; set; }
  5111.         public string chests_opened_type_392 { get; set; }
  5112.         public string chests_opened_type_393 { get; set; }
  5113.         public string chests_opened_type_394 { get; set; }
  5114.         public string chests_opened_type_395 { get; set; }
  5115.         public string chests_opened_type_396 { get; set; }
  5116.         public string chests_opened_type_397 { get; set; }
  5117.         public string chests_opened_type_398 { get; set; }
  5118.         public string chests_opened_type_399 { get; set; }
  5119.         public string chests_opened_type_4 { get; set; }
  5120.         public string chests_opened_type_400 { get; set; }
  5121.         public string chests_opened_type_401 { get; set; }
  5122.         public string chests_opened_type_402 { get; set; }
  5123.         public string chests_opened_type_404 { get; set; }
  5124.         public string chests_opened_type_405 { get; set; }
  5125.         public string chests_opened_type_406 { get; set; }
  5126.         public string chests_opened_type_408 { get; set; }
  5127.         public string chests_opened_type_41 { get; set; }
  5128.         public string chests_opened_type_410 { get; set; }
  5129.         public string chests_opened_type_411 { get; set; }
  5130.         public string chests_opened_type_412 { get; set; }
  5131.         public string chests_opened_type_413 { get; set; }
  5132.         public string chests_opened_type_414 { get; set; }
  5133.         public string chests_opened_type_45 { get; set; }
  5134.         public string chests_opened_type_46 { get; set; }
  5135.         public string chests_opened_type_54 { get; set; }
  5136.         public string chests_opened_type_57 { get; set; }
  5137.         public string chests_opened_type_58 { get; set; }
  5138.         public string chests_opened_type_67 { get; set; }
  5139.         public string chests_opened_type_68 { get; set; }
  5140.         public string chests_opened_type_72 { get; set; }
  5141.         public string chests_opened_type_73 { get; set; }
  5142.         public string chests_opened_type_74 { get; set; }
  5143.         public string chests_opened_type_76 { get; set; }
  5144.         public string chests_opened_type_8 { get; set; }
  5145.         public string chests_opened_type_83 { get; set; }
  5146.         public string chests_opened_type_84 { get; set; }
  5147.         public string chests_opened_type_86 { get; set; }
  5148.         public string chests_opened_type_87 { get; set; }
  5149.         public string chests_opened_type_88 { get; set; }
  5150.         public string chests_opened_type_89 { get; set; }
  5151.         public string chests_opened_type_90 { get; set; }
  5152.         public string chests_opened_type_91 { get; set; }
  5153.         public string chests_opened_type_92 { get; set; }
  5154.         public string chests_opened_type_93 { get; set; }
  5155.         public string chests_opened_type_94 { get; set; }
  5156.         public string chests_opened_type_95 { get; set; }
  5157.         public string chests_opened_type_96 { get; set; }
  5158.         public string chests_opened_type_98 { get; set; }
  5159.         public string chests_opened_type_99 { get; set; }
  5160.         public string completed_adventures_variants_and_patron_variants_c1 { get; set; }
  5161.         public string completed_adventures_variants_and_patron_variants_c10 { get; set; }
  5162.         public string completed_adventures_variants_and_patron_variants_c11 { get; set; }
  5163.         public string completed_adventures_variants_and_patron_variants_c12 { get; set; }
  5164.         public string completed_adventures_variants_and_patron_variants_c13 { get; set; }
  5165.         public string completed_adventures_variants_and_patron_variants_c14 { get; set; }
  5166.         public string completed_adventures_variants_and_patron_variants_c15 { get; set; }
  5167.         public string completed_adventures_variants_and_patron_variants_c16 { get; set; }
  5168.         public string completed_adventures_variants_and_patron_variants_c18 { get; set; }
  5169.         public string completed_adventures_variants_and_patron_variants_c2 { get; set; }
  5170.         public string completed_adventures_variants_and_patron_variants_c22 { get; set; }
  5171.         public string completed_adventures_variants_and_patron_variants_c23 { get; set; }
  5172.         public string completed_adventures_variants_and_patron_variants_c24 { get; set; }
  5173.         public string completed_adventures_variants_and_patron_variants_c26 { get; set; }
  5174.         public string completed_adventures_variants_and_patron_variants_c27 { get; set; }
  5175.         public string completed_adventures_variants_and_patron_variants_c6 { get; set; }
  5176.         public string completed_adventures_variants_and_patron_variants_c8 { get; set; }
  5177.         public string completed_adventures_variants_and_patron_variants_c9 { get; set; }
  5178.         public string completed_variants_c22 { get; set; }
  5179.         public string premium_item_purchases_1 { get; set; }
  5180.         public string premium_item_purchases_100 { get; set; }
  5181.         public string premium_item_purchases_101 { get; set; }
  5182.         public string premium_item_purchases_102 { get; set; }
  5183.         public string premium_item_purchases_103 { get; set; }
  5184.         public string premium_item_purchases_106 { get; set; }
  5185.         public string premium_item_purchases_107 { get; set; }
  5186.         public string premium_item_purchases_108 { get; set; }
  5187.         public string premium_item_purchases_109 { get; set; }
  5188.         public string premium_item_purchases_112 { get; set; }
  5189.         public string premium_item_purchases_113 { get; set; }
  5190.         public string premium_item_purchases_114 { get; set; }
  5191.         public string premium_item_purchases_117 { get; set; }
  5192.         public string premium_item_purchases_118 { get; set; }
  5193.         public string premium_item_purchases_119 { get; set; }
  5194.         public string premium_item_purchases_12 { get; set; }
  5195.         public string premium_item_purchases_120 { get; set; }
  5196.         public string premium_item_purchases_121 { get; set; }
  5197.         public string premium_item_purchases_122 { get; set; }
  5198.         public string premium_item_purchases_128 { get; set; }
  5199.         public string premium_item_purchases_129 { get; set; }
  5200.         public string premium_item_purchases_131 { get; set; }
  5201.         public string premium_item_purchases_134 { get; set; }
  5202.         public string premium_item_purchases_135 { get; set; }
  5203.         public string premium_item_purchases_137 { get; set; }
  5204.         public string premium_item_purchases_139 { get; set; }
  5205.         public string premium_item_purchases_140 { get; set; }
  5206.         public string premium_item_purchases_147 { get; set; }
  5207.         public string premium_item_purchases_152 { get; set; }
  5208.         public string premium_item_purchases_16 { get; set; }
  5209.         public string premium_item_purchases_166 { get; set; }
  5210.         public string premium_item_purchases_174 { get; set; }
  5211.         public string premium_item_purchases_26 { get; set; }
  5212.         public string premium_item_purchases_55 { get; set; }
  5213.         public string premium_item_purchases_57 { get; set; }
  5214.         public string premium_item_purchases_59 { get; set; }
  5215.         public string premium_item_purchases_6 { get; set; }
  5216.         public string premium_item_purchases_7 { get; set; }
  5217.         public string premium_item_purchases_78 { get; set; }
  5218.         public string premium_item_purchases_97 { get; set; }
  5219.         public string premium_item_purchases_98 { get; set; }
  5220.         public string premium_item_purchases_99 { get; set; }
  5221.         public string modron_components { get; set; }
  5222.         public string modron_cores_unlocked { get; set; }
  5223.         public string multiplayer_points { get; set; }
  5224.         public string num_unlocked_instances { get; set; }
  5225.         public string patron_free_plays_completed_1 { get; set; }
  5226.         public string patron_free_plays_completed_2 { get; set; }
  5227.         public string patron_free_plays_completed_3 { get; set; }
  5228.         public string patron_free_plays_completed_4 { get; set; }
  5229.         public string patron_free_play_currency_earned_1 { get; set; }
  5230.         public string patron_free_play_currency_earned_2 { get; set; }
  5231.         public string patron_free_play_currency_earned_3 { get; set; }
  5232.         public string patron_free_play_currency_earned_4 { get; set; }
  5233.         public string resets { get; set; }
  5234.         public string forced_win_counter_10 { get; set; }
  5235.         public string forced_win_counter_100 { get; set; }
  5236.         public string forced_win_counter_102 { get; set; }
  5237.         public string forced_win_counter_106 { get; set; }
  5238.         public string forced_win_counter_108 { get; set; }
  5239.         public string forced_win_counter_12 { get; set; }
  5240.         public string forced_win_counter_152 { get; set; }
  5241.         public string forced_win_counter_153 { get; set; }
  5242.         public string forced_win_counter_159 { get; set; }
  5243.         public string forced_win_counter_161 { get; set; }
  5244.         public string forced_win_counter_163 { get; set; }
  5245.         public string forced_win_counter_167 { get; set; }
  5246.         public string forced_win_counter_169 { get; set; }
  5247.         public string forced_win_counter_171 { get; set; }
  5248.         public string forced_win_counter_173 { get; set; }
  5249.         public string forced_win_counter_175 { get; set; }
  5250.         public string forced_win_counter_177 { get; set; }
  5251.         public string forced_win_counter_179 { get; set; }
  5252.         public string forced_win_counter_181 { get; set; }
  5253.         public string forced_win_counter_183 { get; set; }
  5254.         public string forced_win_counter_185 { get; set; }
  5255.         public string forced_win_counter_187 { get; set; }
  5256.         public string forced_win_counter_189 { get; set; }
  5257.         public string forced_win_counter_19 { get; set; }
  5258.         public string forced_win_counter_191 { get; set; }
  5259.         public string forced_win_counter_2 { get; set; }
  5260.         public string forced_win_counter_219 { get; set; }
  5261.         public string forced_win_counter_22 { get; set; }
  5262.         public string forced_win_counter_230 { get; set; }
  5263.         public string forced_win_counter_245 { get; set; }
  5264.         public string forced_win_counter_247 { get; set; }
  5265.         public string forced_win_counter_249 { get; set; }
  5266.         public string forced_win_counter_251 { get; set; }
  5267.         public string forced_win_counter_253 { get; set; }
  5268.         public string forced_win_counter_255 { get; set; }
  5269.         public string forced_win_counter_257 { get; set; }
  5270.         public string forced_win_counter_259 { get; set; }
  5271.         public string forced_win_counter_261 { get; set; }
  5272.         public string forced_win_counter_263 { get; set; }
  5273.         public string forced_win_counter_265 { get; set; }
  5274.         public string forced_win_counter_267 { get; set; }
  5275.         public string forced_win_counter_269 { get; set; }
  5276.         public string forced_win_counter_27 { get; set; }
  5277.         public string forced_win_counter_271 { get; set; }
  5278.         public string forced_win_counter_273 { get; set; }
  5279.         public string forced_win_counter_275 { get; set; }
  5280.         public string forced_win_counter_277 { get; set; }
  5281.         public string forced_win_counter_30 { get; set; }
  5282.         public string forced_win_counter_311 { get; set; }
  5283.         public string forced_win_counter_335 { get; set; }
  5284.         public string forced_win_counter_337 { get; set; }
  5285.         public string forced_win_counter_339 { get; set; }
  5286.         public string forced_win_counter_341 { get; set; }
  5287.         public string forced_win_counter_343 { get; set; }
  5288.         public string forced_win_counter_345 { get; set; }
  5289.         public string forced_win_counter_347 { get; set; }
  5290.         public string forced_win_counter_349 { get; set; }
  5291.         public string forced_win_counter_351 { get; set; }
  5292.         public string forced_win_counter_353 { get; set; }
  5293.         public string forced_win_counter_355 { get; set; }
  5294.         public string forced_win_counter_357 { get; set; }
  5295.         public string forced_win_counter_359 { get; set; }
  5296.         public string forced_win_counter_36 { get; set; }
  5297.         public string forced_win_counter_361 { get; set; }
  5298.         public string forced_win_counter_388 { get; set; }
  5299.         public string forced_win_counter_389 { get; set; }
  5300.         public string forced_win_counter_390 { get; set; }
  5301.         public string forced_win_counter_391 { get; set; }
  5302.         public string forced_win_counter_392 { get; set; }
  5303.         public string forced_win_counter_393 { get; set; }
  5304.         public string forced_win_counter_394 { get; set; }
  5305.         public string forced_win_counter_395 { get; set; }
  5306.         public string forced_win_counter_396 { get; set; }
  5307.         public string forced_win_counter_397 { get; set; }
  5308.         public string forced_win_counter_398 { get; set; }
  5309.         public string forced_win_counter_399 { get; set; }
  5310.         public string forced_win_counter_4 { get; set; }
  5311.         public string forced_win_counter_400 { get; set; }
  5312.         public string forced_win_counter_401 { get; set; }
  5313.         public string forced_win_counter_402 { get; set; }
  5314.         public string forced_win_counter_404 { get; set; }
  5315.         public string forced_win_counter_405 { get; set; }
  5316.         public string forced_win_counter_406 { get; set; }
  5317.         public string forced_win_counter_408 { get; set; }
  5318.         public string forced_win_counter_41 { get; set; }
  5319.         public string forced_win_counter_410 { get; set; }
  5320.         public string forced_win_counter_411 { get; set; }
  5321.         public string forced_win_counter_412 { get; set; }
  5322.         public string forced_win_counter_413 { get; set; }
  5323.         public string forced_win_counter_414 { get; set; }
  5324.         public string forced_win_counter_46 { get; set; }
  5325.         public string forced_win_counter_54 { get; set; }
  5326.         public string forced_win_counter_58 { get; set; }
  5327.         public string forced_win_counter_68 { get; set; }
  5328.         public string forced_win_counter_72 { get; set; }
  5329.         public string forced_win_counter_74 { get; set; }
  5330.         public string forced_win_counter_76 { get; set; }
  5331.         public string forced_win_counter_8 { get; set; }
  5332.         public string forced_win_counter_84 { get; set; }
  5333.         public string forced_win_counter_86 { get; set; }
  5334.         public string forced_win_counter_88 { get; set; }
  5335.         public string forced_win_counter_90 { get; set; }
  5336.         public string forced_win_counter_92 { get; set; }
  5337.         public string forced_win_counter_94 { get; set; }
  5338.         public string forced_win_counter_96 { get; set; }
  5339.         public string forced_win_counter_98 { get; set; }
  5340.         public string event_chest_pity_timer_171 { get; set; }
  5341.         public string event_chest_pity_timer_175 { get; set; }
  5342.         public string event_chest_pity_timer_181 { get; set; }
  5343.         public string event_chest_pity_timer_183 { get; set; }
  5344.         public string event_chest_pity_timer_253 { get; set; }
  5345.         public string event_chest_pity_timer_259 { get; set; }
  5346.         public string event_chest_pity_timer_269 { get; set; }
  5347.         public string event_chest_pity_timer_271 { get; set; }
  5348.         public string event_chest_pity_timer_343 { get; set; }
  5349.         public string event_chest_pity_timer_347 { get; set; }
  5350.         public string event_chest_pity_timer_349 { get; set; }
  5351.         public string event_chest_pity_timer_351 { get; set; }
  5352.         public string event_chest_pity_timer_353 { get; set; }
  5353.         public string event_chest_pity_timer_357 { get; set; }
  5354.         public string event_chest_pity_timer_359 { get; set; }
  5355.         public string event_chest_pity_timer_361 { get; set; }
  5356.         public string last_choose_objective_time { get; set; }
  5357.         public string vote_tokens_earned_stream_3 { get; set; }
  5358.         public string vote_tokens_spent_stream_3 { get; set; }
  5359.         public string trials_role_1_completed { get; set; }
  5360.         public string trials_role_2_completed { get; set; }
  5361.         public string trials_role_3_completed { get; set; }
  5362.         public string trials_difficulty_1_completed { get; set; }
  5363.         public string trials_buffs_used { get; set; }
  5364.         public string trials_end_most_damage { get; set; }
  5365.         public string automatic_resets { get; set; }
  5366.         public string challenges_completed_1 { get; set; }
  5367.         public string challenges_completed_2 { get; set; }
  5368.         public string challenges_completed_3 { get; set; }
  5369.         public string challenges_completed_4 { get; set; }
  5370.         public string highest_modron_core_level { get; set; }
  5371.         public string legendary_highest_item_level { get; set; }
  5372.         public string legendary_items_forged { get; set; }
  5373.         public string patron_perk_resets_1 { get; set; }
  5374.         public string patron_perk_resets_2 { get; set; }
  5375.         public string patron_perk_resets_3 { get; set; }
  5376.         public string patron_perk_resets_4 { get; set; }
  5377.         public string tiamat_difficulty_tokens_any_earned { get; set; }
  5378.         public string tiamat_difficulty_tokens_normal_earned { get; set; }
  5379.         public string time_gate_key_pieces { get; set; }
  5380.         public string trials_highest_difficulty_started { get; set; }
  5381.         public string trials_daily_goal_resets { get; set; }
  5382.         public string trials_all_week_goal_resets { get; set; }
  5383.         public string toa_adventures_completed { get; set; }
  5384.         public string SPRINGCELEBRC401 { get; set; }
  5385.         public string SPRINGCELEBRC402 { get; set; }
  5386.         public string SPRINGCELEBRC403 { get; set; }
  5387.         public string SPRINGCELEBRC404 { get; set; }
  5388.         public string SPRINGCELEBRC405 { get; set; }
  5389.         public string SPRINGCELEBRC406 { get; set; }
  5390.         public string SPRINGCELEBRC407 { get; set; }
  5391.         public string SPRINGCELEB5META { get; set; }
  5392.         public string voronika_search_for_the_crown_num_enemies { get; set; }
  5393.         public string voronika_search_for_the_crown_level_reached { get; set; }
  5394.         public string voronika_search_for_the_crown_ults_used { get; set; }
  5395.         public string voronika_ultimate_power_stacks { get; set; }
  5396. }
  5397.  
  5398. public class Last_offline_history
  5399. {
  5400.         public int start_area { get; set; }
  5401.         public string stop_reason { get; set; }
  5402.         public int end_area { get; set; }
  5403.         public int idled_area { get; set; }
  5404. }
  5405.  
  5406. public class Boss_lootItem
  5407. {
  5408.         public int add_soft_currency { get; set; }
  5409.         public string before { get; set; }
  5410.         public int after { get; set; }
  5411. }
  5412.  
  5413. public class Offline_progress
  5414. {
  5415.         public int id { get; set; }
  5416.         public string prev_id { get; set; }
  5417.         public int internal_id { get; set; }
  5418.         public string gold_before { get; set; }
  5419.         public string gold_earned_offline { get; set; }
  5420.         public string gold_rate { get; set; }
  5421.         public int offline_time { get; set; }
  5422.         public int start_area { get; set; }
  5423.         public int end_area { get; set; }
  5424.         public int areas_completed { get; set; }
  5425.         public int tokens_earned_offline { get; set; }
  5426.         public int idled_seconds { get; set; }
  5427.         public Last_offline_history last_offline_history { get; set; }
  5428.         public List <string> resets { get; set; }
  5429.         public int multi_time_left { get; set; }
  5430.         public string needs_soft_reset { get; set; }
  5431.         public int resets_done_offline { get; set; }
  5432.         public int modron_reset_area { get; set; }
  5433.         public string gold_after { get; set; }
  5434.         public List <Boss_lootItem> boss_loot { get; set; }
  5435.         public int seen { get; set; }
  5436.         public int time_since_recorded { get; set; }
  5437. }
  5438.  
  5439. public class RequirementsItem
  5440. {
  5441.         public string condition { get; set; }
  5442.         public int adventure_id { get; set; }
  5443. }
  5444.  
  5445. public class 1
  5446. {
  5447.         public List <string> 1 { get; set; }
  5448. }
  5449.  
  5450. public class 2
  5451. {
  5452.         public List <string> 1 { get; set; }
  5453. }
  5454.  
  5455. public class 3
  5456. {
  5457.         public List <string> 1 { get; set; }
  5458. }
  5459.  
  5460. public class 4
  5461. {
  5462.         public List <string> 1 { get; set; }
  5463. }
  5464.  
  5465. public class Patron_objectives
  5466. {
  5467.         public 1 1 { get; set; }
  5468.         public 2 2 { get; set; }
  5469.         public 3 3 { get; set; }
  5470.         public 4 4 { get; set; }
  5471. }
  5472.  
  5473. public class 1Item
  5474. {
  5475.         public string reward { get; set; }
  5476.         public int patron_id { get; set; }
  5477.         public int amount { get; set; }
  5478.         public string dynamic { get; set; }
  5479.         public string formula { get; set; }
  5480.         public int cap_remaining { get; set; }
  5481.         public string counts_towards_cap { get; set; }
  5482. }
  5483.  
  5484. public class 1
  5485. {
  5486.         public List <1Item> 1 { get; set; }
  5487. }
  5488.  
  5489. public class 1Item
  5490. {
  5491.         public string reward { get; set; }
  5492.         public int patron_id { get; set; }
  5493.         public int amount { get; set; }
  5494.         public string dynamic { get; set; }
  5495.         public string formula { get; set; }
  5496.         public int cap_remaining { get; set; }
  5497.         public string counts_towards_cap { get; set; }
  5498. }
  5499.  
  5500. public class 2
  5501. {
  5502.         public List <1Item> 1 { get; set; }
  5503. }
  5504.  
  5505. public class 1Item
  5506. {
  5507.         public string reward { get; set; }
  5508.         public int patron_id { get; set; }
  5509.         public int amount { get; set; }
  5510.         public string dynamic { get; set; }
  5511.         public string formula { get; set; }
  5512.         public int cap_remaining { get; set; }
  5513.         public string counts_towards_cap { get; set; }
  5514. }
  5515.  
  5516. public class 3
  5517. {
  5518.         public List <1Item> 1 { get; set; }
  5519. }
  5520.  
  5521. public class 1Item
  5522. {
  5523.         public string reward { get; set; }
  5524.         public int patron_id { get; set; }
  5525.         public int amount { get; set; }
  5526.         public string dynamic { get; set; }
  5527.         public string formula { get; set; }
  5528.         public int cap_remaining { get; set; }
  5529.         public string counts_towards_cap { get; set; }
  5530. }
  5531.  
  5532. public class 4
  5533. {
  5534.         public List <1Item> 1 { get; set; }
  5535. }
  5536.  
  5537. public class Patron_rewards
  5538. {
  5539.         public 1 1 { get; set; }
  5540.         public 2 2 { get; set; }
  5541.         public 3 3 { get; set; }
  5542.         public 4 4 { get; set; }
  5543. }
  5544.  
  5545. public class Adventure_definesItem
  5546. {
  5547.         public int id { get; set; }
  5548.         public int campaign_id { get; set; }
  5549.         public int location_id { get; set; }
  5550.         public int area_set_id { get; set; }
  5551.         public string repeatable { get; set; }
  5552.         public string name { get; set; }
  5553.         public string description { get; set; }
  5554.         public int graphic_id { get; set; }
  5555.         public string requirements_text { get; set; }
  5556.         public string objectives_text { get; set; }
  5557.         public string restrictions_text { get; set; }
  5558.         public List <RequirementsItem> requirements { get; set; }
  5559.         public List <string> objectives { get; set; }
  5560.         public List <string> game_changes { get; set; }
  5561.         public List <string> rewards { get; set; }
  5562.         public List <string> repeat_rewards { get; set; }
  5563.         public List <string> costs { get; set; }
  5564.         public Patron_objectives patron_objectives { get; set; }
  5565.         public Patron_rewards patron_rewards { get; set; }
  5566.         public string allow_offline_progress { get; set; }
  5567.         public int variant_adventure_id { get; set; }
  5568. }
  5569.  
  5570. public class Defines
  5571. {
  5572.         public List <Adventure_definesItem> adventure_defines { get; set; }
  5573. }
  5574.  
  5575. public class Reset_upgrade_levels
  5576. {
  5577.         public string 1 { get; set; }
  5578.         public string 2 { get; set; }
  5579.         public string 3 { get; set; }
  5580.         public string 4 { get; set; }
  5581.         public string 5 { get; set; }
  5582.         public string 6 { get; set; }
  5583.         public string 7 { get; set; }
  5584.         public string 8 { get; set; }
  5585.         public string 9 { get; set; }
  5586.         public string 10 { get; set; }
  5587.         public string 11 { get; set; }
  5588.         public string 12 { get; set; }
  5589.         public string 13 { get; set; }
  5590.         public string 14 { get; set; }
  5591.         public string 15 { get; set; }
  5592.         public string 16 { get; set; }
  5593.         public string 17 { get; set; }
  5594.         public string 18 { get; set; }
  5595.         public string 19 { get; set; }
  5596.         public string 20 { get; set; }
  5597.         public string 21 { get; set; }
  5598.         public string 22 { get; set; }
  5599.         public string 23 { get; set; }
  5600.         public string 24 { get; set; }
  5601.         public string 25 { get; set; }
  5602.         public string 26 { get; set; }
  5603.         public string 27 { get; set; }
  5604.         public string 28 { get; set; }
  5605.         public string 29 { get; set; }
  5606.         public string 30 { get; set; }
  5607.         public string 31 { get; set; }
  5608.         public string 32 { get; set; }
  5609.         public string 33 { get; set; }
  5610.         public string 34 { get; set; }
  5611.         public string 35 { get; set; }
  5612.         public string 36 { get; set; }
  5613.         public string 37 { get; set; }
  5614.         public string 38 { get; set; }
  5615.         public string 39 { get; set; }
  5616.         public string 40 { get; set; }
  5617.         public string 41 { get; set; }
  5618.         public string 42 { get; set; }
  5619.         public string 43 { get; set; }
  5620.         public string 44 { get; set; }
  5621.         public string 45 { get; set; }
  5622.         public string 46 { get; set; }
  5623.         public string 47 { get; set; }
  5624.         public string 48 { get; set; }
  5625.         public string 49 { get; set; }
  5626.         public string 50 { get; set; }
  5627.         public string 51 { get; set; }
  5628.         public string 52 { get; set; }
  5629.         public string 53 { get; set; }
  5630.         public string 54 { get; set; }
  5631.         public string 55 { get; set; }
  5632.         public string 56 { get; set; }
  5633.         public string 57 { get; set; }
  5634.         public string 58 { get; set; }
  5635.         public string 59 { get; set; }
  5636.         public string 60 { get; set; }
  5637.         public string 61 { get; set; }
  5638.         public string 62 { get; set; }
  5639.         public string 63 { get; set; }
  5640.         public string 64 { get; set; }
  5641.         public string 65 { get; set; }
  5642.         public string 66 { get; set; }
  5643.         public string 67 { get; set; }
  5644.         public string 68 { get; set; }
  5645.         public string 69 { get; set; }
  5646.         public string 70 { get; set; }
  5647.         public string 71 { get; set; }
  5648.         public string 72 { get; set; }
  5649.         public string 73 { get; set; }
  5650.         public string 74 { get; set; }
  5651.         public string 75 { get; set; }
  5652.         public string 76 { get; set; }
  5653.         public string 77 { get; set; }
  5654.         public string 78 { get; set; }
  5655.         public string 79 { get; set; }
  5656.         public string 80 { get; set; }
  5657.         public string 81 { get; set; }
  5658.         public string 82 { get; set; }
  5659.         public string 83 { get; set; }
  5660.         public string 84 { get; set; }
  5661.         public string 85 { get; set; }
  5662.         public string 86 { get; set; }
  5663.         public string 87 { get; set; }
  5664.         public string 88 { get; set; }
  5665.         public string 89 { get; set; }
  5666.         public string 90 { get; set; }
  5667.         public string 91 { get; set; }
  5668.         public string 92 { get; set; }
  5669.         public string 93 { get; set; }
  5670.         public string 94 { get; set; }
  5671.         public string 95 { get; set; }
  5672.         public string 96 { get; set; }
  5673.         public string 97 { get; set; }
  5674.         public string 98 { get; set; }
  5675.         public string 99 { get; set; }
  5676.         public string 100 { get; set; }
  5677.         public string 101 { get; set; }
  5678.         public string 102 { get; set; }
  5679.         public string 103 { get; set; }
  5680.         public string 104 { get; set; }
  5681.         public string 105 { get; set; }
  5682.         public string 106 { get; set; }
  5683.         public string 107 { get; set; }
  5684.         public string 108 { get; set; }
  5685.         public string 109 { get; set; }
  5686.         public string 110 { get; set; }
  5687.         public string 111 { get; set; }
  5688.         public string 112 { get; set; }
  5689. }
  5690.  
  5691. public class Adventure_data
  5692. {
  5693.         public string reset_currency { get; set; }
  5694.         public double gold_growth_rate { get; set; }
  5695.         public double currency_growth_rate { get; set; }
  5696.         public int first_currency { get; set; }
  5697.         public string completed { get; set; }
  5698.         public string previously_completed { get; set; }
  5699.         public Reset_upgrade_levels reset_upgrade_levels { get; set; }
  5700. }
  5701.  
  5702. public class Familiars
  5703. {
  5704.         public List <string> Ultimates { get; set; }
  5705.         public List <int> Clicks { get; set; }
  5706.         public List <int> Seat { get; set; }
  5707.         public List <int> UltimateSpecific { get; set; }
  5708. }
  5709.  
  5710. public class Specializations
  5711. {
  5712.         public List <int> 6 { get; set; }
  5713.         public List <int> 12 { get; set; }
  5714.         public List <int> 16 { get; set; }
  5715.         public List <int> 48 { get; set; }
  5716.         public List <int> 56 { get; set; }
  5717.         public List <int> 58 { get; set; }
  5718.         public List <int> 67 { get; set; }
  5719.         public List <int> 73 { get; set; }
  5720.         public List <int> 75 { get; set; }
  5721.         public List <int> 91 { get; set; }
  5722. }
  5723.  
  5724. public class Formation_saves_v2Item
  5725. {
  5726.         public int formation_save_id { get; set; }
  5727.         public int campaign_id { get; set; }
  5728.         public string name { get; set; }
  5729.         public int favorite { get; set; }
  5730.         public List <int> formation { get; set; }
  5731.         public Familiars familiars { get; set; }
  5732.         public Specializations specializations { get; set; }
  5733. }
  5734.  
  5735. public class Auto_reset_stats
  5736. {
  5737.         public int resets_since_last_manual { get; set; }
  5738. }
  5739.  
  5740. public class Game_instancesItem
  5741. {
  5742.         public List <int> formation { get; set; }
  5743.         public int current_area { get; set; }
  5744.         public int highest_area { get; set; }
  5745.         public string gold { get; set; }
  5746.         public int base_click_damage { get; set; }
  5747.         public int click_level { get; set; }
  5748.         public int seconds_since_last_save { get; set; }
  5749.         public int seconds_since_reset { get; set; }
  5750.         public int current_adventure_id { get; set; }
  5751.         public int current_patron_id { get; set; }
  5752.         public int current_patron_tier { get; set; }
  5753.         public Adventure_specific_data adventure_specific_data { get; set; }
  5754.         public Hero_in_seats hero_in_seats { get; set; }
  5755.         public List <BuffsItem> buffs { get; set; }
  5756.         public Stats stats { get; set; }
  5757.         public Offline_progress offline_progress { get; set; }
  5758.         public Defines defines { get; set; }
  5759.         public Adventure_data adventure_data { get; set; }
  5760.         public List <Formation_saves_v2Item> formation_saves_v2 { get; set; }
  5761.         public string formation_saves_v2_campaign_id { get; set; }
  5762.         public int formation_saves_v2_max { get; set; }
  5763.         public int game_instance_id { get; set; }
  5764.         public string do_multi_reset { get; set; }
  5765.         public string do_multi_finish { get; set; }
  5766.         public string custom_name { get; set; }
  5767.         public Auto_reset_stats auto_reset_stats { get; set; }
  5768.         public List <string> auto_reset_gains { get; set; }
  5769. }
  5770.  
  5771. public class Twitch_account_details
  5772. {
  5773.         public string twitch_login_name { get; set; }
  5774.         public string token_still_valid { get; set; }
  5775.         public string can_stream { get; set; }
  5776. }
  5777.  
  5778. public class Details
  5779. {
  5780.         public List <int> formation { get; set; }
  5781.         public int current_area { get; set; }
  5782.         public int highest_area { get; set; }
  5783.         public string gold { get; set; }
  5784.         public List <HeroesItem> heroes { get; set; }
  5785.         public List <LootItem> loot { get; set; }
  5786.         public List <string> achievements { get; set; }
  5787.         public List <string> abilities { get; set; }
  5788.         public List <BuffsItem> buffs { get; set; }
  5789.         public List <TilesItem> tiles { get; set; }
  5790.         public Stats stats { get; set; }
  5791.         public int base_click_damage { get; set; }
  5792.         public int click_level { get; set; }
  5793.         public int seconds_since_last_save { get; set; }
  5794.         public int is_new_game { get; set; }
  5795.         public int seconds_played { get; set; }
  5796.         public int seconds_since_reset { get; set; }
  5797.         public int current_adventure_id { get; set; }
  5798.         public int current_patron_id { get; set; }
  5799.         public int current_patron_tier { get; set; }
  5800.         public List <PatronsItem> patrons { get; set; }
  5801.         public List <Patron_perksItem> patron_perks { get; set; }
  5802.         public int red_rubies { get; set; }
  5803.         public int red_rubies_spent { get; set; }
  5804.         public List <string> formation_saves { get; set; }
  5805.         public List <string> familiar_saves { get; set; }
  5806.         public Options options { get; set; }
  5807.         public List <int> external_achievements { get; set; }
  5808.         public List <string> complete_tutorial_states { get; set; }
  5809.         public Adventure_specific_data adventure_specific_data { get; set; }
  5810.         public List <int> unlocked_hero_skins { get; set; }
  5811.         public List <int> unlocked_familiar_skins { get; set; }
  5812.         public List <string> assigned_familiar_skins { get; set; }
  5813.         public List <Attack_cooldownsItem> attack_cooldowns { get; set; }
  5814.         public List <FamiliarsItem> familiars { get; set; }
  5815.         public List <ClickskinsItem> clickskins { get; set; }
  5816.         public List <Reset_currenciesItem> reset_currencies { get; set; }
  5817.         public Music_player music_player { get; set; }
  5818.         public Trials_data trials_data { get; set; }
  5819.         public List <string> credited_dlc_packages { get; set; }
  5820.         public int num_unfinished_transactions { get; set; }
  5821.         public string last_changelog_seen { get; set; }
  5822.         public string last_news_seen { get; set; }
  5823.         public string instance_id { get; set; }
  5824.         public string newsletter_link_code { get; set; }
  5825.         public string signed_up_for_newsletter { get; set; }
  5826.         public string newsletter_email { get; set; }
  5827.         public Chests chests { get; set; }
  5828.         public List <string> chest_packs { get; set; }
  5829.         public int last_buff_saved { get; set; }
  5830.         public string show_tos { get; set; }
  5831.         public Offline_progress offline_progress { get; set; }
  5832.         public List <PromotionsItem> promotions { get; set; }
  5833.         public List <Package_dealsItem> package_deals { get; set; }
  5834.         public Active_referrals active_referrals { get; set; }
  5835.         public Adventure_data adventure_data { get; set; }
  5836.         public string formation_saves_v2_campaign_id { get; set; }
  5837.         public List <Formation_saves_v2Item> formation_saves_v2 { get; set; }
  5838.         public int formation_saves_v2_max { get; set; }
  5839.         public Reset_upgrade_levels reset_upgrade_levels { get; set; }
  5840.         public List <Event_detailsItem> event_details { get; set; }
  5841.         public Modron_saves modron_saves { get; set; }
  5842.         public string modron_components { get; set; }
  5843.         public string modron_purchases_enabled { get; set; }
  5844.         public int unlock_instance_campaign { get; set; }
  5845.         public List <Challenge_setsItem> challenge_sets { get; set; }
  5846.         public Time_gates time_gates { get; set; }
  5847.         public string time_gates_enabled { get; set; }
  5848.         public List <string> flash_sales { get; set; }
  5849.         public string new_shop_enabled { get; set; }
  5850.         public int tanking_and_healing { get; set; }
  5851.         public int march_13_qol { get; set; }
  5852.         public int new_dps_display { get; set; }
  5853.         public int y1_rebalance { get; set; }
  5854.         public int y1_rebalance_p2 { get; set; }
  5855.         public int show_jukebox { get; set; }
  5856.         public int new_code_redemption { get; set; }
  5857.         public int patron_system_enabled { get; set; }
  5858.         public int trials_system_available { get; set; }
  5859.         public int legendary_system_available { get; set; }
  5860.         public Legendary_details legendary_details { get; set; }
  5861.         public int trials_system_unlocked { get; set; }
  5862.         public string localization_enabled { get; set; }
  5863.         public int boss_skips_before_force_save { get; set; }
  5864.         public int time_after_boss_skip_save { get; set; }
  5865.         public string use_new_area_skip { get; set; }
  5866.         public string supercharge_enabled { get; set; }
  5867.         public string shop_3_enabled { get; set; }
  5868.         public string shop_2_translated_titles { get; set; }
  5869.         public int show_big_picture_toggle { get; set; }
  5870.         public List <string> custom_notifications { get; set; }
  5871.         public List <Ab_testsItem> ab_tests { get; set; }
  5872.         public int multi_instance { get; set; }
  5873.         public int multi_instance_backend { get; set; }
  5874.         public List <Game_instancesItem> game_instances { get; set; }
  5875.         public string active_game_instance_id { get; set; }
  5876.         public int show_twitch_ui { get; set; }
  5877.         public Twitch_account_details twitch_account_details { get; set; }
  5878.         public List <string> redistribute_hero { get; set; }
  5879.         public string webgl_transfers_enabled { get; set; }
  5880.         public string webgl_purchases_warning_enabled { get; set; }
  5881.         public string webgl_purchases_disabled { get; set; }
  5882.         public string other_rebalance_tech { get; set; }
  5883. }
  5884.  
  5885. public class Bonus_chests
  5886. {
  5887.         public int 2 { get; set; }
  5888.         public int 3 { get; set; }
  5889.         public int 4 { get; set; }
  5890.         public int 7 { get; set; }
  5891.         public int 8 { get; set; }
  5892.         public int 9 { get; set; }
  5893.         public int 69 { get; set; }
  5894.         public int 70 { get; set; }
  5895.         public int 71 { get; set; }
  5896.         public int 72 { get; set; }
  5897. }
  5898.  
  5899. public class Properties
  5900. {
  5901.         public Bonus_chests bonus_chests { get; set; }
  5902.         public int banner_graphic { get; set; }
  5903.         public int title_graphic { get; set; }
  5904.         public int notification { get; set; }
  5905.         public int console_tab_graphic { get; set; }
  5906.         public string description { get; set; }
  5907.         public string shop_description { get; set; }
  5908. }
  5909.  
  5910. public class Current_salesItem
  5911. {
  5912.         public string sale_id { get; set; }
  5913.         public string name { get; set; }
  5914.         public int time_left { get; set; }
  5915.         public Properties properties { get; set; }
  5916. }
  5917.  
  5918. public class RequirementsItem
  5919. {
  5920.         public string condition { get; set; }
  5921.         public int adventure_id { get; set; }
  5922. }
  5923.  
  5924. public class 1
  5925. {
  5926.         public List <string> 1 { get; set; }
  5927. }
  5928.  
  5929. public class 2
  5930. {
  5931.         public List <string> 1 { get; set; }
  5932. }
  5933.  
  5934. public class 3
  5935. {
  5936.         public List <string> 1 { get; set; }
  5937. }
  5938.  
  5939. public class 4
  5940. {
  5941.         public List <string> 1 { get; set; }
  5942. }
  5943.  
  5944. public class Patron_objectives
  5945. {
  5946.         public 1 1 { get; set; }
  5947.         public 2 2 { get; set; }
  5948.         public 3 3 { get; set; }
  5949.         public 4 4 { get; set; }
  5950. }
  5951.  
  5952. public class 1Item
  5953. {
  5954.         public string reward { get; set; }
  5955.         public int patron_id { get; set; }
  5956.         public int amount { get; set; }
  5957.         public string dynamic { get; set; }
  5958.         public string formula { get; set; }
  5959.         public int cap_remaining { get; set; }
  5960.         public string counts_towards_cap { get; set; }
  5961. }
  5962.  
  5963. public class 1
  5964. {
  5965.         public List <1Item> 1 { get; set; }
  5966. }
  5967.  
  5968. public class 1Item
  5969. {
  5970.         public string reward { get; set; }
  5971.         public int patron_id { get; set; }
  5972.         public int amount { get; set; }
  5973.         public string dynamic { get; set; }
  5974.         public string formula { get; set; }
  5975.         public int cap_remaining { get; set; }
  5976.         public string counts_towards_cap { get; set; }
  5977. }
  5978.  
  5979. public class 2
  5980. {
  5981.         public List <1Item> 1 { get; set; }
  5982. }
  5983.  
  5984. public class 1Item
  5985. {
  5986.         public string reward { get; set; }
  5987.         public int patron_id { get; set; }
  5988.         public int amount { get; set; }
  5989.         public string dynamic { get; set; }
  5990.         public string formula { get; set; }
  5991.         public int cap_remaining { get; set; }
  5992.         public string counts_towards_cap { get; set; }
  5993. }
  5994.  
  5995. public class 3
  5996. {
  5997.         public List <1Item> 1 { get; set; }
  5998. }
  5999.  
  6000. public class 1Item
  6001. {
  6002.         public string reward { get; set; }
  6003.         public int patron_id { get; set; }
  6004.         public int amount { get; set; }
  6005.         public string dynamic { get; set; }
  6006.         public string formula { get; set; }
  6007.         public int cap_remaining { get; set; }
  6008.         public string counts_towards_cap { get; set; }
  6009. }
  6010.  
  6011. public class 4
  6012. {
  6013.         public List <1Item> 1 { get; set; }
  6014. }
  6015.  
  6016. public class Patron_rewards
  6017. {
  6018.         public 1 1 { get; set; }
  6019.         public 2 2 { get; set; }
  6020.         public 3 3 { get; set; }
  6021.         public 4 4 { get; set; }
  6022. }
  6023.  
  6024. public class Adventure_definesItem
  6025. {
  6026.         public int id { get; set; }
  6027.         public int campaign_id { get; set; }
  6028.         public int location_id { get; set; }
  6029.         public int area_set_id { get; set; }
  6030.         public string repeatable { get; set; }
  6031.         public string name { get; set; }
  6032.         public string description { get; set; }
  6033.         public int graphic_id { get; set; }
  6034.         public string requirements_text { get; set; }
  6035.         public string objectives_text { get; set; }
  6036.         public string restrictions_text { get; set; }
  6037.         public List <RequirementsItem> requirements { get; set; }
  6038.         public List <string> objectives { get; set; }
  6039.         public List <string> game_changes { get; set; }
  6040.         public List <string> rewards { get; set; }
  6041.         public List <string> repeat_rewards { get; set; }
  6042.         public List <string> costs { get; set; }
  6043.         public Patron_objectives patron_objectives { get; set; }
  6044.         public Patron_rewards patron_rewards { get; set; }
  6045.         public string allow_offline_progress { get; set; }
  6046.         public int variant_adventure_id { get; set; }
  6047. }
  6048.  
  6049. public class Properties
  6050. {
  6051.         public string time { get; set; }
  6052. }
  6053.  
  6054. public class Adventure_area_definesItem
  6055. {
  6056.         public int id { get; set; }
  6057.         public int area_set_id { get; set; }
  6058.         public int area_id { get; set; }
  6059.         public int background_id { get; set; }
  6060.         public int quest_id { get; set; }
  6061.         public Properties properties { get; set; }
  6062.         public List <int> monsters { get; set; }
  6063.         public int cinematics_id { get; set; }
  6064. }
  6065.  
  6066. public class DistractionsItem
  6067. {
  6068.         public int distraction_id { get; set; }
  6069. }
  6070.  
  6071. public class Properties
  6072. {
  6073.         public List <string> area_tags { get; set; }
  6074.         public string is_fixed { get; set; }
  6075. }
  6076.  
  6077. public class Background_definesItem
  6078. {
  6079.         public int id { get; set; }
  6080.         public int near_graphic_id { get; set; }
  6081.         public int mid_graphic_id { get; set; }
  6082.         public int far_graphic_id { get; set; }
  6083.         public int fore_graphic_id { get; set; }
  6084.         public List <DistractionsItem> distractions { get; set; }
  6085.         public Properties properties { get; set; }
  6086. }
  6087.  
  6088. public class FormationItem
  6089. {
  6090.         public int x { get; set; }
  6091.         public int y { get; set; }
  6092.         public int col { get; set; }
  6093.         public List <int> adj { get; set; }
  6094. }
  6095.  
  6096. public class Game_changesItem
  6097. {
  6098.         public string type { get; set; }
  6099.         public string name { get; set; }
  6100.         public List <FormationItem> formation { get; set; }
  6101. }
  6102.  
  6103. public class RequirementsItem
  6104. {
  6105.         public string condition { get; set; }
  6106.         public int count { get; set; }
  6107. }
  6108.  
  6109. public class Properties
  6110. {
  6111.         public int gamepad_map_graphic_id { get; set; }
  6112. }
  6113.  
  6114. public class Campaign_definesItem
  6115. {
  6116.         public int id { get; set; }
  6117.         public string name { get; set; }
  6118.         public string short_name { get; set; }
  6119.         public string description { get; set; }
  6120.         public int icon_graphic_id { get; set; }
  6121.         public int reset_currency_id { get; set; }
  6122.         public List <Game_changesItem> game_changes { get; set; }
  6123.         public List <RequirementsItem> requirements { get; set; }
  6124.         public Properties properties { get; set; }
  6125. }
  6126.  
  6127. public class Properties
  6128. {
  6129.         public string description { get; set; }
  6130. }
  6131.  
  6132. public class Location_definesItem
  6133. {
  6134.         public int id { get; set; }
  6135.         public int map_id { get; set; }
  6136.         public string name { get; set; }
  6137.         public string map_location_name { get; set; }
  6138.         public Properties properties { get; set; }
  6139. }
  6140.  
  6141. public class Monster_definesItem
  6142. {
  6143.         public int id { get; set; }
  6144.         public string name { get; set; }
  6145.         public int graphic_id { get; set; }
  6146.         public int type { get; set; }
  6147.         public List <string> tags { get; set; }
  6148.         public int attack_id { get; set; }
  6149. }
  6150.  
  6151. public class Quest_definesItem
  6152. {
  6153.         public int id { get; set; }
  6154.         public string description { get; set; }
  6155.         public int type { get; set; }
  6156.         public int goal_amount { get; set; }
  6157.         public string goal_description { get; set; }
  6158.         public int goal_graphic_id { get; set; }
  6159.         public List <string> properties { get; set; }
  6160. }
  6161.  
  6162. public class SequenceItem
  6163. {
  6164.         public string type { get; set; }
  6165.         public string text { get; set; }
  6166.         public string name { get; set; }
  6167.         public int graphic_id { get; set; }
  6168. }
  6169.  
  6170. public class DetailsItem
  6171. {
  6172.         public string type { get; set; }
  6173.         public List <SequenceItem> sequence { get; set; }
  6174. }
  6175.  
  6176. public class Cinematics_definesItem
  6177. {
  6178.         public int id { get; set; }
  6179.         public List <DetailsItem> details { get; set; }
  6180. }
  6181.  
  6182. public class RewardsItem
  6183. {
  6184.         public string reward { get; set; }
  6185.         public int odds { get; set; }
  6186.         public int min { get; set; }
  6187.         public int max { get; set; }
  6188.         public int max_goobers { get; set; }
  6189. }
  6190.  
  6191. public class Properties
  6192. {
  6193.         public int min_speed { get; set; }
  6194.         public int max_speed { get; set; }
  6195.         public int min_spawn_time { get; set; }
  6196.         public int max_spawn_time { get; set; }
  6197.         public int path { get; set; }
  6198. }
  6199.  
  6200. public class Distraction_definesItem
  6201. {
  6202.         public int distraction_id { get; set; }
  6203.         public string name { get; set; }
  6204.         public int graphic_id { get; set; }
  6205.         public int type { get; set; }
  6206.         public List <RewardsItem> rewards { get; set; }
  6207.         public Properties properties { get; set; }
  6208. }
  6209.  
  6210. public class EffectsItem
  6211. {
  6212.         public string effect_string { get; set; }
  6213. }
  6214.  
  6215. public class Properties
  6216. {
  6217.         public string can_reset { get; set; }
  6218.         public string can_convert_to { get; set; }
  6219.         public int outlined_icon { get; set; }
  6220.         public int box_icon { get; set; }
  6221.         public string campaign_name { get; set; }
  6222. }
  6223.  
  6224. public class Reset_currency_definesItem
  6225. {
  6226.         public int id { get; set; }
  6227.         public string name { get; set; }
  6228.         public string short_name { get; set; }
  6229.         public string description { get; set; }
  6230.         public int graphic_id { get; set; }
  6231.         public List <EffectsItem> effects { get; set; }
  6232.         public Properties properties { get; set; }
  6233. }
  6234.  
  6235. public class Reset_tier_definesItem
  6236. {
  6237.         public int id { get; set; }
  6238.         public int reset_currency_id { get; set; }
  6239.         public int tier_id { get; set; }
  6240.         public List <string> requirements { get; set; }
  6241. }
  6242.  
  6243. public class Cost
  6244. {
  6245.         public int base_cost { get; set; }
  6246.         public int scaling { get; set; }
  6247. }
  6248.  
  6249. public class EffectsItem
  6250. {
  6251.         public string effect_string { get; set; }
  6252.         public int per_level { get; set; }
  6253. }
  6254.  
  6255. public class Reset_upgrade_definesItem
  6256. {
  6257.         public int id { get; set; }
  6258.         public int reset_currency_id { get; set; }
  6259.         public string name { get; set; }
  6260.         public int type { get; set; }
  6261.         public int tier_id { get; set; }
  6262.         public Cost cost { get; set; }
  6263.         public int levels { get; set; }
  6264.         public List <EffectsItem> effects { get; set; }
  6265.         public int graphic_id { get; set; }
  6266.         public List <string> properties { get; set; }
  6267. }
  6268.  
  6269. public class Required_client_version
  6270. {
  6271.         public int default { get; set; }
  6272. }
  6273.  
  6274. public class StreamsItem
  6275. {
  6276.         public string pre_stream_description { get; set; }
  6277.         public string stream_description { get; set; }
  6278.         public string stream_url { get; set; }
  6279.         public string archive_url { get; set; }
  6280.         public string button_active { get; set; }
  6281.         public string button_inactive { get; set; }
  6282.         public int start_seconds { get; set; }
  6283.         public int end_seconds { get; set; }
  6284. }
  6285.  
  6286. public class WeeksItem
  6287. {
  6288.         public int week_id { get; set; }
  6289.         public int start_seconds { get; set; }
  6290.         public int end_seconds { get; set; }
  6291. }
  6292.  
  6293. public class VotesItem
  6294. {
  6295.         public int vote_id { get; set; }
  6296.         public int challenge_id { get; set; }
  6297.         public string pre_vote_description { get; set; }
  6298.         public string vote_description { get; set; }
  6299.         public List <string> options { get; set; }
  6300.         public string post_vote_description { get; set; }
  6301.         public int start_seconds { get; set; }
  6302.         public int end_seconds { get; set; }
  6303. }
  6304.  
  6305. public class ChallengesItem
  6306. {
  6307.         public int challenge_id { get; set; }
  6308.         public int week_id { get; set; }
  6309.         public string description { get; set; }
  6310.         public string type { get; set; }
  6311.         public string ref_stat { get; set; }
  6312.         public string user_stat { get; set; }
  6313.         public int goal { get; set; }
  6314.         public int points { get; set; }
  6315.         public string is_daily { get; set; }
  6316. }
  6317.  
  6318. public class EffectItem
  6319. {
  6320.         public string type { get; set; }
  6321.         public int buff_id { get; set; }
  6322.         public int count { get; set; }
  6323. }
  6324.  
  6325. public class RewardsItem
  6326. {
  6327.         public int reward_id { get; set; }
  6328.         public int points { get; set; }
  6329.         public string code { get; set; }
  6330.         public List <EffectItem> effect { get; set; }
  6331. }
  6332.  
  6333. public class Details
  6334. {
  6335.         public Required_client_version required_client_version { get; set; }
  6336.         public int notification_background { get; set; }
  6337.         public int console_notification { get; set; }
  6338.         public int description_portrait { get; set; }
  6339.         public double description_portrait_scale { get; set; }
  6340.         public string faq_key { get; set; }
  6341.         public int header_icon { get; set; }
  6342.         public string challenge_set_description { get; set; }
  6343.         public List <StreamsItem> streams { get; set; }
  6344.         public List <WeeksItem> weeks { get; set; }
  6345.         public List <VotesItem> votes { get; set; }
  6346.         public List <ChallengesItem> challenges { get; set; }
  6347.         public List <RewardsItem> rewards { get; set; }
  6348. }
  6349.  
  6350. public class Challenge_set_definesItem
  6351. {
  6352.         public int id { get; set; }
  6353.         public string name { get; set; }
  6354.         public int start_seconds { get; set; }
  6355.         public int end_seconds { get; set; }
  6356.         public Details details { get; set; }
  6357. }
  6358.  
  6359. public class Defines
  6360. {
  6361.         public List <Adventure_definesItem> adventure_defines { get; set; }
  6362.         public List <Adventure_area_definesItem> adventure_area_defines { get; set; }
  6363.         public List <Background_definesItem> background_defines { get; set; }
  6364.         public List <Campaign_definesItem> campaign_defines { get; set; }
  6365.         public List <Location_definesItem> location_defines { get; set; }
  6366.         public List <Monster_definesItem> monster_defines { get; set; }
  6367.         public List <Quest_definesItem> quest_defines { get; set; }
  6368.         public List <Cinematics_definesItem> cinematics_defines { get; set; }
  6369.         public List <Distraction_definesItem> distraction_defines { get; set; }
  6370.         public List <Reset_currency_definesItem> reset_currency_defines { get; set; }
  6371.         public List <Reset_tier_definesItem> reset_tier_defines { get; set; }
  6372.         public List <Reset_upgrade_definesItem> reset_upgrade_defines { get; set; }
  6373.         public List <Challenge_set_definesItem> challenge_set_defines { get; set; }
  6374. }
  6375.  
  6376. public class ActionsItem
  6377. {
  6378.         public string action { get; set; }
  6379.         public string event_id { get; set; }
  6380.         public string event_instance { get; set; }
  6381.         public int added { get; set; }
  6382.         public int amount { get; set; }
  6383. }
  6384.  
  6385. public class Apc_stats
  6386. {
  6387.         public int gets { get; set; }
  6388.         public string gets_time { get; set; }
  6389.         public int sets { get; set; }
  6390.         public string sets_time { get; set; }
  6391. }
  6392.  
  6393. public class Db_stats
  6394. {
  6395.         public string 1 { get; set; }
  6396.         public string 3 { get; set; }
  6397. }
  6398.  
  6399. public class Root
  6400. {
  6401.         public string success { get; set; }
  6402.         public Details details { get; set; }
  6403.         public int current_time { get; set; }
  6404.         public int last_event_chest_type_id { get; set; }
  6405.         public List <string> linked_accounts { get; set; }
  6406.         public List <Current_salesItem> current_sales { get; set; }
  6407.         public Defines defines { get; set; }
  6408.         public string debug_hero_health { get; set; }
  6409.         public string debug_blocked_slots { get; set; }
  6410.         public List <ActionsItem> actions { get; set; }
  6411.         public string processing_time { get; set; }
  6412.         public string memory_usage { get; set; }
  6413.         public Apc_stats apc_stats { get; set; }
  6414.         public Db_stats db_stats { get; set; }
  6415. }
  6416.  

Editor

You can edit this paste and save as new:


File Description
  • UserDetails
  • Paste Code
  • 01 Jul-2022
  • 323.18 Kb
You can Share it: