diff --git a/SEASONS.md b/SEASONS.md index 3b48db10..d1abe469 100644 --- a/SEASONS.md +++ b/SEASONS.md @@ -1,29 +1,30 @@ ## Seasons -| Season | Start Date | End Date | DLC Name | Season of | -| :----: | ---------- | --------- | --------------- | ----------- | -| 1 | 06SEP2017 | 04DEC2017 | Red War | | -| 2 | 05DEC2017 | 07MAY2018 | Curse of Osiris | | -| 3 | 08MAY2018 | 03SEP2018 | Warmind | Resurgence | -| 4 | 04SEP2018 | 26NOV2018 | Forsaken | the Outlaw | -| 5 | 27NOV2018 | 04MAR2019 | Black Armory | the Forge | -| 6 | 05MAR2019 | 03JUN2019 | Joker's Wild | the Drifter | -| 7 | 04JUN2019 | 30SEP2019 | Penumbra | Opulence | -| 8 | 01OCT2019 | 09DEC2019 | Shadowkeep | the Undying | -| 9 | 10DEC2019 | 09MAR2020 | | Dawn | -| 10 | 10MAR2020 | 08JUN2020 | | the Worthy | -| 11 | 09JUN2020 | 09NOV2020 | | the Arrival | -| 12 | 10NOV2020 | 08FEB2021 | Beyond Light | the Hunt | -| 13 | 09FEB2021 | 10MAY2021 | | the Chosen | -| 14 | 11MAY2021 | 23AUG2021 | | the Splicer | -| 15 | 24AUG2021 | 21FEB2022 | | the Lost | -| 16 | 22FEB2022 | 23MAY2022 | Witch Queen | the Risen | -| 17 | 24MAY2022 | 22AUG2022 | | the Haunted | -| 18 | 23AUG2022 | 05DEC2022 | | Plunder | -| 19 | 06DEC2022 | 27FEB2023 | | the Seraph | -| 20 | 28FEB2023 | 22MAY2023 | Lightfall | Defiance | -| 21 | 23MAY2023 | 21AUG2023 | | the Deep | -| 22 | 22AUG2023 | 27NOV2023 | | the Witch | -| 23 | 28NOV2023 | 03JUN2024 | | the Wish | +| Season | Start Date | End Date | DLC Name | Season of | +| :----: | ---------- | --------- | --------------- | --------------- | +| 1 | 06SEP2017 | 04DEC2017 | Red War | | +| 2 | 05DEC2017 | 07MAY2018 | Curse of Osiris | | +| 3 | 08MAY2018 | 03SEP2018 | Warmind | Resurgence | +| 4 | 04SEP2018 | 26NOV2018 | Forsaken | the Outlaw | +| 5 | 27NOV2018 | 04MAR2019 | Black Armory | the Forge | +| 6 | 05MAR2019 | 03JUN2019 | Joker's Wild | the Drifter | +| 7 | 04JUN2019 | 30SEP2019 | Penumbra | Opulence | +| 8 | 01OCT2019 | 09DEC2019 | Shadowkeep | the Undying | +| 9 | 10DEC2019 | 09MAR2020 | | Dawn | +| 10 | 10MAR2020 | 08JUN2020 | | the Worthy | +| 11 | 09JUN2020 | 09NOV2020 | | the Arrival | +| 12 | 10NOV2020 | 08FEB2021 | Beyond Light | the Hunt | +| 13 | 09FEB2021 | 10MAY2021 | | the Chosen | +| 14 | 11MAY2021 | 23AUG2021 | | the Splicer | +| 15 | 24AUG2021 | 21FEB2022 | | the Lost | +| 16 | 22FEB2022 | 23MAY2022 | Witch Queen | the Risen | +| 17 | 24MAY2022 | 22AUG2022 | | the Haunted | +| 18 | 23AUG2022 | 05DEC2022 | | Plunder | +| 19 | 06DEC2022 | 27FEB2023 | | the Seraph | +| 20 | 28FEB2023 | 22MAY2023 | Lightfall | Defiance | +| 21 | 23MAY2023 | 21AUG2023 | | the Deep | +| 22 | 22AUG2023 | 27NOV2023 | | the Witch | +| 23 | 28NOV2023 | 03JUN2024 | | the Wish | +| 24 | 04JUN2024 | 07OCT2024 | The Final Shape | Episode: Echoes | - \*denotes best guess dates diff --git a/data/exotic-synergies.ts b/data/exotic-synergies.ts index 538d4892..525b6087 100644 --- a/data/exotic-synergies.ts +++ b/data/exotic-synergies.ts @@ -16,7 +16,7 @@ export const synergies = { PlugCategoryHashes.WarlockArcMelee, ]), verbs: /blind(s)?\b|jolt(s)?/, - misc: /arc (bolt|ability|soul)|ionic traces/, + misc: /arc (bolt|ability|soul|super)|ionic traces/, keywords: { exclude: /sentinel shield/, }, @@ -31,7 +31,7 @@ export const synergies = { PlugCategoryHashes.WarlockSolarMelee, ]), verbs: /scorch(es)?/, - misc: /sunspot|solar abilities|sol invictus|kni(v|f)e(s)?|helion/, + misc: /sunspot|solar (abilities|super)|sol invictus|kni(v|f)e(s)?|helion/, keywords: { excludes: /solar final blows/, }, @@ -45,8 +45,8 @@ export const synergies = { PlugCategoryHashes.HunterVoidMelee, PlugCategoryHashes.WarlockVoidMelee, ]), - verbs: /suppress(es)?/, - misc: /void subclass|smoke bomb|void-damage|devour|invisible|blink|void soul(s)?/, + verbs: /suppress(es)?|weaken(s)?/, + misc: /void super|smoke bomb|void-damage|devour|invisible|blink|void soul(s)?/, keywords: {}, }, stasis: { @@ -59,7 +59,7 @@ export const synergies = { PlugCategoryHashes.WarlockStasisMelee, ]), verbs: /slows/, - misc: /stasis subclass|frost armor/, + misc: /stasis super|frost armor/, keywords: {}, }, strand: { @@ -72,7 +72,7 @@ export const synergies = { PlugCategoryHashes.WarlockStrandMelee, ]), verbs: /sever(s)?\b|!(while you're midair )suspend(s)?|unravel(s)?/, - misc: /strand subclass|woven mail/, + misc: /strand super|woven mail/, keywords: {}, }, } as Record< diff --git a/data/generated-enums.ts b/data/generated-enums.ts index c980ff3d..173099b9 100644 --- a/data/generated-enums.ts +++ b/data/generated-enums.ts @@ -41,6 +41,7 @@ export const enum PlugCategoryHashes { EnhancementsArms = 640682011, EnhancementsArtifact = 284811516, EnhancementsArtifice = 3773173029, + EnhancementsArtificeExotic = 1934732343, EnhancementsChest = 383756333, EnhancementsClass = 1955304674, EnhancementsExoticAeonCult = 913734466, @@ -119,6 +120,14 @@ export const enum PlugCategoryHashes { HunterArcMelee = 2434874031, HunterArcMovement = 2101241798, HunterArcSupers = 4145425829, + HunterPrismAspects = 1164816619, + HunterPrismClassAbilities = 3324969927, + HunterPrismGrenades = 2789335173, + HunterPrismMelee = 511532732, + HunterPrismMovement = 1681184239, + HunterPrismPrismGrenade = 418351300, + HunterPrismSupers = 180411040, + HunterPrismTranscendence = 2415732645, HunterSharedAspects = 3032847657, HunterSolarAspects = 3052104375, HunterSolarClassAbilities = 3538316507, @@ -152,11 +161,15 @@ export const enum PlugCategoryHashes { PlugsMasterworksArmorDefault = 2457930460, PlugsMasterworksWeaponsDefault = 782502718, RandomPerk = 1135709122, + SchismBoonsDestinationModsEfficiency = 3424523197, + SchismBoonsDestinationModsInfo = 3096991326, + SchismBoonsDestinationModsPlaystyle = 484496731, Scopes = 2619833294, Shader = 2973005342, SharedArcFragments = 2430016289, SharedArcGrenades = 404070091, SharedFragments = 1920373979, + SharedPrismFragments = 2696330562, SharedSolarFragments = 3119191718, SharedSolarGrenades = 3369359206, SharedStasisGrenades = 900498880, @@ -175,6 +188,14 @@ export const enum PlugCategoryHashes { TitanArcMelee = 1458470025, TitanArcMovement = 2415307576, TitanArcSupers = 1861253111, + TitanPrismAspects = 912150793, + TitanPrismClassAbilities = 3820930681, + TitanPrismGrenades = 3205146347, + TitanPrismMelee = 1422809918, + TitanPrismMovement = 3777887553, + TitanPrismPrismGrenade = 2370651390, + TitanPrismSupers = 902963970, + TitanPrismTranscendence = 742077731, TitanSharedAspects = 4032445539, TitanSolarAspects = 1970675705, TitanSolarClassAbilities = 1197336009, @@ -771,6 +792,7 @@ export const enum PlugCategoryHashes { V710NewTraceRifle0Skins = 2775050468, V710PursuitScoutRifle0Skins = 657820579, V720NewFusionRifle0Masterwork = 1306261452, + V720NewFusionRifle0Skins = 129564502, V720NewGrenadeLauncher0Masterwork = 3535138282, V720NewGrenadeLauncher0Skins = 1250777624, V720PursuitHandcannon0Skins = 3351746883, @@ -778,15 +800,43 @@ export const enum PlugCategoryHashes { V720RepackageAutoRifle0Skins = 3113397682, V730NewBow0Skins = 3480541086, V730NewSidearm0Masterwork = 4103783549, + V730NewSidearm0Skins = 3206497209, V730PursuitSword0Skins = 4166989435, V730RepackageRocketLauncher0Masterwork = 3867121356, V730RepackageRocketLauncher0Skins = 3831742870, - VehiclesModSpeed = 821963863, + V800HunterNewChest0Skins = 171540076, + V800HunterNewClass0Skins = 1319487721, + V800HunterNewLegs0Skins = 2260466760, + V800NewSniperRifle0Masterwork = 1615215818, + V800NewSniperRifle0Skins = 889298944, + V800NewSword0Masterwork = 1231552077, + V800NewSword0Skins = 1819523641, + V800NewTraceRifle0Masterwork = 2837543682, + V800NewTraceRifle0Skins = 2673070336, + V800PursuitSubmachinegun0Skins = 4042778950, + V800RepackageAutoRifle0Masterwork = 1144321079, + V800RepackageAutoRifle0Skins = 1166372799, + V800RepackagePulseRifle0Masterwork = 606228473, + V800RepackagePulseRifle0Skins = 794172773, + V800TitanNewArms0Skins = 4013059526, + V800TitanNewChest0Skins = 2397546760, + V800TitanNewClass0Skins = 3720175165, + V800WarlockNewChest0Skins = 4082523555, + V800WarlockNewClass0Skins = 1166112530, + V800WarlockNewHead0Skins = 755248998, WarlockArcAspects = 2111409167, WarlockArcClassAbilities = 1308084083, WarlockArcMelee = 1387605624, WarlockArcMovement = 1943502171, WarlockArcSupers = 2285394316, + WarlockPrismAspects = 769886388, + WarlockPrismClassAbilities = 3339135424, + WarlockPrismGrenades = 3287837048, + WarlockPrismMelee = 204703343, + WarlockPrismMovement = 2883193222, + WarlockPrismPrismGrenade = 1341484747, + WarlockPrismSupers = 1684765285, + WarlockPrismTranscendence = 1121283194, WarlockSharedAspects = 3908861120, WarlockSolarAspects = 81856188, WarlockSolarClassAbilities = 1662395848, @@ -1006,16 +1056,19 @@ export const enum SocketCategoryHashes { ArmorPerks_LargePerk = 3154740035, ArmorPerks_Reusable = 2518356196, ArmorTier = 760375309, + Aspects_Abilities = 2047681910, Aspects_Abilities_Ikora = 2140934067, Aspects_Abilities_Neomuna = 764703411, Aspects_Abilities_Stranger = 3400923910, ClanPerks_Unlockable_ClanBanner = 3898156960, ClanPerks_Unlockable_UNUSED = 1683579090, ClanStaves = 3954618873, + DestinationMods = 2787222118, EmblemBonuses = 513547461, EmblemCustomization = 279738248, Emotes = 1093090108, ForgeMaterials = 3970188346, + Fragments_Abilities = 271461480, Fragments_Abilities_Ikora = 1313488945, Fragments_Abilities_Neomuna = 193371309, Fragments_Abilities_Stranger = 2819965312, @@ -1025,6 +1078,7 @@ export const enum SocketCategoryHashes { GhostShellMods = 3379164649, GhostShellPerks = 3301318876, GhostTier = 446880883, + Information = 2217462106, Ingredients = 663582928, IntrinsicTraits = 3956125808, NightfallModifiers = 2622243744, @@ -1034,6 +1088,7 @@ export const enum SocketCategoryHashes { RuneBonus = 879083882, RuneCompatibility = 2316895247, Super = 457473665, + Transcendence = 1905270138, VehicleMods_Consumable_Ship = 4265082475, VehicleMods_Consumable_Vehicle = 4243480345, VehiclePerks = 2278110604, @@ -1072,6 +1127,7 @@ export const enum BucketHashes { PowerWeapons = 953998645, Quests = 1345459588, SeasonalArtifact = 1506418338, + SeasonalEquipment = 4178487412, Shaders = 18606351, Ships = 284967655, Silver = 2689798310, @@ -1114,6 +1170,8 @@ export const enum TraitHashes { Blind = 500183315, Career = 4263853822, Cure = 3263723277, + DarknessBuffs = 1891050213, + DarknessDebuffs = 1514833946, Devour = 3078132110, Exotics = 370766376, FactionCrucible = 2951764300, @@ -1131,6 +1189,7 @@ export const enum TraitHashes { FoundryTexMechanica = 1821231131, FoundryVeist = 963390771, Freeze = 2968599152, + FrostArmor = 106947924, Ignition = 3268862716, InventoryFilteringBounty = 201433599, InventoryFilteringQuest = 1861210184, @@ -1163,16 +1222,17 @@ export const enum TraitHashes { ItemQuestAnnualV500 = 2774395792, ItemQuestAnnualV600 = 929402123, ItemQuestAnnualV700 = 2976021378, + ItemQuestAnnualV800 = 3011401061, ItemQuestCampaign = 2973844452, ItemQuestEvent = 1056186694, ItemQuestOnramp = 170945933, - ItemQuestSeasonalSeason22 = 3904180895, - ItemQuestSeasonalSeason23 = 3904180894, + ItemQuestSeasonalSeason24 = 3904180889, ItemShader = 2652561225, ItemShip = 3607584152, ItemSpawnfx = 856705125, ItemSubclassDark = 3224025418, ItemSubclassLight = 482679394, + ItemSubclassPrism = 3820193993, ItemVehicle = 3977049418, ItemWeapon = 567594262, ItemWeaponAutoRifle = 2729780558, @@ -1193,7 +1253,8 @@ export const enum TraitHashes { ItemWeaponSword = 1531673855, ItemWeaponTraceRifle = 446244952, Jolted = 3221118171, - Lightfall = 2878306895, + LightBuffs = 2713325501, + LightDebuffs = 3023190802, MambaRoleCollector = 3791840693, MambaRoleDefender = 2712954769, MambaRoleInvader = 3090596947, @@ -1215,8 +1276,10 @@ export const enum TraitHashes { Suppression = 2578642829, Suspend = 2679722414, Tangle = 1577394840, + TheFinalShape = 2878306895, ThePast = 2387836362, Threadling = 2724747993, + Transcendence = 345967499, Unravel = 945613349, VoidBreach = 3328352616, Volatile = 4105407564, diff --git a/data/seasons/all-watermarks.json b/data/seasons/all-watermarks.json index 5b4350fa..fa6e8d3c 100644 --- a/data/seasons/all-watermarks.json +++ b/data/seasons/all-watermarks.json @@ -1,4 +1,5 @@ [ + "/common/destiny2_content/icons/0337ec21962f67c7c493fedb447c4a9b.png", "/common/destiny2_content/icons/04de56db6d59127239ed51e82d16c06c.png", "/common/destiny2_content/icons/0ec87dd7ef282db27e1fc337e9545cd0.png", "/common/destiny2_content/icons/1448dde4efdb57b07f5473f87c4fccd7.png", @@ -46,6 +47,7 @@ "/common/destiny2_content/icons/dd71a9a48c4303fd8546433d63e46cc7.png", "/common/destiny2_content/icons/e197b731c11556b17664b90a87dd0c11.png", "/common/destiny2_content/icons/e27a4f39c1bb8c6f89613648afaa3e9f.png", + "/common/destiny2_content/icons/e3ea0bd2e889b605614276876667759c.png", "/common/destiny2_content/icons/e4a1a5aaeb9f65cc5276fd4d86499c70.png", "/common/destiny2_content/icons/e775dcb3d47e3d54e0e24fbdb64b5763.png", "/common/destiny2_content/icons/e8fe681196baf74917fa3e6f125349b0.png", diff --git a/data/seasons/seasons_unfiltered.json b/data/seasons/seasons_unfiltered.json index 6417eb6a..43b3fbed 100644 --- a/data/seasons/seasons_unfiltered.json +++ b/data/seasons/seasons_unfiltered.json @@ -12,11 +12,16 @@ "1399217": 12, "1399219": 12, "1473414": 23, + "1886465": 24, "1889474": 11, "2290416": 20, "2307365": 18, + "2593449": 24, + "3044904": 24, + "3044905": 24, "3061057": 21, "3339775": 23, + "3607116": 24, "3949435": 17, "4106252": 4, "4425887": 1, @@ -37,10 +42,19 @@ "5190453": 21, "5190454": 21, "5190455": 21, + "5333292": 24, + "5333293": 24, + "5333294": 24, + "5333295": 24, + "5594609": 24, "5644262": 18, + "5669533": 24, "5697712": 8, "5699512": 16, "6210538": 5, + "6249080": 24, + "6249081": 24, + "6249083": 24, "6857689": 15, "7115066": 19, "7234495": 21, @@ -48,16 +62,20 @@ "7242310": 1, "7284963": 12, "7317467": 23, + "7338415": 24, "7471106": 4, "7570426": 4, "7570427": 4, "7665310": 10, + "7783928": 24, "7934685": 22, "8138334": 23, "8293111": 19, "8500040": 15, "8507332": 4, + "8819107": 24, "8928990": 12, + "9008658": 24, "9144189": 20, "9547366": 20, "9639059": 23, @@ -93,6 +111,7 @@ "11686457": 1, "11686458": 1, "11974904": 8, + "12440395": 24, "12689138": 23, "12695374": 7, "12695375": 7, @@ -105,12 +124,14 @@ "13476582": 18, "13476583": 18, "13719069": 1, + "13786980": 24, "13792278": 1, "13792279": 1, "13818616": 23, "13903920": 3, "14014810": 9, "14194600": 16, + "14367387": 24, "14520248": 20, "14756925": 11, "14811968": 4, @@ -129,6 +150,8 @@ "16392701": 4, "16445399": 19, "16527941": 20, + "16638392": 24, + "16638393": 24, "16700458": 15, "17059913": 10, "17096506": 23, @@ -144,6 +167,8 @@ "18880283": 5, "18990920": 10, "19024058": 2, + "19045559": 24, + "19334920": 24, "19506372": 8, "19542588": 23, "19580948": 1, @@ -166,12 +191,14 @@ "21163175": 4, "21208259": 1, "21320325": 10, + "21362503": 24, "21782149": 9, "22044598": 16, "22216068": 23, "22608947": 8, "22829115": 12, "22934007": 15, + "23014852": 24, "23061005": 12, "23073963": 12, "23258003": 12, @@ -185,6 +212,7 @@ "24492362": 23, "24559679": 19, "24598504": 4, + "24856619": 24, "24886320": 12, "24886321": 12, "24886323": 12, @@ -205,6 +233,7 @@ "25491192": 12, "25511490": 12, "25524335": 23, + "25596694": 24, "25606670": 12, "25639808": 17, "25692695": 1, @@ -268,6 +297,7 @@ "32051168": 8, "32082376": 5, "32123025": 13, + "32200569": 24, "32628351": 13, "32806262": 4, "33115955": 20, @@ -278,7 +308,10 @@ "33667135": 22, "33756733": 15, "33795475": 1, + "33903049": 24, "34163917": 20, + "34498892": 24, + "34710881": 24, "34737361": 5, "34786075": 20, "34846448": 1, @@ -311,14 +344,17 @@ "38686245": 2, "38792606": 15, "38912240": 4, + "39045500": 24, "39135514": 5, "39135515": 5, + "39339589": 24, "39386534": 8, "39711593": 15, "39711594": 15, "39711595": 15, "39811837": 18, "39869035": 2, + "39903040": 24, "40166197": 11, "40394833": 18, "40492375": 16, @@ -333,6 +369,9 @@ "40620124": 12, "40745957": 15, "40751621": 20, + "41042800": 24, + "41042801": 24, + "41264278": 24, "41548220": 23, "41589556": 20, "41658510": 20, @@ -345,6 +384,7 @@ "42219189": 4, "42252934": 10, "42351395": 12, + "42874240": 24, "42941848": 21, "43190569": 4, "43555494": 23, @@ -360,6 +400,7 @@ "44980126": 4, "45262603": 10, "45643573": 20, + "45655946": 24, "45685024": 19, "45790364": 23, "46102161": 5, @@ -398,6 +439,8 @@ "49565461": 16, "49701839": 18, "50032311": 18, + "50121332": 24, + "50291571": 24, "50292278": 11, "50599490": 23, "50742572": 3, @@ -429,9 +472,11 @@ "53158432": 19, "53159280": 1, "53159281": 1, + "53292762": 24, "53393946": 21, "53480798": 1, "53537405": 12, + "53598068": 24, "53761356": 6, "53966680": 11, "53966681": 11, @@ -456,17 +501,20 @@ "54004494": 22, "54004495": 22, "54407555": 19, + "54751002": 24, "55709132": 3, "55722088": 8, "55722089": 4, "55826751": 9, "55853763": 3, "55923806": 9, + "55944745": 24, "56010517": 13, "56137738": 20, "56137739": 20, "56157064": 7, "56164121": 8, + "56435119": 24, "56663992": 20, "56761761": 23, "56838920": 22, @@ -481,6 +529,7 @@ "58945355": 17, "59063294": 23, "59115496": 22, + "59151996": 24, "59356148": 20, "59396554": 8, "59600176": 23, @@ -507,10 +556,13 @@ "62194641": 5, "62215533": 4, "62228003": 3, + "62397744": 24, "62770389": 22, "62776458": 2, "62937067": 20, "63024229": 2, + "63280673": 24, + "63348567": 24, "63568414": 19, "63725907": 10, "63857986": 13, @@ -534,14 +586,17 @@ "66809898": 18, "66825403": 4, "66875353": 5, + "66879345": 24, "66989755": 8, "67117838": 21, "67196400": 22, "67350175": 1, + "67519906": 24, "67690209": 10, "67755179": 8, "67795569": 8, "67798808": 4, + "67945750": 24, "68113745": 1, "68357813": 2, "68771856": 4, @@ -566,6 +621,8 @@ "71603056": 1, "71883942": 16, "72250566": 3, + "72334164": 24, + "72627291": 24, "72732994": 20, "72788274": 19, "72827962": 1, @@ -579,7 +636,9 @@ "74038334": 12, "74228048": 10, "74310575": 16, + "74393640": 24, "74417074": 4, + "74451721": 24, "74495267": 20, "74694216": 4, "74974890": 23, @@ -587,6 +646,7 @@ "75112946": 1, "75248778": 23, "75282108": 20, + "75444477": 24, "75550387": 1, "75621677": 1, "75973231": 21, @@ -603,12 +663,14 @@ "76764720": 9, "76764721": 9, "76764722": 9, + "77153391": 24, "77262722": 17, "77456680": 17, "77464849": 21, "77525088": 6, "77525090": 6, "77525091": 6, + "77634719": 24, "77772312": 7, "77816839": 15, "77818606": 20, @@ -638,6 +700,13 @@ "79582421": 18, "79668465": 20, "79790567": 12, + "79833168": 24, + "79833169": 24, + "79833170": 24, + "79833172": 24, + "79833173": 24, + "79833174": 24, + "79833175": 24, "79843948": 15, "80067121": 7, "80115641": 23, @@ -650,6 +719,7 @@ "81485105": 14, "81809761": 2, "81824163": 20, + "81946149": 24, "82115767": 5, "82180537": 16, "82254321": 6, @@ -657,6 +727,7 @@ "82392426": 23, "82989367": 17, "82994288": 6, + "83039192": 24, "83039193": 17, "83039194": 17, "83039195": 17, @@ -683,6 +754,7 @@ "87646118": 2, "87665893": 10, "87782468": 2, + "87946917": 24, "87986588": 1, "87986589": 1, "87994267": 3, @@ -730,6 +802,7 @@ "90392189": 23, "90726460": 23, "90741727": 8, + "90822968": 24, "90840493": 4, "90925265": 12, "90980462": 2, @@ -739,6 +812,7 @@ "91359169": 5, "91464042": 19, "91501643": 12, + "91690594": 24, "91702004": 23, "91797877": 19, "91797878": 19, @@ -752,11 +826,13 @@ "92459755": 23, "92499596": 18, "92673593": 17, + "92707138": 24, "93029342": 1, "93029343": 1, "93253474": 5, "93381088": 23, "93413820": 23, + "93470569": 24, "94425673": 4, "94507878": 8, "94544133": 13, @@ -804,6 +880,7 @@ "99900185": 21, "100050722": 18, "100140310": 4, + "100188279": 24, "100226755": 11, "100404736": 21, "100592847": 3, @@ -821,6 +898,7 @@ "102117207": 12, "102143815": 19, "102368695": 1, + "102374420": 24, "102655739": 15, "102797110": 23, "102912326": 20, @@ -857,8 +935,11 @@ "105306149": 22, "105567493": 4, "105579934": 22, + "105763234": 24, "105811981": 9, "105911828": 17, + "105939957": 24, + "106299892": 24, "106359434": 1, "106575079": 2, "106909392": 1, @@ -868,6 +949,7 @@ "107475132": 8, "107499324": 15, "107582877": 1, + "107607117": 24, "107977982": 8, "108154156": 20, "108221785": 14, @@ -877,7 +959,9 @@ "108864186": 2, "108922981": 4, "109106871": 20, + "109303195": 24, "109428985": 19, + "109484853": 24, "109636301": 5, "109666087": 3, "109741767": 12, @@ -891,6 +975,7 @@ "111737786": 16, "112006587": 13, "112356175": 4, + "112597480": 24, "112700765": 11, "112820731": 12, "112995350": 17, @@ -926,6 +1011,7 @@ "117016907": 20, "117303361": 4, "117450695": 21, + "117457123": 24, "117669763": 15, "117778172": 20, "117884138": 12, @@ -969,6 +1055,7 @@ "123555425": 3, "123555426": 3, "123641892": 12, + "123879244": 24, "123979037": 14, "124157757": 20, "124226566": 19, @@ -978,6 +1065,16 @@ "124569297": 21, "124586280": 8, "124696333": 1, + "124726496": 24, + "124726497": 24, + "124726498": 24, + "124726499": 24, + "124726500": 24, + "124726501": 24, + "124726502": 24, + "124726503": 24, + "124726504": 24, + "124726505": 24, "124944413": 17, "125438212": 3, "125496503": 15, @@ -985,6 +1082,7 @@ "125824834": 9, "125833536": 11, "125848920": 22, + "126262440": 24, "126418248": 7, "126458193": 11, "126468112": 18, @@ -1029,8 +1127,10 @@ "130920797": 13, "131173969": 5, "131359121": 5, + "131676177": 24, "131729126": 16, "131771827": 16, + "132021549": 24, "132146894": 23, "132189785": 16, "132368575": 1, @@ -1043,6 +1143,7 @@ "133227345": 1, "133228087": 22, "133558437": 20, + "133666382": 24, "134085740": 16, "134085741": 16, "134085743": 16, @@ -1059,10 +1160,13 @@ "136291991": 12, "136355432": 2, "136456835": 7, + "136472104": 24, "136525518": 7, "136852797": 3, "137134828": 21, + "137147663": 24, "137267597": 21, + "137319671": 24, "137367657": 2, "137386025": 14, "137489750": 23, @@ -1072,12 +1176,14 @@ "137879537": 1, "138282166": 1, "138477739": 23, + "138488170": 24, "138566412": 12, "138845773": 16, "138961800": 7, "139281386": 14, "139281387": 14, "139719233": 12, + "139818857": 24, "140100789": 1, "140215483": 9, "140297752": 19, @@ -1090,6 +1196,7 @@ "140920273": 14, "140920274": 14, "140920275": 14, + "141134282": 24, "141137557": 19, "141163281": 15, "141515518": 16, @@ -1105,6 +1212,7 @@ "142864314": 11, "142871499": 2, "142905935": 5, + "143040027": 24, "143299650": 7, "143442373": 4, "143601688": 20, @@ -1117,6 +1225,7 @@ "143821939": 15, "143865280": 1, "144163138": 15, + "144255421": 24, "144338558": 7, "144651852": 4, "144819296": 10, @@ -1134,6 +1243,7 @@ "145684864": 19, "145766606": 2, "145943265": 23, + "146081606": 24, "146194908": 18, "146223817": 12, "146275556": 4, @@ -1161,6 +1271,7 @@ "147998763": 11, "148225421": 4, "148664963": 2, + "148715642": 24, "149024678": 5, "149227390": 17, "149775185": 12, @@ -1181,6 +1292,7 @@ "150943614": 4, "150943615": 4, "151005997": 21, + "151059116": 24, "151208504": 17, "151208505": 17, "151208506": 17, @@ -1202,6 +1314,7 @@ "151874015": 20, "152053718": 23, "152089301": 6, + "152104176": 24, "152550357": 20, "152583919": 9, "152729412": 5, @@ -1234,16 +1347,19 @@ "155832748": 1, "155955678": 1, "155955679": 1, + "156358224": 24, "156406410": 11, "156518114": 6, "156731985": 4, "156815713": 18, "156845152": 13, "156845153": 13, + "156965280": 24, "157253346": 23, "157329321": 5, "157339137": 17, "157476369": 1, + "157524642": 24, "157696345": 20, "157819984": 18, "157938319": 19, @@ -1279,6 +1395,7 @@ "161780768": 21, "162269058": 17, "162561147": 16, + "162707586": 24, "162969911": 4, "163419755": 1, "163476113": 2, @@ -1315,6 +1432,9 @@ "165882127": 16, "165966230": 3, "166004945": 17, + "166080281": 24, + "166080282": 24, + "166080283": 24, "166517309": 15, "166910052": 8, "167117371": 11, @@ -1336,6 +1456,7 @@ "168849759": 19, "169000640": 4, "169131242": 12, + "169184833": 24, "169425709": 20, "169598011": 20, "169689932": 18, @@ -1373,6 +1494,7 @@ "172306900": 23, "172353448": 12, "172434220": 17, + "172461430": 24, "172512918": 23, "172618866": 23, "172636124": 20, @@ -1398,11 +1520,13 @@ "176118904": 4, "176118905": 4, "176294371": 1, + "176328483": 24, "176433016": 4, "176919422": 1, "176934377": 8, "176941175": 9, "177215556": 1, + "177358997": 24, "177463495": 22, "177493699": 1, "177568179": 22, @@ -1445,6 +1569,7 @@ "182285650": 1, "182373821": 20, "182444936": 4, + "182594885": 24, "182782532": 17, "183067059": 21, "183125260": 12, @@ -1453,6 +1578,16 @@ "183342386": 21, "183342387": 21, "183342390": 21, + "183430246": 24, + "183430247": 24, + "183430248": 24, + "183430249": 24, + "183430250": 24, + "183430251": 24, + "183430252": 24, + "183430253": 24, + "183430254": 24, + "183430255": 24, "183582177": 20, "183624375": 16, "183772609": 11, @@ -1478,6 +1613,7 @@ "185873413": 4, "185990130": 19, "186046218": 23, + "186303403": 24, "186336814": 23, "186337601": 4, "186342757": 2, @@ -1583,7 +1719,9 @@ "197822824": 8, "198099636": 3, "198280334": 17, + "198282524": 24, "198570583": 6, + "198854575": 24, "198889228": 4, "198912077": 1, "198946996": 6, @@ -1596,6 +1734,7 @@ "199656758": 18, "199695019": 7, "199733460": 15, + "199782552": 24, "199852048": 1, "200011847": 18, "200218998": 11, @@ -1626,6 +1765,7 @@ "204085858": 4, "204137529": 12, "204236245": 14, + "204307491": 24, "204379057": 8, "204467717": 15, "204713420": 9, @@ -1678,6 +1818,7 @@ "209581820": 3, "209686352": 18, "210065223": 3, + "210156316": 24, "210208587": 12, "210236905": 5, "210236906": 5, @@ -1716,6 +1857,7 @@ "214247063": 21, "214373179": 19, "214374661": 16, + "214508245": 24, "214594015": 19, "214619924": 19, "214670074": 23, @@ -1732,6 +1874,7 @@ "215674186": 12, "215768941": 10, "215804834": 19, + "215810369": 24, "216037026": 1, "216322932": 9, "216337834": 17, @@ -1748,11 +1891,14 @@ "217626590": 11, "217626591": 11, "217647949": 17, + "217816625": 24, "218138267": 22, "218335759": 4, "218471732": 8, "218523139": 4, "218851221": 4, + "219083386": 24, + "219083387": 24, "219088948": 5, "219145368": 19, "219165495": 18, @@ -1774,6 +1920,7 @@ "220689851": 23, "220758146": 9, "220893377": 16, + "221085078": 24, "221164696": 2, "221164697": 2, "221458325": 22, @@ -1789,6 +1936,8 @@ "222120867": 14, "222565136": 3, "222606050": 21, + "222723345": 24, + "222723347": 24, "222946025": 11, "222972384": 5, "223308216": 1, @@ -1813,14 +1962,17 @@ "225112743": 5, "225121304": 9, "225122068": 3, + "225230029": 24, "225464052": 10, "225636752": 1, "226227391": 1, "226330008": 4, + "226383495": 24, "226436555": 7, "226467547": 1, "226677827": 3, "226807081": 4, + "226911610": 24, "227203906": 18, "227225496": 19, "227286882": 23, @@ -1831,6 +1983,7 @@ "227548887": 1, "227743333": 22, "227756207": 1, + "227865745": 24, "227918504": 5, "227918505": 5, "227918506": 5, @@ -1841,6 +1994,7 @@ "229003538": 12, "229096166": 16, "229317078": 20, + "229363993": 24, "229375444": 6, "229383925": 8, "229534486": 19, @@ -1849,6 +2003,8 @@ "229821046": 1, "229923140": 1, "230314682": 12, + "230342851": 24, + "230524071": 24, "230819033": 18, "230878649": 10, "231031173": 20, @@ -1873,6 +2029,7 @@ "233024347": 22, "233115421": 17, "233125175": 16, + "233133474": 24, "233318028": 21, "233423981": 4, "233502397": 16, @@ -1881,6 +2038,7 @@ "233690485": 8, "233690486": 8, "233690487": 8, + "233759036": 24, "233848911": 23, "233896077": 21, "234071155": 23, @@ -1926,10 +2084,12 @@ "237533668": 4, "237758814": 14, "237827170": 2, + "237862665": 24, "238106413": 8, "238284968": 12, "238320914": 1, "238320915": 1, + "238335348": 24, "238346451": 12, "238618944": 9, "238618945": 9, @@ -1972,10 +2132,15 @@ "242688678": 15, "242688679": 15, "242691748": 8, + "242714868": 24, + "242714869": 24, + "242714870": 24, + "242714871": 24, "242730894": 7, "242794439": 4, "242828821": 11, "242835753": 23, + "242870271": 24, "243147342": 4, "243207422": 4, "243316127": 13, @@ -1985,6 +2150,7 @@ "243981275": 23, "244123646": 20, "244219647": 12, + "244760020": 24, "244941572": 2, "244996228": 5, "245110123": 3, @@ -2026,6 +2192,7 @@ "248734242": 23, "249278507": 21, "249373318": 4, + "249396569": 24, "249655104": 6, "249655105": 6, "249655107": 6, @@ -2054,6 +2221,7 @@ "250522718": 8, "250522719": 8, "250575297": 2, + "250616027": 24, "250721843": 23, "250773088": 15, "250848742": 23, @@ -2063,6 +2231,7 @@ "251217994": 13, "251310542": 12, "251578900": 4, + "251597614": 24, "251606647": 19, "252414402": 1, "252457468": 21, @@ -2072,6 +2241,7 @@ "253003205": 7, "253003206": 7, "253003207": 7, + "253121539": 24, "253196586": 4, "253235190": 15, "253327221": 22, @@ -2086,7 +2256,9 @@ "254504851": 2, "254514436": 8, "254636484": 17, + "254640380": 24, "254707951": 23, + "254893380": 24, "255230996": 23, "255237656": 21, "255237657": 21, @@ -2144,6 +2316,15 @@ "259929424": 23, "259940402": 15, "259940403": 15, + "260136032": 24, + "260136040": 24, + "260136041": 24, + "260136042": 24, + "260136043": 24, + "260136044": 24, + "260136045": 24, + "260136046": 24, + "260136047": 24, "260425472": 21, "260521462": 1, "260708852": 22, @@ -2204,6 +2385,7 @@ "265113466": 1, "265279665": 11, "265347872": 23, + "265376475": 24, "265390906": 17, "265428940": 1, "265542500": 8, @@ -2211,6 +2393,10 @@ "265759608": 21, "265961108": 9, "266016299": 16, + "266021826": 24, + "266130437": 24, + "266130438": 24, + "266130439": 24, "267089201": 22, "267290351": 1, "267578800": 12, @@ -2226,6 +2412,7 @@ "268260372": 20, "268260373": 20, "268592485": 7, + "268778229": 24, "268816284": 21, "269052681": 11, "269320354": 10, @@ -2236,6 +2423,7 @@ "269633326": 8, "269846122": 18, "269888150": 1, + "270064139": 24, "270224079": 21, "270525739": 23, "270646643": 15, @@ -2244,6 +2432,7 @@ "270846462": 1, "271006354": 17, "271040554": 12, + "271417967": 24, "271797533": 17, "272057642": 5, "272317794": 23, @@ -2288,6 +2477,7 @@ "275371549": 23, "275394237": 20, "275458597": 19, + "275534325": 24, "275645401": 1, "275645403": 1, "275671171": 4, @@ -2306,6 +2496,7 @@ "276864477": 16, "276918162": 3, "277148541": 3, + "277210320": 24, "277413417": 23, "277432164": 11, "277576667": 12, @@ -2372,6 +2563,7 @@ "283693594": 3, "283753645": 1, "283811468": 15, + "283829859": 24, "283938165": 12, "284029165": 3, "284179022": 20, @@ -2398,6 +2590,7 @@ "286098607": 6, "286192928": 4, "286271818": 15, + "286457096": 24, "286499676": 9, "286499678": 9, "286499679": 9, @@ -2425,6 +2618,7 @@ "288815409": 1, "289069803": 19, "289720421": 22, + "289811733": 24, "290014589": 12, "290114209": 4, "290136582": 4, @@ -2454,8 +2648,10 @@ "291437034": 1, "291729989": 18, "291850787": 1, + "291933765": 24, "292036851": 3, "292110523": 3, + "292116985": 24, "292292653": 18, "292778444": 1, "292872936": 2, @@ -2473,6 +2669,7 @@ "293795567": 20, "293824100": 10, "293917172": 1, + "293987907": 24, "294080936": 1, "294080939": 1, "294129361": 16, @@ -2513,6 +2710,8 @@ "298334061": 8, "298334062": 8, "298334063": 8, + "298482501": 24, + "298824490": 24, "299086102": 23, "299264772": 12, "299272945": 4, @@ -2547,7 +2746,9 @@ "301362381": 4, "301419413": 17, "301440981": 16, + "301726109": 24, "301877475": 17, + "301934549": 24, "302488496": 10, "302702765": 16, "302811710": 20, @@ -2555,9 +2756,11 @@ "302952062": 4, "303313537": 21, "303384168": 10, + "303511301": 24, "303737906": 8, "303851321": 9, "304186389": 4, + "304385651": 24, "304400168": 23, "304443327": 1, "304659313": 14, @@ -2569,6 +2772,7 @@ "304774492": 9, "304774493": 9, "304774495": 9, + "305314680": 24, "305337481": 23, "305741893": 12, "305974293": 12, @@ -2588,6 +2792,7 @@ "306994891": 6, "306994894": 6, "307138509": 4, + "307805822": 24, "307912519": 12, "307998787": 21, "308026950": 1, @@ -2601,6 +2806,8 @@ "309216300": 23, "309227798": 13, "309227799": 13, + "309248508": 24, + "309462567": 24, "309561406": 12, "309573166": 21, "309633584": 22, @@ -2614,6 +2821,7 @@ "310410239": 4, "310708513": 14, "310743553": 4, + "310775721": 24, "310888006": 8, "311373733": 20, "311394919": 3, @@ -2637,6 +2845,7 @@ "313685910": 2, "313685911": 2, "313712270": 2, + "314204143": 24, "314306447": 8, "314467776": 5, "314669087": 14, @@ -2657,14 +2866,17 @@ "316472157": 20, "316740353": 2, "316745113": 1, + "316819918": 24, "316937992": 23, "317220729": 12, + "317350029": 24, "317389601": 5, "317465074": 2, "317465075": 2, "317626996": 13, "317695748": 12, "317809495": 9, + "317900426": 24, "317959186": 23, "317960944": 22, "318003668": 7, @@ -2672,6 +2884,7 @@ "318003671": 7, "318443586": 18, "318471196": 12, + "318506724": 24, "319183094": 7, "319520120": 19, "319554229": 19, @@ -2709,12 +2922,14 @@ "322369214": 4, "322446888": 16, "322599957": 17, + "322679141": 24, "322717029": 21, "322752304": 4, "323238897": 12, "323254371": 21, "323452819": 20, "323568906": 4, + "323631491": 24, "323694016": 9, "323694017": 9, "323694018": 9, @@ -2733,6 +2948,7 @@ "324645011": 6, "324936184": 19, "324939098": 2, + "324978278": 24, "325108472": 19, "325125949": 11, "325317309": 20, @@ -2751,6 +2967,7 @@ "327444330": 8, "327498885": 10, "327530279": 4, + "327543209": 24, "327547301": 11, "327719986": 20, "328129566": 1, @@ -2777,6 +2994,7 @@ "330159795": 1, "330355744": 22, "330458218": 1, + "330500809": 24, "330650351": 4, "330696438": 21, "330748854": 5, @@ -2791,6 +3009,7 @@ "332170995": 11, "332177338": 5, "332192961": 20, + "332625175": 24, "332630382": 3, "332733060": 22, "332773068": 5, @@ -2803,6 +3022,7 @@ "333761922": 12, "333855790": 21, "333912881": 17, + "334163123": 24, "334168982": 1, "334171687": 4, "334337649": 21, @@ -2843,6 +3063,7 @@ "340413553": 9, "340605625": 16, "340884202": 20, + "341034325": 24, "341098154": 9, "341247877": 23, "341308030": 21, @@ -2864,15 +3085,20 @@ "343482209": 14, "343597791": 22, "343690818": 5, + "343789488": 24, + "343789489": 24, "343863063": 12, "344000899": 3, "344032858": 1, "344235611": 16, "344240135": 4, + "344320796": 24, "344445142": 19, "344487615": 5, "344489854": 13, "344548395": 4, + "344627823": 24, + "344667649": 24, "344693226": 18, "344804890": 12, "344824592": 9, @@ -2908,6 +3134,7 @@ "347366834": 4, "348123419": 19, "348791133": 15, + "348817475": 24, "349236775": 20, "349391650": 16, "349457197": 1, @@ -2918,6 +3145,7 @@ "350061697": 20, "350303820": 3, "350442704": 20, + "350549470": 24, "350559888": 20, "350799033": 12, "350823820": 18, @@ -2948,14 +3176,21 @@ "354293076": 3, "354293077": 3, "354401740": 1, + "354404332": 24, + "354404333": 24, + "354404335": 24, "354469535": 3, "354486426": 16, + "354732155": 24, "354834250": 14, + "355203051": 24, "355382946": 20, "355590433": 18, + "355618650": 24, "355670172": 8, "355755571": 4, "355922321": 23, + "356079450": 24, "356155277": 1, "356269375": 4, "356525168": 18, @@ -2974,6 +3209,7 @@ "357258493": 2, "357349821": 4, "357400960": 3, + "357469702": 24, "357495645": 16, "357618811": 22, "357701787": 13, @@ -2992,14 +3228,17 @@ "358639470": 1, "358728248": 10, "358788212": 22, + "359099834": 24, "359305801": 1, "359305973": 15, "359499754": 18, "359531056": 6, "359531057": 6, "359531059": 6, + "359616183": 24, "359660595": 2, "359749429": 20, + "359800054": 24, "360446517": 13, "360493590": 20, "360521696": 6, @@ -3010,6 +3249,7 @@ "360593482": 1, "360593483": 1, "360924884": 23, + "361098383": 24, "361684609": 12, "361808353": 10, "362104665": 18, @@ -3031,6 +3271,7 @@ "362514080": 1, "362541459": 16, "362902214": 20, + "363715312": 24, "363748862": 1, "364003008": 17, "364397849": 20, @@ -3064,6 +3305,7 @@ "367228559": 5, "367778392": 2, "368009314": 2, + "368110299": 24, "368543999": 23, "368640227": 5, "368661271": 16, @@ -3075,6 +3317,7 @@ "369171376": 4, "369186071": 1, "369384485": 3, + "369416367": 24, "369522691": 19, "369738735": 3, "369759354": 22, @@ -3097,6 +3340,7 @@ "371210558": 20, "371216963": 4, "371298409": 16, + "371705660": 24, "371726421": 16, "372212741": 1, "372430833": 1, @@ -3185,6 +3429,7 @@ "379839409": 16, "380080229": 8, "380517153": 5, + "380543246": 24, "380892398": 10, "380905615": 18, "380908694": 12, @@ -3236,6 +3481,7 @@ "384923539": 9, "385045066": 1, "385083744": 5, + "385138649": 24, "385169146": 2, "385347493": 3, "385402729": 17, @@ -3276,6 +3522,8 @@ "388999052": 5, "389268985": 5, "389344040": 1, + "389508238": 24, + "389811024": 24, "389945760": 16, "390139894": 12, "390263398": 19, @@ -3301,14 +3549,17 @@ "392758338": 12, "392860518": 22, "393128542": 23, + "393220933": 24, "393225356": 11, "393313765": 18, "393325292": 4, "393325293": 4, "393325294": 4, "393617980": 22, + "393698340": 24, "393730274": 22, "394562660": 22, + "394653653": 24, "394810086": 8, "394885866": 4, "394983260": 22, @@ -3331,9 +3582,11 @@ "396910433": 19, "397043529": 13, "397388369": 4, + "397497493": 24, "397654099": 1, "397729467": 20, "398013825": 9, + "398128259": 24, "398231906": 2, "398350080": 21, "398356408": 17, @@ -3424,6 +3677,7 @@ "405406991": 1, "405443116": 22, "405677814": 16, + "406060198": 24, "406106409": 5, "406401261": 1, "406461158": 16, @@ -3447,6 +3701,7 @@ "407842012": 12, "407863746": 1, "407863747": 1, + "408004171": 24, "408043377": 1, "408327437": 16, "408388872": 21, @@ -3464,6 +3719,7 @@ "409210501": 19, "409337865": 22, "409551876": 13, + "409567279": 24, "409820272": 21, "409831596": 1, "410151014": 21, @@ -3484,8 +3740,11 @@ "412048979": 23, "412216811": 10, "412228876": 21, + "412251536": 24, "412299646": 1, "412436772": 23, + "412487138": 24, + "412487139": 24, "412547550": 22, "413091525": 23, "413219098": 1, @@ -3499,6 +3758,11 @@ "413767702": 14, "413901114": 22, "414672658": 3, + "414874524": 24, + "414874525": 24, + "414874526": 24, + "414874527": 24, + "415017074": 24, "415074081": 1, "415165004": 21, "415227049": 23, @@ -3511,6 +3775,7 @@ "416647763": 11, "416879769": 22, "417061387": 1, + "417100299": 24, "417164956": 5, "417178925": 2, "417328964": 20, @@ -3566,6 +3831,7 @@ "420987357": 20, "421047309": 21, "421111969": 8, + "421217261": 24, "421372072": 20, "421372074": 20, "421372075": 20, @@ -3578,6 +3844,7 @@ "421771594": 1, "421771595": 1, "421960051": 12, + "422151589": 24, "422493355": 7, "422524816": 14, "422524818": 14, @@ -3596,6 +3863,7 @@ "423137075": 1, "423204919": 9, "423273389": 9, + "423343404": 24, "423480181": 22, "423748773": 14, "423858067": 7, @@ -3606,6 +3874,7 @@ "425007249": 4, "425148549": 1, "425390008": 3, + "425676757": 24, "425782652": 19, "425960662": 1, "426147374": 2, @@ -3613,6 +3882,7 @@ "426260446": 21, "426283548": 4, "426311013": 20, + "426314109": 24, "426368686": 11, "426473316": 18, "426473317": 18, @@ -3626,10 +3896,13 @@ "427154227": 16, "427348780": 22, "427354848": 15, + "427586757": 24, "427678793": 14, + "427899681": 24, "428099818": 19, "428274928": 4, "428294954": 16, + "428402874": 24, "428460884": 14, "428574585": 20, "428738224": 21, @@ -3637,6 +3910,7 @@ "428806571": 20, "428845810": 7, "428862428": 12, + "429034009": 24, "429052069": 22, "429106713": 6, "429152515": 10, @@ -3644,6 +3918,7 @@ "430065393": 3, "430068245": 9, "430119471": 17, + "430173891": 24, "430361065": 4, "430387801": 9, "430387802": 9, @@ -3726,6 +4001,8 @@ "437043275": 20, "437135896": 21, "437421244": 5, + "437618171": 24, + "437837326": 24, "438010553": 20, "438027978": 4, "438098033": 15, @@ -3733,7 +4010,9 @@ "438165659": 12, "438224459": 4, "438281605": 20, + "438288065": 24, "438293901": 4, + "438437751": 24, "438447736": 15, "438447738": 15, "438447739": 15, @@ -3741,7 +4020,9 @@ "438532493": 9, "438996154": 21, "439107567": 4, + "439115189": 24, "439168247": 2, + "439240927": 24, "439277955": 4, "440300878": 22, "440531273": 11, @@ -3777,7 +4058,9 @@ "444092440": 15, "444202817": 14, "444600262": 4, + "444984955": 24, "445167986": 3, + "445197843": 24, "445324928": 12, "445329025": 12, "445523360": 14, @@ -3810,10 +4093,13 @@ "447258238": 4, "447265979": 18, "447268699": 12, + "447296102": 24, "447407759": 1, "447597627": 23, "447701421": 19, "447708682": 18, + "447839375": 24, + "448059424": 24, "448103877": 2, "448137776": 19, "448147429": 23, @@ -3847,6 +4133,7 @@ "452226002": 21, "452400791": 3, "452569793": 23, + "452729034": 24, "452971053": 23, "453158163": 15, "453272449": 4, @@ -3862,6 +4149,7 @@ "455233900": 4, "455541374": 4, "455571454": 2, + "455613808": 24, "455876915": 12, "456278504": 20, "456344668": 15, @@ -3884,6 +4172,7 @@ "458095280": 1, "458095281": 1, "458095282": 1, + "458147119": 24, "458229155": 23, "458336260": 6, "458336261": 6, @@ -3908,13 +4197,16 @@ "460688466": 4, "460688467": 4, "460724140": 2, + "460851038": 24, "461025654": 1, "461052802": 9, "461116326": 18, "461171930": 1, "461261404": 1, + "461437088": 24, "461595545": 16, "461658409": 3, + "461727014": 24, "461841403": 18, "461938196": 19, "462226544": 9, @@ -3929,15 +4221,18 @@ "462730182": 20, "462858415": 8, "462967561": 21, + "463160808": 24, "463166592": 3, "463343602": 22, "463563656": 4, + "463607547": 24, "463685197": 12, "463908760": 3, "463945442": 2, "464314206": 23, "464380637": 18, "464789944": 1, + "465243501": 24, "465351846": 16, "465460556": 21, "465704903": 22, @@ -3971,6 +4266,7 @@ "467976170": 17, "468010077": 17, "468276817": 2, + "468283207": 24, "468292495": 11, "468456840": 14, "468456841": 14, @@ -4013,6 +4309,7 @@ "470621709": 1, "470621710": 1, "470621711": 1, + "470747224": 24, "471049456": 8, "471049457": 8, "471049458": 8, @@ -4049,6 +4346,7 @@ "476020373": 2, "476194279": 12, "476513004": 21, + "476527564": 24, "476682455": 5, "476782113": 7, "476791533": 23, @@ -4058,6 +4356,7 @@ "477417894": 7, "477981642": 15, "478027805": 23, + "478550150": 24, "478593030": 16, "478676376": 4, "478696310": 7, @@ -4076,6 +4375,8 @@ "479726201": 8, "479917491": 1, "480066065": 6, + "480278417": 24, + "480515657": 24, "480579364": 20, "480714723": 1, "481073890": 15, @@ -4094,16 +4395,20 @@ "481860150": 1, "481860151": 1, "482091581": 4, + "482101877": 24, "482158780": 16, "482198005": 4, "482232394": 12, "482364597": 16, "482826691": 19, "482849792": 3, + "482868415": 24, + "483100792": 24, "483556493": 23, "483775550": 18, "483904784": 21, "484018814": 19, + "484113826": 24, "484126150": 1, "484260847": 16, "484414765": 20, @@ -4137,11 +4442,14 @@ "486920324": 11, "487022728": 4, "487068090": 2, + "487137411": 24, "487205709": 19, "487359705": 19, "487361141": 19, + "487466523": 24, "487501845": 23, "487877522": 1, + "488004607": 24, "488052106": 17, "488242061": 4, "488526966": 20, @@ -4156,6 +4464,7 @@ "489224275": 14, "489224278": 14, "489224279": 14, + "489274433": 24, "489304975": 23, "489378202": 6, "489480785": 1, @@ -4193,6 +4502,7 @@ "494187468": 18, "494187469": 18, "494308606": 23, + "494475253": 24, "494493680": 1, "494605671": 22, "494682309": 1, @@ -4210,6 +4520,7 @@ "495775103": 14, "495940989": 19, "496556698": 22, + "496728945": 24, "497013049": 14, "497045236": 4, "497087301": 23, @@ -4218,8 +4529,11 @@ "498109198": 9, "498878196": 4, "498918879": 19, + "499046542": 24, + "499245245": 24, "499501121": 22, "499567183": 7, + "499643412": 24, "499726185": 23, "500054822": 11, "500083158": 6, @@ -4232,6 +4546,7 @@ "500575568": 20, "501265943": 20, "501329015": 21, + "501345268": 24, "501717180": 1, "501758776": 9, "501953713": 20, @@ -4318,20 +4633,24 @@ "511888814": 16, "512260866": 16, "512392642": 14, + "512404008": 24, "512458769": 18, "512463852": 3, "512699277": 20, "512896491": 1, + "512896963": 24, "512922312": 23, "513068903": 7, "513355195": 1, "513376719": 13, + "513968009": 24, "514107382": 20, "514115916": 15, "514472007": 15, "514561133": 11, "514572085": 15, "514613051": 4, + "514670697": 24, "514936467": 6, "515071961": 7, "515071964": 7, @@ -4354,6 +4673,7 @@ "516896577": 8, "516906256": 16, "517124228": 14, + "517186571": 24, "517307632": 5, "517307633": 5, "517307634": 5, @@ -4374,15 +4694,19 @@ "518521233": 14, "518521234": 14, "518566750": 2, + "518663192": 24, "518930465": 3, "518954620": 10, "518954621": 10, + "519046634": 24, "519078295": 8, "519581357": 14, + "519601428": 24, "519680269": 23, "519687404": 8, "520226975": 22, "520260491": 13, + "520690310": 24, "520769841": 11, "520901579": 6, "520985680": 23, @@ -4478,6 +4802,13 @@ "531057500": 20, "531444966": 15, "531444967": 15, + "531570008": 24, + "531570010": 24, + "531570011": 24, + "531570012": 24, + "531570013": 24, + "531570014": 24, + "531570015": 24, "531591352": 1, "531591353": 1, "531665167": 20, @@ -4493,6 +4824,7 @@ "532071837": 6, "532071839": 6, "532105352": 15, + "532168544": 24, "532250271": 5, "532451225": 18, "532530769": 13, @@ -4529,6 +4861,7 @@ "534777166": 2, "534988157": 11, "535079318": 10, + "535198113": 24, "535212982": 6, "535551193": 20, "535579569": 1, @@ -4538,6 +4871,7 @@ "536173722": 18, "536311848": 2, "536517534": 12, + "536663611": 24, "536741449": 22, "537036424": 7, "537036425": 7, @@ -4556,6 +4890,7 @@ "537774542": 13, "537774543": 13, "537899715": 3, + "538098823": 24, "538154339": 4, "538213023": 19, "538538204": 21, @@ -4573,6 +4908,7 @@ "539816333": 12, "539926283": 2, "539974843": 13, + "540070330": 24, "540339979": 20, "540506049": 20, "540557752": 20, @@ -4586,6 +4922,8 @@ "541053086": 3, "541116527": 23, "541188001": 14, + "541256094": 24, + "541603424": 24, "541650229": 18, "541677529": 8, "541965713": 2, @@ -4622,6 +4960,7 @@ "545021994": 3, "545118500": 8, "545134223": 4, + "545496556": 24, "545584039": 4, "545660112": 3, "545668653": 3, @@ -4671,6 +5010,7 @@ "551138056": 22, "551712603": 18, "551789702": 21, + "552095270": 24, "552112621": 2, "552151556": 9, "552674567": 15, @@ -4690,6 +5030,9 @@ "553373026": 4, "553429674": 9, "553469003": 4, + "553506029": 24, + "553875217": 24, + "553950490": 24, "554000115": 4, "554078784": 1, "554078785": 1, @@ -4707,6 +5050,7 @@ "555148853": 19, "555258620": 22, "555281244": 22, + "555593932": 24, "555828571": 1, "556159852": 16, "556159853": 16, @@ -4714,6 +5058,7 @@ "556159855": 16, "556282271": 13, "557092665": 23, + "557165046": 24, "557221067": 17, "557384112": 15, "557384113": 15, @@ -4721,6 +5066,7 @@ "557384115": 15, "557502314": 19, "557676195": 8, + "557739763": 24, "557947534": 23, "558125905": 1, "558167586": 5, @@ -4755,6 +5101,7 @@ "562565940": 20, "562619521": 6, "562864974": 22, + "563069569": 24, "563154290": 1, "563290280": 22, "563294532": 23, @@ -4768,6 +5115,7 @@ "564463357": 23, "564656165": 11, "564863284": 19, + "564937798": 24, "565852609": 4, "566080506": 3, "566102034": 1, @@ -4787,6 +5135,7 @@ "567997816": 16, "568239104": 20, "568252857": 15, + "568265773": 24, "568515759": 4, "568611921": 23, "568611922": 23, @@ -4797,6 +5146,7 @@ "569007276": 1, "569008147": 2, "569039965": 19, + "569167003": 24, "569251271": 7, "569260333": 15, "569434520": 13, @@ -4807,15 +5157,19 @@ "569799273": 7, "569799274": 7, "569799275": 7, + "569849285": 24, "569940092": 3, "570095891": 16, "570143750": 4, "570362378": 6, + "570373697": 24, "570739309": 16, + "570799074": 24, "570866107": 23, "571076344": 8, "571127634": 15, "571267712": 2, + "571415409": 24, "571463571": 19, "571601686": 23, "571606868": 20, @@ -4859,14 +5213,21 @@ "575830664": 17, "575899202": 6, "575899203": 6, + "576069028": 24, + "576183634": 24, "576263573": 23, "576420065": 1, "576499615": 6, + "576601728": 24, + "576601730": 24, + "576601731": 24, "576683388": 4, "576747867": 22, + "576964144": 24, "577019492": 15, "577175925": 20, "577229819": 21, + "577300829": 24, "577345565": 7, "577493531": 11, "577528837": 15, @@ -4879,6 +5240,7 @@ "578479277": 2, "578487175": 16, "578519423": 2, + "578566109": 24, "578573724": 18, "578868511": 20, "579532036": 1, @@ -4888,6 +5250,7 @@ "579997810": 20, "580005458": 20, "580045556": 22, + "580374621": 24, "580375900": 20, "580685494": 16, "580760647": 20, @@ -4911,6 +5274,7 @@ "583145321": 5, "583504042": 17, "583548063": 3, + "583593420": 24, "583723938": 15, "583723939": 15, "583723940": 15, @@ -4921,6 +5285,7 @@ "584267664": 8, "584392035": 11, "584609339": 23, + "584746015": 24, "585074942": 23, "585603777": 23, "585632024": 7, @@ -4931,6 +5296,7 @@ "586410260": 19, "586497084": 21, "586630330": 5, + "586671776": 24, "586692018": 21, "586704419": 15, "587276683": 1, @@ -4961,12 +5327,14 @@ "592058844": 4, "592058845": 4, "592058846": 4, + "592147383": 24, "592227263": 4, "592288414": 3, "592288415": 3, "592351739": 4, "592516557": 1, "592638736": 23, + "593308073": 24, "593361144": 1, "593361146": 1, "593361147": 1, @@ -4974,6 +5342,8 @@ "594234536": 8, "594346985": 16, "594467414": 20, + "594472948": 24, + "594472949": 24, "594509158": 11, "594567618": 19, "594640136": 2, @@ -5047,6 +5417,7 @@ "601693802": 23, "601741876": 22, "601951768": 11, + "602242147": 24, "602618796": 15, "602820804": 18, "602820806": 18, @@ -5064,6 +5435,7 @@ "604609550": 10, "604609551": 10, "605021773": 22, + "605025041": 24, "605209364": 21, "605724052": 13, "605956092": 12, @@ -5078,7 +5450,10 @@ "606844533": 13, "606902507": 11, "607191995": 11, + "607418085": 24, + "607521557": 24, "607756182": 2, + "607910367": 24, "607969640": 14, "608074492": 11, "608074493": 11, @@ -5174,7 +5549,9 @@ "618799600": 5, "619055613": 21, "619232800": 9, + "619537267": 24, "619556600": 16, + "620358115": 24, "620433936": 3, "620433937": 3, "620433938": 3, @@ -5200,6 +5577,7 @@ "623452430": 23, "623507334": 19, "623912054": 12, + "624305650": 24, "624424748": 22, "624507502": 21, "624716099": 16, @@ -5214,18 +5592,21 @@ "626194038": 23, "626327092": 8, "626327093": 8, + "626394151": 24, "626507464": 4, "626516437": 16, "626649506": 2, "627001458": 3, "627055961": 1, "627172891": 14, + "627188188": 24, "627596132": 7, "627628675": 16, "627674040": 12, "627689864": 18, "627690043": 2, "627843714": 11, + "628604416": 24, "629005229": 17, "629139088": 15, "629139095": 15, @@ -5238,6 +5619,7 @@ "629774653": 15, "629787707": 4, "629903347": 23, + "629937059": 24, "630163485": 13, "630329983": 3, "630432767": 20, @@ -5245,6 +5627,7 @@ "630719097": 10, "631065801": 8, "631176986": 9, + "631191162": 24, "631252582": 3, "631279697": 2, "631439337": 14, @@ -5302,6 +5685,7 @@ "638752234": 7, "638803794": 23, "638836294": 21, + "638850307": 24, "638918212": 8, "639049550": 18, "639172526": 8, @@ -5383,9 +5767,11 @@ "649218484": 11, "649218485": 11, "649218486": 11, + "649524976": 24, "649608392": 10, "649770495": 16, "650047261": 8, + "650063316": 24, "650239509": 3, "650418244": 20, "650527402": 22, @@ -5394,6 +5780,8 @@ "650529207": 19, "650627622": 4, "650933953": 2, + "651082968": 24, + "651554065": 24, "651589282": 4, "651626147": 20, "651701175": 8, @@ -5422,6 +5810,7 @@ "653875715": 1, "653948914": 3, "653974707": 2, + "654235565": 24, "654307116": 4, "654370424": 4, "654608616": 7, @@ -5440,6 +5829,7 @@ "656367770": 19, "656583727": 13, "656632067": 20, + "656714423": 24, "656744628": 20, "656972282": 16, "657001809": 20, @@ -5467,18 +5857,23 @@ "658724919": 2, "658724924": 2, "658724925": 2, + "658840641": 24, + "659074261": 24, "659083489": 15, "659359923": 16, "659427429": 11, "659493677": 14, "659497546": 3, "659535164": 7, + "659709387": 24, "659749212": 23, "659786850": 21, "659922705": 8, + "659950042": 24, "660037107": 1, "660199094": 23, "661159596": 13, + "661422601": 24, "661494271": 5, "661658431": 23, "661733556": 21, @@ -5572,6 +5967,7 @@ "670738046": 20, "670866461": 16, "670877864": 7, + "670974744": 24, "671247011": 5, "671423576": 11, "671427861": 22, @@ -5584,10 +5980,12 @@ "672369541": 20, "672488948": 8, "672957262": 23, + "672976639": 24, "673037137": 4, "673268892": 6, "673296954": 21, "673599343": 14, + "673645496": 24, "673846245": 4, "673981655": 23, "674075911": 14, @@ -5597,8 +5995,10 @@ "674466092": 13, "674466093": 13, "674466095": 13, + "674546187": 24, "674609441": 21, "674876967": 11, + "675476774": 24, "675716253": 23, "676270382": 19, "676840265": 4, @@ -5619,6 +6019,7 @@ "677939288": 3, "678034719": 15, "678051457": 6, + "678082083": 24, "678325266": 5, "678582190": 23, "678964968": 15, @@ -5684,6 +6085,7 @@ "684332203": 8, "684456054": 21, "684616255": 4, + "684658728": 24, "684710072": 17, "684710073": 17, "684710074": 17, @@ -5708,6 +6110,7 @@ "685726449": 5, "685726450": 5, "685751430": 4, + "685773849": 24, "685908770": 1, "686455429": 20, "686467364": 8, @@ -5722,6 +6125,7 @@ "687386728": 11, "687509824": 4, "687509827": 4, + "687584589": 24, "687810914": 2, "687810915": 2, "688245604": 19, @@ -5730,9 +6134,11 @@ "688331960": 21, "688433727": 18, "688564517": 1, + "688670888": 24, "688913297": 19, "688956976": 20, "689005463": 1, + "689358196": 24, "689453941": 3, "689953736": 15, "689964254": 10, @@ -5751,12 +6157,14 @@ "691578979": 4, "691659142": 18, "691818084": 4, + "691819782": 24, "691828142": 3, "691910099": 23, "691914261": 2, "692005515": 19, "692111166": 19, "692234472": 7, + "692254361": 24, "692285813": 12, "692480988": 5, "692493341": 8, @@ -5778,9 +6186,11 @@ "694399934": 18, "694694458": 19, "694828021": 23, + "694879972": 24, "695071581": 11, "695153738": 12, "695153739": 12, + "695180421": 24, "695301944": 23, "695795213": 15, "695814388": 6, @@ -5817,6 +6227,8 @@ "700322570": 1, "701070585": 13, "701459031": 20, + "701744066": 24, + "701744067": 24, "701922966": 3, "701941399": 1, "702044043": 23, @@ -5863,6 +6275,7 @@ "708773129": 21, "708921139": 19, "709001493": 21, + "709031948": 24, "709057677": 2, "709164353": 23, "709263314": 1, @@ -5910,6 +6323,7 @@ "713622571": 23, "714200313": 22, "714219255": 9, + "714372706": 24, "714835835": 15, "714908132": 19, "715026176": 11, @@ -5922,6 +6336,7 @@ "715338174": 6, "715438795": 22, "715443632": 23, + "715484621": 24, "715656537": 19, "716563284": 3, "716705876": 23, @@ -5952,6 +6367,7 @@ "718224333": 3, "718367886": 12, "718367887": 12, + "718549133": 24, "718805944": 23, "718972307": 19, "719314785": 21, @@ -5960,11 +6376,14 @@ "720094036": 5, "720094037": 5, "720153764": 19, + "720260525": 24, "720351794": 4, "720351795": 4, "720513501": 15, "720656969": 3, "720723122": 1, + "720812231": 24, + "720825311": 24, "721001747": 20, "721146704": 3, "721172038": 23, @@ -5986,6 +6405,7 @@ "722862450": 2, "723022031": 22, "723146156": 12, + "723463011": 24, "723898670": 10, "723943215": 13, "724043345": 22, @@ -6001,6 +6421,7 @@ "725297842": 11, "725313324": 21, "725408022": 15, + "725809663": 24, "725993895": 16, "726145097": 13, "726265506": 11, @@ -6008,6 +6429,7 @@ "726894353": 7, "726895548": 22, "727110355": 1, + "727169005": 24, "727327974": 10, "727401524": 1, "727522234": 20, @@ -6021,6 +6443,7 @@ "728156826": 16, "728658049": 1, "728713183": 16, + "728864555": 24, "728878482": 7, "728959305": 22, "729228807": 8, @@ -6072,6 +6495,7 @@ "736000386": 4, "736021290": 1, "736064515": 14, + "736147501": 24, "736382419": 12, "736550308": 20, "736571395": 21, @@ -6151,6 +6575,7 @@ "744770875": 12, "745565840": 12, "745565841": 12, + "745725302": 24, "745759692": 2, "745759694": 2, "745759695": 2, @@ -6172,6 +6597,7 @@ "747513026": 22, "747611419": 5, "748013106": 21, + "748036821": 24, "748214628": 1, "748293293": 23, "748466513": 6, @@ -6213,6 +6639,7 @@ "749977229": 5, "749977230": 5, "749977231": 5, + "750244657": 24, "750261843": 14, "750405587": 3, "750431904": 4, @@ -6245,6 +6672,7 @@ "752361118": 23, "752572736": 9, "752941837": 22, + "753325306": 24, "753547630": 22, "753745744": 20, "753747952": 6, @@ -6304,6 +6732,8 @@ "758845267": 22, "759005343": 20, "759348512": 9, + "759364308": 24, + "759364805": 24, "759368983": 18, "759381183": 2, "759410111": 7, @@ -6312,6 +6742,7 @@ "759881007": 6, "760030801": 12, "760239248": 19, + "760272956": 24, "760342604": 23, "760455599": 8, "760472183": 12, @@ -6347,6 +6778,7 @@ "762801111": 16, "763353388": 8, "763567879": 4, + "763585457": 24, "763772141": 23, "763773239": 21, "763917076": 5, @@ -6363,6 +6795,7 @@ "765709992": 19, "765924941": 6, "765946822": 22, + "766089081": 24, "766150266": 23, "766313515": 1, "766321425": 19, @@ -6462,6 +6895,7 @@ "775165280": 13, "775189549": 23, "775645166": 14, + "775726510": 24, "775812602": 15, "776110297": 21, "776125535": 17, @@ -6472,6 +6906,7 @@ "776529033": 1, "776529034": 1, "776531651": 17, + "776613950": 24, "776723133": 4, "776863956": 5, "776878384": 2, @@ -6534,11 +6969,13 @@ "780682916": 10, "780760217": 2, "781126427": 20, + "781185518": 24, "781192741": 16, "781310757": 22, "781313686": 20, "781488881": 2, "781498181": 22, + "781655348": 24, "781932118": 19, "781947856": 10, "781947857": 10, @@ -6554,6 +6991,7 @@ "782611302": 12, "782611303": 12, "782927853": 23, + "782991035": 24, "783402781": 1, "783676058": 16, "784190657": 17, @@ -6566,6 +7004,7 @@ "784603963": 18, "784751926": 1, "784751927": 1, + "785094432": 24, "785213668": 7, "785442930": 4, "785647193": 12, @@ -6617,6 +7056,7 @@ "789180135": 16, "789196172": 9, "789384557": 1, + "789415529": 24, "790090923": 5, "790092644": 12, "790274307": 12, @@ -6624,6 +7064,11 @@ "790434444": 1, "790447995": 23, "790547432": 5, + "790664810": 24, + "790664812": 24, + "790664813": 24, + "790664814": 24, + "790664815": 24, "791389842": 23, "791435474": 7, "791738556": 19, @@ -6644,6 +7089,8 @@ "792374513": 18, "792400107": 20, "792405080": 15, + "792478228": 24, + "792529225": 24, "792638842": 8, "792755504": 5, "792805315": 3, @@ -6700,6 +7147,7 @@ "800074992": 3, "800881163": 8, "801080977": 13, + "801495587": 24, "801509177": 11, "801733632": 5, "801895599": 22, @@ -6707,6 +7155,7 @@ "802191382": 1, "802191383": 1, "802197314": 3, + "802310582": 24, "802323904": 15, "802323905": 15, "802323912": 15, @@ -6744,6 +7193,7 @@ "804309451": 15, "804692548": 4, "804749934": 1, + "805381928": 24, "805625272": 4, "805677041": 9, "805991114": 20, @@ -6788,11 +7238,20 @@ "810317923": 8, "810321696": 11, "810572137": 19, + "810612804": 24, "810623803": 4, + "810675984": 24, + "810675985": 24, + "810675986": 24, + "810675987": 24, + "810675989": 24, + "810675990": 24, + "810675991": 24, "810700797": 14, "810700798": 14, "810700799": 14, "811403305": 20, + "811475414": 24, "811493535": 22, "811588234": 16, "811643782": 1, @@ -6853,12 +7312,15 @@ "817757576": 15, "817770433": 4, "817808889": 7, + "817909300": 24, + "817926907": 24, "818066091": 15, "818098244": 19, "818115836": 11, "818181147": 8, "818211479": 6, "818240646": 15, + "818393196": 24, "818644818": 11, "818790876": 18, "819174194": 3, @@ -6869,6 +7331,7 @@ "819358961": 3, "819441402": 4, "819471562": 23, + "819773640": 24, "819844944": 3, "819885181": 23, "820034616": 14, @@ -6941,6 +7404,7 @@ "828334396": 13, "828528775": 20, "829330711": 15, + "829455102": 24, "829553593": 14, "829650262": 19, "829700536": 7, @@ -7024,6 +7488,7 @@ "839740147": 7, "839786290": 21, "839868913": 3, + "840061228": 24, "840062994": 5, "840062995": 5, "840173282": 11, @@ -7091,6 +7556,7 @@ "847805104": 9, "847859071": 15, "848193348": 2, + "848210175": 24, "848275837": 13, "848348807": 23, "848860060": 16, @@ -7107,6 +7573,7 @@ "849529384": 1, "849539406": 15, "849539407": 15, + "849765943": 24, "849868305": 11, "849932030": 9, "850069065": 16, @@ -7114,8 +7581,10 @@ "850238384": 2, "850351333": 17, "850458620": 19, + "850500821": 24, "850726831": 14, "850933959": 3, + "850991096": 24, "851401651": 23, "851547005": 19, "852042224": 15, @@ -7127,9 +7596,11 @@ "852430165": 10, "852551895": 14, "852572659": 9, + "852771260": 24, "852793406": 18, "852886749": 21, "853243130": 5, + "853285687": 24, "853378927": 20, "853543290": 11, "853543291": 11, @@ -7144,6 +7615,7 @@ "854092583": 23, "854160040": 1, "854160041": 1, + "854223886": 24, "854319376": 12, "854319377": 12, "854319378": 12, @@ -7206,9 +7678,11 @@ "857379656": 23, "857480316": 20, "857633000": 8, + "857883348": 24, "858275040": 6, "858302442": 21, "858304866": 19, + "858495253": 24, "858592012": 19, "859004027": 9, "859004028": 9, @@ -7231,6 +7705,7 @@ "859683485": 7, "859780267": 16, "859792680": 20, + "859869931": 24, "859929450": 22, "859962514": 18, "859980511": 21, @@ -7246,6 +7721,7 @@ "862152988": 6, "862259013": 2, "862318366": 17, + "862453446": 24, "862513617": 6, "862527413": 18, "862848869": 1, @@ -7296,9 +7772,11 @@ "868799838": 1, "868818182": 5, "868876807": 20, + "869112561": 24, "869286907": 23, "869711119": 1, "869977478": 22, + "869984973": 24, "870019568": 6, "870041067": 3, "870156482": 20, @@ -7315,6 +7793,7 @@ "870960477": 9, "871185566": 15, "871210651": 2, + "871223546": 24, "871309441": 2, "871442456": 1, "871522781": 19, @@ -7361,6 +7840,7 @@ "875346623": 17, "875395086": 11, "875848769": 14, + "876115223": 24, "876119751": 11, "876254616": 12, "876314953": 15, @@ -7382,6 +7862,7 @@ "877279372": 4, "877279373": 4, "877360325": 19, + "877533329": 24, "877682581": 19, "877723168": 20, "877839380": 9, @@ -7402,6 +7883,7 @@ "879905917": 12, "880368054": 4, "880499039": 19, + "880644845": 24, "880745877": 3, "880861204": 1, "880979860": 23, @@ -7413,6 +7895,7 @@ "882153447": 2, "882243108": 17, "882604432": 16, + "882713557": 24, "882778888": 19, "882876485": 21, "882903532": 6, @@ -7441,6 +7924,7 @@ "886273156": 12, "886329525": 4, "886564754": 14, + "886607940": 24, "886865893": 16, "886934197": 20, "887717589": 5, @@ -7449,6 +7933,7 @@ "887865241": 14, "887963150": 15, "888285732": 18, + "888548234": 24, "888630636": 21, "888753657": 14, "888758224": 13, @@ -7470,7 +7955,9 @@ "890416151": 12, "890495655": 8, "890780599": 20, + "891091671": 24, "891621634": 7, + "891640760": 24, "891737978": 20, "891750160": 19, "891750166": 19, @@ -7478,8 +7965,10 @@ "891829968": 19, "891933382": 1, "891933383": 1, + "892020293": 24, "892093767": 16, "892155537": 1, + "892183998": 24, "892256595": 21, "892360677": 5, "892374256": 4, @@ -7539,6 +8028,7 @@ "899058084": 16, "899111755": 18, "899122077": 22, + "899136819": 24, "899293116": 19, "899293117": 19, "899293119": 19, @@ -7583,6 +8073,7 @@ "903956423": 12, "903963968": 23, "903984858": 1, + "904383562": 24, "904467853": 21, "904478927": 12, "904740833": 15, @@ -7593,6 +8084,7 @@ "904825093": 1, "904825094": 1, "904825095": 1, + "904934713": 24, "905092001": 3, "905249529": 4, "905545789": 19, @@ -7608,6 +8100,7 @@ "906930841": 22, "906981559": 21, "907775118": 2, + "907838496": 24, "907938492": 8, "908115728": 21, "908147344": 4, @@ -7646,6 +8139,7 @@ "911690110": 17, "911695907": 6, "911713462": 20, + "911992742": 24, "912150785": 18, "912222548": 5, "912276057": 12, @@ -7673,6 +8167,9 @@ "915383429": 20, "915383430": 20, "915385568": 3, + "915917201": 24, + "915917202": 24, + "915917203": 24, "915996561": 1, "916211206": 20, "916311476": 6, @@ -7686,6 +8183,7 @@ "917657364": 3, "917666486": 19, "917896686": 14, + "917927301": 24, "918194443": 1, "918511364": 1, "918537443": 19, @@ -7714,6 +8212,8 @@ "921539542": 3, "921817150": 16, "921941649": 19, + "922005771": 24, + "922204374": 24, "922218300": 1, "922268273": 19, "922611919": 20, @@ -7758,6 +8258,7 @@ "926976844": 3, "927140159": 23, "927348227": 7, + "927457521": 24, "927567426": 16, "927679703": 11, "927835311": 20, @@ -7768,15 +8269,19 @@ "928095170": 6, "928095171": 6, "928186993": 8, + "928399924": 24, "928491049": 20, "928568694": 17, "928916654": 1, + "928944654": 24, "929148730": 7, "929327401": 19, "929374195": 9, "929438819": 8, + "929824920": 24, "929917162": 4, "930064526": 1, + "930168404": 24, "930330247": 4, "930386974": 3, "930497508": 15, @@ -7786,18 +8291,24 @@ "930759851": 20, "930761253": 12, "930832478": 16, + "931113523": 24, "931507503": 15, "931556088": 23, "931617320": 18, "931850827": 1, "932058162": 1, + "932194044": 24, "932578999": 15, + "932691993": 24, + "932704046": 24, "933345182": 1, "933455006": 17, "933468683": 3, "933767505": 13, + "933883810": 24, "934145080": 1, "934145081": 1, + "934199459": 24, "934350469": 4, "934529352": 20, "934704429": 4, @@ -7859,6 +8370,7 @@ "941997506": 4, "942111489": 4, "942205921": 7, + "942446392": 24, "942541111": 5, "942888402": 3, "942888403": 3, @@ -7866,6 +8378,7 @@ "943593515": 20, "943675759": 1, "943908115": 19, + "943968322": 24, "944115723": 2, "944242985": 23, "944303735": 4, @@ -7892,6 +8405,7 @@ "946443267": 9, "946526461": 10, "946714085": 20, + "946832402": 24, "946867072": 20, "947448544": 7, "947611617": 12, @@ -7902,6 +8416,8 @@ "948621875": 20, "948716319": 2, "949131991": 21, + "949381190": 24, + "949469580": 24, "949483981": 23, "949647553": 3, "949663200": 13, @@ -7980,8 +8496,11 @@ "957810812": 9, "957810813": 9, "957848724": 12, + "957900358": 24, + "957900359": 24, "957928253": 1, "958061455": 20, + "958118768": 24, "958118965": 23, "958165756": 1, "958199774": 23, @@ -8010,13 +8529,16 @@ "961465568": 19, "961496619": 3, "961505134": 10, + "961592419": 24, "961659165": 23, "961827406": 21, "961829243": 22, + "962014544": 24, "962046223": 20, "962102428": 20, "962412079": 1, "962464745": 1, + "962609636": 24, "962969935": 3, "962973276": 8, "963073439": 23, @@ -8025,7 +8547,9 @@ "963710795": 19, "963778029": 8, "963846391": 3, + "963962074": 24, "963963337": 22, + "964071868": 24, "964176440": 2, "964294291": 22, "964359398": 1, @@ -8043,6 +8567,7 @@ "965288077": 23, "965288078": 23, "965288079": 23, + "965339861": 24, "965473706": 20, "965619220": 1, "965619221": 1, @@ -8093,6 +8618,7 @@ "970151529": 8, "970163821": 15, "970172660": 13, + "970194406": 24, "970236274": 10, "970272957": 14, "970294245": 22, @@ -8109,6 +8635,7 @@ "971842471": 4, "972689703": 11, "972757866": 1, + "972768361": 24, "972929708": 16, "972929711": 16, "973230060": 20, @@ -8130,6 +8657,7 @@ "974996415": 23, "975033209": 20, "975107362": 2, + "975172537": 24, "975329563": 20, "975362892": 12, "975362893": 12, @@ -8168,6 +8696,7 @@ "979292443": 7, "979425868": 22, "979616188": 19, + "979782821": 24, "979810949": 8, "979884003": 23, "979926351": 21, @@ -8177,6 +8706,7 @@ "980167526": 12, "980167527": 12, "980346794": 4, + "980381603": 24, "980586240": 4, "980898608": 3, "980898609": 3, @@ -8186,6 +8716,7 @@ "980898615": 3, "981073422": 2, "981091409": 1, + "981104658": 24, "981670459": 1, "981673168": 14, "981718087": 12, @@ -8199,9 +8730,12 @@ "982436021": 19, "982948073": 4, "982950671": 18, + "983024850": 24, "983115833": 1, "983194592": 18, "983194593": 18, + "983290038": 24, + "983360106": 24, "983635618": 15, "983644830": 1, "983967254": 20, @@ -8211,6 +8745,7 @@ "984527513": 4, "984532872": 12, "984614675": 4, + "984644424": 24, "984655331": 23, "984859733": 16, "984897498": 22, @@ -8223,12 +8758,14 @@ "986010527": 10, "986111044": 9, "986191425": 14, + "986248663": 24, "986495788": 8, "986710495": 23, "986872278": 9, "986956153": 23, "986987532": 21, "986987533": 21, + "987000914": 24, "987005387": 16, "987042032": 21, "987236624": 17, @@ -8324,6 +8861,7 @@ "998244423": 23, "998300134": 16, "998352072": 1, + "999012641": 24, "999122480": 9, "999122481": 9, "999122488": 9, @@ -8339,6 +8877,7 @@ "999548402": 12, "999548403": 12, "999767358": 16, + "999802437": 24, "1000020245": 12, "1000118612": 21, "1000174087": 19, @@ -8359,7 +8898,11 @@ "1001741317": 8, "1001798188": 13, "1002301118": 3, + "1002354686": 24, "1002555530": 22, + "1002654008": 24, + "1002794302": 24, + "1003295682": 24, "1003379172": 18, "1003550955": 1, "1003670741": 6, @@ -8387,6 +8930,7 @@ "1004858308": 22, "1005293753": 6, "1005315489": 12, + "1005476557": 24, "1005587287": 3, "1005594230": 8, "1005594231": 8, @@ -8399,6 +8943,7 @@ "1007326520": 1, "1007506304": 8, "1007524098": 23, + "1007576219": 24, "1007628738": 13, "1007628739": 13, "1007628740": 13, @@ -8428,6 +8973,7 @@ "1009385327": 12, "1009417934": 4, "1009546525": 12, + "1009725802": 24, "1010196641": 15, "1010316741": 5, "1010541891": 20, @@ -8447,6 +8993,7 @@ "1012254326": 1, "1012434138": 20, "1012699414": 1, + "1012780539": 24, "1012826548": 20, "1013069271": 3, "1013086087": 17, @@ -8478,6 +9025,7 @@ "1015611457": 1, "1015625737": 21, "1015625830": 1, + "1015730268": 24, "1015852342": 3, "1015867632": 23, "1015867635": 23, @@ -8485,11 +9033,13 @@ "1015935557": 4, "1016030582": 16, "1016114126": 8, + "1016346444": 24, "1016433533": 20, "1016461220": 1, "1016565787": 20, "1016668089": 8, "1016705548": 4, + "1016912462": 24, "1017049677": 22, "1017300037": 19, "1017385934": 20, @@ -8529,6 +9079,7 @@ "1020196213": 16, "1020198891": 3, "1020589069": 14, + "1020685591": 24, "1020750829": 22, "1021050903": 1, "1021060724": 12, @@ -8565,6 +9116,7 @@ "1023532673": 7, "1023561435": 3, "1023568405": 2, + "1023570601": 24, "1023632589": 4, "1023764762": 14, "1023894939": 7, @@ -8585,6 +9137,7 @@ "1026128010": 17, "1026141694": 9, "1026600073": 15, + "1026610441": 24, "1026650477": 21, "1026669543": 14, "1026828708": 17, @@ -8638,6 +9191,13 @@ "1029579705": 8, "1029660100": 8, "1029832908": 7, + "1029936152": 24, + "1029936153": 24, + "1029936154": 24, + "1029936155": 24, + "1029936156": 24, + "1029936157": 24, + "1029936158": 24, "1029950143": 22, "1030017949": 1, "1030018027": 9, @@ -8651,12 +9211,17 @@ "1031440237": 19, "1031544195": 23, "1031998812": 4, + "1032041977": 24, "1032098331": 10, "1032123549": 23, + "1032165966": 24, + "1032345860": 24, + "1032418743": 24, "1032498011": 8, "1032515587": 10, "1032709883": 4, "1032710176": 2, + "1033072181": 24, "1033095234": 1, "1033267050": 23, "1033559059": 22, @@ -8684,6 +9249,7 @@ "1036377184": 22, "1036467370": 4, "1036557198": 20, + "1036661437": 24, "1036754881": 4, "1036776535": 4, "1036815146": 5, @@ -8708,6 +9274,7 @@ "1039402698": 6, "1039402699": 6, "1039460381": 18, + "1039915310": 24, "1040104747": 5, "1040474575": 1, "1040576784": 9, @@ -8726,10 +9293,13 @@ "1041439538": 19, "1041451527": 4, "1041574086": 9, + "1041633852": 24, "1042680473": 21, + "1043243964": 24, "1043419184": 12, "1043609040": 17, "1043617959": 4, + "1043681923": 24, "1043883715": 13, "1044010581": 1, "1044330340": 13, @@ -8740,6 +9310,7 @@ "1044911217": 21, "1045201464": 6, "1045341587": 3, + "1045348942": 24, "1045633725": 1, "1045633727": 1, "1045717274": 22, @@ -8762,7 +9333,10 @@ "1046971210": 11, "1046971211": 11, "1047308474": 15, + "1047491773": 24, + "1047537927": 24, "1047593364": 13, + "1047780469": 24, "1047830412": 1, "1047836099": 19, "1048118643": 2, @@ -8772,6 +9346,7 @@ "1048400610": 1, "1048498953": 1, "1048603081": 23, + "1048847436": 24, "1049124893": 23, "1049214290": 23, "1049267120": 19, @@ -8783,6 +9358,7 @@ "1050260245": 8, "1050276882": 15, "1050368698": 11, + "1050532400": 24, "1050806815": 23, "1051019029": 1, "1051213088": 9, @@ -8817,6 +9393,7 @@ "1053023440": 4, "1053023441": 4, "1053383550": 1, + "1053729880": 24, "1053737370": 2, "1054068674": 9, "1054068676": 9, @@ -8835,6 +9412,7 @@ "1055855089": 16, "1055949189": 2, "1056064029": 20, + "1056103557": 24, "1056171153": 1, "1056992393": 6, "1057027095": 4, @@ -8845,6 +9423,7 @@ "1058022768": 3, "1058055184": 10, "1058055185": 10, + "1058098236": 24, "1058494657": 16, "1058522134": 19, "1058701363": 16, @@ -8860,6 +9439,7 @@ "1059887208": 4, "1059980443": 4, "1060169755": 17, + "1060317946": 24, "1060399716": 10, "1060902857": 2, "1061000675": 19, @@ -8914,6 +9494,7 @@ "1066526805": 1, "1066526806": 1, "1066526807": 1, + "1066588498": 24, "1066605642": 15, "1066617987": 14, "1066777154": 19, @@ -8930,6 +9511,7 @@ "1068963553": 19, "1068982181": 4, "1069002790": 12, + "1069076942": 24, "1069214754": 3, "1069426107": 23, "1069453608": 4, @@ -8944,6 +9526,7 @@ "1070704066": 13, "1071170184": 14, "1071247690": 18, + "1071291943": 24, "1071350799": 1, "1071542914": 4, "1071898334": 19, @@ -8955,12 +9538,14 @@ "1073231502": 21, "1073496778": 3, "1073969330": 13, + "1074167141": 24, "1074168413": 8, "1074281495": 18, "1074758434": 16, "1075139432": 23, "1075290147": 22, "1075290303": 20, + "1075457695": 24, "1075536136": 4, "1075647353": 4, "1075867128": 17, @@ -8988,19 +9573,26 @@ "1077019636": 16, "1077468734": 19, "1077836170": 20, + "1077847488": 24, + "1077885902": 24, "1078080765": 20, "1078097668": 11, "1078226393": 2, "1078226394": 2, "1078226395": 2, "1078299565": 18, + "1078601026": 24, "1078689732": 21, "1079374388": 21, "1079524040": 8, "1079707218": 20, "1079761540": 1, "1079896271": 20, + "1079930198": 24, + "1080004479": 24, + "1080037284": 24, "1080431755": 16, + "1080528808": 24, "1080549749": 23, "1080813018": 20, "1080931806": 23, @@ -9039,6 +9631,7 @@ "1084016082": 22, "1084033161": 4, "1084190509": 21, + "1084195590": 24, "1084281489": 4, "1084411177": 6, "1084553865": 6, @@ -9059,20 +9652,24 @@ "1086346339": 6, "1086362290": 17, "1086501114": 6, + "1086645598": 24, "1086754904": 1, "1086997255": 20, "1087144252": 22, "1087144253": 22, "1087144254": 22, "1087174072": 16, + "1087404526": 24, "1087426260": 1, "1087488715": 22, + "1087623621": 24, "1087628722": 8, "1087657324": 8, "1087851567": 8, "1088017482": 19, "1088225118": 19, "1088286664": 20, + "1088436227": 24, "1088800654": 10, "1088875206": 19, "1088960547": 4, @@ -9091,6 +9688,7 @@ "1090082589": 10, "1090082590": 10, "1090082591": 10, + "1090246397": 24, "1090366599": 23, "1090427029": 7, "1090584498": 8, @@ -9102,6 +9700,8 @@ "1091411797": 15, "1091850348": 16, "1091850349": 16, + "1092071569": 24, + "1092284888": 24, "1092391807": 13, "1092458449": 4, "1092458450": 4, @@ -9110,8 +9710,11 @@ "1092747537": 14, "1092992613": 15, "1093067490": 21, + "1093312163": 24, "1093928790": 17, "1094005544": 18, + "1094197864": 24, + "1094625203": 24, "1094905316": 7, "1094979991": 23, "1095145125": 18, @@ -9159,6 +9762,7 @@ "1099964864": 19, "1100241635": 20, "1100281676": 23, + "1100468183": 24, "1100504134": 3, "1100545316": 16, "1100644228": 20, @@ -9191,10 +9795,15 @@ "1104664699": 19, "1104885303": 23, "1104929371": 2, + "1105126805": 24, + "1105341592": 24, "1105347996": 20, "1105558158": 9, "1105928645": 2, "1106028100": 20, + "1106076228": 24, + "1106076229": 24, + "1106076231": 24, "1106615806": 2, "1106635211": 21, "1106697448": 4, @@ -9229,6 +9838,7 @@ "1111542527": 21, "1112018949": 16, "1112220494": 1, + "1112237965": 24, "1112909340": 1, "1113031720": 8, "1113204948": 20, @@ -9243,6 +9853,7 @@ "1115104187": 6, "1115261524": 10, "1115291847": 11, + "1115391631": 24, "1115408366": 20, "1115510041": 2, "1115550924": 7, @@ -9263,6 +9874,7 @@ "1117830766": 1, "1117830767": 1, "1117943570": 1, + "1118060893": 24, "1118253827": 1, "1118428792": 20, "1118437892": 1, @@ -9299,6 +9911,7 @@ "1123747132": 20, "1123747133": 20, "1123747135": 20, + "1123887434": 24, "1123926187": 20, "1124054883": 23, "1124116690": 22, @@ -9326,11 +9939,14 @@ "1125953881": 12, "1125986156": 20, "1126055399": 14, + "1126143373": 24, "1126194683": 7, "1126196126": 5, + "1126264488": 24, "1126354272": 17, "1126354273": 17, "1126451529": 16, + "1126578165": 24, "1126785375": 23, "1126789516": 14, "1126889172": 11, @@ -9341,6 +9957,7 @@ "1127615753": 21, "1127642993": 15, "1127757814": 6, + "1127765849": 24, "1127835600": 4, "1127943297": 10, "1127960548": 12, @@ -9429,6 +10046,7 @@ "1136162598": 18, "1136270294": 23, "1136510727": 23, + "1137037245": 24, "1137204316": 12, "1137204317": 12, "1137289077": 1, @@ -9464,6 +10082,7 @@ "1139727256": 21, "1139760287": 23, "1139822081": 16, + "1139897377": 24, "1140031396": 20, "1140096971": 3, "1140103046": 20, @@ -9474,6 +10093,7 @@ "1140713101": 17, "1140713102": 17, "1140713103": 17, + "1140861969": 24, "1141002874": 10, "1141217085": 12, "1141306110": 5, @@ -9504,6 +10124,7 @@ "1141791675": 23, "1141818699": 16, "1141927949": 18, + "1142335168": 24, "1142498290": 2, "1142548568": 19, "1142667857": 15, @@ -9520,6 +10141,7 @@ "1144611477": 8, "1144817194": 16, "1144887999": 19, + "1144957964": 24, "1145640183": 16, "1145663134": 8, "1145669106": 4, @@ -9529,6 +10151,7 @@ "1146153520": 21, "1146451699": 12, "1146532530": 1, + "1146577717": 24, "1146733572": 22, "1146779865": 23, "1147415598": 19, @@ -9547,17 +10170,21 @@ "1148781279": 15, "1148805553": 4, "1149116753": 18, + "1149213516": 24, "1149271199": 20, "1149357594": 20, + "1149655156": 24, "1149703256": 3, "1149938558": 9, "1149959310": 23, "1150216911": 1, "1150304053": 12, + "1150401288": 24, "1150492185": 21, "1150977640": 23, "1150983161": 16, "1151338093": 10, + "1151358309": 24, "1151649087": 1, "1151688091": 23, "1151822830": 22, @@ -9582,7 +10209,10 @@ "1153415756": 20, "1153740554": 21, "1153828018": 23, + "1153940581": 24, "1153962786": 2, + "1153991042": 24, + "1153991043": 24, "1154004463": 4, "1154467634": 1, "1154500559": 17, @@ -9610,14 +10240,17 @@ "1157279525": 23, "1157495845": 10, "1157496418": 7, + "1157710414": 24, "1158546384": 7, "1158883701": 1, "1159077396": 6, "1159077397": 6, "1159077399": 6, + "1159086710": 24, "1159113819": 20, "1159196407": 3, "1159252500": 3, + "1159259393": 24, "1159280342": 19, "1159353896": 23, "1159404631": 18, @@ -9659,6 +10292,7 @@ "1163649883": 8, "1163767710": 20, "1163935877": 6, + "1164082019": 24, "1164306016": 16, "1164306017": 16, "1164306024": 16, @@ -9678,11 +10312,14 @@ "1165027035": 6, "1165306707": 8, "1165339780": 19, + "1165414665": 24, "1165452712": 22, "1165790188": 20, "1166076293": 20, "1166109944": 18, "1166152736": 5, + "1166254911": 24, + "1166260131": 24, "1166260237": 7, "1166506616": 17, "1166603202": 11, @@ -9691,6 +10328,7 @@ "1167133224": 10, "1167143060": 11, "1167153950": 8, + "1167444103": 24, "1167468626": 16, "1167601965": 12, "1167642134": 17, @@ -9698,6 +10336,7 @@ "1167848164": 7, "1167898172": 2, "1168162263": 1, + "1168569506": 24, "1168625549": 19, "1168637140": 2, "1168975666": 20, @@ -9722,6 +10361,7 @@ "1171887445": 16, "1171973426": 7, "1172098417": 16, + "1172359532": 24, "1172413778": 16, "1172880465": 20, "1172884782": 19, @@ -9750,6 +10390,7 @@ "1175692932": 21, "1175771762": 20, "1176024513": 1, + "1176372075": 24, "1176735155": 2, "1176886458": 23, "1177084664": 23, @@ -9768,6 +10409,7 @@ "1178343766": 20, "1178397318": 3, "1178397319": 3, + "1178513234": 24, "1178660677": 6, "1178686995": 1, "1178752364": 6, @@ -9797,6 +10439,7 @@ "1180756464": 20, "1180846762": 15, "1180848445": 4, + "1180907940": 24, "1180997867": 13, "1181053678": 19, "1181104629": 21, @@ -9829,10 +10472,12 @@ "1182982131": 4, "1183120568": 18, "1183168648": 23, + "1183187516": 24, "1183218223": 23, "1183240368": 8, "1183240369": 8, "1183399262": 17, + "1183405878": 24, "1183436451": 16, "1183494006": 11, "1183494007": 11, @@ -9846,6 +10491,7 @@ "1184309824": 18, "1184324662": 18, "1184458245": 22, + "1184486915": 24, "1184538335": 16, "1184692845": 18, "1184965378": 4, @@ -9855,6 +10501,7 @@ "1185480639": 8, "1185631823": 14, "1185687620": 6, + "1185962501": 24, "1186480754": 9, "1186659291": 22, "1186900762": 21, @@ -9872,11 +10519,14 @@ "1188476724": 23, "1188542400": 10, "1188569234": 8, + "1188570357": 24, "1188598960": 16, "1188605139": 12, "1188686030": 22, "1188816597": 1, "1188864360": 1, + "1188983372": 24, + "1189391701": 24, "1189447810": 20, "1189757147": 21, "1189790632": 1, @@ -9884,6 +10534,7 @@ "1189947148": 19, "1189947149": 19, "1190016345": 4, + "1190101211": 24, "1190250163": 14, "1190436705": 23, "1190436706": 23, @@ -9894,6 +10545,7 @@ "1190558124": 12, "1190558125": 12, "1190558127": 12, + "1190567029": 24, "1190630124": 23, "1190639302": 19, "1190865820": 16, @@ -9930,6 +10582,7 @@ "1194864860": 23, "1194864990": 16, "1195158366": 15, + "1195290821": 24, "1195298951": 1, "1195641535": 9, "1195725817": 1, @@ -9945,6 +10598,7 @@ "1197022907": 23, "1197486957": 12, "1197579132": 1, + "1197771438": 24, "1197776562": 21, "1198119552": 10, "1198119553": 10, @@ -9961,6 +10615,7 @@ "1198449474": 2, "1198698929": 21, "1199077630": 18, + "1199286569": 24, "1199546220": 23, "1200068467": 7, "1200129716": 5, @@ -9972,6 +10627,9 @@ "1200919036": 23, "1201013855": 3, "1201100302": 14, + "1201143072": 24, + "1201143074": 24, + "1201143075": 24, "1201316018": 16, "1201354655": 17, "1201601328": 8, @@ -10002,6 +10660,7 @@ "1204269313": 1, "1204344105": 21, "1204346584": 23, + "1204353787": 24, "1204391050": 20, "1204459690": 18, "1204579875": 1, @@ -10013,12 +10672,14 @@ "1204701134": 12, "1204701135": 12, "1204847640": 23, + "1204994367": 24, "1205148160": 10, "1205148161": 10, "1205337961": 20, "1205464964": 1, "1206010521": 11, "1206183717": 8, + "1206262958": 24, "1206295112": 4, "1206359215": 21, "1206702241": 3, @@ -10040,6 +10701,7 @@ "1207887090": 17, "1207887091": 17, "1207887095": 17, + "1207934455": 24, "1207945315": 15, "1208040825": 12, "1208248710": 20, @@ -10047,8 +10709,10 @@ "1208312843": 18, "1208346408": 22, "1208346409": 22, + "1208429834": 24, "1208761894": 20, "1208826751": 23, + "1208953762": 24, "1208982392": 6, "1208982393": 6, "1208982395": 6, @@ -10062,6 +10726,7 @@ "1210625437": 2, "1210807262": 1, "1210937132": 3, + "1211101081": 24, "1211181652": 15, "1211246074": 17, "1211346271": 4, @@ -10071,6 +10736,7 @@ "1212109224": 9, "1212116635": 15, "1212397474": 17, + "1213492937": 24, "1213841242": 4, "1214004132": 21, "1214025926": 2, @@ -10133,11 +10799,14 @@ "1218378918": 8, "1218378919": 8, "1218431672": 18, + "1218497598": 24, "1218538044": 15, "1218563027": 21, + "1218581195": 24, "1218655860": 20, "1218765758": 15, "1219232383": 8, + "1219313964": 24, "1219457026": 22, "1219457027": 22, "1219585033": 22, @@ -10147,6 +10816,9 @@ "1219883244": 11, "1219897208": 16, "1220172655": 17, + "1220273209": 24, + "1220273210": 24, + "1220273211": 24, "1220310607": 16, "1220495180": 2, "1220495181": 2, @@ -10172,6 +10844,11 @@ "1222467473": 11, "1222498306": 4, "1222559003": 14, + "1222910384": 24, + "1222910385": 24, + "1222910386": 24, + "1222910387": 24, + "1222910389": 24, "1223091094": 8, "1223564136": 18, "1223846615": 3, @@ -10182,6 +10859,8 @@ "1225002597": 20, "1225091443": 15, "1225104535": 12, + "1225109402": 24, + "1225109403": 24, "1225148521": 6, "1225148522": 6, "1225148523": 6, @@ -10191,6 +10870,8 @@ "1225396570": 3, "1225647738": 4, "1225726778": 12, + "1225770249": 24, + "1225978592": 24, "1226000828": 1, "1226114328": 5, "1226148028": 6, @@ -10238,6 +10919,7 @@ "1230660647": 12, "1230660648": 12, "1230660649": 12, + "1230738388": 24, "1230745668": 20, "1231218137": 19, "1231347313": 2, @@ -10284,6 +10966,7 @@ "1233605808": 2, "1233615930": 20, "1233689371": 4, + "1233862528": 24, "1234019840": 19, "1234019841": 19, "1234019846": 19, @@ -10326,6 +11009,7 @@ "1237488987": 16, "1237661249": 9, "1237786518": 20, + "1237850790": 24, "1237943874": 23, "1237979855": 19, "1238052436": 2, @@ -10366,6 +11050,7 @@ "1241239786": 16, "1241400872": 1, "1241704260": 7, + "1241851036": 24, "1241894699": 17, "1241941801": 17, "1242139836": 2, @@ -10373,6 +11058,11 @@ "1242314668": 23, "1242556131": 20, "1242721741": 11, + "1242865739": 24, + "1242938628": 24, + "1242938629": 24, + "1242938630": 24, + "1242938631": 24, "1243177591": 1, "1243258769": 8, "1243308189": 22, @@ -10405,6 +11095,7 @@ "1246538110": 8, "1246632278": 8, "1246673684": 19, + "1246793994": 24, "1246827261": 17, "1246923630": 21, "1247110268": 16, @@ -10436,6 +11127,9 @@ "1249788648": 13, "1249968538": 3, "1249968539": 3, + "1250109828": 24, + "1250109829": 24, + "1250109830": 24, "1250327262": 4, "1250481499": 17, "1250519818": 4, @@ -10467,6 +11161,7 @@ "1254312247": 3, "1254421266": 16, "1254427412": 12, + "1254437295": 24, "1254470033": 23, "1254614928": 11, "1254614929": 11, @@ -10495,6 +11190,7 @@ "1256262399": 23, "1256385615": 23, "1256569366": 1, + "1256571913": 24, "1256572565": 12, "1256660988": 8, "1256672756": 23, @@ -10503,6 +11199,7 @@ "1256804729": 15, "1257017144": 23, "1257029878": 3, + "1257770708": 24, "1257810769": 4, "1257877344": 3, "1257877345": 3, @@ -10515,15 +11212,20 @@ "1257877354": 3, "1257877355": 3, "1257909267": 8, + "1257952519": 24, "1258016012": 6, "1258016014": 6, "1258016015": 6, "1258056755": 8, "1258088978": 5, + "1258168956": 24, "1258342944": 11, "1258366898": 2, + "1258482392": 24, "1258902693": 20, + "1258973771": 24, "1259278657": 3, + "1259284413": 24, "1259299553": 16, "1259550198": 19, "1259643537": 15, @@ -10562,6 +11264,11 @@ "1262460017": 2, "1262618231": 5, "1262894722": 18, + "1262901520": 24, + "1262901521": 24, + "1262901522": 24, + "1262901523": 24, + "1262901525": 24, "1263189958": 6, "1263609309": 16, "1263710510": 4, @@ -10579,6 +11286,7 @@ "1265334432": 18, "1265365870": 19, "1265513556": 15, + "1265563470": 24, "1265664457": 17, "1266037484": 19, "1266037485": 19, @@ -10607,6 +11315,7 @@ "1267424442": 19, "1267798970": 10, "1268102215": 18, + "1268132806": 24, "1268140476": 8, "1268350046": 19, "1268350047": 19, @@ -10620,10 +11329,12 @@ "1269757144": 15, "1269789796": 2, "1269848819": 23, + "1269969081": 24, "1270164965": 15, "1270288709": 17, "1270499666": 8, "1270564331": 1, + "1270621203": 24, "1270948323": 1, "1271008956": 2, "1271045312": 2, @@ -10636,6 +11347,7 @@ "1271045319": 2, "1271045322": 2, "1271045323": 2, + "1271294424": 24, "1271309488": 4, "1271343896": 11, "1271443422": 16, @@ -10645,6 +11357,7 @@ "1271851280": 17, "1271978677": 20, "1272199270": 9, + "1272277196": 24, "1272349641": 5, "1272406458": 22, "1272458185": 23, @@ -10699,6 +11412,7 @@ "1276388206": 15, "1276388207": 15, "1276513983": 12, + "1276528297": 24, "1276637866": 11, "1276995479": 7, "1277015089": 1, @@ -10710,7 +11424,9 @@ "1277677855": 1, "1277990522": 22, "1278027199": 22, + "1278053348": 24, "1278477044": 22, + "1278792047": 24, "1279012001": 23, "1279072621": 23, "1279125912": 5, @@ -10832,13 +11548,17 @@ "1287223211": 21, "1287278236": 22, "1287422957": 8, + "1287711353": 24, + "1287827540": 24, "1287851098": 5, "1288081796": 4, "1288081797": 4, "1288081798": 4, + "1288394411": 24, "1288520202": 2, "1288676952": 4, "1288683596": 7, + "1288984915": 24, "1288993387": 16, "1289000550": 14, "1289092817": 23, @@ -10906,12 +11626,14 @@ "1294089874": 11, "1294089875": 11, "1294099394": 13, + "1294158516": 24, "1294217731": 23, "1294235518": 5, "1294248797": 9, "1294717622": 1, "1294807946": 21, "1295283020": 8, + "1295438819": 24, "1295682248": 7, "1295682249": 7, "1295682250": 7, @@ -10921,6 +11643,7 @@ "1295793304": 6, "1295793306": 6, "1295793307": 6, + "1295962075": 24, "1295982808": 8, "1296049124": 1, "1296106843": 23, @@ -10933,6 +11656,8 @@ "1296726816": 4, "1297276708": 23, "1297436465": 15, + "1297705704": 24, + "1297713978": 24, "1297786804": 17, "1297796808": 3, "1297871573": 4, @@ -10943,6 +11668,7 @@ "1298441433": 23, "1298464369": 19, "1298644738": 22, + "1298672084": 24, "1298682514": 1, "1298682515": 1, "1298815317": 18, @@ -10988,6 +11714,7 @@ "1303527460": 9, "1303690937": 4, "1303706313": 13, + "1303866678": 24, "1304122208": 1, "1304182215": 19, "1304212605": 4, @@ -10998,6 +11725,7 @@ "1304681270": 4, "1304681271": 4, "1304745782": 22, + "1304797291": 24, "1304912574": 6, "1304967988": 21, "1305198503": 22, @@ -11018,6 +11746,7 @@ "1306905449": 12, "1306975926": 21, "1307144225": 1, + "1307349528": 24, "1307478991": 1, "1307523140": 22, "1307817103": 23, @@ -11032,6 +11761,7 @@ "1309834898": 2, "1309886982": 17, "1310207471": 16, + "1310346765": 24, "1310413524": 1, "1310413525": 1, "1310462707": 21, @@ -11072,7 +11802,9 @@ "1313059774": 7, "1313064493": 20, "1313089081": 9, + "1313188858": 24, "1313528549": 13, + "1313583841": 24, "1313623599": 5, "1313704204": 8, "1313760467": 6, @@ -11094,6 +11826,7 @@ "1315364451": 6, "1315609237": 21, "1315615209": 20, + "1315689811": 24, "1315823811": 4, "1315870387": 12, "1316076079": 1, @@ -11143,6 +11876,7 @@ "1319537767": 14, "1319723906": 4, "1319823571": 13, + "1319899129": 24, "1320020854": 4, "1320041525": 9, "1320043185": 6, @@ -11156,6 +11890,7 @@ "1320342774": 19, "1320342775": 19, "1320769880": 19, + "1321209812": 24, "1321261072": 4, "1321354572": 1, "1321354573": 1, @@ -11170,12 +11905,15 @@ "1321458863": 4, "1321506184": 18, "1321546045": 2, + "1321626661": 24, + "1321754144": 24, "1321987864": 7, "1322033535": 4, "1322042322": 13, "1322370662": 2, "1322406401": 22, "1322451469": 15, + "1322458761": 24, "1322519294": 8, "1322519316": 1, "1322544481": 16, @@ -11185,6 +11923,7 @@ "1322836373": 8, "1323035623": 21, "1323110167": 16, + "1323461861": 24, "1323683036": 12, "1323691427": 21, "1323813539": 13, @@ -11197,6 +11936,7 @@ "1324309776": 7, "1324340508": 7, "1324556594": 10, + "1324853482": 24, "1324862386": 4, "1324869195": 18, "1324885391": 15, @@ -11228,6 +11968,7 @@ "1327432221": 1, "1327630195": 10, "1327659224": 1, + "1327961177": 24, "1328055884": 22, "1328115224": 23, "1328115226": 23, @@ -11259,6 +12000,7 @@ "1330729961": 19, "1330766177": 17, "1331205087": 1, + "1331320828": 24, "1331425047": 21, "1331482397": 1, "1331509565": 12, @@ -11273,6 +12015,8 @@ "1331851268": 3, "1332123064": 23, "1332244541": 1, + "1332486448": 24, + "1332486449": 24, "1332775029": 17, "1332836182": 4, "1333087155": 1, @@ -11305,6 +12049,7 @@ "1335424935": 4, "1335967964": 8, "1336321181": 21, + "1336326427": 24, "1336883027": 9, "1337054696": 16, "1337167606": 1, @@ -11319,6 +12064,7 @@ "1339304676": 14, "1339362514": 1, "1339405989": 3, + "1339420279": 24, "1339525731": 17, "1339632007": 11, "1339692425": 21, @@ -11365,6 +12111,7 @@ "1343473388": 1, "1343614591": 21, "1343716704": 11, + "1344068687": 24, "1344199169": 16, "1344380113": 10, "1344552955": 1, @@ -11424,6 +12171,7 @@ "1350461160": 7, "1350461161": 7, "1350461162": 7, + "1350491133": 24, "1350571743": 10, "1350878542": 1, "1351035691": 1, @@ -11432,11 +12180,13 @@ "1351533424": 15, "1351606481": 21, "1351625431": 20, + "1352027002": 24, "1352091900": 15, "1352108388": 12, "1352197083": 12, "1352815976": 21, "1352927445": 13, + "1353098502": 24, "1353136352": 19, "1353265381": 1, "1353290737": 15, @@ -11449,6 +12199,7 @@ "1353815161": 11, "1353815162": 11, "1353822395": 8, + "1353855071": 24, "1353971267": 18, "1354288074": 20, "1354429876": 4, @@ -11473,15 +12224,18 @@ "1356474366": 4, "1356657785": 6, "1356679820": 19, + "1356804119": 24, "1357080535": 4, "1357184177": 19, "1357354098": 23, "1357354099": 23, "1357573700": 23, + "1357782687": 24, "1357856029": 22, "1357985020": 12, "1358134836": 18, "1358166065": 19, + "1358612221": 24, "1358633824": 15, "1358633825": 15, "1358652620": 4, @@ -11561,6 +12315,7 @@ "1365595761": 8, "1365739620": 4, "1365979278": 4, + "1365992938": 24, "1366394399": 17, "1366750484": 20, "1366917989": 12, @@ -11586,11 +12341,13 @@ "1368822483": 21, "1369085090": 23, "1369119565": 8, + "1369165402": 24, "1369487074": 2, "1369571722": 14, "1369661176": 16, "1369775308": 15, "1369812524": 23, + "1369904871": 24, "1370004817": 19, "1370039881": 7, "1370127613": 8, @@ -11608,6 +12365,7 @@ "1371145733": 12, "1371145734": 12, "1371145735": 12, + "1371343017": 24, "1371877916": 15, "1371918942": 5, "1371933102": 1, @@ -11628,7 +12386,9 @@ "1374468118": 3, "1374517485": 16, "1374713609": 21, + "1375136957": 24, "1375446505": 4, + "1375475507": 24, "1375679173": 14, "1375769660": 1, "1375769661": 1, @@ -11644,8 +12404,10 @@ "1377026844": 23, "1377026845": 23, "1377069894": 22, + "1377306613": 24, "1377391809": 1, "1377534523": 9, + "1377586739": 24, "1377637390": 13, "1377786146": 19, "1377839751": 19, @@ -11667,6 +12429,7 @@ "1378545975": 1, "1378831120": 15, "1378957383": 23, + "1379061299": 24, "1379477506": 11, "1379539620": 1, "1379770228": 22, @@ -11683,6 +12446,7 @@ "1381155231": 18, "1381620543": 7, "1381715183": 9, + "1381742107": 24, "1381806136": 8, "1381881897": 5, "1381973235": 23, @@ -11690,6 +12454,7 @@ "1382713362": 23, "1382789457": 10, "1383144245": 4, + "1383257114": 24, "1383325064": 2, "1383325065": 2, "1383325066": 2, @@ -11723,6 +12488,7 @@ "1387518726": 14, "1387688628": 8, "1387738947": 9, + "1387796450": 24, "1387987271": 16, "1388039632": 13, "1388039633": 13, @@ -11793,6 +12559,7 @@ "1394030426": 22, "1394090821": 19, "1394177923": 13, + "1394189878": 24, "1394384862": 4, "1394425388": 7, "1394633029": 15, @@ -11811,7 +12578,9 @@ "1395929128": 9, "1395968355": 5, "1395972031": 9, + "1396048722": 24, "1396114223": 1, + "1396318109": 24, "1396553137": 18, "1396559464": 23, "1396570133": 19, @@ -11832,6 +12601,7 @@ "1399263478": 11, "1399370777": 22, "1399383222": 22, + "1399433884": 24, "1399678798": 12, "1400006383": 5, "1400047046": 3, @@ -11876,6 +12646,7 @@ "1403685367": 20, "1403800851": 20, "1403828833": 2, + "1403892338": 24, "1404151898": 11, "1404465537": 18, "1404465538": 18, @@ -11907,6 +12678,7 @@ "1408072829": 8, "1408087974": 4, "1408087975": 4, + "1408302568": 24, "1408333234": 16, "1408399356": 19, "1408400633": 19, @@ -11952,6 +12724,7 @@ "1410819353": 16, "1410985563": 2, "1411084669": 2, + "1411518883": 24, "1411786220": 6, "1411928573": 1, "1411928574": 1, @@ -11972,6 +12745,7 @@ "1413589586": 1, "1413589587": 1, "1413646678": 20, + "1413735064": 24, "1413813747": 8, "1414130061": 12, "1414396215": 6, @@ -12024,6 +12798,7 @@ "1421331195": 2, "1421355221": 21, "1421425003": 19, + "1421772400": 24, "1421936449": 3, "1421941976": 23, "1422027157": 20, @@ -12065,6 +12840,7 @@ "1425631487": 23, "1425776985": 15, "1425794805": 16, + "1426642813": 24, "1426714322": 20, "1426914281": 15, "1426984386": 11, @@ -12076,6 +12852,7 @@ "1427602615": 5, "1427620200": 1, "1427664187": 3, + "1428068585": 24, "1428130848": 23, "1428161517": 3, "1428181930": 14, @@ -12100,6 +12877,7 @@ "1430140003": 9, "1430157883": 19, "1430183280": 22, + "1430606515": 24, "1430623773": 4, "1430930844": 11, "1431165322": 2, @@ -12109,6 +12887,7 @@ "1431423018": 6, "1431498388": 4, "1431678320": 1, + "1432022705": 24, "1432455214": 23, "1432499272": 4, "1432633204": 5, @@ -12119,12 +12898,15 @@ "1432728945": 11, "1432746969": 1, "1432806784": 4, + "1432808530": 24, "1432831619": 4, "1432969759": 4, "1433198240": 2, "1433253995": 22, "1433383514": 1, + "1433540272": 24, "1433627567": 20, + "1433731838": 24, "1434474460": 16, "1434482690": 1, "1434482691": 1, @@ -12145,6 +12927,7 @@ "1436723983": 6, "1436950612": 5, "1437147326": 17, + "1437284567": 24, "1437386097": 17, "1437610838": 21, "1437735332": 7, @@ -12164,6 +12947,7 @@ "1438635043": 16, "1438648985": 6, "1438667217": 16, + "1438673338": 24, "1438932721": 4, "1438932723": 4, "1438932724": 4, @@ -12207,6 +12991,7 @@ "1441682018": 1, "1441805468": 21, "1441827671": 2, + "1442000358": 24, "1442064747": 4, "1442425171": 23, "1442860559": 1, @@ -12216,17 +13001,23 @@ "1443260158": 23, "1443620695": 18, "1443654743": 23, + "1444043170": 24, "1444383630": 1, "1444655707": 1, + "1444664836": 24, + "1444664838": 24, + "1444664839": 24, "1444764951": 19, "1444850432": 8, "1444892171": 12, "1444894250": 4, "1444985899": 8, + "1445084364": 24, "1445156671": 8, "1445212020": 1, "1445420672": 1, "1445565392": 9, + "1445690096": 24, "1445719737": 11, "1445797517": 17, "1445854248": 4, @@ -12257,6 +13048,7 @@ "1448808637": 7, "1448940910": 20, "1449357005": 12, + "1449593027": 24, "1449599492": 18, "1449701838": 1, "1449721475": 2, @@ -12272,6 +13064,7 @@ "1450838966": 23, "1450903265": 18, "1451091657": 4, + "1451560288": 24, "1451602450": 16, "1451723779": 20, "1451831371": 15, @@ -12296,8 +13089,10 @@ "1453926847": 17, "1454293404": 22, "1454610995": 7, + "1455196768": 24, "1455331056": 3, "1455331057": 3, + "1455399239": 24, "1455474223": 14, "1455610451": 1, "1455678247": 4, @@ -12341,6 +13136,7 @@ "1458971528": 9, "1458971531": 9, "1459201683": 1, + "1459243258": 24, "1459436796": 22, "1459443448": 1, "1459715072": 4, @@ -12366,6 +13162,8 @@ "1462908657": 12, "1463369665": 6, "1463486301": 4, + "1463556435": 24, + "1463684923": 24, "1464023332": 16, "1464207979": 4, "1464543204": 17, @@ -12388,6 +13186,7 @@ "1465145855": 16, "1465405235": 12, "1465485698": 12, + "1465533596": 24, "1465571843": 20, "1465888553": 8, "1466006054": 16, @@ -12465,6 +13264,7 @@ "1472624141": 23, "1472713738": 13, "1472963920": 16, + "1473190501": 24, "1473300982": 6, "1473368760": 4, "1473368761": 4, @@ -12508,6 +13308,7 @@ "1476085268": 10, "1476198980": 21, "1476255565": 8, + "1476257808": 24, "1476299819": 1, "1476355955": 23, "1476367343": 8, @@ -12518,12 +13319,19 @@ "1476654960": 15, "1476747774": 15, "1476803535": 23, + "1476923952": 24, + "1476923953": 24, + "1476923954": 24, + "1476923955": 24, + "1476923956": 24, + "1476923957": 24, "1477025072": 6, "1477025073": 6, "1477025075": 6, "1477046559": 13, "1477271933": 11, "1477384052": 22, + "1477422359": 24, "1477499673": 21, "1477717874": 4, "1477932524": 20, @@ -12605,6 +13413,7 @@ "1486111804": 9, "1486292360": 4, "1486319393": 20, + "1486600692": 24, "1486602573": 23, "1486613374": 17, "1486625408": 21, @@ -12635,12 +13444,14 @@ "1489178155": 1, "1489178156": 1, "1489178157": 1, + "1489322610": 24, "1489452902": 3, "1489470244": 7, "1490143416": 1, "1490203679": 12, "1490307366": 4, "1490387264": 1, + "1490448467": 24, "1490571337": 2, "1490733288": 17, "1490733289": 17, @@ -12663,10 +13474,13 @@ "1491926338": 1, "1491954330": 8, "1491964077": 10, + "1492240036": 24, "1492273683": 7, + "1492522228": 24, "1492613344": 9, "1492703057": 5, "1493063130": 23, + "1493081797": 24, "1493189137": 19, "1493606787": 7, "1493873037": 3, @@ -12700,9 +13514,14 @@ "1497272876": 5, "1497293756": 22, "1497312342": 13, + "1497354980": 24, + "1497370930": 24, "1497440861": 16, "1497538390": 22, + "1497627200": 24, "1497670400": 22, + "1497830802": 24, + "1497835032": 24, "1497942350": 20, "1498161294": 14, "1498284894": 9, @@ -12713,6 +13532,7 @@ "1498917124": 6, "1499088216": 2, "1499503877": 5, + "1499674798": 24, "1499759470": 8, "1499880210": 15, "1500108639": 10, @@ -12735,9 +13555,11 @@ "1502135247": 5, "1502244101": 20, "1502507512": 19, + "1502524126": 24, "1502662697": 1, "1502692899": 7, "1502960190": 4, + "1503046688": 24, "1503365010": 21, "1503460395": 5, "1503505449": 7, @@ -12775,6 +13597,7 @@ "1505642258": 6, "1505719461": 22, "1505795903": 6, + "1505862304": 24, "1505928251": 6, "1506507524": 8, "1506719573": 9, @@ -12794,9 +13617,11 @@ "1509390730": 10, "1509496249": 10, "1509509717": 16, + "1509578058": 24, "1510035423": 5, "1510340590": 4, "1510405477": 7, + "1510597169": 24, "1510606126": 20, "1510639514": 17, "1511127118": 6, @@ -12833,6 +13658,7 @@ "1513970148": 4, "1513993763": 12, "1514009869": 13, + "1514081060": 24, "1514122509": 1, "1514173218": 16, "1514225105": 12, @@ -12862,6 +13688,7 @@ "1517593601": 1, "1517802577": 8, "1517831918": 10, + "1517917190": 24, "1517931154": 6, "1518042134": 4, "1518042135": 4, @@ -12876,6 +13703,7 @@ "1519748029": 2, "1519942860": 3, "1519942861": 3, + "1520144521": 24, "1520167422": 3, "1520468795": 8, "1520568954": 2, @@ -12887,6 +13715,7 @@ "1522156463": 22, "1522454198": 12, "1522478103": 1, + "1522566605": 24, "1522633032": 22, "1522633033": 22, "1522633034": 22, @@ -12920,6 +13749,7 @@ "1525169914": 18, "1525179630": 17, "1525239159": 3, + "1525272482": 24, "1525613164": 11, "1525622117": 12, "1525693276": 1, @@ -12944,7 +13774,9 @@ "1527895973": 8, "1528024613": 23, "1528281896": 7, + "1528455925": 24, "1528483180": 8, + "1528655453": 24, "1529004124": 23, "1529188379": 4, "1529271412": 21, @@ -12986,6 +13818,13 @@ "1533039940": 23, "1533101114": 3, "1533101115": 3, + "1533272841": 24, + "1533272842": 24, + "1533272843": 24, + "1533272844": 24, + "1533272845": 24, + "1533272846": 24, + "1533272847": 24, "1533314819": 20, "1533314820": 20, "1533314821": 20, @@ -13002,14 +13841,19 @@ "1534363017": 11, "1534425128": 23, "1534425129": 23, + "1534492014": 24, "1534503523": 3, + "1534595911": 24, "1534670698": 20, + "1535085486": 24, "1535205434": 6, "1535334771": 17, "1536044846": 1, "1536294536": 23, + "1536545003": 24, "1536798515": 16, "1536915701": 4, + "1536933453": 24, "1537074069": 8, "1537122208": 18, "1537122209": 18, @@ -13017,6 +13861,7 @@ "1537363325": 10, "1537426592": 18, "1537581030": 6, + "1537595076": 24, "1537607344": 16, "1537752048": 13, "1537752049": 13, @@ -13025,6 +13870,7 @@ "1538243034": 22, "1538362007": 4, "1538383050": 1, + "1538452424": 24, "1538585040": 1, "1538719804": 22, "1538734825": 19, @@ -13041,6 +13887,7 @@ "1538967359": 13, "1539014368": 7, "1539088535": 12, + "1539126964": 24, "1539137134": 9, "1539268295": 22, "1539361140": 20, @@ -13056,7 +13903,10 @@ "1540376513": 1, "1540530952": 14, "1540595308": 23, + "1540624578": 24, "1540650548": 21, + "1540676056": 24, + "1540784255": 24, "1540812339": 2, "1540875016": 14, "1540982869": 4, @@ -13072,11 +13922,14 @@ "1541947496": 18, "1541947501": 18, "1541998888": 7, + "1542044571": 24, "1542067821": 3, "1542163666": 22, "1542196096": 18, "1542358954": 17, + "1542608630": 24, "1542697275": 23, + "1543279656": 24, "1543316902": 21, "1544361296": 2, "1544604424": 23, @@ -13096,12 +13949,14 @@ "1546979498": 8, "1547183373": 22, "1547232064": 18, + "1547333121": 24, "1547375670": 21, "1547512994": 4, "1547626613": 22, "1547656727": 16, "1547720376": 1, "1547733991": 12, + "1547747705": 24, "1547760589": 19, "1547782973": 21, "1547884874": 20, @@ -13121,11 +13976,13 @@ "1549471512": 20, "1550063955": 6, "1550193703": 20, + "1550265010": 24, "1550908281": 12, "1551105654": 20, "1551307742": 5, "1551427429": 19, "1551512037": 21, + "1551559261": 24, "1551725739": 9, "1551736345": 16, "1551945917": 23, @@ -13191,6 +14048,7 @@ "1556840489": 9, "1557274655": 18, "1557512974": 1, + "1557561837": 24, "1557571324": 9, "1557571326": 9, "1557571327": 9, @@ -13220,6 +14078,7 @@ "1561006927": 10, "1561207229": 17, "1561249470": 6, + "1561473764": 24, "1561576321": 8, "1561597496": 9, "1561622944": 18, @@ -13253,6 +14112,7 @@ "1565861116": 8, "1566201423": 20, "1566317770": 15, + "1566319107": 24, "1566469368": 2, "1566612778": 1, "1566699968": 16, @@ -13273,6 +14133,7 @@ "1568622656": 14, "1568680695": 4, "1568895666": 4, + "1569145193": 24, "1569271914": 13, "1569342982": 20, "1569383081": 1, @@ -13283,6 +14144,7 @@ "1570603856": 8, "1570751539": 6, "1570815651": 10, + "1570948369": 24, "1571201885": 12, "1571337215": 11, "1571425240": 13, @@ -13342,6 +14204,7 @@ "1578064214": 15, "1578165808": 12, "1578351145": 3, + "1578423702": 24, "1578461326": 11, "1578478684": 1, "1578858707": 8, @@ -13362,6 +14225,7 @@ "1580095978": 20, "1580209121": 1, "1580259662": 8, + "1580591042": 24, "1580761853": 22, "1581180939": 18, "1581337400": 14, @@ -13392,6 +14256,7 @@ "1585947570": 11, "1586077290": 10, "1586231351": 20, + "1586362945": 24, "1586730542": 16, "1586768444": 3, "1586892599": 15, @@ -13416,6 +14281,11 @@ "1588618669": 20, "1588735570": 1, "1588838265": 22, + "1588878496": 24, + "1588878497": 24, + "1588878498": 24, + "1588878499": 24, + "1588911254": 24, "1588913887": 23, "1589318419": 3, "1589407358": 12, @@ -13434,6 +14304,7 @@ "1590375901": 4, "1590375902": 4, "1590375903": 4, + "1590407914": 24, "1590498252": 4, "1590498254": 4, "1590498255": 4, @@ -13478,6 +14349,7 @@ "1597235361": 7, "1597311617": 15, "1597467149": 13, + "1597668801": 24, "1597772546": 23, "1597797637": 14, "1597899255": 19, @@ -13486,6 +14358,7 @@ "1598372079": 1, "1598597433": 15, "1598687622": 1, + "1598825927": 24, "1599155324": 20, "1599177802": 22, "1599443272": 16, @@ -13518,6 +14391,7 @@ "1602994568": 16, "1602994569": 16, "1602994570": 16, + "1602994571": 24, "1603681289": 2, "1603826857": 6, "1603863150": 21, @@ -13529,6 +14403,7 @@ "1605596084": 2, "1605660571": 16, "1605693084": 20, + "1606035248": 24, "1606076864": 2, "1606160568": 12, "1606160570": 12, @@ -13539,6 +14414,7 @@ "1606218149": 11, "1606326513": 5, "1606497639": 20, + "1606586600": 24, "1606627562": 8, "1606627563": 8, "1606627564": 8, @@ -13638,6 +14514,7 @@ "1615970029": 15, "1616279522": 15, "1616317796": 1, + "1616346845": 24, "1616352579": 7, "1616415576": 5, "1616736576": 1, @@ -13646,6 +14523,7 @@ "1617376929": 3, "1617583310": 4, "1617637028": 2, + "1617663696": 24, "1617767144": 23, "1617799883": 19, "1617861351": 14, @@ -13729,6 +14607,7 @@ "1627408181": 23, "1627441143": 4, "1627640710": 16, + "1627691271": 24, "1627779993": 11, "1627792659": 11, "1627878319": 7, @@ -13775,9 +14654,11 @@ "1633703618": 19, "1633794450": 1, "1633854071": 4, + "1634279292": 24, "1634403951": 19, "1634414641": 1, "1634874660": 21, + "1634975868": 24, "1635989913": 2, "1636108362": 1, "1636205905": 4, @@ -13786,11 +14667,13 @@ "1636648287": 8, "1636953812": 23, "1637046321": 3, + "1637053785": 24, "1637326795": 10, "1637491424": 16, "1637491425": 16, "1637491426": 16, "1637492810": 10, + "1637614139": 24, "1637623713": 15, "1637920051": 18, "1638178212": 23, @@ -13822,12 +14705,15 @@ "1641369407": 6, "1641416381": 1, "1641430382": 12, + "1641527798": 24, "1642384931": 7, + "1642389930": 24, "1642781471": 3, "1642864320": 18, "1642918584": 7, "1643575148": 3, "1643656410": 20, + "1643907293": 24, "1643912408": 15, "1644134619": 22, "1644160541": 4, @@ -13841,6 +14727,7 @@ "1644978187": 5, "1645158859": 1, "1645283999": 17, + "1645318917": 24, "1645386487": 8, "1645521766": 12, "1645622205": 20, @@ -13854,6 +14741,7 @@ "1646437399": 16, "1646450907": 23, "1646520469": 4, + "1646635924": 24, "1646676896": 19, "1647137072": 23, "1647137073": 23, @@ -13905,8 +14793,10 @@ "1651275175": 7, "1651323507": 21, "1651632912": 2, + "1651664210": 24, "1651699537": 5, "1651706584": 9, + "1651936150": 24, "1651957344": 19, "1651990538": 21, "1652224118": 8, @@ -13918,6 +14808,7 @@ "1652306523": 4, "1652440677": 6, "1652467433": 11, + "1653049253": 24, "1653553573": 22, "1653741426": 8, "1653979435": 1, @@ -13946,6 +14837,7 @@ "1656549672": 18, "1656549673": 18, "1656549674": 18, + "1656746282": 24, "1656830738": 9, "1656833637": 18, "1656835365": 11, @@ -13959,6 +14851,7 @@ "1657401727": 11, "1657427196": 4, "1658071472": 13, + "1658124147": 24, "1658200446": 15, "1658294130": 11, "1658512403": 1, @@ -13967,6 +14860,8 @@ "1658896287": 1, "1658984959": 16, "1659027970": 22, + "1659078679": 24, + "1659091513": 24, "1659172686": 13, "1659232113": 1, "1659393211": 1, @@ -13974,7 +14869,9 @@ "1659651333": 23, "1659679091": 15, "1659799750": 4, + "1659826773": 24, "1659870161": 9, + "1660066262": 24, "1660085336": 12, "1660362255": 7, "1660456696": 14, @@ -13994,11 +14891,14 @@ "1661191198": 7, "1661191199": 7, "1661210822": 21, + "1661546820": 24, "1661778308": 10, "1661857196": 17, "1661981723": 7, + "1662163287": 24, "1662345671": 4, "1662439581": 1, + "1662597460": 24, "1662676904": 21, "1662794280": 18, "1662794281": 18, @@ -14045,6 +14945,7 @@ "1666413633": 1, "1666445094": 12, "1666445095": 12, + "1666450988": 24, "1667080809": 1, "1667080810": 1, "1667080811": 1, @@ -14075,6 +14976,7 @@ "1669771782": 1, "1669771783": 1, "1669792723": 20, + "1669802417": 24, "1670056281": 5, "1670328174": 20, "1670364231": 14, @@ -14138,6 +15040,7 @@ "1674822374": 9, "1674822375": 9, "1674825373": 4, + "1674833286": 24, "1674839226": 23, "1674867798": 13, "1674918614": 23, @@ -14192,6 +15095,7 @@ "1680974596": 20, "1681122628": 2, "1681144741": 21, + "1681583613": 24, "1681861892": 23, "1682095403": 6, "1682443458": 21, @@ -14258,6 +15162,7 @@ "1690446783": 15, "1690476674": 9, "1690783811": 11, + "1690884011": 24, "1691411741": 23, "1691540653": 14, "1691570586": 6, @@ -14268,6 +15173,7 @@ "1691825973": 11, "1691825974": 11, "1691825975": 11, + "1692109324": 24, "1692118511": 21, "1692416673": 17, "1692473496": 20, @@ -14292,12 +15198,14 @@ "1696232078": 21, "1696261218": 6, "1696281763": 3, + "1696802966": 24, "1696869992": 20, "1697198067": 23, "1697405019": 1, "1697418394": 1, "1697682876": 10, "1697714165": 3, + "1698079371": 24, "1698202488": 1, "1698264996": 2, "1698343728": 16, @@ -14317,6 +15225,7 @@ "1699403824": 21, "1699493316": 1, "1699568676": 17, + "1699691308": 24, "1699724249": 4, "1699964364": 13, "1699967148": 8, @@ -14337,6 +15246,7 @@ "1701125917": 21, "1701236611": 4, "1701327431": 8, + "1701417918": 24, "1701562076": 14, "1701735222": 9, "1701760626": 23, @@ -14356,6 +15266,7 @@ "1702972140": 15, "1702976605": 16, "1703250069": 22, + "1703486499": 24, "1703497804": 19, "1703519192": 7, "1703551922": 16, @@ -14389,6 +15300,7 @@ "1707016261": 23, "1707236192": 15, "1707587907": 7, + "1707981151": 24, "1707990417": 16, "1708067044": 4, "1708101438": 4, @@ -14410,14 +15322,19 @@ "1709749063": 23, "1709963256": 20, "1710108618": 22, + "1710228231": 24, "1710284674": 23, "1710345849": 18, + "1710503045": 24, "1710791394": 12, + "1710813116": 24, + "1711056134": 24, "1711249415": 11, "1711302444": 6, "1711459689": 1, "1711513650": 14, "1711682374": 22, + "1711768439": 24, "1712065759": 23, "1712072002": 8, "1712405061": 1, @@ -14427,6 +15344,7 @@ "1712792199": 12, "1712870644": 2, "1712910004": 13, + "1712970173": 24, "1713009761": 21, "1713206376": 1, "1713261530": 15, @@ -14451,6 +15369,7 @@ "1714370697": 8, "1714370698": 8, "1714663217": 16, + "1714952501": 24, "1714959198": 22, "1715056077": 20, "1715180370": 12, @@ -14471,6 +15390,7 @@ "1717486905": 4, "1717767197": 2, "1717830540": 23, + "1717855061": 24, "1717896437": 7, "1717940633": 11, "1718124762": 11, @@ -14481,6 +15401,7 @@ "1718124767": 11, "1718158916": 3, "1718289635": 8, + "1718582774": 24, "1718784632": 12, "1718784636": 12, "1718784637": 12, @@ -14488,6 +15409,7 @@ "1718784639": 12, "1718946658": 19, "1719060499": 21, + "1719082278": 24, "1719307618": 18, "1719406670": 11, "1719687748": 23, @@ -14528,6 +15450,8 @@ "1724152704": 1, "1724152705": 1, "1724152706": 1, + "1724339376": 24, + "1724339377": 24, "1724366537": 13, "1724385760": 22, "1724561611": 22, @@ -14536,6 +15460,7 @@ "1724834186": 20, "1724846115": 7, "1724984172": 21, + "1725332125": 24, "1725343112": 16, "1725345016": 22, "1725345017": 22, @@ -14550,6 +15475,7 @@ "1725823189": 10, "1725917554": 2, "1726065449": 20, + "1726251414": 24, "1726695877": 4, "1726761836": 11, "1726761837": 11, @@ -14595,6 +15521,7 @@ "1729780172": 8, "1729780175": 8, "1729787348": 21, + "1729990736": 24, "1730090752": 12, "1730090753": 12, "1730090754": 12, @@ -14623,6 +15550,7 @@ "1733232148": 21, "1733242439": 10, "1733358878": 12, + "1733558474": 24, "1733566584": 13, "1733620422": 3, "1733662405": 19, @@ -14666,10 +15594,12 @@ "1738671075": 11, "1739076284": 19, "1739076285": 19, + "1739332121": 24, "1739345730": 5, "1739783931": 23, "1739861752": 16, "1740051571": 15, + "1740058708": 24, "1740156933": 5, "1740246051": 13, "1740477343": 23, @@ -14680,6 +15610,7 @@ "1740888860": 16, "1740905008": 20, "1740959666": 23, + "1740966079": 24, "1741319917": 18, "1741360441": 19, "1741380622": 6, @@ -14694,10 +15625,12 @@ "1742928699": 16, "1742940528": 7, "1742941198": 18, + "1743013949": 24, "1743093117": 13, "1743191871": 22, "1743281883": 12, "1743365628": 1, + "1743478019": 24, "1743790315": 1, "1744000485": 6, "1744000486": 6, @@ -14717,9 +15650,12 @@ "1745105415": 10, "1745105418": 10, "1745105419": 10, + "1745152958": 24, "1745233901": 17, "1745403122": 3, "1745635073": 16, + "1745899568": 24, + "1745945065": 24, "1746278026": 13, "1746378837": 18, "1746516374": 16, @@ -14767,6 +15703,7 @@ "1749177701": 8, "1749209109": 1, "1749473785": 9, + "1749549488": 24, "1749589787": 1, "1749896152": 4, "1749964706": 14, @@ -14778,6 +15715,13 @@ "1750228747": 9, "1750365155": 3, "1750413635": 21, + "1750509736": 24, + "1750509737": 24, + "1750509738": 24, + "1750509739": 24, + "1750509741": 24, + "1750509742": 24, + "1750509743": 24, "1750845415": 20, "1751069659": 3, "1751269270": 22, @@ -14799,6 +15743,9 @@ "1752938529": 22, "1752995192": 5, "1753176120": 18, + "1753262462": 24, + "1753705144": 24, + "1753705145": 24, "1753725764": 4, "1753812297": 8, "1753939276": 14, @@ -14812,6 +15759,7 @@ "1755737153": 20, "1756336819": 20, "1756483796": 15, + "1756509213": 24, "1756516176": 11, "1756558505": 11, "1756661054": 19, @@ -14824,7 +15772,9 @@ "1757363444": 10, "1757366043": 22, "1757762246": 4, + "1758382769": 24, "1758592809": 3, + "1758773207": 24, "1758894164": 23, "1758894165": 23, "1758894166": 23, @@ -14841,6 +15791,7 @@ "1760291195": 14, "1760487764": 8, "1760543913": 2, + "1760565003": 24, "1760701414": 12, "1760898113": 12, "1761112788": 10, @@ -14882,13 +15833,18 @@ "1765728763": 10, "1765741659": 2, "1766088024": 12, + "1766314200": 24, "1766498178": 2, "1766502183": 8, "1766637794": 14, "1766739312": 21, "1767106452": 16, "1767254609": 14, + "1767287717": 24, "1767312242": 5, + "1767362871": 24, + "1767405858": 24, + "1767405859": 24, "1767664464": 20, "1767664465": 20, "1767664466": 20, @@ -14902,9 +15858,11 @@ "1767807784": 5, "1768175752": 2, "1768177879": 5, + "1768246328": 24, "1768347793": 10, "1768451458": 21, "1768489065": 22, + "1768751086": 24, "1768816993": 4, "1768818273": 23, "1768913102": 19, @@ -14922,6 +15880,7 @@ "1769856981": 18, "1770080868": 8, "1770350536": 19, + "1770490683": 24, "1770585694": 23, "1770862260": 14, "1770862261": 14, @@ -14981,6 +15940,7 @@ "1777460225": 4, "1777618773": 10, "1777712318": 12, + "1777822281": 24, "1777866858": 14, "1778271823": 12, "1778619592": 12, @@ -14988,6 +15948,7 @@ "1778793178": 12, "1778793179": 12, "1779094667": 1, + "1779098248": 24, "1779158187": 8, "1779203996": 23, "1779294368": 22, @@ -15019,9 +15980,11 @@ "1782474706": 16, "1782474707": 16, "1782616378": 20, + "1782704870": 24, "1782788668": 3, "1782799708": 23, "1782951762": 8, + "1783037007": 24, "1783130489": 16, "1783541022": 20, "1783582993": 3, @@ -15045,12 +16008,16 @@ "1784774885": 1, "1784793541": 21, "1784898267": 4, + "1785023915": 24, + "1785074902": 24, "1785172558": 18, + "1785321216": 24, "1785547370": 13, "1785830879": 20, "1786310396": 18, "1786557270": 2, "1786586137": 6, + "1786606132": 24, "1786797708": 10, "1786821965": 1, "1786879738": 8, @@ -15059,11 +16026,14 @@ "1787189405": 1, "1787190130": 22, "1788221571": 20, + "1788440897": 24, "1788603939": 16, "1788702628": 14, "1788892384": 4, "1788892385": 4, + "1788903768": 24, "1789092136": 11, + "1789236257": 24, "1789244740": 16, "1789319804": 10, "1789319805": 10, @@ -15077,6 +16047,7 @@ "1789468293": 17, "1789468294": 17, "1789501056": 12, + "1789909372": 24, "1790272280": 1, "1790425520": 7, "1790846869": 23, @@ -15161,14 +16132,17 @@ "1799762209": 14, "1799949329": 3, "1800059134": 8, + "1800078058": 24, "1800094035": 17, "1800172820": 2, + "1800252108": 24, "1800422906": 16, "1800484497": 14, "1800537035": 23, "1800924363": 7, "1800940324": 15, "1800975305": 20, + "1801007332": 24, "1801111258": 22, "1801140251": 20, "1801153435": 20, @@ -15180,6 +16154,7 @@ "1801784637": 16, "1802086967": 22, "1802135586": 18, + "1802180078": 24, "1802220527": 20, "1802262360": 9, "1802262362": 9, @@ -15189,6 +16164,7 @@ "1802262366": 9, "1802262367": 9, "1802769213": 5, + "1802812000": 24, "1802844809": 12, "1803359616": 19, "1803434835": 20, @@ -15213,6 +16189,7 @@ "1805269921": 17, "1805524104": 23, "1805830669": 10, + "1806218131": 24, "1806258196": 15, "1806311482": 12, "1806323151": 22, @@ -15228,6 +16205,7 @@ "1807758212": 14, "1807819922": 10, "1807895392": 5, + "1807926458": 24, "1808095282": 22, "1808095283": 22, "1808095284": 22, @@ -15241,6 +16219,7 @@ "1809014285": 4, "1809130913": 8, "1809216456": 14, + "1809325666": 24, "1809377325": 23, "1809381922": 1, "1809381923": 1, @@ -15256,6 +16235,9 @@ "1810399711": 1, "1810569868": 1, "1810639921": 23, + "1811148192": 24, + "1811148194": 24, + "1811148195": 24, "1811415984": 12, "1811415985": 12, "1811415986": 12, @@ -15279,6 +16261,7 @@ "1813886901": 23, "1813952000": 23, "1813985190": 23, + "1814376704": 24, "1814407142": 4, "1814594898": 8, "1814780188": 2, @@ -15297,15 +16280,19 @@ "1817373587": 19, "1817444308": 23, "1817467500": 22, + "1817535839": 24, "1817627066": 1, "1817649409": 16, "1817780685": 23, "1817905108": 15, + "1817983009": 24, "1818017085": 6, "1818103563": 4, + "1818107307": 24, "1818113173": 1, "1818257532": 8, "1818340511": 2, + "1818579185": 24, "1819090317": 17, "1819133694": 18, "1819243643": 19, @@ -15377,6 +16364,7 @@ "1823966644": 6, "1823966645": 6, "1823966647": 6, + "1824250893": 24, "1824298413": 1, "1824434004": 8, "1824486242": 13, @@ -15385,6 +16373,7 @@ "1824935794": 15, "1825012306": 23, "1825213269": 12, + "1825319511": 24, "1825472717": 1, "1825764931": 1, "1825880546": 1, @@ -15393,8 +16382,10 @@ "1826298670": 18, "1826502005": 3, "1826993016": 16, + "1827044758": 24, "1827197439": 20, "1827389998": 16, + "1827753946": 24, "1827800764": 3, "1827816196": 1, "1828076537": 10, @@ -15416,15 +16407,21 @@ "1830049473": 18, "1830086706": 1, "1830829330": 7, + "1831154419": 24, "1831499663": 16, "1831789550": 20, + "1831806500": 24, "1832207060": 16, + "1832224525": 24, "1832715465": 15, "1832715717": 18, + "1832839922": 24, "1832890340": 3, "1832897800": 12, "1833014975": 15, "1833039879": 3, + "1833111001": 24, + "1833111002": 24, "1833195496": 15, "1833326563": 15, "1833510529": 22, @@ -15432,6 +16429,7 @@ "1833569877": 4, "1833569879": 4, "1833744687": 4, + "1833819184": 24, "1833943240": 3, "1833943242": 3, "1833943243": 3, @@ -15442,6 +16440,7 @@ "1834083666": 1, "1834163303": 20, "1834163582": 23, + "1834198328": 24, "1834245236": 18, "1834598430": 9, "1834731376": 7, @@ -15451,6 +16450,7 @@ "1835551337": 4, "1835747805": 11, "1835787579": 3, + "1835879719": 24, "1835885085": 15, "1835957490": 8, "1835957644": 22, @@ -15466,6 +16466,7 @@ "1837294881": 1, "1837324005": 19, "1837565996": 7, + "1837817086": 24, "1837837272": 16, "1838074630": 3, "1838096576": 11, @@ -15475,6 +16476,7 @@ "1838291479": 12, "1838299304": 5, "1838313584": 8, + "1838787439": 24, "1838832624": 1, "1839077078": 1, "1839079406": 23, @@ -15489,6 +16491,7 @@ "1840239774": 1, "1840314858": 22, "1840698112": 23, + "1840843335": 24, "1840887194": 23, "1840892693": 17, "1840919274": 12, @@ -15504,6 +16507,7 @@ "1842067488": 5, "1842249748": 23, "1842303080": 2, + "1842345824": 24, "1842527156": 17, "1842527157": 17, "1842527158": 17, @@ -15514,6 +16518,8 @@ "1843044398": 4, "1843044399": 4, "1843077728": 14, + "1843099443": 24, + "1843099446": 24, "1843137590": 23, "1843137591": 23, "1843231752": 13, @@ -15562,11 +16568,13 @@ "1847708611": 5, "1847867892": 14, "1847870034": 1, + "1847932006": 24, "1847940076": 1, "1848187513": 20, "1848352514": 8, "1848503472": 5, "1848640623": 4, + "1848716179": 24, "1848999098": 1, "1849149215": 18, "1849516148": 18, @@ -15578,6 +16586,7 @@ "1850231816": 22, "1850421481": 22, "1851004515": 19, + "1851512617": 24, "1851521408": 19, "1851649370": 15, "1851777734": 21, @@ -15633,9 +16642,13 @@ "1855856964": 23, "1856066997": 8, "1856262127": 17, + "1856777089": 24, "1856805547": 1, + "1856922931": 24, "1857004647": 16, + "1857138596": 24, "1857225098": 20, + "1857433271": 24, "1857524114": 1, "1858002338": 14, "1858216083": 7, @@ -15644,14 +16657,19 @@ "1858878452": 11, "1858911761": 8, "1859205363": 13, + "1859290174": 24, "1859506945": 20, + "1859877033": 24, "1859929470": 4, "1859941165": 13, + "1860024064": 24, "1860140389": 21, "1860355337": 3, "1860989450": 22, "1861032455": 12, + "1861087035": 24, "1861096999": 18, + "1861221692": 24, "1861403930": 2, "1861426408": 16, "1861426409": 16, @@ -15685,6 +16703,7 @@ "1863772131": 4, "1863863106": 23, "1863959619": 17, + "1863967744": 24, "1864340146": 10, "1864563948": 3, "1864650146": 9, @@ -15723,6 +16742,7 @@ "1868330222": 17, "1868330223": 17, "1868384995": 16, + "1868911946": 24, "1869036888": 11, "1869157938": 9, "1869315388": 18, @@ -15730,12 +16750,18 @@ "1869315390": 18, "1869315391": 18, "1869482416": 16, + "1869519823": 24, "1869543576": 10, "1869642628": 12, "1869653095": 9, "1869654860": 20, "1869722155": 9, "1869779952": 1, + "1869939001": 24, + "1869939004": 24, + "1869939005": 24, + "1869939006": 24, + "1869939007": 24, "1870029884": 3, "1870273657": 10, "1870549950": 22, @@ -15781,11 +16807,14 @@ "1875434402": 20, "1875512595": 22, "1875607511": 1, + "1875799486": 24, "1875800772": 14, "1876007169": 5, "1876097473": 7, "1876645652": 1, "1876645653": 1, + "1876654620": 24, + "1876801779": 24, "1876989571": 15, "1876995991": 23, "1877183764": 4, @@ -15803,6 +16832,7 @@ "1878293399": 12, "1878559445": 14, "1878753218": 9, + "1878756191": 24, "1878869144": 3, "1879053658": 4, "1879172711": 9, @@ -15825,7 +16855,10 @@ "1880442216": 12, "1880442217": 12, "1880665731": 8, + "1880745459": 24, + "1880745462": 24, "1880883246": 16, + "1881106972": 24, "1881117733": 10, "1881368462": 19, "1881464983": 8, @@ -15834,10 +16867,12 @@ "1881519186": 17, "1881577581": 5, "1881589962": 11, + "1882005053": 24, "1882457108": 10, "1882457724": 16, "1882457725": 16, "1882714392": 22, + "1882721406": 24, "1882871700": 5, "1882871701": 5, "1882871702": 5, @@ -15860,9 +16895,11 @@ "1883813992": 16, "1883989897": 2, "1884027300": 23, + "1884139133": 24, "1884301546": 12, "1884579135": 16, "1884588413": 21, + "1884632560": 24, "1885045197": 12, "1885107794": 16, "1885107795": 16, @@ -15874,8 +16911,10 @@ "1885107805": 16, "1885107806": 16, "1885107807": 16, + "1885149228": 24, "1885339915": 20, "1885400500": 1, + "1885689661": 24, "1885753220": 1, "1885753222": 1, "1885753223": 1, @@ -15889,6 +16928,7 @@ "1886580966": 6, "1886580967": 6, "1886725463": 17, + "1886840007": 24, "1886868481": 3, "1886970526": 23, "1887054634": 19, @@ -15938,6 +16978,8 @@ "1890198828": 14, "1890198830": 14, "1890198831": 14, + "1890298170": 24, + "1890332078": 24, "1890422124": 1, "1890642983": 2, "1890693805": 1, @@ -15971,6 +17013,7 @@ "1893228467": 23, "1893323658": 1, "1893349933": 1, + "1893432207": 24, "1893992073": 4, "1894263102": 1, "1894308274": 23, @@ -15978,6 +17021,7 @@ "1894749743": 16, "1894889504": 7, "1895044987": 1, + "1895312476": 24, "1895324274": 8, "1895532772": 1, "1895674063": 20, @@ -16004,11 +17048,14 @@ "1897361501": 1, "1897361502": 1, "1897361503": 1, + "1897523046": 24, "1897528210": 3, "1897536429": 3, "1897731160": 21, "1897766356": 10, "1897876010": 23, + "1898264895": 24, + "1898357590": 24, "1898629824": 15, "1898629825": 15, "1898629830": 15, @@ -16016,6 +17063,7 @@ "1898794867": 14, "1899370350": 8, "1899396781": 23, + "1899449533": 24, "1899800182": 1, "1900280383": 11, "1900348008": 22, @@ -16070,6 +17118,7 @@ "1903777475": 21, "1903831530": 4, "1903882672": 21, + "1903892342": 24, "1903965822": 3, "1904199788": 1, "1904222504": 22, @@ -16077,6 +17126,7 @@ "1904627820": 20, "1904627822": 20, "1904811766": 1, + "1904833517": 24, "1904833599": 7, "1905044254": 17, "1905273033": 19, @@ -16109,12 +17159,14 @@ "1908212570": 4, "1908254109": 7, "1909264534": 4, + "1909305643": 24, "1909470440": 15, "1909527966": 1, "1909626293": 8, "1909657913": 5, "1909919170": 21, "1910006054": 23, + "1910323534": 24, "1910650780": 2, "1910728990": 22, "1910930408": 23, @@ -16129,6 +17181,7 @@ "1911843790": 1, "1911843791": 1, "1911956235": 23, + "1911981644": 24, "1912117696": 16, "1912138920": 15, "1912138921": 15, @@ -16142,6 +17195,7 @@ "1912568536": 4, "1912669214": 21, "1912716657": 20, + "1912718977": 24, "1912977068": 3, "1912977069": 3, "1912977070": 3, @@ -16157,13 +17211,17 @@ "1913940603": 2, "1913969039": 7, "1913980126": 20, + "1914300633": 24, "1914390712": 12, "1914390713": 12, + "1914554041": 24, "1914589560": 11, "1914687106": 23, "1914761507": 12, "1914989540": 6, "1914989541": 6, + "1915042450": 24, + "1915080913": 24, "1915223374": 23, "1915493615": 11, "1915498345": 4, @@ -16226,6 +17284,7 @@ "1921074348": 23, "1921159786": 14, "1921240599": 16, + "1921571489": 24, "1921621364": 2, "1921694150": 12, "1921694151": 12, @@ -16233,6 +17292,7 @@ "1921961414": 18, "1922130428": 12, "1922196810": 19, + "1922402428": 24, "1922492112": 9, "1922492113": 9, "1922492120": 9, @@ -16259,6 +17319,8 @@ "1924470873": 13, "1924537148": 16, "1924584408": 20, + "1924663602": 24, + "1924771146": 24, "1925778651": 8, "1925931662": 22, "1926033630": 15, @@ -16279,6 +17341,7 @@ "1926721424": 12, "1926778301": 10, "1926783641": 23, + "1926987477": 24, "1927164028": 4, "1927164029": 4, "1927193846": 2, @@ -16324,6 +17387,7 @@ "1930510154": 15, "1930571866": 12, "1931066670": 22, + "1931078220": 24, "1931336932": 1, "1931453096": 14, "1931453100": 14, @@ -16334,6 +17398,9 @@ "1931575512": 20, "1931729143": 9, "1931939585": 18, + "1931951168": 24, + "1931951169": 24, + "1931951170": 24, "1932168248": 19, "1932203931": 9, "1932613595": 13, @@ -16379,6 +17446,7 @@ "1937185139": 12, "1937377668": 10, "1937552980": 18, + "1937670151": 24, "1937677973": 11, "1937694075": 12, "1937834292": 11, @@ -16438,14 +17506,17 @@ "1942048138": 1, "1942069133": 3, "1942183672": 1, + "1942311415": 24, "1942359016": 17, "1942359017": 17, "1942359019": 17, "1942359022": 17, "1942359023": 17, + "1942684173": 24, "1942880504": 18, "1942885032": 21, "1942988696": 10, + "1942997172": 24, "1943443807": 20, "1943472568": 19, "1943561228": 23, @@ -16464,6 +17535,7 @@ "1945196704": 11, "1945672998": 16, "1945704254": 21, + "1945712408": 24, "1945738920": 23, "1946260457": 1, "1946278503": 8, @@ -16478,6 +17550,7 @@ "1947468772": 20, "1947619679": 23, "1947723211": 13, + "1947855935": 24, "1947863700": 4, "1948035256": 22, "1948150312": 14, @@ -16490,6 +17563,7 @@ "1949257483": 2, "1949295586": 2, "1949350697": 19, + "1949509743": 24, "1949563342": 20, "1949733158": 19, "1949951625": 3, @@ -16510,6 +17584,7 @@ "1951355667": 15, "1951638138": 14, "1951799900": 23, + "1951825320": 24, "1951876686": 9, "1952163498": 8, "1952218240": 19, @@ -16522,8 +17597,10 @@ "1952218247": 18, "1952218254": 19, "1952218255": 19, + "1952223085": 24, "1952647501": 12, "1952954488": 23, + "1953240323": 24, "1953501241": 7, "1953621386": 10, "1953632753": 13, @@ -16540,7 +17617,10 @@ "1954823452": 18, "1955105222": 22, "1955132232": 2, + "1955453921": 24, + "1955548646": 24, "1955679597": 13, + "1955791387": 24, "1955871579": 10, "1955873849": 20, "1955889380": 9, @@ -16575,8 +17655,11 @@ "1958368590": 9, "1958368591": 9, "1958396472": 10, + "1958630864": 24, + "1958738306": 24, "1958887754": 19, "1958926005": 8, + "1959135343": 24, "1959141363": 11, "1959285715": 10, "1959416654": 13, @@ -16611,10 +17694,12 @@ "1960776126": 5, "1960898552": 19, "1961001474": 2, + "1961006384": 24, "1961095289": 5, "1961144892": 16, "1961182320": 21, "1961344986": 23, + "1961468307": 24, "1961485542": 8, "1961641728": 12, "1961641729": 12, @@ -16641,8 +17726,10 @@ "1963513388": 23, "1963513389": 23, "1963513391": 23, + "1964197790": 24, "1964254133": 1, "1964414318": 20, + "1964633490": 24, "1964768777": 16, "1964816829": 22, "1964834614": 4, @@ -16666,6 +17753,9 @@ "1966900685": 2, "1966913114": 12, "1967005259": 23, + "1967250736": 24, + "1967250737": 24, + "1967250742": 24, "1967303408": 14, "1967366102": 10, "1967610165": 1, @@ -16674,10 +17764,12 @@ "1967983910": 3, "1968220200": 12, "1968283192": 20, + "1968285571": 24, "1968410628": 23, "1968497646": 1, "1968553944": 1, "1968811824": 12, + "1968869261": 24, "1968995954": 18, "1968995955": 18, "1968995960": 18, @@ -16748,6 +17840,7 @@ "1976108766": 20, "1976338154": 21, "1976373136": 23, + "1976855328": 24, "1977104072": 12, "1977116498": 23, "1977242752": 15, @@ -16757,6 +17850,7 @@ "1977926913": 1, "1978060364": 18, "1978110490": 1, + "1978306813": 24, "1978760489": 1, "1978883491": 11, "1978904076": 6, @@ -16770,6 +17864,12 @@ "1980445927": 5, "1980618587": 20, "1980768298": 4, + "1980796560": 24, + "1980796561": 24, + "1980796562": 24, + "1980796563": 24, + "1980796564": 24, + "1981116089": 24, "1981198485": 23, "1981225397": 4, "1981299870": 19, @@ -16790,6 +17890,7 @@ "1983332561": 1, "1983332562": 1, "1983369203": 12, + "1983429436": 24, "1983519830": 10, "1983519831": 10, "1983519832": 10, @@ -16823,6 +17924,7 @@ "1985077981": 20, "1985154504": 23, "1985209024": 9, + "1985296041": 24, "1985773540": 17, "1985773541": 17, "1985773544": 17, @@ -16853,6 +17955,7 @@ "1988113912": 3, "1988218406": 1, "1988446571": 12, + "1988485648": 24, "1988790493": 4, "1989012524": 13, "1989103583": 4, @@ -16863,6 +17966,7 @@ "1989814421": 6, "1989814422": 6, "1989814423": 6, + "1989849795": 24, "1990089466": 20, "1990315366": 6, "1990928495": 1, @@ -16886,11 +17990,13 @@ "1993862891": 8, "1993894085": 23, "1994039403": 19, + "1994245112": 24, "1994315035": 23, "1994645182": 16, "1995011456": 1, "1995011457": 1, "1995011459": 1, + "1995440870": 24, "1995898181": 1, "1996005887": 16, "1996008488": 8, @@ -16928,6 +18034,7 @@ "2000448433": 19, "2000464223": 20, "2000465444": 18, + "2000485999": 24, "2000839529": 15, "2000925651": 19, "2001069811": 15, @@ -16940,8 +18047,11 @@ "2001563200": 10, "2001565587": 6, "2001580515": 21, + "2001654141": 24, + "2001697739": 24, "2001721035": 18, "2001788985": 13, + "2001908703": 24, "2001962619": 20, "2002014027": 22, "2002031976": 23, @@ -16956,6 +18066,10 @@ "2002547233": 16, "2002682954": 1, "2002770452": 23, + "2002947810": 24, + "2002947811": 24, + "2002947812": 24, + "2002947813": 24, "2003022817": 16, "2003042147": 8, "2003108620": 1, @@ -16964,11 +18078,19 @@ "2003516836": 11, "2003516838": 11, "2003516839": 11, + "2003576929": 24, "2003717903": 9, + "2003833922": 24, + "2003887571": 24, "2004141959": 23, "2004142280": 21, "2004184492": 9, "2004218725": 22, + "2004237811": 24, + "2004237812": 24, + "2004237813": 24, + "2004237814": 24, + "2004237815": 24, "2004366751": 4, "2004752092": 6, "2004812199": 8, @@ -16999,15 +18121,18 @@ "2009892127": 11, "2010051528": 15, "2010132761": 2, + "2010441591": 24, "2010543611": 19, "2010554576": 1, "2010554578": 1, "2010554579": 1, + "2010671340": 24, "2010801679": 1, "2011179937": 18, "2011267747": 14, "2011480534": 8, "2011569904": 4, + "2012023082": 24, "2012043032": 13, "2012043033": 13, "2012043036": 13, @@ -17034,7 +18159,11 @@ "2014892510": 16, "2015006943": 12, "2015081171": 22, + "2015084708": 24, + "2015084709": 24, + "2015084710": 24, "2015125095": 2, + "2015566989": 24, "2015894615": 8, "2016001725": 1, "2016188147": 20, @@ -17044,13 +18173,16 @@ "2016631002": 2, "2016673914": 20, "2016701794": 19, + "2016724087": 24, "2016746467": 23, + "2016756858": 24, "2016937064": 3, "2016987415": 10, "2017059966": 12, "2017104093": 2, "2017375168": 19, "2017612809": 19, + "2018233313": 24, "2018335269": 21, "2018958710": 3, "2019519386": 10, @@ -17076,6 +18208,7 @@ "2022099023": 19, "2022178838": 10, "2022244152": 17, + "2022294213": 24, "2022320962": 2, "2022386690": 6, "2022821262": 17, @@ -17091,11 +18224,14 @@ "2024468991": 14, "2024544261": 16, "2024652627": 22, + "2025131952": 24, + "2025131953": 24, "2025249669": 16, "2025523685": 1, "2025628945": 2, "2025716654": 12, "2025720383": 3, + "2025902757": 24, "2026015255": 3, "2026031146": 16, "2026087437": 17, @@ -17120,6 +18256,7 @@ "2027598067": 7, "2027656169": 22, "2027791513": 8, + "2027800286": 24, "2028073058": 19, "2028292379": 18, "2028330678": 3, @@ -17175,6 +18312,7 @@ "2033887688": 20, "2034215657": 20, "2034622599": 4, + "2034640311": 24, "2034817450": 4, "2034886320": 19, "2034926084": 3, @@ -17198,6 +18336,7 @@ "2036320430": 13, "2036320431": 13, "2036459008": 3, + "2036483182": 24, "2036608884": 4, "2036655792": 9, "2036731775": 12, @@ -17209,6 +18348,7 @@ "2037737376": 19, "2038017661": 1, "2038031594": 18, + "2038129348": 24, "2038196759": 16, "2038332088": 15, "2038334920": 3, @@ -17217,6 +18357,10 @@ "2038691424": 12, "2038956436": 12, "2039043276": 3, + "2039246688": 24, + "2039246689": 24, + "2039246690": 24, + "2039246691": 24, "2039302152": 1, "2039333456": 7, "2039588176": 8, @@ -17256,6 +18400,7 @@ "2043897528": 22, "2044322464": 1, "2044500762": 4, + "2044655233": 24, "2044758613": 1, "2044767186": 2, "2044783265": 23, @@ -17272,6 +18417,7 @@ "2048574700": 4, "2048641572": 20, "2048751167": 1, + "2048762125": 24, "2048820115": 18, "2048903186": 8, "2049064922": 22, @@ -17284,6 +18430,7 @@ "2050390088": 23, "2050509438": 5, "2050789284": 12, + "2050879410": 24, "2050996609": 17, "2051169657": 11, "2051266836": 6, @@ -17294,6 +18441,7 @@ "2051771644": 5, "2051771647": 5, "2052113347": 23, + "2052382465": 24, "2052426051": 4, "2052469498": 17, "2053125688": 1, @@ -17336,6 +18484,7 @@ "2056426003": 13, "2056426004": 13, "2056426005": 13, + "2056447402": 24, "2056591688": 14, "2056606165": 22, "2056685398": 8, @@ -17346,6 +18495,7 @@ "2057304093": 12, "2057304094": 12, "2057304095": 12, + "2057542406": 24, "2057869666": 18, "2057955626": 17, "2058055880": 7, @@ -17361,6 +18511,7 @@ "2059442237": 12, "2059481925": 16, "2059601679": 20, + "2060213237": 24, "2060467817": 23, "2060516289": 4, "2060759196": 12, @@ -17370,6 +18521,7 @@ "2060830238": 20, "2060863616": 13, "2061214628": 14, + "2061355556": 24, "2061813349": 18, "2062090560": 19, "2062146200": 19, @@ -17383,14 +18535,18 @@ "2062815067": 11, "2062815069": 11, "2062911883": 2, + "2063193740": 24, + "2063217087": 24, "2063528865": 22, "2064212142": 20, "2064394295": 5, + "2064763721": 24, "2064956040": 15, "2065081837": 14, "2065460339": 3, "2065578431": 1, "2065742740": 19, + "2065743110": 24, "2066074780": 12, "2066098484": 2, "2066275732": 9, @@ -17422,6 +18578,7 @@ "2067971469": 13, "2068320776": 21, "2068446973": 16, + "2068499066": 24, "2068842367": 20, "2068952036": 8, "2069075192": 23, @@ -17436,6 +18593,7 @@ "2069797997": 21, "2069797998": 21, "2069797999": 21, + "2069829085": 24, "2069954304": 21, "2070010145": 7, "2070062384": 11, @@ -17484,6 +18642,7 @@ "2076339106": 2, "2076567986": 4, "2076777678": 3, + "2077016094": 24, "2077171930": 20, "2077249154": 14, "2077249155": 14, @@ -17496,6 +18655,7 @@ "2077916977": 12, "2078052661": 11, "2078097559": 7, + "2078133143": 24, "2078240126": 18, "2078267281": 2, "2078304963": 15, @@ -17529,6 +18689,7 @@ "2080370847": 23, "2080470161": 4, "2080519917": 4, + "2080693132": 24, "2080982043": 22, "2081174454": 18, "2081255170": 15, @@ -17564,6 +18725,7 @@ "2083844070": 14, "2083844071": 14, "2083980383": 5, + "2084449850": 24, "2084611899": 3, "2084652226": 8, "2084878005": 10, @@ -17572,6 +18734,7 @@ "2085268401": 23, "2085362553": 9, "2085431068": 19, + "2085536058": 24, "2085574015": 1, "2085635022": 1, "2085872226": 12, @@ -17581,18 +18744,22 @@ "2086335738": 4, "2086437031": 20, "2086494214": 8, + "2086582259": 24, "2086640064": 1, "2086800026": 12, "2086800027": 12, "2087010644": 20, "2087010645": 20, "2087171913": 23, + "2087601075": 24, "2087670067": 5, "2087806543": 23, "2087899461": 3, "2088009808": 17, + "2088032933": 24, "2088608451": 5, "2088672978": 2, + "2088810067": 24, "2088829612": 4, "2088834049": 23, "2088917122": 22, @@ -17601,6 +18768,14 @@ "2089178748": 23, "2089197765": 1, "2089363823": 3, + "2089383936": 24, + "2089383937": 24, + "2089383938": 24, + "2089383939": 24, + "2089383941": 24, + "2089383942": 24, + "2089383943": 24, + "2089510192": 24, "2089583446": 12, "2089620970": 12, "2089620971": 12, @@ -17616,6 +18791,7 @@ "2090957351": 19, "2091001077": 16, "2091184932": 1, + "2091225008": 24, "2091323522": 12, "2091737595": 2, "2091855327": 1, @@ -17631,6 +18807,8 @@ "2092805629": 19, "2092805631": 19, "2092980315": 19, + "2093011430": 24, + "2093568103": 24, "2093582848": 23, "2093726563": 22, "2093762600": 1, @@ -17649,6 +18827,7 @@ "2094466371": 23, "2094718687": 11, "2094761202": 16, + "2094910730": 24, "2094938673": 1, "2094939076": 18, "2095143806": 21, @@ -17685,9 +18864,11 @@ "2099896459": 20, "2099958242": 20, "2100117443": 22, + "2100231191": 24, "2100543565": 20, "2100660391": 15, "2100722945": 23, + "2100959523": 24, "2101042593": 23, "2101431249": 4, "2101490074": 16, @@ -17718,6 +18899,7 @@ "2104205416": 7, "2104295859": 3, "2104310735": 15, + "2104674665": 24, "2104801573": 8, "2104923550": 4, "2104928736": 14, @@ -17730,6 +18912,7 @@ "2105827099": 4, "2106190460": 15, "2106367500": 23, + "2106695216": 24, "2106726848": 20, "2107367383": 1, "2107634433": 23, @@ -17746,6 +18929,7 @@ "2109718917": 23, "2109724241": 19, "2109775897": 21, + "2109789017": 24, "2110175464": 23, "2110175465": 23, "2110175468": 23, @@ -17756,6 +18940,7 @@ "2110304286": 14, "2110304287": 14, "2110420504": 1, + "2110474871": 24, "2110520158": 3, "2110538051": 20, "2110811093": 15, @@ -17771,11 +18956,13 @@ "2111405895": 21, "2111549310": 20, "2111651017": 4, + "2111688445": 24, "2111735666": 7, "2111743561": 22, "2111956477": 3, "2112541750": 11, "2112755457": 21, + "2112808786": 24, "2112821379": 11, "2112889975": 2, "2112909414": 4, @@ -17799,7 +18986,9 @@ "2114894938": 3, "2114921262": 1, "2114949933": 16, + "2115091616": 24, "2115513552": 17, + "2115632125": 24, "2115669520": 5, "2115919719": 22, "2116237911": 20, @@ -17809,6 +18998,7 @@ "2116967332": 1, "2117077149": 9, "2117324018": 1, + "2117436281": 24, "2117628185": 23, "2117683199": 1, "2117821797": 21, @@ -17871,11 +19061,14 @@ "2125764734": 4, "2125848606": 12, "2125848607": 12, + "2125892210": 24, + "2126178511": 24, "2126248149": 18, "2126415067": 2, "2126433420": 21, "2126482184": 19, "2126560579": 16, + "2126566604": 24, "2126919859": 15, "2127149322": 1, "2127159568": 2, @@ -17936,17 +19129,23 @@ "2133641433": 22, "2133694745": 13, "2133875282": 20, + "2133927665": 24, + "2133975662": 24, "2134060127": 19, "2134070164": 1, "2134117428": 21, "2134175135": 17, "2134292552": 6, "2134318165": 2, + "2134412545": 24, "2134434788": 12, "2134525033": 17, + "2134769653": 24, "2134853490": 22, + "2135276011": 24, "2135408023": 23, "2135450480": 1, + "2135836316": 24, "2136310244": 20, "2136404297": 22, "2136479687": 3, @@ -18004,6 +19203,7 @@ "2142848756": 11, "2142852459": 12, "2142971474": 2, + "2143344319": 24, "2143618030": 16, "2143887570": 15, "2143921997": 22, @@ -18027,6 +19227,7 @@ "2145476620": 1, "2145476622": 1, "2145476623": 1, + "2145594812": 24, "2146208411": 10, "2146221742": 23, "2146386894": 14, @@ -18086,6 +19287,8 @@ "2151744259": 15, "2152062199": 14, "2152257891": 15, + "2152404392": 24, + "2152484073": 24, "2153115584": 2, "2153115585": 2, "2153115586": 2, @@ -18108,8 +19311,10 @@ "2154357293": 15, "2154427219": 1, "2154492783": 20, + "2154498970": 24, "2154646102": 22, "2154686615": 9, + "2154917694": 24, "2154972354": 19, "2155015844": 17, "2155113811": 4, @@ -18151,6 +19356,7 @@ "2159348178": 19, "2159352803": 16, "2159363321": 1, + "2159387046": 24, "2159873586": 11, "2159873587": 11, "2159873592": 11, @@ -18162,11 +19368,13 @@ "2159873598": 11, "2159873599": 11, "2159906485": 23, + "2160121874": 24, "2160569198": 1, "2160775258": 18, "2160858284": 22, "2161024815": 2, "2161167521": 5, + "2161352153": 24, "2161392874": 21, "2161467231": 20, "2161500378": 3, @@ -18174,6 +19382,7 @@ "2161622629": 4, "2161676424": 9, "2161809809": 11, + "2162076565": 24, "2162180457": 23, "2162212981": 4, "2162248468": 14, @@ -18181,6 +19390,7 @@ "2162261876": 3, "2162269537": 19, "2162276668": 1, + "2162351761": 24, "2162502468": 1, "2162824284": 1, "2163010787": 15, @@ -18208,6 +19418,7 @@ "2165109818": 22, "2165423482": 19, "2165598463": 1, + "2165646103": 24, "2165661157": 1, "2165754723": 4, "2165756235": 18, @@ -18233,8 +19444,10 @@ "2167462565": 10, "2167462566": 10, "2167462567": 10, + "2167577844": 24, "2167592210": 12, "2167592211": 12, + "2167611941": 24, "2167929971": 11, "2168097765": 23, "2168140710": 1, @@ -18258,6 +19471,7 @@ "2169515412": 4, "2169592589": 23, "2169736092": 2, + "2169901471": 24, "2169905051": 16, "2169941019": 1, "2169945323": 8, @@ -18266,6 +19480,7 @@ "2170065560": 3, "2170254329": 16, "2170362390": 12, + "2170616305": 24, "2170668320": 23, "2170939813": 3, "2171006181": 3, @@ -18301,6 +19516,7 @@ "2174686653": 8, "2174686654": 8, "2174686655": 8, + "2174788187": 24, "2175198317": 11, "2175577211": 20, "2176234884": 15, @@ -18344,6 +19560,8 @@ "2179603795": 6, "2179603798": 6, "2179603799": 6, + "2179658116": 24, + "2179804365": 24, "2179827240": 17, "2179902689": 15, "2179914730": 12, @@ -18356,6 +19574,7 @@ "2180532772": 4, "2180704411": 21, "2180706695": 16, + "2181013239": 24, "2181171120": 14, "2181242591": 12, "2181364647": 17, @@ -18383,6 +19602,7 @@ "2185327324": 18, "2185500219": 3, "2185830722": 20, + "2185878931": 24, "2186043204": 14, "2186258845": 5, "2186532310": 5, @@ -18445,6 +19665,7 @@ "2192678014": 4, "2192678015": 4, "2192699203": 4, + "2192752409": 24, "2192962617": 18, "2192971810": 18, "2193087628": 3, @@ -18502,6 +19723,7 @@ "2197526650": 13, "2197832433": 16, "2197856849": 20, + "2198166292": 24, "2198664628": 16, "2199033223": 23, "2199055252": 1, @@ -18584,8 +19806,10 @@ "2205014139": 12, "2205014140": 12, "2205315921": 8, + "2205316386": 24, "2205382146": 4, "2205426926": 19, + "2205599806": 24, "2205604183": 1, "2205681687": 19, "2205747696": 20, @@ -18597,6 +19821,7 @@ "2206581692": 23, "2206646367": 19, "2206724148": 20, + "2206834259": 24, "2206869417": 19, "2207022575": 1, "2207103371": 2, @@ -18604,6 +19829,7 @@ "2207212297": 23, "2207282210": 10, "2207709741": 18, + "2207821261": 24, "2207883242": 23, "2208283297": 2, "2208405142": 2, @@ -18617,7 +19843,10 @@ "2209280306": 1, "2209280307": 1, "2209347473": 17, + "2209399862": 24, + "2209399863": 24, "2209451511": 1, + "2209475495": 24, "2209521027": 22, "2209604931": 13, "2209734576": 15, @@ -18675,6 +19904,7 @@ "2214979413": 10, "2214979414": 10, "2214979415": 10, + "2215061418": 24, "2215343712": 2, "2215515944": 16, "2215515945": 16, @@ -18682,6 +19912,7 @@ "2215515947": 16, "2215573583": 12, "2215619028": 20, + "2215711693": 24, "2215945386": 13, "2215945387": 13, "2215945388": 13, @@ -18776,6 +20007,7 @@ "2223145359": 2, "2223181823": 21, "2223453867": 20, + "2223611846": 24, "2223827051": 16, "2223901117": 23, "2223907273": 12, @@ -18798,9 +20030,11 @@ "2225838050": 1, "2225903500": 7, "2226216068": 6, + "2226274450": 24, "2226587760": 1, "2226793914": 19, "2226840012": 17, + "2226953648": 24, "2226955581": 21, "2227061199": 1, "2227552940": 13, @@ -18829,6 +20063,7 @@ "2231414196": 4, "2231414197": 4, "2231492918": 3, + "2231742466": 24, "2231762285": 7, "2231816495": 7, "2231910050": 20, @@ -18864,13 +20099,16 @@ "2234799665": 22, "2234841490": 10, "2234855160": 6, + "2235063232": 24, "2235354906": 12, + "2235498609": 24, "2235726550": 20, "2235731789": 16, "2235733301": 1, "2236091344": 8, "2236159170": 4, "2237216282": 19, + "2237791985": 24, "2237931050": 3, "2237975061": 20, "2238035098": 1, @@ -18885,17 +20123,20 @@ "2238986706": 14, "2238986707": 14, "2239429352": 23, + "2239832948": 24, "2239909189": 14, "2240028724": 2, "2240097604": 4, "2240142222": 19, "2240152949": 6, + "2240389561": 24, "2240395226": 17, "2240395227": 17, "2240395228": 17, "2240395229": 17, "2240395231": 17, "2240432493": 17, + "2240495408": 24, "2240729575": 16, "2240762852": 4, "2240762853": 4, @@ -18923,6 +20164,7 @@ "2243205274": 21, "2243444841": 4, "2243729317": 4, + "2243898608": 24, "2243926665": 3, "2244251223": 20, "2244604734": 15, @@ -18935,6 +20177,7 @@ "2245749463": 23, "2245771726": 8, "2245839670": 20, + "2245868191": 24, "2245996336": 14, "2245996337": 14, "2246184588": 23, @@ -18951,6 +20194,7 @@ "2247740696": 23, "2248107611": 10, "2248131846": 20, + "2248212155": 24, "2248667690": 2, "2248837196": 2, "2248916756": 8, @@ -18963,6 +20207,7 @@ "2248916766": 8, "2248916767": 8, "2248961038": 2, + "2248987683": 24, "2249025553": 7, "2249191478": 9, "2249434678": 13, @@ -18976,6 +20221,7 @@ "2249434686": 13, "2249434687": 13, "2249976691": 23, + "2249996761": 24, "2250029820": 13, "2250032270": 2, "2250176030": 14, @@ -18997,12 +20243,14 @@ "2252627925": 23, "2252706772": 16, "2252742528": 1, + "2252757719": 24, "2252973221": 7, "2253030945": 3, "2253044470": 1, "2253108016": 19, "2253382795": 14, "2253395575": 15, + "2253841367": 24, "2253976433": 4, "2254228400": 9, "2254228401": 9, @@ -19028,8 +20276,10 @@ "2255960765": 20, "2256060246": 8, "2256248015": 23, + "2256359240": 24, "2256480378": 4, "2256493484": 23, + "2256700934": 24, "2257163624": 23, "2257180473": 10, "2257238439": 20, @@ -19039,7 +20289,9 @@ "2257609142": 16, "2257699986": 3, "2257746786": 9, + "2258146754": 24, "2258268885": 20, + "2258521519": 24, "2258858004": 19, "2258929392": 22, "2258929393": 22, @@ -19058,6 +20310,7 @@ "2259551660": 9, "2259629899": 15, "2259744478": 4, + "2259993497": 24, "2260280759": 10, "2260326783": 17, "2260395287": 17, @@ -19071,6 +20324,7 @@ "2261491232": 8, "2261839061": 8, "2261880493": 3, + "2262455308": 24, "2262661348": 20, "2262912266": 12, "2263007481": 4, @@ -19081,6 +20335,14 @@ "2263321585": 11, "2263321586": 11, "2263321587": 11, + "2263401920": 24, + "2263401921": 24, + "2263401922": 24, + "2263401923": 24, + "2263401924": 24, + "2263401926": 24, + "2263401927": 24, + "2263494385": 24, "2263539715": 16, "2263839058": 17, "2263885190": 5, @@ -19175,6 +20437,7 @@ "2272646880": 10, "2272646881": 10, "2272646882": 10, + "2272665054": 24, "2272676191": 23, "2272772784": 14, "2272927194": 19, @@ -19194,6 +20457,8 @@ "2273483223": 1, "2273488977": 18, "2273494378": 22, + "2273643087": 24, + "2274196884": 24, "2274196886": 17, "2274196887": 17, "2274205961": 12, @@ -19202,6 +20467,8 @@ "2274520361": 4, "2274579115": 2, "2274944459": 21, + "2274954904": 24, + "2275045983": 24, "2275087323": 16, "2275145211": 16, "2275402172": 21, @@ -19217,9 +20484,11 @@ "2276216607": 23, "2276233814": 10, "2276266837": 1, + "2276310682": 24, "2276328320": 19, "2276366746": 5, "2276442328": 19, + "2276923472": 24, "2277119328": 15, "2277372564": 18, "2277536120": 4, @@ -19248,11 +20517,14 @@ "2280136185": 7, "2280287728": 4, "2280565321": 20, + "2280771582": 24, + "2281180042": 24, "2281231178": 9, "2281276269": 21, "2281431670": 8, "2281700604": 23, "2281718410": 4, + "2281770883": 24, "2281879762": 2, "2282106100": 23, "2282260620": 3, @@ -19262,6 +20534,7 @@ "2282456732": 21, "2282514830": 17, "2282528506": 22, + "2282595208": 24, "2282619007": 4, "2282780740": 16, "2282815055": 11, @@ -19270,9 +20543,11 @@ "2283209395": 3, "2283361089": 1, "2283579401": 8, + "2283845662": 24, "2283894334": 20, "2284035163": 3, "2284081049": 19, + "2284123716": 24, "2284285250": 17, "2284355779": 19, "2284399300": 3, @@ -19298,6 +20573,7 @@ "2285504799": 8, "2285545032": 23, "2285636663": 4, + "2285729775": 24, "2286143274": 3, "2286242737": 12, "2286461724": 23, @@ -19319,6 +20595,7 @@ "2287699930": 4, "2287801693": 3, "2287852220": 1, + "2288056015": 24, "2288260282": 21, "2288398391": 11, "2288543943": 17, @@ -19359,6 +20636,7 @@ "2292674830": 22, "2292674831": 22, "2292704445": 15, + "2292872001": 24, "2293199928": 13, "2293314698": 6, "2293476915": 1, @@ -19393,13 +20671,16 @@ "2296691422": 1, "2297249368": 15, "2297281780": 1, + "2297326667": 24, "2297736067": 16, + "2297835694": 24, "2297853998": 21, "2297921616": 15, "2297921617": 15, "2297921619": 15, "2298096557": 12, "2298274451": 19, + "2298656195": 24, "2298664693": 11, "2298896088": 3, "2298896090": 3, @@ -19420,6 +20701,10 @@ "2300332348": 23, "2300357952": 23, "2300822101": 20, + "2300905104": 24, + "2300905105": 24, + "2300905106": 24, + "2300905107": 24, "2301124493": 19, "2301145724": 22, "2301197608": 18, @@ -19429,12 +20714,14 @@ "2301598321": 21, "2302094943": 4, "2302106622": 4, + "2302173711": 24, "2302184267": 11, "2302265093": 23, "2302346155": 19, "2302680981": 7, "2302790381": 6, "2302816931": 17, + "2302997306": 24, "2303035102": 5, "2303274062": 22, "2303303218": 19, @@ -19450,6 +20737,7 @@ "2304363014": 2, "2304797730": 8, "2304797731": 8, + "2304803844": 24, "2304861612": 13, "2305512973": 5, "2305583718": 23, @@ -19459,6 +20747,7 @@ "2305801487": 3, "2305895071": 5, "2305908225": 8, + "2305937248": 24, "2305954616": 8, "2305954617": 8, "2305954618": 8, @@ -19506,11 +20795,13 @@ "2311625542": 21, "2311625543": 21, "2311637476": 17, + "2311780078": 24, "2312363006": 2, "2312624988": 11, "2312764638": 20, "2313160420": 8, "2313348029": 18, + "2313468607": 24, "2313489324": 12, "2313719275": 23, "2313726158": 23, @@ -19532,6 +20823,7 @@ "2315931593": 20, "2316071750": 2, "2316126473": 21, + "2316185277": 24, "2316352266": 16, "2316438508": 1, "2316722050": 16, @@ -19566,6 +20858,7 @@ "2318667184": 20, "2318863502": 23, "2318928118": 16, + "2318951423": 24, "2319004329": 6, "2319119708": 22, "2319157835": 18, @@ -19591,6 +20884,7 @@ "2320141416": 3, "2320141421": 3, "2320168440": 2, + "2320169648": 24, "2320278363": 22, "2320367074": 13, "2320367075": 13, @@ -19599,6 +20893,7 @@ "2320697233": 2, "2320830625": 8, "2320951982": 3, + "2320963629": 24, "2321015144": 4, "2321064411": 12, "2321120637": 13, @@ -19611,16 +20906,20 @@ "2321824287": 16, "2321884654": 20, "2321971501": 15, + "2322112957": 24, "2322164035": 21, "2322202118": 20, + "2322280010": 24, "2322288518": 16, "2322340147": 23, "2322700704": 12, + "2322926844": 24, "2322948093": 23, "2323170449": 4, "2323544076": 17, "2323865727": 9, "2323986101": 4, + "2324344270": 24, "2324368699": 3, "2324386617": 13, "2324400338": 4, @@ -19641,15 +20940,18 @@ "2325286506": 10, "2325321839": 8, "2325555449": 16, + "2326146050": 24, "2326218464": 4, "2326343487": 12, "2326396534": 9, "2326526998": 20, "2326564748": 21, + "2326578623": 24, "2326657581": 1, "2326716489": 7, "2326724049": 8, "2327320353": 20, + "2327463711": 24, "2327842034": 23, "2327927436": 21, "2328211300": 18, @@ -19660,6 +20962,7 @@ "2328497849": 1, "2328531378": 19, "2328867053": 9, + "2328923181": 24, "2329031091": 2, "2329054449": 12, "2329202436": 21, @@ -19669,6 +20972,7 @@ "2329399009": 7, "2329491529": 20, "2329681032": 8, + "2329953306": 24, "2329955542": 16, "2329963686": 4, "2330017983": 5, @@ -19688,6 +20992,7 @@ "2333854638": 18, "2333876289": 19, "2334017923": 5, + "2334074475": 24, "2334120368": 6, "2334120369": 6, "2334120371": 6, @@ -19702,7 +21007,9 @@ "2336344262": 6, "2336820707": 4, "2336876692": 12, + "2336947235": 24, "2336955569": 1, + "2337126756": 24, "2337196620": 18, "2337221567": 9, "2337290000": 7, @@ -19718,7 +21025,9 @@ "2339344379": 1, "2339497078": 22, "2339629205": 17, + "2339694345": 24, "2339720736": 2, + "2339818982": 24, "2340175771": 19, "2340300214": 2, "2340381541": 8, @@ -19762,6 +21071,14 @@ "2344163709": 6, "2344163710": 6, "2344163711": 6, + "2344176970": 24, + "2344320968": 24, + "2344320969": 24, + "2344320970": 24, + "2344320972": 24, + "2344320973": 24, + "2344320974": 24, + "2344320975": 24, "2344353519": 15, "2344484404": 7, "2344484405": 7, @@ -19783,14 +21100,20 @@ "2346358523": 10, "2346609008": 5, "2347049484": 20, + "2347145374": 24, + "2347179427": 24, "2347239459": 18, "2347263667": 15, "2347442985": 20, "2347594371": 11, + "2347653577": 24, "2347686425": 4, + "2347871705": 24, "2347946510": 3, "2348066127": 12, + "2348198214": 24, "2348421845": 2, + "2349008757": 24, "2349124641": 9, "2349124644": 9, "2349124645": 9, @@ -19801,8 +21124,13 @@ "2349752877": 23, "2349766603": 10, "2349907931": 19, + "2350052206": 24, + "2350141119": 24, + "2350330520": 24, "2350475759": 20, + "2350566579": 24, "2350826186": 10, + "2350929597": 24, "2351038408": 12, "2351180975": 13, "2351197433": 3, @@ -19823,10 +21151,14 @@ "2352138838": 8, "2352194537": 4, "2352344841": 1, + "2352506560": 24, + "2352506565": 24, "2352766955": 17, + "2352831367": 24, "2352869761": 9, "2352873759": 6, "2352898312": 3, + "2353258279": 24, "2353359390": 16, "2353371845": 17, "2353477480": 1, @@ -19838,6 +21170,7 @@ "2353828567": 15, "2353976789": 18, "2354482972": 18, + "2354524404": 24, "2354619065": 22, "2354690788": 8, "2354732752": 12, @@ -19855,6 +21188,8 @@ "2356070373": 23, "2356341309": 9, "2356548547": 2, + "2356665406": 24, + "2356665407": 24, "2356995028": 15, "2357026176": 15, "2357026177": 15, @@ -19881,6 +21216,7 @@ "2359657268": 6, "2359721382": 13, "2359854504": 12, + "2360173798": 24, "2360283797": 2, "2360521872": 1, "2360754333": 5, @@ -19893,6 +21229,7 @@ "2361952303": 5, "2362104264": 10, "2362217257": 8, + "2362430352": 24, "2362471600": 1, "2362471601": 1, "2362667514": 5, @@ -19928,6 +21265,9 @@ "2366178470": 12, "2366462927": 20, "2366624690": 21, + "2367013064": 24, + "2367013065": 24, + "2367013066": 24, "2367025562": 10, "2367037504": 22, "2367079893": 14, @@ -19936,6 +21276,7 @@ "2367373121": 1, "2367399928": 14, "2367588910": 18, + "2367644536": 24, "2367713531": 4, "2367860679": 23, "2367878193": 12, @@ -19944,6 +21285,9 @@ "2368162286": 4, "2368311917": 12, "2368488711": 23, + "2368786720": 24, + "2368990400": 24, + "2368990401": 24, "2369227168": 8, "2369227170": 8, "2369227171": 8, @@ -19951,10 +21295,16 @@ "2369227173": 8, "2369362080": 4, "2369445684": 10, + "2369450111": 24, "2369496221": 11, "2369859274": 20, "2369887879": 4, "2370089583": 16, + "2370269384": 24, + "2370269388": 24, + "2370269389": 24, + "2370269390": 24, + "2370269391": 24, "2370303981": 8, "2370390033": 23, "2370551349": 19, @@ -20001,6 +21351,7 @@ "2372378183": 23, "2372514508": 23, "2372514509": 23, + "2372781660": 24, "2373084427": 11, "2373217681": 14, "2373217682": 5, @@ -20052,8 +21403,10 @@ "2380291379": 8, "2380365371": 2, "2380603182": 3, + "2380694578": 24, "2380978355": 1, "2381037964": 20, + "2381048782": 24, "2381230784": 3, "2381337281": 16, "2381399279": 15, @@ -20090,6 +21443,7 @@ "2385935391": 3, "2385964065": 11, "2386078741": 21, + "2386208898": 24, "2386286657": 19, "2386378173": 17, "2386485406": 2, @@ -20097,7 +21451,9 @@ "2387000461": 18, "2387165386": 8, "2387244414": 1, + "2387444228": 24, "2387737625": 12, + "2387749049": 24, "2388099734": 13, "2388383505": 17, "2388488323": 4, @@ -20129,6 +21485,7 @@ "2391085952": 4, "2391227800": 1, "2391227801": 1, + "2391467740": 24, "2391553724": 5, "2391793825": 18, "2391800984": 2, @@ -20138,11 +21495,13 @@ "2392155347": 16, "2392202609": 1, "2392300858": 22, + "2392432370": 24, "2392484247": 12, "2392509320": 23, "2392609184": 12, "2392674572": 1, "2392784428": 23, + "2392817991": 24, "2392937477": 18, "2392943047": 20, "2393040031": 8, @@ -20156,6 +21515,7 @@ "2393982474": 18, "2393982475": 18, "2394332958": 2, + "2394383540": 24, "2394501953": 19, "2394847429": 21, "2394866220": 5, @@ -20168,6 +21528,7 @@ "2395634577": 21, "2395653827": 15, "2395713912": 16, + "2395788176": 24, "2395939950": 15, "2395959535": 3, "2396210138": 2, @@ -20177,9 +21538,13 @@ "2396780214": 9, "2396888157": 3, "2397149812": 6, + "2397217290": 24, "2397223666": 9, + "2397400936": 24, "2397436643": 3, + "2397694652": 24, "2397722856": 23, + "2397884511": 24, "2397886961": 20, "2397908870": 9, "2398132950": 6, @@ -20194,6 +21559,7 @@ "2398854156": 5, "2398854157": 5, "2398867859": 19, + "2399079689": 24, "2399110176": 12, "2399134521": 12, "2399358832": 8, @@ -20207,6 +21573,7 @@ "2400452431": 15, "2400549110": 21, "2400621276": 1, + "2400634603": 24, "2400712188": 16, "2400741259": 20, "2400945204": 23, @@ -20216,6 +21583,7 @@ "2401694485": 1, "2401720926": 21, "2401746614": 22, + "2402428483": 24, "2402435619": 1, "2402480669": 16, "2402626977": 11, @@ -20225,11 +21593,15 @@ "2402696709": 8, "2402696710": 8, "2402780870": 12, + "2402948371": 24, + "2402986613": 24, "2404052632": 13, "2404052633": 13, + "2404057711": 24, "2404066731": 14, "2404147919": 19, "2404516638": 7, + "2404574055": 24, "2404852074": 2, "2405592848": 19, "2405619467": 17, @@ -20256,6 +21628,7 @@ "2408641879": 3, "2408645428": 8, "2408713302": 5, + "2408758091": 24, "2408788216": 21, "2408846184": 3, "2408964924": 10, @@ -20291,6 +21664,8 @@ "2412026699": 5, "2412155036": 2, "2412280506": 4, + "2412329836": 24, + "2412329837": 24, "2412366792": 3, "2412488653": 1, "2412534419": 3, @@ -20304,8 +21679,10 @@ "2413475400": 5, "2413536545": 2, "2413629160": 5, + "2413691318": 24, "2413867249": 4, "2413899256": 1, + "2413973460": 24, "2414093918": 8, "2414141462": 14, "2414278933": 1, @@ -20349,6 +21726,7 @@ "2418053814": 1, "2418147569": 18, "2418463287": 20, + "2418489293": 24, "2418666667": 17, "2418695301": 13, "2418752756": 22, @@ -20358,23 +21736,29 @@ "2419113769": 4, "2419153785": 12, "2419408628": 21, + "2419470923": 24, + "2419687452": 24, "2419696004": 21, "2419864979": 16, "2419910641": 7, "2420153990": 4, "2420153991": 4, + "2420210290": 24, "2420332731": 19, "2420432880": 23, "2420434776": 20, "2420457357": 18, "2420567618": 4, + "2420835266": 24, "2420884141": 19, + "2420892292": 24, "2420895100": 1, "2420899653": 9, "2421180981": 23, "2421333759": 16, "2421406347": 1, "2421547250": 4, + "2421631102": 24, "2421639664": 13, "2421639668": 13, "2421639669": 13, @@ -20403,6 +21787,7 @@ "2423798800": 15, "2424198040": 8, "2424446698": 22, + "2424516271": 24, "2424588099": 12, "2424824187": 18, "2424958941": 15, @@ -20479,6 +21864,7 @@ "2434667415": 18, "2435175535": 19, "2435231469": 4, + "2435292498": 24, "2436012488": 1, "2436244536": 1, "2436250289": 23, @@ -20488,7 +21874,9 @@ "2436874574": 15, "2436874575": 15, "2436893307": 20, + "2436975386": 24, "2437510452": 18, + "2437612981": 24, "2437618208": 19, "2437632645": 19, "2437968453": 1, @@ -20582,6 +21970,7 @@ "2447449706": 20, "2447741853": 15, "2447779891": 1, + "2447949419": 24, "2447973668": 4, "2448010882": 1, "2448092902": 4, @@ -20590,9 +21979,11 @@ "2448259942": 12, "2448387086": 22, "2448407251": 4, + "2448436752": 24, "2448457944": 12, "2448907086": 13, "2448940517": 22, + "2448958135": 24, "2449148832": 1, "2449200748": 19, "2449203932": 7, @@ -20605,7 +21996,10 @@ "2449520393": 11, "2449623004": 10, "2449744270": 3, + "2449815221": 24, "2450046452": 15, + "2450049485": 24, + "2450060488": 24, "2450367421": 1, "2450544934": 16, "2450788523": 11, @@ -20624,6 +22018,7 @@ "2452190556": 1, "2452215671": 20, "2452241573": 15, + "2452468389": 24, "2452545487": 20, "2452709416": 4, "2452709417": 4, @@ -20631,11 +22026,13 @@ "2452709419": 4, "2452709423": 4, "2452991419": 2, + "2453172311": 24, "2453294305": 21, "2453351420": 16, "2453357042": 12, "2453538631": 21, "2453575449": 20, + "2453856533": 24, "2454114768": 10, "2454138478": 16, "2454713502": 23, @@ -20687,6 +22084,7 @@ "2459033427": 7, "2459075622": 1, "2459162545": 23, + "2459241935": 24, "2459422430": 4, "2459498067": 13, "2459498228": 6, @@ -20698,6 +22096,9 @@ "2459768632": 6, "2460152806": 9, "2460166169": 15, + "2460229323": 24, + "2460229324": 24, + "2460229326": 24, "2460368678": 20, "2460793798": 9, "2460797681": 3, @@ -20726,6 +22127,7 @@ "2464214444": 5, "2464214445": 5, "2464316279": 23, + "2464553197": 24, "2465050180": 3, "2465372924": 23, "2465505825": 21, @@ -20754,6 +22156,10 @@ "2468646375": 1, "2468993258": 20, "2469435739": 10, + "2469686924": 24, + "2469686925": 24, + "2469686926": 24, + "2469686927": 24, "2470072904": 23, "2470141481": 8, "2470306500": 21, @@ -20779,7 +22185,9 @@ "2471829328": 19, "2471849886": 4, "2471974347": 22, + "2472090414": 24, "2472122753": 20, + "2472159040": 24, "2472429927": 3, "2472794149": 7, "2472875850": 15, @@ -20801,10 +22209,12 @@ "2474886440": 12, "2475301300": 18, "2475355656": 15, + "2475501203": 24, "2475562438": 3, "2475811040": 23, "2475888361": 4, "2476003465": 15, + "2476672792": 24, "2476831315": 4, "2476884773": 4, "2476893365": 12, @@ -20824,6 +22234,7 @@ "2479465568": 8, "2479764339": 16, "2479769639": 11, + "2479787361": 24, "2479868260": 4, "2479868506": 22, "2480074702": 23, @@ -20831,6 +22242,7 @@ "2480752463": 20, "2480779718": 5, "2480819649": 18, + "2480862063": 24, "2480873224": 3, "2481023380": 9, "2481239683": 3, @@ -20872,6 +22284,7 @@ "2484637936": 1, "2484637938": 1, "2484637939": 1, + "2484737443": 24, "2484787696": 20, "2484791497": 1, "2485085416": 13, @@ -20900,6 +22313,7 @@ "2488565525": 16, "2488587246": 17, "2488657974": 20, + "2488701642": 24, "2488873909": 16, "2489136103": 17, "2489141150": 11, @@ -20915,6 +22329,7 @@ "2490988246": 17, "2491110586": 2, "2491263437": 17, + "2491323752": 24, "2491456391": 13, "2491817779": 7, "2491859962": 23, @@ -20929,6 +22344,7 @@ "2492112477": 15, "2492112478": 15, "2492112479": 15, + "2492527550": 24, "2492590623": 14, "2492644805": 5, "2492669178": 10, @@ -20959,6 +22375,7 @@ "2496242052": 13, "2496309431": 4, "2496506549": 2, + "2496572186": 24, "2496824396": 6, "2496875173": 15, "2496907888": 23, @@ -20990,9 +22407,11 @@ "2500502982": 14, "2500652693": 23, "2500662503": 8, + "2500663680": 24, "2500781069": 22, "2500956857": 19, "2501396275": 16, + "2501525362": 24, "2501565317": 1, "2501601653": 6, "2501709461": 23, @@ -21033,6 +22452,7 @@ "2503434573": 4, "2503471403": 5, "2503665585": 16, + "2503847319": 24, "2503963990": 16, "2504122740": 23, "2504210548": 5, @@ -21050,16 +22470,20 @@ "2504808126": 10, "2504808127": 10, "2505000979": 11, + "2505385640": 24, + "2505385643": 24, "2505533224": 1, "2505824339": 4, "2505943979": 20, "2505971849": 1, "2505979445": 23, "2506031133": 17, + "2506283230": 24, "2506514251": 4, "2506557403": 22, "2506573994": 18, "2506603274": 20, + "2506788753": 24, "2507281755": 2, "2507401690": 14, "2507624050": 20, @@ -21091,6 +22515,7 @@ "2510169805": 14, "2510169807": 14, "2510227202": 23, + "2510338825": 24, "2510418545": 20, "2510499026": 15, "2510526114": 22, @@ -21115,7 +22540,9 @@ "2513313400": 3, "2513645869": 12, "2513659710": 10, + "2513699606": 24, "2513965917": 17, + "2514253483": 24, "2514254176": 23, "2514375981": 9, "2514458685": 22, @@ -21181,22 +22608,27 @@ "2520017799": 15, "2520017800": 15, "2520017801": 15, + "2520122317": 24, + "2520298770": 24, "2520561932": 2, "2520709499": 19, "2520883911": 4, "2520980640": 3, + "2521243264": 24, "2521426922": 1, "2521448082": 23, "2521452920": 22, "2521855144": 1, "2521879270": 22, "2521913126": 2, + "2521957643": 24, "2522024232": 3, "2522356895": 23, "2522587561": 5, "2522587562": 5, "2522587563": 5, "2522667664": 2, + "2522697935": 24, "2522706952": 11, "2522817335": 11, "2522987758": 20, @@ -21219,6 +22651,7 @@ "2524571498": 7, "2524583429": 3, "2524985605": 16, + "2525046897": 24, "2525159060": 16, "2525215824": 23, "2525215825": 23, @@ -21235,6 +22668,7 @@ "2525623542": 6, "2525623543": 6, "2525626415": 3, + "2525637070": 24, "2525716068": 20, "2525716069": 20, "2525931187": 3, @@ -21263,6 +22697,7 @@ "2527617839": 21, "2527666306": 13, "2527938402": 4, + "2528001526": 24, "2528315727": 13, "2528467705": 16, "2528638064": 12, @@ -21278,8 +22713,14 @@ "2529410397": 17, "2529412083": 16, "2529474264": 22, + "2529602565": 24, "2529663586": 20, "2529813697": 20, + "2529942642": 24, + "2529942644": 24, + "2529942645": 24, + "2529942646": 24, + "2529942647": 24, "2530045086": 21, "2530113265": 5, "2530201259": 23, @@ -21309,6 +22750,7 @@ "2533285430": 11, "2533482929": 12, "2533555104": 16, + "2533637338": 24, "2533771627": 3, "2533822333": 4, "2533990645": 23, @@ -21339,6 +22781,7 @@ "2536795619": 18, "2536947844": 4, "2536988426": 4, + "2537118169": 24, "2537132497": 20, "2537136913": 8, "2537740127": 19, @@ -21438,6 +22881,7 @@ "2549575171": 21, "2549582030": 12, "2549641153": 16, + "2549784574": 24, "2549951962": 18, "2550116544": 11, "2550323932": 17, @@ -21486,13 +22930,16 @@ "2556574432": 2, "2556748915": 3, "2556881452": 5, + "2557210451": 24, "2557452794": 8, "2557589242": 16, "2557674074": 9, "2557722678": 5, "2557879920": 20, + "2557881346": 24, "2558269306": 14, "2558289743": 12, + "2558580315": 24, "2558665671": 1, "2558839803": 3, "2558925366": 23, @@ -21525,6 +22972,7 @@ "2562470699": 4, "2562531409": 20, "2562555736": 1, + "2562594108": 24, "2562645296": 20, "2562668800": 21, "2563012876": 15, @@ -21535,6 +22983,7 @@ "2563644147": 14, "2563668388": 23, "2563756529": 23, + "2563760503": 24, "2563765188": 20, "2563857333": 4, "2564007183": 6, @@ -21624,6 +23073,7 @@ "2571259936": 20, "2571335083": 2, "2571396481": 4, + "2571558303": 24, "2571738501": 14, "2571974065": 4, "2572175997": 23, @@ -21641,11 +23091,13 @@ "2572296687": 12, "2572435700": 6, "2572547217": 6, + "2572834328": 24, "2572873168": 4, "2572873169": 4, "2572873173": 4, "2572873174": 4, "2572873175": 4, + "2573530918": 24, "2573586082": 10, "2573586083": 10, "2573607781": 14, @@ -21673,6 +23125,7 @@ "2575848725": 1, "2575944435": 4, "2576103073": 23, + "2576151599": 24, "2576224072": 8, "2576368607": 21, "2576604258": 23, @@ -21687,6 +23140,7 @@ "2577630738": 22, "2577707742": 3, "2577814952": 21, + "2577851148": 24, "2577990113": 11, "2578071234": 23, "2578771006": 4, @@ -21719,6 +23173,7 @@ "2581162758": 1, "2581197678": 1, "2581272267": 12, + "2581389132": 24, "2581516944": 11, "2582477509": 9, "2582508479": 23, @@ -21740,12 +23195,15 @@ "2584162645": 4, "2584379403": 4, "2584577814": 15, + "2584830733": 24, "2584979004": 8, + "2585226671": 24, "2585373098": 7, "2585427437": 18, "2586034049": 8, "2586088024": 23, "2586300760": 19, + "2586483364": 24, "2586562813": 20, "2586710761": 3, "2586806208": 22, @@ -21754,6 +23212,8 @@ "2586907620": 22, "2587254797": 12, "2587387189": 18, + "2587516560": 24, + "2587516561": 24, "2587544260": 3, "2587734818": 16, "2587774972": 17, @@ -21792,6 +23252,7 @@ "2591111628": 14, "2591214864": 9, "2591241074": 17, + "2591257541": 24, "2591382989": 12, "2591586260": 4, "2591586261": 4, @@ -21836,12 +23297,15 @@ "2594447304": 20, "2594592626": 21, "2595207061": 4, + "2595251181": 24, + "2595258270": 24, "2595338933": 1, "2595497736": 16, "2595546340": 1, "2595839237": 20, "2595849126": 19, "2595883045": 1, + "2595907602": 24, "2596206180": 12, "2596471428": 19, "2596471870": 13, @@ -21875,16 +23339,19 @@ "2599026044": 10, "2599144828": 22, "2599144829": 22, + "2599171570": 24, "2599208032": 22, "2599286034": 23, "2599526136": 2, "2600330634": 4, "2600369658": 7, + "2600375775": 24, "2600542060": 21, "2600679334": 8, "2600679991": 22, "2600747333": 10, "2600754315": 8, + "2600802828": 24, "2600829518": 23, "2600899007": 4, "2600906801": 2, @@ -21926,6 +23393,7 @@ "2604938458": 23, "2604938459": 23, "2605126150": 23, + "2605157614": 24, "2605320510": 19, "2605569265": 22, "2605790032": 1, @@ -21940,6 +23408,7 @@ "2607012497": 18, "2607035717": 8, "2607037505": 22, + "2607072210": 24, "2607304614": 16, "2607476204": 2, "2607476205": 2, @@ -21955,6 +23424,7 @@ "2608508147": 10, "2609067512": 23, "2609106123": 19, + "2609207620": 24, "2609244856": 23, "2609397864": 20, "2609433570": 10, @@ -22013,12 +23483,14 @@ "2614920426": 21, "2615482721": 12, "2615512594": 1, + "2615541747": 24, "2615702198": 18, "2615721245": 14, "2615786931": 20, "2615910673": 18, "2616063621": 23, "2616071821": 10, + "2616169743": 24, "2616310259": 17, "2616355862": 20, "2616420617": 23, @@ -22032,8 +23504,10 @@ "2617788017": 1, "2617963291": 9, "2617987912": 1, + "2617996611": 24, "2618168932": 21, "2618290591": 13, + "2618296005": 24, "2618313500": 7, "2618417907": 17, "2618534366": 13, @@ -22053,6 +23527,7 @@ "2621346526": 15, "2621627212": 18, "2621637518": 1, + "2622129339": 24, "2622241177": 20, "2622434636": 12, "2622434637": 12, @@ -22094,6 +23569,16 @@ "2626801236": 19, "2626817462": 20, "2626902095": 20, + "2626922114": 24, + "2626922115": 24, + "2626922120": 24, + "2626922121": 24, + "2626922122": 24, + "2626922123": 24, + "2626922124": 24, + "2626922125": 24, + "2626922126": 24, + "2626922127": 24, "2627022910": 20, "2627035363": 7, "2627255028": 9, @@ -22103,6 +23588,7 @@ "2627533758": 17, "2627627831": 15, "2627852659": 23, + "2627937250": 24, "2628033400": 6, "2628033401": 6, "2628033403": 6, @@ -22119,6 +23605,7 @@ "2629204288": 11, "2629306064": 19, "2629627596": 11, + "2629907242": 24, "2630272387": 8, "2630626506": 20, "2630955836": 12, @@ -22129,6 +23616,7 @@ "2631490485": 18, "2631563121": 23, "2631608844": 2, + "2631989274": 24, "2632089888": 17, "2632093872": 23, "2632206613": 23, @@ -22166,18 +23654,21 @@ "2636275908": 14, "2636275909": 14, "2636480346": 16, + "2636497929": 24, "2636633617": 19, "2636679416": 20, "2636847184": 1, "2636847185": 1, "2636847186": 1, "2636847187": 1, + "2636877687": 24, "2637025676": 3, "2637363109": 16, "2637432184": 15, "2637670725": 4, "2637837647": 3, "2638190703": 16, + "2638267447": 24, "2638476287": 19, "2638643915": 2, "2638689062": 10, @@ -22236,6 +23727,7 @@ "2643676878": 23, "2643850526": 21, "2643903220": 17, + "2643916280": 24, "2643943456": 12, "2644136379": 4, "2644553610": 1, @@ -22252,6 +23744,7 @@ "2645416272": 20, "2645492862": 2, "2645655386": 9, + "2645743337": 24, "2645763830": 12, "2645858828": 4, "2646067235": 15, @@ -22268,6 +23761,7 @@ "2647162463": 6, "2647373794": 21, "2647578211": 19, + "2647632544": 24, "2647936735": 21, "2648146174": 20, "2648340708": 23, @@ -22287,8 +23781,10 @@ "2651551055": 14, "2651689231": 11, "2651802376": 3, + "2651894107": 24, "2651942827": 21, "2652078170": 21, + "2652312625": 24, "2652352679": 12, "2652708987": 16, "2652833299": 20, @@ -22339,6 +23835,8 @@ "2655746324": 10, "2655812783": 12, "2655878319": 10, + "2655929361": 24, + "2656145156": 24, "2656284015": 16, "2656694271": 19, "2656701737": 23, @@ -22365,6 +23863,11 @@ "2657875267": 10, "2657875268": 10, "2657875269": 10, + "2657901002": 24, + "2657901004": 24, + "2657901005": 24, + "2657901006": 24, + "2657901007": 24, "2657932152": 1, "2657932153": 1, "2657932156": 1, @@ -22393,6 +23896,7 @@ "2660623764": 11, "2660725645": 20, "2660862359": 1, + "2660926574": 24, "2661154438": 8, "2661180600": 16, "2661180601": 16, @@ -22407,6 +23911,7 @@ "2661904345": 3, "2661988572": 1, "2662208161": 1, + "2662236651": 24, "2662325594": 13, "2662368496": 5, "2662471722": 3, @@ -22445,9 +23950,12 @@ "2665252830": 23, "2665314006": 7, "2665815610": 12, + "2666189615": 24, "2666197459": 2, "2666423491": 4, "2666713374": 21, + "2666718866": 24, + "2666718867": 24, "2666759724": 16, "2666968572": 2, "2667246041": 1, @@ -22455,8 +23963,10 @@ "2667777186": 9, "2667900317": 2, "2668197329": 9, + "2668519361": 24, "2668526660": 14, "2669113551": 1, + "2669254839": 24, "2669299605": 14, "2669435168": 2, "2669452287": 22, @@ -22505,6 +24015,7 @@ "2675137426": 8, "2675184851": 17, "2675237434": 4, + "2675354568": 24, "2675361166": 16, "2675394045": 22, "2675526370": 15, @@ -22532,6 +24043,7 @@ "2679574876": 15, "2679625323": 7, "2679694814": 17, + "2679970016": 24, "2680063665": 7, "2680075877": 4, "2680121939": 1, @@ -22551,6 +24063,7 @@ "2681395357": 4, "2681895882": 23, "2682045448": 1, + "2682064182": 24, "2682205016": 16, "2682582325": 23, "2682582326": 23, @@ -22579,6 +24092,7 @@ "2685001662": 3, "2685109601": 4, "2685221306": 16, + "2685382923": 24, "2685433518": 20, "2685647630": 23, "2685752725": 2, @@ -22593,6 +24107,7 @@ "2687049937": 5, "2687225495": 15, "2687273800": 15, + "2687857837": 24, "2688111404": 1, "2688994496": 18, "2689268499": 4, @@ -22615,6 +24130,7 @@ "2690615086": 2, "2690615087": 2, "2690673047": 9, + "2690747565": 24, "2690793028": 9, "2690973101": 8, "2690973102": 8, @@ -22653,6 +24169,7 @@ "2694937561": 23, "2695042788": 8, "2695047579": 12, + "2695151064": 24, "2695502239": 21, "2695703187": 16, "2695929993": 9, @@ -22699,6 +24216,7 @@ "2701632970": 20, "2701727616": 11, "2701881372": 8, + "2702223044": 24, "2702302280": 23, "2702326016": 19, "2702326017": 19, @@ -22740,6 +24258,7 @@ "2704843606": 8, "2704876322": 4, "2705494931": 15, + "2706274587": 24, "2706461119": 19, "2706486842": 1, "2706719733": 5, @@ -22747,6 +24266,7 @@ "2707077022": 21, "2707155661": 19, "2707446571": 3, + "2707459282": 24, "2707464805": 2, "2707470416": 3, "2707722364": 16, @@ -22762,6 +24282,7 @@ "2709708596": 18, "2709776995": 21, "2710026903": 20, + "2710254013": 24, "2710316218": 19, "2710420856": 6, "2710420857": 6, @@ -22771,9 +24292,14 @@ "2710517999": 3, "2710628962": 17, "2710742604": 14, + "2710835876": 24, + "2710865799": 24, "2710929531": 23, "2710956576": 13, "2711270400": 12, + "2711519340": 24, + "2711519341": 24, + "2711519343": 24, "2711683305": 9, "2711683554": 20, "2711683778": 19, @@ -22828,6 +24354,9 @@ "2717194152": 15, "2717305289": 11, "2717323422": 4, + "2717367504": 24, + "2717367510": 24, + "2717367511": 24, "2717376775": 4, "2717389086": 16, "2717449511": 23, @@ -22852,6 +24381,7 @@ "2719710110": 5, "2719864361": 22, "2719903032": 12, + "2720477415": 24, "2720533289": 4, "2720534902": 7, "2720675633": 19, @@ -22866,6 +24396,7 @@ "2721172022": 12, "2721249463": 4, "2721312027": 19, + "2721354951": 24, "2721442832": 23, "2721442833": 23, "2721442834": 23, @@ -22921,6 +24452,7 @@ "2725982493": 20, "2726018197": 2, "2726149811": 5, + "2726346086": 24, "2726471870": 12, "2726926924": 22, "2727008660": 2, @@ -22947,11 +24479,15 @@ "2729305927": 1, "2729740202": 1, "2729756765": 4, + "2730103570": 24, + "2730105984": 24, "2730176990": 12, "2730177434": 14, "2730216712": 19, "2730285281": 15, + "2730327133": 24, "2731019523": 6, + "2731194440": 24, "2731220774": 15, "2731297685": 8, "2731424153": 2, @@ -22968,6 +24504,7 @@ "2731905003": 2, "2731919245": 3, "2731945278": 23, + "2731969341": 24, "2731988090": 20, "2732252706": 9, "2732359836": 23, @@ -22979,13 +24516,16 @@ "2732913578": 1, "2732913579": 1, "2732941663": 15, + "2733010662": 24, "2733137352": 13, "2733199859": 2, "2733244971": 16, "2733357927": 16, "2733403573": 21, "2733557370": 22, + "2733730163": 24, "2733806823": 19, + "2733893117": 24, "2733913394": 20, "2733974969": 19, "2734010957": 4, @@ -22995,8 +24535,10 @@ "2734369894": 1, "2734374928": 12, "2734674728": 20, + "2734970071": 24, "2734980114": 21, "2735230667": 21, + "2735530398": 24, "2735953582": 12, "2735996189": 5, "2736206979": 19, @@ -23010,6 +24552,7 @@ "2737886290": 1, "2737926378": 12, "2737926379": 12, + "2738060683": 24, "2738174948": 2, "2738273095": 22, "2738497971": 3, @@ -23039,6 +24582,8 @@ "2741164293": 9, "2741164294": 9, "2741164295": 9, + "2741247284": 24, + "2741258862": 24, "2741432847": 19, "2741695224": 1, "2741862070": 1, @@ -23087,6 +24632,7 @@ "2746828940": 15, "2746828941": 15, "2747031054": 23, + "2747056914": 24, "2747352457": 4, "2747500760": 17, "2747500761": 17, @@ -23111,6 +24657,7 @@ "2749020594": 22, "2749091202": 11, "2749418609": 13, + "2749628923": 24, "2749775325": 15, "2749794014": 15, "2749869546": 3, @@ -23120,6 +24667,7 @@ "2750411529": 21, "2750530113": 10, "2750585162": 23, + "2750760699": 24, "2750889973": 23, "2750983488": 5, "2751106652": 23, @@ -23137,6 +24685,7 @@ "2752954446": 6, "2752984694": 19, "2753220950": 2, + "2753228730": 24, "2753269585": 5, "2753509502": 5, "2753581141": 4, @@ -23147,6 +24696,10 @@ "2754356055": 22, "2754391155": 19, "2754634601": 4, + "2754658080": 24, + "2754658081": 24, + "2754658082": 24, + "2754658083": 24, "2754695227": 23, "2754707806": 11, "2754844215": 23, @@ -23154,16 +24707,20 @@ "2754932056": 5, "2755033079": 23, "2755426690": 8, + "2755475477": 24, "2755510297": 19, "2755848729": 6, "2755859940": 17, "2755895280": 4, "2755934410": 22, + "2756045968": 24, "2756225368": 23, + "2756397814": 24, "2756505818": 14, "2756505819": 14, "2756705552": 4, "2756973133": 11, + "2757032311": 24, "2757144092": 2, "2757144093": 2, "2757144557": 18, @@ -23211,6 +24768,7 @@ "2761357391": 15, "2761414292": 17, "2761595726": 19, + "2761711865": 24, "2761857433": 19, "2761983379": 23, "2762058303": 4, @@ -23223,6 +24781,7 @@ "2762426792": 4, "2762445138": 5, "2762493820": 4, + "2762738466": 24, "2763032581": 22, "2763195153": 22, "2763305228": 21, @@ -23242,6 +24801,7 @@ "2764769717": 6, "2764938807": 1, "2765500420": 23, + "2765534779": 24, "2765543780": 8, "2765653603": 20, "2765681916": 6, @@ -23255,6 +24815,7 @@ "2766109872": 1, "2766109874": 1, "2766448160": 4, + "2766527864": 24, "2766975303": 21, "2767393525": 22, "2767412312": 19, @@ -23266,7 +24827,9 @@ "2767578271": 3, "2767779673": 2, "2767830203": 4, + "2767894946": 24, "2767932152": 21, + "2767984857": 24, "2768155748": 23, "2768185586": 23, "2768425135": 8, @@ -23274,6 +24837,7 @@ "2768498167": 15, "2768502727": 20, "2768817072": 22, + "2769003233": 24, "2769013282": 22, "2769048923": 5, "2769298993": 11, @@ -23295,6 +24859,8 @@ "2770607179": 23, "2770607183": 23, "2770607399": 3, + "2770768564": 24, + "2770862062": 24, "2770925848": 1, "2771011469": 23, "2771141010": 11, @@ -23313,6 +24879,7 @@ "2772363503": 4, "2772485446": 4, "2772504773": 21, + "2772538300": 24, "2772785449": 9, "2772868392": 22, "2772868393": 22, @@ -23323,6 +24890,7 @@ "2772980243": 1, "2773056939": 2, "2773358872": 20, + "2773539433": 24, "2773612717": 2, "2773899742": 8, "2773951817": 16, @@ -23350,6 +24918,7 @@ "2776923523": 21, "2777230934": 23, "2777299623": 10, + "2777698232": 24, "2777842114": 13, "2777913564": 2, "2777913565": 2, @@ -23380,6 +24949,7 @@ "2779841501": 8, "2779841502": 1, "2779841503": 6, + "2780064226": 24, "2780170939": 3, "2780182450": 10, "2780307689": 21, @@ -23407,6 +24977,7 @@ "2782999717": 1, "2783100859": 7, "2783233448": 8, + "2783395451": 24, "2783831726": 15, "2784171062": 15, "2784378716": 20, @@ -23417,6 +24988,7 @@ "2784778949": 5, "2784819024": 23, "2784895540": 22, + "2785188723": 24, "2785334058": 21, "2785355524": 2, "2785662952": 4, @@ -23425,6 +24997,7 @@ "2786161293": 13, "2786539868": 19, "2786912515": 17, + "2786947421": 24, "2787596977": 14, "2787706268": 22, "2787943597": 8, @@ -23448,6 +25021,7 @@ "2789281616": 13, "2789669431": 4, "2789698445": 18, + "2789744510": 24, "2789946583": 9, "2790011330": 7, "2790241591": 23, @@ -23478,9 +25052,11 @@ "2792079122": 1, "2792181427": 2, "2792234398": 12, + "2792253164": 24, "2792385567": 17, "2792397615": 12, "2792429007": 23, + "2792769622": 24, "2793184550": 2, "2793382470": 4, "2793473444": 20, @@ -23500,11 +25076,13 @@ "2795175716": 22, "2795289891": 2, "2795311559": 15, + "2795447263": 24, "2795515745": 3, "2795689398": 14, "2795689399": 14, "2795764774": 23, "2795914918": 14, + "2796252563": 24, "2796813156": 17, "2796927675": 20, "2797268654": 23, @@ -23523,6 +25101,7 @@ "2798544375": 12, "2798746917": 12, "2798934285": 21, + "2799030358": 24, "2799093784": 4, "2799168657": 18, "2799168771": 4, @@ -23536,6 +25115,7 @@ "2800565166": 9, "2800566014": 4, "2800865663": 20, + "2800870005": 24, "2800870064": 4, "2800872395": 5, "2801223209": 4, @@ -23600,12 +25180,14 @@ "2808379196": 11, "2808445048": 4, "2808508647": 19, + "2808665197": 24, "2808722824": 16, "2808722825": 16, "2808722826": 16, "2808722827": 16, "2808722828": 16, "2809077589": 15, + "2809120022": 24, "2809141585": 16, "2809163250": 17, "2809297208": 18, @@ -23613,6 +25195,7 @@ "2809748888": 16, "2809770342": 6, "2809821916": 19, + "2809877034": 24, "2809967986": 14, "2809967987": 14, "2810038838": 12, @@ -23709,6 +25292,7 @@ "2818043025": 10, "2818140350": 6, "2818424658": 21, + "2818471739": 24, "2818644002": 23, "2818777309": 15, "2818894176": 8, @@ -23722,18 +25306,24 @@ "2819867818": 21, "2819908046": 8, "2819937365": 5, + "2820034401": 24, "2820095138": 19, "2820165421": 16, "2820604007": 21, "2821102771": 15, "2821366976": 15, "2821430069": 16, + "2821677368": 24, "2821849482": 12, "2822142346": 1, "2822154467": 1, "2822158827": 23, "2822465023": 10, "2822491218": 4, + "2822855549": 24, + "2822855550": 24, + "2822855551": 24, + "2822992506": 24, "2823081959": 1, "2823113903": 18, "2823156408": 14, @@ -23772,6 +25362,7 @@ "2826720951": 17, "2826830765": 20, "2826844112": 1, + "2826850739": 24, "2827049491": 1, "2827764482": 19, "2827976012": 15, @@ -23785,6 +25376,7 @@ "2829326474": 18, "2829454880": 3, "2829609851": 3, + "2829695646": 24, "2829803132": 7, "2829823182": 1, "2829865752": 13, @@ -23816,6 +25408,7 @@ "2832451056": 12, "2832558199": 21, "2832639510": 21, + "2833046811": 24, "2833529171": 2, "2833790084": 12, "2833790085": 12, @@ -23840,9 +25433,16 @@ "2833999149": 1, "2834226601": 6, "2834411056": 4, + "2834652801": 24, "2834657775": 5, + "2834883850": 24, "2834933816": 3, "2834992845": 16, + "2835214897": 24, + "2835214900": 24, + "2835214901": 24, + "2835214902": 24, + "2835214903": 24, "2835258088": 12, "2835482086": 19, "2835512808": 12, @@ -23863,6 +25463,7 @@ "2837411633": 6, "2837446538": 11, "2837735361": 2, + "2837854175": 24, "2838060329": 1, "2838256270": 15, "2838331549": 16, @@ -23870,29 +25471,36 @@ "2838582256": 18, "2838582257": 18, "2838787533": 22, + "2838996248": 24, "2839066781": 4, "2839071082": 18, "2839173408": 16, "2839255720": 19, "2839364423": 17, "2839517205": 19, + "2839600459": 24, "2839604521": 7, "2839632400": 4, "2839632402": 4, "2839632405": 4, "2839660851": 16, + "2839862009": 24, + "2839868123": 24, "2840140116": 4, + "2840199566": 24, "2840239474": 20, "2840606178": 22, "2840773569": 11, "2840833776": 16, "2840844524": 18, + "2841023690": 24, "2841100890": 1, "2841255514": 23, "2841305106": 6, "2841355358": 21, "2841395028": 15, "2841506332": 4, + "2841629452": 24, "2841656848": 5, "2841656849": 5, "2841656850": 5, @@ -23903,6 +25511,7 @@ "2841656855": 5, "2841656858": 5, "2841656859": 5, + "2841969397": 24, "2841992127": 9, "2842031079": 3, "2842241464": 11, @@ -23911,10 +25520,13 @@ "2842471112": 16, "2842493170": 1, "2842493171": 1, + "2842514288": 24, "2842683239": 19, "2842718424": 17, "2843067693": 9, + "2843072129": 24, "2843118345": 2, + "2843178549": 24, "2844014413": 4, "2844341589": 15, "2845012064": 18, @@ -23932,6 +25544,10 @@ "2845219430": 6, "2845443115": 2, "2845530750": 1, + "2845628876": 24, + "2845628877": 24, + "2845628878": 24, + "2845628879": 24, "2845668740": 19, "2845668741": 19, "2845668742": 19, @@ -23945,6 +25561,15 @@ "2847213163": 21, "2847540257": 10, "2847572015": 11, + "2847579024": 24, + "2847579025": 24, + "2847579026": 24, + "2847579027": 24, + "2847579029": 24, + "2847579030": 24, + "2847579031": 24, + "2847579034": 24, + "2847579035": 24, "2847625487": 3, "2847663213": 15, "2848489726": 2, @@ -23952,6 +25577,7 @@ "2848615171": 1, "2849007504": 10, "2849050827": 16, + "2849111819": 24, "2849459970": 8, "2849673075": 18, "2849910536": 14, @@ -23978,6 +25604,7 @@ "2850984298": 12, "2851176171": 8, "2851269055": 13, + "2851334182": 24, "2851458940": 16, "2851718150": 2, "2851870940": 20, @@ -23986,10 +25613,12 @@ "2852041402": 14, "2852041403": 14, "2852052802": 16, + "2852100056": 24, "2852259673": 19, "2852283123": 8, "2852326087": 18, "2852332270": 16, + "2852373306": 24, "2852891887": 6, "2852900772": 19, "2853073502": 9, @@ -24002,6 +25631,7 @@ "2853165966": 13, "2853275731": 2, "2853425267": 23, + "2853727135": 24, "2853747581": 19, "2853750531": 3, "2853812547": 3, @@ -24064,11 +25694,13 @@ "2860172149": 1, "2860172150": 1, "2860172151": 1, + "2860777873": 24, "2860779836": 5, "2860879950": 20, "2860908221": 16, "2860991074": 16, "2861257618": 12, + "2861450954": 24, "2861849799": 9, "2861892194": 12, "2862142448": 5, @@ -24082,14 +25714,17 @@ "2862488837": 16, "2862488838": 16, "2862488839": 16, + "2862556273": 24, "2862767893": 18, "2862810859": 4, "2863148328": 7, "2863148329": 7, "2863148331": 7, + "2863166953": 24, "2863201134": 1, "2863819165": 12, "2863956666": 12, + "2864139346": 24, "2864252039": 9, "2864267637": 6, "2864315956": 15, @@ -24110,13 +25745,18 @@ "2866378042": 1, "2866378043": 1, "2866798147": 7, + "2867015595": 24, "2867156198": 7, "2867247961": 8, "2867485074": 23, "2867668635": 16, "2867719094": 4, + "2867960494": 24, "2868013594": 8, "2868042232": 4, + "2868073560": 24, + "2868073561": 24, + "2868073563": 24, "2868143379": 4, "2868208254": 5, "2868325782": 8, @@ -24142,9 +25782,11 @@ "2870095399": 1, "2870168892": 1, "2870169846": 12, + "2870530937": 24, "2870651229": 22, "2870662108": 8, "2870922921": 21, + "2870974250": 24, "2871095181": 1, "2871264750": 18, "2871646800": 23, @@ -24156,6 +25798,7 @@ "2873060113": 22, "2873099162": 7, "2873099163": 9, + "2873206827": 24, "2873229596": 14, "2873488357": 16, "2873598226": 9, @@ -24174,6 +25817,8 @@ "2875338188": 5, "2875811324": 22, "2875818524": 20, + "2875890142": 24, + "2875890143": 24, "2876184501": 3, "2876457246": 12, "2876590849": 1, @@ -24187,11 +25832,14 @@ "2876701661": 21, "2876701662": 21, "2876701663": 21, + "2876781672": 24, "2876818003": 21, "2876946625": 22, + "2876951646": 24, "2877012412": 17, "2877046370": 7, "2877127585": 10, + "2877175449": 24, "2877222076": 8, "2877393084": 23, "2877501170": 18, @@ -24200,7 +25848,9 @@ "2877895744": 23, "2877933893": 14, "2878130185": 5, + "2878341559": 24, "2878428802": 14, + "2878552641": 24, "2878573036": 20, "2878674740": 20, "2878780553": 1, @@ -24209,10 +25859,12 @@ "2879116647": 4, "2879305550": 21, "2879309661": 10, + "2879409495": 24, "2879513176": 15, "2879784879": 20, "2879998696": 20, "2880137516": 1, + "2880333245": 24, "2880545163": 1, "2880619157": 12, "2880998238": 11, @@ -24222,7 +25874,9 @@ "2881248566": 9, "2881439013": 20, "2881557980": 21, + "2881608704": 24, "2881823111": 16, + "2881859247": 24, "2881907522": 3, "2881930999": 19, "2881979221": 21, @@ -24263,6 +25917,7 @@ "2886339027": 16, "2886549180": 1, "2886651369": 1, + "2886905935": 24, "2887493342": 20, "2887671756": 8, "2887845822": 8, @@ -24333,16 +25988,19 @@ "2894223905": 3, "2894282039": 23, "2894481116": 1, + "2894500099": 24, "2894506171": 3, "2894608781": 19, "2895039606": 17, "2895215636": 2, "2895268185": 1, + "2895506597": 24, "2895575818": 7, "2896038713": 16, "2896379761": 2, "2896417934": 15, "2896466320": 2, + "2896484733": 24, "2896728963": 12, "2896748467": 17, "2896780293": 21, @@ -24351,6 +26009,7 @@ "2897466191": 3, "2897490274": 12, "2897598935": 15, + "2897786234": 24, "2897981193": 16, "2898215510": 20, "2898218424": 17, @@ -24367,8 +26026,10 @@ "2899275886": 11, "2899334605": 3, "2899462804": 22, + "2899505723": 24, "2899660517": 2, "2899766705": 6, + "2899862144": 24, "2899925137": 8, "2900154861": 7, "2900181965": 6, @@ -24388,6 +26049,7 @@ "2903026872": 8, "2903026873": 8, "2903026874": 8, + "2903082064": 24, "2903204355": 9, "2903313662": 4, "2903408156": 19, @@ -24403,6 +26065,7 @@ "2904930850": 11, "2905153902": 11, "2905154661": 3, + "2905188646": 24, "2905536492": 20, "2905607690": 12, "2905692189": 22, @@ -24470,6 +26133,7 @@ "2911045457": 4, "2911084052": 14, "2911106623": 3, + "2911227736": 24, "2911264785": 23, "2911323631": 15, "2911329003": 7, @@ -24502,6 +26166,7 @@ "2915322487": 20, "2915388915": 12, "2915544509": 20, + "2915803277": 24, "2915856823": 8, "2915937077": 20, "2916132847": 18, @@ -24513,11 +26178,13 @@ "2916741054": 2, "2916873001": 9, "2917481202": 1, + "2917489326": 24, "2918126863": 4, "2918247569": 5, "2918278213": 17, "2918298692": 19, "2918819888": 20, + "2918825526": 24, "2918840722": 20, "2918883917": 8, "2918984694": 20, @@ -24525,6 +26192,7 @@ "2919334548": 7, "2919349723": 4, "2919370117": 19, + "2919418546": 24, "2919419217": 20, "2919429251": 2, "2919597168": 21, @@ -24534,6 +26202,7 @@ "2919888381": 21, "2919938481": 3, "2920072631": 18, + "2920231040": 24, "2920601243": 3, "2921090754": 6, "2921126083": 2, @@ -24565,6 +26234,8 @@ "2924294393": 23, "2924501638": 3, "2924540416": 21, + "2924626681": 24, + "2924626685": 24, "2924794318": 11, "2924842316": 23, "2924954886": 3, @@ -24607,6 +26278,7 @@ "2928555613": 23, "2928555615": 23, "2928640162": 4, + "2929046193": 24, "2929074377": 15, "2929163318": 4, "2929381275": 23, @@ -24650,6 +26322,7 @@ "2932691109": 15, "2932717668": 18, "2932919026": 4, + "2932922810": 24, "2932989320": 23, "2933132219": 16, "2933160903": 12, @@ -24671,19 +26344,26 @@ "2934344894": 19, "2934371188": 1, "2934509775": 14, + "2934608437": 24, "2934767476": 12, "2934767477": 12, "2934968632": 10, + "2935055281": 24, + "2935526975": 24, "2935559305": 17, "2935732562": 19, "2935851862": 4, "2935879659": 23, "2935936434": 11, + "2936183184": 24, "2936205479": 12, "2936230179": 12, "2936258449": 1, + "2936404289": 24, "2936531730": 3, "2936629770": 5, + "2936661753": 24, + "2936708984": 24, "2936850733": 1, "2936850734": 1, "2936850735": 1, @@ -24728,6 +26408,8 @@ "2941271302": 5, "2941276665": 9, "2941301362": 15, + "2941404267": 24, + "2941404270": 24, "2941813192": 12, "2941813193": 12, "2942027313": 23, @@ -24762,6 +26444,8 @@ "2945106011": 18, "2945177393": 20, "2945464224": 18, + "2945626828": 24, + "2945626829": 24, "2945759410": 20, "2946257765": 19, "2946312594": 20, @@ -24854,6 +26538,7 @@ "2957044930": 7, "2957044931": 7, "2957367743": 4, + "2957368970": 24, "2957532337": 15, "2957542878": 2, "2957859219": 19, @@ -24867,6 +26552,7 @@ "2959504464": 20, "2959556799": 1, "2959586114": 10, + "2959732323": 24, "2959986506": 1, "2960004107": 21, "2960695529": 12, @@ -24891,16 +26577,21 @@ "2962058749": 12, "2962058750": 12, "2962058751": 12, + "2962131771": 24, "2962326310": 3, "2962361451": 15, "2962479634": 18, + "2962485106": 24, "2962817690": 8, "2962854089": 20, + "2963193656": 24, "2963224754": 23, "2963273367": 17, + "2963273944": 24, "2963292596": 1, "2963333218": 4, "2963333219": 4, + "2963428707": 24, "2963573650": 20, "2963870192": 12, "2963870193": 11, @@ -24928,6 +26619,7 @@ "2964903421": 7, "2965218580": 23, "2965439266": 3, + "2965573904": 24, "2965853200": 15, "2965975126": 16, "2966283697": 21, @@ -24997,6 +26689,7 @@ "2974378152": 15, "2974824815": 19, "2974942014": 20, + "2974959537": 24, "2975041411": 12, "2975283266": 1, "2975283267": 1, @@ -25008,6 +26701,7 @@ "2975357710": 12, "2975563522": 13, "2975594588": 2, + "2975831865": 24, "2976122788": 18, "2976233114": 19, "2976254224": 21, @@ -25024,6 +26718,7 @@ "2976515494": 4, "2976586065": 1, "2976612200": 2, + "2976676960": 24, "2976734344": 20, "2977071352": 1, "2977126596": 8, @@ -25065,6 +26760,7 @@ "2980357722": 20, "2980357723": 20, "2980516861": 12, + "2980589453": 24, "2980725571": 16, "2980725572": 16, "2980725573": 16, @@ -25078,6 +26774,7 @@ "2982306509": 20, "2982346244": 8, "2982412348": 4, + "2982539088": 24, "2982871838": 14, "2982947772": 9, "2982950290": 18, @@ -25089,6 +26786,7 @@ "2983128512": 14, "2983451467": 5, "2983466243": 16, + "2983924185": 24, "2983961673": 4, "2983972636": 19, "2984066626": 1, @@ -25116,6 +26814,7 @@ "2984964098": 13, "2985024932": 18, "2985655620": 1, + "2985738904": 24, "2985827016": 1, "2986029425": 16, "2986054347": 2, @@ -25159,6 +26858,7 @@ "2990668490": 19, "2990668491": 19, "2990689384": 23, + "2990931595": 24, "2991116200": 13, "2991116201": 13, "2991116203": 13, @@ -25166,6 +26866,7 @@ "2991418020": 5, "2991424415": 15, "2991727273": 22, + "2991737124": 24, "2991741874": 21, "2992370985": 19, "2992453508": 11, @@ -25177,6 +26878,8 @@ "2992900370": 18, "2992900375": 18, "2993008662": 11, + "2993090545": 24, + "2993210260": 24, "2993288448": 12, "2993358482": 13, "2993547493": 4, @@ -25185,6 +26888,7 @@ "2993852669": 20, "2993923017": 7, "2994007601": 2, + "2994118196": 24, "2994191442": 10, "2994191443": 10, "2994235046": 15, @@ -25206,6 +26910,7 @@ "2995910701": 23, "2996057623": 21, "2996100508": 13, + "2996369932": 24, "2996600235": 2, "2996649640": 1, "2997169129": 7, @@ -25219,6 +26924,8 @@ "2999015958": 16, "2999252751": 21, "2999429147": 15, + "2999433222": 24, + "2999433223": 24, "2999505920": 1, "2999584444": 16, "2999626481": 13, @@ -25240,12 +26947,14 @@ "3000903801": 2, "3000974824": 14, "3001205424": 20, + "3001229473": 24, "3001283184": 10, "3001283185": 10, "3001283187": 10, "3001283188": 10, "3001283189": 10, "3001283191": 10, + "3001449507": 24, "3001557648": 14, "3001557651": 14, "3001813128": 9, @@ -25287,6 +26996,7 @@ "3004625280": 9, "3005056146": 23, "3005104939": 2, + "3005189508": 24, "3005212482": 1, "3005328837": 15, "3005496492": 1, @@ -25310,7 +27020,9 @@ "3007933326": 15, "3008099638": 20, "3008110069": 8, + "3008182387": 24, "3008394696": 16, + "3008514711": 24, "3008550972": 2, "3008572044": 16, "3008933410": 13, @@ -25324,6 +27036,7 @@ "3009759251": 6, "3009821053": 20, "3009946703": 8, + "3010096174": 24, "3010218334": 23, "3010244697": 3, "3010348880": 9, @@ -25354,10 +27067,18 @@ "3012249671": 5, "3012281579": 23, "3012636759": 14, + "3012879304": 24, + "3012879305": 24, + "3012879306": 24, + "3012879307": 24, + "3012879308": 24, + "3012879309": 24, + "3012879311": 24, "3012927512": 14, "3013248110": 23, "3013315457": 18, "3013363601": 4, + "3013473326": 24, "3013565805": 15, "3013712270": 18, "3013778406": 20, @@ -25382,6 +27103,7 @@ "3015837028": 14, "3015837029": 14, "3015837031": 14, + "3016094390": 24, "3016891299": 21, "3016987351": 7, "3017030988": 20, @@ -25393,6 +27115,8 @@ "3017685778": 9, "3017780555": 22, "3017869859": 8, + "3018083230": 24, + "3018083231": 24, "3018123692": 2, "3018146897": 21, "3018204498": 8, @@ -25429,6 +27153,7 @@ "3020076475": 23, "3020192510": 6, "3020272562": 3, + "3020440089": 24, "3020524483": 22, "3020577376": 17, "3020577377": 17, @@ -25440,6 +27165,7 @@ "3020577383": 17, "3020577390": 17, "3020577391": 17, + "3020799946": 24, "3021602042": 10, "3021987691": 20, "3022208769": 17, @@ -25456,6 +27182,7 @@ "3024740338": 16, "3024860521": 1, "3025094706": 21, + "3025142774": 24, "3025466098": 1, "3025466099": 1, "3025675419": 20, @@ -25492,6 +27219,7 @@ "3027859720": 8, "3028088992": 19, "3028364115": 12, + "3028576030": 24, "3028588557": 17, "3029133082": 13, "3029133083": 13, @@ -25514,15 +27242,20 @@ "3031194871": 14, "3031581630": 8, "3031612900": 7, + "3031640271": 24, "3031781145": 20, + "3031837601": 24, "3031848199": 4, "3031852799": 3, + "3031915509": 24, "3031934630": 20, "3032081193": 14, "3032599245": 1, "3032605112": 16, "3032763153": 3, "3033101525": 9, + "3033936626": 24, + "3034060702": 24, "3034285946": 1, "3034612620": 1, "3034617041": 1, @@ -25534,6 +27267,7 @@ "3035240099": 1, "3035281791": 16, "3035639340": 4, + "3035876124": 24, "3036070042": 18, "3036073106": 1, "3036115292": 22, @@ -25564,9 +27298,11 @@ "3039089314": 10, "3039687635": 7, "3040029584": 4, + "3040080535": 24, "3040327490": 19, "3040412000": 2, "3040495146": 19, + "3040535383": 24, "3040599780": 13, "3040599781": 13, "3040599784": 13, @@ -25587,6 +27323,8 @@ "3042066428": 2, "3042066430": 2, "3042066431": 2, + "3042178675": 24, + "3042219245": 24, "3042323431": 2, "3042452808": 16, "3042878056": 5, @@ -25612,6 +27350,7 @@ "3044731064": 8, "3044759626": 3, "3044883503": 16, + "3044988165": 24, "3045041552": 20, "3045177304": 5, "3045177305": 5, @@ -25636,6 +27375,7 @@ "3047969693": 3, "3048420653": 16, "3048458482": 15, + "3048591731": 24, "3048607386": 9, "3049004864": 13, "3049220482": 20, @@ -25647,6 +27387,7 @@ "3049513808": 23, "3049578925": 23, "3049642429": 4, + "3049649564": 24, "3049663285": 21, "3050235176": 9, "3050799639": 19, @@ -25655,6 +27396,7 @@ "3051367843": 21, "3051413895": 23, "3051422226": 10, + "3051590530": 24, "3051813095": 23, "3052061118": 16, "3052096176": 1, @@ -25673,6 +27415,9 @@ "3054254657": 6, "3054310538": 11, "3054468233": 5, + "3054554444": 24, + "3054554446": 24, + "3054554447": 24, "3054567270": 4, "3054638345": 3, "3054692414": 22, @@ -25730,7 +27475,9 @@ "3062758544": 22, "3063253628": 21, "3063320916": 11, + "3063491139": 24, "3063752398": 6, + "3063765221": 24, "3063772022": 8, "3063795377": 20, "3063941857": 10, @@ -25739,6 +27486,8 @@ "3064687909": 20, "3064716714": 15, "3064773763": 12, + "3064851484": 24, + "3064918430": 24, "3064954885": 1, "3065139792": 13, "3065200837": 1, @@ -25751,6 +27500,7 @@ "3065522231": 13, "3065586312": 23, "3065699930": 4, + "3066019967": 24, "3066103996": 17, "3066103998": 17, "3066103999": 17, @@ -25758,6 +27508,8 @@ "3066154883": 4, "3066181671": 4, "3066236134": 21, + "3066427146": 24, + "3066427151": 24, "3066440557": 18, "3066593211": 1, "3066613133": 11, @@ -25772,6 +27524,7 @@ "3067847522": 17, "3067917759": 15, "3067997924": 2, + "3068019720": 24, "3068122505": 9, "3068295084": 8, "3068295085": 8, @@ -25781,6 +27534,7 @@ "3068940376": 22, "3068964149": 4, "3069341742": 4, + "3069584563": 24, "3069758759": 18, "3069841598": 18, "3069892475": 7, @@ -25796,6 +27550,7 @@ "3070765275": 22, "3071174732": 4, "3071292293": 2, + "3071313306": 24, "3071673277": 18, "3071847945": 16, "3072083466": 8, @@ -25817,6 +27572,7 @@ "3074755706": 16, "3074765785": 20, "3074795460": 22, + "3074849953": 24, "3074850100": 9, "3074879264": 10, "3074985148": 9, @@ -25842,6 +27598,7 @@ "3077000692": 15, "3077000694": 15, "3077000697": 15, + "3077114223": 24, "3077242389": 16, "3077367255": 3, "3077470652": 20, @@ -25893,6 +27650,8 @@ "3082625196": 11, "3082636487": 23, "3082920955": 4, + "3083189562": 24, + "3083204834": 24, "3083530357": 19, "3083564121": 1, "3083700040": 19, @@ -25927,6 +27686,7 @@ "3088740178": 6, "3088740179": 6, "3089075939": 6, + "3089117374": 24, "3089161515": 4, "3089197734": 3, "3089242929": 9, @@ -25952,6 +27712,7 @@ "3091683497": 15, "3091776080": 11, "3091871970": 9, + "3092049793": 24, "3092145291": 12, "3092180969": 21, "3092380260": 11, @@ -25981,6 +27742,7 @@ "3095331892": 12, "3095384937": 15, "3096455063": 17, + "3096586593": 24, "3096702027": 4, "3096898778": 8, "3097097481": 17, @@ -25991,10 +27753,20 @@ "3097544525": 11, "3097875846": 14, "3097891051": 18, + "3097902832": 24, + "3097902840": 24, + "3097902841": 24, + "3097902842": 24, + "3097902843": 24, + "3097902844": 24, + "3097902845": 24, + "3097902846": 24, + "3097902847": 24, "3097973565": 16, "3098300483": 18, "3098328572": 23, "3098458331": 7, + "3099083217": 24, "3099084679": 23, "3099145329": 13, "3099265193": 16, @@ -26002,16 +27774,22 @@ "3099504414": 7, "3099636805": 11, "3099724909": 5, + "3099982421": 24, "3100185651": 13, "3100242363": 17, "3100452337": 4, "3100470880": 21, + "3100504618": 24, "3100590152": 1, + "3100848450": 24, "3101012909": 23, "3101195068": 22, "3101226078": 3, "3101330395": 3, "3101704126": 4, + "3101709156": 24, + "3101709157": 24, + "3101709158": 24, "3101758893": 5, "3101788837": 3, "3101883988": 8, @@ -26049,6 +27827,7 @@ "3104651352": 12, "3104672106": 1, "3105006414": 20, + "3105071040": 24, "3105072592": 15, "3105072593": 15, "3105072594": 15, @@ -26071,6 +27850,7 @@ "3106019822": 21, "3106026160": 23, "3106070506": 23, + "3106222402": 24, "3106353652": 20, "3106430225": 12, "3106439832": 15, @@ -26085,6 +27865,7 @@ "3108233384": 20, "3108279337": 23, "3108321700": 11, + "3108716040": 24, "3108830275": 11, "3108883530": 15, "3108912447": 20, @@ -26117,6 +27898,7 @@ "3110117194": 13, "3110332187": 15, "3110377595": 20, + "3110400804": 24, "3110493660": 19, "3110698812": 7, "3110728132": 19, @@ -26125,6 +27907,7 @@ "3110986887": 21, "3111031679": 21, "3111111216": 21, + "3111271686": 24, "3111601912": 7, "3112088101": 20, "3112667046": 23, @@ -26134,8 +27917,11 @@ "3113070516": 1, "3113177686": 21, "3113416514": 23, + "3113918754": 24, + "3113971187": 24, "3114015416": 16, "3114110825": 20, + "3114167583": 24, "3114383490": 23, "3114383491": 23, "3114383496": 23, @@ -26165,11 +27951,22 @@ "3116258571": 14, "3116356268": 6, "3116569677": 21, + "3116632768": 24, + "3116632769": 24, + "3116632771": 24, + "3116632772": 24, + "3116632773": 24, + "3116632774": 24, + "3116632775": 24, "3117256915": 2, "3117358110": 22, "3117433295": 21, "3117514172": 12, + "3117658388": 24, "3117692226": 12, + "3117850532": 24, + "3117850534": 24, + "3117850535": 24, "3117873459": 13, "3118061004": 20, "3118061005": 20, @@ -26183,6 +27980,7 @@ "3119255625": 20, "3119383537": 11, "3119528729": 4, + "3119990600": 24, "3120028279": 12, "3120104528": 6, "3120104529": 6, @@ -26194,19 +27992,25 @@ "3120104535": 6, "3120104536": 6, "3120104537": 6, + "3120212825": 24, "3120368538": 10, "3120382213": 12, "3120705093": 21, + "3121010362": 24, "3121039270": 4, "3121104079": 1, "3121111403": 1, "3121233210": 21, "3121526952": 12, "3121540812": 20, + "3122088682": 24, "3122132988": 23, "3122843640": 19, "3123203109": 1, + "3123562078": 24, + "3123562079": 24, "3123639228": 6, + "3123651616": 24, "3123971576": 21, "3124023219": 19, "3124166240": 23, @@ -26238,6 +28042,7 @@ "3127086862": 16, "3127165437": 23, "3127169937": 18, + "3127309054": 24, "3127319342": 1, "3127319343": 1, "3127333440": 15, @@ -26291,6 +28096,8 @@ "3132516484": 22, "3132575761": 20, "3132726850": 20, + "3132885765": 24, + "3133032636": 24, "3133077199": 16, "3133551023": 15, "3134187934": 3, @@ -26319,7 +28126,9 @@ "3136552544": 5, "3136552545": 5, "3136760875": 23, + "3136768315": 24, "3136771211": 14, + "3136963864": 24, "3137048599": 21, "3137117017": 20, "3137243573": 23, @@ -26373,6 +28182,7 @@ "3143442563": 1, "3143479462": 6, "3143583065": 23, + "3143728275": 24, "3143732432": 11, "3143740107": 22, "3144111157": 15, @@ -26424,6 +28234,7 @@ "3147960669": 3, "3147967308": 23, "3148074173": 6, + "3148195144": 24, "3148236515": 3, "3148433189": 8, "3148574208": 4, @@ -26445,8 +28256,10 @@ "3149307605": 20, "3149327402": 13, "3149644635": 13, + "3149792800": 24, "3149804137": 15, "3150093256": 18, + "3150315310": 24, "3150716013": 5, "3150788808": 16, "3150799884": 12, @@ -26482,6 +28295,7 @@ "3153681208": 18, "3153956825": 11, "3153963992": 17, + "3154086878": 24, "3154193408": 22, "3154194046": 23, "3154398202": 22, @@ -26514,9 +28328,11 @@ "3158093712": 11, "3158093713": 11, "3158093715": 11, + "3158567669": 24, "3158636457": 15, "3158739321": 1, "3159052337": 7, + "3159160837": 24, "3159474701": 1, "3159532540": 8, "3159615086": 1, @@ -26540,6 +28356,7 @@ "3160971161": 22, "3160971166": 22, "3160971167": 22, + "3161047604": 24, "3161349231": 8, "3161446425": 2, "3161484303": 20, @@ -26594,6 +28411,7 @@ "3166926330": 8, "3166926331": 8, "3166972772": 12, + "3167092865": 24, "3167111216": 23, "3167111217": 23, "3167111224": 23, @@ -26608,6 +28426,7 @@ "3167173071": 15, "3167196501": 5, "3167559276": 23, + "3167822408": 24, "3167890668": 3, "3168014845": 2, "3168028016": 18, @@ -26623,6 +28442,7 @@ "3168801981": 23, "3168818593": 23, "3168888639": 9, + "3168934826": 24, "3168997075": 18, "3169161321": 18, "3169161322": 18, @@ -26636,6 +28456,7 @@ "3169537049": 17, "3169607361": 1, "3169616514": 4, + "3170323457": 24, "3170445300": 12, "3170445301": 12, "3170681623": 3, @@ -26652,7 +28473,9 @@ "3172124887": 20, "3172174105": 17, "3172332880": 2, + "3172539919": 24, "3172679685": 3, + "3172785327": 24, "3173226934": 9, "3173226935": 9, "3173226936": 9, @@ -26664,9 +28487,11 @@ "3173226942": 9, "3173226943": 9, "3173501717": 11, + "3173526816": 24, "3173533365": 4, "3173709985": 9, "3173727367": 5, + "3173778593": 24, "3173816072": 20, "3173892571": 21, "3174068456": 4, @@ -26686,6 +28511,7 @@ "3174871345": 8, "3174951648": 23, "3175015261": 4, + "3175093592": 24, "3175386398": 21, "3175635987": 11, "3175709803": 8, @@ -26710,6 +28536,7 @@ "3176346443": 3, "3176347031": 1, "3176509806": 7, + "3176532637": 24, "3176559050": 3, "3176563510": 15, "3176983014": 11, @@ -26729,9 +28556,11 @@ "3178117723": 20, "3178157690": 8, "3178167667": 4, + "3178379945": 24, "3178987263": 10, "3179188489": 3, "3179227684": 21, + "3179415481": 24, "3179514973": 2, "3179623987": 12, "3179985807": 22, @@ -26750,6 +28579,7 @@ "3181364740": 14, "3181364741": 14, "3181364743": 14, + "3181377148": 24, "3181430812": 22, "3181430813": 22, "3181430814": 22, @@ -26809,15 +28639,22 @@ "3186325463": 5, "3186457725": 15, "3187008135": 17, + "3187046535": 24, + "3187101172": 24, "3187140226": 1, "3187275426": 20, "3187319766": 15, + "3187320016": 24, "3187758160": 22, "3187758161": 22, "3187758162": 22, "3187758166": 22, "3187758167": 22, "3187791465": 10, + "3187899644": 24, + "3187899645": 24, + "3187899646": 24, + "3187899647": 24, "3187910761": 20, "3187955025": 10, "3188175770": 23, @@ -26852,6 +28689,7 @@ "3190764700": 3, "3190847495": 3, "3191087460": 20, + "3191238503": 24, "3191466416": 1, "3191735197": 8, "3192017872": 17, @@ -26877,6 +28715,7 @@ "3193580190": 3, "3193598749": 20, "3193721068": 16, + "3193730158": 24, "3193745399": 13, "3193788495": 21, "3194013707": 6, @@ -26910,12 +28749,15 @@ "3197312197": 10, "3197331902": 15, "3197377221": 13, + "3197463313": 24, "3197496205": 22, "3197778558": 3, + "3197859223": 24, "3198072315": 8, "3198323828": 20, "3198335981": 21, "3198469301": 23, + "3198581688": 24, "3198618292": 8, "3198691833": 4, "3198744410": 1, @@ -26941,6 +28783,8 @@ "3201358143": 18, "3201469151": 4, "3201496230": 12, + "3201545584": 24, + "3201624796": 24, "3201675491": 4, "3201772785": 4, "3201839676": 1, @@ -26954,6 +28798,7 @@ "3203008606": 22, "3203072904": 9, "3203072905": 9, + "3203348111": 24, "3203706073": 7, "3203727595": 8, "3203735972": 2, @@ -26978,16 +28823,20 @@ "3206311209": 3, "3206597105": 19, "3206818939": 1, + "3206929495": 24, "3207004279": 19, + "3207113547": 24, "3207116971": 11, "3207138885": 20, "3207244009": 12, + "3207258057": 24, "3207732940": 4, "3208067185": 12, "3208178411": 11, "3208647503": 12, "3208839961": 4, "3208945425": 19, + "3208963371": 24, "3208970320": 21, "3208987202": 1, "3209455643": 23, @@ -27015,6 +28864,7 @@ "3211806999": 5, "3211827034": 22, "3211894260": 7, + "3211948888": 24, "3212100481": 23, "3212100482": 23, "3212100483": 23, @@ -27112,7 +28962,9 @@ "3220030412": 6, "3220030414": 6, "3220030415": 6, + "3220240181": 24, "3220574826": 4, + "3220656346": 24, "3220737454": 16, "3220743426": 20, "3221010018": 23, @@ -27163,6 +29015,16 @@ "3228096719": 18, "3228149706": 18, "3228456715": 2, + "3228576704": 24, + "3228576705": 24, + "3228576706": 24, + "3228576707": 24, + "3228576708": 24, + "3228576709": 24, + "3228576710": 24, + "3228576711": 24, + "3228576714": 24, + "3228576715": 24, "3228611386": 4, "3228668394": 19, "3228751873": 12, @@ -27193,6 +29055,7 @@ "3232143296": 16, "3232154357": 23, "3232202236": 4, + "3232203524": 24, "3232422679": 16, "3232982826": 4, "3233041552": 23, @@ -27246,12 +29109,15 @@ "3237015646": 17, "3237318012": 21, "3237318013": 21, + "3237433933": 24, "3237668309": 20, "3238267532": 1, "3238421897": 2, "3238424670": 4, "3238546247": 10, "3238759590": 20, + "3238797830": 24, + "3238953348": 24, "3239027226": 4, "3239149608": 22, "3239215026": 11, @@ -27279,6 +29145,7 @@ "3242034340": 15, "3242052935": 10, "3242168339": 4, + "3242336557": 24, "3242368687": 19, "3242533954": 6, "3242830144": 7, @@ -27330,6 +29197,7 @@ "3246546058": 21, "3246546059": 21, "3246610834": 20, + "3246722505": 24, "3246855713": 2, "3246907580": 17, "3246983801": 10, @@ -27359,6 +29227,7 @@ "3250360146": 11, "3250423366": 23, "3250490362": 20, + "3250744600": 24, "3251023796": 20, "3251175769": 22, "3251195262": 12, @@ -27391,8 +29260,10 @@ "3254670087": 6, "3255036626": 4, "3255228714": 1, + "3255310006": 24, "3256047672": 22, "3256378992": 22, + "3256396110": 24, "3256453690": 21, "3256616328": 4, "3256698432": 14, @@ -27488,11 +29359,13 @@ "3264721770": 15, "3265015899": 20, "3265035688": 22, + "3265116853": 24, "3265161382": 18, "3265393623": 15, "3265698598": 16, "3265935868": 16, "3265994285": 20, + "3266141462": 24, "3266304801": 20, "3266470234": 23, "3266551502": 4, @@ -27505,6 +29378,7 @@ "3268063974": 21, "3268255645": 13, "3268329646": 22, + "3268375557": 24, "3268443924": 23, "3268553440": 22, "3268553441": 22, @@ -27531,7 +29405,9 @@ "3270099132": 19, "3270099133": 19, "3270111646": 19, + "3270117773": 24, "3270464419": 20, + "3270470518": 24, "3270576793": 20, "3270955774": 17, "3271153032": 6, @@ -27560,6 +29436,8 @@ "3273467759": 16, "3273542401": 1, "3273571676": 19, + "3273631255": 24, + "3273787683": 24, "3273836247": 3, "3274172505": 20, "3274444880": 16, @@ -27578,6 +29456,7 @@ "3276207339": 20, "3276220214": 22, "3276278122": 20, + "3276304504": 24, "3276338204": 23, "3276338205": 23, "3276897698": 2, @@ -27595,6 +29474,7 @@ "3279323753": 15, "3279749842": 4, "3280087347": 14, + "3280430051": 24, "3280699112": 6, "3280699113": 6, "3280699114": 6, @@ -27614,6 +29494,7 @@ "3281355021": 23, "3281355022": 23, "3281355023": 23, + "3281673290": 24, "3281674204": 4, "3281710129": 17, "3281938969": 18, @@ -27628,16 +29509,21 @@ "3283170684": 14, "3283296990": 23, "3283377024": 20, + "3283431559": 24, "3283469208": 3, "3283591565": 2, "3283642233": 1, + "3283876283": 24, "3283890999": 5, "3283911508": 16, "3284079505": 21, "3284251089": 22, + "3284383335": 24, "3284922489": 8, "3285121297": 3, "3285199325": 17, + "3285283570": 24, + "3285312263": 24, "3285365666": 2, "3285365667": 2, "3285593549": 20, @@ -27684,15 +29570,18 @@ "3290874772": 4, "3291001324": 1, "3291075521": 1, + "3291427296": 24, "3291480605": 16, "3291545503": 12, "3291904575": 21, "3292091251": 23, "3292127944": 1, "3292127945": 1, + "3292250861": 24, "3292374518": 18, "3292445816": 9, "3292453830": 15, + "3292643549": 24, "3292795429": 21, "3292852610": 6, "3292943447": 9, @@ -27707,6 +29596,7 @@ "3293251509": 15, "3293679620": 20, "3293850273": 16, + "3294042496": 24, "3294084232": 1, "3294126233": 5, "3294503240": 12, @@ -27736,11 +29626,14 @@ "3299468273": 22, "3299468275": 22, "3299588760": 1, + "3299635259": 24, + "3299723351": 24, "3299846213": 19, "3299896859": 20, "3299929792": 15, "3300129601": 7, "3300149529": 23, + "3300190725": 24, "3300194663": 4, "3300281544": 4, "3300312357": 16, @@ -27801,6 +29694,7 @@ "3307010009": 22, "3307211867": 21, "3307910248": 21, + "3308001144": 24, "3308109669": 23, "3308387296": 8, "3308387297": 8, @@ -27822,6 +29716,7 @@ "3308859506": 18, "3308875113": 10, "3308968959": 23, + "3308978151": 24, "3309120116": 4, "3309247652": 10, "3309556272": 2, @@ -27830,6 +29725,7 @@ "3310153555": 20, "3310167124": 4, "3310241668": 20, + "3310350741": 24, "3310367410": 20, "3310450277": 1, "3310600291": 23, @@ -27923,6 +29819,7 @@ "3321450188": 21, "3321566070": 11, "3321772950": 4, + "3321861903": 24, "3321971888": 21, "3322042984": 20, "3322192806": 5, @@ -27937,13 +29834,16 @@ "3323316553": 1, "3323319039": 20, "3323553887": 1, + "3323761966": 24, "3323910164": 20, "3323994954": 23, + "3324027446": 24, "3324052357": 9, "3324054408": 22, "3324158902": 3, "3324245385": 20, "3324262725": 8, + "3324330214": 24, "3324494224": 21, "3324685738": 1, "3324845151": 22, @@ -27960,16 +29860,25 @@ "3325404293": 9, "3325404294": 9, "3325404295": 9, + "3325420353": 24, "3325463374": 4, "3325480370": 4, "3325549779": 8, "3325717727": 16, "3325744914": 1, "3325778512": 8, + "3325792561": 24, + "3325792564": 24, + "3325792565": 24, + "3325792566": 24, + "3325792567": 24, "3325808341": 6, + "3325910055": 24, "3326070435": 3, "3326173065": 14, "3326204863": 1, + "3326232169": 24, + "3326435615": 24, "3326788154": 13, "3326830047": 2, "3326837142": 11, @@ -27988,6 +29897,7 @@ "3328375332": 4, "3328375333": 4, "3328606991": 13, + "3328811155": 24, "3328839466": 5, "3328839467": 5, "3328998530": 1, @@ -28005,6 +29915,7 @@ "3329206472": 4, "3329220148": 1, "3329446191": 20, + "3329627384": 24, "3329640351": 4, "3329682071": 17, "3329741270": 9, @@ -28024,6 +29935,7 @@ "3330548924": 4, "3330921441": 4, "3331120813": 2, + "3331628275": 24, "3331932942": 23, "3331935774": 20, "3331998400": 9, @@ -28037,6 +29949,8 @@ "3331998408": 9, "3331998409": 9, "3332065301": 21, + "3332125295": 24, + "3332313919": 24, "3332319890": 23, "3332402720": 20, "3332433752": 21, @@ -28079,6 +29993,7 @@ "3335094361": 20, "3335343363": 13, "3335408924": 18, + "3335470232": 24, "3335540749": 15, "3335686050": 16, "3335857649": 15, @@ -28150,6 +30065,7 @@ "3343094235": 15, "3343094238": 15, "3343094239": 15, + "3343224643": 24, "3343579633": 20, "3343583008": 4, "3343867063": 14, @@ -28173,6 +30089,7 @@ "3346893638": 17, "3346926308": 2, "3346981572": 19, + "3347004587": 24, "3347047991": 23, "3347222080": 20, "3347329978": 12, @@ -28225,6 +30142,7 @@ "3352318036": 2, "3352415987": 19, "3352566658": 2, + "3352850441": 24, "3352962401": 4, "3353094415": 19, "3353281999": 21, @@ -28254,6 +30172,7 @@ "3355385170": 16, "3355499393": 16, "3355604850": 22, + "3355614447": 24, "3355995799": 8, "3356279547": 15, "3356299403": 16, @@ -28266,6 +30185,7 @@ "3356628998": 8, "3356846604": 15, "3356917621": 20, + "3357128662": 24, "3357277767": 13, "3357287242": 8, "3357295428": 4, @@ -28282,10 +30202,13 @@ "3358679115": 19, "3358687360": 16, "3358915164": 11, + "3358953321": 24, "3359067392": 20, "3359121706": 11, + "3359370760": 24, "3359513793": 14, "3359671646": 7, + "3359740375": 24, "3360014173": 9, "3360070350": 4, "3360158272": 22, @@ -28310,6 +30233,7 @@ "3361747054": 20, "3361783295": 9, "3361843156": 1, + "3361878651": 24, "3362003312": 5, "3362229664": 16, "3362294689": 1, @@ -28324,6 +30248,7 @@ "3363466836": 15, "3363514990": 1, "3363625697": 5, + "3363660171": 24, "3363683299": 13, "3363787531": 18, "3363791743": 16, @@ -28335,8 +30260,10 @@ "3364258850": 15, "3364488990": 1, "3364580479": 23, + "3364625329": 24, "3364652299": 12, "3364682867": 11, + "3364817839": 24, "3364903020": 23, "3364911712": 1, "3365127084": 11, @@ -28361,6 +30288,7 @@ "3367964921": 3, "3368092113": 13, "3368182847": 23, + "3368277450": 24, "3368317463": 5, "3368507804": 14, "3368530883": 15, @@ -28373,6 +30301,7 @@ "3369424240": 1, "3369426530": 4, "3369495425": 19, + "3369533139": 24, "3369545945": 8, "3369579027": 23, "3369865290": 10, @@ -28386,6 +30315,7 @@ "3370146909": 4, "3370242000": 7, "3370268957": 16, + "3370351558": 24, "3370914423": 2, "3370984619": 23, "3371017761": 20, @@ -28399,9 +30329,11 @@ "3371868783": 13, "3372265448": 23, "3373005446": 5, + "3373157313": 24, "3373303016": 1, "3373303017": 1, "3373320481": 21, + "3373323540": 24, "3373357626": 2, "3373357627": 2, "3373365218": 3, @@ -28432,6 +30364,7 @@ "3376967254": 2, "3376967255": 2, "3377623014": 2, + "3377713972": 24, "3377759578": 17, "3377778206": 3, "3377988521": 16, @@ -28443,6 +30376,7 @@ "3378497145": 12, "3379235805": 7, "3379686671": 8, + "3379835300": 24, "3380315063": 12, "3380377210": 14, "3380383295": 3, @@ -28454,6 +30388,7 @@ "3381471334": 16, "3381543693": 1, "3381714035": 3, + "3381752080": 24, "3381757252": 8, "3381758732": 7, "3382059480": 20, @@ -28483,6 +30418,7 @@ "3383073007": 16, "3383288962": 16, "3383539170": 23, + "3383861650": 24, "3383958216": 4, "3383958217": 4, "3383958218": 4, @@ -28490,6 +30426,7 @@ "3383977090": 9, "3384059383": 20, "3384125556": 8, + "3384161765": 24, "3384861888": 3, "3385326721": 8, "3385331555": 2, @@ -28543,8 +30480,10 @@ "3392204241": 22, "3392207397": 12, "3392234385": 19, + "3392240079": 24, "3392497797": 7, "3392742912": 3, + "3392940870": 24, "3392989359": 1, "3393081898": 8, "3393130645": 2, @@ -28576,6 +30515,8 @@ "3395856235": 11, "3395883122": 5, "3396106982": 3, + "3396356011": 24, + "3396487332": 24, "3396493393": 19, "3396589080": 22, "3396927232": 23, @@ -28599,6 +30540,7 @@ "3398617970": 11, "3399113824": 12, "3399113825": 12, + "3399124600": 24, "3399222854": 2, "3399325807": 14, "3399771188": 23, @@ -28607,6 +30549,8 @@ "3399947696": 16, "3399976694": 12, "3400066677": 16, + "3400121653": 24, + "3400233583": 24, "3400256755": 15, "3400316022": 1, "3400352800": 1, @@ -28621,6 +30565,7 @@ "3401563735": 11, "3401811367": 20, "3401935316": 12, + "3402298993": 24, "3402766793": 11, "3402772578": 16, "3403116792": 1, @@ -28645,6 +30590,7 @@ "3404150478": 20, "3404208078": 1, "3404393867": 20, + "3404498647": 24, "3404577156": 19, "3404596515": 21, "3404620039": 2, @@ -28652,6 +30598,7 @@ "3404948861": 1, "3405012994": 23, "3405153221": 23, + "3405211239": 24, "3405314918": 7, "3405495772": 23, "3405554861": 18, @@ -28711,16 +30658,24 @@ "3410674116": 23, "3410674117": 23, "3410721600": 4, + "3410760448": 24, + "3410760449": 24, + "3410760450": 24, + "3410760451": 24, + "3410760452": 24, + "3410760453": 24, "3410844187": 20, "3410850054": 12, "3411048043": 7, "3411095149": 4, "3411140517": 5, "3411420709": 16, + "3411424064": 24, "3411701508": 16, "3411886520": 19, "3412289997": 4, "3412439828": 3, + "3412910300": 24, "3413027359": 19, "3413058229": 5, "3413074534": 3, @@ -28735,6 +30690,7 @@ "3414352434": 9, "3414419157": 16, "3414625920": 12, + "3414637070": 24, "3414847998": 12, "3415134320": 18, "3415291596": 8, @@ -28743,8 +30699,10 @@ "3415749748": 22, "3415836124": 23, "3415836127": 23, + "3416218761": 24, "3416263037": 13, "3416473448": 17, + "3416609154": 24, "3416618798": 1, "3416645339": 1, "3416654206": 5, @@ -28759,6 +30717,7 @@ "3417843082": 1, "3418026817": 23, "3418165135": 16, + "3418333740": 24, "3418782618": 14, "3419040471": 23, "3419115984": 9, @@ -28797,6 +30756,7 @@ "3421463185": 3, "3421631141": 1, "3421974605": 1, + "3422699009": 24, "3422717473": 5, "3422796781": 23, "3423221701": 2, @@ -28857,6 +30817,7 @@ "3427785728": 3, "3428080418": 12, "3428387954": 8, + "3428407746": 24, "3428439414": 1, "3428521585": 16, "3428617830": 9, @@ -28866,6 +30827,7 @@ "3429504863": 22, "3429800428": 4, "3429857180": 10, + "3429966421": 24, "3429995675": 19, "3430086406": 17, "3430647425": 3, @@ -28884,9 +30846,12 @@ "3431948556": 6, "3432146796": 23, "3432171457": 8, + "3432217092": 24, + "3432289005": 24, "3432306984": 2, "3432418739": 13, "3432568518": 2, + "3432789118": 24, "3433239931": 8, "3433317859": 5, "3433396026": 5, @@ -28932,10 +30897,12 @@ "3437155610": 4, "3437236662": 22, "3437323171": 20, + "3437392668": 24, "3437453468": 19, "3437453469": 19, "3437493462": 20, "3437505629": 23, + "3437674981": 24, "3437746471": 2, "3437897940": 9, "3437897941": 9, @@ -28958,6 +30925,7 @@ "3440657549": 2, "3440723219": 23, "3440817417": 19, + "3440927677": 24, "3441003139": 15, "3441081953": 11, "3441162174": 15, @@ -29009,6 +30977,7 @@ "3446240490": 12, "3446399410": 15, "3446606632": 1, + "3446623301": 24, "3446707994": 1, "3446755227": 9, "3446773262": 19, @@ -29016,6 +30985,7 @@ "3446862223": 13, "3446924342": 16, "3447101136": 16, + "3447135328": 24, "3447587684": 2, "3448093826": 2, "3448423264": 23, @@ -29044,6 +31014,7 @@ "3449625276": 20, "3449625277": 20, "3449949721": 2, + "3450002437": 24, "3450065536": 1, "3450065540": 1, "3450065541": 1, @@ -29068,6 +31039,7 @@ "3452001797": 17, "3452040806": 5, "3452090911": 15, + "3452189855": 24, "3452243354": 15, "3452577290": 20, "3452648355": 21, @@ -29081,6 +31053,7 @@ "3454203499": 8, "3454326177": 8, "3454491031": 6, + "3454613892": 24, "3454910045": 19, "3455244623": 14, "3455459001": 22, @@ -29091,6 +31064,7 @@ "3456147612": 1, "3456250548": 20, "3456635674": 17, + "3456918063": 24, "3457020513": 20, "3457039925": 20, "3457202139": 21, @@ -29101,6 +31075,7 @@ "3457865914": 6, "3457865915": 6, "3458026839": 20, + "3458160468": 24, "3458212226": 18, "3458212227": 18, "3458407212": 7, @@ -29119,6 +31094,7 @@ "3460554570": 2, "3460576091": 12, "3460746239": 23, + "3460941821": 24, "3460994790": 2, "3461116054": 19, "3461205443": 20, @@ -29136,10 +31112,13 @@ "3463277495": 23, "3463558497": 7, "3463878722": 19, + "3463996868": 24, "3464883458": 20, "3465198467": 1, + "3465233192": 24, "3465323600": 1, "3465627817": 16, + "3465651225": 24, "3465659104": 11, "3465659105": 11, "3465659109": 11, @@ -29165,6 +31144,7 @@ "3469164235": 1, "3469344438": 21, "3469344439": 21, + "3469351144": 24, "3469355005": 20, "3469412968": 12, "3469412969": 12, @@ -29223,14 +31203,17 @@ "3475663319": 18, "3475663322": 18, "3475663323": 18, + "3475683133": 24, "3475804701": 19, "3475929306": 12, "3476502793": 4, "3477087246": 22, + "3477273641": 24, "3477893641": 19, "3477988437": 21, "3478030936": 16, "3478145735": 5, + "3478212090": 24, "3478354816": 20, "3478354817": 20, "3478400178": 9, @@ -29243,6 +31226,11 @@ "3479602243": 23, "3479737253": 14, "3479925049": 17, + "3480928862": 24, + "3481070944": 24, + "3481131423": 24, + "3481195123": 24, + "3481554154": 24, "3481730452": 18, "3481851003": 21, "3481861797": 1, @@ -29257,6 +31245,7 @@ "3482456153": 8, "3482474493": 15, "3482477523": 1, + "3482664547": 24, "3482689162": 12, "3482970284": 3, "3483007223": 2, @@ -29270,10 +31259,12 @@ "3484128339": 22, "3484128340": 22, "3484128341": 22, + "3484163880": 24, "3484179468": 3, "3484439466": 4, "3484440775": 4, "3484503346": 23, + "3484903008": 24, "3485425485": 13, "3485500673": 18, "3485741042": 21, @@ -29286,6 +31277,7 @@ "3486485973": 1, "3486486983": 12, "3486498337": 4, + "3486679768": 24, "3486934470": 21, "3487011804": 12, "3487239872": 11, @@ -29306,6 +31298,7 @@ "3488362707": 4, "3488492723": 10, "3489008282": 4, + "3489590038": 24, "3489657138": 16, "3489699129": 12, "3489737484": 21, @@ -29319,6 +31312,7 @@ "3490719286": 21, "3490757409": 21, "3490908710": 16, + "3491154180": 24, "3491179892": 6, "3491209107": 17, "3491245264": 20, @@ -29337,6 +31331,7 @@ "3491384606": 15, "3491404510": 16, "3491436641": 5, + "3491619013": 24, "3491877493": 22, "3491990569": 5, "3492030167": 3, @@ -29370,9 +31365,11 @@ "3494979213": 4, "3495122791": 22, "3495257075": 9, + "3495263107": 24, "3495306331": 9, "3495317932": 23, "3495599501": 19, + "3496016519": 24, "3496337357": 1, "3496417321": 19, "3496531766": 11, @@ -29393,6 +31390,7 @@ "3499056977": 21, "3499302968": 17, "3499324439": 23, + "3499380412": 24, "3499472512": 15, "3499632894": 7, "3499782248": 16, @@ -29422,6 +31420,7 @@ "3503026437": 6, "3503381224": 9, "3503444841": 6, + "3503452845": 24, "3503564556": 1, "3504197951": 4, "3504220063": 8, @@ -29446,19 +31445,23 @@ "3506304844": 20, "3506513650": 18, "3506513651": 18, + "3506823213": 24, "3506890650": 23, + "3507073328": 24, "3507133960": 15, "3507339254": 1, "3507534996": 21, "3507619526": 4, "3507639356": 4, "3507711644": 1, + "3507791931": 24, "3507818312": 3, "3507846108": 22, "3508047298": 23, "3508205736": 1, "3508236467": 8, "3508380055": 20, + "3508545816": 24, "3508741484": 10, "3508916185": 8, "3509010033": 14, @@ -29488,12 +31491,14 @@ "3511221544": 1, "3511308612": 2, "3511503869": 8, + "3511603088": 24, "3511642555": 4, "3511698030": 5, "3511740432": 19, "3511851805": 1, "3511994832": 21, "3512014804": 7, + "3512094753": 24, "3512139471": 1, "3512208526": 17, "3512215251": 15, @@ -29533,6 +31538,7 @@ "3515720006": 12, "3515720007": 12, "3515819307": 20, + "3515920060": 24, "3515978520": 23, "3516080555": 17, "3516475261": 13, @@ -29553,6 +31559,7 @@ "3518193943": 11, "3518207880": 1, "3518379440": 21, + "3518670115": 24, "3518692432": 3, "3518794540": 3, "3518986339": 12, @@ -29654,8 +31661,10 @@ "3526140223": 6, "3526142649": 15, "3526144456": 8, + "3526414646": 24, "3526486541": 16, "3526595120": 22, + "3527199087": 24, "3527312144": 22, "3527496001": 3, "3527564896": 7, @@ -29666,6 +31675,7 @@ "3527564903": 7, "3527716502": 23, "3527859163": 12, + "3527930483": 24, "3527995388": 1, "3528046508": 16, "3528072065": 19, @@ -29731,6 +31741,7 @@ "3535544877": 19, "3535742959": 8, "3535843838": 12, + "3535884426": 24, "3535952788": 9, "3536086285": 4, "3536211008": 15, @@ -29741,6 +31752,7 @@ "3536492583": 1, "3536598990": 23, "3537052446": 4, + "3537310563": 24, "3537476911": 4, "3537493386": 9, "3537606068": 1, @@ -29762,8 +31774,11 @@ "3538352990": 20, "3538363663": 14, "3538513130": 1, + "3538579376": 24, "3538825484": 10, "3538928634": 1, + "3539060955": 24, + "3539128143": 24, "3539253011": 20, "3539260224": 2, "3539260225": 2, @@ -29819,6 +31834,7 @@ "3542920239": 15, "3543231554": 22, "3543231555": 22, + "3543313962": 24, "3543390739": 8, "3543497168": 18, "3543497169": 18, @@ -29827,6 +31843,8 @@ "3543877842": 18, "3543922672": 1, "3543966269": 4, + "3543976642": 24, + "3544049564": 24, "3544247522": 17, "3544440242": 4, "3544458615": 11, @@ -29858,6 +31876,7 @@ "3546241902": 1, "3546260069": 22, "3546298141": 20, + "3546314515": 24, "3546379828": 12, "3546428481": 8, "3546470356": 3, @@ -29908,6 +31927,7 @@ "3550697748": 1, "3550729740": 9, "3550749697": 18, + "3551049142": 24, "3551061712": 18, "3551104348": 2, "3551200371": 1, @@ -29915,9 +31935,11 @@ "3551270653": 22, "3551311155": 21, "3551326236": 1, + "3551610760": 24, "3551795045": 13, "3551862167": 11, "3551884421": 16, + "3551885219": 24, "3551988616": 17, "3552083121": 1, "3552083124": 1, @@ -29928,6 +31950,7 @@ "3552598030": 6, "3553325799": 20, "3553376673": 23, + "3553875570": 24, "3554128073": 7, "3554210325": 3, "3554298459": 22, @@ -29957,11 +31980,14 @@ "3556971406": 1, "3556999246": 14, "3557020689": 16, + "3557991772": 24, "3558117017": 7, "3558143687": 10, "3558549449": 6, "3559226629": 16, "3559259728": 6, + "3559296440": 24, + "3559296441": 24, "3559355517": 23, "3559361670": 20, "3559473639": 16, @@ -29976,16 +32002,19 @@ "3560529019": 7, "3560810300": 4, "3561203890": 22, + "3561605333": 24, "3561960031": 4, "3562086000": 15, "3562245001": 15, "3562520053": 8, + "3562567620": 24, "3562696927": 3, "3562697442": 7, "3562767888": 17, "3563278203": 21, "3563342332": 19, "3563361496": 18, + "3563429202": 24, "3563461386": 15, "3563608633": 1, "3563749202": 1, @@ -30013,6 +32042,7 @@ "3566338354": 20, "3566413412": 17, "3566416015": 5, + "3566718031": 24, "3566745556": 12, "3567023725": 23, "3567495392": 23, @@ -30022,6 +32052,7 @@ "3567761471": 5, "3568002327": 3, "3568023534": 21, + "3568117985": 24, "3568135279": 13, "3568217177": 12, "3568289032": 21, @@ -30037,6 +32068,8 @@ "3569211145": 3, "3569214087": 2, "3569341796": 22, + "3569361771": 24, + "3569407878": 24, "3569428060": 23, "3569443559": 1, "3569624585": 4, @@ -30066,8 +32099,19 @@ "3572380754": 10, "3572799518": 20, "3573031954": 20, + "3573144325": 24, "3573350243": 17, "3573404221": 21, + "3573490500": 24, + "3573490501": 24, + "3573490504": 24, + "3573490505": 24, + "3573490506": 24, + "3573490507": 24, + "3573490508": 24, + "3573490509": 24, + "3573490510": 24, + "3573490511": 24, "3573621690": 20, "3573686365": 19, "3573734088": 21, @@ -30109,6 +32153,7 @@ "3578708308": 10, "3578729114": 18, "3578952188": 22, + "3579264196": 24, "3580122731": 12, "3580167408": 10, "3580167409": 10, @@ -30129,6 +32174,7 @@ "3581198350": 11, "3581221601": 19, "3581342943": 8, + "3581456570": 24, "3581482961": 18, "3581581909": 21, "3581655471": 12, @@ -30167,6 +32213,7 @@ "3586139672": 18, "3586337076": 1, "3586402893": 7, + "3586578857": 24, "3586778046": 14, "3586902510": 12, "3586931847": 23, @@ -30179,6 +32226,7 @@ "3587195070": 6, "3587195071": 6, "3587311695": 15, + "3587822245": 24, "3587911011": 15, "3587926494": 20, "3587987404": 15, @@ -30263,11 +32311,14 @@ "3597986949": 8, "3597986950": 8, "3597986951": 8, + "3598169006": 24, "3598368346": 4, "3598503521": 1, "3598520298": 12, + "3598649636": 24, "3598744336": 4, "3598972737": 20, + "3599042365": 24, "3599111900": 14, "3599356244": 22, "3599522901": 20, @@ -30342,6 +32393,7 @@ "3605490919": 8, "3605490922": 8, "3605490923": 8, + "3605603507": 24, "3605687207": 19, "3605805702": 20, "3605891814": 12, @@ -30379,6 +32431,7 @@ "3610177559": 2, "3610177564": 2, "3610177565": 2, + "3610521673": 24, "3610649340": 20, "3610750208": 14, "3610814281": 1, @@ -30413,7 +32466,9 @@ "3613955012": 23, "3614211816": 4, "3614307300": 4, + "3614544520": 24, "3614593590": 5, + "3615421669": 24, "3615496977": 11, "3615521782": 16, "3615884840": 13, @@ -30447,6 +32502,7 @@ "3619116667": 23, "3619175934": 11, "3619207468": 20, + "3619284574": 24, "3619376218": 1, "3619553576": 19, "3619813423": 21, @@ -30480,11 +32536,13 @@ "3622746193": 21, "3622748469": 1, "3622867049": 3, + "3622947138": 24, "3622962296": 6, "3622962298": 6, "3622962299": 6, "3622993046": 20, "3623287559": 10, + "3623296649": 24, "3623531185": 7, "3623683132": 17, "3623796074": 20, @@ -30521,12 +32579,15 @@ "3626658637": 15, "3627185503": 2, "3627494300": 20, + "3627559758": 24, + "3627585950": 24, "3627695884": 7, "3627718344": 1, "3627718345": 1, "3628145148": 13, "3628276006": 3, "3628351880": 5, + "3628515587": 24, "3628668026": 13, "3628771136": 21, "3628771137": 21, @@ -30543,10 +32604,12 @@ "3628991659": 1, "3629298751": 19, "3629447000": 1, + "3629641744": 24, "3629873748": 12, "3629873749": 12, "3629873750": 12, "3629873751": 12, + "3629884836": 24, "3629968765": 11, "3630182182": 15, "3630287380": 8, @@ -30566,6 +32629,7 @@ "3631073614": 6, "3631203817": 23, "3631344537": 4, + "3631386408": 24, "3631443773": 5, "3631667080": 19, "3631803887": 6, @@ -30577,6 +32641,7 @@ "3632406555": 18, "3632415743": 14, "3632424415": 2, + "3632437946": 24, "3632457717": 8, "3632593563": 16, "3632726236": 9, @@ -30596,6 +32661,7 @@ "3634078494": 15, "3634214125": 7, "3634238441": 16, + "3634243230": 24, "3634574895": 2, "3634634222": 5, "3634942770": 12, @@ -30606,6 +32672,7 @@ "3635407737": 2, "3635643934": 19, "3635821806": 20, + "3635963100": 24, "3635991036": 1, "3636022469": 8, "3636181723": 1, @@ -30651,6 +32718,7 @@ "3639487952": 22, "3639487957": 22, "3639487959": 22, + "3639674043": 24, "3639816879": 20, "3639894194": 2, "3639906116": 6, @@ -30660,10 +32728,12 @@ "3639970146": 9, "3640080808": 23, "3640152843": 19, + "3640170453": 24, "3640245970": 20, "3640622194": 2, "3640647899": 15, "3640658628": 3, + "3640704251": 24, "3640744220": 1, "3640917386": 18, "3641242520": 3, @@ -30688,6 +32758,11 @@ "3643656807": 8, "3643706498": 17, "3643918802": 20, + "3644045867": 24, + "3644045868": 24, + "3644045869": 24, + "3644045870": 24, + "3644045871": 24, "3644141489": 20, "3644428698": 18, "3644638448": 14, @@ -30710,6 +32785,7 @@ "3646252183": 18, "3646525804": 20, "3646674533": 1, + "3646865726": 24, "3646909656": 16, "3646911172": 7, "3646959311": 23, @@ -30757,6 +32833,7 @@ "3651818922": 20, "3652152682": 14, "3652506829": 17, + "3652732123": 24, "3652771136": 10, "3652771137": 10, "3652771140": 10, @@ -30788,6 +32865,8 @@ "3655823807": 8, "3655937346": 15, "3655997866": 20, + "3656086169": 24, + "3656122215": 24, "3656140171": 4, "3656154099": 1, "3656304720": 17, @@ -30803,7 +32882,9 @@ "3657290125": 14, "3657425585": 15, "3657459777": 1, + "3657707747": 24, "3657784675": 4, + "3657873230": 24, "3657986163": 21, "3658188704": 13, "3658398820": 21, @@ -30861,10 +32942,12 @@ "3665398231": 20, "3665453361": 22, "3665558569": 16, + "3665562083": 24, "3665594271": 4, "3665638468": 23, "3665749552": 13, "3665810048": 4, + "3665946682": 24, "3666112472": 3, "3666208348": 1, "3666259949": 20, @@ -30894,6 +32977,7 @@ "3670132590": 1, "3670149407": 4, "3670562313": 20, + "3670668729": 24, "3670792765": 4, "3670960347": 4, "3670996920": 11, @@ -30926,6 +33010,7 @@ "3673321076": 20, "3673548752": 10, "3673633528": 2, + "3673645044": 24, "3673787984": 16, "3673787985": 16, "3673787993": 16, @@ -30972,6 +33057,7 @@ "3677784672": 12, "3678483220": 16, "3678620931": 4, + "3678644480": 24, "3678653083": 21, "3678815269": 22, "3678872452": 18, @@ -31022,6 +33108,7 @@ "3685096533": 21, "3685260456": 21, "3685276035": 15, + "3685470415": 24, "3685692609": 3, "3685790083": 12, "3685831476": 3, @@ -31031,6 +33118,7 @@ "3686266706": 1, "3686454865": 1, "3686482762": 1, + "3686538757": 24, "3686638441": 17, "3686638442": 17, "3686638443": 17, @@ -31064,6 +33152,7 @@ "3689820844": 22, "3690523502": 8, "3690574071": 13, + "3690672970": 24, "3690763405": 23, "3690879778": 10, "3690882495": 1, @@ -31078,6 +33167,7 @@ "3691663932": 12, "3691663933": 12, "3691737472": 4, + "3691823069": 24, "3691881271": 1, "3692005486": 17, "3692016214": 22, @@ -31097,6 +33187,7 @@ "3693383977": 23, "3693430871": 22, "3693672882": 4, + "3693877070": 24, "3693917763": 1, "3694103464": 5, "3694103465": 5, @@ -31114,6 +33205,7 @@ "3696295486": 9, "3696508896": 2, "3696608133": 1, + "3696633656": 24, "3697234118": 9, "3697349528": 23, "3697349530": 23, @@ -31129,6 +33221,7 @@ "3697570975": 19, "3697599733": 22, "3698157925": 15, + "3698448090": 24, "3699104251": 22, "3699156618": 15, "3699571852": 13, @@ -31151,6 +33244,7 @@ "3703169394": 15, "3703198722": 16, "3703234386": 20, + "3703325290": 24, "3703602779": 6, "3704014995": 14, "3704265113": 13, @@ -31164,6 +33258,7 @@ "3704970479": 19, "3705133343": 18, "3705631300": 23, + "3705720375": 24, "3705817207": 15, "3705925872": 14, "3705925873": 14, @@ -31202,6 +33297,7 @@ "3709021075": 9, "3709048818": 12, "3709416875": 8, + "3709417319": 24, "3709581368": 8, "3709694516": 4, "3709994533": 1, @@ -31277,6 +33373,7 @@ "3716053149": 10, "3716053150": 10, "3716053151": 10, + "3716079445": 24, "3716635620": 20, "3716816813": 3, "3716820052": 15, @@ -31284,6 +33381,7 @@ "3717177717": 13, "3717178198": 20, "3717395988": 4, + "3717431477": 24, "3717471208": 3, "3717471209": 3, "3717480197": 19, @@ -31296,10 +33394,12 @@ "3719164773": 2, "3719175804": 11, "3719480067": 22, + "3719510256": 24, "3719953927": 12, "3719974635": 16, "3719981603": 20, "3720087872": 23, + "3720092164": 24, "3720446265": 11, "3720546628": 22, "3720911245": 10, @@ -31308,6 +33408,8 @@ "3721022587": 20, "3721146381": 9, "3721195043": 11, + "3721514216": 24, + "3721514219": 24, "3721562488": 3, "3721627275": 3, "3721649829": 16, @@ -31327,6 +33429,7 @@ "3722981806": 11, "3722990653": 1, "3723014355": 2, + "3723063797": 24, "3723376015": 22, "3723379384": 10, "3723379389": 10, @@ -31350,6 +33453,7 @@ "3725144328": 16, "3725260498": 7, "3725333007": 16, + "3725435036": 24, "3725560756": 17, "3725654227": 1, "3725709067": 4, @@ -31360,10 +33464,12 @@ "3725889195": 20, "3725889198": 20, "3725889199": 20, + "3725942064": 24, "3726194462": 8, "3726365185": 21, "3726530964": 9, "3726719281": 20, + "3727100353": 24, "3727205096": 8, "3727270518": 15, "3727346032": 15, @@ -31432,7 +33538,9 @@ "3733702441": 23, "3733702443": 23, "3733752686": 3, + "3734191679": 24, "3734248160": 21, + "3734360926": 24, "3734389316": 20, "3734460516": 4, "3734494144": 6, @@ -31440,6 +33548,7 @@ "3734494146": 6, "3734501342": 2, "3734713335": 1, + "3735013254": 24, "3735037521": 7, "3735038498": 14, "3735038499": 14, @@ -31448,6 +33557,7 @@ "3735038502": 14, "3735038503": 14, "3735051218": 16, + "3735202010": 24, "3735236328": 10, "3735236329": 10, "3735277403": 6, @@ -31562,6 +33672,8 @@ "3744803134": 12, "3744803135": 12, "3744853398": 21, + "3744881568": 24, + "3745317094": 24, "3745458111": 23, "3745552753": 10, "3745714096": 4, @@ -31578,6 +33690,7 @@ "3746996345": 3, "3747088838": 12, "3747143848": 9, + "3747176213": 24, "3747322710": 20, "3747440012": 20, "3747685095": 19, @@ -31589,6 +33702,7 @@ "3748954337": 5, "3748997649": 4, "3749148603": 23, + "3749252707": 24, "3749277835": 12, "3749608438": 10, "3749608439": 10, @@ -31602,6 +33716,8 @@ "3749608447": 10, "3749771037": 9, "3750028526": 18, + "3750052023": 24, + "3750094828": 24, "3750139805": 5, "3750210364": 11, "3750289651": 14, @@ -31618,6 +33734,16 @@ "3751680332": 23, "3751709348": 13, "3751912585": 19, + "3751917990": 24, + "3751917991": 24, + "3751917992": 24, + "3751917993": 24, + "3751917994": 24, + "3751917995": 24, + "3751917996": 24, + "3751917997": 24, + "3751917998": 24, + "3751917999": 24, "3752071760": 15, "3752071761": 15, "3752071762": 15, @@ -31628,18 +33754,23 @@ "3752071767": 15, "3752071770": 15, "3752071771": 15, + "3752123330": 24, "3752389533": 16, "3752401510": 22, "3752517619": 19, "3752723910": 11, + "3752839833": 24, "3752885090": 1, "3753382047": 20, "3753500813": 14, "3753635534": 6, "3753648496": 14, + "3754051124": 24, "3754164794": 1, "3754350707": 16, + "3754408118": 24, "3754806731": 20, + "3754813520": 24, "3754910498": 2, "3755070117": 1, "3755073806": 21, @@ -31651,10 +33782,12 @@ "3755696951": 23, "3755727818": 21, "3755738975": 19, + "3755958904": 24, "3756164435": 14, "3756249289": 9, "3756286064": 7, "3756389242": 1, + "3756692205": 24, "3756805800": 6, "3756917166": 19, "3756931285": 22, @@ -31665,6 +33798,7 @@ "3757513252": 22, "3757612024": 23, "3757833253": 21, + "3758175010": 24, "3758301014": 1, "3758413157": 16, "3758415809": 18, @@ -31676,12 +33810,16 @@ "3758816972": 17, "3759043227": 16, "3759115930": 17, + "3759178872": 24, "3759327055": 7, "3759659288": 11, "3759698336": 22, "3759707664": 15, "3759764174": 7, "3759858535": 1, + "3760001336": 24, + "3760168333": 24, + "3760675456": 24, "3760780188": 20, "3761000452": 23, "3761075987": 20, @@ -31689,6 +33827,7 @@ "3761187797": 15, "3761443595": 17, "3761484265": 10, + "3761753927": 24, "3761778185": 23, "3761819011": 11, "3761898871": 15, @@ -31725,6 +33864,9 @@ "3763516990": 17, "3763516991": 17, "3763521327": 11, + "3763552014": 24, + "3763571494": 24, + "3763842967": 24, "3764008965": 21, "3764013786": 1, "3764139999": 20, @@ -31733,6 +33875,7 @@ "3764965792": 2, "3764986676": 9, "3765170472": 20, + "3765209155": 24, "3765263046": 2, "3765339895": 19, "3765374905": 14, @@ -31783,6 +33926,7 @@ "3769441714": 8, "3769507632": 18, "3769507633": 18, + "3769507635": 24, "3769555695": 6, "3769657488": 22, "3769720823": 23, @@ -31824,8 +33968,13 @@ "3774850330": 16, "3774900656": 18, "3775013469": 12, + "3775183897": 24, + "3775183898": 24, + "3775183899": 24, "3775268792": 19, "3775371430": 18, + "3775444765": 24, + "3775606738": 24, "3775649487": 22, "3775800797": 20, "3775812469": 3, @@ -31868,6 +34017,7 @@ "3780495583": 8, "3780580535": 21, "3780604323": 19, + "3780960906": 24, "3781205288": 6, "3781205289": 6, "3781205290": 6, @@ -31878,6 +34028,7 @@ "3781263385": 1, "3781404502": 21, "3781421154": 23, + "3781718682": 24, "3781722107": 7, "3781767562": 16, "3781969098": 19, @@ -31934,7 +34085,9 @@ "3788309027": 21, "3788315135": 20, "3788388762": 23, + "3788457383": 24, "3788559308": 8, + "3788911823": 24, "3789077741": 19, "3789172379": 8, "3789184904": 13, @@ -31966,6 +34119,7 @@ "3791686334": 9, "3791691774": 20, "3791769270": 4, + "3791868619": 24, "3791999005": 10, "3792294545": 3, "3792370573": 20, @@ -31984,6 +34138,7 @@ "3793695881": 11, "3793967820": 16, "3794176656": 14, + "3794274730": 24, "3794320400": 3, "3794435484": 6, "3794555397": 9, @@ -32004,6 +34159,7 @@ "3796727602": 17, "3796795102": 21, "3797019709": 9, + "3797107993": 24, "3797270600": 18, "3797270601": 18, "3797270603": 18, @@ -32013,6 +34169,7 @@ "3797270607": 18, "3797313931": 7, "3797475730": 2, + "3797572280": 24, "3797647183": 16, "3797729472": 10, "3797779334": 5, @@ -32021,6 +34178,7 @@ "3798152362": 19, "3798152363": 19, "3798152366": 19, + "3798174846": 24, "3798468567": 20, "3798520466": 17, "3798852852": 1, @@ -32056,7 +34214,9 @@ "3801019453": 11, "3801019454": 11, "3801019455": 11, + "3801146047": 24, "3801387947": 5, + "3801593037": 24, "3801734462": 18, "3801833611": 2, "3801860415": 3, @@ -32072,6 +34232,7 @@ "3802841760": 23, "3802876271": 2, "3802939618": 20, + "3802985327": 24, "3803054958": 1, "3803268774": 13, "3803329707": 16, @@ -32103,6 +34264,7 @@ "3807116805": 21, "3807136802": 20, "3807183801": 1, + "3807367104": 24, "3807544519": 7, "3807808621": 7, "3807886154": 23, @@ -32126,6 +34288,7 @@ "3809407685": 18, "3809407686": 18, "3809407687": 18, + "3809414712": 24, "3809573163": 22, "3809684989": 19, "3809722908": 2, @@ -32168,11 +34331,14 @@ "3814033537": 21, "3814218036": 17, "3814658347": 20, + "3814697630": 24, + "3814697631": 24, "3814728031": 19, "3815012059": 21, "3815376960": 20, "3815391974": 6, "3815407261": 14, + "3815459533": 24, "3815567516": 2, "3815698580": 6, "3815746277": 20, @@ -32186,6 +34352,7 @@ "3817061966": 12, "3817061967": 12, "3817148159": 20, + "3817486366": 24, "3817935138": 3, "3817948370": 4, "3818160914": 20, @@ -32213,6 +34380,7 @@ "3819053927": 22, "3819100474": 4, "3819297012": 1, + "3819376611": 24, "3819463450": 3, "3819619347": 23, "3819981545": 8, @@ -32298,6 +34466,7 @@ "3830186047": 1, "3830777319": 19, "3830828709": 7, + "3830966498": 24, "3831027416": 12, "3831027417": 12, "3831027418": 12, @@ -32311,6 +34480,7 @@ "3831979444": 1, "3832002135": 22, "3832017006": 23, + "3832338449": 24, "3832366019": 20, "3832460306": 17, "3832474072": 17, @@ -32349,10 +34519,12 @@ "3834899638": 16, "3835132158": 12, "3835314989": 16, + "3835338240": 24, "3835954362": 3, "3836038176": 6, "3836152936": 4, "3836262527": 11, + "3836444929": 24, "3836490865": 19, "3836716168": 12, "3836775970": 8, @@ -32366,7 +34538,9 @@ "3837542170": 6, "3837609656": 13, "3837897990": 23, + "3838055108": 24, "3838077978": 15, + "3838101920": 24, "3838104479": 23, "3838379803": 16, "3838406119": 1, @@ -32400,6 +34574,7 @@ "3840083172": 3, "3840109638": 12, "3840324719": 14, + "3840922406": 24, "3841010419": 3, "3841078553": 20, "3841268160": 2, @@ -32427,6 +34602,7 @@ "3843317553": 1, "3843346026": 18, "3843477312": 5, + "3843819494": 24, "3843919360": 15, "3844102542": 8, "3844122460": 3, @@ -32458,6 +34634,7 @@ "3846650177": 20, "3846727856": 11, "3846747800": 23, + "3846789472": 24, "3846826703": 23, "3846931924": 20, "3846956448": 20, @@ -32470,6 +34647,7 @@ "3846956455": 20, "3846956462": 20, "3846956463": 20, + "3847121606": 24, "3847137620": 13, "3847138256": 20, "3847368113": 4, @@ -32491,6 +34669,7 @@ "3849887370": 4, "3850168899": 9, "3850234099": 20, + "3850560528": 24, "3850634012": 4, "3850655136": 2, "3850781558": 4, @@ -32513,13 +34692,20 @@ "3852791464": 7, "3852811050": 19, "3852825844": 20, + "3853033160": 24, + "3853033161": 24, + "3853033162": 24, + "3853033163": 24, + "3853063966": 24, "3853099349": 3, "3853116846": 16, "3853174649": 23, + "3853268371": 24, "3853268581": 12, "3853397100": 1, "3853397101": 1, "3853417019": 3, + "3853428074": 24, "3853434114": 3, "3853528362": 23, "3853536719": 4, @@ -32553,22 +34739,28 @@ "3856855806": 8, "3856940575": 6, "3857100891": 9, + "3857132564": 24, "3857279207": 17, "3857337041": 6, "3857411140": 4, "3857537480": 4, "3857602975": 20, + "3857699993": 24, "3857780600": 23, "3857874452": 23, + "3857998309": 24, "3858472841": 4, + "3858524939": 24, "3858551691": 23, "3858918530": 16, "3858926262": 20, "3859483818": 3, "3859483819": 3, "3859610803": 4, + "3859692768": 24, "3859742083": 10, "3859783010": 8, + "3859917615": 24, "3860128280": 17, "3860491217": 16, "3860604349": 1, @@ -32602,6 +34794,7 @@ "3862245086": 19, "3862245087": 19, "3862303220": 1, + "3862422804": 24, "3862458056": 9, "3862768196": 4, "3862902650": 14, @@ -32609,8 +34802,10 @@ "3863385931": 20, "3863492689": 11, "3863563784": 21, + "3863574309": 24, "3863882743": 9, "3863895889": 3, + "3864386550": 24, "3864896927": 17, "3865257976": 6, "3865618708": 1, @@ -32641,6 +34836,7 @@ "3867254735": 23, "3867275449": 3, "3867277431": 3, + "3867373351": 24, "3867474674": 2, "3867632836": 4, "3867632837": 4, @@ -32655,6 +34851,7 @@ "3867894145": 4, "3868132417": 8, "3868395919": 3, + "3868525094": 24, "3868637058": 11, "3868766766": 1, "3868990187": 19, @@ -32708,6 +34905,7 @@ "3874578566": 4, "3874632163": 9, "3874646030": 22, + "3874720895": 24, "3874977694": 15, "3875012143": 1, "3875413893": 1, @@ -32743,6 +34941,8 @@ "3878552806": 9, "3878572751": 14, "3878636695": 19, + "3878661813": 24, + "3878661814": 24, "3878725844": 23, "3878913839": 19, "3878952908": 1, @@ -32788,6 +34988,7 @@ "3885149773": 6, "3885259140": 21, "3885542875": 22, + "3885626325": 24, "3885825677": 23, "3886188373": 19, "3886232477": 3, @@ -32812,6 +35013,7 @@ "3887559710": 8, "3887892656": 1, "3888002684": 18, + "3888027476": 24, "3888501389": 14, "3888501390": 14, "3888553625": 23, @@ -32840,6 +35042,7 @@ "3889912426": 22, "3889916466": 16, "3890055324": 21, + "3890163116": 24, "3890193923": 12, "3890232472": 1, "3890345648": 21, @@ -32857,6 +35060,7 @@ "3891216079": 8, "3891455470": 18, "3891536761": 20, + "3891644615": 24, "3891757416": 12, "3891757417": 12, "3891757418": 12, @@ -32872,6 +35076,7 @@ "3892880725": 4, "3892999872": 10, "3893037510": 4, + "3893112950": 24, "3893300466": 5, "3893450673": 13, "3893471759": 22, @@ -32879,6 +35084,8 @@ "3894015680": 3, "3894119660": 4, "3894472591": 21, + "3894668351": 24, + "3894892000": 24, "3895414282": 19, "3895454491": 14, "3895691394": 19, @@ -32894,10 +35101,13 @@ "3896846872": 6, "3896856758": 12, "3897389303": 3, + "3897411504": 24, "3897611836": 12, "3897611837": 12, "3897611838": 12, "3897611839": 12, + "3897682694": 24, + "3897755293": 24, "3897865622": 10, "3898067192": 23, "3898129411": 23, @@ -32906,6 +35116,7 @@ "3898454159": 5, "3898500576": 18, "3898519038": 15, + "3898644752": 24, "3898931333": 16, "3899134858": 16, "3899204183": 18, @@ -32945,6 +35156,7 @@ "3903165856": 23, "3903548288": 1, "3903558318": 21, + "3903913748": 24, "3903976633": 7, "3904030783": 23, "3904161749": 23, @@ -32955,6 +35167,8 @@ "3904743813": 21, "3905287389": 3, "3905543891": 1, + "3905546039": 24, + "3905693304": 24, "3905872022": 20, "3905974032": 14, "3906243540": 9, @@ -32982,6 +35196,7 @@ "3907623580": 2, "3907635250": 23, "3907865655": 18, + "3908032850": 24, "3908372701": 3, "3908619621": 23, "3908666296": 8, @@ -32998,6 +35213,7 @@ "3910216754": 23, "3910459446": 3, "3910640537": 4, + "3910996456": 24, "3911008533": 14, "3911014564": 11, "3911014565": 11, @@ -33061,6 +35277,7 @@ "3918445245": 4, "3918600864": 4, "3919047492": 4, + "3919284466": 24, "3919389444": 20, "3919389445": 20, "3919389446": 20, @@ -33075,8 +35292,10 @@ "3919847959": 13, "3919847960": 13, "3919847961": 13, + "3919859830": 24, "3919943498": 12, "3920228039": 3, + "3920230388": 24, "3920232320": 1, "3920310144": 20, "3920312498": 8, @@ -33116,11 +35335,13 @@ "3922324861": 1, "3922376908": 4, "3922458856": 5, + "3922470891": 24, "3922711754": 22, "3922846465": 8, "3922904113": 16, "3923153487": 5, "3923407559": 20, + "3923577992": 24, "3923615467": 23, "3923638944": 4, "3923650007": 2, @@ -33132,6 +35353,7 @@ "3924451282": 17, "3924544055": 2, "3924582219": 4, + "3924810437": 24, "3924901446": 19, "3924951683": 23, "3925009772": 1, @@ -33194,8 +35416,10 @@ "3931885937": 1, "3932439362": 5, "3932814032": 7, + "3932900925": 24, "3932930005": 12, "3932952562": 22, + "3933247802": 24, "3933267108": 16, "3933298137": 22, "3933500353": 19, @@ -33239,6 +35463,7 @@ "3936847655": 20, "3937103377": 7, "3937126668": 9, + "3937266606": 24, "3937296308": 21, "3937312904": 12, "3937592460": 15, @@ -33249,9 +35474,13 @@ "3938108655": 1, "3938115510": 4, "3938489430": 20, + "3938564020": 24, "3938714858": 7, + "3938834702": 24, "3938943647": 23, "3939243631": 23, + "3939248475": 24, + "3939248478": 24, "3939284543": 20, "3939474156": 17, "3939489469": 22, @@ -33271,6 +35500,7 @@ "3941240288": 2, "3941240289": 2, "3941464513": 18, + "3941588152": 24, "3941707810": 23, "3941734361": 1, "3941766715": 9, @@ -33312,6 +35542,7 @@ "3947629606": 8, "3947692146": 12, "3947877981": 23, + "3947966653": 24, "3947993431": 11, "3948022968": 6, "3948054485": 6, @@ -33321,10 +35552,14 @@ "3948284065": 7, "3948474181": 10, "3948527015": 11, + "3948592842": 24, "3948620422": 1, "3948620423": 1, + "3948880505": 24, + "3949068808": 24, "3949554528": 15, "3949594394": 20, + "3949992392": 24, "3950028838": 11, "3950028839": 11, "3950088638": 3, @@ -33337,6 +35572,7 @@ "3951356825": 8, "3951356826": 8, "3951356827": 8, + "3951511045": 24, "3951647206": 10, "3951684081": 1, "3951784665": 13, @@ -33397,13 +35633,17 @@ "3957906737": 1, "3958133156": 4, "3958224565": 4, + "3958365739": 24, "3958460049": 1, "3958726625": 1, "3958993808": 12, + "3959410481": 24, "3959474421": 20, "3959529854": 15, + "3959549446": 24, "3959701438": 4, "3959886874": 13, + "3959932810": 24, "3959964186": 23, "3960049224": 13, "3960137646": 11, @@ -33429,9 +35669,12 @@ "3961599962": 4, "3961677637": 4, "3961852393": 1, + "3962051531": 24, "3962252033": 22, + "3962265215": 24, "3962276332": 3, "3962384413": 9, + "3962575203": 24, "3962776002": 1, "3962776530": 1, "3962793415": 16, @@ -33495,6 +35738,7 @@ "3969341593": 23, "3969346718": 2, "3969361392": 20, + "3969379530": 24, "3969400656": 22, "3969669620": 8, "3969779337": 14, @@ -33534,6 +35778,7 @@ "3973202132": 6, "3973359167": 1, "3973570110": 3, + "3973694109": 24, "3973928133": 14, "3973929105": 14, "3973948324": 23, @@ -33556,6 +35801,8 @@ "3976349716": 12, "3976521777": 1, "3976616421": 4, + "3976689393": 24, + "3976728653": 24, "3976812977": 23, "3977277090": 6, "3977387640": 12, @@ -33580,6 +35827,7 @@ "3979300428": 20, "3979401449": 1, "3979417222": 1, + "3979438978": 24, "3979487476": 3, "3979621113": 20, "3979891912": 9, @@ -33629,6 +35877,7 @@ "3984534842": 1, "3984534843": 1, "3984883553": 10, + "3985246998": 24, "3985294998": 8, "3985546802": 3, "3985923224": 8, @@ -33637,6 +35886,7 @@ "3985923227": 8, "3986007028": 16, "3986202916": 9, + "3986301748": 24, "3986847739": 20, "3986886931": 11, "3986958420": 15, @@ -33661,6 +35911,13 @@ "3988363295": 6, "3988701635": 18, "3988753671": 4, + "3988979185": 24, + "3988979186": 24, + "3988979187": 24, + "3988979188": 24, + "3988979189": 24, + "3988979190": 24, + "3988979191": 24, "3989172612": 20, "3989173487": 19, "3989629871": 16, @@ -33677,6 +35934,7 @@ "3990233964": 1, "3990233965": 1, "3990378187": 4, + "3990392880": 24, "3990400405": 5, "3990691634": 14, "3990791875": 9, @@ -33692,6 +35950,7 @@ "3992110722": 12, "3992141438": 19, "3992281101": 8, + "3992290300": 24, "3992358137": 5, "3992479080": 12, "3992548614": 16, @@ -33711,7 +35970,9 @@ "3993972268": 2, "3994031968": 4, "3994043492": 20, + "3994242394": 24, "3994366958": 5, + "3994381207": 24, "3994397859": 1, "3994513295": 22, "3994612128": 2, @@ -33733,6 +35994,7 @@ "3996767741": 8, "3996767743": 8, "3996789007": 21, + "3996861835": 24, "3996862462": 8, "3996862463": 8, "3997262569": 1, @@ -33742,6 +36004,8 @@ "3998122206": 6, "3998122207": 6, "3998732446": 23, + "3998813372": 24, + "3998844951": 24, "3998967128": 16, "3999201698": 8, "3999262583": 1, @@ -33824,6 +36088,7 @@ "4005536862": 9, "4005690325": 12, "4005780578": 21, + "4005831112": 24, "4005950350": 21, "4005993978": 20, "4006192308": 1, @@ -33831,6 +36096,8 @@ "4006192311": 1, "4006192949": 4, "4006339791": 15, + "4006361954": 24, + "4006510547": 24, "4006618466": 22, "4006721630": 12, "4006885924": 4, @@ -33857,6 +36124,7 @@ "4009179711": 20, "4009267290": 7, "4009298177": 8, + "4009316293": 24, "4009352833": 18, "4009447383": 4, "4009529100": 2, @@ -33895,6 +36163,7 @@ "4012962526": 3, "4012977684": 14, "4012977685": 14, + "4013055243": 24, "4013202920": 21, "4013466554": 1, "4013678605": 15, @@ -33939,6 +36208,7 @@ "4019668921": 17, "4019835247": 2, "4019917318": 3, + "4019955898": 24, "4020036031": 8, "4020124604": 6, "4020124605": 6, @@ -33951,6 +36221,7 @@ "4021510192": 5, "4021652784": 20, "4021688099": 11, + "4021693033": 24, "4021758294": 3, "4021790309": 20, "4021927132": 20, @@ -33962,6 +36233,7 @@ "4022197230": 12, "4022197231": 12, "4022532033": 16, + "4023136637": 24, "4023500750": 8, "4023501426": 23, "4023744176": 13, @@ -33974,6 +36246,7 @@ "4024299416": 20, "4024316355": 17, "4024425661": 22, + "4024789138": 24, "4024856518": 19, "4024905786": 8, "4024937636": 4, @@ -34004,6 +36277,7 @@ "4026120124": 8, "4026120125": 8, "4026120127": 8, + "4026164176": 24, "4026286266": 1, "4026328052": 1, "4026450212": 19, @@ -34028,6 +36302,7 @@ "4027863055": 4, "4028603490": 22, "4028677861": 16, + "4028703784": 24, "4028726911": 23, "4029022121": 16, "4029224226": 14, @@ -34041,6 +36316,7 @@ "4030321364": 6, "4030348888": 2, "4030715802": 8, + "4031236762": 24, "4031280480": 3, "4031340274": 5, "4031340275": 5, @@ -34049,8 +36325,10 @@ "4031717765": 7, "4031899874": 3, "4032295410": 12, + "4032296272": 24, "4032646574": 9, "4032870516": 23, + "4033278404": 24, "4033378567": 18, "4033567948": 14, "4033714251": 22, @@ -34074,7 +36352,9 @@ "4037386076": 21, "4037386078": 21, "4037386079": 21, + "4037430621": 24, "4037640975": 20, + "4037641632": 24, "4037745684": 12, "4037933170": 9, "4037938801": 3, @@ -34100,16 +36380,19 @@ "4039955353": 19, "4040200521": 1, "4040221210": 23, + "4040221326": 24, "4040456076": 1, "4040471587": 19, "4040838276": 2, "4040838277": 2, "4040838279": 2, + "4040846786": 24, "4041069824": 7, "4041111172": 3, "4041437604": 6, "4041621012": 17, "4041628413": 20, + "4041654346": 24, "4041767206": 9, "4041767207": 9, "4041767208": 9, @@ -34129,9 +36412,12 @@ "4042846558": 10, "4042851399": 9, "4042853459": 20, + "4042970951": 24, "4042993010": 8, "4043093993": 4, "4043146243": 12, + "4043169284": 24, + "4043189888": 24, "4043282677": 20, "4043342755": 20, "4043921923": 23, @@ -34152,6 +36438,7 @@ "4044800077": 15, "4044826514": 14, "4045253327": 22, + "4045313562": 24, "4045335048": 16, "4045395200": 22, "4045465181": 8, @@ -34164,7 +36451,9 @@ "4046929330": 23, "4046929331": 23, "4046966073": 20, + "4047209202": 24, "4047213660": 17, + "4047291712": 24, "4047580080": 18, "4047893141": 4, "4047968021": 9, @@ -34190,6 +36479,7 @@ "4048838440": 8, "4048902980": 4, "4048967442": 6, + "4049195331": 24, "4049365947": 1, "4049400188": 23, "4049438484": 13, @@ -34214,6 +36504,7 @@ "4050474396": 15, "4050536705": 19, "4050645223": 14, + "4050859269": 24, "4051153950": 4, "4051296572": 15, "4051388481": 1, @@ -34222,6 +36513,7 @@ "4051618673": 6, "4051618675": 6, "4051755349": 1, + "4051767608": 24, "4052154356": 18, "4052154357": 18, "4052203311": 21, @@ -34241,6 +36533,7 @@ "4053943857": 6, "4054029966": 23, "4054032200": 20, + "4054076740": 24, "4054265521": 8, "4054509252": 12, "4054596410": 21, @@ -34249,6 +36542,8 @@ "4055611056": 21, "4055766573": 14, "4055809092": 19, + "4055964141": 24, + "4056667496": 24, "4057010879": 1, "4057072771": 12, "4057143977": 10, @@ -34279,6 +36574,7 @@ "4058375013": 19, "4059030097": 2, "4059065847": 10, + "4059283783": 24, "4059318875": 2, "4059708161": 15, "4059744837": 1, @@ -34289,6 +36585,7 @@ "4060319896": 4, "4060393824": 4, "4060415520": 3, + "4060652830": 24, "4060681903": 4, "4060742749": 7, "4060841154": 6, @@ -34296,9 +36593,11 @@ "4060882457": 12, "4060882458": 12, "4061246817": 23, + "4061292537": 24, "4061712111": 12, "4061886241": 18, "4062073334": 23, + "4062348906": 24, "4062440323": 5, "4062453598": 2, "4062705687": 19, @@ -34327,6 +36626,7 @@ "4063523623": 6, "4063523630": 6, "4063523631": 6, + "4063561849": 24, "4064021125": 2, "4064093948": 8, "4064109848": 13, @@ -34377,6 +36677,7 @@ "4070309619": 4, "4070357005": 19, "4070416629": 16, + "4070511669": 24, "4070560770": 4, "4070560771": 4, "4070722289": 15, @@ -34392,11 +36693,13 @@ "4071675560": 20, "4071978310": 1, "4072145359": 17, + "4072332106": 24, "4072587059": 1, "4072589658": 5, "4072668471": 4, "4072982370": 4, "4073089126": 21, + "4073332573": 24, "4073377357": 2, "4073408729": 10, "4073580572": 1, @@ -34464,6 +36767,7 @@ "4078150875": 18, "4078182560": 20, "4078226397": 8, + "4078494680": 24, "4078529821": 5, "4078925540": 8, "4078925541": 8, @@ -34477,6 +36781,7 @@ "4079130221": 8, "4079130223": 8, "4079552711": 6, + "4079570156": 24, "4079614900": 20, "4079681314": 6, "4079913195": 1, @@ -34493,6 +36798,7 @@ "4082180156": 23, "4082217637": 2, "4082225868": 6, + "4082425931": 24, "4082903308": 2, "4083045006": 5, "4083070345": 8, @@ -34548,11 +36854,14 @@ "4087031138": 20, "4087031243": 5, "4087056174": 20, + "4087193961": 24, + "4087221443": 24, "4087244436": 14, "4087433052": 1, "4087447511": 10, "4087530286": 8, "4087530287": 8, + "4087887899": 24, "4088080601": 8, "4088080602": 8, "4088080603": 8, @@ -34577,14 +36886,19 @@ "4089645311": 12, "4089782481": 14, "4089824028": 15, + "4089840981": 24, + "4089840982": 24, + "4089840983": 24, "4089988225": 3, "4090037601": 23, "4090120207": 19, + "4090222670": 24, "4090391256": 12, "4090651448": 1, "4090775747": 11, "4091000557": 4, "4091127092": 1, + "4091132115": 24, "4091160719": 20, "4091208110": 3, "4091235251": 6, @@ -34597,6 +36911,7 @@ "4091758889": 5, "4091819637": 12, "4092356497": 17, + "4092360875": 24, "4092373800": 5, "4092393610": 1, "4092750318": 16, @@ -34610,6 +36925,7 @@ "4094452600": 22, "4094504409": 6, "4094657108": 4, + "4094864363": 24, "4095457399": 17, "4095462486": 3, "4095703150": 16, @@ -34618,9 +36934,12 @@ "4095784502": 23, "4095896073": 8, "4096009948": 19, + "4096435877": 24, + "4096435878": 24, "4096637925": 7, "4096639276": 1, "4096757830": 20, + "4096912375": 24, "4096943616": 16, "4097166900": 4, "4097227155": 2, @@ -34646,6 +36965,7 @@ "4099020043": 11, "4099345916": 21, "4099376396": 1, + "4099419499": 24, "4099437219": 16, "4099441739": 13, "4099793855": 2, @@ -34662,6 +36982,8 @@ "4100029812": 7, "4100036523": 23, "4100043028": 1, + "4100080019": 24, + "4100144246": 24, "4100217958": 1, "4100217959": 1, "4100222493": 3, @@ -34679,6 +37001,7 @@ "4103152482": 9, "4103215218": 22, "4103258015": 23, + "4103395854": 24, "4103414242": 8, "4103514978": 15, "4103741400": 17, @@ -34694,6 +37017,7 @@ "4104555523": 10, "4104607984": 19, "4104729172": 9, + "4104912950": 24, "4105012205": 23, "4105027183": 2, "4105182395": 12, @@ -34720,6 +37044,7 @@ "4106547009": 1, "4106630301": 2, "4106707994": 23, + "4106757302": 24, "4106973372": 12, "4106983932": 9, "4107530250": 12, @@ -34739,6 +37064,9 @@ "4110287116": 12, "4110334945": 17, "4110556120": 2, + "4110557383": 24, + "4110587359": 24, + "4110718041": 24, "4110734730": 1, "4111024700": 9, "4111030162": 2, @@ -34746,6 +37074,7 @@ "4111522113": 21, "4111635756": 1, "4111701460": 13, + "4112505470": 24, "4112527632": 2, "4112598546": 18, "4112660212": 15, @@ -34754,6 +37083,7 @@ "4112759733": 12, "4112759734": 12, "4112759735": 12, + "4112967423": 24, "4113317396": 15, "4113676118": 3, "4113836986": 10, @@ -34790,6 +37120,7 @@ "4116691882": 21, "4116731187": 2, "4116820839": 16, + "4116837065": 24, "4117085525": 16, "4117149385": 19, "4117171521": 1, @@ -34812,7 +37143,9 @@ "4119408849": 22, "4119622018": 21, "4119718816": 1, + "4119756758": 24, "4119800843": 23, + "4119874279": 24, "4120018288": 6, "4120018289": 6, "4120018291": 6, @@ -34825,6 +37158,7 @@ "4120446915": 17, "4120446916": 17, "4120568020": 17, + "4120577687": 24, "4121065470": 23, "4121118846": 1, "4121316521": 20, @@ -34887,6 +37221,7 @@ "4128095381": 6, "4128151712": 8, "4128297107": 7, + "4128373325": 24, "4128405278": 4, "4128756125": 16, "4129050385": 20, @@ -34895,10 +37230,12 @@ "4129488214": 19, "4129502261": 21, "4129567135": 22, + "4129629253": 24, "4129837843": 13, "4129855581": 23, "4130010870": 3, "4130196108": 6, + "4130251279": 24, "4130276947": 21, "4130296084": 7, "4130345974": 9, @@ -34994,9 +37331,11 @@ "4138415950": 1, "4138566244": 23, "4138580785": 3, + "4138664621": 24, "4138697980": 21, "4138832695": 9, "4139166068": 16, + "4139213496": 24, "4139274998": 15, "4139892463": 17, "4140017433": 18, @@ -35004,6 +37343,7 @@ "4140127148": 15, "4140478887": 23, "4140529506": 21, + "4140555527": 24, "4140574879": 20, "4140705235": 4, "4140815674": 4, @@ -35038,6 +37378,7 @@ "4143344829": 3, "4143351709": 8, "4143357569": 23, + "4143415290": 24, "4143534670": 3, "4143891010": 21, "4144095450": 3, @@ -35062,6 +37403,7 @@ "4145119417": 1, "4145233940": 12, "4145290890": 18, + "4145459170": 24, "4145545705": 18, "4145545706": 18, "4145545707": 18, @@ -35078,7 +37420,9 @@ "4146702548": 4, "4146729347": 1, "4147032568": 1, + "4147131133": 24, "4147457493": 23, + "4147463420": 24, "4147526718": 4, "4147908392": 10, "4147908393": 10, @@ -35118,7 +37462,9 @@ "4150657477": 8, "4151048474": 15, "4151233404": 19, + "4151287333": 24, "4151496279": 3, + "4152016199": 24, "4152245130": 23, "4152458172": 19, "4152585336": 21, @@ -35166,11 +37512,13 @@ "4155157076": 18, "4155163567": 9, "4155348771": 4, + "4155521436": 24, "4155531886": 3, "4155582683": 22, "4155749261": 23, "4155947523": 19, "4156253727": 13, + "4156549634": 24, "4156553727": 15, "4156676002": 16, "4156787317": 8, @@ -35202,6 +37550,7 @@ "4160547565": 1, "4160560523": 23, "4160795081": 7, + "4160988416": 24, "4161097208": 19, "4161097209": 19, "4161097210": 19, @@ -35223,6 +37572,7 @@ "4162792207": 4, "4163227370": 1, "4163783899": 14, + "4163975820": 24, "4164000368": 23, "4164201232": 15, "4164424444": 2, @@ -35258,9 +37608,12 @@ "4167011119": 20, "4167605324": 4, "4167636192": 3, + "4167838203": 24, "4168272176": 20, "4168301784": 22, "4168509457": 20, + "4168704367": 24, + "4169225313": 24, "4169533630": 8, "4169791572": 20, "4169842018": 7, @@ -35280,6 +37633,7 @@ "4172590974": 23, "4172753441": 16, "4172848939": 21, + "4172962204": 24, "4173467416": 7, "4173467417": 7, "4173477907": 5, @@ -35298,11 +37652,13 @@ "4175323631": 23, "4175393948": 13, "4175584682": 22, + "4175870265": 24, "4175908506": 17, "4176002117": 12, "4176633581": 23, "4176833041": 18, "4176918303": 23, + "4176949501": 24, "4177213117": 1, "4177293424": 19, "4177448932": 1, @@ -35349,6 +37705,7 @@ "4183296050": 20, "4183521337": 16, "4183635599": 20, + "4183769022": 24, "4183788692": 22, "4183788693": 20, "4183788696": 20, @@ -35385,6 +37742,7 @@ "4184462049": 22, "4184529931": 19, "4184589900": 14, + "4184628733": 24, "4184730157": 20, "4184808992": 12, "4185095556": 5, @@ -35401,6 +37759,7 @@ "4185329927": 1, "4185339856": 9, "4185408624": 15, + "4185609260": 24, "4185644147": 10, "4185864113": 7, "4185991376": 7, @@ -35476,13 +37835,18 @@ "4194622036": 18, "4194622037": 18, "4194622038": 18, + "4194622039": 24, + "4194813226": 24, + "4194930351": 24, "4195038769": 8, "4195125378": 9, "4195125379": 9, "4195125380": 9, "4195125381": 9, "4195125383": 9, + "4195186942": 24, "4195309789": 2, + "4195357129": 24, "4195360985": 20, "4195424667": 7, "4195519897": 1, @@ -35504,6 +37868,7 @@ "4197017647": 8, "4197055683": 5, "4197082027": 18, + "4197162839": 24, "4197367273": 21, "4197398846": 9, "4197409972": 5, @@ -35592,6 +37957,8 @@ "4206418104": 4, "4206471995": 21, "4206540754": 9, + "4207066264": 24, + "4207120603": 24, "4207478320": 1, "4207509907": 16, "4208016531": 8, @@ -35613,6 +37980,7 @@ "4208847976": 13, "4209151772": 2, "4209278210": 3, + "4209476803": 24, "4209582999": 13, "4209915572": 17, "4209989366": 1, @@ -35640,6 +38008,7 @@ "4211703523": 4, "4211879067": 12, "4212305433": 8, + "4212336430": 24, "4212410112": 1, "4212806147": 15, "4213113005": 2, @@ -35663,6 +38032,8 @@ "4214131061": 12, "4214298879": 2, "4214521156": 4, + "4214783289": 24, + "4215071336": 24, "4215085458": 4, "4215514285": 18, "4216349042": 12, @@ -35672,6 +38043,7 @@ "4216806869": 19, "4216892434": 22, "4216908823": 2, + "4216908924": 24, "4216983602": 12, "4217001755": 8, "4217170772": 21, @@ -35714,6 +38086,7 @@ "4222449837": 12, "4222561358": 19, "4222584181": 20, + "4222651348": 24, "4222882592": 3, "4222896411": 8, "4223076885": 23, @@ -35725,6 +38098,7 @@ "4223985057": 8, "4224076198": 1, "4224297358": 20, + "4224343103": 24, "4224533134": 12, "4224643669": 10, "4224767086": 12, @@ -35751,8 +38125,10 @@ "4226803235": 2, "4227109015": 23, "4227181568": 8, + "4227599758": 24, "4227656459": 13, "4227781007": 12, + "4227925815": 24, "4228095872": 8, "4228170798": 20, "4228183862": 20, @@ -35819,14 +38195,19 @@ "4232817860": 21, "4232817861": 21, "4232938785": 4, + "4232991672": 24, + "4232991674": 24, + "4232991675": 24, "4233075550": 14, "4233138693": 1, + "4233323013": 24, "4233375372": 23, "4233776934": 17, "4233883935": 8, "4233905576": 3, "4233905577": 3, "4234287845": 3, + "4234468055": 24, "4234799941": 7, "4234895841": 20, "4234967501": 23, @@ -35886,6 +38267,7 @@ "4239746838": 9, "4239920089": 11, "4239947136": 22, + "4239967354": 24, "4240041208": 2, "4240221838": 16, "4240256197": 2, @@ -35902,6 +38284,7 @@ "4241574842": 14, "4241574843": 14, "4241589952": 20, + "4241856103": 24, "4242084796": 4, "4242201355": 20, "4242407216": 2, @@ -35912,6 +38295,7 @@ "4242592195": 1, "4242735326": 7, "4242881841": 1, + "4242887689": 24, "4243004391": 3, "4243059257": 20, "4243637120": 9, @@ -35930,6 +38314,7 @@ "4245763411": 3, "4245865861": 16, "4246378958": 23, + "4246887259": 24, "4246929450": 18, "4247056302": 17, "4247137339": 14, @@ -35997,6 +38382,8 @@ "4253369525": 20, "4253802885": 1, "4253857367": 21, + "4254156882": 24, + "4254156883": 24, "4254318662": 19, "4254318663": 19, "4254447778": 12, @@ -36017,15 +38404,18 @@ "4256272077": 4, "4256487838": 23, "4256665732": 21, + "4256748573": 24, "4256854144": 20, "4256971387": 12, "4257067040": 1, "4257122924": 16, + "4257509593": 24, "4257510940": 12, "4257549984": 8, "4257549985": 8, "4257593067": 7, "4257676106": 11, + "4257708374": 24, "4257800469": 4, "4257821615": 2, "4257852942": 4, @@ -36055,6 +38445,7 @@ "4260216712": 20, "4260353952": 16, "4260353953": 16, + "4260353955": 24, "4260392712": 12, "4260479751": 1, "4260496796": 20, @@ -36088,6 +38479,7 @@ "4262801783": 19, "4263484965": 23, "4263580594": 10, + "4263695190": 24, "4263744734": 5, "4263822647": 8, "4264096388": 4, @@ -36105,6 +38497,7 @@ "4264904777": 19, "4265122765": 8, "4265183314": 3, + "4265391440": 24, "4265489049": 20, "4265505688": 11, "4265505690": 11, @@ -36116,6 +38509,7 @@ "4266295281": 23, "4266704046": 15, "4266736482": 15, + "4266804401": 24, "4266990316": 6, "4266990318": 6, "4266990319": 6, @@ -36147,14 +38541,17 @@ "4269485650": 19, "4269550456": 23, "4269600130": 21, + "4269714569": 24, "4270593316": 19, "4270634097": 15, "4270910189": 19, + "4271011201": 24, "4271205858": 4, "4271323569": 11, "4271566634": 15, "4271579370": 22, "4271617746": 4, + "4271865130": 24, "4272180932": 11, "4272180933": 11, "4272180934": 11, @@ -36205,6 +38602,7 @@ "4277137508": 12, "4277317406": 17, "4277317407": 17, + "4277372322": 24, "4277511246": 13, "4277547616": 8, "4277961992": 11, @@ -36228,6 +38626,7 @@ "4279676461": 16, "4279676462": 16, "4279676463": 16, + "4279714158": 24, "4279814045": 17, "4280119605": 22, "4280200672": 11, @@ -36245,6 +38644,8 @@ "4282096169": 4, "4282279758": 23, "4282498224": 7, + "4282591831": 24, + "4282651916": 24, "4283016291": 8, "4283023978": 4, "4283023979": 4, @@ -36262,6 +38663,7 @@ "4283235150": 4, "4283235151": 4, "4283566249": 18, + "4283585292": 24, "4283856335": 4, "4283953067": 20, "4283990519": 17, @@ -36330,6 +38732,7 @@ "4291815773": 6, "4291815774": 6, "4291815775": 6, + "4291849812": 24, "4291858627": 9, "4291888785": 23, "4291922223": 1, diff --git a/data/sources/unassigned.json b/data/sources/unassigned.json index 0a148f2f..a4dcf320 100644 --- a/data/sources/unassigned.json +++ b/data/sources/unassigned.json @@ -1,3 +1,12 @@ { - "1035822060": "" + "536806855": "Source: Episode: Echoes", + "1035822060": "", + "1581731027": "Awoken and Ahamkara magics mingle in the mist rising from this censer as it swings back and forth, back and forth…", + "2306801178": "Source: Episode: Echoes Activities", + "2327253880": "Source: Exploring the Pale Heart", + "2514060836": "Source: Episode: Echoes Enigma Protocol Activity", + "2631398023": "Source: Radiolite Bay Deposits", + "3277652589": "Source: Starhorse", + "3614199681": "Source: Pale Heart Triumph", + "4011186136": "Exotic Armor Focusing" } diff --git a/output/adept-weapon-hashes.json b/output/adept-weapon-hashes.json index 9072786b..5350acb7 100644 --- a/output/adept-weapon-hashes.json +++ b/output/adept-weapon-hashes.json @@ -10,6 +10,7 @@ 407511664, 495442100, 496556698, + 501345268, 522366885, 532746994, 534775659, @@ -22,6 +23,7 @@ 690668916, 711889599, 786352912, + 817909300, 825554997, 852228780, 854379020, @@ -29,6 +31,7 @@ 912150785, 927835311, 959037361, + 1056103557, 1064132738, 1135050595, 1141586039, @@ -37,11 +40,13 @@ 1216319404, 1239700299, 1292594730, + 1321626661, 1354727549, 1366917989, 1387987271, 1466006054, 1481892490, + 1492522228, 1705843397, 1866778462, 1891996599, @@ -53,6 +58,7 @@ 2002522739, 2006308129, 2059255495, + 2063217087, 2074041946, 2147010335, 2314610827, @@ -64,6 +70,7 @@ 2475355656, 2527666306, 2759251821, + 2839600459, 2883684343, 2886339027, 2890082420, @@ -73,11 +80,14 @@ 3193598749, 3245493570, 3248429089, + 3250744600, + 3332125295, 3407395594, 3444632029, 3493494807, 3503019618, 3514144928, + 3610521673, 3637570176, 3782662983, 3796510434, diff --git a/output/bright-engrams.json b/output/bright-engrams.json index 8a1a6724..56d08148 100644 --- a/output/bright-engrams.json +++ b/output/bright-engrams.json @@ -21,5 +21,6 @@ "20": 1968811824, "21": 1968811824, "22": 1968811824, - "23": 1968811824 + "23": 1968811824, + "24": 1968811824 } diff --git a/output/catalyst-triumph-icons.json b/output/catalyst-triumph-icons.json index 6c639379..360078d9 100644 --- a/output/catalyst-triumph-icons.json +++ b/output/catalyst-triumph-icons.json @@ -39,6 +39,7 @@ "1385469960": "/common/destiny2_content/icons/562b80b58bccce105b7cdd81847f665c.jpg", "1390549867": "/common/destiny2_content/icons/27fdad9f07de0dc4b97bf8574e6e5242.jpg", "1439993428": "/common/destiny2_content/icons/f3c921857b1539c916692ae84ed925e2.jpg", + "1450844310": "/common/destiny2_content/icons/69144416733c3dc21fcadfdbb9fcb0a2.jpg", "1461305554": "/common/destiny2_content/icons/c5efe44dfb505ff905c5cac4797c76fc.jpg", "1514331782": "/common/destiny2_content/icons/39eb2cda13c467b5b5391bb36d462517.jpg", "1547246830": "/common/destiny2_content/icons/013403d109a9563ee881830044177193.jpg", @@ -64,7 +65,9 @@ "2761319400": "/common/destiny2_content/icons/19e7c9a3d838e3801e7147975d173cb5.jpg", "2856496392": "/common/destiny2_content/icons/28355e0adda864289165854e376f86ee.jpg", "2940589008": "/common/destiny2_content/icons/4a37bd1fc1756b09f509396557937832.jpg", + "2960086668": "/common/destiny2_content/icons/23f4656a3dd3f4ee0e42d140ba251974.jpg", "3022631571": "/common/destiny2_content/icons/372ab21c37bd69c70e88860e4f6a8b7f.jpg", + "3095531901": "/common/destiny2_content/icons/b86db68bce5846e4d8767b519c0bcead.jpg", "3318895306": "/common/destiny2_content/icons/f709442adefbc5430ba5d99d50366366.jpg", "3368860448": "/common/destiny2_content/icons/e444e97b9d2c368006272fc90eb1e022.jpg", "3371896300": "/common/destiny2_content/icons/e68a5dba35f4b96f7230e88666e416e6.jpg", diff --git a/output/craftable-hashes.json b/output/craftable-hashes.json index 4bdeab2e..53e94c11 100644 --- a/output/craftable-hashes.json +++ b/output/craftable-hashes.json @@ -14,15 +14,18 @@ 254636484, 268260372, 268260373, + 291092617, 297296830, 318443586, 342514437, 392008588, 407511664, + 412251536, 424291879, 431721920, 484515708, 495442100, + 496728945, 501329015, 502356570, 522366885, @@ -31,14 +34,18 @@ 578105049, 613334176, 768621510, + 786352912, 820890091, 833898322, 927567426, 999767358, + 1058098236, 1081724548, 1098171824, 1168625549, 1184309824, + 1184692845, + 1197771438, 1239700299, 1248372789, 1289796511, @@ -50,6 +57,7 @@ 1399109800, 1432682459, 1447836603, + 1466006054, 1471212226, 1473821207, 1478986057, @@ -63,10 +71,13 @@ 1731355324, 1751893422, 1769847435, + 1801007332, 1851777734, 1875512595, + 1886840007, 1911060537, 1937552980, + 1941816543, 1959650777, 1983149589, 1986287028, @@ -75,15 +86,18 @@ 2045811635, 2097055732, 2119346509, + 2126178511, 2149683300, 2188764214, 2194955522, + 2198166292, 2218569744, 2221264583, 2263839058, 2272041093, 2302346155, 2323544076, + 2350330520, 2490988246, 2508948099, 2531963421, @@ -98,14 +112,17 @@ 2778013407, 2779821308, 2817683783, + 2821677368, 2827764482, 2828278545, 2856514843, 2883484461, 2884596447, + 2886339027, 2890082420, 2910326942, 2922749929, + 2943293195, 2972949637, 2978226043, 2990047042, @@ -118,6 +135,8 @@ 3163900678, 3175851496, 3228096719, + 3232203524, + 3248429089, 3257091166, 3257091167, 3281285075, @@ -127,28 +146,39 @@ 3371413057, 3371413059, 3388655311, + 3407395594, 3428521585, 3489657138, 3493494807, + 3503019618, 3591141932, + 3605603507, 3635821806, + 3685470415, 3710082365, 3782662983, + 3794274730, 3824673936, 3849444474, 3849810018, 3865728990, + 3867373351, 3885259140, 3886416794, 3890055324, + 3904516037, 3920310144, 3926103986, + 3947966653, 3969066556, + 4038592169, 4066778670, 4067556514, 4096943616, 4132072834, 4153087276, + 4195186942, + 4207120603, 4225322581, 4230965989, 4248569242 diff --git a/output/crafting-enhanced-intrinsics.ts b/output/crafting-enhanced-intrinsics.ts index 8c6cf05e..b2d6ff64 100644 --- a/output/crafting-enhanced-intrinsics.ts +++ b/output/crafting-enhanced-intrinsics.ts @@ -30,10 +30,11 @@ const enhancedIntrinsics = new Set([ 3272152575, // Lightweight Frame 3725333007, // Lightweight Frame 308595185, // Lightweight Frame - 1817649409, // Aggressive Burst - 2170254329, // Aggressive Burst - 749936529, // Aggressive Burst - 2732540911, // Aggressive Burst + 40492375, // Vortex Frame + 1817649409, // Heavy Burst + 2170254329, // Heavy Burst + 749936529, // Heavy Burst + 2732540911, // Heavy Burst 1472963920, // High-Impact Frame 4231246084, // High-Impact Frame 302702765, // High-Impact Frame @@ -79,19 +80,19 @@ const enhancedIntrinsics = new Set([ 395096174, // Lightweight Frame 3472640090, // Lightweight Frame 3728676938, // Lightweight Frame - 762204274, // Häkke Precision Frame - 2409208302, // Häkke Precision Frame - 482158780, // Häkke Precision Frame - 2986718682, // Häkke Precision Frame + 762204274, // Precision Frame + 2409208302, // Precision Frame + 482158780, // Precision Frame + 2986718682, // Precision Frame 2159352803, // Aggressive Frame 3320257055, // Aggressive Frame 1749118639, // Aggressive Frame 2552875793, // Aggressive Frame - 3049431773, // Aggressive Frame - 451371216, // Aggressive Frame - 4269485650, // Aggressive Frame - 1655963600, // Aggressive Frame - 1063261332, // Aggressive Frame + 3049431773, // Adaptive Burst + 451371216, // Adaptive Burst + 4269485650, // Adaptive Burst + 1655963600, // Adaptive Burst + 1063261332, // Adaptive Burst 2003022817, // Rapid-Fire Frame 1787083609, // Rapid-Fire Frame 2986029425, // Rapid-Fire Frame @@ -109,6 +110,12 @@ const enhancedIntrinsics = new Set([ 762801111, // Rapid-Fire Frame 680193725, // Rapid-Fire Frame 2105054824, // Lightweight Frame + 687584589, // Rocket-Assisted Frame + 368110299, // Rocket-Assisted Frame + 651554065, // Rocket-Assisted Frame + 2100231191, // Rocket-Assisted Frame + 3178379945, // Rocket-Assisted Frame + 1225770249, // Rocket-Assisted Frame 1886418605, // Rapid-Fire Frame 137876701, // Rapid-Fire Frame 802623077, // Rapid-Fire Frame @@ -117,7 +124,6 @@ const enhancedIntrinsics = new Set([ 738339367, // Aggressive Glaive 16445399, // Aggressive Glaive 3228668394, // Aggressive Glaive - 40492375, // Vortex Frame 1057935015, // MIDA Synergy 2670025099, // MIDA Synergy 1891876363, // MIDA Synergy @@ -127,22 +133,43 @@ const enhancedIntrinsics = new Set([ 2696719570, // Adaptive Glaive 1338909520, // Adaptive Glaive 1447716563, // Adaptive Glaive - 1576423267, // Rapid-Fire Frame - 3688301727, // Rapid-Fire Frame - 1894749743, // Rapid-Fire Frame - 1707990417, // Rapid-Fire Frame 1241894699, // Together Forever 2826720951, // Together Forever 1300107783, // Together Forever 3513901081, // Together Forever + 1576423267, // Rapid-Fire Frame + 3688301727, // Rapid-Fire Frame + 1894749743, // Rapid-Fire Frame + 1707990417, // Rapid-Fire Frame + 3035281791, // Caster Frame 118439741, // Lightweight Frame 132189785, // Lightweight Frame 885620491, // Lightweight Frame 1665848857, // Lightweight Frame + 811588234, // Precision Frame + 1052350088, // Precision Frame + 3913106382, // Precision Frame + 3419227006, // Precision Frame 3332480988, // Legacy PR-55 Frame 916649862, // Legacy PR-55 Frame 2155015844, // Legacy PR-55 Frame 3766386008, // Legacy PR-55 Frame + 3573764622, // Precision Frame + 3774850330, // Precision Frame + 2927971896, // Precision Frame + 738967614, // Precision Frame + 570373697, // Heavy Burst + 4175870265, // Heavy Burst + 3099083217, // Heavy Burst + 3456918063, // Heavy Burst + 2012023082, // Area Denial Frame + 1782704870, // Area Denial Frame + 244760020, // Area Denial Frame + 1208953762, // Area Denial Frame + 3161047604, // Support Frame + 1535085486, // Support Frame + 840061228, // Support Frame + 156358224, // Support Frame 167794220, // Aggressive Frame 4000302358, // Precision Frame 3665558569, // Precision Frame @@ -162,6 +189,10 @@ const enhancedIntrinsics = new Set([ 1220310607, // Wave Frame 1713394949, // Wave Frame 3030812579, // Wave Frame + 3291480605, // Heavy Burst + 2444870733, // Heavy Burst + 1370384437, // Heavy Burst + 2213429699, // Heavy Burst ]); export default enhancedIntrinsics; diff --git a/output/crafting-mementos.json b/output/crafting-mementos.json index 7dc8f317..97bfa74a 100644 --- a/output/crafting-mementos.json +++ b/output/crafting-mementos.json @@ -1,5 +1,6 @@ { "games": [18179099, 1429874803, 3617209212], + "solstice": [1257952519, 3481131423, 4160988416], "lost": [1261107326, 1971919313, 3686736741], "nightfall": [1425794805, 3254175265, 4240221838], "trials": [2012491044, 3408716127, 3831031876], diff --git a/output/d2-season-info.ts b/output/d2-season-info.ts index 172c9806..1dacd3f2 100644 --- a/output/d2-season-info.ts +++ b/output/d2-season-info.ts @@ -337,6 +337,20 @@ export const D2SeasonInfo: Record< resetTime: '17:00:00Z', numWeeks: 27, }, + 24: { + DLCName: 'The Final Shape', + seasonName: 'Episode: Echoes', + seasonTag: 'echoes', + season: 24, + maxLevel: 50, + powerFloor: 1900, + softCap: 1940, + powerfulCap: 1990, + pinnacleCap: 2000, + releaseDate: '2024-06-04', + resetTime: '17:00:00Z', + numWeeks: 18, + }, }; -export const D2CalculatedSeason = 23; +export const D2CalculatedSeason = 24; diff --git a/output/empty-plug-hashes.ts b/output/empty-plug-hashes.ts index 33504ba6..1f84b119 100644 --- a/output/empty-plug-hashes.ts +++ b/output/empty-plug-hashes.ts @@ -13,16 +13,19 @@ export const emptyPlugHashes = new Set([ 791435474, // Empty Activity Mod Socket (Deprecated Armor Mod, enhancements.activity) 3074755706, // Empty Arrows Socket (crafting.recipes.empty_socket) 2802541735, // Empty Aspect Socket (hunter.arc.aspects) + 518663192, // Empty Aspect Socket (hunter.prism.aspects) 1715180370, // Empty Aspect Socket (hunter.shared.aspects) 3875863236, // Empty Aspect Socket (hunter.solar.aspects) 4037640975, // Empty Aspect Socket (hunter.strand.aspects) 2801436041, // Empty Aspect Socket (hunter.void.aspects) 2789698445, // Empty Aspect Socket (titan.arc.aspects) + 3635963100, // Empty Aspect Socket (titan.prism.aspects) 321296654, // Empty Aspect Socket (titan.shared.aspects) 3416473448, // Empty Aspect Socket (titan.solar.aspects) 3207138885, // Empty Aspect Socket (titan.strand.aspects) 662916127, // Empty Aspect Socket (titan.void.aspects) 3472368310, // Empty Aspect Socket (warlock.arc.aspects) + 1080004479, // Empty Aspect Socket (warlock.prism.aspects) 3819991001, // Empty Aspect Socket (warlock.shared.aspects) 2352766955, // Empty Aspect Socket (warlock.solar.aspects) 2164407902, // Empty Aspect Socket (warlock.strand.aspects) @@ -38,6 +41,8 @@ export const emptyPlugHashes = new Set([ 1826298670, // Empty Fragment Socket (shared.arc.fragments) 3363787531, // Empty Fragment Socket (shared.arc.fragments) 3251563851, // Empty Fragment Socket (shared.fragments) + 2808665197, // Empty Fragment Socket (shared.prism.fragments) + 3720092164, // Empty Fragment Socket (shared.prism.fragments) 424005861, // Empty Fragment Socket (shared.solar.fragments) 4205702044, // Empty Fragment Socket (shared.solar.fragments) 330751742, // Empty Fragment Socket (shared.stasis.trinkets) @@ -98,6 +103,9 @@ export const emptyPlugHashes = new Set([ 819232495, // Empty Tubes Socket (crafting.recipes.empty_socket) 4043342755, // Empty Weapon Level Boost Socket (crafting.plugs.weapons.mods.transfusers.level) 4216349042, // Experience Mod Socket (Experience Ghost Mod, enhancements.ghosts_experience) + 2085536058, // Flickering Blessing Mod Socket (Flickering Blessing Destination Mod, schism_boons.destination_mods.efficiency) + 1656746282, // Locked Artifice Socket (Artifice Armor Mod, enhancements.artifice.exotic) + 3725942064, // Pale Blessing Mod Socket (Pale Blessing Destination Mod, schism_boons.destination_mods.playstyle) 1692473496, // Protocol Socket (v700.weapons.mods.mission_avalon) 760030801, // Tracking Mod Socket (Tracking Ghost Mod, enhancements.ghosts_tracking) ]); diff --git a/output/events.json b/output/events.json index 0ae69575..a4c5edfb 100644 --- a/output/events.json +++ b/output/events.json @@ -1,5 +1,6 @@ { "10656656": 6, + "16638392": 3, "18179099": 6, "53761356": 5, "63024229": 1, @@ -80,6 +81,7 @@ "1201782502": 4, "1201782503": 4, "1205148160": 6, + "1257952519": 3, "1259278657": 3, "1261107326": 4, "1280755883": 1, @@ -290,6 +292,7 @@ "3448772677": 4, "3449275624": 1, "3475074928": 3, + "3481131423": 3, "3499324439": 1, "3503026437": 5, "3510138048": 1, @@ -348,6 +351,7 @@ "4097227155": 2, "4114677048": 3, "4128095381": 5, + "4160988416": 3, "4173467416": 3, "4173467417": 3, "4187872788": 4, diff --git a/output/exotic-synergy.json b/output/exotic-synergy.json index f51b9129..f8b6df2f 100644 --- a/output/exotic-synergy.json +++ b/output/exotic-synergy.json @@ -1,4 +1,9 @@ { + "50291571": { + "damageType": [ + 3 + ] + }, "106575079": { "damageType": [ 4 @@ -61,10 +66,6 @@ "370930766": { "damageType": [ 3 - ], - "subclass": [ - 2274196886, - 2274196887 ] }, "461841403": { @@ -166,6 +167,11 @@ 6 ] }, + "1627691271": { + "damageType": [ + 2 + ] + }, "1703551922": { "damageType": [ 2 @@ -212,6 +218,11 @@ 4 ] }, + "1955548646": { + "damageType": [ + 7 + ] + }, "1996008488": { "damageType": [ 2 @@ -315,6 +326,11 @@ 119041299 ] }, + "2822465023": { + "damageType": [ + 4 + ] + }, "3084282676": { "damageType": [ 2 @@ -373,6 +389,11 @@ 7 ] }, + "3717431477": { + "damageType": [ + 7 + ] + }, "3787517196": { "damageType": [ 3 diff --git a/output/exotic-to-catalyst-record.json b/output/exotic-to-catalyst-record.json index 66ba8460..53b3ecb8 100644 --- a/output/exotic-to-catalyst-record.json +++ b/output/exotic-to-catalyst-record.json @@ -8,6 +8,7 @@ "374573733": 3318895306, "400096939": 591600693, "417164956": 1060652297, + "427899681": 2960086668, "603721696": 250211794, "776191470": 1586771061, "814876685": 436556889, @@ -51,6 +52,7 @@ "2910326942": 2395817019, "3089417789": 373671280, "3118061005": 3787307395, + "3121540812": 1450844310, "3141979346": 3589295049, "3141979347": 663317912, "3211806999": 1233471745, @@ -64,6 +66,7 @@ "3524313097": 1107018752, "3549153978": 3968841949, "3549153979": 3371896300, + "3561203890": 3095531901, "3580904580": 206322165, "3580904581": 206322164, "3588934839": 3628100770, diff --git a/output/exotics-with-catalysts.ts b/output/exotics-with-catalysts.ts index 7d481d2a..53ff3c29 100644 --- a/output/exotics-with-catalysts.ts +++ b/output/exotics-with-catalysts.ts @@ -8,6 +8,7 @@ const exoticWeaponHashesWithCatalyst = new Set([ 374573733, // Delicate Tomb 400096939, // Outbreak Perfected 417164956, // Jötunn + 427899681, // Red Death Reformed 603721696, // Cryosthesia 77K 776191470, // Tommy's Matchbook 814876685, // Trinity Ghoul @@ -51,6 +52,7 @@ const exoticWeaponHashesWithCatalyst = new Set([ 2910326942, // Wish-Keeper 3089417789, // Riskrunner 3118061005, // Vexcalibur + 3121540812, // Final Warning 3141979346, // D.A.R.C.I. 3141979347, // Borealis 3211806999, // Izanagi's Burden @@ -64,6 +66,7 @@ const exoticWeaponHashesWithCatalyst = new Set([ 3524313097, // Eriana's Vow 3549153978, // Fighting Lion 3549153979, // The Prospector + 3561203890, // Tessellation 3580904580, // Legend of Acrius 3580904581, // Tractor Cannon 3588934839, // Le Monarque diff --git a/output/extended-breaker.json b/output/extended-breaker.json index ce42a1ab..d0c304ca 100644 --- a/output/extended-breaker.json +++ b/output/extended-breaker.json @@ -1,11 +1,14 @@ { + "449318888": 485622768, "511888814": 2611060930, "538538204": 2611060930, "903984858": 2611060930, "1264955704": 2611060930, "1443166262": 485622768, + "1955548646": 485622768, "2415768376": 3178805705, "2879305550": 3178805705, "3487253372": 485622768, + "3598649636": 485622768, "3991827892": 485622768 } diff --git a/output/extended-foundry.json b/output/extended-foundry.json index b77518a1..f1976569 100644 --- a/output/extended-foundry.json +++ b/output/extended-foundry.json @@ -2,6 +2,7 @@ "2307365": "suros", "4425887": "fotc", "20025671": "suros", + "42874240": "omolon", "62937067": "suros", "105164264": "nadir", "137879537": "fotc", @@ -13,8 +14,8 @@ "191996029": "fotc", "192784503": "cassoid", "195440257": "fotc", + "198282524": "suros", "205225492": "omolon", - "221737434": "suros", "253196586": "fotc", "276918162": "fotc", "294129361": "hakke", @@ -23,17 +24,23 @@ "408440598": "fotc", "411397829": "suros", "413901114": "nadir", + "417100299": "nadir", "417474225": "cassoid", + "447296102": "field-forged", "487361141": "suros", "491078457": "omolon", "495940989": "suros", "496556698": "cassoid", + "499245245": "cassoid", + "501345268": "nadir", "540880995": "veist", "542573208": "tex-mechanica", "555148853": "omolon", "566740455": "suros", "580961571": "fotc", + "586671776": "nadir", "614140575": "hakke", + "627188188": "cassoid", "632597698": "hakke", "655712834": "hakke", "681067419": "omolon", @@ -50,6 +57,7 @@ "834081972": "fotc", "852228780": "omolon", "888872889": "cassoid", + "922005771": "suros", "930590127": "fotc", "990416096": "fotc", "1028124540": "suros", @@ -72,6 +80,7 @@ "1289324202": "hakke", "1292594730": "cassoid", "1296429091": "nadir", + "1321626661": "cassoid", "1325579289": "fotc", "1377069894": "tex-mechanica", "1386601612": "suros", @@ -83,12 +92,14 @@ "1453235079": "omolon", "1457979868": "field-forged", "1489452902": "fotc", + "1492522228": "veist", "1529450902": "cassoid", "1531295694": "cassoid", "1547760589": "hakke", "1574601402": "veist", "1612781792": "nadir", "1619016919": "suros", + "1641527798": "suros", "1644162710": "fotc", "1650442173": "cassoid", "1650626966": "cassoid", @@ -105,6 +116,7 @@ "1820994983": "cassoid", "1821724780": "suros", "1854753404": "omolon", + "1890332078": "cassoid", "1891996599": "omolon", "1948035256": "cassoid", "1960218487": "fotc", @@ -114,19 +126,20 @@ "1999754402": "nadir", "2009106091": "veist", "2014642399": "fotc", + "2022294213": "nadir", "2059255495": "cassoid", + "2063217087": "cassoid", "2065081837": "omolon", "2168486467": "fotc", "2171006181": "fotc", - "2177857341": "hakke", "2185327324": "suros", - "2204176450": "hakke", "2213848860": "cassoid", "2213848863": "cassoid", "2257180473": "cassoid", "2278995296": "fotc", "2287240026": "veist", "2290863050": "fotc", + "2326578623": "veist", "2351747819": "cassoid", "2422664927": "hakke", "2450917538": "omolon", @@ -135,6 +148,7 @@ "2502422774": "cassoid", "2510526114": "nadir", "2581162758": "fotc", + "2591257541": "veist", "2605790033": "cassoid", "2605790034": "omolon", "2611861926": "fotc", @@ -149,13 +163,16 @@ "2759590322": "suros", "2763843899": "fotc", "2767393525": "cassoid", + "2800870005": "nadir", "2812672356": "fotc", "2817798849": "suros", "2824241403": "hakke", + "2826850739": "nadir", "2860172150": "cassoid", "2883684343": "omolon", "2888266564": "omolon", "2891672170": "cassoid", + "2932922810": "cassoid", "2957542878": "fotc", "2961807684": "fotc", "3005879472": "fotc", @@ -183,13 +200,16 @@ "3441197113": "cassoid", "3445437901": "fotc", "3461377698": "hakke", + "3465233192": "cassoid", "3493948734": "fotc", "3505958430": "suros", "3529780349": "fotc", + "3543313962": "hakke", "3559361670": "hakke", "3573686365": "omolon", "3582424018": "fotc", "3583275737": "cassoid", + "3610521673": "omolon", "3637669759": "nadir", "3662200188": "cassoid", "3662200189": "cassoid", @@ -202,7 +222,6 @@ "3896249436": "fotc", "3906357377": "cassoid", "3915197957": "omolon", - "3920872880": "suros", "3929685100": "fotc", "3998080529": "nadir", "4024037919": "fotc", @@ -211,17 +230,21 @@ "4074251943": "omolon", "4083045006": "fotc", "4105447486": "cassoid", + "4106757302": "hakke", "4138415949": "cassoid", "4138415950": "cassoid", "4148143418": "hakke", + "4152016199": "nadir", "4157959956": "omolon", "4157959958": "omolon", "4157959959": "omolon", + "4169225313": "nadir", "4174481098": "suros", "4176633581": "suros", "4186079026": "omolon", "4193877020": "fotc", "4200654067": "veist", + "4209476803": "suros", "4220529694": "suros", "4230993599": "suros", "4238497225": "fotc", diff --git a/output/extended-ich.json b/output/extended-ich.json index 41031fdd..0ac633fb 100644 --- a/output/extended-ich.json +++ b/output/extended-ich.json @@ -1,68 +1,61 @@ { "2307365": -11, + "32200569": -153950757, "40394833": -153950757, "46125926": -153950757, - "56838920": -153950757, "64236626": -11, - "66009811": -153950757, - "88293800": -153950757, "92459755": -11, "94729174": -11, - "121754266": -11, "135029084": -11, "199733460": 55, "239189018": 55, + "249396569": -153950757, "268260373": -153950757, + "268778229": -153950757, "301198419": -153950757, "304659313": -153950757, - "322052439": -153950757, "374313494": -153950757, "411397829": -11, - "458547207": -153950757, + "447296102": -153950757, "487361141": -11, "515224227": -11, "522366885": -11, "568611921": -153950757, "568611922": -153950757, + "592147383": -153950757, "599895591": -11, "613334176": -153950757, "672957262": -153950757, "731147178": -11, - "769049475": -153950757, - "819885181": -11, + "776613950": -11, + "817909300": -153950757, "825554997": -11, - "958061455": -153950757, + "928944654": -153950757, "959037361": -153950757, "981718087": -153950757, - "1026912121": -153950757, + "1047537927": -153950757, "1125217994": -153950757, "1151688091": -153950757, - "1151822830": -153950757, + "1188570357": -11, + "1197771438": -153950757, "1218113510": -153950757, "1272458185": -153950757, "1303489964": -153950757, - "1312670900": -153950757, - "1328926631": -153950757, "1332123064": -153950757, - "1351238939": -11, - "1441098526": -153950757, - "1470493545": -153950757, "1472159692": -153950757, - "1473512773": -11, - "1514776690": -153950757, "1606497639": -153950757, "1674839226": -153950757, - "1715635757": -153950757, - "1822283412": -11, + "1827044758": -153950757, "1854753405": -153950757, "1870979911": -153950757, + "1875799486": -153950757, + "1881106972": -153950757, + "1921571489": -153950757, "1946491241": -153950757, - "1950526212": -153950757, - "1972324440": -153950757, + "1968285571": -153950757, "1983332560": -153950757, "1988218406": -11, "2026087437": -153950757, - "2031280464": -153950757, "2060863616": -153950757, "2108920981": -153950757, "2185327324": -11, @@ -75,55 +68,60 @@ "2359407071": -153950757, "2361174764": -153950757, "2378101424": -153950757, + "2420210290": -153950757, "2421977839": -153950757, "2480074702": -153950757, + "2483503540": -153950757, "2521448082": -153950757, "2531963421": -11, "2545426109": 55, + "2584830733": -153950757, "2653171212": -11, - "2662886693": -153950757, + "2710835876": -153950757, "2734369894": -153950757, - "2765906441": -153950757, + "2756045968": -153950757, "2782847179": -11, "2812324401": -153950757, - "2818644002": -153950757, "2821430069": -11, - "2929381275": -153950757, + "2895506597": -153950757, "2936850733": -153950757, - "3002657838": -11, - "3049663285": -11, - "3053510400": -153950757, - "3054001670": -153950757, + "2962131771": -153950757, + "2986432616": -153950757, + "3013473326": -153950757, + "3028576030": -153950757, "3188175770": -153950757, "3224066584": 55, + "3238953348": -153950757, "3246523829": -153950757, "3252697558": -153950757, - "3356917621": -153950757, + "3270117773": -153950757, "3364224034": -11, - "3505876366": -11, + "3414637070": -153950757, + "3478212090": -153950757, + "3515920060": -153950757, "3547665279": -153950757, "3549153978": -153950757, "3556971406": -11, "3585040495": -153950757, "3616586446": -11, - "3704457044": -153950757, + "3686538757": -153950757, "3745974521": -153950757, "3821409356": -153950757, - "3842494953": -153950757, - "3844914323": -153950757, "3849810018": -153950757, "3850168899": -153950757, + "3853268371": -153950757, "3853528362": -153950757, "3858926262": -11, - "3876713531": -153950757, "3956489672": -153950757, "3993415705": -153950757, + "3994513295": -11, "4018050479": -11, "4037745684": -11, "4038592169": -153950757, "4043921923": -153950757, - "4046922109": -153950757, + "4078494680": -11, "4096943616": -153950757, + "4110557383": -153950757, "4116268584": -153950757, "4162642204": -153950757, "4225442983": -153950757, diff --git a/output/focusing-item-outputs.json b/output/focusing-item-outputs.json index a31d9c2d..3f0ef569 100644 --- a/output/focusing-item-outputs.json +++ b/output/focusing-item-outputs.json @@ -3,65 +3,75 @@ "4500656": 882778888, "9788213": 2376585692, "10190309": 1586231351, + "19334920": 3685470415, "30837423": 1734844651, + "32200569": 1197771438, + "33903049": 3440927677, "45790364": 2073794990, - "48177193": 1820994983, "52492571": 3074679271, - "56838920": 874623537, - "57812388": 2988121501, + "55944745": 1725332125, "73819307": 2009277538, "76168823": 3355385170, + "77153391": 1909305643, + "90822968": 53292762, "100404736": 3637722482, "110998651": 2233545123, "122152503": 2883045518, "124569297": 1537074069, - "137489750": 3738678140, - "142112400": 491078457, + "130489153": 2063217087, + "138488170": 3794274730, "143601688": 3201140055, + "144255421": 2821677368, "152550357": 1959672649, - "173322093": 4066778670, + "167755543": 3969379530, + "169184833": 3947966653, "175003048": 1987616650, + "176328483": 3605603507, "179407571": 2231910050, "179758314": 2509918852, - "180214664": 2496875173, "183582177": 197672677, - "186336814": 875848769, "189675718": 1916287826, - "192249298": 2993554824, "199445735": 332170995, - "202255180": 3837409374, "202522666": 2674680132, - "202854784": 3019024381, "207548065": 1314666277, "220051784": 3408834730, "221852859": 4057299719, "231864088": 3288917178, "234708547": 3813221631, + "249396569": 1332123064, "253950230": 469333264, + "268778229": 433905699, + "270064139": 3667553455, "279578169": 297009581, "293795567": 3207116971, "296152704": 1896287986, "296378791": 108286515, "301198419": 3565520715, - "304400168": 2653171213, - "305337481": 4039572196, + "309462567": 2345794502, "313407897": 3234692237, "316472157": 1702245537, - "322052439": 874623537, - "330959343": 428806571, + "316819918": 3797572280, + "325108472": 241291034, + "330500809": 676270382, "332192961": 4161591237, + "332625175": 2248987683, + "334163123": 2988121501, + "334481455": 4152016199, "338446411": 18990920, "350442704": 125833536, + "350549470": 496728945, + "355618650": 1973107014, "362902214": 3730575552, "366078621": 3984883553, + "369416367": 664109750, + "374248557": 456484913, "378242631": 1959285715, + "380543246": 2766527864, "384806842": 1265513556, "390263398": 3583853408, "394983260": 297586990, "400987770": 3014775444, "405311520": 1254421266, - "411392731": 3995603239, - "412228876": 2832639510, "413091525": 963710795, "415227049": 4091317789, "420543798": 3146160048, @@ -69,52 +79,49 @@ "426311013": 3884544409, "428574585": 215768941, "434356905": 124944413, + "447839375": 3791868619, "448147429": 274659609, "449889866": 4277137508, - "457831324": 2779821308, - "458547207": 874623537, + "458147119": 1403800851, + "460851038": 2349907931, "462967561": 2321120637, - "465983464": 988330314, - "471136055": 1161561386, + "463607547": 491078457, "476791533": 2320491441, "480579364": 1807196134, - "493054013": 4143357569, - "497087301": 1903182562, - "523206808": 3211624072, + "487137411": 1740966079, + "489274433": 39339589, + "499046542": 198854575, "529088743": 2618417907, "529248781": 4225322581, "533201397": 1160559849, + "538098823": 496728945, "538538204": 511888814, - "539375461": 364665267, "571601686": 1028582252, - "580045556": 105306149, "585603777": 3731378629, - "588861781": 1004538825, + "605025041": 341034325, "606510166": 2454114768, "609164671": 3381022971, "617836335": 4148887147, "622764187": 2217519207, - "623452430": 1292594730, - "636465032": 1064132738, - "636917853": 1968410628, - "640150761": 1973107014, + "624305650": 3605603507, + "638850307": 2935526975, "646222889": 4238378141, "652077411": 768769183, - "652245563": 2059255495, "659786850": 3883866764, + "661422601": 3019024381, "663794103": 188882152, "667818643": 3737404623, "672369541": 273457849, "673296954": 2082483156, + "673645496": 2099894368, "683632999": 143821939, - "692720917": 1399243961, + "689358196": 557165046, "704898505": 3829990714, "708773129": 3874247549, "709164353": 1394633029, "716883942": 417977312, "717710567": 3352415987, "720153764": 3419310182, - "728959305": 4130822717, "736550308": 2448259942, "736571395": 1688602431, "737419447": 3118064579, @@ -123,36 +130,40 @@ "746346035": 1848640623, "748293293": 2891672170, "750483560": 978537162, + "753325306": 2671639706, "755662092": 469005214, "756971831": 896081219, "759005343": 2016308379, "760706311": 2731689491, + "766089081": 1952223085, "767948183": 3971188131, "776110297": 1321354573, + "776613950": 2653171212, "781313686": 3684978064, "786697890": 3453042252, "787111830": 3299416208, + "789415529": 1528655453, "792320746": 886273156, + "792478228": 2653171213, "801895599": 3824918251, "812524306": 3115740538, - "814616703": 548809020, "814898891": 2513965917, "817162333": 2463947681, - "819885181": 2821430069, + "817926907": 1298672084, + "819773640": 2870974250, "827034816": 2766109874, "837053731": 1215952756, + "852771260": 2839600459, "854926798": 2498588344, "859980511": 2268523867, + "862453446": 2826850739, "865222334": 1392054568, - "869286907": 62937067, - "871972058": 3682803680, + "871223546": 3738678140, "879692448": 1299272338, "891829968": 162269058, - "899122077": 1875512595, - "901480775": 933455006, - "923133256": 748663978, - "923530036": 45643573, - "938935377": 2386078741, + "892020293": 1032041977, + "911992742": 2322926844, + "917927301": 3428407746, "940822787": 3406291173, "941282909": 1005315489, "949131991": 691578979, @@ -160,47 +171,44 @@ "964294291": 2374129871, "966848994": 138566412, "968289293": 3863492689, - "973230060": 2508948099, - "985125992": 3347946548, + "975172537": 996109059, + "981104658": 1183187516, "986956153": 685165933, "987042032": 1906093346, - "994215230": 3019024381, - "999494564": 2059255495, "1009072908": 38792606, "1009346008": 1346827258, "1011791524": 2522706952, "1012826548": 791799769, "1016565787": 657606375, "1027814206": 1144014195, - "1036377184": 2922749929, + "1036661437": 501345268, "1037962076": 4038429998, "1038737566": 3770087944, - "1049124893": 1141927949, "1055088541": 3441081953, "1059479825": 3651424085, - "1059738996": 364665267, - "1063561075": 2314610827, - "1064014305": 3312368357, "1064943697": 693067797, "1073231502": 3301944824, + "1079930198": 3187320016, + "1087623621": 2638190703, + "1088436227": 1801007332, "1101032348": 2177524718, "1103301267": 1654461647, "1104664699": 2381515079, "1106028100": 119859462, "1120180351": 1765728763, "1125545953": 87665893, + "1126143373": 2026755633, "1127615753": 241462141, "1130536756": 138282166, "1137434578": 2772262012, "1138336561": 1537128821, "1149271199": 438165659, "1152128861": 3948284065, - "1164834300": 4196904014, + "1164082019": 1456017061, "1165790188": 3591512190, "1171147547": 4019668921, - "1183168648": 2889501828, + "1185962501": 1058098236, "1190896009": 1019000888, - "1191320660": 3663544278, "1193316520": 2653909130, "1197776562": 1001356380, "1198134926": 2316914168, @@ -214,353 +222,329 @@ "1243425594": 1630402260, "1245100546": 1474735276, "1249762845": 3426527713, - "1253824749": 2966283697, "1254470033": 216983039, + "1256672756": 3610521673, "1256736028": 1266712686, + "1257770708": 1084190509, + "1258973771": 2252757719, "1260343369": 3045642045, "1264955704": 903984858, - "1271978677": 392008588, + "1268132806": 1505862304, + "1271294424": 4143415290, "1283656366": 3166250992, - "1298441433": 2349907931, + "1294158516": 1183405878, + "1297705704": 1141927949, "1304666522": 4100775158, - "1304745782": 1524622768, "1304967988": 2203146422, "1307977424": 1289000550, - "1312670900": 2738601016, "1313836869": 3381022969, "1317159774": 3844826440, "1317166018": 3552091116, "1323691427": 1591207519, - "1328926631": 959037361, "1336321181": 1322544481, "1339772536": 1053737370, "1343614591": 461841403, - "1356312736": 3005056146, + "1344068687": 355382946, "1366750484": 2993008662, - "1368790184": 2817683783, - "1373837485": 3292795429, - "1380374257": 1501688142, "1391595268": 960442438, "1392922876": 1453120846, + "1403892338": 3867373351, + "1408302568": 310708513, "1413646678": 1207531728, - "1418499900": 2421180981, "1421355221": 2780717641, + "1426642813": 2591241074, "1428449496": 2492669178, "1437610838": 193869520, - "1441098526": 268260373, + "1444043170": 123879244, "1447074729": 435339366, + "1451560288": 4207120603, "1458342358": 1586932304, "1461236083": 3831935023, + "1463556435": 1321626661, + "1463684923": 3496016519, "1469355180": 2950045886, "1469993244": 2395939950, "1470817006": 671423576, - "1473512773": 92459755, - "1483327813": 3400974073, - "1483835420": 310708513, - "1493917158": 1063769568, + "1473190501": 1820994983, + "1477422359": 3001449507, + "1497370930": 42874240, "1517474839": 959484195, "1527328167": 3179623987, "1529271412": 2326396534, - "1531139147": 469031127, "1547375670": 2766109872, "1549471512": 1524444346, "1555319323": 106575079, "1564178759": 1613581523, "1564784937": 1030017949, "1567668434": 4114929480, - "1567834983": 2817251955, "1569427840": 3932952562, "1588913887": 2655279451, "1593841906": 3611754012, - "1597772546": 1612781792, "1599155324": 267960270, - "1621328144": 4153087276, + "1606927173": 3250744600, "1624737700": 2066430310, "1625916736": 132486706, "1626181388": 2384488862, "1629007932": 938618741, + "1642389930": 3165143747, "1643656410": 2616071821, + "1651664210": 1903182562, "1652257364": 617501162, - "1654816824": 2450917538, "1657208257": 2353371845, - "1667849061": 2421180981, "1669660339": 1310207471, "1671466931": 3341893443, - "1673703896": 3019024381, "1674839226": 4146702548, - "1676239226": 3890055324, "1692118511": 2773056939, "1693103724": 4122447870, + "1696802966": 2395788176, + "1699691308": 2496875173, "1700920860": 1021381486, "1704880129": 300502917, - "1706875836": 3513993870, "1709963256": 1248530160, - "1713861553": 2715240478, - "1715635757": 874623537, - "1724561611": 3832002135, "1726065449": 3671337107, + "1739332121": 1310346765, "1740905008": 3601794530, - "1747908194": 906840740, + "1743013949": 1354727549, "1750413635": 1624882687, - "1751596781": 1720503118, + "1758382769": 2134769653, "1762083721": 1698660093, + "1767287717": 1107446438, "1772744160": 1076810832, "1809794768": 845422466, - "1811547906": 2593354668, - "1823096493": 164103153, + "1817535839": 3652732123, "1838197241": 1727248109, - "1851971890": 2213223388, "1860140389": 1734144409, "1869654860": 4006721630, "1872688848": 1512386434, "1874827456": 682107058, "1879568799": 2169905051, + "1881106972": 1197771438, + "1882721406": 2889501828, "1888921546": 991314988, "1891772651": 2713820407, "1896335568": 1267361154, "1896884883": 2335208655, - "1897731160": 1769847435, - "1899396781": 3110377595, "1900451399": 2969535443, "1901196910": 2509940440, - "1911239467": 888872889, "1911399760": 1821747970, "1912252717": 996946801, "1912340771": 3562696927, "1912716657": 777526069, + "1912718977": 3573144325, "1913013889": 2914474757, - "1915223374": 386385208, "1923654025": 946526461, "1926613346": 2856514843, - "1928414729": 2993554824, "1929900447": 2857770907, + "1942684173": 1292594730, + "1942997172": 3211624072, "1949976278": 2328531378, - "1950526212": 268260372, - "1951188483": 927140159, - "1951799900": 1292594730, - "1954205444": 1769847435, + "1955453921": 3063765221, "1960898552": 2237216282, - "1961344986": 1891996599, "1967005259": 1796949035, - "1972324440": 268260372, "1976108766": 2351038408, + "1985077981": 2850664015, "1992194968": 1482105402, + "2001654141": 4195186942, + "2001908703": 3867373351, "2001962619": 3991622471, "2002770452": 1852587798, "2005232513": 2757274117, "2020782603": 2938035991, - "2031280464": 4255586669, "2032448300": 2578771006, - "2032674368": 4066778670, - "2038568475": 4132072834, "2042885489": 1812185909, - "2050082003": 105164264, + "2050879410": 875848769, "2055524983": 2151744259, + "2057542406": 1233862528, "2059601679": 3275117874, "2060830238": 2680535688, - "2063528865": 4132072834, "2064212142": 3106439832, "2068320776": 1734844650, + "2069829085": 1139897377, "2077601806": 1260563064, "2077874558": 3104459624, "2080370847": 1601177201, - "2080982043": 364665267, "2086016266": 1026828708, "2086437031": 1465405235, - "2093582848": 1764868900, + "2091225008": 714372706, "2094168185": 2368311917, - "2131797627": 1141586039, - "2140114448": 1089162050, - "2143921997": 2914913838, "2147608557": 3574051505, - "2147748635": 1685051367, "2150208209": 671664021, "2155785663": 2255796155, "2157043947": 2290416, "2157486560": 3150852690, "2159167152": 4266736482, "2159906485": 2566006935, + "2161352153": 3947966653, "2161392874": 3259193988, "2165423482": 1767106452, - "2168097765": 2558925366, "2168238205": 1935198785, - "2168711706": 2345794502, - "2173718880": 1447836603, - "2177249988": 1354727549, + "2170616305": 3717431477, + "2181013239": 906840740, "2182452253": 4076604385, "2197274028": 2627533758, "2199102019": 90009855, - "2201881877": 1081724548, - "2204176450": 2888266564, "2204419101": 708549601, - "2206724148": 1720503118, - "2214118277": 2045811635, "2233602319": 1615052875, - "2233827370": 1150492185, "2243205274": 3084282676, + "2248212155": 1627691271, "2259181870": 372697604, + "2262455308": 2347145374, "2271192476": 164221422, "2271876370": 2931145020, - "2277537079": 3221722018, - "2279693020": 1401300690, + "2276310682": 2741247284, "2287231352": 2428181146, "2292621312": 1394979698, "2293707032": 230314682, "2295566817": 1967303408, + "2297326667": 2022294213, "2300357952": 4255171531, "2300822101": 1724366537, "2307892413": 2943943681, "2310429141": 852551895, "2310598311": 3250247987, + "2311186393": 2188974669, "2312764638": 860168648, + "2313468607": 1975125963, "2322164035": 2822465023, + "2326146050": 2126178511, "2340850909": 1619425569, "2341107225": 23061005, - "2341443046": 267089201, "2349708432": 4230993599, - "2355243080": 3125454907, + "2350052206": 3232203524, + "2354524404": 3110377595, "2358069650": 2999584444, "2361452337": 2240152949, - "2362791829": 3016891299, "2366624690": 121305948, - "2383346554": 2671639706, + "2387444228": 2348198214, "2389855961": 1911060537, + "2397217290": 2591257541, + "2397694652": 2932922810, "2397722856": 1066605642, "2398693243": 3849754183, "2410737925": 2399134521, "2417743858": 1740888860, - "2420434776": 2638190703, + "2421631102": 3962575203, "2421977839": 3568377122, "2427081642": 1177873348, - "2431852370": 364665267, "2432853034": 4144123204, - "2440205540": 2850664015, - "2451201289": 1107446438, + "2450060488": 298824490, "2453538631": 193869523, - "2460368678": 2549387168, + "2459241935": 1788603939, "2461218970": 3641592628, "2467867662": 3977387640, "2470306500": 3539357318, - "2471719196": 3013248110, "2472122753": 1200256005, "2475811040": 1028124540, + "2483503540": 817909300, "2485608945": 1769846965, - "2494677450": 2563668388, - "2497712996": 3031934630, - "2500652693": 3667553455, - "2505979445": 1141586039, + "2492527550": 684658728, "2510227202": 727872428, - "2514531154": 3710082365, + "2521243264": 2392432370, "2529663586": 3702689847, "2532975303": 641063251, + "2533637338": 3292795429, "2535975195": 3423777255, - "2543057241": 3347946548, "2551249699": 2181242591, + "2563760503": 3794274730, "2574258558": 3216110440, - "2594447304": 392008588, "2602975238": 3414625920, "2605320510": 735535272, - "2609067512": 3289270298, + "2607072210": 1922402428, + "2609207620": 3238797830, + "2615541747": 3364817839, "2628207034": 1127943297, - "2635789286": 364665267, "2646648024": 3381022970, "2647373794": 3787517196, "2648146174": 2247299560, - "2649635795": 2059255495, "2650869989": 2387737625, - "2657009468": 1081724548, - "2659396151": 4290220099, - "2659705495": 3600297123, + "2651894107": 230524071, "2660082239": 3862185275, "2660725645": 3763521327, - "2663334395": 3165143747, "2663848874": 4291183556, "2664742934": 3261819408, + "2664825549": 3451283089, "2664994076": 2899275886, "2669950408": 1654117930, "2671624238": 1687353095, "2677528310": 3934586864, "2691087957": 146223817, - "2697286539": 3890055324, "2701632970": 1637326795, + "2709776995": 3332125295, + "2721354951": 2557210451, "2724714408": 1953621386, + "2730327133": 1612781792, "2733913394": 2255073244, "2733974969": 597831725, + "2735530398": 1399243961, "2738914052": 3316517958, "2742898269": 806374817, - "2748914035": 4248997900, + "2748982312": 921467658, "2768502727": 4144779347, - "2768817072": 1875512595, "2769684630": 3958993808, "2769955568": 1046651176, "2772236585": 2447741853, "2780654660": 4057299718, - "2794451401": 1903444925, - "2798934285": 3499056977, - "2801808228": 786695846, + "2792769622": 1958630864, "2817346460": 2143618030, - "2818644002": 1151688091, "2825573027": 3627185503, - "2832558199": 2797536515, + "2841969397": 2715240478, + "2843072129": 3132885765, + "2849111819": 3273631255, "2851870940": 4057580974, + "2852100056": 548809020, "2853425267": 931507503, "2854025240": 3741471003, "2855987957": 1703598057, "2859670382": 3219256792, - "2860879950": 1968283192, + "2864139346": 4039572196, "2867485074": 3534173884, - "2870651229": 4067720865, "2875090959": 3844826443, "2876818003": 192896783, "2879305550": 2415768376, "2879998696": 1325838922, + "2881608704": 2152484073, "2889504953": 1413409069, + "2899862144": 1832839922, "2902329623": 4039932861, - "2903892217": 2779821308, "2905536492": 391384020, "2905700895": 2251614491, "2912463567": 3749277835, - "2914167766": 2421180981, "2921967794": 3504336176, "2924540416": 1725917554, - "2924842316": 2591241074, "2928349050": 605724052, - "2932989320": 2510526114, + "2930629196": 4150060382, "2945177393": 1210111349, "2947742646": 2408514352, "2950694244": 1431190694, "2950782681": 771104589, "2954319306": 409551876, "2957859219": 2478547407, - "2961413487": 713622571, - "2966525682": 1141586039, + "2962131771": 2584830733, "2967958507": 3570900471, "2970820409": 1474735277, "2974942014": 4269346472, + "2975831865": 2249996761, "2976734344": 3651039338, "2981276707": 2716373471, + "2986432616": 3686538757, "2986968300": 241462142, "2989732283": 3631862279, "2997491826": 2066074780, "2999252751": 3942036043, - "3000094897": 105306149, "3003155525": 2563444729, + "3010462832": 4156676002, "3015533776": 821154603, "3021987691": 754069623, "3034681814": 3091776080, - "3037709787": 3796795102, "3041739793": 371726421, "3041947774": 687386728, - "3049663285": 2653171212, - "3052848816": 1141586039, - "3054001670": 874623537, "3054751781": 3153956825, "3063795377": 1329892341, "3067591475": 2105414511, + "3069584563": 1886840007, + "3071313306": 2350330520, "3074765785": 178749005, - "3074795460": 523074950, - "3087879706": 844733364, - "3097144162": 192784503, + "3096586593": 412251536, "3099084679": 253196586, "3106353652": 2645763830, "3111111216": 1219761634, @@ -570,127 +554,130 @@ "3119153287": 2075703443, "3124166240": 2852052802, "3124275920": 3489657138, + "3133032636": 1948035256, "3134564286": 1996008488, "3144653778": 435216110, "3144750103": 2936230179, "3151924429": 2423243921, "3157594934": 2295273904, + "3167822408": 627188188, "3173816072": 3598520298, "3174721418": 3342536996, "3179227684": 1192890598, "3181759866": 175511444, + "3187046535": 3328811155, "3187910761": 2072548445, - "3188175770": 672957262, + "3188175770": 959037361, "3188702156": 2534676958, - "3192094397": 1322406401, + "3191238503": 1886840007, "3204561957": 1630000089, - "3205628718": 2059255495, - "3209455643": 2421180981, "3215932179": 863163983, "3224735856": 1108278178, "3233041552": 2050789284, "3237668309": 2094233929, - "3245195304": 1678205741, "3248496910": 2102025592, "3251175769": 2443507405, "3256047672": 2147175386, - "3256882241": 2883484461, "3259487516": 844443758, "3264683058": 3473290087, "3268063974": 2390471904, - "3270464419": 3056490591, + "3270117773": 1218113510, "3272445958": 2002452096, "3281352910": 1602717624, "3282450867": 2344353519, - "3286202443": 1788603939, "3287081371": 120441703, + "3292250861": 2935055281, "3293679620": 938218310, + "3308001144": 1056103557, "3310241668": 3747088838, "3310367410": 2845947996, "3310823353": 3070555693, - "3312268203": 3755696951, "3318677781": 1571959827, "3323319039": 4287857019, + "3325910055": 3465233192, + "3331628275": 2126178511, "3332521187": 1849149215, + "3335470232": 5159537, "3337944718": 2097219064, - "3343579633": 45643573, "3345357730": 1321354572, - "3347047991": 4153087276, - "3355064040": 1403800851, + "3361878651": 417100299, "3368700430": 436615288, "3373908478": 1909470440, "3382832422": 2355943840, "3384059383": 3761819011, - "3407894354": 555258620, + "3392240079": 2738060683, + "3396356011": 1801007332, + "3405211239": 50291571, "3408118944": 829330711, - "3408844809": 2508948099, - "3418026817": 1084190509, + "3414637070": 1606497639, + "3432217092": 3221722018, "3434863786": 4201843274, + "3437392668": 2741258862, "3437505629": 1637623713, "3437969024": 533855986, - "3450827339": 2953343703, - "3462865850": 716705876, + "3446623301": 4061292537, "3464883458": 2304861612, - "3468256118": 1292594730, + "3469351144": 3281673290, "3471438865": 3093309525, "3471717205": 2565829065, + "3475683133": 1856777089, "3477988437": 4165919945, + "3478212090": 867154247, + "3481070944": 933455006, + "3484903008": 3775606738, + "3486679768": 1060317946, "3487479939": 3974038291, "3487993338": 3403647252, "3492379526": 213264394, "3498657110": 2195467472, - "3505876366": 92459755, + "3503452845": 3232203524, "3506304844": 48110686, - "3508047298": 4005780578, "3510230835": 1009385327, + "3511603088": 62937067, + "3512094753": 1968410628, "3512588219": 1811579911, "3513036502": 1602419024, "3518379440": 691578978, - "3529062849": 2314610827, "3533534867": 2671565007, + "3538579376": 91690594, + "3543313962": 2888266564, + "3551610760": 412251536, "3553325799": 2717305289, - "3566034433": 1948035256, + "3553875570": 2135836316, + "3557991772": 2472090414, + "3562567620": 1674833286, "3566338354": 3487011804, "3572799518": 4086100104, "3573404221": 609852545, "3577148367": 3638406027, "3580701310": 136355432, + "3598649636": 1955548646, + "3599042365": 2198166292, "3599713355": 3597838551, - "3600443958": 1975125963, "3600661228": 3251195262, - "3601846646": 1821529912, "3607545635": 1148781279, - "3616025795": 1141586039, "3617033640": 2096711562, "3617994312": 2612856746, - "3622746193": 3332065301, + "3629641744": 3106222402, "3639816879": 606902507, "3640152843": 357179927, - "3646959311": 2817683783, "3650390908": 1938324686, "3651818922": 212971972, + "3656122215": 304385651, "3663176799": 2321064411, "3664957074": 2218948028, "3671588056": 1960663290, - "3674854618": 260708852, + "3673645044": 3685470415, "3685096533": 1341951177, - "3685260456": 3016891299, - "3691118312": 2883484461, - "3693383977": 1292594730, - "3695917044": 2400549110, - "3704457044": 433905699, - "3705631300": 2421180981, "3705995974": 3797729472, "3711090475": 2286507447, - "3712311752": 996109059, "3716635620": 1069002790, "3717480197": 1741360441, - "3720546628": 496556698, "3729506850": 1000646860, "3731724843": 932578999, "3732407823": 1096253259, "3732924936": 1884301546, - "3737763286": 431605328, + "3735202010": 1492522228, "3737953875": 575830664, "3739489832": 2808156426, "3739947031": 3694642467, @@ -698,98 +685,97 @@ "3743691434": 3624199242, "3749148603": 77816839, "3753382047": 1148460187, - "3755073806": 3607600504, - "3755727818": 2007908580, "3755738975": 486861531, - "3757833253": 493786073, - "3764139999": 1159113819, + "3760168333": 4207120603, "3765731481": 539816333, - "3766986190": 676270382, "3769720823": 2013313923, "3771606505": 1283202269, "3784881871": 1080431755, - "3790049879": 1292594730, - "3795510306": 2314610827, "3796222038": 3909729744, "3802805445": 1256804729, - "3808669897": 2189073092, "3809684989": 2381337281, - "3810124151": 4287947559, + "3812440761": 2820165421, "3814033537": 475652357, "3815376960": 2949791538, - "3816461432": 2314610827, + "3817486366": 2673925403, "3825975800": 3838077978, "3826782839": 3719480067, "3827697821": 1011882337, - "3842494953": 1218113510, "3843308263": 2448907086, - "3844914323": 1332123064, "3847138256": 2389585538, "3848039961": 1805830669, "3850234099": 3517179757, + "3850560528": 4195186942, "3852825844": 390139894, + "3853063966": 2821677368, + "3853268371": 2738601016, "3853528362": 1854753405, "3855438068": 1467044898, + "3863574309": 2313726158, + "3868525094": 3796795102, "3870549112": 3252994970, "3876012135": 1659679091, - "3876713531": 268260373, "3881082126": 1914589560, "3882493260": 1591207518, "3883022513": 1779796469, "3884696647": 736382419, - "3889096007": 1447836603, "3891912205": 868732497, "3895829948": 1578461326, "3896249436": 3356526253, + "3897755293": 2510526114, "3898129411": 1182214975, - "3912211141": 1345569657, + "3903913748": 2328923181, "3923407559": 1045743955, "3924951683": 1737518783, + "3938564020": 1058098236, "3939284543": 2540765499, "3953384297": 1163283805, - "3954997586": 1139727256, - "3959964186": 1501688142, "3970937914": 1854337492, "3975089937": 4156253727, "3982212757": 2602559881, "3991827892": 1443166262, + "3992290300": 133666382, "3995616558": 1141547457, - "3998732446": 2314610827, "4005993978": 1466284308, "4010675843": 2342054803, + "4013055243": 2450049485, "4018050479": 411397829, "4021652784": 459833058, "4021927132": 3722981806, "4025410673": 3875549237, + "4026164176": 105164264, "4027344350": 4021402824, + "4028703784": 3125454907, "4028726911": 2759590322, - "4044369129": 2922749929, + "4033278404": 2198166292, "4044402424": 4136768282, + "4047291712": 378498222, "4050536705": 2437632645, - "4069779892": 840487990, + "4073332573": 3001229473, + "4078494680": 2821430069, "4079614900": 2810038838, "4084143604": 4139274998, + "4087887899": 4005780578, + "4092360875": 2350330520, "4096757830": 2629204288, "4099345916": 370930766, "4100036523": 1586892599, - "4114840475": 3019024381, + "4110557383": 4255586669, "4119202577": 852430165, "4121969391": 3258665412, "4122177783": 896224899, - "4124267393": 3236112986, - "4127253158": 2598029856, + "4130251279": 12440395, "4141497761": 1269679141, + "4147463420": 1910323534, "4153158613": 1190497097, - "4155749261": 2059255495, "4155947523": 1884579135, "4166850854": 1702288800, + "4168704367": 1711056134, "4178321775": 1262430251, + "4195360985": 3691455821, "4198182657": 154944645, - "4200461358": 2558925366, "4206471995": 3539357319, - "4220500449": 2563668388, "4221695391": 3832743906, - "4222144209": 378498222, "4222584181": 3570243433, "4224297358": 1495869176, "4225442983": 1854753404, @@ -798,9 +784,6 @@ "4237588213": 1880357865, "4241589952": 725297842, "4245694331": 2321258055, - "4246378958": 2045811635, - "4250696585": 3710082365, - "4278213682": 2026755633, - "4287959325": 1259299553, - "4291888785": 3019024381 + "4271865130": 810612804, + "4287959325": 1259299553 } diff --git a/output/generated-enums.ts b/output/generated-enums.ts index c980ff3d..173099b9 100644 --- a/output/generated-enums.ts +++ b/output/generated-enums.ts @@ -41,6 +41,7 @@ export const enum PlugCategoryHashes { EnhancementsArms = 640682011, EnhancementsArtifact = 284811516, EnhancementsArtifice = 3773173029, + EnhancementsArtificeExotic = 1934732343, EnhancementsChest = 383756333, EnhancementsClass = 1955304674, EnhancementsExoticAeonCult = 913734466, @@ -119,6 +120,14 @@ export const enum PlugCategoryHashes { HunterArcMelee = 2434874031, HunterArcMovement = 2101241798, HunterArcSupers = 4145425829, + HunterPrismAspects = 1164816619, + HunterPrismClassAbilities = 3324969927, + HunterPrismGrenades = 2789335173, + HunterPrismMelee = 511532732, + HunterPrismMovement = 1681184239, + HunterPrismPrismGrenade = 418351300, + HunterPrismSupers = 180411040, + HunterPrismTranscendence = 2415732645, HunterSharedAspects = 3032847657, HunterSolarAspects = 3052104375, HunterSolarClassAbilities = 3538316507, @@ -152,11 +161,15 @@ export const enum PlugCategoryHashes { PlugsMasterworksArmorDefault = 2457930460, PlugsMasterworksWeaponsDefault = 782502718, RandomPerk = 1135709122, + SchismBoonsDestinationModsEfficiency = 3424523197, + SchismBoonsDestinationModsInfo = 3096991326, + SchismBoonsDestinationModsPlaystyle = 484496731, Scopes = 2619833294, Shader = 2973005342, SharedArcFragments = 2430016289, SharedArcGrenades = 404070091, SharedFragments = 1920373979, + SharedPrismFragments = 2696330562, SharedSolarFragments = 3119191718, SharedSolarGrenades = 3369359206, SharedStasisGrenades = 900498880, @@ -175,6 +188,14 @@ export const enum PlugCategoryHashes { TitanArcMelee = 1458470025, TitanArcMovement = 2415307576, TitanArcSupers = 1861253111, + TitanPrismAspects = 912150793, + TitanPrismClassAbilities = 3820930681, + TitanPrismGrenades = 3205146347, + TitanPrismMelee = 1422809918, + TitanPrismMovement = 3777887553, + TitanPrismPrismGrenade = 2370651390, + TitanPrismSupers = 902963970, + TitanPrismTranscendence = 742077731, TitanSharedAspects = 4032445539, TitanSolarAspects = 1970675705, TitanSolarClassAbilities = 1197336009, @@ -771,6 +792,7 @@ export const enum PlugCategoryHashes { V710NewTraceRifle0Skins = 2775050468, V710PursuitScoutRifle0Skins = 657820579, V720NewFusionRifle0Masterwork = 1306261452, + V720NewFusionRifle0Skins = 129564502, V720NewGrenadeLauncher0Masterwork = 3535138282, V720NewGrenadeLauncher0Skins = 1250777624, V720PursuitHandcannon0Skins = 3351746883, @@ -778,15 +800,43 @@ export const enum PlugCategoryHashes { V720RepackageAutoRifle0Skins = 3113397682, V730NewBow0Skins = 3480541086, V730NewSidearm0Masterwork = 4103783549, + V730NewSidearm0Skins = 3206497209, V730PursuitSword0Skins = 4166989435, V730RepackageRocketLauncher0Masterwork = 3867121356, V730RepackageRocketLauncher0Skins = 3831742870, - VehiclesModSpeed = 821963863, + V800HunterNewChest0Skins = 171540076, + V800HunterNewClass0Skins = 1319487721, + V800HunterNewLegs0Skins = 2260466760, + V800NewSniperRifle0Masterwork = 1615215818, + V800NewSniperRifle0Skins = 889298944, + V800NewSword0Masterwork = 1231552077, + V800NewSword0Skins = 1819523641, + V800NewTraceRifle0Masterwork = 2837543682, + V800NewTraceRifle0Skins = 2673070336, + V800PursuitSubmachinegun0Skins = 4042778950, + V800RepackageAutoRifle0Masterwork = 1144321079, + V800RepackageAutoRifle0Skins = 1166372799, + V800RepackagePulseRifle0Masterwork = 606228473, + V800RepackagePulseRifle0Skins = 794172773, + V800TitanNewArms0Skins = 4013059526, + V800TitanNewChest0Skins = 2397546760, + V800TitanNewClass0Skins = 3720175165, + V800WarlockNewChest0Skins = 4082523555, + V800WarlockNewClass0Skins = 1166112530, + V800WarlockNewHead0Skins = 755248998, WarlockArcAspects = 2111409167, WarlockArcClassAbilities = 1308084083, WarlockArcMelee = 1387605624, WarlockArcMovement = 1943502171, WarlockArcSupers = 2285394316, + WarlockPrismAspects = 769886388, + WarlockPrismClassAbilities = 3339135424, + WarlockPrismGrenades = 3287837048, + WarlockPrismMelee = 204703343, + WarlockPrismMovement = 2883193222, + WarlockPrismPrismGrenade = 1341484747, + WarlockPrismSupers = 1684765285, + WarlockPrismTranscendence = 1121283194, WarlockSharedAspects = 3908861120, WarlockSolarAspects = 81856188, WarlockSolarClassAbilities = 1662395848, @@ -1006,16 +1056,19 @@ export const enum SocketCategoryHashes { ArmorPerks_LargePerk = 3154740035, ArmorPerks_Reusable = 2518356196, ArmorTier = 760375309, + Aspects_Abilities = 2047681910, Aspects_Abilities_Ikora = 2140934067, Aspects_Abilities_Neomuna = 764703411, Aspects_Abilities_Stranger = 3400923910, ClanPerks_Unlockable_ClanBanner = 3898156960, ClanPerks_Unlockable_UNUSED = 1683579090, ClanStaves = 3954618873, + DestinationMods = 2787222118, EmblemBonuses = 513547461, EmblemCustomization = 279738248, Emotes = 1093090108, ForgeMaterials = 3970188346, + Fragments_Abilities = 271461480, Fragments_Abilities_Ikora = 1313488945, Fragments_Abilities_Neomuna = 193371309, Fragments_Abilities_Stranger = 2819965312, @@ -1025,6 +1078,7 @@ export const enum SocketCategoryHashes { GhostShellMods = 3379164649, GhostShellPerks = 3301318876, GhostTier = 446880883, + Information = 2217462106, Ingredients = 663582928, IntrinsicTraits = 3956125808, NightfallModifiers = 2622243744, @@ -1034,6 +1088,7 @@ export const enum SocketCategoryHashes { RuneBonus = 879083882, RuneCompatibility = 2316895247, Super = 457473665, + Transcendence = 1905270138, VehicleMods_Consumable_Ship = 4265082475, VehicleMods_Consumable_Vehicle = 4243480345, VehiclePerks = 2278110604, @@ -1072,6 +1127,7 @@ export const enum BucketHashes { PowerWeapons = 953998645, Quests = 1345459588, SeasonalArtifact = 1506418338, + SeasonalEquipment = 4178487412, Shaders = 18606351, Ships = 284967655, Silver = 2689798310, @@ -1114,6 +1170,8 @@ export const enum TraitHashes { Blind = 500183315, Career = 4263853822, Cure = 3263723277, + DarknessBuffs = 1891050213, + DarknessDebuffs = 1514833946, Devour = 3078132110, Exotics = 370766376, FactionCrucible = 2951764300, @@ -1131,6 +1189,7 @@ export const enum TraitHashes { FoundryTexMechanica = 1821231131, FoundryVeist = 963390771, Freeze = 2968599152, + FrostArmor = 106947924, Ignition = 3268862716, InventoryFilteringBounty = 201433599, InventoryFilteringQuest = 1861210184, @@ -1163,16 +1222,17 @@ export const enum TraitHashes { ItemQuestAnnualV500 = 2774395792, ItemQuestAnnualV600 = 929402123, ItemQuestAnnualV700 = 2976021378, + ItemQuestAnnualV800 = 3011401061, ItemQuestCampaign = 2973844452, ItemQuestEvent = 1056186694, ItemQuestOnramp = 170945933, - ItemQuestSeasonalSeason22 = 3904180895, - ItemQuestSeasonalSeason23 = 3904180894, + ItemQuestSeasonalSeason24 = 3904180889, ItemShader = 2652561225, ItemShip = 3607584152, ItemSpawnfx = 856705125, ItemSubclassDark = 3224025418, ItemSubclassLight = 482679394, + ItemSubclassPrism = 3820193993, ItemVehicle = 3977049418, ItemWeapon = 567594262, ItemWeaponAutoRifle = 2729780558, @@ -1193,7 +1253,8 @@ export const enum TraitHashes { ItemWeaponSword = 1531673855, ItemWeaponTraceRifle = 446244952, Jolted = 3221118171, - Lightfall = 2878306895, + LightBuffs = 2713325501, + LightDebuffs = 3023190802, MambaRoleCollector = 3791840693, MambaRoleDefender = 2712954769, MambaRoleInvader = 3090596947, @@ -1215,8 +1276,10 @@ export const enum TraitHashes { Suppression = 2578642829, Suspend = 2679722414, Tangle = 1577394840, + TheFinalShape = 2878306895, ThePast = 2387836362, Threadling = 2724747993, + Transcendence = 345967499, Unravel = 945613349, VoidBreach = 3328352616, Volatile = 4105407564, diff --git a/output/lightcap-to-season.json b/output/lightcap-to-season.json index 1cf23f60..ee677663 100644 --- a/output/lightcap-to-season.json +++ b/output/lightcap-to-season.json @@ -18,5 +18,6 @@ "1570": 17, "1580": 18, "1590": 19, - "1810": 23 + "1810": 23, + "2000": 24 } diff --git a/output/missing-source-info.ts b/output/missing-source-info.ts index 427a5c0c..c2f01cda 100644 --- a/output/missing-source-info.ts +++ b/output/missing-source-info.ts @@ -178,6 +178,7 @@ const missingSources: { [key: string]: number[] } = { 1139671158, // Melee Kickstart 1153260021, // Impact Induction 1169595348, // Mythos Hack 4.1 + 1176372075, // Stasis Resistance 1208761894, // Empowered Finish 1210012576, // Void Siphon 1255614814, // Font of Focus @@ -328,6 +329,7 @@ const missingSources: { [key: string]: number[] } = { 2983961673, // Primal Siege Type 1 2985655620, // Refugee Vest 2994740249, // RPC Valiant + 2996369932, // Elemental Charge 3007889693, // RPC Valiant 3013778406, // Strand Targeting 3035240099, // Shadow Specter @@ -632,13 +634,9 @@ const missingSources: { [key: string]: number[] } = { 4211218181, // Ankaa Seeker IV 4264096388, // Wing Theorem ], - deepstonecrypt: [ - 1284643310, // Eyes of Tomorrow - ], deluxe: [ 1952218242, // Sequence Flourish 2683682447, // Traitor's Fate - 3320175784, // Adventurous Spirit ], do: [ 66235782, // Anti-Extinction Grasps @@ -662,6 +660,7 @@ const missingSources: { [key: string]: number[] } = { 185695659, // Reverie Dawn Hood 188778964, // Reverie Dawn Boots 344548395, // Reverie Dawn Strides + 871900124, // Retold Tale 934704429, // Reverie Dawn Plate 998096007, // Reverie Dawn Hood 1452333832, // Reverie Dawn Boots @@ -751,9 +750,6 @@ const missingSources: { [key: string]: number[] } = { 4188366993, // Ancient Apocalypse Robes 4255727106, // Ancient Apocalypse Hood ], - dsc: [ - 1284643310, // Eyes of Tomorrow - ], duality: [ 145651147, // Deep Explorer Vest 420895300, // Deep Explorer Mark @@ -844,6 +840,7 @@ const missingSources: { [key: string]: number[] } = { 4047213660, // Deep Explorer Mask 4050474396, // Descending Echo Mark 4090037601, // Dark Age Helm + 4097972038, // A Sudden Death 4130276947, // Helm of the Taken King 4177293424, // TM-Cogburn Custom Cover 4288623897, // TM-Earp Custom Vest @@ -924,6 +921,7 @@ const missingSources: { [key: string]: number[] } = { 540653483, // Solstice Vest (Scorched) 574167778, // Solstice Gauntlets (Drained) 574790717, // Solstice Gloves (Drained) + 586671776, // Something New 627596132, // Solstice Hood (Drained) 677939288, // Solstice Helm (Scorched) 721146704, // Solstice Mask (Rekindled) @@ -1019,8 +1017,10 @@ const missingSources: { [key: string]: number[] } = { 3987442049, // Solstice Mark (Majestic) 4075522049, // Inaugural Revelry Bond 4100029812, // Solstice Strides (Renewed) + 4106757302, // Crowning Duologue 4128297107, // Solstice Mark (Renewed) 4142792564, // Solstice Helm (Rekindled) + 4169225313, // Compass Rose 4245469491, // Solstice Plate (Rekindled) 4272367383, // Solstice Strides (Scorched) ], @@ -1472,6 +1472,7 @@ const missingSources: { [key: string]: number[] } = { 808693674, // Iron Symmachy Mark 831464034, // Iron Truage Vest 863444264, // Iron Will Gloves + 888872889, // Point of the Stag 892360677, // Iron Fellowship Helm 935677805, // Iron Truage Casque 957732971, // Iron Symmachy Grips @@ -1485,6 +1486,7 @@ const missingSources: { [key: string]: number[] } = { 1098138990, // Iron Will Mask 1105558158, // Iron Truage Helm 1127757814, // Iron Symmachy Helm + 1161561386, // The Guiding Sight 1164755828, // Iron Fellowship Bond 1166260237, // Iron Truage Vestments 1173846338, // Iron Fellowship Bond @@ -1521,6 +1523,7 @@ const missingSources: { [key: string]: number[] } = { 1673037492, // Iron Fellowship Gauntlets 1675022998, // Iron Remembrance Helm 1717896437, // Iron Truage Legs + 1764868900, // Riiswalker 1804445917, // Iron Truage Helm 1822989604, // Iron Symmachy Gloves 1854612346, // Iron Truage Hood @@ -1539,6 +1542,7 @@ const missingSources: { [key: string]: number[] } = { 2055774222, // Iron Fellowship Hood 2058205265, // Iron Truage Gloves 2083136519, // Iron Fellowship Cloak + 2189073092, // Lethal Abundance 2205315921, // Iron Will Hood 2234855160, // Iron Symmachy Cloak 2241419267, // Timur's Iron Bond @@ -1657,12 +1661,6 @@ const missingSources: { [key: string]: number[] } = { 3757612024, // Luna's Howl 3851176026, // Elsie's Rifle ], - kf: [ - 3414225760, // Touch of Malice - ], - kingsfall: [ - 3414225760, // Touch of Malice - ], lastwish: [ 4968701, // Greaves of the Great Hunt 16387641, // Mark of the Great Hunt @@ -1688,7 +1686,6 @@ const missingSources: { [key: string]: number[] } = { 1432728945, // Hood of the Great Hunt 1444894250, // Strides of the Great Hunt 1477271933, // Bond of the Great Hunt - 1555775155, // One Thousand Voices 1646520469, // Cloak of the Great Hunt 1656835365, // Plate of the Great Hunt 1851777734, // Apex Predator @@ -2056,7 +2053,6 @@ const missingSources: { [key: string]: number[] } = { limited: [ 1952218242, // Sequence Flourish 2683682447, // Traitor's Fate - 3320175784, // Adventurous Spirit ], lw: [ 4968701, // Greaves of the Great Hunt @@ -2083,7 +2079,6 @@ const missingSources: { [key: string]: number[] } = { 1432728945, // Hood of the Great Hunt 1444894250, // Strides of the Great Hunt 1477271933, // Bond of the Great Hunt - 1555775155, // One Thousand Voices 1646520469, // Cloak of the Great Hunt 1656835365, // Plate of the Great Hunt 1851777734, // Apex Predator @@ -2202,23 +2197,30 @@ const missingSources: { [key: string]: number[] } = { nightfall: [ 40394833, // The Militia's Birthright 47772649, // THE SWARM + 192784503, // Pre Astyanax IV 205225492, // Hung Jury SR4 + 267089201, // Warden's Law (Adept) + 496556698, // Pre Astyanax IV (Adept) 555148853, // Wendigo GL3 (Adept) + 672957262, // Undercurrent (Adept) 681067419, // Hung Jury SR4 (Adept) 772231794, // Hung Jury SR4 852228780, // Uzume RR4 (Adept) 912150785, // Mindbender's Ambition (Adept) 1094005544, // Mindbender's Ambition + 1151688091, // Undercurrent + 1821529912, // Warden's Law + 1891996599, // Uzume RR4 (Adept) 2065081837, // Uzume RR4 + 2147010335, // Shadow Price (Adept) 2378101424, // The Militia's Birthright (Adept) + 2450917538, // Uzume RR4 + 2633186522, // Shadow Price 3183283212, // Wendigo GL3 3836861464, // THE SWARM (Adept) 4074251943, // Hung Jury SR4 (Adept) 4281371574, // Hung Jury SR4 ], - nightmare: [ - 1429534243, // Conditional Finality - ], nm: [ 25798127, // Sovereign Grips 106359434, // Coronation Mark @@ -2241,6 +2243,9 @@ const missingSources: { [key: string]: number[] } = { 2378101424, // The Militia's Birthright (Adept) 2871264750, // Skeleton Key ], + prophecy: [ + 4097972038, // A Sudden Death + ], psiops: [ 3358687360, // Synaptic Spear ], @@ -2323,7 +2328,6 @@ const missingSources: { [key: string]: number[] } = { 1242139836, // Plate of Nohr 1256688732, // Mask of Feltroc 1258342944, // Mask of the Great Hunt - 1284643310, // Eyes of Tomorrow 1296628624, // Insigne Shade Robes 1314563129, // Cloak of the Great Hunt 1339632007, // Turris Shade Helm @@ -2331,14 +2335,12 @@ const missingSources: { [key: string]: number[] } = { 1390282760, // Chassis of Rull 1390282761, // Cuirass of the Emperor's Champion 1413589586, // Mask of Rull - 1429534243, // Conditional Finality 1432728945, // Hood of the Great Hunt 1434870610, // Shadow's Helm 1444894250, // Strides of the Great Hunt 1457195686, // Shadow's Gloves 1477271933, // Bond of the Great Hunt 1481751647, // Shadow's Mind - 1555775155, // One Thousand Voices 1624906371, // Gunsmith's Devotion Crown 1646520469, // Cloak of the Great Hunt 1653741426, // Grips of Exaltation @@ -2433,7 +2435,6 @@ const missingSources: { [key: string]: number[] } = { 3364682867, // Gauntlets of Nohr 3388655311, // Tyranny of Heaven 3395856235, // Insigne Shade Boots - 3414225760, // Touch of Malice 3416932282, // Turris Shade Mark 3440648382, // Equitis Shade Cowl 3445296383, // Robes of the Great Hunt @@ -2457,7 +2458,6 @@ const missingSources: { [key: string]: number[] } = { 3720446265, // Equitis Shade Cloak 3759659288, // Shadow's Plate 3763332443, // Shadow's Bond - 3770478548, // Collective Obligation 3824429433, // Boots of Ascendancy 3831484112, // Mark of Nohr 3838639757, // Mask of the Great Hunt @@ -2491,15 +2491,6 @@ const missingSources: { [key: string]: number[] } = { 1631448645, // Seraph Cipher 4074251943, // Hung Jury SR4 (Adept) ], - ron: [ - 1429534243, // Conditional Finality - ], - root: [ - 1429534243, // Conditional Finality - ], - rootofnightmares: [ - 1429534243, // Conditional Finality - ], saint14: [ 3360014173, // The Lantern of Osiris ], @@ -2538,13 +2529,10 @@ const missingSources: { [key: string]: number[] } = { 4238134294, // Gunsmith's Devotion Robes ], seasonpass: [ - 214247063, // Deep Dive Key 1387688628, // The Gate Lord's Eye 1631448645, // Seraph Cipher - 2769671712, // Salvage Key 2785855278, // NPA Repulsion Regulator 2871264750, // Skeleton Key - 3353281999, // Bait 3358687360, // Synaptic Spear 3644991365, // Ascendant Scepter 3864896927, // Nightmare Harvester @@ -2678,10 +2666,7 @@ const missingSources: { [key: string]: number[] } = { 4264096388, // Wing Theorem ], sonar: [ - 214247063, // Deep Dive Key - 2769671712, // Salvage Key 2785855278, // NPA Repulsion Regulator - 3353281999, // Bait ], sos: [ 223783885, // Insigne Shade Bond @@ -2948,12 +2933,15 @@ const missingSources: { [key: string]: number[] } = { 945907383, // Floating Grips 1164471069, // Helm of the Exile 1193489623, // Cloak of the Exile + 1401300690, // Eye of Sol 1526650446, // Trials Engram 1574601402, // Whistler's Whim 1697682876, // Astral Horizon 1929400866, // Annihilating Helm + 2059255495, // Eye of Sol (Adept) 2158289681, // Floating Boots 2185327324, // The Inquisitor + 2421180981, // Incisor (Adept) 2579999316, // Plate of the Exile 2759251821, // Unwavering Duty (Adept) 2764588986, // Grips of the Exile @@ -2965,22 +2953,22 @@ const missingSources: { [key: string]: number[] } = { 3365406121, // Mark of the Exile 3426704397, // Annihilating Greaves 3624844116, // Unwavering Duty + 3682803680, // Shayura's Wrath 3920882229, // Exalted Truth (Adept) 3921970316, // Gauntlets of the Exile + 4023807721, // Shayura's Wrath (Adept) 4100217958, // Focusing Boots 4177448932, // Focusing Wraps + 4248997900, // Incisor ], votd: [ 2480074702, // Forbearance - 3770478548, // Collective Obligation ], vow: [ 2480074702, // Forbearance - 3770478548, // Collective Obligation ], vowofthedisciple: [ 2480074702, // Forbearance - 3770478548, // Collective Obligation ], warlordsruin: [ 557092665, // Dark Age Cloak diff --git a/output/objective-richTexts.ts b/output/objective-richTexts.ts index 6f445c62..d1ec89fe 100644 --- a/output/objective-richTexts.ts +++ b/output/objective-richTexts.ts @@ -1,37 +1,38 @@ const richTextManifestSourceData = { '[Aim Down Sights]': ['SandboxPerk', 104297121], '[Air Dodge]': ['SandboxPerk', 1000136554], + '[Air Move]': ['SandboxPerk', 3605775441], '[Alternate Weapon Action]': ['SandboxPerk', 250262009], - '[Arc]': ['Objective', 85535852], - '[Auto Rifle]': ['Objective', 60057218], + '[Arc]': ['Objective', 76026731], + '[Auto Rifle]': ['Objective', 515179617], '[Block]': ['SandboxPerk', 2236497009], '[Boost]': ['SandboxPerk', 3104860955], - '[Bow]': ['Objective', 791594362], + '[Bow]': ['Objective', 173702907], '[Brake]': ['SandboxPerk', 4189070124], '[Disruption]': ['SandboxPerk', 669536781], - '[Fusion Rifle]': ['Objective', 579143207], + '[Fusion Rifle]': ['Objective', 59256363], '[Glaive]': ['Objective', 1089624989], '[Grenade Launcher]': ['Objective', 43313268], '[Grenade]': ['Objective', 45245118], - '[Hand Cannon]': ['Objective', 419473522], + '[Hand Cannon]': ['Objective', 241081947], '[Headshot]': ['Objective', 116015535], - '[Heavy Attack]': ['SandboxPerk', 971817906], + '[Heavy Attack]': ['SandboxPerk', 390604159], '[Insert Medal Here]': ['Objective', 2254471463], '[Light Attack]': ['SandboxPerk', 355406666], '[Linear Fusion Rifle]': ['Objective', 1878887814], - '[Machine Gun]': ['Objective', 1588957719], + '[Machine Gun]': ['Objective', 675135106], '[Melee]': ['Objective', 44811435], '[Pulse Rifle]': ['Objective', 189060104], '[Quest]': ['Objective', 119206183], '[Rocket Launcher]': ['Objective', 13215836], - '[SMG]': ['Objective', 102976778], - '[Scout Rifle]': ['Objective', 75057024], + '[SMG]': ['Objective', 55461852], + '[Scout Rifle]': ['Objective', 55710818], '[Shield-Piercing]': ['SandboxPerk', 591985846], '[Shoot]': ['SandboxPerk', 2805448568], - '[Shotgun]': ['Objective', 212380697], + '[Shotgun]': ['Objective', 139526739], '[Sidearm]': ['Objective', 141911950], '[Sniper Rifle]': ['Objective', 90309638], - '[Solar]': ['Objective', 85535853], + '[Solar]': ['Objective', 76012872], '[Special Grenade Launcher]': ['Objective', 1217177904], '[Sprint]': ['SandboxPerk', 1330059513], '[Stagger]': ['SandboxPerk', 72139184], @@ -39,13 +40,14 @@ const richTextManifestSourceData = { '[Stasis: Glyph 1 Locked]': ['Objective', 1851419582], '[Stasis: Glyph 2 Locked]': ['Objective', 1857129539], '[Stasis: Glyph 3 Locked]': ['Objective', 1481711502], - '[Stasis]': ['Objective', 85761957], + '[Stasis]': ['Objective', 20533663], '[Strand]': ['SandboxPerk', 381243875], '[Super]': ['SandboxPerk', 1330059512], - '[Sword]': ['Objective', 298568270], + '[Sword]': ['Objective', 259564494], '[Trace Rifle]': ['Objective', 1047174894], '[Void]': ['Objective', 33657378], - '': ['Objective', 4231452845], + '[afflicted|burdened|cursed]': ['SandboxPerk', 2208422697], + '': ['Objective', 2796987880], '': ['Objective', 1080160166], } as const; diff --git a/output/pursuits.json b/output/pursuits.json index 6bfa9763..e237f94c 100644 --- a/output/pursuits.json +++ b/output/pursuits.json @@ -1,8 +1,4 @@ { - "4708118": { - "ActivityMode": [2394616003], - "DamageType": [2303181850] - }, "5190448": { "ItemCategory": [11] }, @@ -30,19 +26,12 @@ "8928990": { "Destination": [697502628] }, - "13409814": { - "ActivityMode": [1164760504], - "ItemCategory": [5] + "9008658": { + "ItemCategory": [153950757, -153950757, 13] }, "16009420": { "Destination": [2481646875] }, - "19838772": { - "Destination": [697502628] - }, - "24916020": { - "Destination": [697502628] - }, "28251664": { "Destination": [3990611421], "KillType": [1] @@ -78,10 +67,6 @@ "Destination": [3990611421], "DamageType": [3373582085] }, - "30972315": { - "ActivityMode": [2394616003], - "DamageType": [1847026933] - }, "31218063": { "ItemCategory": [6] }, @@ -91,26 +76,22 @@ "35303605": { "Destination": [1729879943] }, + "41042800": { + "Destination": [3607432451] + }, + "41042801": { + "Destination": [3607432451] + }, "42252934": { "ActivityMode": [1673724806] }, "45262603": { "ActivityMode": [1673724806] }, - "47910874": { - "ActivityMode": [1164760504, 1264443021], - "KillType": [2] - }, - "53393946": { - "Destination": [697502628] - }, "58287472": { "ActivityMode": [1673724806], "KillType": [4] }, - "70171533": { - "Destination": [697502628] - }, "74310575": { "ActivityMode": [1848252830, 3789021730, 1164760504] }, @@ -129,6 +110,10 @@ "99218696": { "Destination": [677774031] }, + "105763234": { + "Destination": [3607432451], + "ItemCategory": [54, 3871742104] + }, "109741767": { "Destination": [697502628] }, @@ -138,30 +123,15 @@ "116822325": { "ItemCategory": [9, 1504945536] }, - "125824834": { - "ActivityMode": [1164760504], - "DamageType": [2303181850] - }, - "127300168": { - "ActivityMode": [1164760504] - }, "128980839": { "Destination": [1416096592] }, "130487539": { "ItemCategory": [153950757] }, - "146278979": { - "ActivityMode": [1848252830], - "DamageType": [2303181850] - }, "147797594": { "Destination": [697502628] }, - "167220051": { - "ActivityMode": [2394616003], - "DamageType": [151347233] - }, "169598011": { "ActivityMode": [1848252830, 3789021730, 1164760504] }, @@ -186,10 +156,6 @@ "170247375": { "ActivityMode": [3789021730] }, - "171761468": { - "ActivityMode": [1164760504], - "KillType": [1] - }, "179306417": { "ItemCategory": [13] }, @@ -198,6 +164,9 @@ "ItemCategory": [11], "KillType": [4] }, + "186303403": { + "Destination": [1729879943] + }, "193645204": { "ActivityMode": [1848252830], "DamageType": [1847026933, 3454344768], @@ -245,12 +214,6 @@ "ActivityMode": [1673724806], "DamageType": [1847026933] }, - "213341263": { - "ActivityMode": [1164760504, 4033000329] - }, - "217293440": { - "Destination": [1416096592] - }, "221921328": { "Destination": [1729879943], "KillType": [4] @@ -261,9 +224,6 @@ "221921331": { "Destination": [1729879943] }, - "223998038": { - "Destination": [677774031] - }, "225464052": { "ActivityMode": [1673724806], "DamageType": [2303181850] @@ -305,15 +265,15 @@ "242691748": { "Destination": [677774031] }, + "242870271": { + "DamageType": [1847026933] + }, "248734241": { "ActivityMode": [608898761] }, "248734242": { "ActivityMode": [3789021730] }, - "265759608": { - "Destination": [2244580325] - }, "267578800": { "Destination": [1729879943] }, @@ -381,10 +341,6 @@ "ActivityMode": [1673724806], "ItemCategory": [11] }, - "304697572": { - "ActivityMode": [2394616003], - "ItemCategory": [11] - }, "310094086": { "ItemCategory": [7] }, @@ -404,19 +360,12 @@ "328725000": { "Destination": [1416096592] }, - "333855790": { - "Destination": [697502628] - }, "339159260": { "ActivityMode": [2394616003] }, "341098154": { "ItemCategory": [2489664120] }, - "346100626": { - "ActivityMode": [1164760504], - "DamageType": [3949783978] - }, "346263927": { "ActivityMode": [608898761] }, @@ -434,93 +383,9 @@ "DamageType": [2303181850], "KillType": [4] }, - "365221598": { - "ActivityMode": [2394616003], - "ItemCategory": [3317538576] - }, - "366572385": { - "Destination": [3607432451] - }, - "375492357": { - "Destination": [1416096592] - }, "379746735": { "Destination": [1416096592] }, - "382847904": { - "Destination": [2481646875], - "KillType": [3] - }, - "382847905": { - "Destination": [2481646875] - }, - "382847906": { - "Destination": [2481646875], - "ItemCategory": [3317538576, 10] - }, - "382847907": { - "Destination": [2481646875], - "ItemCategory": [54, 3871742104] - }, - "382847908": { - "Destination": [3990611421] - }, - "382847909": { - "Destination": [697502628] - }, - "382847910": { - "Destination": [2481646875], - "KillType": [4] - }, - "382847914": { - "Destination": [2481646875] - }, - "382847915": { - "Destination": [2481646875] - }, - "391818767": { - "ActivityMode": [1164760504] - }, - "398350080": { - "Destination": [2244580325] - }, - "399625488": { - "Destination": [2481646875], - "DamageType": [1847026933] - }, - "399625490": { - "Destination": [2481646875], - "DamageType": [2303181850] - }, - "399625491": { - "Destination": [2481646875], - "DamageType": [3454344768] - }, - "399625492": { - "Destination": [2481646875], - "DamageType": [1847026933, 3949783978] - }, - "399625493": { - "Destination": [2481646875], - "DamageType": [2303181850, 3949783978] - }, - "399625494": { - "Destination": [2481646875], - "DamageType": [151347233, 3949783978] - }, - "399625495": { - "Destination": [2481646875], - "DamageType": [3454344768, 3949783978] - }, - "399625500": { - "Destination": [2481646875], - "ItemCategory": [153950757, -153950757], - "KillType": [2] - }, - "399625501": { - "Destination": [2481646875], - "DamageType": [151347233, 3949783978] - }, "400298576": { "ActivityMode": [332181804], "KillType": [3] @@ -551,19 +416,12 @@ "400298591": { "DamageType": [2303181850] }, - "403611161": { - "ActivityMode": [3789021730, 608898761] - }, "418147715": { "ActivityMode": [608898761] }, "422583190": { "Destination": [1729879943] }, - "430119471": { - "ActivityMode": [1848252830], - "DamageType": [1847026933] - }, "431984069": { "DamageType": [151347233] }, @@ -579,14 +437,6 @@ "Destination": [3607432451], "KillType": [2] }, - "443167571": { - "ActivityMode": [2394616003], - "DamageType": [151347233] - }, - "447265979": { - "ActivityMode": [1848252830], - "DamageType": [2303181850] - }, "455233900": { "ActivityMode": [2394616003] }, @@ -610,24 +460,14 @@ "489973662": { "ItemCategory": [2489664120] }, - "501758776": { - "ActivityMode": [2394616003] - }, "511160301": { "ItemCategory": [3871742104] }, - "515493511": { - "ActivityMode": [1164760504, 4078439804] - }, "523748088": { "Destination": [1729879943] }, - "524189037": { - "Destination": [2244580325] - }, - "527367198": { - "ActivityMode": [1848252830], - "DamageType": [3949783978] + "541603424": { + "Destination": [1729879943] }, "542328999": { "Destination": [1416096592] @@ -636,39 +476,6 @@ "ActivityMode": [1673724806], "ItemCategory": [10] }, - "552709552": { - "ActivityMode": [1848252830] - }, - "552709553": { - "ActivityMode": [1848252830] - }, - "552709554": { - "ActivityMode": [1848252830] - }, - "552709555": { - "ActivityMode": [1848252830] - }, - "552709556": { - "ActivityMode": [1848252830] - }, - "552709557": { - "ActivityMode": [1848252830] - }, - "552709558": { - "ActivityMode": [1848252830], - "DamageType": [2303181850] - }, - "552709559": { - "ActivityMode": [1848252830], - "DamageType": [1847026933] - }, - "552709560": { - "ActivityMode": [1848252830], - "DamageType": [3454344768] - }, - "552709561": { - "ActivityMode": [1848252830] - }, "553469003": { "Destination": [3607432451] }, @@ -687,6 +494,10 @@ "DamageType": [3454344768, 3949783978], "KillType": [3, 0] }, + "578566109": { + "ActivityMode": [332181804], + "Destination": [677774031] + }, "595255798": { "Destination": [1729879943] }, @@ -696,8 +507,8 @@ "598616135": { "Destination": [677774031] }, - "609416323": { - "Destination": [1416096592] + "607910367": { + "ItemCategory": [9, 6, 54] }, "609421552": { "Destination": [2244580325] @@ -736,27 +547,14 @@ "613601972": { "Destination": [677774031] }, - "617772226": { - "ActivityMode": [1164760504, 3821502017] - }, "658526296": { "Destination": [1729879943], "DamageType": [151347233] }, - "672179719": { - "ActivityMode": [1164760504, 3199098480] - }, "679437494": { "Destination": [1729879943], "ItemCategory": [8] }, - "680645011": { - "Destination": [2244580325], - "DamageType": [1847026933, 2303181850, 3454344768] - }, - "680645013": { - "Destination": [2244580325] - }, "684710072": { "ActivityMode": [1826469369] }, @@ -776,10 +574,6 @@ "686467364": { "Destination": [677774031] }, - "692493341": { - "ActivityMode": [1164760504], - "ItemCategory": [3954685534] - }, "692805471": { "ActivityMode": [1164760504] }, @@ -790,6 +584,9 @@ "Destination": [1729879943], "KillType": [3] }, + "695180421": { + "Destination": [677774031] + }, "698503773": { "DamageType": [1847026933, 3949783978], "KillType": [3] @@ -835,10 +632,6 @@ "709535751": { "Destination": [677774031] }, - "711076968": { - "ActivityMode": [1848252830], - "DamageType": [151347233] - }, "711490543": { "ItemCategory": [3954685534] }, @@ -846,12 +639,6 @@ "ActivityMode": [1673724806], "ItemCategory": [3954685534] }, - "733876604": { - "ActivityMode": [1164760504, 3821502017] - }, - "734883571": { - "ItemCategory": [3954685534] - }, "736610326": { "Destination": [1729879943], "DamageType": [3373582085, 2303181850, 1847026933, 3454344768] @@ -875,17 +662,10 @@ "748013106": { "DamageType": [2303181850] }, - "749372546": { - "Destination": [3990611421] - }, "756469295": { "Destination": [3607432451], "DamageType": [1847026933] }, - "763567879": { - "ActivityMode": [2394616003], - "ItemCategory": [153950757, -153950757] - }, "768824550": { "Destination": [1729879943], "ItemCategory": [12] @@ -893,9 +673,6 @@ "785647193": { "Destination": [1729879943] }, - "785916388": { - "Destination": [1416096592] - }, "793232654": { "Destination": [3990611421] }, @@ -906,8 +683,8 @@ "802552739": { "Destination": [1729879943] }, - "807225582": { - "ItemCategory": [153950757, -153950757] + "811475414": { + "DamageType": [3949783978] }, "836278577": { "KillType": [5] @@ -956,28 +733,6 @@ "852248609": { "ActivityMode": [1848252830] }, - "854092578": { - "ActivityMode": [608898761], - "ItemCategory": [9] - }, - "854092579": { - "ItemCategory": [5] - }, - "854092580": { - "ActivityMode": [1848252830], - "DamageType": [1847026933] - }, - "854092581": { - "ActivityMode": [1164760504], - "ItemCategory": [3954685534] - }, - "854092582": { - "ActivityMode": [2394616003, 3789021730], - "KillType": [2, 0] - }, - "854092583": { - "DamageType": [3454344768, 3949783978] - }, "856575492": { "ActivityMode": [910991990] }, @@ -990,19 +745,9 @@ "856575495": { "ActivityMode": [910991990] }, - "857633000": { - "ActivityMode": [2394616003] - }, - "870156482": { - "Destination": [697502628] - }, "871673916": { "Destination": [1416096592] }, - "874160405": { - "ActivityMode": [1164760504], - "ItemCategory": [8] - }, "877925542": { "Destination": [1729879943], "DamageType": [3373582085] @@ -1014,10 +759,6 @@ "Destination": [1729879943], "KillType": [0, 4] }, - "897978137": { - "ActivityMode": [1164760504], - "DamageType": [1847026933] - }, "901575776": { "Destination": [2481646875], "KillType": [4] @@ -1074,19 +815,9 @@ "DamageType": [1847026933], "KillType": [1] }, - "915363915": { - "ActivityMode": [1848252830], - "DamageType": [3454344768] - }, - "924644600": { - "ItemCategory": [54] - }, "926942410": { "ActivityMode": [2394616003] }, - "928491049": { - "Destination": [697502628] - }, "942111489": { "Destination": [1416096592] }, @@ -1112,9 +843,6 @@ "973983256": { "Destination": [1416096592] }, - "985646251": { - "ActivityMode": [1164760504] - }, "999548402": { "Destination": [1729879943] }, @@ -1133,12 +861,12 @@ "1008565805": { "ItemCategory": [9] }, + "1009725802": { + "ItemCategory": [54, 3871742104] + }, "1013534599": { "Destination": [1729879943] }, - "1019138448": { - "ItemCategory": [7] - }, "1019699039": { "ItemCategory": [153950757] }, @@ -1152,15 +880,11 @@ "1025057518": { "Destination": [677774031] }, - "1028832205": { - "ActivityMode": [1164760504, 3199098480] - }, "1041451527": { "Destination": [3607432451] }, - "1052256142": { - "ActivityMode": [1164760504], - "DamageType": [3373582085] + "1043681923": { + "ItemCategory": [54] }, "1055369100": { "Destination": [1729879943], @@ -1171,13 +895,8 @@ "ItemCategory": [5, 153950757, -153950757], "KillType": [2] }, - "1058022683": { - "ActivityMode": [2394616003], - "ItemCategory": [8] - }, - "1079374388": { - "ActivityMode": [2394616003], - "DamageType": [3454344768] + "1069076942": { + "Destination": [1416096592] }, "1080549749": { "Destination": [677774031] @@ -1199,77 +918,11 @@ "Destination": [3607432451], "KillType": [1] }, - "1108235197": { - "Destination": [2481646875], - "DamageType": [2303181850, 3949783978], - "KillType": [2] - }, - "1108235198": { - "Destination": [2481646875], - "DamageType": [3454344768, 3949783978], - "KillType": [2] - }, - "1108235199": { - "Destination": [2481646875], - "DamageType": [1847026933, 3949783978], - "KillType": [2] - }, - "1113031720": { - "ActivityMode": [2394616003], - "ItemCategory": [5] - }, "1113229786": { "ActivityMode": [1848252830, 3789021730, 1164760504] }, - "1115575054": { - "ActivityMode": [2394616003], - "DamageType": [3949783978] - }, - "1117014939": { - "ActivityMode": [2394616003] - }, - "1123124244": { - "Destination": [1416096592] - }, - "1125012752": { - "Destination": [2481646875], - "DamageType": [1847026933, 3949783978], - "KillType": [1] - }, - "1125012753": { - "Destination": [2481646875], - "DamageType": [3454344768, 3949783978], - "KillType": [1] - }, - "1125012756": { - "Destination": [2481646875], - "DamageType": [1847026933, 3949783978], - "KillType": [0] - }, - "1125012757": { - "Destination": [2481646875], - "DamageType": [3454344768, 3949783978], - "KillType": [0] - }, - "1125012758": { - "Destination": [2481646875], - "DamageType": [2303181850, 3949783978], - "KillType": [1] - }, - "1125012759": { - "Destination": [2481646875], - "DamageType": [151347233, 3949783978], - "KillType": [1] - }, - "1125012762": { - "Destination": [2481646875], - "DamageType": [2303181850, 3949783978], - "KillType": [0] - }, - "1125012763": { - "Destination": [2481646875], - "DamageType": [151347233, 3949783978], - "KillType": [0] + "1123124244": { + "Destination": [1416096592] }, "1127960548": { "Destination": [1729879943] @@ -1347,42 +1000,6 @@ "ActivityMode": [2294590554], "ItemCategory": [6] }, - "1141790336": { - "Destination": [2481646875], - "ItemCategory": [153950757, -153950757] - }, - "1141790337": { - "Destination": [2481646875], - "ItemCategory": [5] - }, - "1141790338": { - "Destination": [2481646875], - "ItemCategory": [8] - }, - "1141790339": { - "Destination": [2481646875], - "ItemCategory": [153950757] - }, - "1141790340": { - "Destination": [2481646875], - "ItemCategory": [3317538576] - }, - "1141790341": { - "Destination": [2481646875], - "ItemCategory": [3871742104] - }, - "1141790342": { - "Destination": [2481646875], - "ItemCategory": [9] - }, - "1141790343": { - "Destination": [2481646875], - "ItemCategory": [54] - }, - "1141790349": { - "Destination": [2481646875], - "KillType": [4] - }, "1143110718": { "Destination": [677774031] }, @@ -1393,9 +1010,6 @@ "ActivityMode": [1673724806], "DamageType": [1847026933] }, - "1151912629": { - "ActivityMode": [2394616003] - }, "1163649882": { "Destination": [677774031] }, @@ -1472,10 +1086,6 @@ "1190558127": { "Destination": [1729879943] }, - "1201354655": { - "ActivityMode": [1848252830], - "DamageType": [1847026933] - }, "1202425489": { "Destination": [697502628] }, @@ -1525,10 +1135,6 @@ "1239957064": { "Destination": [1729879943] }, - "1244249306": { - "ActivityMode": [2394616003], - "DamageType": [2303181850] - }, "1244906310": { "ActivityMode": [1673724806], "DamageType": [3454344768] @@ -1536,28 +1142,12 @@ "1246673684": { "ActivityMode": [608898761] }, - "1249076770": { - "ActivityMode": [2394616003], - "DamageType": [3949783978] - }, - "1249350911": { - "ActivityMode": [3789021730], - "ItemCategory": [7], - "KillType": [4] - }, "1257909267": { "Destination": [677774031] }, - "1258056755": { - "ActivityMode": [2394616003], - "ItemCategory": [3954685534] - }, "1264358026": { "ActivityMode": [608898761] }, - "1264656841": { - "Destination": [2244580325] - }, "1264945960": { "ActivityMode": [1686739444], "Destination": [677774031] @@ -1572,14 +1162,12 @@ "1285862605": { "DamageType": [1847026933] }, + "1287711353": { + "DamageType": [1847026933] + }, "1288676952": { "Destination": [3607432451] }, - "1289940885": { - "ActivityMode": [608898761], - "ItemCategory": [10], - "KillType": [4] - }, "1295283020": { "Destination": [677774031] }, @@ -1589,10 +1177,6 @@ "1299795970": { "DamageType": [151347233] }, - "1315013095": { - "ActivityMode": [1848252830], - "DamageType": [3454344768] - }, "1319723906": { "Destination": [1416096592] }, @@ -1666,9 +1250,8 @@ "1340580578": { "Destination": [677774031] }, - "1355586781": { - "ActivityMode": [2394616003], - "ItemCategory": [54] + "1352027002": { + "ItemCategory": [9, 1504945536] }, "1359460005": { "ActivityMode": [1164760504, 1673724806] @@ -1681,9 +1264,8 @@ "DamageType": [151347233], "KillType": [2, 0] }, - "1360751460": { - "Destination": [1416096592], - "DamageType": [3949783978] + "1375475507": { + "Destination": [697502628] }, "1380868249": { "Destination": [677774031] @@ -1719,10 +1301,6 @@ "ItemCategory": [10], "KillType": [4] }, - "1405651514": { - "ActivityMode": [1164760504, 1264443021], - "KillType": [1] - }, "1407750585": { "Destination": [2481646875], "DamageType": [3949783978] @@ -1739,10 +1317,6 @@ "1424280353": { "Destination": [1416096592] }, - "1428740103": { - "ActivityMode": [2394616003], - "KillType": [1] - }, "1429228592": { "Destination": [1729879943] }, @@ -1778,33 +1352,10 @@ "1444985899": { "Destination": [677774031] }, - "1445156671": { - "ActivityMode": [1848252830], - "KillType": [3] - }, - "1446960867": { - "Destination": [2244580325], - "DamageType": [1847026933, 2303181850, 3454344768] - }, - "1446960870": { - "Destination": [2244580325] - }, - "1449991373": { - "ActivityMode": [2394616003], - "DamageType": [151347233] - }, - "1453527970": { - "ActivityMode": [1848252830], - "ItemCategory": [6] - }, "1467183958": { "Destination": [1729879943], "ItemCategory": [1504945536] }, - "1467889597": { - "ActivityMode": [2394616003], - "ItemCategory": [13] - }, "1471776622": { "ItemCategory": [12] }, @@ -1817,9 +1368,6 @@ "1475436130": { "ActivityMode": [2294590554] }, - "1475436131": { - "ActivityMode": [2294590554] - }, "1475436132": { "ActivityMode": [2294590554], "ItemCategory": [7] @@ -1847,9 +1395,6 @@ "1479328354": { "Destination": [677774031] }, - "1486065664": { - "ActivityMode": [1164760504, 2239249083] - }, "1490203679": { "ActivityMode": [1164760504], "DamageType": [151347233], @@ -1877,50 +1422,13 @@ "1505040831": { "ActivityMode": [3789021730] }, - "1505100518": { - "ActivityMode": [1164760504] - }, - "1511212520": { - "ActivityMode": [1164760504], - "ItemCategory": [10] - }, - "1511212521": { - "ActivityMode": [1848252830], - "ItemCategory": [153950757, -153950757] - }, - "1511212522": { - "DamageType": [3949783978] - }, - "1511212523": { - "ActivityMode": [2394616003, 3789021730], - "ItemCategory": [8], - "KillType": [4] - }, - "1511212526": { - "ItemCategory": [7] - }, - "1511212527": { - "ActivityMode": [608898761], - "ItemCategory": [3317538576], - "KillType": [4] - }, "1524355568": { "Destination": [677774031], "ItemCategory": [7] }, - "1525024290": { - "ActivityMode": [2394616003], - "DamageType": [3949783978] - }, - "1541240222": { - "Destination": [1416096592] - }, "1553536199": { "Destination": [677774031] }, - "1559535719": { - "ActivityMode": [1164760504, 3199098480] - }, "1561597496": { "ItemCategory": [5] }, @@ -1950,21 +1458,6 @@ "Destination": [1729879943], "DamageType": [2303181850] }, - "1647137072": { - "DamageType": [3373582085] - }, - "1647137073": { - "DamageType": [2303181850, 1847026933, 3454344768] - }, - "1647137082": { - "Destination": [1416096592] - }, - "1647137083": { - "Destination": [1416096592] - }, - "1647137084": { - "Destination": [1416096592] - }, "1647306237": { "Destination": [677774031], "ItemCategory": [12] @@ -1977,30 +1470,6 @@ "Destination": [2481646875], "KillType": [1] }, - "1663914658": { - "DamageType": [1847026933, 151347233] - }, - "1663914659": { - "DamageType": [1847026933, 3949783978] - }, - "1663914664": { - "ItemCategory": [9, 11] - }, - "1663914665": { - "ItemCategory": [3317538576, 6] - }, - "1663914668": { - "KillType": [1] - }, - "1663914669": { - "KillType": [4] - }, - "1663914670": { - "ItemCategory": [1504945536, 13] - }, - "1663914671": { - "ItemCategory": [5, 7, 2489664120] - }, "1666445095": { "DamageType": [151347233] }, @@ -2038,46 +1507,17 @@ "1680060446": { "ItemCategory": [9, 1504945536] }, - "1683584740": { + "1711768439": { "ActivityMode": [2394616003], - "DamageType": [3454344768] - }, - "1696232078": { - "Destination": [2244580325] + "Destination": [3607432451] }, - "1713009761": { - "Destination": [2244580325] + "1719082278": { + "Destination": [677774031] }, "1721560654": { "Destination": [1729879943], "ItemCategory": [14] }, - "1722238432": { - "ActivityMode": [1164760504], - "DamageType": [3454344768] - }, - "1723699751": { - "DamageType": [3949783978] - }, - "1725345016": { - "ItemCategory": [54, 3871742104], - "KillType": [0] - }, - "1725345019": { - "KillType": [4] - }, - "1725345020": { - "DamageType": [3454344768, 3949783978] - }, - "1725345022": { - "DamageType": [2303181850, 3949783978] - }, - "1725345023": { - "DamageType": [1847026933, 3949783978] - }, - "1729787348": { - "Destination": [2244580325] - }, "1730090752": { "Destination": [1729879943] }, @@ -2093,48 +1533,12 @@ "1730393297": { "DamageType": [151347233] }, - "1738079222": { - "ActivityMode": [2394616003] - }, - "1740477343": { - "Destination": [2481646875] - }, "1740492685": { "Destination": [677774031] }, "1742928699": { "DamageType": [151347233] }, - "1746564935": { - "Destination": [2244580325] - }, - "1748171505": { - "Destination": [1416096592] - }, - "1748171506": { - "ItemCategory": [6] - }, - "1748171507": { - "ItemCategory": [7] - }, - "1748171508": { - "ItemCategory": [153950757, -153950757] - }, - "1748171509": { - "ItemCategory": [13] - }, - "1748171510": { - "KillType": [0] - }, - "1748171511": { - "KillType": [2] - }, - "1748171512": { - "DamageType": [2303181850] - }, - "1748171513": { - "DamageType": [3454344768] - }, "1759191326": { "DamageType": [2303181850] }, @@ -2142,9 +1546,6 @@ "ActivityMode": [1673724806], "DamageType": [2303181850] }, - "1763752196": { - "ActivityMode": [1164760504] - }, "1764928973": { "ItemCategory": [54] }, @@ -2158,18 +1559,12 @@ "1777618773": { "ActivityMode": [1673724806] }, - "1780120237": { - "Destination": [2244580325] - }, "1781597160": { "Destination": [1729879943] }, "1784552506": { "Destination": [1729879943] }, - "1791735357": { - "ActivityMode": [1164760504] - }, "1794825180": { "ActivityMode": [1164760504] }, @@ -2186,33 +1581,16 @@ "Destination": [1729879943], "KillType": [4] }, - "1812672687": { - "ActivityMode": [2394616003] - }, - "1833039879": { - "ActivityMode": [2394616003], - "KillType": [1] - }, - "1839079406": { - "Destination": [1416096592] + "1838787439": { + "ActivityMode": [608898761] }, - "1855856964": { - "Destination": [1416096592] + "1857138596": { + "ItemCategory": [153950757, -153950757, 13] }, "1869653095": { "DamageType": [3373582085], "KillType": [4] }, - "1869722155": { - "ActivityMode": [1164760504] - }, - "1871412061": { - "ActivityMode": [1164760504], - "DamageType": [151347233] - }, - "1879172711": { - "ActivityMode": [1164760504] - }, "1891580900": { "ActivityMode": [3789021730], "DamageType": [151347233] @@ -2225,32 +1603,15 @@ "ActivityMode": [1826469369], "ItemCategory": [5, 9, 8, 10, 54] }, - "1896451771": { - "ActivityMode": [3789021730], - "ItemCategory": [12] - }, - "1896550563": { - "ActivityMode": [1164760504, 4033000329] - }, - "1899370350": { - "ActivityMode": [2394616003], - "KillType": [3] - }, "1901543625": { "Destination": [677774031] }, - "1905540960": { - "Destination": [2481646875] - }, "1907272938": { "Destination": [3990611421] }, "1912981534": { "Destination": [1416096592] }, - "1913307766": { - "ActivityMode": [1164760504] - }, "1914390712": { "Destination": [1729879943] }, @@ -2289,51 +1650,16 @@ "Destination": [1729879943], "ItemCategory": [5] }, - "1939096134": { - "Destination": [697502628] - }, - "1939669352": { - "ItemCategory": [54] - }, - "1939669353": { - "ActivityMode": [608898761], - "ItemCategory": [14] - }, - "1939669356": { - "DamageType": [3454344768] - }, - "1939669357": { - "ActivityMode": [2394616003, 3789021730], - "KillType": [2] - }, - "1939669358": { - "ActivityMode": [1164760504], - "ItemCategory": [6] - }, - "1939669359": { - "ActivityMode": [1848252830], - "ItemCategory": [12] - }, "1940788333": { "Destination": [1416096592] }, "1941367117": { "DamageType": [3949783978] }, - "1943561228": { - "Destination": [1416096592] - }, "1946763995": { "Destination": [697502628], "KillType": [4] }, - "1955873849": { - "Destination": [697502628] - }, - "1957909841": { - "DamageType": [1847026933, 3949783978], - "KillType": [0] - }, "1961641728": { "Destination": [3990611421], "KillType": [3, 0] @@ -2369,13 +1695,8 @@ "Destination": [3990611421], "DamageType": [3373582085] }, - "1964834614": { - "ActivityMode": [2394616003], - "ItemCategory": [9] - }, - "1983539982": { - "ActivityMode": [2394616003], - "ItemCategory": [7] + "1983429436": { + "ItemCategory": [5, 12] }, "1987856996": { "Destination": [1729879943] @@ -2383,25 +1704,10 @@ "1987856997": { "Destination": [1729879943] }, - "1989429023": { - "Destination": [697502628] - }, - "2000398275": { - "ActivityMode": [1848252830], - "ItemCategory": [3317538576] - }, "2003401139": { "DamageType": [3373582085, 2303181850, 1847026933, 3454344768], "ItemCategory": [-153950757] }, - "2003717903": { - "ActivityMode": [2394616003], - "ItemCategory": [6] - }, - "2004184492": { - "ActivityMode": [1164760504], - "DamageType": [2303181850, 1847026933, 3454344768] - }, "2021926096": { "ActivityMode": [1673724806] }, @@ -2412,23 +1718,12 @@ "2035309547": { "Destination": [2244580325] }, - "2041690480": { - "ActivityMode": [1164760504] - }, - "2041690484": { - "ActivityMode": [1164760504], - "KillType": [2] - }, - "2041690485": { - "KillType": [3] - }, - "2041690486": { - "ActivityMode": [1164760504], - "DamageType": [3373582085] + "2038129348": { + "ActivityMode": [2394616003], + "Destination": [697502628] }, - "2041690487": { - "ActivityMode": [1164760504], - "DamageType": [2303181850, 1847026933, 3454344768] + "2052382465": { + "Destination": [3607432451] }, "2057293080": { "Destination": [1729879943], @@ -2446,18 +1741,15 @@ "2057304095": { "Destination": [1729879943] }, - "2068952036": { - "ActivityMode": [1848252830] - }, - "2078717360": { - "Destination": [1416096592] + "2064763721": { + "ItemCategory": [6, 14], + "KillType": [4] }, - "2100722945": { - "ItemCategory": [153950757, -153950757] + "2068499066": { + "Destination": [3607432451] }, - "2103714550": { - "ActivityMode": [1848252830], - "DamageType": [3454344768] + "2104674665": { + "Destination": [1416096592] }, "2111258436": { "Destination": [1729879943] @@ -2469,16 +1761,9 @@ "Destination": [1729879943], "KillType": [4] }, - "2116702321": { - "ActivityMode": [1164760504, 910991990] - }, "2125848607": { "ActivityMode": [1848252830, 1164760504] }, - "2133176491": { - "ActivityMode": [1848252830], - "ItemCategory": [7] - }, "2140947777": { "DamageType": [1847026933], "KillType": [1] @@ -2512,12 +1797,20 @@ "2178015352": { "Destination": [677774031] }, + "2179804365": { + "Destination": [3990611421] + }, "2190858661": { "ActivityMode": [1164760504, 3199098480] }, "2192699203": { "Destination": [1416096592] }, + "2192752409": { + "Destination": [3607432451], + "ItemCategory": [8, 10], + "KillType": [4] + }, "2196850110": { "ActivityMode": [1848252830, 3789021730, 1164760504] }, @@ -2536,9 +1829,6 @@ "2199659935": { "KillType": [1] }, - "2201874339": { - "Destination": [697502628] - }, "2205014136": { "Destination": [1729879943], "DamageType": [151347233] @@ -2582,10 +1872,6 @@ "ActivityMode": [1848252830], "DamageType": [3454344768] }, - "2259744478": { - "ActivityMode": [2394616003], - "ItemCategory": [3317538576] - }, "2264047518": { "Destination": [1729879943], "ItemCategory": [7] @@ -2628,6 +1914,9 @@ "2315674195": { "ActivityMode": [3789021730] }, + "2322112957": { + "ItemCategory": [8, 10] + }, "2328867053": { "ItemCategory": [-153950757] }, @@ -2641,8 +1930,8 @@ "2354690788": { "ActivityMode": [1848252830, 1164760504] }, - "2367242101": { - "ActivityMode": [1164760504] + "2360173798": { + "ItemCategory": [5, 12] }, "2367271818": { "Destination": [2244580325] @@ -2674,16 +1963,6 @@ "2371334843": { "ActivityMode": [910991990] }, - "2373217681": { - "ActivityMode": [1848252830], - "DamageType": [151347233] - }, - "2373217682": { - "ActivityMode": [1848252830] - }, - "2373217683": { - "ActivityMode": [1848252830] - }, "2381486111": { "Destination": [697502628], "DamageType": [2303181850] @@ -2697,7 +1976,7 @@ "ItemCategory": [3954685534] }, "2392484247": { - "ActivityMode": [1164760504, 3199098480] + "ActivityMode": [1164760504] }, "2398495226": { "Destination": [1729879943], @@ -2717,74 +1996,9 @@ "2423789933": { "ActivityMode": [2394616003] }, - "2428565738": { - "ActivityMode": [1848252830], - "ItemCategory": [3954685534] - }, - "2429910598": { - "Destination": [1416096592], - "KillType": [2] - }, - "2429910599": { - "Destination": [1416096592], - "KillType": [0] - }, - "2429910600": { - "Destination": [1416096592], - "DamageType": [1847026933, 3949783978] - }, - "2429910601": { - "Destination": [1416096592], - "DamageType": [1847026933, 151347233] - }, - "2429910602": { - "Destination": [1416096592], - "ItemCategory": [7], - "KillType": [4] - }, - "2429910603": { - "Destination": [1416096592], - "ItemCategory": [2489664120] - }, - "2429910604": { - "Destination": [1416096592], - "ItemCategory": [9] - }, - "2429910605": { - "Destination": [1416096592], - "ItemCategory": [1504945536], - "KillType": [4] - }, - "2429910606": { - "Destination": [1416096592], - "ItemCategory": [11] - }, - "2429910607": { - "Destination": [1416096592], - "ItemCategory": [3317538576], - "KillType": [4] - }, - "2444528267": { - "Destination": [1416096592] - }, - "2446688288": { - "Destination": [1416096592], - "KillType": [3] - }, - "2446688289": { - "Destination": [1416096592], - "KillType": [1] - }, - "2446688290": { - "Destination": [1416096592], - "DamageType": [2303181850, 1847026933, 3454344768] - }, - "2446688291": { - "Destination": [1416096592], - "DamageType": [3373582085] - }, - "2446688293": { - "Destination": [1416096592] + "2448958135": { + "Destination": [3607432451], + "DamageType": [1847026933] }, "2454138478": { "ItemCategory": [3871742104] @@ -2817,10 +2031,6 @@ "2494871935": { "Destination": [1416096592] }, - "2497038231": { - "ActivityMode": [2394616003], - "ItemCategory": [14] - }, "2498699770": { "KillType": [1] }, @@ -2831,6 +2041,9 @@ "2510021888": { "Destination": [1729879943] }, + "2522697935": { + "Destination": [1729879943] + }, "2525215824": { "ItemCategory": [11, 14] }, @@ -2855,9 +2068,6 @@ "2530201259": { "Destination": [3990611421] }, - "2537132497": { - "Destination": [697502628] - }, "2543372992": { "Destination": [1729879943], "KillType": [3] @@ -2865,16 +2075,16 @@ "2543372993": { "Destination": [1729879943] }, - "2547748887": { - "ActivityMode": [608898761] - }, "2557879920": { "Destination": [2481646875] }, "2561829998": { - "Destination": [2481646875], "KillType": [1] }, + "2562594108": { + "Destination": [3607432451], + "DamageType": [3454344768] + }, "2564508104": { "Destination": [1729879943] }, @@ -2882,12 +2092,6 @@ "Destination": [1729879943], "DamageType": [151347233] }, - "2565730761": { - "Destination": [677774031] - }, - "2568885558": { - "Destination": [677774031] - }, "2569392434": { "Destination": [1729879943] }, @@ -2895,15 +2099,15 @@ "Destination": [1729879943], "ItemCategory": [7] }, - "2570668206": { - "Destination": [2244580325] - }, "2572296686": { "Destination": [1729879943] }, "2572296687": { "Destination": [1729879943] }, + "2572834328": { + "DamageType": [3454344768] + }, "2577006690": { "DamageType": [151347233] }, @@ -2938,16 +2142,12 @@ "Destination": [1729879943], "ItemCategory": [11] }, + "2631989274": { + "Destination": [677774031] + }, "2632313001": { "DamageType": [3949783978] }, - "2632823372": { - "ActivityMode": [1164760504], - "DamageType": [2303181850] - }, - "2639924150": { - "Destination": [1416096592] - }, "2642052560": { "Destination": [2481646875] }, @@ -2972,19 +2172,12 @@ "Destination": [2481646875], "DamageType": [2303181850] }, - "2643903220": { - "ActivityMode": [1848252830] - }, "2652352679": { "ActivityMode": [1848252830, 3789021730, 1164760504] }, "2653391362": { "Destination": [677774031] }, - "2653579669": { - "ActivityMode": [1848252830], - "KillType": [2] - }, "2655190752": { "Destination": [1729879943] }, @@ -3004,9 +2197,6 @@ "2663541547": { "ActivityMode": [608898761] }, - "2675137426": { - "ActivityMode": [1848252830] - }, "2682582325": { "ItemCategory": [12], "KillType": [4] @@ -3021,21 +2211,10 @@ "2683598861": { "Destination": [1729879943] }, - "2695042788": { - "ActivityMode": [2394616003], - "DamageType": [3454344768] - }, "2697214271": { "Destination": [1729879943], "KillType": [0] }, - "2703627837": { - "ActivityMode": [1164760504], - "ItemCategory": [6] - }, - "2717449511": { - "Destination": [697502628] - }, "2719669554": { "ActivityMode": [1673724806], "KillType": [4] @@ -3050,11 +2229,6 @@ "2729271716": { "ActivityMode": [1164760504] }, - "2732359836": { - "ActivityMode": [3789021730], - "ItemCategory": [8], - "KillType": [4] - }, "2734163509": { "DamageType": [1847026933] }, @@ -3066,14 +2240,6 @@ "Destination": [3990611421], "DamageType": [2303181850] }, - "2755859940": { - "ActivityMode": [1164760504], - "DamageType": [1847026933] - }, - "2757981005": { - "ActivityMode": [2394616003], - "KillType": [1] - }, "2761262388": { "ActivityMode": [2394616003], "Destination": [3990611421] @@ -3082,9 +2248,9 @@ "ActivityMode": [1673724806], "DamageType": [3454344768] }, - "2781627980": { - "ActivityMode": [1164760504], - "DamageType": [3949783978] + "2795447263": { + "ItemCategory": [8, 10], + "KillType": [4] }, "2798544374": { "Destination": [1729879943] @@ -3092,10 +2258,6 @@ "2798544375": { "Destination": [1729879943] }, - "2805818748": { - "ActivityMode": [1164760504], - "DamageType": [2303181850] - }, "2808722824": { "Destination": [2244580325], "DamageType": [2303181850] @@ -3116,20 +2278,9 @@ "Destination": [2244580325], "KillType": [1] }, - "2815833309": { - "Destination": [1416096592] - }, - "2816193016": { - "ActivityMode": [1164760504], - "ItemCategory": [7] - }, "2829320432": { "Destination": [3990611421] }, - "2829326474": { - "ActivityMode": [1164760504], - "DamageType": [2303181850] - }, "2833790084": { "Destination": [1729879943] }, @@ -3151,9 +2302,6 @@ "2836688212": { "Destination": [677774031] }, - "2841355358": { - "Destination": [3607432451] - }, "2846520475": { "ItemCategory": [6], "KillType": [4] @@ -3191,9 +2339,6 @@ "2857343851": { "DamageType": [151347233] }, - "2858133041": { - "Destination": [3607432451] - }, "2858316395": { "ItemCategory": [1504945536] }, @@ -3203,36 +2348,6 @@ "2859321093": { "Destination": [1729879943] }, - "2859924064": { - "DamageType": [3373582085] - }, - "2859924065": { - "DamageType": [2303181850, 1847026933, 3454344768] - }, - "2859924072": { - "DamageType": [1847026933, 151347233] - }, - "2859924073": { - "DamageType": [2303181850, 3949783978] - }, - "2859924074": { - "DamageType": [1847026933, 2303181850] - }, - "2859924075": { - "DamageType": [3454344768, 3949783978] - }, - "2859924076": { - "KillType": [2] - }, - "2859924077": { - "KillType": [0] - }, - "2859924078": { - "KillType": [1] - }, - "2859924079": { - "KillType": [3] - }, "2864963410": { "ActivityMode": [1164760504], "DamageType": [1847026933] @@ -3254,44 +2369,8 @@ "2864963415": { "ActivityMode": [1164760504, 3199098480] }, - "2874910628": { - "Destination": [3607432451] - }, - "2876701650": { - "ItemCategory": [8], - "KillType": [4] - }, - "2876701651": { - "ItemCategory": [1504945536], - "KillType": [4] - }, - "2876701656": { - "ItemCategory": [11] - }, - "2876701657": { - "ItemCategory": [7], - "KillType": [4] - }, - "2876701658": { - "ItemCategory": [3954685534] - }, - "2876701659": { - "ItemCategory": [6], - "KillType": [4] - }, - "2876701660": { - "ItemCategory": [14], - "KillType": [4] - }, - "2876701661": { - "ItemCategory": [5] - }, - "2876701662": { - "ItemCategory": [54] - }, - "2876701663": { - "ItemCategory": [10], - "KillType": [4] + "2876781672": { + "ItemCategory": [54, 3871742104] }, "2880619157": { "ActivityMode": [2394616003], @@ -3300,12 +2379,14 @@ "2881153063": { "Destination": [3990611421] }, + "2881859247": { + "Destination": [3607432451], + "ItemCategory": [6, 14], + "KillType": [4] + }, "2890914464": { "DamageType": [151347233] }, - "2891688215": { - "Destination": [3607432451] - }, "2893357936": { "Destination": [2244580325], "ItemCategory": [1504945536, 13, 8, 10] @@ -3352,15 +2433,9 @@ "Destination": [1729879943], "DamageType": [3373582085, 2303181850, 1847026933, 3454344768] }, - "2903204355": { - "ActivityMode": [2394616003] - }, "2903313662": { "Destination": [697502628] }, - "2908465802": { - "Destination": [3607432451] - }, "2909360704": { "DamageType": [3454344768] }, @@ -3450,9 +2525,6 @@ "ActivityMode": [1673724806], "KillType": [0] }, - "2942719529": { - "ActivityMode": [2394616003] - }, "2943602311": { "Destination": [1729879943] }, @@ -3460,12 +2532,9 @@ "ActivityMode": [1673724806], "DamageType": [1847026933] }, - "2946797520": { - "ActivityMode": [1164760504] - }, - "2953753033": { - "ActivityMode": [1848252830], - "DamageType": [3949783978] + "2963193656": { + "Destination": [3607432451], + "ItemCategory": [153950757, -153950757, 13] }, "2975357706": { "Destination": [1729879943], @@ -3494,13 +2563,9 @@ "2984500555": { "ActivityMode": [3789021730] }, - "2987639079": { - "ActivityMode": [2394616003], - "ItemCategory": [10] - }, - "3038846813": { - "ActivityMode": [2394616003], - "DamageType": [1847026933] + "3025142774": { + "Destination": [3607432451], + "DamageType": [2303181850] }, "3039004941": { "Destination": [3990611421] @@ -3511,6 +2576,9 @@ "3061679979": { "Destination": [677774031] }, + "3068019720": { + "Destination": [2244580325] + }, "3070629378": { "Destination": [2244580325] }, @@ -3588,32 +2656,16 @@ "3117358110": { "DamageType": [3949783978] }, - "3134246761": { - "ActivityMode": [1164760504], - "ItemCategory": [14] + "3127309054": { + "Destination": [3990611421] }, "3136133748": { "Destination": [1729879943] }, - "3138772186": { - "ActivityMode": [2394616003], - "DamageType": [2303181850] - }, - "3141795163": { - "ActivityMode": [1848252830], - "ItemCategory": [5] - }, - "3144456305": { - "ActivityMode": [1164760504] - }, "3147705087": { "ItemCategory": [3871742104], "KillType": [0] }, - "3155878395": { - "ActivityMode": [1848252830], - "KillType": [0] - }, "3161484303": { "Destination": [2481646875], "DamageType": [3949783978] @@ -3639,10 +2691,6 @@ "3169276699": { "Destination": [1729879943] }, - "3178157690": { - "ActivityMode": [1848252830], - "KillType": [1] - }, "3181364740": { "Destination": [3990611421] }, @@ -3656,19 +2704,12 @@ "3186325461": { "ActivityMode": [1686739444] }, - "3191735197": { - "ActivityMode": [1848252830] - }, "3202230444": { "ItemCategory": [3871742104] }, "3207732940": { "Destination": [1416096592] }, - "3209637560": { - "ActivityMode": [2394616003], - "KillType": [2] - }, "3212100481": { "ActivityMode": [3789021730] }, @@ -3694,9 +2735,6 @@ "ActivityMode": [1673724806], "ItemCategory": [6] }, - "3249939223": { - "ActivityMode": [1164760504] - }, "3257985301": { "DamageType": [151347233] }, @@ -3704,6 +2742,9 @@ "DamageType": [3454344768], "KillType": [1, 2] }, + "3265116853": { + "KillType": [1] + }, "3268553440": { "ActivityMode": [1848252830] }, @@ -3726,33 +2767,15 @@ "3276338205": { "ItemCategory": [3954685534, 3871742104] }, - "3285890782": { - "ActivityMode": [1164760504] - }, - "3286744862": { - "ActivityMode": [1164760504], - "KillType": [0] - }, "3294953102": { "Destination": [2244580325] }, - "3305117363": { - "ActivityMode": [1848252830], - "DamageType": [2303181850] - }, "3311748604": { "Destination": [3607432451] }, - "3312152065": { - "ActivityMode": [1164760504], - "KillType": [1] - }, "3323206616": { "Destination": [1729879943] }, - "3331935774": { - "Destination": [3990611421] - }, "3337739523": { "Destination": [1416096592] }, @@ -3779,23 +2802,11 @@ "ActivityMode": [1848252830], "DamageType": [151347233] }, - "3346345957": { - "ActivityMode": [1164760504, 910991990] - }, "3354680137": { "KillType": [4] }, - "3357287242": { - "ActivityMode": [1164760504] - }, - "3360158272": { - "DamageType": [3454344768] - }, - "3361783295": { - "ActivityMode": [1164760504, 157639802] - }, - "3365491044": { - "Destination": [697502628] + "3373323540": { + "Destination": [3607432451] }, "3378497145": { "ActivityMode": [3789021730] @@ -3806,9 +2817,6 @@ "3383977090": { "ActivityMode": [1848252830, 1164760504] }, - "3386849259": { - "ActivityMode": [1848252830] - }, "3399113824": { "Destination": [1729879943], "ItemCategory": [5] @@ -3816,6 +2824,10 @@ "3399113825": { "Destination": [1729879943] }, + "3400121653": { + "ActivityMode": [2394616003], + "Destination": [3990611421] + }, "3401935316": { "Destination": [1729879943] }, @@ -3832,23 +2844,16 @@ "3413453049": { "Destination": [2481646875] }, - "3414352434": { - "ActivityMode": [1164760504, 2239249083] - }, "3424456965": { "ActivityMode": [1848252830, 1164760504], "ItemCategory": [153950757, -153950757] }, - "3435799703": { - "Destination": [697502628] + "3437674981": { + "Destination": [3607432451] }, "3438972653": { "ItemCategory": [13] }, - "3442628158": { - "ActivityMode": [1164760504], - "DamageType": [3949783978] - }, "3449625264": { "Destination": [2481646875], "ItemCategory": [5, 12, 7, 3954685534] @@ -3888,9 +2893,8 @@ "3459548846": { "Destination": [1729879943] }, - "3481851003": { - "ActivityMode": [1848252830], - "DamageType": [3949783978] + "3480928862": { + "DamageType": [2303181850] }, "3486089701": { "Destination": [3607432451] @@ -3905,17 +2909,9 @@ "3497386880": { "ActivityMode": [1673724806] }, - "3512622966": { - "ActivityMode": [1164760504], - "KillType": [2] - }, "3513278115": { "DamageType": [151347233] }, - "3514703992": { - "ActivityMode": [1164760504], - "KillType": [0] - }, "3519390048": { "Destination": [1729879943] }, @@ -3928,13 +2924,6 @@ "3519390051": { "DamageType": [3373582085, 2303181850, 1847026933, 3454344768] }, - "3519821403": { - "Destination": [1416096592] - }, - "3522328430": { - "ActivityMode": [2394616003], - "KillType": [3] - }, "3522663041": { "ActivityMode": [2294590554], "DamageType": [3454344768] @@ -3949,10 +2938,6 @@ "DamageType": [2303181850], "KillType": [0] }, - "3525239115": { - "ActivityMode": [1164760504], - "KillType": [1] - }, "3531980021": { "Destination": [1416096592] }, @@ -3974,14 +2959,13 @@ "3535843838": { "KillType": [3] }, - "3535952788": { - "ActivityMode": [1164760504], - "DamageType": [3454344768] - }, "3536491683": { "Destination": [677774031], "ItemCategory": [5] }, + "3537310563": { + "Destination": [2244580325] + }, "3539440752": { "ActivityMode": [2294590554] }, @@ -4025,19 +3009,12 @@ "3540140711": { "Destination": [677774031] }, - "3541627175": { - "ActivityMode": [1164760504] - }, "3541735072": { "ActivityMode": [1673724806] }, "3546895854": { "ActivityMode": [910991990] }, - "3560267478": { - "ActivityMode": [2394616003], - "KillType": [0] - }, "3560528864": { "DamageType": [151347233] }, @@ -4091,41 +3068,12 @@ "Destination": [1729879943], "ItemCategory": [13] }, - "3606312404": { - "ActivityMode": [1164760504], - "DamageType": [1847026933] - }, "3610649340": { "Destination": [2481646875] }, "3612061731": { "Destination": [1729879943] }, - "3628771136": { - "ItemCategory": [7, 8] - }, - "3628771137": { - "ItemCategory": [1504945536, 11] - }, - "3628771138": { - "ItemCategory": [10, 3871742104] - }, - "3628771139": { - "ItemCategory": [54], - "KillType": [0] - }, - "3628771140": { - "DamageType": [2303181850, 1847026933, 3454344768] - }, - "3628771143": { - "ItemCategory": [5, 3954685534] - }, - "3628771148": { - "ItemCategory": [6, 14] - }, - "3628771149": { - "KillType": [4] - }, "3629873748": { "Destination": [1729879943] }, @@ -4156,9 +3104,6 @@ "3644638448": { "ActivityMode": [1848252830, 3789021730, 1164760504] }, - "3645548862": { - "DamageType": [3373582085] - }, "3647168216": { "ActivityMode": [1673724806], "KillType": [2] @@ -4169,40 +3114,21 @@ "3656769954": { "ActivityMode": [1848252830] }, - "3659894395": { - "DamageType": [2303181850] - }, "3664752320": { "DamageType": [3454344768] }, "3670562313": { "DamageType": [3949783978] }, - "3671936696": { - "ActivityMode": [2394616003], - "KillType": [2] - }, "3676690659": { "DamageType": [3454344768], "KillType": [1] }, - "3679104028": { - "DamageType": [1847026933, 151347233], - "KillType": [1] - }, - "3679104031": { - "DamageType": [2303181850, 3454344768], - "KillType": [2] - }, "3679234405": { "ActivityMode": [1164760504], "DamageType": [151347233], "KillType": [0, 4] }, - "3683313874": { - "ActivityMode": [1164760504], - "DamageType": [3454344768] - }, "3691663932": { "Destination": [1729879943], "DamageType": [3373582085], @@ -4211,17 +3137,9 @@ "3691663933": { "Destination": [1729879943] }, - "3693294824": { - "ActivityMode": [1164760504], - "KillType": [2] - }, - "3696295486": { - "ActivityMode": [1848252830], - "ItemCategory": [14] - }, - "3697234118": { - "ActivityMode": [1848252830], - "ItemCategory": [8] + "3693877070": { + "Destination": [3607432451], + "ItemCategory": [5, 12] }, "3697349528": { "KillType": [3, 0] @@ -4232,79 +3150,30 @@ "3702334623": { "KillType": [1] }, - "3704556810": { - "ItemCategory": [54, 3871742104], - "KillType": [0] - }, - "3712039972": { - "ActivityMode": [1164760504], - "KillType": [0] - }, - "3712039973": { - "ActivityMode": [1164760504], - "DamageType": [3454344768, 151347233] - }, - "3712039976": { - "ActivityMode": [1164760504], - "ItemCategory": [12] - }, - "3712039977": { - "ActivityMode": [1164760504], - "ItemCategory": [153950757, -153950757] - }, - "3712039978": { - "ActivityMode": [1164760504], - "DamageType": [2303181850, 3949783978] - }, - "3712039979": { - "ActivityMode": [1164760504], - "ItemCategory": [54] - }, - "3712039980": { - "ActivityMode": [1164760504], - "ItemCategory": [7] - }, - "3712039981": { - "ActivityMode": [1164760504], - "ItemCategory": [6], - "KillType": [4] - }, - "3712039982": { - "ActivityMode": [1164760504], - "ItemCategory": [10] - }, - "3712039983": { - "ActivityMode": [1164760504], - "ItemCategory": [8], - "KillType": [4] - }, - "3713071908": { - "ActivityMode": [1164760504] - }, "3721656876": { "ItemCategory": [10] }, "3723696828": { "ItemCategory": [11] }, - "3731062163": { - "ActivityMode": [2394616003] - }, "3735363404": { "Destination": [677774031] }, "3742423637": { "DamageType": [3949783978] }, + "3758175010": { + "ActivityMode": [2394616003], + "Destination": [3990611421] + }, + "3763552014": { + "DamageType": [3454344768] + }, "3765938216": { "ActivityMode": [2394616003], "DamageType": [151347233], "KillType": [1, 0] }, - "3782095609": { - "ActivityMode": [1164760504, 1264443021], - "KillType": [1] - }, "3791769270": { "Destination": [1416096592] }, @@ -4314,10 +3183,6 @@ "3805576189": { "ActivityMode": [1848252830, 3789021730, 1164760504] }, - "3807886154": { - "ActivityMode": [608898761], - "ItemCategory": [6] - }, "3817061966": { "Destination": [1729879943] }, @@ -4353,13 +3218,6 @@ "Destination": [1729879943], "ItemCategory": [2489664120] }, - "3838823723": { - "Destination": [2244580325], - "DamageType": [1847026933, 2303181850, 3454344768] - }, - "3838823726": { - "Destination": [2244580325] - }, "3846956448": { "Destination": [2481646875] }, @@ -4402,14 +3260,6 @@ "3848329302": { "DamageType": [151347233] }, - "3853174649": { - "ActivityMode": [608898761], - "ItemCategory": [153950757, -153950757] - }, - "3854280025": { - "ActivityMode": [1848252830], - "DamageType": [3949783978] - }, "3896716771": { "Destination": [1729879943], "ItemCategory": [5] @@ -4424,9 +3274,6 @@ "3897611839": { "Destination": [1729879943] }, - "3899430886": { - "ActivityMode": [1164760504, 1505888634] - }, "3904432054": { "Destination": [1729879943], "ItemCategory": [9] @@ -4461,9 +3308,6 @@ "3966078208": { "Destination": [697502628] }, - "3971836963": { - "ActivityMode": [2394616003] - }, "3984170438": { "Destination": [1729879943] }, @@ -4476,10 +3320,6 @@ "3985923226": { "Destination": [677774031] }, - "3990791875": { - "ActivityMode": [1164760504], - "DamageType": [1847026933] - }, "3993430445": { "Destination": [3607432451] }, @@ -4493,13 +3333,6 @@ "4003211415": { "Destination": [677774031] }, - "4004837762": { - "ActivityMode": [1164760504], - "KillType": [4] - }, - "4010546641": { - "ActivityMode": [1164760504, 1505888634] - }, "4010589224": { "Destination": [677774031] }, @@ -4512,12 +3345,6 @@ "4023822046": { "ActivityMode": [1848252830, 3789021730, 1164760504] }, - "4037933170": { - "ActivityMode": [1164760504] - }, - "4042851399": { - "ActivityMode": [1164760504, 4078439804] - }, "4044330008": { "Destination": [1729879943] }, @@ -4530,9 +3357,6 @@ "4044330015": { "Destination": [1416096592] }, - "4049852878": { - "Destination": [1416096592] - }, "4050047257": { "Destination": [2244580325] }, @@ -4581,10 +3405,6 @@ "4084493733": { "ItemCategory": [12] }, - "4086613787": { - "ActivityMode": [1164760504], - "DamageType": [3454344768] - }, "4095766153": { "Destination": [1416096592] }, @@ -4592,14 +3412,6 @@ "Destination": [1729879943], "ItemCategory": [54] }, - "4108896452": { - "ActivityMode": [2394616003], - "KillType": [4] - }, - "4114666828": { - "ActivityMode": [1848252830], - "DamageType": [1847026933] - }, "4120120192": { "Destination": [1729879943], "ItemCategory": [11] @@ -4634,14 +3446,14 @@ "4156787317": { "Destination": [677774031] }, - "4175301673": { - "DamageType": [1847026933] - }, "4188409722": { "DamageType": [2303181850] }, - "4197398846": { - "ActivityMode": [1164760504, 910991990] + "4194930351": { + "ItemCategory": [6, 14] + }, + "4195357129": { + "Destination": [2244580325] }, "4204937008": { "Destination": [1729879943] @@ -4662,13 +3474,12 @@ "Destination": [677774031], "KillType": [1, 2, 0] }, - "4209915572": { - "ActivityMode": [1164760504], - "ItemCategory": [3317538576] - }, "4213377134": { "Destination": [1416096592] }, + "4216908924": { + "Destination": [3607432451] + }, "4224533134": { "Destination": [1729879943] }, @@ -4679,10 +3490,6 @@ "Destination": [1729879943], "ItemCategory": [14] }, - "4227109015": { - "ItemCategory": [6], - "KillType": [4] - }, "4233883935": { "Destination": [677774031] }, @@ -4699,29 +3506,13 @@ "4240324233": { "ItemCategory": [54] }, - "4243637120": { - "ActivityMode": [1164760504] - }, - "4247695496": { - "Destination": [697502628] - }, "4247773596": { "ItemCategory": [5], "KillType": [4] }, - "4249475965": { - "ActivityMode": [1848252830] - }, "4252762628": { "Destination": [2481646875] }, - "4259131291": { - "ActivityMode": [2394616003], - "DamageType": [1847026933] - }, - "4264473211": { - "Destination": [697502628] - }, "4264728731": { "ActivityMode": [1826469369] }, @@ -4750,5 +3541,8 @@ }, "4276814926": { "ActivityMode": [1848252830] + }, + "4291849812": { + "DamageType": [2303181850] } } diff --git a/output/reduced-cost-mod-mappings.ts b/output/reduced-cost-mod-mappings.ts index c72e810b..b71a67b3 100644 --- a/output/reduced-cost-mod-mappings.ts +++ b/output/reduced-cost-mod-mappings.ts @@ -14,7 +14,6 @@ export const normalToReducedMod: { [normalModHash: number]: number } = { '534479613': 2436471653, '554409585': 644105, '633101315': 2771425787, - '638704972': 3456250548, '686455429': 3075302157, '688956976': 56663992, '707237917': 657773637, @@ -38,6 +37,8 @@ export const normalToReducedMod: { [normalModHash: number]: number } = { '1305536863': 1891463783, '1388734897': 897335593, '1435557120': 3896141096, + '1456244346': 810675984, + '1456244349': 810675991, '1456244351': 846698094, '1553790504': 1019574576, '1589556860': 2888195476, @@ -85,10 +86,12 @@ export const normalToReducedMod: { [normalModHash: number]: number } = { '3437323171': 3887037435, '3462414552': 3294892432, '3467460423': 3914973263, + '3518670115': 2899505723, '3573031954': 3276278122, '3581696649': 2805854721, '3599522901': 2031584061, '3685945823': 3657186535, + '3712696020': 2996369932, '3719981603': 930759851, '3726719281': 3245543337, '3775916472': 3675553168, diff --git a/output/season-tags.json b/output/season-tags.json index 9b31f4e3..9dc3cae3 100644 --- a/output/season-tags.json +++ b/output/season-tags.json @@ -21,5 +21,6 @@ "defiance": 20, "deep": 21, "witch": 22, - "wish": 23 + "wish": 23, + "echoes": 24 } diff --git a/output/season-to-source.json b/output/season-to-source.json index 103dd7bd..2f392751 100644 --- a/output/season-to-source.json +++ b/output/season-to-source.json @@ -36,23 +36,23 @@ "613791463": 22, "629617846": 12, "641018908": 3, - "642326476": 15, "654652973": 4, "675740011": 15, "677167936": 1, "681989555": 14, "707740602": 4, "709680645": 20, - "711005105": 1, "736336644": 4, "745186842": 9, "772619302": 1, "794422188": 22, "817015032": 2, + "827839814": 12, "887452441": 13, "901482731": 20, "925197669": 5, "929025440": 7, + "958460845": 24, "1007078046": 16, "1076222895": 1, "1102533392": 15, @@ -78,12 +78,14 @@ "1457456824": 5, "1459595344": 8, "1462687159": 1, + "1465057711": 15, "1465990789": 5, "1483048674": 5, "1497107113": 10, "1564061133": 9, "1568732528": 23, "1581680964": 2, + "1581731027": 24, "1596507419": 5, "1597738585": 19, "1618754228": 9, @@ -122,6 +124,7 @@ "2379344669": 11, "2384327872": 5, "2487203690": 2, + "2514060836": 24, "2541753910": 5, "2585665369": 23, "2601524261": 9, @@ -166,6 +169,7 @@ "3190938946": 8, "3226099405": 14, "3257722699": 5, + "3277652589": 15, "3288974535": 21, "3388021959": 10, "3390269646": 3, diff --git a/output/seasonal-armor-mods.json b/output/seasonal-armor-mods.json index 578b6876..7c4c4f2a 100644 --- a/output/seasonal-armor-mods.json +++ b/output/seasonal-armor-mods.json @@ -1,5 +1,7 @@ [ 110793779, + 2077016094, 2812559045, - 2831374162 + 2831374162, + 3458160468 ] diff --git a/output/seasonal-challenges.json b/output/seasonal-challenges.json index e86ccbe1..9dfd8b2e 100644 --- a/output/seasonal-challenges.json +++ b/output/seasonal-challenges.json @@ -1,152 +1,215 @@ { - "100144154": { - "DamageType": [2303181850, 1847026933, 3454344768] + "14366810": { + "ActivityMode": [2394616003] }, - "126027154": { - "ActivityMode": [1164760504], + "274032577": { + "ActivityMode": [1848252830] + }, + "299921552": { + "ActivityMode": [1848252830], "DamageType": [1847026933] }, - "212025167": { - "ItemCategory": [3954685534, 11, 14, 54, 3871742104] + "496857955": { + "DamageType": [3373582085] }, - "212385112": { - "DamageType": [1847026933], - "ItemCategory": [54], - "KillType": [0] + "530288896": { + "Destination": [3607432451] }, - "299080148": { - "ActivityMode": [3789021730] + "530288898": { + "Destination": [3607432451] }, - "340893273": { - "ItemCategory": [5, 9, 6, 12, 3871742104] + "530288899": { + "Destination": [3607432451] }, - "733321528": { - "ActivityMode": [3789021730] + "563387870": { + "ItemCategory": [3954685534, 11, 14, 54, 3871742104] }, - "823471263": { - "ActivityMode": [3199098480] + "618885585": { + "ActivityMode": [1264443021], + "KillType": [1] + }, + "631071137": { + "ActivityMode": [1848252830, 1164760504] }, - "849426610": { - "ItemCategory": [1504945536, 2489664120] + "903608879": { + "ActivityMode": [1164760504, 1826469369] }, - "849426611": { - "ItemCategory": [7, 8] + "1034973233": { + "ActivityMode": [1848252830, 1164760504], + "ItemCategory": [54] }, - "849426612": { - "ItemCategory": [9, 7] + "1051651266": { + "ActivityMode": [1848252830], + "ItemCategory": [5, 6, 14] }, - "849426613": { - "ItemCategory": [6, 3954685534] + "1315656315": { + "ActivityMode": [1848252830, 1164760504] }, - "849426614": { - "DamageType": [1847026933], - "ItemCategory": [13] + "1368082597": { + "ActivityMode": [1164760504], + "DamageType": [1847026933] }, - "849426615": { - "ItemCategory": [3317538576, 11] + "1426243547": { + "ActivityMode": [1848252830], + "DamageType": [3454344768] }, - "978188190": { - "ActivityMode": [1848252830] + "1428415795": { + "ActivityMode": [3789021730] }, - "1301358052": { - "ActivityMode": [1164760504, 1826469369] + "1507983852": { + "ActivityMode": [1848252830, 1164760504] }, - "1486278192": { - "Destination": [697502628] + "1693197007": { + "Destination": [1729879943] }, - "1486278195": { - "DamageType": [3949783978] + "1733757098": { + "KillType": [1] }, - "1486278197": { - "DamageType": [2303181850, 3454344768, 1847026933] + "1733757101": { + "KillType": [1] }, - "1727835029": { + "1795229884": { "ActivityMode": [1848252830, 1164760504] }, - "1808201457": { - "ActivityMode": [1848252830, 1164760504] + "1810405076": { + "ItemCategory": [5, 9, 6, 12, 3871742104] }, - "1810556632": { - "ItemCategory": [13] + "1868894151": { + "Destination": [677774031] }, - "1955051423": { - "ItemCategory": [3317538576, 7, 2489664120] + "1984327789": { + "ActivityMode": [1826469369] }, - "2286566698": { - "KillType": [4] + "2047854385": { + "ActivityMode": [1848252830] }, - "2326756067": { - "ActivityMode": [1673724806] + "2058546064": { + "Destination": [3607432451] }, - "2369029562": { - "ActivityMode": [1826469369] + "2058546065": { + "ItemCategory": [5, 6] }, - "2480731872": { - "ActivityMode": [1848252830, 1164760504], - "ItemCategory": [5, 3317538576, 6, 7, 13] + "2058546067": { + "ItemCategory": [14] }, - "2549670169": { - "ActivityMode": [1848252830, 1164760504] + "2230067044": { + "Destination": [3607432451] }, - "2704901923": { + "2406318518": { "ItemCategory": [1504945536, 8, 10], "KillType": [4] }, - "2711711584": { - "Destination": [1416096592] + "2423314734": { + "ActivityMode": [3199098480] }, - "2711711585": { - "DamageType": [1847026933, 3454344768, 3949783978] + "2446210622": { + "ActivityMode": [1848252830], + "DamageType": [1847026933, 2303181850, 3454344768, 151347233] }, - "2711711586": { - "DamageType": [1847026933, 2303181850, 151347233] + "2454419396": { + "Destination": [3607432451] }, - "2732554414": { - "DamageType": [3373582085] + "2454419397": { + "ItemCategory": [7] }, - "2826636359": { - "Destination": [697502628] + "2454419399": { + "ItemCategory": [13, 8] }, - "3051570564": { - "ActivityMode": [1848252830, 1164760504] + "2462948611": { + "Destination": [2481646875] }, - "3067909249": { - "ActivityMode": [2394616003] + "2470570141": { + "ItemCategory": [3954685534] + }, + "2477876748": { + "ActivityMode": [1848252830] }, - "3351530130": { + "2535218114": { + "ActivityMode": [1673724806] + }, + "2567397238": { "ActivityMode": [1848252830, 1164760504], - "Destination": [2481646875] + "ItemCategory": [5, 6, 14, 10, 54] }, - "3476469300": { - "ActivityMode": [1264443021], - "KillType": [1] + "2821383175": { + "KillType": [4] }, - "3696380780": { - "ActivityMode": [3789021730] + "2945226360": { + "ItemCategory": [3317538576, 7, 2489664120] }, - "3945217823": { - "ItemCategory": [54] + "2974476440": { + "ActivityMode": [1164760504], + "DamageType": [2303181850] + }, + "3034677288": { + "Destination": [3607432451] + }, + "3034677289": { + "Destination": [3607432451] + }, + "3034677290": { + "Destination": [3607432451] + }, + "3034677291": { + "Destination": [3607432451] + }, + "3034677292": { + "Destination": [3607432451] }, - "4001782950": { + "3034677293": { + "Destination": [3607432451] + }, + "3034677294": { + "Destination": [3607432451] + }, + "3034677295": { + "Destination": [3607432451] + }, + "3108826036": { "ActivityMode": [1848252830, 1164760504] }, - "4075656364": { + "3225884191": { + "ActivityMode": [3789021730] + }, + "3232318145": { "ActivityMode": [1848252830, 1164760504] }, - "4127396560": { - "Destination": [2481646875] + "3344774530": { + "ItemCategory": [54] + }, + "3344774532": { + "ActivityMode": [1848252830, 1164760504], + "ItemCategory": [54] }, - "4217661369": { - "Destination": [1416096592] + "3344774533": { + "DamageType": [2303181850], + "ItemCategory": [54] + }, + "3344774535": { + "ActivityMode": [3789021730], + "ItemCategory": [54] + }, + "3478538985": { + "ActivityMode": [3789021730] }, - "4219360358": { - "Destination": [2244580325] + "3707300985": { + "ActivityMode": [1848252830, 1164760504] + }, + "3825602902": { + "Destination": [3607432451] + }, + "3826217574": { + "Destination": [3990611421] }, - "4246691272": { + "3873109575": { "ActivityMode": [1848252830], - "DamageType": [1847026933, 151347233, 3949783978] + "DamageType": [2303181850] }, - "4264695459": { - "ItemCategory": [5, 3317538576, 6, 7] + "3903061705": { + "Destination": [3607432451] + }, + "4036143046": { + "ActivityMode": [1164760504], + "DamageType": [3454344768] } } diff --git a/output/seasons.json b/output/seasons.json index 694413cf..8fa12a5a 100644 --- a/output/seasons.json +++ b/output/seasons.json @@ -5,8 +5,8 @@ "10656656": 10, "16277432": 1, "16277433": 1, + "16638392": 24, "18179099": 19, - "18261472": 23, "29194593": 3, "31953744": 1, "31953746": 1, @@ -35,13 +35,20 @@ "61740554": 22, "61740555": 22, "63024229": 2, + "63348567": 24, "74038334": 12, "76764720": 9, "76764721": 9, "76764722": 9, + "79833168": 24, + "79833169": 24, + "79833170": 24, + "79833172": 24, + "79833173": 24, + "79833174": 24, + "79833175": 24, "80303715": 2, "87994267": 3, - "88272063": 23, "89300158": 19, "91501643": 12, "93029342": 1, @@ -50,6 +57,7 @@ "101761654": 19, "105300091": 2, "105911828": 17, + "107607117": 24, "116784191": 7, "116918307": 12, "125438212": 3, @@ -66,12 +74,16 @@ "140842223": 7, "143299650": 7, "145178484": 19, + "146081606": 24, "146910655": 23, "147998763": 11, "153144587": 7, "156845152": 13, "156845153": 13, "159093681": 23, + "166080281": 24, + "166080282": 24, + "166080283": 24, "167651268": 2, "168042471": 8, "168438525": 14, @@ -111,6 +123,7 @@ "233125175": 16, "233896077": 21, "234970842": 3, + "238335348": 24, "242419885": 20, "242730894": 7, "249784434": 12, @@ -147,6 +160,7 @@ "286098604": 6, "286098606": 6, "286098607": 6, + "289811733": 24, "292778444": 1, "293622383": 12, "294129361": 16, @@ -156,11 +170,13 @@ "298334059": 8, "298334063": 8, "301177215": 15, + "307805822": 24, "309633584": 22, "313685908": 2, "313685909": 2, "313685910": 2, "313685911": 2, + "317350029": 24, "317465074": 2, "317465075": 2, "320750826": 11, @@ -170,6 +186,8 @@ "338612265": 3, "343482208": 14, "343482209": 14, + "343789488": 24, + "343789489": 24, "346065606": 3, "346066663": 22, "346473619": 21, @@ -178,6 +196,9 @@ "351707684": 19, "353932628": 9, "354227005": 23, + "354404332": 24, + "354404333": 24, + "354404335": 24, "365524697": 9, "366019830": 20, "366474809": 16, @@ -249,7 +270,6 @@ "485239296": 14, "486920324": 11, "492834021": 6, - "494061200": 23, "494187468": 18, "494187469": 18, "494493680": 1, @@ -268,6 +288,7 @@ "514572085": 15, "518566750": 2, "518930465": 3, + "519046634": 24, "531005896": 3, "532530776": 13, "537036424": 7, @@ -295,10 +316,12 @@ "574433875": 17, "574694085": 7, "574790717": 7, + "576069028": 24, "577345565": 7, "581237363": 4, "583548063": 3, "586497084": 21, + "586671776": 24, "588138826": 23, "589151513": 2, "589978193": 14, @@ -337,6 +360,7 @@ "650418244": 20, "655712834": 23, "659359923": 16, + "659709387": 24, "664042851": 1, "669267835": 2, "671247011": 5, @@ -353,6 +377,7 @@ "685157383": 1, "685299502": 4, "690228054": 5, + "691819782": 24, "691914261": 2, "700322568": 1, "700322570": 1, @@ -375,6 +400,7 @@ "747033133": 3, "749168710": 23, "754884040": 20, + "760272956": 24, "765946822": 22, "771273473": 4, "773659236": 15, @@ -403,6 +429,7 @@ "802191382": 1, "802191383": 1, "804309451": 15, + "805381928": 24, "807186981": 1, "810321696": 11, "810623803": 4, @@ -465,6 +492,7 @@ "928070392": 16, "929148730": 7, "930064526": 1, + "932194044": 24, "937162783": 4, "938804347": 1, "939209126": 3, @@ -501,6 +529,7 @@ "1011670905": 3, "1013401891": 20, "1015625737": 21, + "1015730268": 24, "1016114126": 8, "1018190408": 9, "1020589069": 14, @@ -569,10 +598,10 @@ "1099926164": 23, "1099926165": 23, "1103965354": 22, + "1105341592": 24, "1105928645": 2, "1108316279": 21, "1109535462": 23, - "1116049802": 15, "1120048000": 5, "1120064792": 1, "1120186562": 15, @@ -597,6 +626,8 @@ "1147673599": 20, "1150304053": 12, "1152762705": 8, + "1153991042": 24, + "1153991043": 24, "1155452660": 23, "1160766519": 14, "1162929425": 5, @@ -618,6 +649,7 @@ "1208826751": 23, "1210362881": 1, "1210937132": 3, + "1213492937": 24, "1214401677": 18, "1219897208": 16, "1221462631": 18, @@ -630,8 +662,10 @@ "1230660648": 12, "1232390730": 16, "1240184693": 21, + "1242865739": 24, "1249334869": 12, "1256660988": 8, + "1257952519": 24, "1259278657": 3, "1260041928": 21, "1260362486": 18, @@ -646,7 +680,6 @@ "1273510836": 6, "1277486053": 3, "1277677855": 1, - "1279072621": 23, "1280248869": 1, "1280755883": 5, "1280894514": 18, @@ -705,6 +738,7 @@ "1319520530": 12, "1319537766": 14, "1319537767": 14, + "1319899129": 24, "1320113564": 4, "1321546045": 2, "1323035623": 21, @@ -743,6 +777,7 @@ "1389546626": 20, "1390587439": 1, "1390684733": 22, + "1396048722": 24, "1396114223": 1, "1397284432": 2, "1405321765": 21, @@ -763,6 +798,7 @@ "1429874803": 19, "1430140002": 9, "1430140003": 9, + "1430606515": 24, "1431165322": 2, "1440616900": 11, "1444655707": 1, @@ -824,6 +860,7 @@ "1518774295": 3, "1519942860": 3, "1519942861": 3, + "1520144521": 24, "1527687869": 16, "1529650477": 11, "1531478589": 4, @@ -847,6 +884,7 @@ "1559478790": 22, "1560678953": 3, "1561249470": 6, + "1569145193": 24, "1577190509": 20, "1579706082": 3, "1579706083": 3, @@ -854,6 +892,7 @@ "1581889666": 21, "1588254578": 3, "1589318419": 3, + "1590407914": 24, "1590498252": 4, "1590498254": 4, "1590498255": 4, @@ -868,26 +907,16 @@ "1602334068": 2, "1603863150": 21, "1605596084": 2, - "1607610663": 21, "1608119540": 2, - "1612001750": 23, - "1612001751": 23, - "1612001752": 23, - "1612001753": 23, - "1612001754": 23, - "1612001755": 23, - "1612001756": 23, - "1612001757": 23, - "1612001758": 23, "1614326414": 10, "1614326415": 10, + "1616346845": 24, "1623332175": 16, "1623653768": 2, "1623653769": 2, "1623653770": 2, "1623653771": 2, "1623693459": 11, - "1624325386": 23, "1625014740": 16, "1627792659": 11, "1631206822": 11, @@ -896,7 +925,6 @@ "1633261020": 11, "1633854071": 4, "1640597844": 21, - "1644134619": 22, "1645521766": 12, "1649663920": 16, "1649929380": 3, @@ -917,6 +945,7 @@ "1661191199": 7, "1662439581": 1, "1665551138": 9, + "1666450988": 24, "1667376042": 2, "1671775166": 4, "1671775167": 4, @@ -942,6 +971,7 @@ "1706874193": 6, "1708415886": 5, "1710284674": 23, + "1710813116": 24, "1711459689": 1, "1712065759": 23, "1714370698": 8, @@ -1052,6 +1082,7 @@ "1858216083": 7, "1858618510": 18, "1860355337": 3, + "1861087035": 24, "1862324869": 7, "1865638436": 12, "1868330208": 17, @@ -1068,7 +1099,6 @@ "1871823355": 19, "1873273984": 2, "1873857625": 1, - "1880080506": 23, "1881497005": 21, "1884588413": 21, "1885107794": 16, @@ -1084,7 +1114,6 @@ "1887823827": 8, "1890164722": 1, "1891321753": 23, - "1894308274": 23, "1897528210": 3, "1897536429": 3, "1900594973": 19, @@ -1204,6 +1233,7 @@ "1971919313": 22, "1972548224": 11, "1976338154": 21, + "1981116089": 24, "1981661519": 12, "1983275378": 15, "1983519830": 10, @@ -1275,6 +1305,7 @@ "2078240126": 18, "2079505484": 3, "2079505485": 3, + "2085536058": 24, "2087171913": 23, "2087899461": 3, "2088834049": 23, @@ -1347,6 +1378,7 @@ "2179902689": 15, "2182316188": 11, "2182330181": 3, + "2185878931": 24, "2189358721": 22, "2190633952": 18, "2191200811": 23, @@ -1418,6 +1450,7 @@ "2324903362": 18, "2325217837": 7, "2325321839": 8, + "2326578623": 24, "2328211300": 18, "2328435454": 6, "2328497849": 1, @@ -1433,6 +1466,7 @@ "2342711685": 9, "2346279889": 14, "2349752877": 23, + "2350566579": 24, "2352869761": 9, "2353359390": 16, "2355278664": 22, @@ -1488,7 +1522,6 @@ "2484637936": 1, "2484637938": 1, "2484637939": 1, - "2492064121": 23, "2492590623": 14, "2492769187": 3, "2501396275": 16, @@ -1541,6 +1574,7 @@ "2552460293": 19, "2552954151": 7, "2556098840": 5, + "2557881346": 24, "2568867449": 23, "2569113415": 1, "2574262860": 4, @@ -1550,6 +1584,7 @@ "2580357958": 11, "2580432862": 19, "2580533670": 16, + "2581389132": 24, "2586806208": 22, "2586851812": 14, "2588647360": 12, @@ -1650,6 +1685,7 @@ "2749904087": 8, "2750411529": 21, "2752157162": 17, + "2753228730": 24, "2756505818": 14, "2756505819": 14, "2757833801": 7, @@ -1716,6 +1752,9 @@ "2816306775": 21, "2816485244": 3, "2818777309": 15, + "2822855549": 24, + "2822855550": 24, + "2822855551": 24, "2824302184": 3, "2828252061": 2, "2829865752": 13, @@ -1729,8 +1768,13 @@ "2840773569": 11, "2842471112": 16, "2847079604": 12, + "2847579025": 24, + "2847579026": 24, + "2847579029": 24, + "2847579035": 24, "2849050827": 16, "2851897225": 21, + "2852373306": 24, "2853747581": 19, "2854370169": 8, "2858342979": 5, @@ -1787,6 +1831,7 @@ "2931483505": 1, "2932390016": 18, "2934509775": 14, + "2936183184": 24, "2938523486": 1, "2940416351": 7, "2944782064": 1, @@ -1849,6 +1894,13 @@ "3010244697": 3, "3012249670": 5, "3012249671": 5, + "3012879304": 24, + "3012879305": 24, + "3012879306": 24, + "3012879307": 24, + "3012879308": 24, + "3012879309": 24, + "3012879311": 24, "3013363601": 4, "3015197581": 3, "3023230941": 2, @@ -1878,6 +1930,9 @@ "3088135833": 16, "3092180969": 21, "3101012909": 23, + "3101709156": 24, + "3101709157": 24, + "3101709158": 24, "3102003364": 23, "3103255595": 22, "3104384024": 3, @@ -1923,15 +1978,18 @@ "3140833557": 2, "3140833558": 2, "3140833559": 2, + "3143728275": 24, "3153681208": 18, "3154193408": 22, "3157963939": 14, "3159052337": 7, + "3159160837": 24, "3159710857": 20, "3161524490": 2, "3163467796": 1, "3166802179": 5, "3168164098": 2, + "3168934826": 24, "3168997075": 18, "3171649853": 2, "3177119978": 2, @@ -1964,6 +2022,16 @@ "3214073081": 23, "3215252549": 6, "3225959819": 1, + "3228576704": 24, + "3228576705": 24, + "3228576706": 24, + "3228576707": 24, + "3228576708": 24, + "3228576709": 24, + "3228576710": 24, + "3228576711": 24, + "3228576714": 24, + "3228576715": 24, "3230467553": 14, "3230867320": 4, "3230867321": 4, @@ -2039,9 +2107,7 @@ "3301342410": 12, "3301342411": 12, "3301429924": 5, - "3304489473": 23, "3314737869": 11, - "3320175784": 1, "3321444752": 12, "3321444753": 12, "3321444754": 12, @@ -2075,7 +2141,7 @@ "3351378143": 1, "3352019292": 4, "3352566658": 2, - "3358035918": 23, + "3355614447": 24, "3358687360": 16, "3360014173": 9, "3362582864": 19, @@ -2137,6 +2203,7 @@ "3471922734": 16, "3474363664": 14, "3475074928": 3, + "3481131423": 24, "3481861797": 1, "3487471557": 19, "3487922223": 1, @@ -2292,6 +2359,7 @@ "3717471209": 3, "3719164773": 2, "3721195043": 11, + "3725942064": 24, "3727205096": 8, "3727346032": 15, "3727346033": 15, @@ -2353,6 +2421,8 @@ "3809278479": 23, "3809722908": 2, "3811760832": 1, + "3814697630": 24, + "3814697631": 24, "3820128352": 23, "3820835868": 3, "3825769808": 1, @@ -2396,11 +2466,11 @@ "3887892656": 1, "3888701628": 23, "3892841518": 7, + "3893112950": 24, "3894472591": 21, "3898143407": 3, "3899548068": 1, "3899944893": 4, - "3902980586": 23, "3903070390": 12, "3903070391": 12, "3903070392": 12, @@ -2412,7 +2482,6 @@ "3903070398": 12, "3903070399": 12, "3903548288": 1, - "3904161749": 23, "3904743813": 21, "3908760309": 3, "3910216754": 23, @@ -2554,11 +2623,14 @@ "4029814949": 11, "4031340274": 5, "4031340275": 5, + "4032296272": 24, "4034060602": 15, "4035690282": 5, "4036779270": 16, "4039169178": 20, + "4040221326": 24, "4043342755": 20, + "4045313562": 24, "4048186065": 3, "4048242887": 20, "4049365947": 1, @@ -2581,6 +2653,9 @@ "4088827201": 12, "4088827202": 12, "4089147221": 8, + "4089840981": 24, + "4089840982": 24, + "4089840983": 24, "4089988225": 3, "4090391256": 12, "4090775747": 11, @@ -2603,12 +2678,14 @@ "4100029812": 7, "4101386442": 1, "4105858344": 8, + "4106757302": 24, "4107663664": 13, "4110556120": 2, "4114677048": 7, "4114707355": 2, "4116678224": 22, "4116678225": 22, + "4116837065": 24, "4119095630": 3, "4119622018": 21, "4128095381": 6, @@ -2651,10 +2728,12 @@ "4150233527": 22, "4150233534": 22, "4150233535": 22, + "4151287333": 24, "4154821248": 3, "4159550315": 7, "4159830752": 23, "4159935832": 4, + "4160988416": 24, "4167011106": 20, "4167011107": 20, "4167011112": 20, @@ -2665,6 +2744,7 @@ "4167011117": 20, "4167011118": 20, "4167011119": 20, + "4169225313": 24, "4169903862": 23, "4173467416": 7, "4173467417": 7, @@ -2742,6 +2822,7 @@ "4275472614": 20, "4275472615": 20, "4276035208": 5, + "4282591831": 24, "4283023978": 4, "4283023979": 4, "4283023980": 4, diff --git a/output/seasons_backup.json b/output/seasons_backup.json index 9aae7dfa..35709a60 100644 --- a/output/seasons_backup.json +++ b/output/seasons_backup.json @@ -32,6 +32,9 @@ "156845152": 13, "156845153": 13, "159093681": 23, + "166080281": 24, + "166080282": 24, + "166080283": 24, "167651268": 2, "171635528": 21, "171635529": 21, @@ -106,6 +109,8 @@ "335763433": 3, "343482208": 14, "343482209": 14, + "343789488": 24, + "343789489": 24, "346065606": 3, "346066663": 22, "346878928": 1, @@ -170,6 +175,7 @@ "566732136": 4, "574167778": 7, "574790717": 7, + "586671776": 24, "596262236": 23, "596262237": 23, "605021773": 22, @@ -244,8 +250,8 @@ "921357268": 2, "929148730": 7, "935879349": 7, - "946362721": 22, "959024642": 23, + "964071868": 24, "967650555": 3, "967781090": 10, "970568088": 7, @@ -279,12 +285,6 @@ "1045633725": 1, "1045633727": 1, "1051903593": 2, - "1051938194": 1, - "1051938195": 1, - "1051938196": 1, - "1051938197": 1, - "1051938198": 1, - "1051938199": 1, "1052553862": 2, "1052553863": 2, "1056992393": 6, @@ -313,6 +313,8 @@ "1147673598": 20, "1147673599": 20, "1150304053": 12, + "1153991042": 24, + "1153991043": 24, "1154659864": 2, "1157279525": 23, "1166603202": 11, @@ -352,8 +354,6 @@ "1290784012": 2, "1292425061": 14, "1296106843": 23, - "1298682514": 1, - "1298682515": 1, "1301731333": 3, "1301766302": 22, "1312104533": 23, @@ -396,11 +396,6 @@ "1423305599": 2, "1430140002": 9, "1430140003": 9, - "1434482690": 1, - "1434482691": 1, - "1434482692": 1, - "1434482693": 1, - "1434482695": 1, "1437735332": 7, "1450633717": 3, "1454293404": 22, @@ -415,12 +410,6 @@ "1473368767": 4, "1473923371": 3, "1474803667": 7, - "1489178152": 1, - "1489178153": 1, - "1489178154": 1, - "1489178155": 1, - "1489178156": 1, - "1489178157": 1, "1498848678": 7, "1502135233": 5, "1502135240": 5, @@ -437,6 +426,7 @@ "1511744861": 23, "1511744862": 23, "1511744863": 23, + "1520144521": 24, "1520696335": 7, "1521934049": 19, "1528024613": 23, @@ -450,7 +440,6 @@ "1545181237": 22, "1548056407": 7, "1549308050": 7, - "1551105654": 20, "1556831535": 6, "1559478790": 22, "1561249470": 6, @@ -470,7 +459,6 @@ "1623653769": 2, "1623653770": 2, "1623653771": 2, - "1644134619": 22, "1644189372": 3, "1649929380": 3, "1651275175": 7, @@ -613,6 +601,7 @@ "2179603795": 6, "2179603798": 6, "2179603799": 6, + "2185878931": 24, "2189358721": 22, "2191200811": 23, "2199255555": 23, @@ -658,6 +647,7 @@ "2307426898": 1, "2311506225": 5, "2319743206": 3, + "2326578623": 24, "2328435454": 6, "2337290000": 7, "2339497078": 22, @@ -700,6 +690,7 @@ "2572547217": 6, "2578820926": 7, "2580533670": 16, + "2581389132": 24, "2585373098": 7, "2590810641": 23, "2591111628": 14, @@ -714,12 +705,6 @@ "2637837647": 3, "2642798136": 22, "2644573111": 17, - "2657932152": 1, - "2657932153": 1, - "2657932156": 1, - "2657932157": 1, - "2657932158": 1, - "2657932159": 1, "2661272172": 2, "2661272173": 2, "2661326387": 7, @@ -784,6 +769,9 @@ "2812100428": 19, "2814093983": 19, "2816306775": 21, + "2822855549": 24, + "2822855550": 24, + "2822855551": 24, "2824302184": 3, "2826719795": 7, "2828252061": 2, @@ -821,15 +809,6 @@ "2924095235": 3, "2924794318": 11, "2924954886": 3, - "2926662833": 1, - "2926662834": 1, - "2926662835": 1, - "2926662836": 1, - "2926662837": 1, - "2926662838": 1, - "2926662839": 1, - "2926662840": 1, - "2926662841": 1, "2928555612": 23, "2928555613": 23, "2928555615": 23, @@ -898,7 +877,9 @@ "3154193408": 22, "3154516913": 2, "3159052337": 7, + "3159160837": 24, "3161524490": 2, + "3168934826": 24, "3177119978": 2, "3179985807": 22, "3186325460": 5, @@ -998,14 +979,7 @@ "3397132454": 15, "3397132455": 15, "3400256755": 15, - "3403116792": 1, - "3403116793": 1, - "3403116794": 1, - "3403116795": 1, - "3403116796": 1, - "3403116797": 1, "3405314918": 7, - "3415749748": 22, "3419040471": 23, "3421411300": 7, "3432146796": 23, @@ -1013,10 +987,6 @@ "3444687693": 3, "3446862222": 13, "3446862223": 13, - "3450065536": 1, - "3450065540": 1, - "3450065541": 1, - "3450065543": 1, "3452648355": 21, "3455566107": 2, "3469344438": 21, @@ -1112,11 +1082,6 @@ "3903976633": 7, "3909352274": 2, "3915635973": 3, - "3921006352": 1, - "3921006353": 1, - "3921006354": 1, - "3921006355": 1, - "3921006356": 1, "3926237005": 7, "3929403535": 3, "3930420006": 23, @@ -1161,15 +1126,18 @@ "4095784502": 23, "4100029812": 7, "4103258015": 23, + "4106757302": 24, "4108914784": 7, "4116537170": 11, "4119622018": 21, "4125594864": 3, "4128297107": 7, + "4128373325": 24, "4138697980": 21, "4142792564": 3, "4153787689": 11, "4158464227": 23, + "4169225313": 24, "4169903862": 23, "4173467416": 7, "4173467417": 7, diff --git a/output/source-info-v2.ts b/output/source-info-v2.ts index 156ca22c..2592bd2d 100644 --- a/output/source-info-v2.ts +++ b/output/source-info-v2.ts @@ -9,7 +9,6 @@ const D2Sources: { '30th': { sourceHashes: [ 443340273, // Source: Xûr's Treasure Hoard in Eternity - 642326476, // Source: Dares of Eternity in Eternity 675740011, // Source: "Grasp of Avarice" Dungeon 1102533392, // Source: Xûr (Eternity) 1394793197, // Source: "Magnum Opus" Quest @@ -158,6 +157,7 @@ const D2Sources: { 901482731, // Source: Lightfall Campaign 918840100, // Source: Shadowkeep Campaign 923708784, // Requires Guardian Rank 7: Threats and Surges + 958460845, // Source: The Final Shape Campaign 1076222895, // Source: Defeat bosses in Flashpoints. 1103518848, // Source: Earned over the course of the Warmind campaign. 1118966764, // Source: Dismantle an item with this shader applied to it. @@ -224,18 +224,61 @@ const D2Sources: { }, crucible: { itemHashes: [ + 2307365, // The Inquisitor (Adept) + 161675590, // Whistler's Whim (Adept) + 501345268, // Shayura's Wrath (Adept) + 548809020, // Exalted Truth + 627188188, // Eye of Sol + 711889599, // Whistler's Whim (Adept) 769099721, // Devil in the Details + 825554997, // The Inquisitor (Adept) + 854379020, // Astral Horizon (Adept) + 874623537, // Cataphract GL3 (Adept) + 906840740, // Unwavering Duty + 1141586039, // Unexpected Resurgence (Adept) 1230660649, // Victory's Wreath + 1292594730, // The Summoner (Adept) + 1321626661, // Eye of Sol (Adept) + 1401300690, // Eye of Sol + 1574601402, // Whistler's Whim 1661191197, // Disdain for Glitter + 1705843397, // Exalted Truth (Adept) + 1711056134, // Incisor + 1820994983, // The Summoner + 1968410628, // The Prophet + 1973107014, // Igneous Hammer + 2022294213, // Shayura's Wrath + 2059255495, // Eye of Sol (Adept) + 2185327324, // The Inquisitor + 2314610827, // Igneous Hammer (Adept) 2414564781, // Punctuation Marks 2420153991, // Made Shaxx Proud + 2421180981, // Incisor (Adept) 2588739576, // Crucible Solemnity 2588739578, // Crucible Legacy 2588739579, // Crucible Metallic 2632846356, // Rain of Ashes + 2653171212, // The Inquisitor + 2653171213, // Astral Horizon + 2738601016, // Cataphract GL3 + 2759251821, // Unwavering Duty (Adept) + 2839600459, // Incisor (Adept) + 3001205424, // Ecliptic Distaff + 3019024381, // The Prophet (Adept) + 3102421004, // Exalted Truth + 3165143747, // Whistler's Whim + 3193598749, // The Immortal (Adept) + 3332125295, // Aisha's Care (Adept) + 3444632029, // Unwavering Duty (Adept) + 3624844116, // Unwavering Duty + 3920882229, // Exalted Truth (Adept) 3928440584, // Crucible Carmine 3928440585, // Crucible Redjack + 3969379530, // Aisha's Care + 4005780578, // Unexpected Resurgence + 4039572196, // The Immortal 4060882456, // Rubicund Wrap (Ornament) + 4248997900, // Incisor ], sourceHashes: [ 454115234, // Source: Associated Crucible Quest @@ -245,6 +288,7 @@ const D2Sources: { 929025440, // Acquired by competing in the Crucible during the Prismatic Inferno. 1217831333, // Source: Associated Crucible Quest 1223492644, // Source: Complete the "Reconnaissance by Fire" quest. + 1465057711, // Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit) 1494513645, // Source: Glory Matches in Crucible 2055470113, // Source: Chance to acquire when completing Crucible Survival matches after reaching Glory Rank "Mythic." 2537301256, // Source: Glory Rank of "Fabled" in Crucible @@ -366,13 +410,17 @@ const D2Sources: { events: { itemHashes: [ 495940989, // Avalanche + 586671776, // Something New 1280894514, // Mechabre + 2326578623, // 2812100428, // Stay Frosty 2814093983, // Cold Front 3240434620, // Something New 3400256755, // Zephyr 3559361670, // The Title 3573686365, // Glacioclasm + 4106757302, // Crowning Duologue + 4169225313, // Compass Rose ], sourceHashes: [ 32323943, // Source: Moments of Triumph @@ -436,6 +484,7 @@ const D2Sources: { 483798855, // Source: "The Final Strand" Exotic Quest 709680645, // Source: "Truly Satisfactory" Triumph 1141831282, // Source: "Of Queens and Worms" Exotic Quest + 1302157812, // Source: Wild Card Exotic Quest 1388323447, // Source: Exotic Mission "The Whisper" 1476475066, // Source: "Firmware Update" Triumph 1730197643, // Source: //node.ovrd.AVALON// Exotic Quest @@ -479,6 +528,7 @@ const D2Sources: { 887452441, // Source: Gambit Salvager's Salvo Armament 1127923611, // Source: 3 Gambit Rank Resets in a Season 1162859311, // Source: Complete the "Clean Getaway" quest. + 1465057711, // Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit) 2170269026, // Source: Complete Gambit matches and earn rank-up packages from the Drifter. 2364933290, // Source: Gambit Seasonal Ritual Rank Reward 2601524261, // Source: Associated Gambit Quest @@ -598,12 +648,16 @@ const D2Sources: { 231533811, // Iron Strength 487361141, // Gunnora's Axe 540880995, // Dark Decider + 888872889, // Point of the Stag + 1161561386, // The Guiding Sight 1162929425, // The Golden Standard 1448664466, // Iron Bone 1448664467, // Iron Gold 1661191199, // Grizzled Wolf + 1764868900, // Riiswalker 1987234560, // Iron Ruby 1999697514, // The Wizened Rebuke + 2189073092, // Lethal Abundance 2448092902, // Rusted Iron 2488587246, // The Hero's Burden 4009352833, // Roar of the Bear @@ -666,11 +720,7 @@ const D2Sources: { ], enteredDCV: 20, }, - lostsectors: { - sourceHashes: [ - 2203185162, // Source: Solo Legend and Master Lost Sectors - ], - }, + lostsectors: {}, mars: { sourceHashes: [ 1036506031, // Source: Complete activities and earn rank-up packages on Mars. @@ -756,6 +806,7 @@ const D2Sources: { }, nightfall: { itemHashes: [ + 42874240, // Uzume RR4 192784503, // Pre Astyanax IV 213264394, // Buzzard 267089201, // Warden's Law (Adept) @@ -764,28 +815,39 @@ const D2Sources: { 566740455, // THE SWARM (Adept) 672957262, // Undercurrent (Adept) 772231794, // Hung Jury SR4 + 817909300, // Undercurrent (Adept) 912222548, // Soldier On 927835311, // Buzzard (Adept) 959037361, // Wild Style (Adept) + 1056103557, // Shadow Price (Adept) 1064132738, // BrayTech Osprey (Adept) 1151688091, // Undercurrent 1332123064, // Wild Style 1354727549, // The Slammer (Adept) + 1492522228, // Scintillation (Adept) 1586231351, // Mindbender's Ambition 1821529912, // Warden's Law 1854753404, // Wendigo GL3 1854753405, // The Militia's Birthright 1891996599, // Uzume RR4 (Adept) 1987790789, // After the Nightfall + 2063217087, // Pre Astyanax IV (Adept) 2074041946, // Mindbender's Ambition (Adept) + 2152484073, // Warden's Law + 2322926844, // Shadow Price 2450917538, // Uzume RR4 + 2591257541, // Scintillation 2759590322, // THE SWARM 2883684343, // Hung Jury SR4 (Adept) 2889501828, // The Slammer 2914913838, // Loaded Question (Adept) + 2932922810, // Pre Astyanax IV 3125454907, // Loaded Question 3183283212, // Wendigo GL3 + 3250744600, // Warden's Law (Adept) + 3610521673, // Uzume RR4 (Adept) 3667553455, // BrayTech Osprey + 3686538757, // Undercurrent 3832743906, // Hung Jury SR4 3915197957, // Wendigo GL3 (Adept) 4074251943, // Hung Jury SR4 (Adept) @@ -850,6 +912,7 @@ const D2Sources: { 3098328572, // The Recluse 3354242550, // The Recluse 3907337522, // Oxygen SR3 + 3962575203, // Hush ], sourceHashes: [ 598662729, // Source: Reach Glory Rank "Legend" in the Crucible. @@ -1120,6 +1183,7 @@ const D2Sources: { }, strikes: { itemHashes: [ + 42874240, // Uzume RR4 192784503, // Pre Astyanax IV 213264394, // Buzzard 274843196, // Vanguard Unyielding @@ -1134,20 +1198,25 @@ const D2Sources: { 1854753405, // The Militia's Birthright 1974641289, // Nightshade 1999754402, // The Showrunner + 2152484073, // Warden's Law + 2322926844, // Shadow Price 2450917538, // Uzume RR4 2523776412, // Vanguard Burnished Steel 2523776413, // Vanguard Steel 2588647361, // Consequence of Duty + 2591257541, // Scintillation 2759590322, // THE SWARM 2788911997, // Vanguard Divide 2788911998, // Vanguard Metallic 2788911999, // Vanguard Veteran 2889501828, // The Slammer + 2932922810, // Pre Astyanax IV 3001205424, // Ecliptic Distaff 3125454907, // Loaded Question 3183283212, // Wendigo GL3 3215252549, // Determination 3667553455, // BrayTech Osprey + 3686538757, // Undercurrent 3832743906, // Hung Jury SR4 4060882458, // Balistraria Wrap (Ornament) ], @@ -1161,6 +1230,7 @@ const D2Sources: { 1216155659, // Source: Complete the "Season 8: First Watch" quest. 1244908294, // Source: Complete the "Loaded Question" quest from Zavala. 1433518193, // Source: Vanguard Salvager's Salvo Armament Quest + 1465057711, // Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit) 1564061133, // Source: Associated Vanguard Quest 2124937714, // Source: Zavala Rank Up Reputation 2317365255, // Source: Complete the "A Loud Racket" quest. @@ -1217,15 +1287,19 @@ const D2Sources: { itemHashes: [ 2307365, // The Inquisitor (Adept) 711889599, // Whistler's Whim (Adept) + 1401300690, // Eye of Sol 1574601402, // Whistler's Whim 1983519830, // Hardened by Trial + 2059255495, // Eye of Sol (Adept) 2071635914, // Light for the Lost 2071635915, // Flawless Empyrean 2185327324, // The Inquisitor + 2421180981, // Incisor (Adept) 2759251821, // Unwavering Duty (Adept) 3102421004, // Exalted Truth 3624844116, // Unwavering Duty 3920882229, // Exalted Truth (Adept) + 4248997900, // Incisor ], sourceHashes: [ 139599745, // Source: Earn seven wins on a single Trials ticket. diff --git a/output/source-info.ts b/output/source-info.ts index 9f8c0c43..ed5bbb2b 100644 --- a/output/source-info.ts +++ b/output/source-info.ts @@ -5,7 +5,6 @@ const D2Sources: { itemHashes: [], sourceHashes: [ 443340273, // Source: Xûr's Treasure Hoard in Eternity - 642326476, // Source: Dares of Eternity in Eternity 675740011, // Source: "Grasp of Avarice" Dungeon 1102533392, // Source: Xûr (Eternity) 1394793197, // Source: "Magnum Opus" Quest @@ -203,6 +202,7 @@ const D2Sources: { 901482731, // Source: Lightfall Campaign 918840100, // Source: Shadowkeep Campaign 923708784, // Requires Guardian Rank 7: Threats and Surges + 958460845, // Source: The Final Shape Campaign 1076222895, // Source: Defeat bosses in Flashpoints. 1103518848, // Source: Earned over the course of the Warmind campaign. 1118966764, // Source: Dismantle an item with this shader applied to it. @@ -305,18 +305,61 @@ const D2Sources: { }, crucible: { itemHashes: [ + 2307365, // The Inquisitor (Adept) + 161675590, // Whistler's Whim (Adept) + 501345268, // Shayura's Wrath (Adept) + 548809020, // Exalted Truth + 627188188, // Eye of Sol + 711889599, // Whistler's Whim (Adept) 769099721, // Devil in the Details + 825554997, // The Inquisitor (Adept) + 854379020, // Astral Horizon (Adept) + 874623537, // Cataphract GL3 (Adept) + 906840740, // Unwavering Duty + 1141586039, // Unexpected Resurgence (Adept) 1230660649, // Victory's Wreath + 1292594730, // The Summoner (Adept) + 1321626661, // Eye of Sol (Adept) + 1401300690, // Eye of Sol + 1574601402, // Whistler's Whim 1661191197, // Disdain for Glitter + 1705843397, // Exalted Truth (Adept) + 1711056134, // Incisor + 1820994983, // The Summoner + 1968410628, // The Prophet + 1973107014, // Igneous Hammer + 2022294213, // Shayura's Wrath + 2059255495, // Eye of Sol (Adept) + 2185327324, // The Inquisitor + 2314610827, // Igneous Hammer (Adept) 2414564781, // Punctuation Marks 2420153991, // Made Shaxx Proud + 2421180981, // Incisor (Adept) 2588739576, // Crucible Solemnity 2588739578, // Crucible Legacy 2588739579, // Crucible Metallic 2632846356, // Rain of Ashes + 2653171212, // The Inquisitor + 2653171213, // Astral Horizon + 2738601016, // Cataphract GL3 + 2759251821, // Unwavering Duty (Adept) + 2839600459, // Incisor (Adept) + 3001205424, // Ecliptic Distaff + 3019024381, // The Prophet (Adept) + 3102421004, // Exalted Truth + 3165143747, // Whistler's Whim + 3193598749, // The Immortal (Adept) + 3332125295, // Aisha's Care (Adept) + 3444632029, // Unwavering Duty (Adept) + 3624844116, // Unwavering Duty + 3920882229, // Exalted Truth (Adept) 3928440584, // Crucible Carmine 3928440585, // Crucible Redjack + 3969379530, // Aisha's Care + 4005780578, // Unexpected Resurgence + 4039572196, // The Immortal 4060882456, // Rubicund Wrap (Ornament) + 4248997900, // Incisor ], sourceHashes: [ 454115234, // Source: Associated Crucible Quest @@ -326,6 +369,7 @@ const D2Sources: { 929025440, // Acquired by competing in the Crucible during the Prismatic Inferno. 1217831333, // Source: Associated Crucible Quest 1223492644, // Source: Complete the "Reconnaissance by Fire" quest. + 1465057711, // Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit) 1494513645, // Source: Glory Matches in Crucible 2055470113, // Source: Chance to acquire when completing Crucible Survival matches after reaching Glory Rank "Mythic." 2537301256, // Source: Glory Rank of "Fabled" in Crucible @@ -650,6 +694,7 @@ const D2Sources: { 887452441, // Source: Gambit Salvager's Salvo Armament 1127923611, // Source: 3 Gambit Rank Resets in a Season 1162859311, // Source: Complete the "Clean Getaway" quest. + 1465057711, // Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit) 2170269026, // Source: Complete Gambit matches and earn rank-up packages from the Drifter. 2364933290, // Source: Gambit Seasonal Ritual Rank Reward 2601524261, // Source: Associated Gambit Quest @@ -751,13 +796,17 @@ const D2Sources: { events: { itemHashes: [ 495940989, // Avalanche + 586671776, // Something New 1280894514, // Mechabre + 2326578623, // 2812100428, // Stay Frosty 2814093983, // Cold Front 3240434620, // Something New 3400256755, // Zephyr 3559361670, // The Title 3573686365, // Glacioclasm + 4106757302, // Crowning Duologue + 4169225313, // Compass Rose ], sourceHashes: [ 32323943, // Source: Moments of Triumph @@ -826,6 +875,7 @@ const D2Sources: { 483798855, // Source: "The Final Strand" Exotic Quest 709680645, // Source: "Truly Satisfactory" Triumph 1141831282, // Source: "Of Queens and Worms" Exotic Quest + 1302157812, // Source: Wild Card Exotic Quest 1388323447, // Source: Exotic Mission "The Whisper" 1476475066, // Source: "Firmware Update" Triumph 1730197643, // Source: //node.ovrd.AVALON// Exotic Quest @@ -871,6 +921,7 @@ const D2Sources: { 887452441, // Source: Gambit Salvager's Salvo Armament 1127923611, // Source: 3 Gambit Rank Resets in a Season 1162859311, // Source: Complete the "Clean Getaway" quest. + 1465057711, // Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit) 2170269026, // Source: Complete Gambit matches and earn rank-up packages from the Drifter. 2364933290, // Source: Gambit Seasonal Ritual Rank Reward 2601524261, // Source: Associated Gambit Quest @@ -1024,12 +1075,16 @@ const D2Sources: { 231533811, // Iron Strength 487361141, // Gunnora's Axe 540880995, // Dark Decider + 888872889, // Point of the Stag + 1161561386, // The Guiding Sight 1162929425, // The Golden Standard 1448664466, // Iron Bone 1448664467, // Iron Gold 1661191199, // Grizzled Wolf + 1764868900, // Riiswalker 1987234560, // Iron Ruby 1999697514, // The Wizened Rebuke + 2189073092, // Lethal Abundance 2448092902, // Rusted Iron 2488587246, // The Hero's Burden 4009352833, // Roar of the Bear @@ -1147,9 +1202,7 @@ const D2Sources: { }, lostsectors: { itemHashes: [], - sourceHashes: [ - 2203185162, // Source: Solo Legend and Master Lost Sectors - ], + sourceHashes: [], searchString: [], }, lw: { @@ -1261,6 +1314,7 @@ const D2Sources: { }, nightfall: { itemHashes: [ + 42874240, // Uzume RR4 192784503, // Pre Astyanax IV 213264394, // Buzzard 267089201, // Warden's Law (Adept) @@ -1269,28 +1323,39 @@ const D2Sources: { 566740455, // THE SWARM (Adept) 672957262, // Undercurrent (Adept) 772231794, // Hung Jury SR4 + 817909300, // Undercurrent (Adept) 912222548, // Soldier On 927835311, // Buzzard (Adept) 959037361, // Wild Style (Adept) + 1056103557, // Shadow Price (Adept) 1064132738, // BrayTech Osprey (Adept) 1151688091, // Undercurrent 1332123064, // Wild Style 1354727549, // The Slammer (Adept) + 1492522228, // Scintillation (Adept) 1586231351, // Mindbender's Ambition 1821529912, // Warden's Law 1854753404, // Wendigo GL3 1854753405, // The Militia's Birthright 1891996599, // Uzume RR4 (Adept) 1987790789, // After the Nightfall + 2063217087, // Pre Astyanax IV (Adept) 2074041946, // Mindbender's Ambition (Adept) + 2152484073, // Warden's Law + 2322926844, // Shadow Price 2450917538, // Uzume RR4 + 2591257541, // Scintillation 2759590322, // THE SWARM 2883684343, // Hung Jury SR4 (Adept) 2889501828, // The Slammer 2914913838, // Loaded Question (Adept) + 2932922810, // Pre Astyanax IV 3125454907, // Loaded Question 3183283212, // Wendigo GL3 + 3250744600, // Warden's Law (Adept) + 3610521673, // Uzume RR4 (Adept) 3667553455, // BrayTech Osprey + 3686538757, // Undercurrent 3832743906, // Hung Jury SR4 3915197957, // Wendigo GL3 (Adept) 4074251943, // Hung Jury SR4 (Adept) @@ -1359,6 +1424,7 @@ const D2Sources: { 3098328572, // The Recluse 3354242550, // The Recluse 3907337522, // Oxygen SR3 + 3962575203, // Hush ], sourceHashes: [ 598662729, // Source: Reach Glory Rank "Legend" in the Crucible. @@ -1630,18 +1696,61 @@ const D2Sources: { }, shaxx: { itemHashes: [ + 2307365, // The Inquisitor (Adept) + 161675590, // Whistler's Whim (Adept) + 501345268, // Shayura's Wrath (Adept) + 548809020, // Exalted Truth + 627188188, // Eye of Sol + 711889599, // Whistler's Whim (Adept) 769099721, // Devil in the Details + 825554997, // The Inquisitor (Adept) + 854379020, // Astral Horizon (Adept) + 874623537, // Cataphract GL3 (Adept) + 906840740, // Unwavering Duty + 1141586039, // Unexpected Resurgence (Adept) 1230660649, // Victory's Wreath + 1292594730, // The Summoner (Adept) + 1321626661, // Eye of Sol (Adept) + 1401300690, // Eye of Sol + 1574601402, // Whistler's Whim 1661191197, // Disdain for Glitter + 1705843397, // Exalted Truth (Adept) + 1711056134, // Incisor + 1820994983, // The Summoner + 1968410628, // The Prophet + 1973107014, // Igneous Hammer + 2022294213, // Shayura's Wrath + 2059255495, // Eye of Sol (Adept) + 2185327324, // The Inquisitor + 2314610827, // Igneous Hammer (Adept) 2414564781, // Punctuation Marks 2420153991, // Made Shaxx Proud + 2421180981, // Incisor (Adept) 2588739576, // Crucible Solemnity 2588739578, // Crucible Legacy 2588739579, // Crucible Metallic 2632846356, // Rain of Ashes + 2653171212, // The Inquisitor + 2653171213, // Astral Horizon + 2738601016, // Cataphract GL3 + 2759251821, // Unwavering Duty (Adept) + 2839600459, // Incisor (Adept) + 3001205424, // Ecliptic Distaff + 3019024381, // The Prophet (Adept) + 3102421004, // Exalted Truth + 3165143747, // Whistler's Whim + 3193598749, // The Immortal (Adept) + 3332125295, // Aisha's Care (Adept) + 3444632029, // Unwavering Duty (Adept) + 3624844116, // Unwavering Duty + 3920882229, // Exalted Truth (Adept) 3928440584, // Crucible Carmine 3928440585, // Crucible Redjack + 3969379530, // Aisha's Care + 4005780578, // Unexpected Resurgence + 4039572196, // The Immortal 4060882456, // Rubicund Wrap (Ornament) + 4248997900, // Incisor ], sourceHashes: [ 454115234, // Source: Associated Crucible Quest @@ -1651,6 +1760,7 @@ const D2Sources: { 929025440, // Acquired by competing in the Crucible during the Prismatic Inferno. 1217831333, // Source: Associated Crucible Quest 1223492644, // Source: Complete the "Reconnaissance by Fire" quest. + 1465057711, // Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit) 1494513645, // Source: Glory Matches in Crucible 2055470113, // Source: Chance to acquire when completing Crucible Survival matches after reaching Glory Rank "Mythic." 2537301256, // Source: Glory Rank of "Fabled" in Crucible @@ -1739,6 +1849,7 @@ const D2Sources: { }, strikes: { itemHashes: [ + 42874240, // Uzume RR4 192784503, // Pre Astyanax IV 213264394, // Buzzard 274843196, // Vanguard Unyielding @@ -1753,20 +1864,25 @@ const D2Sources: { 1854753405, // The Militia's Birthright 1974641289, // Nightshade 1999754402, // The Showrunner + 2152484073, // Warden's Law + 2322926844, // Shadow Price 2450917538, // Uzume RR4 2523776412, // Vanguard Burnished Steel 2523776413, // Vanguard Steel 2588647361, // Consequence of Duty + 2591257541, // Scintillation 2759590322, // THE SWARM 2788911997, // Vanguard Divide 2788911998, // Vanguard Metallic 2788911999, // Vanguard Veteran 2889501828, // The Slammer + 2932922810, // Pre Astyanax IV 3001205424, // Ecliptic Distaff 3125454907, // Loaded Question 3183283212, // Wendigo GL3 3215252549, // Determination 3667553455, // BrayTech Osprey + 3686538757, // Undercurrent 3832743906, // Hung Jury SR4 4060882458, // Balistraria Wrap (Ornament) ], @@ -1780,6 +1896,7 @@ const D2Sources: { 1216155659, // Source: Complete the "Season 8: First Watch" quest. 1244908294, // Source: Complete the "Loaded Question" quest from Zavala. 1433518193, // Source: Vanguard Salvager's Salvo Armament Quest + 1465057711, // Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit) 1564061133, // Source: Associated Vanguard Quest 2124937714, // Source: Zavala Rank Up Reputation 2317365255, // Source: Complete the "A Loud Racket" quest. @@ -1839,15 +1956,19 @@ const D2Sources: { itemHashes: [ 2307365, // The Inquisitor (Adept) 711889599, // Whistler's Whim (Adept) + 1401300690, // Eye of Sol 1574601402, // Whistler's Whim 1983519830, // Hardened by Trial + 2059255495, // Eye of Sol (Adept) 2071635914, // Light for the Lost 2071635915, // Flawless Empyrean 2185327324, // The Inquisitor + 2421180981, // Incisor (Adept) 2759251821, // Unwavering Duty (Adept) 3102421004, // Exalted Truth 3624844116, // Unwavering Duty 3920882229, // Exalted Truth (Adept) + 4248997900, // Incisor ], sourceHashes: [ 139599745, // Source: Earn seven wins on a single Trials ticket. @@ -2038,6 +2159,7 @@ const D2Sources: { }, zavala: { itemHashes: [ + 42874240, // Uzume RR4 192784503, // Pre Astyanax IV 213264394, // Buzzard 274843196, // Vanguard Unyielding @@ -2052,20 +2174,25 @@ const D2Sources: { 1854753405, // The Militia's Birthright 1974641289, // Nightshade 1999754402, // The Showrunner + 2152484073, // Warden's Law + 2322926844, // Shadow Price 2450917538, // Uzume RR4 2523776412, // Vanguard Burnished Steel 2523776413, // Vanguard Steel 2588647361, // Consequence of Duty + 2591257541, // Scintillation 2759590322, // THE SWARM 2788911997, // Vanguard Divide 2788911998, // Vanguard Metallic 2788911999, // Vanguard Veteran 2889501828, // The Slammer + 2932922810, // Pre Astyanax IV 3001205424, // Ecliptic Distaff 3125454907, // Loaded Question 3183283212, // Wendigo GL3 3215252549, // Determination 3667553455, // BrayTech Osprey + 3686538757, // Undercurrent 3832743906, // Hung Jury SR4 4060882458, // Balistraria Wrap (Ornament) ], @@ -2079,6 +2206,7 @@ const D2Sources: { 1216155659, // Source: Complete the "Season 8: First Watch" quest. 1244908294, // Source: Complete the "Loaded Question" quest from Zavala. 1433518193, // Source: Vanguard Salvager's Salvo Armament Quest + 1465057711, // Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit) 1564061133, // Source: Associated Vanguard Quest 2124937714, // Source: Zavala Rank Up Reputation 2317365255, // Source: Complete the "A Loud Racket" quest. diff --git a/output/source-to-season-v2.json b/output/source-to-season-v2.json index 5f93ecdf..69f9cfe9 100644 --- a/output/source-to-season-v2.json +++ b/output/source-to-season-v2.json @@ -35,23 +35,23 @@ "613791463": 22, "629617846": 12, "641018908": 3, - "642326476": 15, "654652973": 4, "675740011": 15, "677167936": 1, "681989555": 14, "707740602": 4, "709680645": 20, - "711005105": 1, "736336644": 4, "745186842": 9, "772619302": 1, "794422188": 22, "817015032": 2, + "827839814": 12, "887452441": 13, "901482731": 20, "925197669": 5, "929025440": 7, + "958460845": 24, "1007078046": 16, "1076222895": 1, "1102533392": 15, @@ -77,12 +77,14 @@ "1457456824": 5, "1459595344": 8, "1462687159": 1, + "1465057711": 15, "1465990789": 5, "1483048674": 5, "1497107113": 10, "1564061133": 9, "1568732528": 23, "1581680964": 2, + "1581731027": 24, "1596507419": 5, "1597738585": 19, "1618754228": 9, @@ -121,6 +123,7 @@ "2379344669": 11, "2384327872": 5, "2487203690": 2, + "2514060836": 24, "2541753910": 5, "2585665369": 23, "2601524261": 9, @@ -165,6 +168,7 @@ "3190938946": 8, "3226099405": 14, "3257722699": 5, + "3277652589": 15, "3288974535": 21, "3388021959": 10, "3390269646": 3, diff --git a/output/sources.json b/output/sources.json index 3c8e91b9..5d2fd5c0 100644 --- a/output/sources.json +++ b/output/sources.json @@ -48,6 +48,7 @@ "504657809": "Source: Season of the Seraph Activities", "506073192": "Source: \"Prophecy\" Dungeon", "508245276": "Source: Season of the Hunt", + "536806855": "Source: Episode: Echoes", "539840256": "Source: Associated Vanguard Quest", "547767158": "Source: Dawning 2018", "550270332": "Source: Complete all Nightmare Hunt time trials on Master difficulty.", @@ -67,14 +68,12 @@ "636474187": "Source: Adventure \"Deathless\" on Saturn's Moon, Titan", "639650067": "Source: Limited Edition of Destiny 2.", "641018908": "Source: Solstice 2018", - "642326476": "Source: Dares of Eternity in Eternity", "654652973": "Guide 25 Last Wish encounters", "675740011": "Source: \"Grasp of Avarice\" Dungeon", "677167936": "Source: Complete the campaign as a Warlock.", "681989555": "Source: 3 Crossplay Beta Vanguard Strikes", "707740602": "Guide 10 Last Wish encounters", "709680645": "Source: \"Truly Satisfactory\" Triumph", - "711005105": "Source: Dismantle Exotic or Legendary Equipment", "736336644": "Source: \"A Spark of Hope\" Quest", "745186842": "Source: Associated Crucible Quest", "752988954": "Source: Flawless Chest in Trials of Osiris", @@ -102,6 +101,7 @@ "927967626": "Source: Season of the Deep", "929025440": "Acquired by competing in the Crucible during the Prismatic Inferno.", "948753311": "Source: Found by completing Volundr Forge ignitions.", + "958460845": "Source: The Final Shape Campaign", "976328308": "Source: The Derelict Leviathan", "1007078046": "Source: \"Vow of the Disciple\" Raid", "1027607603": "Source: Associated Iron Banner Quest", @@ -135,6 +135,7 @@ "1286883820": "Source: Prismatic Recaster", "1289998337": "Source: Adventure \"Hack the Planet\" on Nessus", "1299614150": "Source: [REDACTED] on Mars.", + "1302157812": "Source: Wild Card Exotic Quest", "1309588429": "Source: \"Chief Investigator\" Triumph", "1312894505": "Source: Iron Banner", "1358645302": "Source: Unlocked by a special offer.", @@ -154,6 +155,7 @@ "1459595344": "Source: Purchase from Banshee-44 or Ada-1", "1462687159": "Reached level 5 in the Ages of Triumph record book.", "1464399708": "Source: Earn rank-up packages from Executor Hideo.", + "1465057711": "Source: Standard Ritual Playlist. (Vanguard Ops, Crucible, Gambit)", "1465990789": "Source: Solve the Japanese glyph puzzle.", "1476475066": "Source: \"Firmware Update\" Triumph", "1483048674": "Source: Complete the \"Scourge of the Past\" raid.", @@ -168,6 +170,7 @@ "1564061133": "Source: Associated Vanguard Quest", "1568732528": "Source: Guardian Games 2024", "1581680964": "Source: Complete Nightfall strike \"Tree of Probabilities.\"", + "1581731027": "Awoken and Ahamkara magics mingle in the mist rising from this censer as it swings back and forth, back and forth…", "1593696611": "Source: Season Pass Reward", "1596489410": "Source: Season of the Risen Nightfall Grandmaster", "1596507419": "Source: Complete a Gofannon Forge ignition.", @@ -230,7 +233,6 @@ "2170269026": "Source: Complete Gambit matches and earn rank-up packages from the Drifter.", "2171520631": "Source: \"Lost Lament\" Exotic Quest", "2187511136": "Source: Earned during the seasonal Revelry event.", - "2203185162": "Source: Solo Legend and Master Lost Sectors", "2206233229": "Source: Follow treasure maps.", "2223404774": "Source: Defeat Combatants, Loot Chests, or Complete Activities", "2230358252": "Source: End-of-Season Event", @@ -239,9 +241,11 @@ "2273761598": "Source: Season of the Haunted Activities", "2278847330": "Requires Guardian Rank 5", "2292685703": "Source: \"Xenology\" Quest from Xûr", + "2306801178": "Source: Episode: Echoes Activities", "2308290458": "Requires 1,000 Warlock Kills", "2310754348": "Source: World Quest \"Data Recovery\" on Mars.", "2317365255": "Source: Complete the \"A Loud Racket\" quest.", + "2327253880": "Source: Exploring the Pale Heart", "2335095658": "Source: Strikes", "2345202459": "Source: Adventure \"Invitation from the Emperor\" on Nessus", "2347293565": "Source: Complete Nightfall strike \"The Arms Dealer.\"", @@ -260,6 +264,7 @@ "2487203690": "Source: Complete Nightfall strike \"Tree of Probabilities.\"", "2502262376": "Source: Earned during the seasonal Crimson Days event.", "2511152325": "Acquired from the Menagerie aboard the Leviathan.", + "2514060836": "Source: Episode: Echoes Enigma Protocol Activity", "2520862847": "Source: Iron Banner Iron-Handed Diplomacy", "2527168932": "Source: Complete strikes and earn rank-up packages from Commander Zavala.", "2537301256": "Source: Glory Rank of \"Fabled\" in Crucible", @@ -273,6 +278,7 @@ "2607739079": "Source: A Matter of Time", "2622122683": "Source: Lord Shaxx Rank Up Reputation", "2627087475": "Source: Obelisk Bounties and Resonance Rank Increases Across the System", + "2631398023": "Source: Radiolite Bay Deposits", "2641169841": "Source: Purchase from Lord Shaxx", "2648408612": "Acquired by competing in the Iron Banner when the wolves were loud.", "2653618435": "Source: Leviathan raid.", @@ -349,6 +355,7 @@ "3229688794": "Source: Grandmaster Nightfall", "3257722699": "Source: Complete the \"Clean Up on Aisle Five\" Triumph.", "3265560237": "Source: Cryptic Quatrains III", + "3277652589": "Source: Starhorse", "3288974535": "Source: \"Ghosts of the Deep\" Dungeon", "3299964501": "Source: Earn Ranks in Vanguard, Crucible, or Gambit Playlists", "3308438907": "Source: Season of Plunder", @@ -384,6 +391,7 @@ "3574140916": "Source: Season of the Seraph", "3589340943": "Source: Altars of Sorrow", "3597879858": "Source: \"Presage\" Exotic Quest", + "3614199681": "Source: Pale Heart Triumph", "3656787928": "Source: Crucible Salvager's Salvo Armament", "3672287903": "Source: The Witch Queen Digital Deluxe Edition", "3693722471": "Source: Festival of the Lost 2020", @@ -409,6 +417,7 @@ "3966667255": "Source: Iron Banner's Season 9 Seasonal Quest", "4006434081": "Source: Terminal Overload", "4009509410": "Source: Complete challenges in the Leviathan raid.", + "4011186136": "Exotic Armor Focusing", "4036739795": "Source: Bright Engrams", "4041583267": "Source: Festival of the Lost", "4046490681": "Source: Complete the \"Global Resonance\" Triumph", diff --git a/output/spider-mats.json b/output/spider-mats.json index 6c5d4971..d0eea5dc 100644 --- a/output/spider-mats.json +++ b/output/spider-mats.json @@ -5,8 +5,6 @@ 950899352, 1485756901, 1633854071, - 2497395625, - 2708128607, 2993288448, 3487922223, 3592324052 diff --git a/output/subclass-plug-category-hashes.json b/output/subclass-plug-category-hashes.json index d29f3fe0..78d286f5 100644 --- a/output/subclass-plug-category-hashes.json +++ b/output/subclass-plug-category-hashes.json @@ -1,30 +1,33 @@ [ 39076551, 81856188, - 144959979, + 180411040, 185594100, + 204703343, 227647633, 404070091, + 511532732, 605941486, 900498880, - 1080622901, + 902963970, 1281712906, 1387605624, + 1422809918, 1458470025, 1662395848, + 1681184239, + 1684765285, 1774026300, 1861253111, 1970675705, - 1979332108, - 2101241798, 2111409167, 2200902275, 2285394316, 2415307576, 2430016289, 2434874031, - 2552562702, 2613010961, + 2789335173, 2822977079, 2831653331, 2850085618, @@ -33,18 +36,15 @@ 3052104375, 3119191718, 3151809860, + 3205146347, + 3287837048, + 3324969927, 3369359206, 3460332466, 3468785159, - 3530064820, - 3538316507, - 3693308166, 3728449707, - 3826855743, - 3873313773, 3904090216, 3990226434, - 4031311265, 4141244538, 4145425829, 4225254304 diff --git a/output/symbol-name-sources.ts b/output/symbol-name-sources.ts index dc56bcc6..4450b150 100644 --- a/output/symbol-name-sources.ts +++ b/output/symbol-name-sources.ts @@ -75,7 +75,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 2747500761, + hash: 2529942647, fromRichText: false, }, }, @@ -183,7 +183,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 3574662354, + hash: 2529942642, fromRichText: false, }, }, @@ -192,7 +192,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 2463983862, + hash: 2370269384, fromRichText: false, }, }, @@ -201,7 +201,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 1885339915, + hash: 1869939001, fromRichText: false, }, }, @@ -219,7 +219,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 2625980631, + hash: 2370269391, fromRichText: false, }, }, @@ -228,7 +228,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 3683904166, + hash: 1869939006, fromRichText: false, }, }, @@ -263,7 +263,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 4220332374, + hash: 1980796560, fromRichText: false, }, }, @@ -281,7 +281,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 2708585279, + hash: 1980796563, fromRichText: false, }, }, @@ -290,7 +290,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 2028772231, + hash: 1980796561, fromRichText: false, }, }, @@ -299,7 +299,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 2984351206, + hash: 1262901520, fromRichText: false, }, }, @@ -321,7 +321,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 3066103996, + hash: 2835214903, fromRichText: false, }, }, @@ -375,7 +375,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 1293395730, + hash: 790664812, fromRichText: false, }, }, @@ -384,7 +384,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 2642597904, + hash: 790664813, fromRichText: false, }, }, @@ -492,7 +492,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 2809342386, + hash: 1517917190, fromRichText: false, }, }, @@ -501,7 +501,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 4228170798, + hash: 3994381207, fromRichText: false, }, }, @@ -510,7 +510,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 2470512752, + hash: 1225978592, fromRichText: false, }, }, @@ -519,7 +519,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 4094417246, + hash: 1980796564, fromRichText: false, }, }, @@ -564,7 +564,7 @@ export const symbolData: { glyph: '', source: { tableName: 'InventoryItem', - hash: 4249729125, + hash: 2835214897, fromRichText: false, }, }, @@ -600,7 +600,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 791594362, + hash: 173702907, fromRichText: true, }, }, @@ -609,7 +609,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 60057218, + hash: 515179617, fromRichText: true, }, }, @@ -627,7 +627,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 75057024, + hash: 55710818, fromRichText: true, }, }, @@ -636,7 +636,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 419473522, + hash: 241081947, fromRichText: true, }, }, @@ -654,7 +654,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 102976778, + hash: 55461852, fromRichText: true, }, }, @@ -663,7 +663,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 212380697, + hash: 139526739, fromRichText: true, }, }, @@ -681,7 +681,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 579143207, + hash: 59256363, fromRichText: true, }, }, @@ -744,7 +744,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 298568270, + hash: 259564494, fromRichText: true, }, }, @@ -753,7 +753,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 1588957719, + hash: 675135106, fromRichText: true, }, }, @@ -775,7 +775,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 85535852, + hash: 76026731, fromRichText: true, }, }, @@ -793,7 +793,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 85535853, + hash: 76012872, fromRichText: true, }, }, @@ -802,7 +802,7 @@ export const symbolData: { glyph: '', source: { tableName: 'Objective', - hash: 85761957, + hash: 20533663, fromRichText: true, }, }, @@ -885,8 +885,10 @@ export type TranslateManually = (typeof translateManually)[number]; * [Air Dodge] * [Super] * [Sprint] + * [afflicted|burdened|cursed] * [Block] * [Shoot] * [Boost] + * [Air Move] * [Brake] */ diff --git a/output/trait-definition-ids.json b/output/trait-definition-ids.json index 3e31402a..5a3baed6 100644 --- a/output/trait-definition-ids.json +++ b/output/trait-definition-ids.json @@ -2,6 +2,7 @@ "12026609": "item.weapon.scout_rifle", "37177486": "keywords.buffs.solar.flare_bauble", "37938188": "keywords.debuffs.stasis.shatter", + "106947924": "keywords.buffs.stasis.frost_armor", "130863397": "item.weapon.grenade_launcher", "151064318": "item.package", "157469667": "keywords.buffs.solar.empower", @@ -9,6 +10,7 @@ "192828432": "foundry.omolon", "195373008": "item.weapon.bow", "201433599": "inventory_filtering.bounty", + "345967499": "keywords.buffs.prism.transcendence", "370766376": "item.quest.exotic", "374319058": "item.armor.chest", "446244952": "item.weapon.trace_rifle", @@ -33,6 +35,7 @@ "1143070403": "item.weapon.machinegun", "1221030001": "faction.new_monarchy", "1345630660": "faction.future_war_cult", + "1514833946": "keywords.buffs.prism.dark_debuffs", "1531673855": "item.weapon.sword", "1577394840": "keywords.buffs.strand.tangle", "1648572040": "item.weapon.pulse_rifle", @@ -41,6 +44,7 @@ "1851377542": "item.armor.arms", "1861210184": "inventory_filtering.quest", "1866367371": "foundry.daito", + "1891050213": "keywords.buffs.prism.dark_buffs", "1968436740": "item.armor.legs", "2034403781": "item.weapon.sidearm", "2062186907": "item.consumable", @@ -60,6 +64,7 @@ "2659552777": "item.weapon.submachinegun", "2679722414": "keywords.debuffs.strand.suspend", "2712954769": "mamba_role.defender", + "2713325501": "keywords.buffs.prism.light_buffs", "2716563063": "activities.iron_banner", "2724747993": "keywords.buffs.strand.threadling", "2729780558": "item.weapon.auto_rifle", @@ -74,6 +79,8 @@ "2968599152": "keywords.debuffs.stasis.freeze", "2973844452": "item.quest.campaign", "2976021378": "item.quest.annual.v700", + "3011401061": "item.quest.annual.v800", + "3023190802": "keywords.buffs.prism.light_debuffs", "3034243664": "inventory_filtering.quest.featured", "3078132110": "keywords.buffs.void.devour", "3090596947": "mamba_role.invader", @@ -101,10 +108,10 @@ "3671004794": "item.quest.seasonal", "3690635686": "foundry.suros", "3791840693": "mamba_role.collector", + "3820193993": "item.subclass.prism", "3824458961": "keywords.buffs.arc.ionic_trace", "3828004164": "item.ornament.weapon", - "3904180894": "item.quest.seasonal.season23", - "3904180895": "item.quest.seasonal.season22", + "3904180889": "item.quest.seasonal.season24", "3906525419": "item.currency", "3925016055": "item.weapon.rocket_launcher", "3977049418": "item.vehicle", diff --git a/output/trait-to-enhanced-trait.json b/output/trait-to-enhanced-trait.json index facab737..b47225fe 100644 --- a/output/trait-to-enhanced-trait.json +++ b/output/trait-to-enhanced-trait.json @@ -7,6 +7,7 @@ "95528736": 956288240, "124408337": 1171887445, "201365942": 3523746922, + "205890336": 320071920, "243981275": 984655331, "247725512": 2938480696, "280464955": 3920370755, @@ -19,6 +20,7 @@ "509074078": 843318450, "555281244": 332733060, "557221067": 2896748467, + "563069569": 2167611941, "588594999": 2717805783, "591790007": 3315935575, "671806388": 595108252, @@ -29,6 +31,7 @@ "744594675": 2139363611, "776531651": 2541826827, "831391274": 102912326, + "880644845": 3120212825, "908147344": 1663363584, "923806249": 3422796781, "951095735": 3878366039, @@ -39,6 +42,7 @@ "1015611457": 2923251173, "1048183818": 3431277734, "1119449540": 561986700, + "1126264488": 2476672792, "1168162263": 1347741687, "1195158366": 838873202, "1264398905": 1489035549, @@ -46,6 +50,7 @@ "1354429876": 848860060, "1359896290": 3060983774, "1365187766": 4200236906, + "1421772400": 3291427296, "1427256713": 254337357, "1428297954": 2014892510, "1439600632": 2282937672, @@ -78,6 +83,7 @@ "2039302152": 2396422520, "2048641572": 1926441324, "2077819806": 1618208178, + "2109543898": 2799030358, "2117683199": 2649013855, "2172504645": 1172098417, "2173046394": 1720528630, @@ -87,6 +93,7 @@ "2244851822": 2860991074, "2272927194": 711628886, "2284787283": 3563868667, + "2298656195": 674546187, "2319119708": 2140591236, "2360754333": 2459015849, "2387244414": 1748774930, @@ -104,6 +111,7 @@ "2621346526": 2495011826, "2652708987": 617966211, "2679249093": 788178929, + "2720533289": 3042219245, "2726471870": 1172413778, "2779035018": 1171147302, "2846385770": 509594246, @@ -115,12 +123,14 @@ "2896038713": 2402480669, "2946784966": 987673306, "2978966579": 344235611, + "2980589453": 4063561849, "3016987351": 1145640183, "3017780555": 4223976499, "3018146897": 4100396181, "3038247973": 64866129, "3047969693": 624891305, "3078487919": 3744057135, + "3081867624": 2963273944, "3096702027": 1658784563, "3108830275": 855168139, "3161816588": 191144788, @@ -132,6 +142,7 @@ "3350417888": 1537607344, "3365897133": 1551736345, "3400784728": 573122728, + "3414324643": 2662236651, "3418782618": 1563455254, "3425386926": 288411554, "3436462433": 2658083589, @@ -155,6 +166,7 @@ "3891536761": 1549370717, "3913600130": 147913470, "3927722942": 1167468626, + "3938834702": 3416609154, "3977735242": 406461158, "3978468247": 906981559, "3993379141": 1164602481, diff --git a/output/unstackable-mods.json b/output/unstackable-mods.json index be678843..7ce8cdb6 100644 --- a/output/unstackable-mods.json +++ b/output/unstackable-mods.json @@ -1,5 +1,6 @@ [ 56663992, + 84503918, 534479613, 539051925, 579997810, diff --git a/output/voice-dim-valid-perks.json b/output/voice-dim-valid-perks.json index bfff68b1..ddf7e08a 100644 --- a/output/voice-dim-valid-perks.json +++ b/output/voice-dim-valid-perks.json @@ -14,6 +14,7 @@ "Actual Grandeur", "Adagio", "Adamantine Brace", + "Adaptive Burst", "Adaptive Frame", "Adaptive Glaive", "Adaptive Munitions", @@ -27,6 +28,7 @@ "Aggressive Glaive", "Ahamkara's Eye", "Air Assault", + "Air Trigger", "Alacrity", "Alchemical Etchings", "All at Once", @@ -43,6 +45,7 @@ "Arc Traps", "Archer's Gambit", "Archer's Tempo", + "Area Denial Frame", "Armor of the Colossus", "Armor-Piercing Rounds", "Arrowhead Brake", @@ -101,9 +104,11 @@ "Business Time", "Candle PS", "Cascade Point", + "Cast No Shadows", "Caster Frame", "Causality Arrows", "Cauterizing Flame", + "Cayde's Retribution", "Celerity", "Cerebral Uplink", "Chain Reaction", @@ -112,6 +117,7 @@ "Charge Shot", "Charged with Blight", "Chill Clip", + "Circle of Life", "Classy Contender", "Cleanshot IS", "Clenched Fist", @@ -163,10 +169,12 @@ "Crystalline Transistor", "Cursebringer", "Cursed Thrall", + "Danger Close", "Danger Zone", "Dark Deliverance", "Dark Descent", "Dawning Surprise", + "Dealer's Choice", "Dearly Departed", "Death at First Glance", "Deconstruct", @@ -186,6 +194,7 @@ "Disruption Break", "Dornröschen", "Double Dodge", + "Double Down", "Double Fire", "Dragon's Vengeance", "Dragonfly", @@ -204,6 +213,7 @@ "EM Anomaly", "Eager Edge", "EagleEye SLR20", + "Echoes of Glory", "Eddy Current", "Edge of Action", "Edge of Concurrence", @@ -231,8 +241,10 @@ "Extended Mag", "Extrovert", "Eye of the Storm", + "Eyes Up, Guardian", "Eyes on All", "Fan Fire", + "Fanatical Lance", "FarPoint SAS", "Fastdraw HCS", "Fastdraw IS", @@ -279,6 +291,7 @@ "Glacial Fortification", "Glacial Guard", "Glorious Charge", + "Golden Munitions", "Golden Tricorn", "Golden Tricorn Enhanced", "Grasp of the Devourer", @@ -343,7 +356,6 @@ "Hydraulic Boosters", "Häkke Heavy Burst Fire", "Häkke Light Burst Fire", - "Häkke Precision Frame", "IS 2 Classic", "IS 5 Circle", "Ignition Trigger", @@ -362,6 +374,7 @@ "Invader +1", "Invader +2", "Invader +3", + "Inverse Relationship", "Invisible Hand", "Ionic Conductor", "Ionic Return", @@ -463,7 +476,6 @@ "Nucleosynthetic Magazine", "Offhand Strike", "Omega Strike", - "Omolon Adaptive Frame", "Omolon Fluid Dynamics", "On Black Wings", "Once More", @@ -481,6 +493,8 @@ "Pace Yourself", "Pack Hunter", "Paracausal Affinity", + "Paracausal Beam", + "Paracausal Imbuement", "Paracausal Pellets", "Paracausal Shot", "Parasitism", @@ -497,6 +511,7 @@ "Perpetual Motion Enhanced", "Personal Assistant", "Phase Magazine", + "Physic", "Pick Your Poison", "Pinpoint Slug Frame", "Planetary Torrent", @@ -528,6 +543,7 @@ "QuickDot SAS", "Quickdraw", "Quickdraw IS", + "Radiolaria Transposer", "Rampage", "Ranged Lens RLR5", "Ranged Lens RLS3", @@ -550,6 +566,7 @@ "Red Dot-OAS", "Red Dot-ORS", "Red Dot-ORS1", + "Redemption", "Redirection", "Refined Soul", "Reflective Vents", @@ -570,6 +587,7 @@ "Restorative Titan Armor", "Restorative Turret", "Restorative Warlock Armor", + "Reverberation", "Reversal of Fortune", "Revolution", "Revved Consumption", @@ -619,6 +637,7 @@ "Seriously, Watch Out", "Serve the Colony", "Sharp Edges", + "Sharpshooter", "Shatter Shot", "Shattering Blade", "Shield Disorient", @@ -662,6 +681,7 @@ "Spark PS", "Spheromatik Trigger", "Spike Grenades", + "Spindle", "Spinning Up", "Spirit of Competition", "Split Decision", @@ -677,8 +697,10 @@ "Storm and Stress", "Stormbringer", "Strange Protractor", + "Strategist", "String of Curses", "Stunning Recovery", + "Stylostixis", "Subsistence", "Successful Warm-Up", "Sun Blast", @@ -687,6 +709,7 @@ "Sunfire Furnace", "Supercharged Battery", "Superconductor", + "Support Frame", "Sureshot HCS", "Suros Synergy", "Surplus", @@ -722,13 +745,17 @@ "The Fate of All Fools", "The Fourth Magic", "The Fundamentals", + "The Gift of Certainty", + "The Lost Voice", "The Perfect Fifth", + "The Right Choice", "The Roadborn", "The Scientific Method", "The Whispers", "Thermoplastic Grenades", "Thin the Herd", "Threat Detector", + "Threat Remover", "Thresh", "Thunderer", "Tight Fit", @@ -739,6 +766,7 @@ "Tireless Blade", "Tithing Harvest", "To Excess", + "To the Pain", "Together Forever", "Tome of Dawn", "Torch HS3", @@ -748,6 +776,7 @@ "Tracking Module", "Trait Locked", "Traitor's Vessel", + "Transcendent Duelist", "Transfusion Matrix", "Transmission MS7", "Transmutation", @@ -763,16 +792,15 @@ "Uncanny Arrows", "Under Pressure", "Under-Over", - "Underdog", "Unforeseen Repercussions", "Unplanned Reprieve", "Unrelenting", "Unrepentant", "Unsated Hunger", "Unstoppable Force", + "Unwound", "Upgraded Sensor Pack", "Ursine Guard", - "VEIST Rapid-Fire", "Valiant Charge", "Vampire's Caress", "Vanguard's Vindication", @@ -795,6 +823,7 @@ "Warlord's End", "Warlord's Sigil", "Wave Frame", + "Wave Sword Frame", "Weft Cutter", "Weighted Edge", "Well-Rounded", @@ -808,6 +837,7 @@ "Winged Eclipse", "Wire Rifle", "Wish-Dragon Teeth", + "Wish-Dragon's Talons", "Wolf Dot W2", "Wolf Sight W1", "Wolfpack Rounds", diff --git a/output/watermark-to-season.json b/output/watermark-to-season.json index 7b4bb4b9..c14031bd 100644 --- a/output/watermark-to-season.json +++ b/output/watermark-to-season.json @@ -46,5 +46,7 @@ "/common/destiny2_content/icons/6026e9d64e8c2b19f302dafb0286897b.png": 21, "/common/destiny2_content/icons/3de52d90db7ee2feb086ef6665b736b6.png": 22, "/common/destiny2_content/icons/a2fb48090c8bc0e5785975fab9596ab5.png": 23, - "/common/destiny2_content/icons/d5a3f4d7d20fefc781fea3c60bde9434.png": 23 + "/common/destiny2_content/icons/d5a3f4d7d20fefc781fea3c60bde9434.png": 23, + "/common/destiny2_content/icons/0337ec21962f67c7c493fedb447c4a9b.png": 24, + "/common/destiny2_content/icons/e3ea0bd2e889b605614276876667759c.png": 24 } diff --git a/output/weapon-from-quest.json b/output/weapon-from-quest.json index 8837fc17..385d7920 100644 --- a/output/weapon-from-quest.json +++ b/output/weapon-from-quest.json @@ -2,13 +2,9 @@ "20935540": 3399113824, "42351395": 3601169173, "204878059": 3656769954, - "205225492": 2732359836, "208088207": 1524355568, - "211732170": 1896451771, - "243425374": 924644600, "449318888": 3107649396, "491078457": 1348325864, - "570866107": 1289940885, "616582330": 3688853371, "657927352": 3546895853, "882778888": 3934247791, @@ -20,9 +16,11 @@ "1331824604": 1000118612, "1345867570": 1789244740, "1363886209": 2881153063, + "1395261499": 3715926175, "1526296434": 3010588096, "1621657423": 3897611837, "1645386487": 3999201698, + "1681583613": 2145594812, "1766088024": 3519390051, "1983149589": 615393850, "1994645182": 1083548813, @@ -30,31 +28,28 @@ "2084878005": 1471776623, "2130065553": 2397886961, "2179048386": 2163065963, - "2228325504": 807225582, - "2480074702": 3853174649, - "2499720827": 3807886154, - "2533990645": 1019138448, + "2232171099": 613601972, "2595497736": 1271443422, "2723909519": 3536491683, "2812324400": 472120382, + "2821677368": 3465651225, "2870169846": 4084168684, + "2905188646": 1768751086, "2931957300": 1335967964, "3089417789": 2238822094, - "3098328572": 734883571, "3118061004": 2565205711, - "3118061005": 2201874339, "3121540812": 3610649340, + "3232203524": 3838101920, "3325778512": 1647306237, "3413860062": 692805471, "3512349612": 4204937010, + "3605603507": 2617996611, "3690523502": 3424456965, - "3757612024": 4227109015, "3824673936": 1051536457, - "3851176026": 1249350911, "3870811754": 2032932188, "3924212056": 1330233961, "4037745684": 4120120192, - "4043921923": 2100722945, "4068264807": 2991727273, + "4207066264": 1831806500, "4277547616": 327090183 } diff --git a/src/generate-focusing-item-outputs.ts b/src/generate-focusing-item-outputs.ts index f270c2a6..e18335f3 100644 --- a/src/generate-focusing-item-outputs.ts +++ b/src/generate-focusing-item-outputs.ts @@ -48,7 +48,7 @@ for (const vendor of getAllDefs('Vendor')) { continue; } exampleDef ||= def; - const candidates = possibleOutputItemsByName[def.displayProperties.name].filter( + const candidates = possibleOutputItemsByName[def.displayProperties.name]?.filter( (c) => c.itemTypeDisplayName === def.itemTypeDisplayName && (def.classType === DestinyClass.Unknown || c.classType === def.classType), diff --git a/src/generate-season-info.ts b/src/generate-season-info.ts index 8657f30c..1facd4a4 100644 --- a/src/generate-season-info.ts +++ b/src/generate-season-info.ts @@ -120,9 +120,21 @@ const seasonOverrides: Record< 8: { powerFloor: 750, softCap: 900, pinnacleCap: 960, DLCName: 'Shadowkeep' }, 9: { powerFloor: 750, softCap: 900, pinnacleCap: 970 }, 10: { powerFloor: 750, softCap: 950 }, - 11: { powerFloor: 750, softCap: 1000, seasonName: 'Season of the Arrival' }, - 12: { powerFloor: 1050, softCap: 1200, DLCName: 'Beyond Light' }, - 13: { powerFloor: 1100, softCap: 1250 }, + 11: { + powerFloor: 750, + softCap: 1000, + powerfulCap: 1050, + pinnacleCap: 1060, + seasonName: 'Season of the Arrival', + }, + 12: { + powerFloor: 1050, + softCap: 1200, + powerfulCap: 1250, + pinnacleCap: 1260, + DLCName: 'Beyond Light', + }, + 13: { powerFloor: 1100, softCap: 1250, powerfulCap: 1300, pinnacleCap: 1310 }, 14: { powerFloor: 1100, softCap: 1250, pinnacleCap: 1320 }, 15: { powerFloor: 1100, softCap: 1250, pinnacleCap: 1330 }, 16: { powerFloor: 1350, softCap: 1500, pinnacleCap: 1560, DLCName: 'Witch Queen' }, diff --git a/src/generate-source-info.ts b/src/generate-source-info.ts index aa45bb1a..ed866002 100644 --- a/src/generate-source-info.ts +++ b/src/generate-source-info.ts @@ -128,7 +128,7 @@ for (const [, matchRule] of Object.entries(matchTable)) { .filter((i) => { // lets not add an item that we can use a currently assigned sourceHash for const unmatchedSourceString = !matchRule.desc?.some((term) => - getDef('Collectible', i.collectibleHash)?.sourceString.includes(term), + getDef('Collectible', i.collectibleHash)?.sourceString?.includes(term), ); const itemMatch = [String(i.hash), i.displayProperties?.name].includes( @@ -159,7 +159,7 @@ for (const [, matchRule] of Object.entries(matchTable)) { .filter((i) => { // lets not add an item that we can use a currently assigned sourceHash for const unmatchedSourceString = !matchRule.desc?.some((term) => - getDef('Collectible', i.collectibleHash)?.sourceString.includes(term), + getDef('Collectible', i.collectibleHash)?.sourceString?.includes(term), ); const traitHashes = [