From e925fdb4850a311a434d52b3db7bf062cf058f1d Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Wed, 3 Jul 2024 21:12:16 +0200 Subject: [PATCH 1/8] Extended testability to .net webSocket helper --- .../MassiveMessageParsingFixture.cs | 42280 ++++++++++++++++ .../MessageParsingFixture.cs | 101 +- ...elagoSocketHelper_system.net.websockets.cs | 65 +- ...ArchipelagoSocketHelper_websocket-sharp.cs | 18 +- 4 files changed, 42413 insertions(+), 51 deletions(-) create mode 100644 Archipelago.MultiClient.Net.Tests/MassiveMessageParsingFixture.cs diff --git a/Archipelago.MultiClient.Net.Tests/MassiveMessageParsingFixture.cs b/Archipelago.MultiClient.Net.Tests/MassiveMessageParsingFixture.cs new file mode 100644 index 0000000..7cd9fa1 --- /dev/null +++ b/Archipelago.MultiClient.Net.Tests/MassiveMessageParsingFixture.cs @@ -0,0 +1,42280 @@ +ο»Ώusing Archipelago.MultiClient.Net.Converters; +using Archipelago.MultiClient.Net.Packets; +using Newtonsoft.Json; +using NUnit.Framework; +using System.Collections.Generic; +using System.Linq; + +namespace Archipelago.MultiClient.Net.Tests +{ + [TestFixture] + class MassiveMessageParsingFixture + { + static readonly ArchipelagoPacketConverter Converter = new ArchipelagoPacketConverter(); + + [Test] + public void Should_parse_large_async_message1() + { + const string message = MassiveAsyncMessage1; + + var packets = JsonConvert.DeserializeObject>(message, Converter); + + Assert.That(packets, Is.Not.Null); + Assert.That(packets.Count, Is.EqualTo(1)); + Assert.That(packets.OfType().Count(), Is.EqualTo(1)); + } + + const string MassiveAsyncMessage1 = @"[{ + ""cmd"": ""Connected"", + ""team"": 0, + ""slot"": 136, + ""players"": [ + { + ""team"": 0, + ""slot"": 1, + ""alias"": ""BadmoonZ_sub"", + ""name"": ""BadmoonZ_sub"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2, + ""alias"": ""BadmoonZ_PkEm"", + ""name"": ""BadmoonZ_PkEm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 3, + ""alias"": ""BadmoonZ_sc2"", + ""name"": ""BadmoonZ_sc2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 4, + ""alias"": ""BadmoonZ_Z4"", + ""name"": ""BadmoonZ_Z4"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 5, + ""alias"": ""NightOoTR"", + ""name"": ""NightOoTR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 6, + ""alias"": ""NightOoTG"", + ""name"": ""NightOoTG"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 7, + ""alias"": ""NightOoTB"", + ""name"": ""NightOoTB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 8, + ""alias"": ""NightSM64"", + ""name"": ""NightSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 9, + ""alias"": ""Eeveon (Emeraldeon)"", + ""name"": ""Emeraldeon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 10, + ""alias"": ""Eeveon (Lingeon)"", + ""name"": ""Lingeon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 11, + ""alias"": ""Eeveon (Messengeon)"", + ""name"": ""Messengeon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 12, + ""alias"": ""Eeveon (Ocarineon)"", + ""name"": ""Ocarineon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 13, + ""alias"": ""5ully_Tunc"", + ""name"": ""5ully_Tunc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 14, + ""alias"": ""5ully_Valley"", + ""name"": ""5ully_Valley"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 15, + ""alias"": ""5ully_Hike"", + ""name"": ""5ully_Hike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 16, + ""alias"": ""5ully_Witness"", + ""name"": ""5ully_Witness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 17, + ""alias"": ""Done (7deepsartlU_OoT)"", + ""name"": ""7deepsartlU_OoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 18, + ""alias"": ""Done (7deepsartlU_SA2)"", + ""name"": ""7deepsartlU_SA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 19, + ""alias"": ""Ouroboros ALttP"", + ""name"": ""Ouroboros ALttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 20, + ""alias"": ""7th Ouroboros HK"", + ""name"": ""7th Ouroboros HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 21, + ""alias"": ""THEIF (Ouroboros LADX)"", + ""name"": ""Ouroboros LADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 22, + ""alias"": ""Hyruler (adam)"", + ""name"": ""adam"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 23, + ""alias"": ""AdremLegacy"", + ""name"": ""AdremLegacy"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 24, + ""alias"": ""AdremFactory"", + ""name"": ""AdremFactory"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 25, + ""alias"": ""InnoMQ (AdremMQ)"", + ""name"": ""AdremMQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 26, + ""alias"": ""Micelle z4 (AdremLTTP)"", + ""name"": ""AdremLTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 27, + ""alias"": ""AGG_64"", + ""name"": ""AGG_64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 28, + ""alias"": ""AGG_Emerald"", + ""name"": ""AGG_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 29, + ""alias"": ""AGG_LttP"", + ""name"": ""AGG_LttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 30, + ""alias"": ""AGG_OoT"", + ""name"": ""AGG_OoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 31, + ""alias"": ""Bunny Phar"", + ""name"": ""Bunny Phar"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 32, + ""alias"": ""purin (Pharkip)"", + ""name"": ""Pharkip"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 33, + ""alias"": ""Sir Phar"", + ""name"": ""Sir Phar"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 34, + ""alias"": ""Super Phario"", + ""name"": ""Super Phario"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 35, + ""alias"": ""AndrewOOT"", + ""name"": ""AndrewOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 36, + ""alias"": ""AndrewSMW"", + ""name"": ""AndrewSMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 37, + ""alias"": ""Andrew64"", + ""name"": ""Andrew64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 38, + ""alias"": ""Aki665_CV64"", + ""name"": ""Aki665_CV64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 39, + ""alias"": ""Aki665_KH2"", + ""name"": ""Aki665_KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 40, + ""alias"": ""PanEmerald2 (Aki665_Emerald)"", + ""name"": ""Aki665_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 41, + ""alias"": ""Aki665_SM64"", + ""name"": ""Aki665_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 42, + ""alias"": ""done (akubookey)"", + ""name"": ""akubookey"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 43, + ""alias"": ""akumario"", + ""name"": ""akumario"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 44, + ""alias"": ""done (akuopen)"", + ""name"": ""akuopen"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 45, + ""alias"": ""Alex230"", + ""name"": ""Alex230"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 46, + ""alias"": ""Alexo_ALTTP"", + ""name"": ""Alexo_ALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 47, + ""alias"": ""Alexo_SMW"", + ""name"": ""Alexo_SMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 48, + ""alias"": ""Alexo_OOT"", + ""name"": ""Alexo_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 49, + ""alias"": ""Alrik64"", + ""name"": ""Alrik64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 50, + ""alias"": ""AlrikDX"", + ""name"": ""AlrikDX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 51, + ""alias"": ""AlrikKH2"", + ""name"": ""AlrikKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 52, + ""alias"": ""AlrikSC2"", + ""name"": ""AlrikSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 53, + ""alias"": ""AltasWolfDLCQ"", + ""name"": ""AltasWolfDLCQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 54, + ""alias"": ""AltasWolfDOOM"", + ""name"": ""AltasWolfDOOM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 55, + ""alias"": ""AltasWolfRogue"", + ""name"": ""AltasWolfRogue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 56, + ""alias"": ""AltasWolfSpire"", + ""name"": ""AltasWolfSpire"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 57, + ""alias"": ""AmalgorithmicRB"", + ""name"": ""AmalgorithmicRB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 58, + ""alias"": ""AmalgorithmicMW"", + ""name"": ""AmalgorithmicMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 59, + ""alias"": ""Amalgorithmic64"", + ""name"": ""Amalgorithmic64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 60, + ""alias"": ""AmalgorithmicEM"", + ""name"": ""AmalgorithmicEM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 61, + ""alias"": ""Amazia (AmaziaShortHike)"", + ""name"": ""AmaziaShortHike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 62, + ""alias"": ""Amazia (AmaziaDLC)"", + ""name"": ""AmaziaDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 63, + ""alias"": ""Amazia (AmaziaMessenger)"", + ""name"": ""AmaziaMessenger"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 64, + ""alias"": ""Amazia (AmaziaTimespin)"", + ""name"": ""AmaziaTimespin"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 65, + ""alias"": ""AmalgorithmicZ3 (piplttpmassive3)"", + ""name"": ""piplttpmassive3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 66, + ""alias"": ""Hyruler (piplttpmassive2)"", + ""name"": ""piplttpmassive2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 67, + ""alias"": ""Hyruler (piplttpmassive1)"", + ""name"": ""piplttpmassive1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 68, + ""alias"": ""Done (pip)"", + ""name"": ""pip"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 69, + ""alias"": ""AnsonEmerald"", + ""name"": ""AnsonEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 70, + ""alias"": ""AnsonRed"", + ""name"": ""AnsonRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 71, + ""alias"": ""AnsonKH"", + ""name"": ""AnsonKH"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 72, + ""alias"": ""MrPokemon11RoR2"", + ""name"": ""MrPokemon11RoR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 73, + ""alias"": ""MrPokemon11Demon"", + ""name"": ""MrPokemon11Demon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 74, + ""alias"": ""MrPokemon11Shvrs"", + ""name"": ""MrPokemon11Shvrs"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 75, + ""alias"": ""MrPokemon11Tunc"", + ""name"": ""MrPokemon11Tunc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 76, + ""alias"": ""Arashi-KH2"", + ""name"": ""Arashi-KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 77, + ""alias"": ""Arashi-Muse"", + ""name"": ""Arashi-Muse"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 78, + ""alias"": ""Arashi-Time"", + ""name"": ""Arashi-Time"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 79, + ""alias"": ""Done (AriEM)"", + ""name"": ""AriEM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 80, + ""alias"": ""ArkynosEmerald"", + ""name"": ""ArkynosEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 81, + ""alias"": ""ArkynosRB"", + ""name"": ""ArkynosRB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 82, + ""alias"": ""ArkynosSub"", + ""name"": ""ArkynosSub"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 83, + ""alias"": ""ArkynosHylics"", + ""name"": ""ArkynosHylics"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 84, + ""alias"": ""Legs_Hike"", + ""name"": ""Legs_Hike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 85, + ""alias"": ""Legs_RoR"", + ""name"": ""Legs_RoR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 86, + ""alias"": ""Legs_Sub"", + ""name"": ""Legs_Sub"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 87, + ""alias"": ""Legs_Witness"", + ""name"": ""Legs_Witness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 88, + ""alias"": ""Done (ButterMageHK)"", + ""name"": ""ButterMageHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 89, + ""alias"": ""Done (ButterMageMC)"", + ""name"": ""ButterMageMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 90, + ""alias"": ""TheButterMage (ButterMageOOT)"", + ""name"": ""ButterMageOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 91, + ""alias"": ""Done (ButterMagePE)"", + ""name"": ""ButterMagePE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 92, + ""alias"": ""Dr.Awesome_Tunic"", + ""name"": ""Dr.Awesome_Tunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 93, + ""alias"": ""Done (Dr.Awesome_Fact)"", + ""name"": ""Dr.Awesome_Fact"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 94, + ""alias"": ""Dr.Awesome_OOT"", + ""name"": ""Dr.Awesome_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 95, + ""alias"": ""Dr.Awesome_Mine"", + ""name"": ""Dr.Awesome_Mine"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 96, + ""alias"": ""DLCM8"", + ""name"": ""DLCM8"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 97, + ""alias"": ""StarM8"", + ""name"": ""StarM8"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 98, + ""alias"": ""WitnessM8"", + ""name"": ""WitnessM8"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 99, + ""alias"": ""NoBuildM8"", + ""name"": ""NoBuildM8"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 100, + ""alias"": ""Psionicsblade (AugustusWitness)"", + ""name"": ""AugustusWitness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 101, + ""alias"": ""SerpentTERRARIA (AugustusTerraria)"", + ""name"": ""AugustusTerraria"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 102, + ""alias"": ""SerpentLINGO (AugustusLingo)"", + ""name"": ""AugustusLingo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 103, + ""alias"": ""AureliaJumping"", + ""name"": ""AureliaJumping"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 104, + ""alias"": ""AureliaRunning"", + ""name"": ""AureliaRunning"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 105, + ""alias"": ""done (AureliaSlaying)"", + ""name"": ""AureliaSlaying"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 106, + ""alias"": ""Done (AxxroyHike)"", + ""name"": ""AxxroyHike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 107, + ""alias"": ""Done (AxxroyTunic)"", + ""name"": ""AxxroyTunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 108, + ""alias"": ""AxxroyWitness"", + ""name"": ""AxxroyWitness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 109, + ""alias"": ""AxxroyEmerald"", + ""name"": ""AxxroyEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 110, + ""alias"": ""Done (Baby Groot HK)"", + ""name"": ""Baby Groot HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 111, + ""alias"": ""Baby Groot SM"", + ""name"": ""Baby Groot SM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 112, + ""alias"": ""Done (Baby Groot Em)"", + ""name"": ""Baby Groot Em"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 113, + ""alias"": ""Done (Baby Groot Red)"", + ""name"": ""Baby Groot Red"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 114, + ""alias"": ""Radagast1981 (Bandit'sIsland)"", + ""name"": ""Bandit'sIsland"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 115, + ""alias"": ""purin (BanditEmerald)"", + ""name"": ""BanditEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 116, + ""alias"": ""PonygoodNinja (BanditGaiden)"", + ""name"": ""BanditGaiden"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 117, + ""alias"": ""Radagast1981 (BanditNotThief)"", + ""name"": ""BanditNotThief"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 118, + ""alias"": ""Bazoo_ALttP"", + ""name"": ""Bazoo_ALttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 119, + ""alias"": ""Bazoo_OOT"", + ""name"": ""Bazoo_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 120, + ""alias"": ""Bazoo_Yoshi"", + ""name"": ""Bazoo_Yoshi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 121, + ""alias"": ""Hyruler (BBPuff1)"", + ""name"": ""BBPuff1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 122, + ""alias"": ""ExentethWitness2 (BeckyScottFairle)"", + ""name"": ""BeckyScottFairle"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 123, + ""alias"": ""Ben'Jammin27"", + ""name"": ""Ben'Jammin27"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 124, + ""alias"": ""BenderMC"", + ""name"": ""BenderMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 125, + ""alias"": ""BenderSC"", + ""name"": ""BenderSC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 126, + ""alias"": ""BennyButNotSH"", + ""name"": ""BennyButNotSH"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 127, + ""alias"": ""BennyButNotLA"", + ""name"": ""BennyButNotLA"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 128, + ""alias"": ""BennyButNotHK"", + ""name"": ""BennyButNotHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 129, + ""alias"": ""bennydreamly_dlc"", + ""name"": ""bennydreamly_dlc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 130, + ""alias"": ""bennydreamly_dew"", + ""name"": ""bennydreamly_dew"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 131, + ""alias"": ""bennydreamly_chk"", + ""name"": ""bennydreamly_chk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 132, + ""alias"": ""bennydreamly_stk"", + ""name"": ""bennydreamly_stk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 133, + ""alias"": ""Berserker"", + ""name"": ""Berserker"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 134, + ""alias"": ""Berserker2"", + ""name"": ""Berserker2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 135, + ""alias"": ""Berserker3"", + ""name"": ""Berserker3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 136, + ""alias"": ""BerserkerDiver"", + ""name"": ""BerserkerDiver"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 137, + ""alias"": ""Mrks ALttP #137"", + ""name"": ""Mrks ALttP #137"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 138, + ""alias"": ""Mrks HK #138"", + ""name"": ""Mrks HK #138"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 139, + ""alias"": ""Mrks MQ #139"", + ""name"": ""Mrks MQ #139"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 140, + ""alias"": ""Mrks SMW #140"", + ""name"": ""Mrks SMW #140"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 141, + ""alias"": ""Saye Emerald (Poke4Cake)"", + ""name"": ""Poke4Cake"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 142, + ""alias"": ""DONE (Link4Cake)"", + ""name"": ""Link4Cake"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 143, + ""alias"": ""Hyruler (TEM4Cake)"", + ""name"": ""TEM4Cake"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 144, + ""alias"": ""Risk4Cake"", + ""name"": ""Risk4Cake"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 145, + ""alias"": ""BullfrofDLCQ"", + ""name"": ""BullfrofDLCQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 146, + ""alias"": ""BullfrofRB"", + ""name"": ""BullfrofRB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 147, + ""alias"": ""BullfrofUT"", + ""name"": ""BullfrofUT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 148, + ""alias"": ""PixievoltCraft"", + ""name"": ""PixievoltCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 149, + ""alias"": ""Pixievolt64"", + ""name"": ""Pixievolt64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 150, + ""alias"": ""cundelHK"", + ""name"": ""cundelHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 151, + ""alias"": ""cundelTR"", + ""name"": ""cundelTR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 152, + ""alias"": ""cundelTU"", + ""name"": ""cundelTU"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 153, + ""alias"": ""StarGremlin"", + ""name"": ""StarGremlin"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 154, + ""alias"": ""PokeGremlin"", + ""name"": ""PokeGremlin"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 155, + ""alias"": ""FactoryGremlin"", + ""name"": ""FactoryGremlin"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 156, + ""alias"": ""Done (SuperJonesio)"", + ""name"": ""SuperJonesio"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 157, + ""alias"": ""Done (MysticJones)"", + ""name"": ""MysticJones"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 158, + ""alias"": ""Done (JonesSpinner)"", + ""name"": ""JonesSpinner"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 159, + ""alias"": ""CookingPersonMan"", + ""name"": ""CookingPersonMan"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 160, + ""alias"": ""HollowPersonMan"", + ""name"": ""HollowPersonMan"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 161, + ""alias"": ""TUNICPersonMan"", + ""name"": ""TUNICPersonMan"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 162, + ""alias"": ""Done (PinguHearts2)"", + ""name"": ""PinguHearts2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 163, + ""alias"": ""PinguEm"", + ""name"": ""PinguEm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 164, + ""alias"": ""PinguKnight"", + ""name"": ""PinguKnight"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 165, + ""alias"": ""QuartzFinder (ffuzzBIGsweep)"", + ""name"": ""ffuzzBIGsweep"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 166, + ""alias"": ""ffuzzBIGrl"", + ""name"": ""ffuzzBIGrl"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 167, + ""alias"": ""Hyruler (ffuzzBIGred)"", + ""name"": ""ffuzzBIGred"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 168, + ""alias"": ""Hyruler (ffuzzBIGemerald)"", + ""name"": ""ffuzzBIGemerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 169, + ""alias"": ""DONE (BizzoSMW)"", + ""name"": ""BizzoSMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 170, + ""alias"": ""DONE (BizzoLetsAGo)"", + ""name"": ""BizzoLetsAGo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 171, + ""alias"": ""DONE (BizzoOfTime)"", + ""name"": ""BizzoOfTime"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 172, + ""alias"": ""DONE (BizzoSANIC)"", + ""name"": ""BizzoSANIC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 173, + ""alias"": ""Black_Sliver_SoE"", + ""name"": ""Black_Sliver_SoE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 174, + ""alias"": ""BluejelloRisk"", + ""name"": ""BluejelloRisk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 175, + ""alias"": ""BluejelloSC2"", + ""name"": ""BluejelloSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 176, + ""alias"": ""done (BluejelloZillion)"", + ""name"": ""BluejelloZillion"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 177, + ""alias"": ""BluejelloWitness"", + ""name"": ""BluejelloWitness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 178, + ""alias"": ""Done (BlueSoxOoT)"", + ""name"": ""BlueSoxOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 179, + ""alias"": ""BlueSoxFact"", + ""name"": ""BlueSoxFact"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 180, + ""alias"": ""Done (BlueSoxDLC)"", + ""name"": ""BlueSoxDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 181, + ""alias"": ""done (BlueSoxSM64)"", + ""name"": ""BlueSoxSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 182, + ""alias"": ""Done (Boba'sAwakening)"", + ""name"": ""Boba'sAwakening"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 183, + ""alias"": ""FindingBoba"", + ""name"": ""FindingBoba"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 184, + ""alias"": ""Boss Past"", + ""name"": ""Boss Past"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 185, + ""alias"": ""Boss 64"", + ""name"": ""Boss 64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 186, + ""alias"": ""Bosstale"", + ""name"": ""Bosstale"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 187, + ""alias"": ""Bosstale1 (UnderBoss)"", + ""name"": ""UnderBoss"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 188, + ""alias"": ""Bouloche_UT"", + ""name"": ""Bouloche_UT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 189, + ""alias"": ""Bouloche_HK"", + ""name"": ""Bouloche_HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 190, + ""alias"": ""Bouloche_SM64"", + ""name"": ""Bouloche_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 191, + ""alias"": ""Bouloche_Tunic"", + ""name"": ""Bouloche_Tunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 192, + ""alias"": ""Bread-RoR2"", + ""name"": ""Bread-RoR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 193, + ""alias"": ""Done (Bren1)"", + ""name"": ""Bren1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 194, + ""alias"": ""Done (Bren2)"", + ""name"": ""Bren2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 195, + ""alias"": ""Bren3"", + ""name"": ""Bren3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 196, + ""alias"": ""Bren4"", + ""name"": ""Bren4"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 197, + ""alias"": ""BryanmasterDLC"", + ""name"": ""BryanmasterDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 198, + ""alias"": ""BryanmasterDLC2"", + ""name"": ""BryanmasterDLC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 199, + ""alias"": ""BryanmasterROR"", + ""name"": ""BryanmasterROR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 200, + ""alias"": ""DONE (BryGuy_Emerald)"", + ""name"": ""BryGuy_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 201, + ""alias"": ""Bulborbish_4"", + ""name"": ""Bulborbish_4"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 202, + ""alias"": ""Bulborbish_3DONE (Bulborbish_3)"", + ""name"": ""Bulborbish_3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 203, + ""alias"": ""Bulborbish_2DONE (Bulborbish_2)"", + ""name"": ""Bulborbish_2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 204, + ""alias"": ""Bulborbish_1DONE (Bulborbish_1)"", + ""name"": ""Bulborbish_1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 205, + ""alias"": ""BunkEmerald"", + ""name"": ""BunkEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 206, + ""alias"": ""BunkBlue"", + ""name"": ""BunkBlue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 207, + ""alias"": ""BunkSonic"", + ""name"": ""BunkSonic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 208, + ""alias"": ""BunkMegaman"", + ""name"": ""BunkMegaman"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 209, + ""alias"": ""C2_OOT (C2123)"", + ""name"": ""C2123"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 210, + ""alias"": ""Done (Shiro - SMW)"", + ""name"": ""Shiro - SMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 211, + ""alias"": ""Cait is Done (CaitIsFactory)"", + ""name"": ""CaitIsFactory"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 212, + ""alias"": ""Cait is Done (CaitIsGoose)"", + ""name"": ""CaitIsGoose"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 213, + ""alias"": ""CaitIsLunais"", + ""name"": ""CaitIsLunais"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 214, + ""alias"": ""Cait is Done (CaitIsChamp)"", + ""name"": ""CaitIsChamp"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 215, + ""alias"": ""CalHK"", + ""name"": ""CalHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 216, + ""alias"": ""Canor_LADX"", + ""name"": ""Canor_LADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 217, + ""alias"": ""Done (Canor_OOT)"", + ""name"": ""Canor_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 218, + ""alias"": ""Done (Canor_SMW)"", + ""name"": ""Canor_SMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 219, + ""alias"": ""Done (Canor_Steven)"", + ""name"": ""Canor_Steven"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 220, + ""alias"": ""capogalassiaRed"", + ""name"": ""capogalassiaRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 221, + ""alias"": ""capogalassiaEmer"", + ""name"": ""capogalassiaEmer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 222, + ""alias"": ""CapLin"", + ""name"": ""CapLin"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 223, + ""alias"": ""CapM64MR"", + ""name"": ""CapM64MR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 224, + ""alias"": ""CapM64NoMR"", + ""name"": ""CapM64NoMR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 225, + ""alias"": ""CapTer"", + ""name"": ""CapTer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 226, + ""alias"": ""Hyruler (Cay2)"", + ""name"": ""Cay2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 227, + ""alias"": ""Done (CDOOT)"", + ""name"": ""CDOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 228, + ""alias"": ""CDEMER"", + ""name"": ""CDEMER"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 229, + ""alias"": ""CDRED"", + ""name"": ""CDRED"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 230, + ""alias"": ""Done (CDSM64)"", + ""name"": ""CDSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 231, + ""alias"": ""ChadralnALTTP"", + ""name"": ""ChadralnALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 232, + ""alias"": ""ChadralnSM"", + ""name"": ""ChadralnSM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 233, + ""alias"": ""ChadralnSMZ3"", + ""name"": ""ChadralnSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 234, + ""alias"": ""ChadralnSpinner"", + ""name"": ""ChadralnSpinner"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 235, + ""alias"": ""Chalk33Emerald"", + ""name"": ""Chalk33Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 236, + ""alias"": ""Chalk33KH2"", + ""name"": ""Chalk33KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 237, + ""alias"": ""DONE (ChamisoLADX)"", + ""name"": ""ChamisoLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 238, + ""alias"": ""ChamisoLttP"", + ""name"": ""ChamisoLttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 239, + ""alias"": ""ChamisoPE"", + ""name"": ""ChamisoPE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 240, + ""alias"": ""ChamisoSoE"", + ""name"": ""ChamisoSoE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 241, + ""alias"": ""Chandelure_PKMN"", + ""name"": ""Chandelure_PKMN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 242, + ""alias"": ""Chandelure_SA2B"", + ""name"": ""Chandelure_SA2B"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 243, + ""alias"": ""Chandelure_SM64"", + ""name"": ""Chandelure_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 244, + ""alias"": ""DONE (ChandlerHike)"", + ""name"": ""ChandlerHike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 245, + ""alias"": ""DONE (ChandlerCraft)"", + ""name"": ""ChandlerCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 246, + ""alias"": ""ChandlerWitness"", + ""name"": ""ChandlerWitness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 247, + ""alias"": ""ExentethSM2 (ChandlerMetroid)"", + ""name"": ""ChandlerMetroid"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 248, + ""alias"": ""chaserdk"", + ""name"": ""chaserdk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 249, + ""alias"": ""Done (Chloestv)"", + ""name"": ""Chloestv"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 250, + ""alias"": ""ChozoIndigoLOZ"", + ""name"": ""ChozoIndigoLOZ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 251, + ""alias"": ""ChozoIndigoSMZ3"", + ""name"": ""ChozoIndigoSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 252, + ""alias"": ""ChozoIndigoSMW"", + ""name"": ""ChozoIndigoSMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 253, + ""alias"": ""ChozoIndigoOOT"", + ""name"": ""ChozoIndigoOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 254, + ""alias"": ""Chronake"", + ""name"": ""Chronake"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 255, + ""alias"": ""done (CJMTS)"", + ""name"": ""CJMTS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 256, + ""alias"": ""done (CJMKH)"", + ""name"": ""CJMKH"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 257, + ""alias"": ""done (CJMS)"", + ""name"": ""CJMS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 258, + ""alias"": ""CJMT"", + ""name"": ""CJMT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 259, + ""alias"": ""Done (Clocky64)"", + ""name"": ""Clocky64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 260, + ""alias"": ""ClockyCraft"", + ""name"": ""ClockyCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 261, + ""alias"": ""ClockyFac"", + ""name"": ""ClockyFac"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 262, + ""alias"": ""CloverMC"", + ""name"": ""CloverMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 263, + ""alias"": ""SpearmintSM (CloverSM)"", + ""name"": ""CloverSM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 264, + ""alias"": ""CloverTMOD"", + ""name"": ""CloverTMOD"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 265, + ""alias"": ""CloverUT"", + ""name"": ""CloverUT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 266, + ""alias"": ""Coal_Lingo"", + ""name"": ""Coal_Lingo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 267, + ""alias"": ""Coal_Witness"", + ""name"": ""Coal_Witness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 268, + ""alias"": ""Coal_SA2B"", + ""name"": ""Coal_SA2B"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 269, + ""alias"": ""Coal_ALTTP"", + ""name"": ""Coal_ALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 270, + ""alias"": ""Done (Cobra)"", + ""name"": ""Cobra"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 271, + ""alias"": ""Done (CobraOoT)"", + ""name"": ""CobraOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 272, + ""alias"": ""Done (CobraSC2)"", + ""name"": ""CobraSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 273, + ""alias"": ""Done (CobraSV)"", + ""name"": ""CobraSV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 274, + ""alias"": ""LogicalDoer"", + ""name"": ""LogicalDoer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 275, + ""alias"": ""GorillaOfTime"", + ""name"": ""GorillaOfTime"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 276, + ""alias"": ""DONE (SecretCode)"", + ""name"": ""SecretCode"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 277, + ""alias"": ""NalaShivers3"", + ""name"": ""NalaShivers3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 278, + ""alias"": ""NalaShivers2"", + ""name"": ""NalaShivers2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 279, + ""alias"": ""NalaShivers1"", + ""name"": ""NalaShivers1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 280, + ""alias"": ""purin (AedisFactorio1)"", + ""name"": ""AedisFactorio1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 281, + ""alias"": ""AedisFactorio2"", + ""name"": ""AedisFactorio2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 282, + ""alias"": ""AedisStarcraft1"", + ""name"": ""AedisStarcraft1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 283, + ""alias"": ""Done (AedisStarcraft2)"", + ""name"": ""AedisStarcraft2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 284, + ""alias"": ""NolanPokeRed"", + ""name"": ""NolanPokeRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 285, + ""alias"": ""NolanPokeEmerald"", + ""name"": ""NolanPokeEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 286, + ""alias"": ""NolanTanukiRando"", + ""name"": ""NolanTanukiRando"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 287, + ""alias"": ""BlivenOoT (BlivenOoT)"", + ""name"": ""BlivenOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 288, + ""alias"": ""BlivenSMZ3"", + ""name"": ""BlivenSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 289, + ""alias"": ""DigiLADX"", + ""name"": ""DigiLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 290, + ""alias"": ""DoneNinja (DigiNinja)"", + ""name"": ""DigiNinja"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 291, + ""alias"": ""DigitothePast"", + ""name"": ""DigitothePast"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 292, + ""alias"": ""Nuclear_Hike"", + ""name"": ""Nuclear_Hike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 293, + ""alias"": ""Nuclear_MarWorld"", + ""name"": ""Nuclear_MarWorld"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 294, + ""alias"": ""Nuclear_Risk"", + ""name"": ""Nuclear_Risk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 295, + ""alias"": ""Nuclear_Stardew"", + ""name"": ""Nuclear_Stardew"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 296, + ""alias"": ""MouseShivers3"", + ""name"": ""MouseShivers3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 297, + ""alias"": ""MouseShivers2"", + ""name"": ""MouseShivers2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 298, + ""alias"": ""Done (MouseShivers1)"", + ""name"": ""MouseShivers1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 299, + ""alias"": ""Done (MouseSA2)"", + ""name"": ""MouseSA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 300, + ""alias"": ""CV64_mauwhir"", + ""name"": ""CV64_mauwhir"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 301, + ""alias"": ""OoT_mauwhir"", + ""name"": ""OoT_mauwhir"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 302, + ""alias"": ""ThuCel1"", + ""name"": ""ThuCel1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 303, + ""alias"": ""ThuKH21"", + ""name"": ""ThuKH21"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 304, + ""alias"": ""ThuSM641"", + ""name"": ""ThuSM641"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 305, + ""alias"": ""ThuTime1"", + ""name"": ""ThuTime1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 306, + ""alias"": ""chaosTunic"", + ""name"": ""chaosTunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 307, + ""alias"": ""chaosUT"", + ""name"": ""chaosUT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 308, + ""alias"": ""chaosSA2"", + ""name"": ""chaosSA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 309, + ""alias"": ""chaosEmerald"", + ""name"": ""chaosEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 310, + ""alias"": ""sooper_SMW"", + ""name"": ""sooper_SMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 311, + ""alias"": ""sooper_Blue"", + ""name"": ""sooper_Blue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 312, + ""alias"": ""sooper_Mario64"", + ""name"": ""sooper_Mario64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 313, + ""alias"": ""sooper_Emerald"", + ""name"": ""sooper_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 314, + ""alias"": ""done (NagrandMC)"", + ""name"": ""NagrandMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 315, + ""alias"": ""NagrandS2"", + ""name"": ""NagrandS2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 316, + ""alias"": ""Fore772SV1 (NagrandSV)"", + ""name"": ""NagrandSV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 317, + ""alias"": ""DONE (WolfBoi008SM64)"", + ""name"": ""WolfBoi008SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 318, + ""alias"": ""WolfBoi008SMW"", + ""name"": ""WolfBoi008SMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 319, + ""alias"": ""DONE (WolfBoi008TM)"", + ""name"": ""WolfBoi008TM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 320, + ""alias"": ""Tryrex67emerald (TortelPkmn)"", + ""name"": ""TortelPkmn"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 321, + ""alias"": ""Nightingale33SA2 (TortelSA2)"", + ""name"": ""TortelSA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 322, + ""alias"": ""Datboo"", + ""name"": ""Datboo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 323, + ""alias"": ""Datboo2"", + ""name"": ""Datboo2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 324, + ""alias"": ""CommandAdventure"", + ""name"": ""CommandAdventure"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 325, + ""alias"": ""CommandDoom"", + ""name"": ""CommandDoom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 326, + ""alias"": ""CommandZork"", + ""name"": ""CommandZork"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 327, + ""alias"": ""Done (CooltrainerSpins)"", + ""name"": ""CooltrainerSpins"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 328, + ""alias"": ""CooltrainerHoenn"", + ""name"": ""CooltrainerHoenn"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 329, + ""alias"": ""Done (CooltrainerKH2)"", + ""name"": ""CooltrainerKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 330, + ""alias"": ""CooltrainerOoT"", + ""name"": ""CooltrainerOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 331, + ""alias"": ""CovLost"", + ""name"": ""CovLost"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 332, + ""alias"": ""CovHunt"", + ""name"": ""CovHunt"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 333, + ""alias"": ""CovShivers"", + ""name"": ""CovShivers"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 334, + ""alias"": ""CovZork"", + ""name"": ""CovZork"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 335, + ""alias"": ""cubethethird_HK1"", + ""name"": ""cubethethird_HK1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 336, + ""alias"": ""cubethethird_HK2"", + ""name"": ""cubethethird_HK2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 337, + ""alias"": ""cubethethird_LA1"", + ""name"": ""cubethethird_LA1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 338, + ""alias"": ""cubethethird_LA2"", + ""name"": ""cubethethird_LA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 339, + ""alias"": ""Done (CVTaurus_AlttP)"", + ""name"": ""CVTaurus_AlttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 340, + ""alias"": ""Done (CVTaurus_Doom)"", + ""name"": ""CVTaurus_Doom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 341, + ""alias"": ""Done (CVTaurus_DX)"", + ""name"": ""CVTaurus_DX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 342, + ""alias"": ""Done (CVTaurus_STS)"", + ""name"": ""CVTaurus_STS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 343, + ""alias"": ""Cyber-Doom"", + ""name"": ""Cyber-Doom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 344, + ""alias"": ""Cyber-Emerald"", + ""name"": ""Cyber-Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 345, + ""alias"": ""Cyber-KH2"", + ""name"": ""Cyber-KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 346, + ""alias"": ""DamahHK"", + ""name"": ""DamahHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 347, + ""alias"": ""DamahFactory"", + ""name"": ""DamahFactory"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 348, + ""alias"": ""DamahRogue"", + ""name"": ""DamahRogue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 349, + ""alias"": ""DamahSC"", + ""name"": ""DamahSC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 350, + ""alias"": ""DanB_quest"", + ""name"": ""DanB_quest"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 351, + ""alias"": ""DanB_TS"", + ""name"": ""DanB_TS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 352, + ""alias"": ""DanB_legacy"", + ""name"": ""DanB_legacy"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 353, + ""alias"": ""Dapper-Rain"", + ""name"": ""Dapper-Rain"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 354, + ""alias"": ""Dapper-Dash"", + ""name"": ""Dapper-Dash"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 355, + ""alias"": ""Dapper-Hike"", + ""name"": ""Dapper-Hike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 356, + ""alias"": ""Dapper-Facts"", + ""name"": ""Dapper-Facts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 357, + ""alias"": ""DarkFireEm"", + ""name"": ""DarkFireEm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 358, + ""alias"": ""DarkFireRed"", + ""name"": ""DarkFireRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 359, + ""alias"": ""DarkMaterialCE64"", + ""name"": ""DarkMaterialCE64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 360, + ""alias"": ""DarkMaterialHK"", + ""name"": ""DarkMaterialHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 361, + ""alias"": ""DarkMaterialMD"", + ""name"": ""DarkMaterialMD"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 362, + ""alias"": ""DarkMaterialTNC"", + ""name"": ""DarkMaterialTNC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 363, + ""alias"": ""done (piggybowStardew)"", + ""name"": ""piggybowStardew"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 364, + ""alias"": ""DatapodDoom"", + ""name"": ""DatapodDoom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 365, + ""alias"": ""DatapodHylics"", + ""name"": ""DatapodHylics"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 366, + ""alias"": ""DatapodLTTP"", + ""name"": ""DatapodLTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 367, + ""alias"": ""DatapodMarioDone (DatapodMario)"", + ""name"": ""DatapodMario"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 368, + ""alias"": ""DCrab_FFMQ"", + ""name"": ""DCrab_FFMQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 369, + ""alias"": ""DCrab_TS"", + ""name"": ""DCrab_TS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 370, + ""alias"": ""DCrab_SoE"", + ""name"": ""DCrab_SoE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 371, + ""alias"": ""DCrab_LoZ"", + ""name"": ""DCrab_LoZ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 372, + ""alias"": ""Seria Faith (DCReptile)"", + ""name"": ""DCReptile"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 373, + ""alias"": ""DDDragoniHK"", + ""name"": ""DDDragoniHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 374, + ""alias"": ""DDDragoniOoT"", + ""name"": ""DDDragoniOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 375, + ""alias"": ""DDDragoniRoR"", + ""name"": ""DDDragoniRoR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 376, + ""alias"": ""DeamonEmerald"", + ""name"": ""DeamonEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 377, + ""alias"": ""DeamonFactorio"", + ""name"": ""DeamonFactorio"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 378, + ""alias"": ""DeamonHK"", + ""name"": ""DeamonHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 379, + ""alias"": ""DeamonMuse"", + ""name"": ""DeamonMuse"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 380, + ""alias"": ""Deathclaw99EM"", + ""name"": ""Deathclaw99EM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 381, + ""alias"": ""Deathclaw99HK"", + ""name"": ""Deathclaw99HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 382, + ""alias"": ""Deathclaw99OOT"", + ""name"": ""Deathclaw99OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 383, + ""alias"": ""Deathclaw99TS"", + ""name"": ""Deathclaw99TS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 384, + ""alias"": ""DeltaRB"", + ""name"": ""DeltaRB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 385, + ""alias"": ""DeltaTLoZ"", + ""name"": ""DeltaTLoZ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 386, + ""alias"": ""DeltaFinder"", + ""name"": ""DeltaFinder"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 387, + ""alias"": ""DeltaDLC"", + ""name"": ""DeltaDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 388, + ""alias"": ""DemorckHK"", + ""name"": ""DemorckHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 389, + ""alias"": ""DemorckOoT"", + ""name"": ""DemorckOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 390, + ""alias"": ""DemorckLADX"", + ""name"": ""DemorckLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 391, + ""alias"": ""DemorckV6"", + ""name"": ""DemorckV6"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 392, + ""alias"": ""done (Dessos_big_hell)"", + ""name"": ""Dessos_big_hell"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 393, + ""alias"": ""done (dessoT)"", + ""name"": ""dessoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 394, + ""alias"": ""QuartzCraft4 (DessoM)"", + ""name"": ""DessoM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 395, + ""alias"": ""DessoDS3"", + ""name"": ""DessoDS3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 396, + ""alias"": ""DevilDavidFactor"", + ""name"": ""DevilDavidFactor"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 397, + ""alias"": ""DevilDavidSC2"", + ""name"": ""DevilDavidSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 398, + ""alias"": ""DevilDavidTerrar"", + ""name"": ""DevilDavidTerrar"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 399, + ""alias"": ""DevilDavidEmeral"", + ""name"": ""DevilDavidEmeral"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 400, + ""alias"": ""AdvoZork"", + ""name"": ""AdvoZork"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 401, + ""alias"": ""AdvoShortHike"", + ""name"": ""AdvoShortHike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 402, + ""alias"": ""AdvoSuper64"", + ""name"": ""AdvoSuper64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 403, + ""alias"": ""AdvoWaluigiWorld"", + ""name"": ""AdvoWaluigiWorld"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 404, + ""alias"": ""dicedragonWitnes"", + ""name"": ""dicedragonWitnes"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 405, + ""alias"": ""dicedragonLingo"", + ""name"": ""dicedragonLingo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 406, + ""alias"": ""dicedragonSpire"", + ""name"": ""dicedragonSpire"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 407, + ""alias"": ""Digimon16DLCQ"", + ""name"": ""Digimon16DLCQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 408, + ""alias"": ""Digimon16HK"", + ""name"": ""Digimon16HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 409, + ""alias"": ""Digimon16PKM"", + ""name"": ""Digimon16PKM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 410, + ""alias"": ""Digimon16PKME"", + ""name"": ""Digimon16PKME"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 411, + ""alias"": ""DNPLADX"", + ""name"": ""DNPLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 412, + ""alias"": ""DNPM64"", + ""name"": ""DNPM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 413, + ""alias"": ""DNPRed"", + ""name"": ""DNPRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 414, + ""alias"": ""DNPSC2"", + ""name"": ""DNPSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 415, + ""alias"": ""DONE (DocEepy) (DoctaisenEepy)"", + ""name"": ""DoctaisenEepy"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 416, + ""alias"": ""DONE (DocSM) (DoctaisenSM)"", + ""name"": ""DoctaisenSM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 417, + ""alias"": ""DoctaisenUN"", + ""name"": ""DoctaisenUN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 418, + ""alias"": ""Donkyhotay"", + ""name"": ""Donkyhotay"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 419, + ""alias"": ""Hyruler (dosciALTTP)"", + ""name"": ""dosciALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 420, + ""alias"": ""Done (dosciROR2)"", + ""name"": ""dosciROR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 421, + ""alias"": ""Done (dotdot_z1)"", + ""name"": ""dotdot_z1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 422, + ""alias"": ""dotdot_alttp"", + ""name"": ""dotdot_alttp"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 423, + ""alias"": ""Choco_Jack (dotdot_lingo)"", + ""name"": ""dotdot_lingo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 424, + ""alias"": ""dotdot_sys"", + ""name"": ""dotdot_sys"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 425, + ""alias"": ""DrPepper(C64)"", + ""name"": ""DrPepper(C64)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 426, + ""alias"": ""Hyruler (DrPepper(KH2))"", + ""name"": ""DrPepper(KH2)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 427, + ""alias"": ""DrPepper(SA2)"", + ""name"": ""DrPepper(SA2)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 428, + ""alias"": ""DrPepper(TUNIC)"", + ""name"": ""DrPepper(TUNIC)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 429, + ""alias"": ""Draex (T forme)"", + ""name"": ""Draex (T forme)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 430, + ""alias"": ""Draex (S forme)"", + ""name"": ""Draex (S forme)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 431, + ""alias"": ""Draex (Hivemind)"", + ""name"": ""Draex (Hivemind)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 432, + ""alias"": ""Draex (Y Forme)"", + ""name"": ""Draex (Y Forme)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 433, + ""alias"": ""Dragonite13_HK"", + ""name"": ""Dragonite13_HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 434, + ""alias"": ""Dragonite13_SH"", + ""name"": ""Dragonite13_SH"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 435, + ""alias"": ""DragorrodGreen"", + ""name"": ""DragorrodGreen"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 436, + ""alias"": ""DragorrodRed"", + ""name"": ""DragorrodRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 437, + ""alias"": ""DragorrodWhite"", + ""name"": ""DragorrodWhite"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 438, + ""alias"": ""DragorrodBlue"", + ""name"": ""DragorrodBlue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 439, + ""alias"": ""DragusSC2"", + ""name"": ""DragusSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 440, + ""alias"": ""DragusFCTY"", + ""name"": ""DragusFCTY"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 441, + ""alias"": ""Driabo"", + ""name"": ""Driabo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 442, + ""alias"": ""DroppelHK"", + ""name"": ""DroppelHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 443, + ""alias"": ""DroppelTS"", + ""name"": ""DroppelTS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 444, + ""alias"": ""done (DroppelRB)"", + ""name"": ""DroppelRB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 445, + ""alias"": ""DroppelTUNIC"", + ""name"": ""DroppelTUNIC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 446, + ""alias"": ""RainstormBlade"", + ""name"": ""RainstormBlade"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 447, + ""alias"": ""TerraBlade"", + ""name"": ""TerraBlade"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 448, + ""alias"": ""DuraaxDS3"", + ""name"": ""DuraaxDS3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 449, + ""alias"": ""Hyruler (DuraaxKH2)"", + ""name"": ""DuraaxKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 450, + ""alias"": ""DONE (DuraaxTerraria)"", + ""name"": ""DuraaxTerraria"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 451, + ""alias"": ""SpearmintEM4 (DVe (Emerald))"", + ""name"": ""DVe (Emerald)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 452, + ""alias"": ""DVe (Muse Dash)"", + ""name"": ""DVe (Muse Dash)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 453, + ""alias"": ""DVe (Mario)"", + ""name"": ""DVe (Mario)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 454, + ""alias"": ""Eds-OoT"", + ""name"": ""Eds-OoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 455, + ""alias"": ""Eds-PKMN"", + ""name"": ""Eds-PKMN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 456, + ""alias"": ""Eds-SM64"", + ""name"": ""Eds-SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 457, + ""alias"": ""done (eeveeMKI_ZOOTR)"", + ""name"": ""eeveeMKI_ZOOTR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 458, + ""alias"": ""done (EeveeMKIALTTP)"", + ""name"": ""EeveeMKIALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 459, + ""alias"": ""EeveeMKIEmmy"", + ""name"": ""EeveeMKIEmmy"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 460, + ""alias"": ""done (eeveeMKISMW)"", + ""name"": ""eeveeMKISMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 461, + ""alias"": ""EeveeStarcraft"", + ""name"": ""EeveeStarcraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 462, + ""alias"": ""EeveeLADX"", + ""name"": ""EeveeLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 463, + ""alias"": ""emertale"", + ""name"": ""emertale"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 464, + ""alias"": ""emerlausLTTP"", + ""name"": ""emerlausLTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 465, + ""alias"": ""emerlausLTTP2"", + ""name"": ""emerlausLTTP2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 466, + ""alias"": ""emerlausDLC"", + ""name"": ""emerlausDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 467, + ""alias"": ""done (factorio.mp3)"", + ""name"": ""factorio.mp3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 468, + ""alias"": ""done (sm64.mp3)"", + ""name"": ""sm64.mp3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 469, + ""alias"": ""emerald.mp3"", + ""name"": ""emerald.mp3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 470, + ""alias"": ""EnglishSMZ3"", + ""name"": ""EnglishSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 471, + ""alias"": ""EnglishEmerald"", + ""name"": ""EnglishEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 472, + ""alias"": ""EnglishHearts"", + ""name"": ""EnglishHearts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 473, + ""alias"": ""DONE (EnglishHollow)"", + ""name"": ""EnglishHollow"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 474, + ""alias"": ""epicsleleton"", + ""name"": ""epicsleleton"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 475, + ""alias"": ""EpsCraft"", + ""name"": ""EpsCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 476, + ""alias"": ""Epsitale"", + ""name"": ""Epsitale"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 477, + ""alias"": ""EpsTroid"", + ""name"": ""EpsTroid"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 478, + ""alias"": ""Upsilon"", + ""name"": ""Upsilon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 479, + ""alias"": ""EpySA2B"", + ""name"": ""EpySA2B"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 480, + ""alias"": ""erbs-ts"", + ""name"": ""erbs-ts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 481, + ""alias"": ""~3RBS-D1C~ (erbs-dlc)"", + ""name"": ""erbs-dlc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 482, + ""alias"": ""erbs-cf"", + ""name"": ""erbs-cf"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 483, + ""alias"": ""erbs-bs"", + ""name"": ""erbs-bs"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 484, + ""alias"": ""done (ergotaeRB)"", + ""name"": ""ergotaeRB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 485, + ""alias"": ""Done (ergotaeEmmy)"", + ""name"": ""ergotaeEmmy"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 486, + ""alias"": ""EricDM"", + ""name"": ""EricDM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 487, + ""alias"": ""EricCV"", + ""name"": ""EricCV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 488, + ""alias"": ""EricSMZ3"", + ""name"": ""EricSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 489, + ""alias"": ""EricOoT"", + ""name"": ""EricOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 490, + ""alias"": ""Done (Erkigmo 1)"", + ""name"": ""Erkigmo 1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 491, + ""alias"": ""Done (Erkigmo 2)"", + ""name"": ""Erkigmo 2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 492, + ""alias"": ""ErrorNoUsernameO"", + ""name"": ""ErrorNoUsernameO"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 493, + ""alias"": ""ErrorNoUsernameR"", + ""name"": ""ErrorNoUsernameR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 494, + ""alias"": ""essell-oot"", + ""name"": ""essell-oot"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 495, + ""alias"": ""essell-emerald"", + ""name"": ""essell-emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 496, + ""alias"": ""essell-KH2"", + ""name"": ""essell-KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 497, + ""alias"": ""Estii_DS3"", + ""name"": ""Estii_DS3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 498, + ""alias"": ""Estii_RoR2"", + ""name"": ""Estii_RoR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 499, + ""alias"": ""Eszenn HK"", + ""name"": ""Eszenn HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 500, + ""alias"": ""Done (Eszenn EM)"", + ""name"": ""Eszenn EM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 501, + ""alias"": ""eudaiGroove (eudai501)"", + ""name"": ""eudai501"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 502, + ""alias"": ""eudaiSMZ3 (eudai502)"", + ""name"": ""eudai502"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 503, + ""alias"": ""eudaiSC2 (eudai503)"", + ""name"": ""eudai503"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 504, + ""alias"": ""eudaiDoom (eudai504)"", + ""name"": ""eudai504"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 505, + ""alias"": ""ExentethFactorio"", + ""name"": ""ExentethFactorio"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 506, + ""alias"": ""ExentethMQ"", + ""name"": ""ExentethMQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 507, + ""alias"": ""DONE (EzarkDLC)"", + ""name"": ""EzarkDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 508, + ""alias"": ""Ezark1993"", + ""name"": ""Ezark1993"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 509, + ""alias"": ""DONE (EzarkSM64Move)"", + ""name"": ""EzarkSM64Move"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 510, + ""alias"": ""Nightingale33"", + ""name"": ""Nightingale33"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 511, + ""alias"": ""DONE-FarrenTS511 (FarrenTS511)"", + ""name"": ""FarrenTS511"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 512, + ""alias"": ""Fatman_HK_God"", + ""name"": ""Fatman_HK_God"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 513, + ""alias"": ""Fatman_HK2"", + ""name"": ""Fatman_HK2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 514, + ""alias"": ""FaultBat-fctr"", + ""name"": ""FaultBat-fctr"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 515, + ""alias"": ""FaultBat-msngr"", + ""name"": ""FaultBat-msngr"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 516, + ""alias"": ""FaultBat-shrthk"", + ""name"": ""FaultBat-shrthk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 517, + ""alias"": ""FaultBat-tnc"", + ""name"": ""FaultBat-tnc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 518, + ""alias"": ""DONE (FechOOT518)"", + ""name"": ""FechOOT518"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 519, + ""alias"": ""DONE (FechMQ519)"", + ""name"": ""FechMQ519"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 520, + ""alias"": ""DONE (FechLTTP520)"", + ""name"": ""FechLTTP520"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 521, + ""alias"": ""FechBN3521"", + ""name"": ""FechBN3521"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 522, + ""alias"": ""FelixTheBirb"", + ""name"": ""FelixTheBirb"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 523, + ""alias"": ""Done (FelixTheWord)"", + ""name"": ""FelixTheWord"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 524, + ""alias"": ""FelixTheFox"", + ""name"": ""FelixTheFox"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 525, + ""alias"": ""Done (FelixTheProgram)"", + ""name"": ""FelixTheProgram"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 526, + ""alias"": ""Nydaleclya (Fido)"", + ""name"": ""Fido"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 527, + ""alias"": ""FB_KH2"", + ""name"": ""FB_KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 528, + ""alias"": ""Done (FB_SM)"", + ""name"": ""FB_SM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 529, + ""alias"": ""done (FigmentDKC3)"", + ""name"": ""FigmentDKC3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 530, + ""alias"": ""done (FigmentSpinner)"", + ""name"": ""FigmentSpinner"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 531, + ""alias"": ""done (FigmentWitness)"", + ""name"": ""FigmentWitness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 532, + ""alias"": ""done (FigmentSC2)"", + ""name"": ""FigmentSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 533, + ""alias"": ""Fire emerald"", + ""name"": ""Fire emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 534, + ""alias"": ""Firecraft"", + ""name"": ""Firecraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 535, + ""alias"": ""Firered"", + ""name"": ""Firered"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 536, + ""alias"": ""FireGroove"", + ""name"": ""FireGroove"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 537, + ""alias"": ""MegaFish"", + ""name"": ""MegaFish"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 538, + ""alias"": ""FishHike"", + ""name"": ""FishHike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 539, + ""alias"": ""DoomFish"", + ""name"": ""DoomFish"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 540, + ""alias"": ""Done (FishyEmerald)"", + ""name"": ""FishyEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 541, + ""alias"": ""ExentethSC2 (FishyStarcraft)"", + ""name"": ""FishyStarcraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 542, + ""alias"": ""STAR FIZL"", + ""name"": ""STAR FIZL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 543, + ""alias"": ""TIME FIZL"", + ""name"": ""TIME FIZL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 544, + ""alias"": ""BOAT FIZL"", + ""name"": ""BOAT FIZL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 545, + ""alias"": ""CHEF FIZL"", + ""name"": ""CHEF FIZL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 546, + ""alias"": ""FlagninjaOOT"", + ""name"": ""FlagninjaOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 547, + ""alias"": ""UkyoMessenger (FlagMessenger)"", + ""name"": ""FlagMessenger"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 548, + ""alias"": ""FlagninjaDKC3"", + ""name"": ""FlagninjaDKC3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 549, + ""alias"": ""Doomed Flareon"", + ""name"": ""Doomed Flareon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 550, + ""alias"": ""Flareon2 (Done) (Trainer Flareon)"", + ""name"": ""Trainer Flareon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 551, + ""alias"": ""Flareon (Done) (FlareonALTTP)"", + ""name"": ""FlareonALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 552, + ""alias"": ""Heretic Flareon"", + ""name"": ""Heretic Flareon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 553, + ""alias"": ""FleaToThePast"", + ""name"": ""FleaToThePast"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 554, + ""alias"": ""FleaTheEmerald"", + ""name"": ""FleaTheEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 555, + ""alias"": ""floflo1674mario"", + ""name"": ""floflo1674mario"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 556, + ""alias"": ""floflo1674frisk"", + ""name"": ""floflo1674frisk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 557, + ""alias"": ""Done (Fluzziii)"", + ""name"": ""Fluzziii"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 558, + ""alias"": ""done (fragger)"", + ""name"": ""fragger"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 559, + ""alias"": ""fragger2"", + ""name"": ""fragger2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 560, + ""alias"": ""done (fragger3)"", + ""name"": ""fragger3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 561, + ""alias"": ""DONE (fragger4)"", + ""name"": ""fragger4"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 562, + ""alias"": ""KonaPokeEm2 (FuzzyEmerald)"", + ""name"": ""FuzzyEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 563, + ""alias"": ""GalladeSpinner"", + ""name"": ""GalladeSpinner"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 564, + ""alias"": ""DONE (GalladeSMZ3)"", + ""name"": ""GalladeSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 565, + ""alias"": ""GalladeEmerald"", + ""name"": ""GalladeEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 566, + ""alias"": ""GalladeSM64"", + ""name"": ""GalladeSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 567, + ""alias"": ""GGuyKDL3_567"", + ""name"": ""GGuyKDL3_567"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 568, + ""alias"": ""GGuyOoT_568"", + ""name"": ""GGuyOoT_568"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 569, + ""alias"": ""GGuyEm_569"", + ""name"": ""GGuyEm_569"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 570, + ""alias"": ""GGuyYI_570"", + ""name"": ""GGuyYI_570"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 571, + ""alias"": ""Stormfury_TS3 (GamesSpinner)"", + ""name"": ""GamesSpinner"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 572, + ""alias"": ""Skatzmuse (GamesMuse)"", + ""name"": ""GamesMuse"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 573, + ""alias"": ""ChamisoFinder (GamesFinder)"", + ""name"": ""GamesFinder"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 574, + ""alias"": ""done (GamesTerra)"", + ""name"": ""GamesTerra"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 575, + ""alias"": ""Loyalar64M"", + ""name"": ""Loyalar64M"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 576, + ""alias"": ""LoyalarLttPRetro"", + ""name"": ""LoyalarLttPRetro"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 577, + ""alias"": ""LoyalarSC2"", + ""name"": ""LoyalarSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 578, + ""alias"": ""LoyalarSMW"", + ""name"": ""LoyalarSMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 579, + ""alias"": ""TheBreadstick (GarboBug)"", + ""name"": ""GarboBug"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 580, + ""alias"": ""GarboSouls"", + ""name"": ""GarboSouls"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 581, + ""alias"": ""cairn1111 (Gbell_Oot)"", + ""name"": ""Gbell_Oot"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 582, + ""alias"": ""SeriaMC (GbellMiner)"", + ""name"": ""GbellMiner"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 583, + ""alias"": ""Done (Bell_RoR2)"", + ""name"": ""Bell_RoR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 584, + ""alias"": ""Hyruler (GbellKh2)"", + ""name"": ""GbellKh2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 585, + ""alias"": ""GeminiMQ"", + ""name"": ""GeminiMQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 586, + ""alias"": ""GeminiALttP"", + ""name"": ""GeminiALttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 587, + ""alias"": ""GeminiKH2"", + ""name"": ""GeminiKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 588, + ""alias"": ""done (GGP-TIMESPEEN)"", + ""name"": ""GGP-TIMESPEEN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 589, + ""alias"": ""GGP-ROGUEL"", + ""name"": ""GGP-ROGUEL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 590, + ""alias"": ""GGP-BLASPHEMY"", + ""name"": ""GGP-BLASPHEMY"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 591, + ""alias"": ""GibelyouFFMQ"", + ""name"": ""GibelyouFFMQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 592, + ""alias"": ""GibSMZ3"", + ""name"": ""GibSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 593, + ""alias"": ""Gibeltic"", + ""name"": ""Gibeltic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 594, + ""alias"": ""Gibelmonred"", + ""name"": ""Gibelmonred"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 595, + ""alias"": ""GlitchyRawlsSA2B"", + ""name"": ""GlitchyRawlsSA2B"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 596, + ""alias"": ""MouseShivers4 (GodlFireShivers1)"", + ""name"": ""GodlFireShivers1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 597, + ""alias"": ""Done (GodlFireShivers2)"", + ""name"": ""GodlFireShivers2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 598, + ""alias"": ""MouseShivers6 (GodlFireShivers3)"", + ""name"": ""GodlFireShivers3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 599, + ""alias"": ""MouseShivers7 (GodlFireShivers4)"", + ""name"": ""GodlFireShivers4"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 600, + ""alias"": ""GoldZephFF1"", + ""name"": ""GoldZephFF1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 601, + ""alias"": ""GoldZephRoR2"", + ""name"": ""GoldZephRoR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 602, + ""alias"": ""GooDang_PE"", + ""name"": ""GooDang_PE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 603, + ""alias"": ""GooDang_SC2"", + ""name"": ""GooDang_SC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 604, + ""alias"": ""GooDang_SC2Grid"", + ""name"": ""GooDang_SC2Grid"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 605, + ""alias"": ""GooDang_C64"", + ""name"": ""GooDang_C64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 606, + ""alias"": ""greatx3_stardew"", + ""name"": ""greatx3_stardew"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 607, + ""alias"": ""GreenOkamiEmeral"", + ""name"": ""GreenOkamiEmeral"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 608, + ""alias"": ""GreenOkamiOoT"", + ""name"": ""GreenOkamiOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 609, + ""alias"": ""done (GreenOkamiStS)"", + ""name"": ""GreenOkamiStS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 610, + ""alias"": ""Invi (GreenOkamiMC)"", + ""name"": ""GreenOkamiMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 611, + ""alias"": ""Gridella_KH2"", + ""name"": ""Gridella_KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 612, + ""alias"": ""Done (Gridella_MD)"", + ""name"": ""Gridella_MD"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 613, + ""alias"": ""Done (Gridella_Pokemon)"", + ""name"": ""Gridella_Pokemon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 614, + ""alias"": ""Gridella_SC2"", + ""name"": ""Gridella_SC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 615, + ""alias"": ""Grimore-Factorio"", + ""name"": ""Grimore-Factorio"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 616, + ""alias"": ""Grimore-Merit"", + ""name"": ""Grimore-Merit"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 617, + ""alias"": ""Grimore-SA2"", + ""name"": ""Grimore-SA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 618, + ""alias"": ""Grimore-Terraria"", + ""name"": ""Grimore-Terraria"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 619, + ""alias"": ""Dragus (GuhnSC)"", + ""name"": ""GuhnSC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 620, + ""alias"": ""Done (GuhnPE)"", + ""name"": ""GuhnPE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 621, + ""alias"": ""SeriaZ32 (Guhnalttp)"", + ""name"": ""Guhnalttp"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 622, + ""alias"": ""GwenegadeLTTP"", + ""name"": ""GwenegadeLTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 623, + ""alias"": ""GwenegadePkmnBlu"", + ""name"": ""GwenegadePkmnBlu"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 624, + ""alias"": ""GwenegadeTS"", + ""name"": ""GwenegadeTS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 625, + ""alias"": ""GwenegadeRaft"", + ""name"": ""GwenegadeRaft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 626, + ""alias"": ""GuyWithPastaKirb"", + ""name"": ""GuyWithPastaKirb"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 627, + ""alias"": ""GuyWithPastaGen3"", + ""name"": ""GuyWithPastaGen3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 628, + ""alias"": ""HamTheBacon"", + ""name"": ""HamTheBacon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 629, + ""alias"": ""ArteaPew1"", + ""name"": ""ArteaPew1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 630, + ""alias"": ""Artea-Chop'n'pew"", + ""name"": ""Artea-Chop'n'pew"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 631, + ""alias"": ""ArtySpinner1"", + ""name"": ""ArtySpinner1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 632, + ""alias"": ""MysticArty1"", + ""name"": ""MysticArty1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 633, + ""alias"": ""Harkness_DS3"", + ""name"": ""Harkness_DS3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 634, + ""alias"": ""Harkness_OOT"", + ""name"": ""Harkness_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 635, + ""alias"": ""Harkness_PE"", + ""name"": ""Harkness_PE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 636, + ""alias"": ""Harkness_64"", + ""name"": ""Harkness_64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 637, + ""alias"": ""hb-emerald"", + ""name"": ""hb-emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 638, + ""alias"": ""Stormfury_Mes2 (hb-messenger)"", + ""name"": ""hb-messenger"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 639, + ""alias"": ""hb-red"", + ""name"": ""hb-red"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 640, + ""alias"": ""hb-ts"", + ""name"": ""hb-ts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 641, + ""alias"": ""Done (Hedo64)"", + ""name"": ""Hedo64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 642, + ""alias"": ""Done (HedoEm)"", + ""name"": ""HedoEm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 643, + ""alias"": ""Done (HedoSMW)"", + ""name"": ""HedoSMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 644, + ""alias"": ""HL971_Doom93"", + ""name"": ""HL971_Doom93"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 645, + ""alias"": ""HL971_Doom2"", + ""name"": ""HL971_Doom2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 646, + ""alias"": ""HL971_Raft"", + ""name"": ""HL971_Raft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 647, + ""alias"": ""HL971_MineC"", + ""name"": ""HL971_MineC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 648, + ""alias"": ""Done (Feidh)"", + ""name"": ""Feidh"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 649, + ""alias"": ""Holly649"", + ""name"": ""Holly649"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 650, + ""alias"": ""Holly650"", + ""name"": ""Holly650"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 651, + ""alias"": ""Holly651"", + ""name"": ""Holly651"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 652, + ""alias"": ""Holly652"", + ""name"": ""Holly652"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 653, + ""alias"": ""Omner (Hotstreak)"", + ""name"": ""Hotstreak"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 654, + ""alias"": ""DONE (Hotstreak2)"", + ""name"": ""Hotstreak2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 655, + ""alias"": ""HumaanSonicDONE (HumaanSonic)"", + ""name"": ""HumaanSonic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 656, + ""alias"": ""HumaanRougeDONE (HumaanRouge)"", + ""name"": ""HumaanRouge"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 657, + ""alias"": ""HumaanSecretaryD (HumaanSecretary)"", + ""name"": ""HumaanSecretary"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 658, + ""alias"": ""Hybrid"", + ""name"": ""Hybrid"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 659, + ""alias"": ""HylianWitness"", + ""name"": ""HylianWitness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 660, + ""alias"": ""HylianLOZ3"", + ""name"": ""HylianLOZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 661, + ""alias"": ""~HY114NQU3ST~ (HylianQuest)"", + ""name"": ""HylianQuest"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 662, + ""alias"": ""Hy-V-an"", + ""name"": ""Hy-V-an"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 663, + ""alias"": ""michaelrose_SC2"", + ""name"": ""michaelrose_SC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 664, + ""alias"": ""michaelrose_HOTS"", + ""name"": ""michaelrose_HOTS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 665, + ""alias"": ""michaelrose_smz3"", + ""name"": ""michaelrose_smz3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 666, + ""alias"": ""michaelrose_TS"", + ""name"": ""michaelrose_TS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 667, + ""alias"": ""Ian_OOT"", + ""name"": ""Ian_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 668, + ""alias"": ""done (Ian-Minecraft)"", + ""name"": ""Ian-Minecraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 669, + ""alias"": ""Ian-Noita"", + ""name"": ""Ian-Noita"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 670, + ""alias"": ""Hyruler (IcyGlaceonPKEM)"", + ""name"": ""IcyGlaceonPKEM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 671, + ""alias"": ""Gamer'sAltSteve (IcyGlaceonMC)"", + ""name"": ""IcyGlaceonMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 672, + ""alias"": ""Hyruler (IcyGlaceonSM64)"", + ""name"": ""IcyGlaceonSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 673, + ""alias"": ""IcyGlaceonTer"", + ""name"": ""IcyGlaceonTer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 674, + ""alias"": ""ikk_sub"", + ""name"": ""ikk_sub"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 675, + ""alias"": ""ikk64"", + ""name"": ""ikk64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 676, + ""alias"": ""ikk_blue"", + ""name"": ""ikk_blue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 677, + ""alias"": ""IncoOrangeSC2"", + ""name"": ""IncoOrangeSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 678, + ""alias"": ""Done (IncoOrangeDS3)"", + ""name"": ""IncoOrangeDS3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 679, + ""alias"": ""Done (IncoOrangeEm)"", + ""name"": ""IncoOrangeEm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 680, + ""alias"": ""IncoOrangeFac"", + ""name"": ""IncoOrangeFac"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 681, + ""alias"": ""InflimHolB"", + ""name"": ""InflimHolB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 682, + ""alias"": ""InflimHolA"", + ""name"": ""InflimHolA"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 683, + ""alias"": ""InflimEmerald"", + ""name"": ""InflimEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 684, + ""alias"": ""InflimSonic"", + ""name"": ""InflimSonic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 685, + ""alias"": ""Inno"", + ""name"": ""Inno"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 686, + ""alias"": ""DONE (Iris_HK)"", + ""name"": ""Iris_HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 687, + ""alias"": ""DONE (Iris_OOT)"", + ""name"": ""Iris_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 688, + ""alias"": ""DONE (Iris_SA2)"", + ""name"": ""Iris_SA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 689, + ""alias"": ""Iron_Gamer4565"", + ""name"": ""Iron_Gamer4565"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 690, + ""alias"": ""Iron_Gamer"", + ""name"": ""Iron_Gamer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 691, + ""alias"": ""Done (Jacobbbbbbbbbbbb)"", + ""name"": ""Jacobbbbbbbbbbbb"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 692, + ""alias"": ""Done (Jacobbbbbbbbbbb2)"", + ""name"": ""Jacobbbbbbbbbbb2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 693, + ""alias"": ""Jacobbbbbbbbbbb3"", + ""name"": ""Jacobbbbbbbbbbb3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 694, + ""alias"": ""Done (Jacobbbbbbbbbbb4)"", + ""name"": ""Jacobbbbbbbbbbb4"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 695, + ""alias"": ""JamaicanSCBrutal"", + ""name"": ""JamaicanSCBrutal"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 696, + ""alias"": ""JamaicanPokemon"", + ""name"": ""JamaicanPokemon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 697, + ""alias"": ""JamaTraintorio"", + ""name"": ""JamaTraintorio"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 698, + ""alias"": ""Done (jennn SV)"", + ""name"": ""jennn SV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 699, + ""alias"": ""Done (jennn chef)"", + ""name"": ""jennn chef"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 700, + ""alias"": ""Done (jennn sous-chef)"", + ""name"": ""jennn sous-chef"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 701, + ""alias"": ""Done (jennn HK)"", + ""name"": ""jennn HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 702, + ""alias"": ""DONE jf-hollow1 (jf-hollow)"", + ""name"": ""jf-hollow"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 703, + ""alias"": ""DONE jf-cooked (jf-cooked)"", + ""name"": ""jf-cooked"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 704, + ""alias"": ""DONE jf-rogue (jf-rogue)"", + ""name"": ""jf-rogue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 705, + ""alias"": ""DONE jf-time (jf-time)"", + ""name"": ""jf-time"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 706, + ""alias"": ""done (jinjo2200oot)"", + ""name"": ""jinjo2200oot"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 707, + ""alias"": ""jinjo2200shiv"", + ""name"": ""jinjo2200shiv"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 708, + ""alias"": ""done (jinjo2200sm64)"", + ""name"": ""jinjo2200sm64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 709, + ""alias"": ""Joat Z"", + ""name"": ""Joat Z"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 710, + ""alias"": ""Joat MQ"", + ""name"": ""Joat MQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 711, + ""alias"": ""Joat MZ Done (Joat MZ)"", + ""name"": ""Joat MZ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 712, + ""alias"": ""Joat D"", + ""name"": ""Joat D"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 713, + ""alias"": ""Jouramie"", + ""name"": ""Jouramie"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 714, + ""alias"": ""JSpatz_Big"", + ""name"": ""JSpatz_Big"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 715, + ""alias"": ""DarkGenomeTune (JudosiiEmerald)"", + ""name"": ""JudosiiEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 716, + ""alias"": ""JudosiiSM64"", + ""name"": ""JudosiiSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 717, + ""alias"": ""JudosiiOOT"", + ""name"": ""JudosiiOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 718, + ""alias"": ""JulesHope(HK)"", + ""name"": ""JulesHope(HK)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 719, + ""alias"": ""Jupiterknight"", + ""name"": ""Jupiterknight"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 720, + ""alias"": ""JupiterofTime"", + ""name"": ""JupiterofTime"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 721, + ""alias"": ""Jupitervalley"", + ""name"": ""Jupitervalley"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 722, + ""alias"": ""WakeUpJupiter"", + ""name"": ""WakeUpJupiter"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 723, + ""alias"": ""JacobDoom2Two (JustNeoDOOM2)"", + ""name"": ""JustNeoDOOM2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 724, + ""alias"": ""JustNeoKH2"", + ""name"": ""JustNeoKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 725, + ""alias"": ""JustNeoSM64"", + ""name"": ""JustNeoSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 726, + ""alias"": ""JustNeoSM"", + ""name"": ""JustNeoSM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 727, + ""alias"": ""KanaAsync"", + ""name"": ""KanaAsync"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 728, + ""alias"": ""KanaAsync2"", + ""name"": ""KanaAsync2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 729, + ""alias"": ""KappaToThePast (Tolerance)"", + ""name"": ""Tolerance"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 730, + ""alias"": ""KappaSpinner (Respect)"", + ""name"": ""Respect"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 731, + ""alias"": ""KappaNetwork3 (Understanding)"", + ""name"": ""Understanding"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 732, + ""alias"": ""KappaFinder (Patience)"", + ""name"": ""Patience"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 733, + ""alias"": ""HierarchKeltik"", + ""name"": ""HierarchKeltik"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 734, + ""alias"": ""KALR"", + ""name"": ""KALR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 735, + ""alias"": ""KeltikEmerald"", + ""name"": ""KeltikEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 736, + ""alias"": ""KeltikWitless"", + ""name"": ""KeltikWitless"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 737, + ""alias"": ""Khan-amil"", + ""name"": ""Khan-amil"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 738, + ""alias"": ""KinrahDoneL1 (KinrahLingo)"", + ""name"": ""KinrahLingo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 739, + ""alias"": ""KinrahDoneW (KinrahWitness)"", + ""name"": ""KinrahWitness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 740, + ""alias"": ""kitty1021"", + ""name"": ""kitty1021"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 741, + ""alias"": ""KnightsEdge7Mess"", + ""name"": ""KnightsEdge7Mess"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 742, + ""alias"": ""KnightsEdge7SC2"", + ""name"": ""KnightsEdge7SC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 743, + ""alias"": ""KnightsEdge7Tera"", + ""name"": ""KnightsEdge7Tera"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 744, + ""alias"": ""HabKeineName (KnightSlayers3)"", + ""name"": ""KnightSlayers3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 745, + ""alias"": ""KonaLongOOT"", + ""name"": ""KonaLongOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 746, + ""alias"": ""KonasAdventure2"", + ""name"": ""KonasAdventure2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 747, + ""alias"": ""KonaSMZ3"", + ""name"": ""KonaSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 748, + ""alias"": ""Konkreet OoT 2"", + ""name"": ""Konkreet OoT 2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 749, + ""alias"": ""Konkreet OoT 1"", + ""name"": ""Konkreet OoT 1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 750, + ""alias"": ""Konkreet SMZ3 2"", + ""name"": ""Konkreet SMZ3 2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 751, + ""alias"": ""Konkreet SMZ3"", + ""name"": ""Konkreet SMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 752, + ""alias"": ""KonyardFactorio"", + ""name"": ""KonyardFactorio"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 753, + ""alias"": ""KonyardPokeEm"", + ""name"": ""KonyardPokeEm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 754, + ""alias"": ""KonyardSA2B"", + ""name"": ""KonyardSA2B"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 755, + ""alias"": ""KonyardYoshi"", + ""name"": ""KonyardYoshi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 756, + ""alias"": ""Amalgorithmic65 (Krevzz 64 2)"", + ""name"": ""Krevzz 64 2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 757, + ""alias"": ""KrysHavenStardew"", + ""name"": ""KrysHavenStardew"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 758, + ""alias"": ""Ladybunne-TLoZ"", + ""name"": ""Ladybunne-TLoZ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 759, + ""alias"": ""Ladybunne-KH2"", + ""name"": ""Ladybunne-KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 760, + ""alias"": ""Ladybunne-ALttP"", + ""name"": ""Ladybunne-ALttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 761, + ""alias"": ""Ladybunne-HK"", + ""name"": ""Ladybunne-HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 762, + ""alias"": ""lichjnib (lb-tunic)"", + ""name"": ""lb-tunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 763, + ""alias"": ""lichjnib (lb-tothepast)"", + ""name"": ""lb-tothepast"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 764, + ""alias"": ""lichjnib (lb-hk)"", + ""name"": ""lb-hk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 765, + ""alias"": ""lichjnib (lb-emerald)"", + ""name"": ""lb-emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 766, + ""alias"": ""Ledgem"", + ""name"": ""Ledgem"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 767, + ""alias"": ""Lee5790Fact"", + ""name"": ""Lee5790Fact"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 768, + ""alias"": ""Lee5790OOT"", + ""name"": ""Lee5790OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 769, + ""alias"": ""Creyslz (Legendsmith)"", + ""name"": ""Legendsmith"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 770, + ""alias"": ""LemonHK"", + ""name"": ""LemonHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 771, + ""alias"": ""LemonLTTP"", + ""name"": ""LemonLTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 772, + ""alias"": ""LemonPKMN"", + ""name"": ""LemonPKMN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 773, + ""alias"": ""LemonRoR"", + ""name"": ""LemonRoR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 774, + ""alias"": ""King Lime II"", + ""name"": ""King Lime II"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 775, + ""alias"": ""Emerald Lime"", + ""name"": ""Emerald Lime"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 776, + ""alias"": ""done (linkhsIsMatching)"", + ""name"": ""linkhsIsMatching"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 777, + ""alias"": ""done (linkhsIsHiking)"", + ""name"": ""linkhsIsHiking"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 778, + ""alias"": ""done (linkhsIsDashing)"", + ""name"": ""linkhsIsDashing"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 779, + ""alias"": ""done (linkhsIsFishing)"", + ""name"": ""linkhsIsFishing"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 780, + ""alias"": ""lionsgateprideSC (lionsgatepride)"", + ""name"": ""lionsgatepride"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 781, + ""alias"": ""Liquid's CV64"", + ""name"": ""Liquid's CV64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 782, + ""alias"": ""Liquid's YI"", + ""name"": ""Liquid's YI"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 783, + ""alias"": ""Liquid's SM64"", + ""name"": ""Liquid's SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 784, + ""alias"": ""Liquid's SMZ3"", + ""name"": ""Liquid's SMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 785, + ""alias"": ""LegendaryMister1 (LM151Red)"", + ""name"": ""LM151Red"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 786, + ""alias"": ""LegendaryMister1 (LM151Emerald)"", + ""name"": ""LM151Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 787, + ""alias"": ""LegendaryMister1 (LM151OoT)"", + ""name"": ""LM151OoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 788, + ""alias"": ""LegendaryMister1 (LM151RoR2)"", + ""name"": ""LM151RoR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 789, + ""alias"": ""loganSM64MR"", + ""name"": ""loganSM64MR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 790, + ""alias"": ""loganwtSM64NoMR"", + ""name"": ""loganwtSM64NoMR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 791, + ""alias"": ""Lojtana_Red"", + ""name"": ""Lojtana_Red"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 792, + ""alias"": ""Lojtana_KH2"", + ""name"": ""Lojtana_KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 793, + ""alias"": ""Lojtana_Emerald"", + ""name"": ""Lojtana_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 794, + ""alias"": ""Loki_HK"", + ""name"": ""Loki_HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 795, + ""alias"": ""Loki_SV"", + ""name"": ""Loki_SV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 796, + ""alias"": ""Loki_Emerald"", + ""name"": ""Loki_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 797, + ""alias"": ""Loki_LttP"", + ""name"": ""Loki_LttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 798, + ""alias"": ""Loloweb_SupMetr"", + ""name"": ""Loloweb_SupMetr"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 799, + ""alias"": ""Loloweb_Emerald"", + ""name"": ""Loloweb_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 800, + ""alias"": ""Loloweb_StS"", + ""name"": ""Loloweb_StS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 801, + ""alias"": ""Loloweb_SA2"", + ""name"": ""Loloweb_SA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 802, + ""alias"": ""Lorebum64"", + ""name"": ""Lorebum64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 803, + ""alias"": ""LorebumS"", + ""name"": ""LorebumS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 804, + ""alias"": ""LorebumU"", + ""name"": ""LorebumU"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 805, + ""alias"": ""LorebumW"", + ""name"": ""LorebumW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 806, + ""alias"": ""lowercasedots"", + ""name"": ""lowercasedots"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 807, + ""alias"": ""lozplyr89_LADX"", + ""name"": ""lozplyr89_LADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 808, + ""alias"": ""Done (lozplyr89_OOT)"", + ""name"": ""lozplyr89_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 809, + ""alias"": ""Done (lozplyr89_Z1)"", + ""name"": ""lozplyr89_Z1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 810, + ""alias"": ""LuckEE"", + ""name"": ""LuckEE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 811, + ""alias"": ""Ludwig_KH2"", + ""name"": ""Ludwig_KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 812, + ""alias"": ""Ludwig_SM64"", + ""name"": ""Ludwig_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 813, + ""alias"": ""Ludwig_Stardew"", + ""name"": ""Ludwig_Stardew"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 814, + ""alias"": ""Ludwig_Yoshi"", + ""name"": ""Ludwig_Yoshi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 815, + ""alias"": ""LuffyClad5"", + ""name"": ""LuffyClad5"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 816, + ""alias"": ""LuffyWatcher5"", + ""name"": ""LuffyWatcher5"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 817, + ""alias"": ""LuffySilent5"", + ""name"": ""LuffySilent5"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 818, + ""alias"": ""LuffyDefect5"", + ""name"": ""LuffyDefect5"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 819, + ""alias"": ""Luke583_KDL3"", + ""name"": ""Luke583_KDL3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 820, + ""alias"": ""Luke583_LADX"", + ""name"": ""Luke583_LADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 821, + ""alias"": ""Luke583_SM64"", + ""name"": ""Luke583_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 822, + ""alias"": ""Luke583_SMW"", + ""name"": ""Luke583_SMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 823, + ""alias"": ""LumiBLAS"", + ""name"": ""LumiBLAS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 824, + ""alias"": ""Castlevaneon"", + ""name"": ""Castlevaneon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 825, + ""alias"": ""LurnsieMC"", + ""name"": ""LurnsieMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 826, + ""alias"": ""LurnsieCooked"", + ""name"": ""LurnsieCooked"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 827, + ""alias"": ""LurnsieEmerald"", + ""name"": ""LurnsieEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 828, + ""alias"": ""LurnsieRed"", + ""name"": ""LurnsieRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 829, + ""alias"": ""KonaKnight3 (MadisonHK)"", + ""name"": ""MadisonHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 830, + ""alias"": ""MadisonNoita"", + ""name"": ""MadisonNoita"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 831, + ""alias"": ""MadisonMC"", + ""name"": ""MadisonMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 832, + ""alias"": ""Draex (T7 Forme) (MadisonTUNIC)"", + ""name"": ""MadisonTUNIC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 833, + ""alias"": ""MageSticky"", + ""name"": ""MageSticky"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 834, + ""alias"": ""MageWatching"", + ""name"": ""MageWatching"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 835, + ""alias"": ""MageKnight"", + ""name"": ""MageKnight"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 836, + ""alias"": ""MicoTheFox"", + ""name"": ""MicoTheFox"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 837, + ""alias"": ""MagikFinder"", + ""name"": ""MagikFinder"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 838, + ""alias"": ""MagikMega"", + ""name"": ""MagikMega"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 839, + ""alias"": ""DONE (MagikKnaut3)"", + ""name"": ""MagikKnaut3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 840, + ""alias"": ""MagikBirbs3"", + ""name"": ""MagikBirbs3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 841, + ""alias"": ""MagneMario"", + ""name"": ""MagneMario"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 842, + ""alias"": ""MagneLuigi"", + ""name"": ""MagneLuigi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 843, + ""alias"": ""MagneSC2"", + ""name"": ""MagneSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 844, + ""alias"": ""MagneYoshi"", + ""name"": ""MagneYoshi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 845, + ""alias"": ""MagpieSV"", + ""name"": ""MagpieSV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 846, + ""alias"": ""MagpieE"", + ""name"": ""MagpieE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 847, + ""alias"": ""MajorKaos_D2"", + ""name"": ""MajorKaos_D2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 848, + ""alias"": ""MajorKaos_FFM"", + ""name"": ""MajorKaos_FFM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 849, + ""alias"": ""MajorKaos_Mess"", + ""name"": ""MajorKaos_Mess"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 850, + ""alias"": ""MajorKaos_SMZ3"", + ""name"": ""MajorKaos_SMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 851, + ""alias"": ""Maq47-Emerald"", + ""name"": ""Maq47-Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 852, + ""alias"": ""Bliven2SMZ3 (Maq47-SMZ3)"", + ""name"": ""Maq47-SMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 853, + ""alias"": ""Maq47-SM64"", + ""name"": ""Maq47-SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 854, + ""alias"": ""Maq47-Z3"", + ""name"": ""Maq47-Z3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 855, + ""alias"": ""Maria le Fey Z3"", + ""name"": ""Maria le Fey Z3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 856, + ""alias"": ""Maria le Fey TS"", + ""name"": ""Maria le Fey TS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 857, + ""alias"": ""Maria le Fey EME"", + ""name"": ""Maria le Fey EME"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 858, + ""alias"": ""Maria le Fey KDL"", + ""name"": ""Maria le Fey KDL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 859, + ""alias"": ""MartyDS3"", + ""name"": ""MartyDS3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 860, + ""alias"": ""MartyMon1"", + ""name"": ""MartyMon1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 861, + ""alias"": ""MartyMon2"", + ""name"": ""MartyMon2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 862, + ""alias"": ""Masaru_SC2 (Masaru_SC2)"", + ""name"": ""Masaru_SC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 863, + ""alias"": ""Hexadigital (Masaru_PK)"", + ""name"": ""Masaru_PK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 864, + ""alias"": ""Masaru_FF"", + ""name"": ""Masaru_FF"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 865, + ""alias"": ""mask1n_PokeBlue"", + ""name"": ""mask1n_PokeBlue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 866, + ""alias"": ""mask1n_SM64"", + ""name"": ""mask1n_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 867, + ""alias"": ""MatiFactory"", + ""name"": ""MatiFactory"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 868, + ""alias"": ""ArtyMuse(FFA) (MatiMuse)"", + ""name"": ""MatiMuse"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 869, + ""alias"": ""mayafeychan"", + ""name"": ""mayafeychan"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 870, + ""alias"": ""MouseDoom4 (MayruGal)"", + ""name"": ""MayruGal"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 871, + ""alias"": ""Mayru_of_Hearts"", + ""name"": ""Mayru_of_Hearts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 872, + ""alias"": ""MayruValley"", + ""name"": ""MayruValley"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 873, + ""alias"": ""done (MayruSouls)"", + ""name"": ""MayruSouls"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 874, + ""alias"": ""MCat_MD"", + ""name"": ""MCat_MD"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 875, + ""alias"": ""MCat_OOT"", + ""name"": ""MCat_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 876, + ""alias"": ""MCat_SC2"", + ""name"": ""MCat_SC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 877, + ""alias"": ""Hyruler (MCat_SMZ3)"", + ""name"": ""MCat_SMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 878, + ""alias"": ""done (Megamack)"", + ""name"": ""Megamack"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 879, + ""alias"": ""ElectricErger"", + ""name"": ""ElectricErger"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 880, + ""alias"": ""Meisterburger"", + ""name"": ""Meisterburger"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 881, + ""alias"": ""Done (MicbotCraft)"", + ""name"": ""MicbotCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 882, + ""alias"": ""Done (MicbotKH2)"", + ""name"": ""MicbotKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 883, + ""alias"": ""done (MicbotE)"", + ""name"": ""MicbotE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 884, + ""alias"": ""Micelle celeste"", + ""name"": ""Micelle celeste"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 885, + ""alias"": ""DONE (Micelle yoshi)"", + ""name"": ""Micelle yoshi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 886, + ""alias"": ""DONE (Micelle sts)"", + ""name"": ""Micelle sts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 887, + ""alias"": ""DONE (Micelle Emerald)"", + ""name"": ""Micelle Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 888, + ""alias"": ""MineCharlie"", + ""name"": ""MineCharlie"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 889, + ""alias"": ""QuartzCraft2 (minecrash)"", + ""name"": ""minecrash"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 890, + ""alias"": ""done (MiroEm)"", + ""name"": ""MiroEm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 891, + ""alias"": ""MiroHike"", + ""name"": ""MiroHike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 892, + ""alias"": ""mlang12"", + ""name"": ""mlang12"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 893, + ""alias"": ""MontoKH2"", + ""name"": ""MontoKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 894, + ""alias"": ""MorbidZork"", + ""name"": ""MorbidZork"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 895, + ""alias"": ""/M0RB1DD7C\\ (MorbidDLC)"", + ""name"": ""MorbidDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 896, + ""alias"": ""MorbidRain"", + ""name"": ""MorbidRain"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 897, + ""alias"": ""MorbidHearts"", + ""name"": ""MorbidHearts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 898, + ""alias"": ""DONE_MPH1 (MPH1)"", + ""name"": ""MPH1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 899, + ""alias"": ""DONE_MPH2 (MPH2)"", + ""name"": ""MPH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 900, + ""alias"": ""DONE_MPH3 (MPH3)"", + ""name"": ""MPH3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 901, + ""alias"": ""NabecoatALTTP"", + ""name"": ""NabecoatALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 902, + ""alias"": ""NabecoatFactorio"", + ""name"": ""NabecoatFactorio"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 903, + ""alias"": ""NabecoatSC2"", + ""name"": ""NabecoatSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 904, + ""alias"": ""NabuCraft"", + ""name"": ""NabuCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 905, + ""alias"": ""NabuSouls"", + ""name"": ""NabuSouls"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 906, + ""alias"": ""NachoOoT"", + ""name"": ""NachoOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 907, + ""alias"": ""NachoSM64"", + ""name"": ""NachoSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 908, + ""alias"": ""NagiEmerald"", + ""name"": ""NagiEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 909, + ""alias"": ""NagiOoT"", + ""name"": ""NagiOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 910, + ""alias"": ""AmalgorithmicBL (BlaspheNate)"", + ""name"": ""BlaspheNate"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 911, + ""alias"": ""Done (Super Nate 64)"", + ""name"": ""Super Nate 64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 912, + ""alias"": ""CelNate 64"", + ""name"": ""CelNate 64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 913, + ""alias"": ""River (SNW)"", + ""name"": ""SNW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 914, + ""alias"": ""Nathanle-HK"", + ""name"": ""Nathanle-HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 915, + ""alias"": ""Nathanle-OOT"", + ""name"": ""Nathanle-OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 916, + ""alias"": ""Nathanle-Wit"", + ""name"": ""Nathanle-Wit"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 917, + ""alias"": ""NebulonALTTP"", + ""name"": ""NebulonALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 918, + ""alias"": ""NebulonHK"", + ""name"": ""NebulonHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 919, + ""alias"": ""NebulonLADX"", + ""name"": ""NebulonLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 920, + ""alias"": ""NebulonSM"", + ""name"": ""NebulonSM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 921, + ""alias"": ""NessDash"", + ""name"": ""NessDash"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 922, + ""alias"": ""Nessmon"", + ""name"": ""Nessmon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 923, + ""alias"": ""NessHike"", + ""name"": ""NessHike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 924, + ""alias"": ""Nesstale"", + ""name"": ""Nesstale"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 925, + ""alias"": ""done (NevaBigAsyncs)"", + ""name"": ""NevaBigAsyncs"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 926, + ""alias"": ""QuartzStickers (NevaBumper)"", + ""name"": ""NevaBumper"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 927, + ""alias"": ""NewsupermarcoSDV"", + ""name"": ""NewsupermarcoSDV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 928, + ""alias"": ""NewsupermarcoCF"", + ""name"": ""NewsupermarcoCF"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 929, + ""alias"": ""NewsupermarcoSMW"", + ""name"": ""NewsupermarcoSMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 930, + ""alias"": ""NicoleTheLizardR"", + ""name"": ""NicoleTheLizardR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 931, + ""alias"": ""NicoleTheLizardE"", + ""name"": ""NicoleTheLizardE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 932, + ""alias"": ""PanKnight1 (Pan932)"", + ""name"": ""Pan932"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 933, + ""alias"": ""Pan933"", + ""name"": ""Pan933"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 934, + ""alias"": ""NikkiDLC"", + ""name"": ""NikkiDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 935, + ""alias"": ""Nikki64"", + ""name"": ""Nikki64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 936, + ""alias"": ""River (NikkiWorld)"", + ""name"": ""NikkiWorld"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 937, + ""alias"": ""NikkiGreen"", + ""name"": ""NikkiGreen"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 938, + ""alias"": ""NinjakakesSMZ3"", + ""name"": ""NinjakakesSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 939, + ""alias"": ""DONE (NinjakakesDash)"", + ""name"": ""NinjakakesDash"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 940, + ""alias"": ""NinjakakesTunic"", + ""name"": ""NinjakakesTunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 941, + ""alias"": ""DONE (NinjakakesTS)"", + ""name"": ""NinjakakesTS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 942, + ""alias"": ""Hyruler (ninjatkEmerald)"", + ""name"": ""ninjatkEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 943, + ""alias"": ""mauwhir OoT 5 (ninjatkOOT)"", + ""name"": ""ninjatkOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 944, + ""alias"": ""Done (ninjatkRed)"", + ""name"": ""ninjatkRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 945, + ""alias"": ""nivomiDoom"", + ""name"": ""nivomiDoom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 946, + ""alias"": ""nivomiSA2"", + ""name"": ""nivomiSA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 947, + ""alias"": ""done! (nivomiTunc)"", + ""name"": ""nivomiTunc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 948, + ""alias"": ""nivomiWit"", + ""name"": ""nivomiWit"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 949, + ""alias"": ""DONENocaFarm (NocaFarm)"", + ""name"": ""NocaFarm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 950, + ""alias"": ""NocaBerry"", + ""name"": ""NocaBerry"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 951, + ""alias"": ""DONENocaMine (NocaMine)"", + ""name"": ""NocaMine"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 952, + ""alias"": ""NocaBoat"", + ""name"": ""NocaBoat"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 953, + ""alias"": ""Nydaleclya1"", + ""name"": ""Nydaleclya1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 954, + ""alias"": ""Nydaleclya2"", + ""name"": ""Nydaleclya2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 955, + ""alias"": ""Nydaleclya3"", + ""name"": ""Nydaleclya3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 956, + ""alias"": ""ObamaBlue"", + ""name"": ""ObamaBlue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 957, + ""alias"": ""ObamaEmerald"", + ""name"": ""ObamaEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 958, + ""alias"": ""Mackrio64 (Obama64)"", + ""name"": ""Obama64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 959, + ""alias"": ""Omner"", + ""name"": ""Omner"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 960, + ""alias"": ""OnionALttP"", + ""name"": ""OnionALttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 961, + ""alias"": ""Onion (OnionOoT)"", + ""name"": ""OnionOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 962, + ""alias"": "".Walrus (OOTWalrusAsync)"", + ""name"": ""OOTWalrusAsync"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 963, + ""alias"": ""orosaD"", + ""name"": ""orosaD"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 964, + ""alias"": ""orosaD2"", + ""name"": ""orosaD2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 965, + ""alias"": ""orosaHK"", + ""name"": ""orosaHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 966, + ""alias"": ""orosaU"", + ""name"": ""orosaU"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 967, + ""alias"": ""LingOrysk"", + ""name"": ""LingOrysk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 968, + ""alias"": ""OryskmonEmerald"", + ""name"": ""OryskmonEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 969, + ""alias"": ""OryskofTime"", + ""name"": ""OryskofTime"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 970, + ""alias"": ""TunOrysk"", + ""name"": ""TunOrysk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 971, + ""alias"": ""ViskofVain"", + ""name"": ""ViskofVain"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 972, + ""alias"": ""oVivian_Hearts2"", + ""name"": ""oVivian_Hearts2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 973, + ""alias"": ""OxiOoT"", + ""name"": ""OxiOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 974, + ""alias"": ""OxiKirb"", + ""name"": ""OxiKirb"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 975, + ""alias"": ""Oxirald"", + ""name"": ""Oxirald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 976, + ""alias"": ""Oxshi"", + ""name"": ""Oxshi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 977, + ""alias"": ""ParcosmicFactory"", + ""name"": ""ParcosmicFactory"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 978, + ""alias"": ""ParcosmicSMW"", + ""name"": ""ParcosmicSMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 979, + ""alias"": ""Hyruler (PandaHearts)"", + ""name"": ""PandaHearts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 980, + ""alias"": ""PandaDash"", + ""name"": ""PandaDash"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 981, + ""alias"": ""Pandamous"", + ""name"": ""Pandamous"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 982, + ""alias"": ""PandaFarmer"", + ""name"": ""PandaFarmer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 983, + ""alias"": ""CleaSMZ3"", + ""name"": ""CleaSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 984, + ""alias"": ""CleaEmerald"", + ""name"": ""CleaEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 985, + ""alias"": ""CleaHK"", + ""name"": ""CleaHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 986, + ""alias"": ""CleaKH2"", + ""name"": ""CleaKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 987, + ""alias"": ""PastelShark_Hike"", + ""name"": ""PastelShark_Hike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 988, + ""alias"": ""PastelShark_HK"", + ""name"": ""PastelShark_HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 989, + ""alias"": ""PastelShark_RoR2"", + ""name"": ""PastelShark_RoR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 990, + ""alias"": ""PastelShark_Terr"", + ""name"": ""PastelShark_Terr"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 991, + ""alias"": ""PengwinDONE (Pengwin_F)"", + ""name"": ""Pengwin_F"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 992, + ""alias"": ""PengwinDONE (Pengwin_HK)"", + ""name"": ""Pengwin_HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 993, + ""alias"": ""Pengwin_W_DONE (Pengwin_W)"", + ""name"": ""Pengwin_W"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 994, + ""alias"": ""PengwinDONE (Pengwin_SDV)"", + ""name"": ""Pengwin_SDV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 995, + ""alias"": ""Phillychizsteak1"", + ""name"": ""Phillychizsteak1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 996, + ""alias"": ""Phillychizsteak2"", + ""name"": ""Phillychizsteak2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 997, + ""alias"": ""Phillychizsteak3"", + ""name"": ""Phillychizsteak3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 998, + ""alias"": ""Slicke (PhoenixEmerald)"", + ""name"": ""PhoenixEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 999, + ""alias"": ""Piapiou"", + ""name"": ""Piapiou"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1000, + ""alias"": ""DONE (Pinkshi)"", + ""name"": ""Pinkshi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1001, + ""alias"": ""Done (Pinkarina)"", + ""name"": ""Pinkarina"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1002, + ""alias"": ""PIrateWit"", + ""name"": ""PIrateWit"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1003, + ""alias"": ""PIrateSticker"", + ""name"": ""PIrateSticker"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1004, + ""alias"": ""PIrateKH2"", + ""name"": ""PIrateKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1005, + ""alias"": ""PIrateCooked"", + ""name"": ""PIrateCooked"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1006, + ""alias"": ""PJ87_SM64"", + ""name"": ""PJ87_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1007, + ""alias"": ""Done (PlumSC)"", + ""name"": ""PlumSC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1008, + ""alias"": ""polygonetwo (Polygone-Inferno)"", + ""name"": ""Polygone-Inferno"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1009, + ""alias"": ""polygonetwo (Polygone-Yoshi)"", + ""name"": ""Polygone-Yoshi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1010, + ""alias"": ""PonygoodClimb64"", + ""name"": ""PonygoodClimb64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1011, + ""alias"": ""PonygoodStarsII"", + ""name"": ""PonygoodStarsII"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1012, + ""alias"": ""PonygoodFarm"", + ""name"": ""PonygoodFarm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1013, + ""alias"": ""PonygoodFox"", + ""name"": ""PonygoodFox"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1014, + ""alias"": ""PoolOOT"", + ""name"": ""PoolOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1015, + ""alias"": ""PoolKH2"", + ""name"": ""PoolKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1016, + ""alias"": ""PoolSA2B"", + ""name"": ""PoolSA2B"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1017, + ""alias"": ""PoolWit"", + ""name"": ""PoolWit"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1018, + ""alias"": ""TrixieDOOM"", + ""name"": ""TrixieDOOM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1019, + ""alias"": ""Done (TrixieOOT)"", + ""name"": ""TrixieOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1020, + ""alias"": ""Done (TrixieSouls)"", + ""name"": ""TrixieSouls"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1021, + ""alias"": ""Done (TrixieW)"", + ""name"": ""TrixieW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1022, + ""alias"": ""ProjBigAsync"", + ""name"": ""ProjBigAsync"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1023, + ""alias"": ""ptoil_sm"", + ""name"": ""ptoil_sm"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1024, + ""alias"": ""ptoil_fac"", + ""name"": ""ptoil_fac"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1025, + ""alias"": ""PunOttALTTP"", + ""name"": ""PunOttALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1026, + ""alias"": ""PunOttEmerald"", + ""name"": ""PunOttEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1027, + ""alias"": ""purinmon Blue"", + ""name"": ""purinmon Blue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1028, + ""alias"": ""purinmon Emerald"", + ""name"": ""purinmon Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1029, + ""alias"": ""purin the fox"", + ""name"": ""purin the fox"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1030, + ""alias"": ""purin Factory"", + ""name"": ""purin Factory"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1031, + ""alias"": ""Puunisher"", + ""name"": ""Puunisher"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1032, + ""alias"": ""done (PuzzleOcarina)"", + ""name"": ""PuzzleOcarina"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1033, + ""alias"": ""PuzzleAtHisPeak"", + ""name"": ""PuzzleAtHisPeak"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1034, + ""alias"": ""PuzzleOnZebes"", + ""name"": ""PuzzleOnZebes"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1035, + ""alias"": ""done (PuzzlMeatGrinder)"", + ""name"": ""PuzzlMeatGrinder"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1036, + ""alias"": ""Pyrovx1"", + ""name"": ""Pyrovx1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1037, + ""alias"": ""Pyrovx2"", + ""name"": ""Pyrovx2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1038, + ""alias"": ""Pyrovx3"", + ""name"": ""Pyrovx3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1039, + ""alias"": ""PogoKoli"", + ""name"": ""PogoKoli"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1040, + ""alias"": ""HollowQ"", + ""name"": ""HollowQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1041, + ""alias"": ""EmeraldQ"", + ""name"": ""EmeraldQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1042, + ""alias"": ""CookedQ"", + ""name"": ""CookedQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1043, + ""alias"": ""Held_der_Sterne (qrayx_SM64)"", + ""name"": ""qrayx_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1044, + ""alias"": ""Invictus (qrayx_SC2)"", + ""name"": ""qrayx_SC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1045, + ""alias"": ""BigRaddippleBlue"", + ""name"": ""BigRaddippleBlue"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1046, + ""alias"": ""BigRaddippleOOT"", + ""name"": ""BigRaddippleOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1047, + ""alias"": ""DONE (Foxy Radz)"", + ""name"": ""Foxy Radz"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1048, + ""alias"": ""RADZ 1993"", + ""name"": ""RADZ 1993"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1049, + ""alias"": ""Radz Island"", + ""name"": ""Radz Island"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1050, + ""alias"": ""DONE (Radz World)"", + ""name"": ""Radz World"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1051, + ""alias"": ""RahelCF"", + ""name"": ""RahelCF"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1052, + ""alias"": ""RahelOC2"", + ""name"": ""RahelOC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1053, + ""alias"": ""RahelSDV"", + ""name"": ""RahelSDV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1054, + ""alias"": ""rajanbSM"", + ""name"": ""rajanbSM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1055, + ""alias"": ""rajanb64"", + ""name"": ""rajanb64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1056, + ""alias"": ""rajanbFac"", + ""name"": ""rajanbFac"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1057, + ""alias"": ""rajanbTerraria"", + ""name"": ""rajanbTerraria"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1058, + ""alias"": ""RakaEmerald"", + ""name"": ""RakaEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1059, + ""alias"": ""RakaTunic"", + ""name"": ""RakaTunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1060, + ""alias"": ""RHippyKH"", + ""name"": ""RHippyKH"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1061, + ""alias"": ""RHippyDoom"", + ""name"": ""RHippyDoom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1062, + ""alias"": ""RHippyRoR2"", + ""name"": ""RHippyRoR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1063, + ""alias"": ""RHippyEmerald"", + ""name"": ""RHippyEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1064, + ""alias"": ""RegZ3"", + ""name"": ""RegZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1065, + ""alias"": ""RegSM64"", + ""name"": ""RegSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1066, + ""alias"": ""RegPKMN"", + ""name"": ""RegPKMN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1067, + ""alias"": ""RegiEm (RegiceEm1067)"", + ""name"": ""RegiceEm1067"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1068, + ""alias"": ""RegiOoT (RegiceOot1068)"", + ""name"": ""RegiceOot1068"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1069, + ""alias"": ""RegiOoTHunt (RegiceOot1069)"", + ""name"": ""RegiceOot1069"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1070, + ""alias"": ""RegoofDone (RegoofWitness)"", + ""name"": ""RegoofWitness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1071, + ""alias"": ""RekuuLTTP"", + ""name"": ""RekuuLTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1072, + ""alias"": ""RekuuLTTP2"", + ""name"": ""RekuuLTTP2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1073, + ""alias"": ""Rekuumon"", + ""name"": ""Rekuumon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1074, + ""alias"": ""RekuuRL (RekuuRL)"", + ""name"": ""RekuuRL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1075, + ""alias"": ""Remilialttp1"", + ""name"": ""Remilialttp1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1076, + ""alias"": ""RemiliaOoT2"", + ""name"": ""RemiliaOoT2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1077, + ""alias"": ""RemiliaEmerald3"", + ""name"": ""RemiliaEmerald3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1078, + ""alias"": ""RemiliaSMW4"", + ""name"": ""RemiliaSMW4"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1079, + ""alias"": ""RensenMetroid"", + ""name"": ""RensenMetroid"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1080, + ""alias"": ""RensenEmerald"", + ""name"": ""RensenEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1081, + ""alias"": ""RensenRed"", + ""name"": ""RensenRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1082, + ""alias"": ""RensenOOT"", + ""name"": ""RensenOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1083, + ""alias"": ""Done (RGD_Doom)"", + ""name"": ""RGD_Doom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1084, + ""alias"": ""done (RGD_Subnautica)"", + ""name"": ""RGD_Subnautica"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1085, + ""alias"": ""RGD_Shivers"", + ""name"": ""RGD_Shivers"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1086, + ""alias"": ""RezalexALTTP"", + ""name"": ""RezalexALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1087, + ""alias"": ""rhythmic.Wolf"", + ""name"": ""rhythmic.Wolf"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1088, + ""alias"": ""Lojtana (rhythmic.Latios)"", + ""name"": ""rhythmic.Latios"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1089, + ""alias"": ""Done (rhythmic.Umbreon)"", + ""name"": ""rhythmic.Umbreon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1090, + ""alias"": ""DONE_rhythm (rhythmic.BigCat)"", + ""name"": ""rhythmic.BigCat"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1091, + ""alias"": ""RifiAlttp"", + ""name"": ""RifiAlttp"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1092, + ""alias"": ""RifiCraft"", + ""name"": ""RifiCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1093, + ""alias"": ""Hyruler (HeartlessRinn)"", + ""name"": ""HeartlessRinn"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1094, + ""alias"": ""done (HoennRinn)"", + ""name"": ""HoennRinn"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1095, + ""alias"": ""Done (KantoRinn)"", + ""name"": ""KantoRinn"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1096, + ""alias"": ""ScootyChecks (ExplodingRinn)"", + ""name"": ""ExplodingRinn"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1097, + ""alias"": ""LobstersHK"", + ""name"": ""LobstersHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1098, + ""alias"": ""DONE (LobstersRaft)"", + ""name"": ""LobstersRaft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1099, + ""alias"": ""DONE (LobstersRL)"", + ""name"": ""LobstersRL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1100, + ""alias"": ""LobstersZork"", + ""name"": ""LobstersZork"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1101, + ""alias"": ""RisserStar"", + ""name"": ""RisserStar"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1102, + ""alias"": ""Done (RisserNoita)"", + ""name"": ""RisserNoita"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1103, + ""alias"": ""RisserOcarina"", + ""name"": ""RisserOcarina"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1104, + ""alias"": ""INNODOOM2 (RisserDOOOOM)"", + ""name"": ""RisserDOOOOM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1105, + ""alias"": ""NerezzaShivers"", + ""name"": ""NerezzaShivers"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1106, + ""alias"": ""NerezzaShivering"", + ""name"": ""NerezzaShivering"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1107, + ""alias"": ""NerezzaIxupi"", + ""name"": ""NerezzaIxupi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1108, + ""alias"": ""NerezzaCyclone"", + ""name"": ""NerezzaCyclone"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1109, + ""alias"": ""Donkyhotay (RobinAdventure)"", + ""name"": ""RobinAdventure"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1110, + ""alias"": ""KinrahDoneL4 (RobinLingo)"", + ""name"": ""RobinLingo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1111, + ""alias"": ""superfidZork02 (RobinZork)"", + ""name"": ""RobinZork"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1112, + ""alias"": ""RoobyDONE (RoobyRoo_TUNC)"", + ""name"": ""RoobyRoo_TUNC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1113, + ""alias"": ""RoobyRoo_Lingo"", + ""name"": ""RoobyRoo_Lingo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1114, + ""alias"": ""RoseFae-Lingo"", + ""name"": ""RoseFae-Lingo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1115, + ""alias"": ""RoseFae-Witness"", + ""name"": ""RoseFae-Witness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1116, + ""alias"": ""RoseFae-HK"", + ""name"": ""RoseFae-HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1117, + ""alias"": ""RoseFae-OoT"", + ""name"": ""RoseFae-OoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1118, + ""alias"": ""RosieBlasphemous"", + ""name"": ""RosieBlasphemous"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1119, + ""alias"": ""RosieHK"", + ""name"": ""RosieHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1120, + ""alias"": ""RosieSM"", + ""name"": ""RosieSM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1121, + ""alias"": ""RosieTS"", + ""name"": ""RosieTS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1122, + ""alias"": ""Done (RPGMelFF)"", + ""name"": ""RPGMelFF"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1123, + ""alias"": ""Done (RPGMelFFMQ)"", + ""name"": ""RPGMelFFMQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1124, + ""alias"": ""Done (RPGMelRB)"", + ""name"": ""RPGMelRB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1125, + ""alias"": ""RPGMelSMZ3"", + ""name"": ""RPGMelSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1126, + ""alias"": ""Hyruler (RyzeSMZ3)"", + ""name"": ""RyzeSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1127, + ""alias"": ""Hyruler (RyzeOOT)"", + ""name"": ""RyzeOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1128, + ""alias"": ""Done (RyzeCraft)"", + ""name"": ""RyzeCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1129, + ""alias"": ""Done (RyzeKH2)"", + ""name"": ""RyzeKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1130, + ""alias"": ""DONE (Sabii_Async_Cast)"", + ""name"": ""Sabii_Async_Cast"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1131, + ""alias"": ""Sabii_Async_Emer"", + ""name"": ""Sabii_Async_Emer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1132, + ""alias"": ""Done (Sabii_Async_KH)"", + ""name"": ""Sabii_Async_KH"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1133, + ""alias"": ""Sabii_Async_OOT"", + ""name"": ""Sabii_Async_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1134, + ""alias"": ""SalzRaft"", + ""name"": ""SalzRaft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1135, + ""alias"": ""SalzHike"", + ""name"": ""SalzHike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1136, + ""alias"": ""SalzCraft"", + ""name"": ""SalzCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1137, + ""alias"": ""SalzFact"", + ""name"": ""SalzFact"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1138, + ""alias"": ""Done (SariHike)"", + ""name"": ""SariHike"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1139, + ""alias"": ""SariMD"", + ""name"": ""SariMD"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1140, + ""alias"": ""Done (SariPKM)"", + ""name"": ""SariPKM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1141, + ""alias"": ""Done (SariTunic)"", + ""name"": ""SariTunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1142, + ""alias"": ""Scarletcoin1"", + ""name"": ""Scarletcoin1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1143, + ""alias"": ""Scarletcoin2"", + ""name"": ""Scarletcoin2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1144, + ""alias"": ""Scarletcoin3"", + ""name"": ""Scarletcoin3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1145, + ""alias"": ""SchezarSM64"", + ""name"": ""SchezarSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1146, + ""alias"": ""SchezarSC"", + ""name"": ""SchezarSC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1147, + ""alias"": ""SchezarVania"", + ""name"": ""SchezarVania"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1148, + ""alias"": ""SchezarRL"", + ""name"": ""SchezarRL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1149, + ""alias"": ""ScipioTuncRGB"", + ""name"": ""ScipioTuncRGB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1150, + ""alias"": ""ScipioTuncHex"", + ""name"": ""ScipioTuncHex"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1151, + ""alias"": ""Done (ScootyHK)"", + ""name"": ""ScootyHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1152, + ""alias"": ""ScootyLingo"", + ""name"": ""ScootyLingo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1153, + ""alias"": ""Done (ScootySMW)"", + ""name"": ""ScootySMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1154, + ""alias"": ""Done (ScootyTFH)"", + ""name"": ""ScootyTFH"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1155, + ""alias"": ""ScorelessHK"", + ""name"": ""ScorelessHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1156, + ""alias"": ""ScorelessOOT"", + ""name"": ""ScorelessOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1157, + ""alias"": ""Scoreless64"", + ""name"": ""Scoreless64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1158, + ""alias"": ""ScorelessSMW"", + ""name"": ""ScorelessSMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1159, + ""alias"": ""Donkyhotay (ScrungipHK)"", + ""name"": ""ScrungipHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1160, + ""alias"": ""English (ScrungipSA2)"", + ""name"": ""ScrungipSA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1161, + ""alias"": ""ScrungipSMZ3"", + ""name"": ""ScrungipSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1162, + ""alias"": ""ScrungipMuse"", + ""name"": ""ScrungipMuse"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1163, + ""alias"": ""SeafoSV"", + ""name"": ""SeafoSV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1164, + ""alias"": ""SeafoMC"", + ""name"": ""SeafoMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1165, + ""alias"": ""Seafox"", + ""name"": ""Seafox"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1166, + ""alias"": ""SeafoCF"", + ""name"": ""SeafoCF"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1167, + ""alias"": ""Sen"", + ""name"": ""Sen"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1168, + ""alias"": ""Done (Seraya)"", + ""name"": ""Seraya"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1169, + ""alias"": ""Buginade"", + ""name"": ""Buginade"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1170, + ""alias"": ""Hyruler (SeriaDKC3)"", + ""name"": ""SeriaDKC3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1171, + ""alias"": ""Hyruler (SeriaALTTP)"", + ""name"": ""SeriaALTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1172, + ""alias"": ""Hyruler (SeriaOoT)"", + ""name"": ""SeriaOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1173, + ""alias"": ""Draex (Y4 Forme) (Seria's Island)"", + ""name"": ""Seria's Island"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1174, + ""alias"": ""Severin_DS3_1174"", + ""name"": ""Severin_DS3_1174"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1175, + ""alias"": ""Severin_SM64_117"", + ""name"": ""Severin_SM64_117"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1176, + ""alias"": ""Severin_OoT_1176"", + ""name"": ""Severin_OoT_1176"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1177, + ""alias"": ""Severin_HK_1177"", + ""name"": ""Severin_HK_1177"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1178, + ""alias"": ""Sevaeris"", + ""name"": ""Sevaeris"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1179, + ""alias"": ""Shar_HK"", + ""name"": ""Shar_HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1180, + ""alias"": ""Shar_Messenger"", + ""name"": ""Shar_Messenger"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1181, + ""alias"": ""Shar_Terraria"", + ""name"": ""Shar_Terraria"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1182, + ""alias"": ""Sharo6102HK"", + ""name"": ""Sharo6102HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1183, + ""alias"": ""Sharo6102Star"", + ""name"": ""Sharo6102Star"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1184, + ""alias"": ""Done (Shift.EXE)"", + ""name"": ""Shift.EXE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1185, + ""alias"": ""Wanderer Shift"", + ""name"": ""Wanderer Shift"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1186, + ""alias"": ""shplurmff_hylics"", + ""name"": ""shplurmff_hylics"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1187, + ""alias"": ""shplurmff_tunc"", + ""name"": ""shplurmff_tunc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1188, + ""alias"": ""shplurmff_hk"", + ""name"": ""shplurmff_hk"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1189, + ""alias"": ""shplurmff_c64"", + ""name"": ""shplurmff_c64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1190, + ""alias"": ""Shy Mabel WG"", + ""name"": ""Shy Mabel WG"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1191, + ""alias"": ""Done (Shy Mabel SV)"", + ""name"": ""Shy Mabel SV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1192, + ""alias"": ""Lojtana (SilentBrowKH2)"", + ""name"": ""SilentBrowKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1193, + ""alias"": ""DarkMaterial (SilentBrowTUNC)"", + ""name"": ""SilentBrowTUNC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1194, + ""alias"": ""SilvrisSM64"", + ""name"": ""SilvrisSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1195, + ""alias"": ""SilvrisKDL3"", + ""name"": ""SilvrisKDL3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1196, + ""alias"": ""Sindrea_MC"", + ""name"": ""Sindrea_MC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1197, + ""alias"": ""Super_Sindrea"", + ""name"": ""Super_Sindrea"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1198, + ""alias"": ""Sire_Salty_KH2"", + ""name"": ""Sire_Salty_KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1199, + ""alias"": ""Sire_Salty_RougL"", + ""name"": ""Sire_Salty_RougL"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1200, + ""alias"": ""Sire_Salty_Spire"", + ""name"": ""Sire_Salty_Spire"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1201, + ""alias"": ""Sire_Salty_DLCQ"", + ""name"": ""Sire_Salty_DLCQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1202, + ""alias"": ""Skatzman"", + ""name"": ""Skatzman"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1203, + ""alias"": ""slide_hoenn"", + ""name"": ""slide_hoenn"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1204, + ""alias"": ""slide_land"", + ""name"": ""slide_land"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1205, + ""alias"": ""slide_mq"", + ""name"": ""slide_mq"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1206, + ""alias"": ""slide_sa2"", + ""name"": ""slide_sa2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1207, + ""alias"": ""SlipomaticSMZ3"", + ""name"": ""SlipomaticSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1208, + ""alias"": ""Hollow_Slipo"", + ""name"": ""Hollow_Slipo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1209, + ""alias"": ""Slipomatic_Link"", + ""name"": ""Slipomatic_Link"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1210, + ""alias"": ""SlipomaticTunic"", + ""name"": ""SlipomaticTunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1211, + ""alias"": ""Slyther_DS3"", + ""name"": ""Slyther_DS3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1212, + ""alias"": ""Slyther_OoT"", + ""name"": ""Slyther_OoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1213, + ""alias"": ""Slyther_SM64"", + ""name"": ""Slyther_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1214, + ""alias"": ""Slyther_UT"", + ""name"": ""Slyther_UT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1215, + ""alias"": ""Hisu (SnolidGen3)"", + ""name"": ""SnolidGen3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1216, + ""alias"": ""ScrungipKDL3 (SnolidsDreamLand)"", + ""name"": ""SnolidsDreamLand"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1217, + ""alias"": ""Snoman_Emerald"", + ""name"": ""Snoman_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1218, + ""alias"": ""Snoman_Muse"", + ""name"": ""Snoman_Muse"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1219, + ""alias"": ""Snoman_SA2"", + ""name"": ""Snoman_SA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1220, + ""alias"": ""Snoman_KH2"", + ""name"": ""Snoman_KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1221, + ""alias"": ""SnowTheSpire"", + ""name"": ""SnowTheSpire"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1222, + ""alias"": ""done (Spencer2585-wg)"", + ""name"": ""Spencer2585-wg"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1223, + ""alias"": ""SerpentWITNESS (Spencer2585-wit)"", + ""name"": ""Spencer2585-wit"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1224, + ""alias"": ""ExentethDoom4 (Spencer2585-doom)"", + ""name"": ""Spencer2585-doom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1225, + ""alias"": ""Micelle MC (Spencer2585-mc)"", + ""name"": ""Spencer2585-mc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1226, + ""alias"": ""SerpentHYLICS22 (Spice_Hylics2)"", + ""name"": ""Spice_Hylics2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1227, + ""alias"": ""Spice_Doom93"", + ""name"": ""Spice_Doom93"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1228, + ""alias"": ""Splateline"", + ""name"": ""Splateline"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1229, + ""alias"": ""Splatoonic"", + ""name"": ""Splatoonic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1230, + ""alias"": ""SplaDOOM! 2 OE"", + ""name"": ""SplaDOOM! 2 OE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1231, + ""alias"": ""GrinSC"", + ""name"": ""GrinSC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1232, + ""alias"": ""Done (StarlicyteEmer)"", + ""name"": ""StarlicyteEmer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1233, + ""alias"": ""Done (StarlicyteKirb)"", + ""name"": ""StarlicyteKirb"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1234, + ""alias"": ""Done (StarlicyteSM64)"", + ""name"": ""StarlicyteSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1235, + ""alias"": ""StarlicyteSMZ3"", + ""name"": ""StarlicyteSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1236, + ""alias"": ""Done (Artemiscraft)"", + ""name"": ""Artemiscraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1237, + ""alias"": ""Stato(Metroid)"", + ""name"": ""Stato(Metroid)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1238, + ""alias"": ""Stato(Zelda)"", + ""name"": ""Stato(Zelda)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1239, + ""alias"": ""Stato(PokeRed)"", + ""name"": ""Stato(PokeRed)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1240, + ""alias"": ""Stato(Cv64)"", + ""name"": ""Stato(Cv64)"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1241, + ""alias"": ""Done (StephieDLC)"", + ""name"": ""StephieDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1242, + ""alias"": ""Hyruler (StephieSA2B)"", + ""name"": ""StephieSA2B"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1243, + ""alias"": ""Hyruler (StephieUT)"", + ""name"": ""StephieUT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1244, + ""alias"": ""StephieMD"", + ""name"": ""StephieMD"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1245, + ""alias"": ""Stephen4751"", + ""name"": ""Stephen4751"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1246, + ""alias"": ""Stephen475Done (Stephen4752)"", + ""name"": ""Stephen4752"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1247, + ""alias"": ""Stephen4753"", + ""name"": ""Stephen4753"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1248, + ""alias"": ""Stephen4754Done (Stephen4754)"", + ""name"": ""Stephen4754"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1249, + ""alias"": ""StormTW"", + ""name"": ""StormTW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1250, + ""alias"": ""Raddipple (StormTerra)"", + ""name"": ""StormTerra"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1251, + ""alias"": ""StormMC"", + ""name"": ""StormMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1252, + ""alias"": ""StormHK"", + ""name"": ""StormHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1253, + ""alias"": ""StudKnight"", + ""name"": ""StudKnight"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1254, + ""alias"": ""StudToThePast"", + ""name"": ""StudToThePast"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1255, + ""alias"": ""StudWorld"", + ""name"": ""StudWorld"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1256, + ""alias"": ""StudZenith"", + ""name"": ""StudZenith"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1257, + ""alias"": ""Sunari_Factorio"", + ""name"": ""Sunari_Factorio"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1258, + ""alias"": ""Crescendo-TLoZ"", + ""name"": ""Crescendo-TLoZ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1259, + ""alias"": ""Crescendo-Advent"", + ""name"": ""Crescendo-Advent"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1260, + ""alias"": ""Crescnedo-SMW"", + ""name"": ""Crescnedo-SMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1261, + ""alias"": ""done (superfidEngi)"", + ""name"": ""superfidEngi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1262, + ""alias"": ""done (superfidSDV)"", + ""name"": ""superfidSDV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1263, + ""alias"": ""superfidOoT"", + ""name"": ""superfidOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1264, + ""alias"": ""superfidTS"", + ""name"": ""superfidTS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1265, + ""alias"": ""SuperSquad33SM"", + ""name"": ""SuperSquad33SM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1266, + ""alias"": ""Hyruler (SuperSquad33SMZ3)"", + ""name"": ""SuperSquad33SMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1267, + ""alias"": ""Hyruler (SuperSquad33LTTP)"", + ""name"": ""SuperSquad33LTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1268, + ""alias"": ""SurlyCooks"", + ""name"": ""SurlyCooks"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1269, + ""alias"": ""SurlyTrainer"", + ""name"": ""SurlyTrainer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1270, + ""alias"": ""SurlyMiner"", + ""name"": ""SurlyMiner"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1271, + ""alias"": ""SurlyTimey"", + ""name"": ""SurlyTimey"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1272, + ""alias"": ""Done (SushiKishi.LOZLA)"", + ""name"": ""SushiKishi.LOZLA"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1273, + ""alias"": ""SushiKishi.Yoshi"", + ""name"": ""SushiKishi.Yoshi"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1274, + ""alias"": ""done (SushiKishi.PKMN)"", + ""name"": ""SushiKishi.PKMN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1275, + ""alias"": ""SushiKishi.Samus"", + ""name"": ""SushiKishi.Samus"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1276, + ""alias"": ""ZoggothKH2-7 (SusieHearts)"", + ""name"": ""SusieHearts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1277, + ""alias"": ""SusieMuse"", + ""name"": ""SusieMuse"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1278, + ""alias"": ""SusieWorld"", + ""name"": ""SusieWorld"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1279, + ""alias"": ""mous3kteerHK2 (SwordsKnight)"", + ""name"": ""SwordsKnight"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1280, + ""alias"": ""DONE (SylskoTunc)"", + ""name"": ""SylskoTunc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1281, + ""alias"": ""SylskoC64"", + ""name"": ""SylskoC64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1282, + ""alias"": ""SylskoHK"", + ""name"": ""SylskoHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1283, + ""alias"": ""SylskoMessenger"", + ""name"": ""SylskoMessenger"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1284, + ""alias"": ""T0r1nnic"", + ""name"": ""T0r1nnic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1285, + ""alias"": ""T0r1nnROR2"", + ""name"": ""T0r1nnROR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1286, + ""alias"": ""T1mROR"", + ""name"": ""T1mROR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1287, + ""alias"": ""T1mWIT"", + ""name"": ""T1mWIT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1288, + ""alias"": ""T1mSPIN"", + ""name"": ""T1mSPIN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1289, + ""alias"": ""Hisu (tahu-pkmn)"", + ""name"": ""tahu-pkmn"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1290, + ""alias"": ""QuartzCraft3 (tahu-mine)"", + ""name"": ""tahu-mine"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1291, + ""alias"": ""Hyruler (tahu-kh2)"", + ""name"": ""tahu-kh2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1292, + ""alias"": ""Fore772DLC (tahu-dlc)"", + ""name"": ""tahu-dlc"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1293, + ""alias"": ""Tan_HK"", + ""name"": ""Tan_HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1294, + ""alias"": ""Tan_M64"", + ""name"": ""Tan_M64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1295, + ""alias"": ""Tan_OOT"", + ""name"": ""Tan_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1296, + ""alias"": ""Tan_TheWitness"", + ""name"": ""Tan_TheWitness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1297, + ""alias"": ""Done (TcnicnTunic)"", + ""name"": ""TcnicnTunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1298, + ""alias"": ""GalladeALTTP (TcnicnLTTP)"", + ""name"": ""TcnicnLTTP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1299, + ""alias"": ""TehQuila"", + ""name"": ""TehQuila"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1300, + ""alias"": ""Sami"", + ""name"": ""Sami"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1301, + ""alias"": ""Done (Samantha)"", + ""name"": ""Samantha"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1302, + ""alias"": ""ZoggothASH-2 (SamiJo)"", + ""name"": ""SamiJo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1303, + ""alias"": ""TGamer"", + ""name"": ""TGamer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1304, + ""alias"": ""Thald"", + ""name"": ""Thald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1305, + ""alias"": ""done (CLADX)"", + ""name"": ""CLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1306, + ""alias"": ""crimsonEmerl"", + ""name"": ""crimsonEmerl"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1307, + ""alias"": ""CrimsonMystic"", + ""name"": ""CrimsonMystic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1308, + ""alias"": ""Crimon"", + ""name"": ""Crimon"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1309, + ""alias"": ""ChickenHunterTun"", + ""name"": ""ChickenHunterTun"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1310, + ""alias"": ""ChickenHunterOOT"", + ""name"": ""ChickenHunterOOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1311, + ""alias"": ""magisouls"", + ""name"": ""magisouls"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1312, + ""alias"": ""magiCraft"", + ""name"": ""magiCraft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1313, + ""alias"": ""MagiHearts"", + ""name"": ""MagiHearts"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1314, + ""alias"": ""Dragon_64"", + ""name"": ""Dragon_64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1315, + ""alias"": ""Dragon_Emerald"", + ""name"": ""Dragon_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1316, + ""alias"": ""TheGamer's Mario"", + ""name"": ""TheGamer's Mario"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1317, + ""alias"": ""Gamer's Witness"", + ""name"": ""Gamer's Witness"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1318, + ""alias"": ""Gamer's Ghost"", + ""name"": ""Gamer's Ghost"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1319, + ""alias"": ""TheGamer's Steve"", + ""name"": ""TheGamer's Steve"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1320, + ""alias"": ""TheodoDLC"", + ""name"": ""TheodoDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1321, + ""alias"": ""TheodoOoT"", + ""name"": ""TheodoOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1322, + ""alias"": ""TheodoEmerald"", + ""name"": ""TheodoEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1323, + ""alias"": ""TheodoRB"", + ""name"": ""TheodoRB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1324, + ""alias"": ""CyberDeRob"", + ""name"": ""CyberDeRob"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1325, + ""alias"": ""DONE (MetagRob)"", + ""name"": ""MetagRob"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1326, + ""alias"": ""DONE (Robndorf)"", + ""name"": ""Robndorf"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1327, + ""alias"": ""Robonite"", + ""name"": ""Robonite"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1328, + ""alias"": ""PonygoodNoita (ThisIsLondan)"", + ""name"": ""ThisIsLondan"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1329, + ""alias"": ""Tioui1"", + ""name"": ""Tioui1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1330, + ""alias"": ""Tnk_alttp"", + ""name"": ""Tnk_alttp"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1331, + ""alias"": ""Tnk_Emerald"", + ""name"": ""Tnk_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1332, + ""alias"": ""Tnk_OoT"", + ""name"": ""Tnk_OoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1333, + ""alias"": ""Hexadigital (TomCruiseMMBN3)"", + ""name"": ""TomCruiseMMBN3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1334, + ""alias"": ""Hyruler (TomCruiseKH2)"", + ""name"": ""TomCruiseKH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1335, + ""alias"": ""Brendan7625 (TomCruiseHK)"", + ""name"": ""TomCruiseHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1336, + ""alias"": ""sansskill (TomCruisePKMB)"", + ""name"": ""TomCruisePKMB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1337, + ""alias"": ""QuartzOOT2 (Tordek30-oot)"", + ""name"": ""Tordek30-oot"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1338, + ""alias"": ""Tordek30-sc2"", + ""name"": ""Tordek30-sc2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1339, + ""alias"": ""SockKnightSplit"", + ""name"": ""SockKnightSplit"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1340, + ""alias"": ""SockKnight"", + ""name"": ""SockKnight"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1341, + ""alias"": ""Tryrex67FF"", + ""name"": ""Tryrex67FF"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1342, + ""alias"": ""Tryrex67OOT"", + ""name"": ""Tryrex67OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1343, + ""alias"": ""Tryrex67SM"", + ""name"": ""Tryrex67SM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1344, + ""alias"": ""Hyruler (Tryrex67KH2)"", + ""name"": ""Tryrex67KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1345, + ""alias"": ""TwBlasph"", + ""name"": ""TwBlasph"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1346, + ""alias"": ""TwSMZ3"", + ""name"": ""TwSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1347, + ""alias"": ""DONE (TwRor2)"", + ""name"": ""TwRor2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1348, + ""alias"": ""TwRaft"", + ""name"": ""TwRaft"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1349, + ""alias"": ""TwistedHK"", + ""name"": ""TwistedHK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1350, + ""alias"": ""TwistedMSNG"", + ""name"": ""TwistedMSNG"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1351, + ""alias"": ""TwistedPKMN"", + ""name"": ""TwistedPKMN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1352, + ""alias"": ""TwistedSA2"", + ""name"": ""TwistedSA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1353, + ""alias"": ""Type1Ninja"", + ""name"": ""Type1Ninja"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1354, + ""alias"": ""udmeat"", + ""name"": ""udmeat"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1355, + ""alias"": ""Ukyo_MQ"", + ""name"": ""Ukyo_MQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1356, + ""alias"": ""Rhythmic_Ukyo"", + ""name"": ""Rhythmic_Ukyo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1357, + ""alias"": ""Penitent_Ukyo"", + ""name"": ""Penitent_Ukyo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1358, + ""alias"": ""Hollow_Ukyo"", + ""name"": ""Hollow_Ukyo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1359, + ""alias"": ""Done (VentiMuseDash)"", + ""name"": ""VentiMuseDash"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1360, + ""alias"": ""DOne (VentiROR2)"", + ""name"": ""VentiROR2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1361, + ""alias"": ""VentiPKMNRed"", + ""name"": ""VentiPKMNRed"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1362, + ""alias"": ""VentiEmerald"", + ""name"": ""VentiEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1363, + ""alias"": ""VenumiRain"", + ""name"": ""VenumiRain"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1364, + ""alias"": ""VenumiBird"", + ""name"": ""VenumiBird"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1365, + ""alias"": ""VenumiSong"", + ""name"": ""VenumiSong"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1366, + ""alias"": ""VenumiVoid"", + ""name"": ""VenumiVoid"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1367, + ""alias"": ""Done (Vernatia)"", + ""name"": ""Vernatia"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1368, + ""alias"": ""VertraicDoom"", + ""name"": ""VertraicDoom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1369, + ""alias"": ""Done (VertraicMess)"", + ""name"": ""VertraicMess"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1370, + ""alias"": ""VertraicSM"", + ""name"": ""VertraicSM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1371, + ""alias"": ""Done (VertraicSM64)"", + ""name"": ""VertraicSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1372, + ""alias"": ""vidicate 1372"", + ""name"": ""vidicate 1372"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1373, + ""alias"": ""Done (vidicate 1373)"", + ""name"": ""vidicate 1373"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1374, + ""alias"": ""Done (vince1919)"", + ""name"": ""vince1919"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1375, + ""alias"": ""Volcan Emerald"", + ""name"": ""Volcan Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1376, + ""alias"": ""Volcan Hollow"", + ""name"": ""Volcan Hollow"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1377, + ""alias"": ""Volcan Time"", + ""name"": ""Volcan Time"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1378, + ""alias"": ""Done (Waka_EM)"", + ""name"": ""Waka_EM"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1379, + ""alias"": ""Hyruler (Waka_RB)"", + ""name"": ""Waka_RB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1380, + ""alias"": ""Relissa (Waka_SDV)"", + ""name"": ""Waka_SDV"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1381, + ""alias"": ""WDIBMC"", + ""name"": ""WDIBMC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1382, + ""alias"": ""WDIBEMERALD"", + ""name"": ""WDIBEMERALD"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1383, + ""alias"": ""WhoDoesItBetter (WDIBSC2)"", + ""name"": ""WDIBSC2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1384, + ""alias"": ""DONEWebberLoZ (WebberLoZ)"", + ""name"": ""WebberLoZ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1385, + ""alias"": ""WebberALttP"", + ""name"": ""WebberALttP"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1386, + ""alias"": ""WebberLADX"", + ""name"": ""WebberLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1387, + ""alias"": ""WebberOoT"", + ""name"": ""WebberOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1388, + ""alias"": ""done (Wessieking_HK)"", + ""name"": ""Wessieking_HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1389, + ""alias"": ""done (Wessieking_SM64)"", + ""name"": ""Wessieking_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1390, + ""alias"": ""Wessieking_RB"", + ""name"": ""Wessieking_RB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1391, + ""alias"": ""done (Wessieking_Em)"", + ""name"": ""Wessieking_Em"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1392, + ""alias"": ""WhiteShaduwNL_1"", + ""name"": ""WhiteShaduwNL_1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1393, + ""alias"": ""WhiteShaduwNL_2"", + ""name"": ""WhiteShaduwNL_2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1394, + ""alias"": ""WhiteShaduwNL_3"", + ""name"": ""WhiteShaduwNL_3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1395, + ""alias"": ""WhiteShaduwNL_4"", + ""name"": ""WhiteShaduwNL_4"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1396, + ""alias"": ""Whizzlefish"", + ""name"": ""Whizzlefish"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1397, + ""alias"": ""Whizzlefox"", + ""name"": ""Whizzlefox"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1398, + ""alias"": ""Whizzlefrog"", + ""name"": ""Whizzlefrog"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1399, + ""alias"": ""Whizzlepoyo"", + ""name"": ""Whizzlepoyo"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1400, + ""alias"": ""WhytePantherDoom"", + ""name"": ""WhytePantherDoom"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1401, + ""alias"": ""WhytePantherEmld"", + ""name"": ""WhytePantherEmld"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1402, + ""alias"": ""WhytePantherLADX"", + ""name"": ""WhytePantherLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1403, + ""alias"": ""WhytePantherSMZ3"", + ""name"": ""WhytePantherSMZ3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1404, + ""alias"": ""Widow61-MC"", + ""name"": ""Widow61-MC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1405, + ""alias"": ""DONE (Widow61-MD)"", + ""name"": ""Widow61-MD"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1406, + ""alias"": ""DONE (Widow61-PKE)"", + ""name"": ""Widow61-PKE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1407, + ""alias"": ""Widow61-RoR"", + ""name"": ""Widow61-RoR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1408, + ""alias"": ""Wizerobe_OOT"", + ""name"": ""Wizerobe_OOT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1409, + ""alias"": ""Wizerobe_MMBN3"", + ""name"": ""Wizerobe_MMBN3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1410, + ""alias"": ""wyattburp_zork"", + ""name"": ""wyattburp_zork"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1411, + ""alias"": ""wyattburp_tunic"", + ""name"": ""wyattburp_tunic"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1412, + ""alias"": ""wyattburp_here"", + ""name"": ""wyattburp_here"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1413, + ""alias"": ""wyattburp_doom2"", + ""name"": ""wyattburp_doom2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1414, + ""alias"": ""WyWayt_Emerald"", + ""name"": ""WyWayt_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1415, + ""alias"": ""WyWayt_TimeSpin"", + ""name"": ""WyWayt_TimeSpin"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1416, + ""alias"": ""WyWayt_SM64"", + ""name"": ""WyWayt_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1417, + ""alias"": ""WyWayt_LADX"", + ""name"": ""WyWayt_LADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1418, + ""alias"": ""Done (XanderoniLA)"", + ""name"": ""XanderoniLA"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1419, + ""alias"": ""Done (XanderoniOoT)"", + ""name"": ""XanderoniOoT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1420, + ""alias"": ""Hyruler (XanderoniSA2)"", + ""name"": ""XanderoniSA2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1421, + ""alias"": ""xiledx_Bump"", + ""name"": ""xiledx_Bump"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1422, + ""alias"": ""xiledx_Doom2"", + ""name"": ""xiledx_Doom2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1423, + ""alias"": ""xiledx_Emerald"", + ""name"": ""xiledx_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1424, + ""alias"": ""xiledx_SM64"", + ""name"": ""xiledx_SM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1425, + ""alias"": ""Xin-Terraria"", + ""name"": ""Xin-Terraria"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1426, + ""alias"": ""DONE (Xin-TUNIC)"", + ""name"": ""Xin-TUNIC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1427, + ""alias"": ""Xin-OoT1"", + ""name"": ""Xin-OoT1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1428, + ""alias"": ""Xin-HK"", + ""name"": ""Xin-HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1429, + ""alias"": ""YakumoPE"", + ""name"": ""YakumoPE"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1430, + ""alias"": ""DONE (YakumoFFMQ)"", + ""name"": ""YakumoFFMQ"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1431, + ""alias"": ""DONE (YakumoLADX)"", + ""name"": ""YakumoLADX"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1432, + ""alias"": ""YakumoZork"", + ""name"": ""YakumoZork"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1433, + ""alias"": ""Yosher"", + ""name"": ""Yosher"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1434, + ""alias"": ""Fahrenheit_Grim_"", + ""name"": ""Fahrenheit_Grim_"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1435, + ""alias"": ""Fahrenheit_Parad"", + ""name"": ""Fahrenheit_Parad"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1436, + ""alias"": ""ZaakPKMN"", + ""name"": ""ZaakPKMN"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1437, + ""alias"": ""ZaakTS"", + ""name"": ""ZaakTS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1438, + ""alias"": ""ZaakBS"", + ""name"": ""ZaakBS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1439, + ""alias"": ""ZaakCF"", + ""name"": ""ZaakCF"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1440, + ""alias"": ""Zachbrak-HK"", + ""name"": ""Zachbrak-HK"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1441, + ""alias"": ""Hyruler (Zachbrak-KH2)"", + ""name"": ""Zachbrak-KH2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1442, + ""alias"": ""zaderlof1"", + ""name"": ""zaderlof1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1443, + ""alias"": ""Rakuaza (Zaitzpke 1)"", + ""name"": ""Zaitzpke 1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1444, + ""alias"": ""Hyruler (Zaitzpke 3)"", + ""name"": ""Zaitzpke 3"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1445, + ""alias"": ""KonaPokeEm (Zaitzpke 2)"", + ""name"": ""Zaitzpke 2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1446, + ""alias"": ""Done (ZanoniSA2B)"", + ""name"": ""ZanoniSA2B"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1447, + ""alias"": ""Done (ZanoniSM64)"", + ""name"": ""ZanoniSM64"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1448, + ""alias"": ""Done (ZanoniSMW)"", + ""name"": ""ZanoniSMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1449, + ""alias"": ""Done (ZanoniTS)"", + ""name"": ""ZanoniTS"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1450, + ""alias"": ""Zekrom_UT"", + ""name"": ""Zekrom_UT"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1451, + ""alias"": ""Zekrom_SMW"", + ""name"": ""Zekrom_SMW"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1452, + ""alias"": ""Zekrom_Emerald"", + ""name"": ""Zekrom_Emerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1453, + ""alias"": ""Ziktofel_All"", + ""name"": ""Ziktofel_All"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1454, + ""alias"": ""Ziktofel_Grid1"", + ""name"": ""Ziktofel_Grid1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1455, + ""alias"": ""Ziktofel_Grid2"", + ""name"": ""Ziktofel_Grid2"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1456, + ""alias"": ""Ziktofel_Terran"", + ""name"": ""Ziktofel_Terran"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1457, + ""alias"": ""ZoggothKH2 (Zoggoth)"", + ""name"": ""Zoggoth"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1458, + ""alias"": ""Done (Zoom erald)"", + ""name"": ""Zoom erald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1459, + ""alias"": ""Severin_RB (Zoom Gen1)"", + ""name"": ""Zoom Gen1"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1460, + ""alias"": ""OxiFF (Zoom Floors)"", + ""name"": ""Zoom Floors"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1461, + ""alias"": ""ZoomLite"", + ""name"": ""ZoomLite"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1462, + ""alias"": ""ZoggothEmerald-2 (zuilsEmerald)"", + ""name"": ""zuilsEmerald"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1463, + ""alias"": ""sansskill (zuilsRB)"", + ""name"": ""zuilsRB"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1464, + ""alias"": ""Done (zuilsDLC)"", + ""name"": ""zuilsDLC"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1465, + ""alias"": ""VentiROR22 (zuilsROR)"", + ""name"": ""zuilsROR"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1466, + ""alias"": ""Zunawe"", + ""name"": ""Zunawe"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1467, + ""alias"": ""ZyrconiumSC2A"", + ""name"": ""ZyrconiumSC2A"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1468, + ""alias"": ""DONEzzker (ZZKer)"", + ""name"": ""ZZKer"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1469, + ""alias"": ""magiDS31469 (Player1469)"", + ""name"": ""Player1469"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1470, + ""alias"": ""FeldarMQ (Player1470)"", + ""name"": ""Player1470"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1471, + ""alias"": ""aedis (Player1471)"", + ""name"": ""Player1471"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1472, + ""alias"": ""Elias (Player1472)"", + ""name"": ""Player1472"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1473, + ""alias"": ""SerpentSC2 (Player1473)"", + ""name"": ""Player1473"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1474, + ""alias"": ""JacobDoom (Player1474)"", + ""name"": ""Player1474"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1475, + ""alias"": ""Done1475 (Player1475)"", + ""name"": ""Player1475"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1476, + ""alias"": ""Player1476"", + ""name"": ""Player1476"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1477, + ""alias"": ""SpaceArty (Player1477)"", + ""name"": ""Player1477"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1478, + ""alias"": ""Player1478"", + ""name"": ""Player1478"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1479, + ""alias"": ""FactStribbs (Player1479)"", + ""name"": ""Player1479"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1480, + ""alias"": ""RogueGremlin (Player1480)"", + ""name"": ""Player1480"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1481, + ""alias"": ""InsertClevr_Done (Player1481)"", + ""name"": ""Player1481"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1482, + ""alias"": ""done (Player1482)"", + ""name"": ""Player1482"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1483, + ""alias"": ""Eeveon (Player1483)"", + ""name"": ""Player1483"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1484, + ""alias"": ""Stormfury_Wit (Player1484)"", + ""name"": ""Player1484"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1485, + ""alias"": ""Omner smallfox (Player1485)"", + ""name"": ""Player1485"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1486, + ""alias"": ""Theophastus (Player1486)"", + ""name"": ""Player1486"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1487, + ""alias"": ""Done (Player1487)"", + ""name"": ""Player1487"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1488, + ""alias"": ""Dauragon (Player1488)"", + ""name"": ""Player1488"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1489, + ""alias"": ""Player1489"", + ""name"": ""Player1489"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1490, + ""alias"": ""Choco_Jack (Player1490)"", + ""name"": ""Player1490"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1491, + ""alias"": ""FeldarLink (Player1491)"", + ""name"": ""Player1491"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1492, + ""alias"": ""StompyMD (Player1492)"", + ""name"": ""Player1492"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1493, + ""alias"": ""Jarno (Player1493)"", + ""name"": ""Player1493"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1494, + ""alias"": ""Hyruler (Player1494)"", + ""name"": ""Player1494"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1495, + ""alias"": ""HumaanFi1DONE (Player1495)"", + ""name"": ""Player1495"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1496, + ""alias"": ""Aster (Player1496)"", + ""name"": ""Player1496"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1497, + ""alias"": ""DatapodZ1 (Player1497)"", + ""name"": ""Player1497"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1498, + ""alias"": ""Done (Player1498)"", + ""name"": ""Player1498"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1499, + ""alias"": ""Done (Player1499)"", + ""name"": ""Player1499"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1500, + ""alias"": ""Draex (T6 Forme) (Player1500)"", + ""name"": ""Player1500"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1501, + ""alias"": ""Risk OF RISSER (Player1501)"", + ""name"": ""Player1501"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1502, + ""alias"": ""OxiKong (Player1502)"", + ""name"": ""Player1502"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1503, + ""alias"": ""JulesHope(UT) (Player1503)"", + ""name"": ""Player1503"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1504, + ""alias"": ""lokiathena (Player1504)"", + ""name"": ""Player1504"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1505, + ""alias"": ""AdremSpinner (Player1505)"", + ""name"": ""Player1505"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1506, + ""alias"": ""Kilraeus (Player1506)"", + ""name"": ""Player1506"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1507, + ""alias"": ""PanEmerald3 (Player1507)"", + ""name"": ""Player1507"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1508, + ""alias"": ""DarkGenomeTune (Player1508)"", + ""name"": ""Player1508"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1509, + ""alias"": ""Brendan7625 (Player1509)"", + ""name"": ""Player1509"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1510, + ""alias"": ""galdan doom (Player1510)"", + ""name"": ""Player1510"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1511, + ""alias"": ""Player1511"", + ""name"": ""Player1511"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1512, + ""alias"": ""WhoDoesItBetter (Player1512)"", + ""name"": ""Player1512"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1513, + ""alias"": ""OxiFFMQ (Player1513)"", + ""name"": ""Player1513"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1514, + ""alias"": ""EducatedBubble (Player1514)"", + ""name"": ""Player1514"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1515, + ""alias"": ""KinrahDoneL3 (Player1515)"", + ""name"": ""Player1515"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1516, + ""alias"": ""done_ZethnoSC2 (Player1516)"", + ""name"": ""Player1516"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1517, + ""alias"": ""Kilraeus (Player1517)"", + ""name"": ""Player1517"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1518, + ""alias"": ""done (Player1518)"", + ""name"": ""Player1518"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1519, + ""alias"": ""sansskill (Player1519)"", + ""name"": ""Player1519"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1520, + ""alias"": ""Player1520"", + ""name"": ""Player1520"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1521, + ""alias"": ""Hyruler (Player1521)"", + ""name"": ""Player1521"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1522, + ""alias"": ""Mendax64 (Player1522)"", + ""name"": ""Player1522"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1523, + ""alias"": ""Kilraeus (Player1523)"", + ""name"": ""Player1523"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1524, + ""alias"": ""Player1524"", + ""name"": ""Player1524"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1525, + ""alias"": ""Player1525"", + ""name"": ""Player1525"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1526, + ""alias"": ""mous3kteer (Player1526)"", + ""name"": ""Player1526"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1527, + ""alias"": ""Hyruler (Player1527)"", + ""name"": ""Player1527"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1528, + ""alias"": ""EducatedBubble (Player1528)"", + ""name"": ""Player1528"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1529, + ""alias"": ""mauwhir OoT 3 (Player1529)"", + ""name"": ""Player1529"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1530, + ""alias"": ""LotusTreantSMZ3 (Player1530)"", + ""name"": ""Player1530"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1531, + ""alias"": ""PonygoodLook (Player1531)"", + ""name"": ""Player1531"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1532, + ""alias"": ""lulse (Player1532)"", + ""name"": ""Player1532"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1533, + ""alias"": ""Done (Player1533)"", + ""name"": ""Player1533"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1534, + ""alias"": ""Player1534"", + ""name"": ""Player1534"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1535, + ""alias"": ""ExentethDKC3-1 (Player1535)"", + ""name"": ""Player1535"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1536, + ""alias"": ""squidy1536 (Player1536)"", + ""name"": ""Player1536"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1537, + ""alias"": ""TryrexPKMN(done) (Player1537)"", + ""name"": ""Player1537"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1538, + ""alias"": ""DONE (Player1538)"", + ""name"": ""Player1538"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1539, + ""alias"": ""ArteaSpinner (Player1539)"", + ""name"": ""Player1539"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1540, + ""alias"": ""Kigalas (Player1540)"", + ""name"": ""Player1540"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1541, + ""alias"": ""Done (Player1541)"", + ""name"": ""Player1541"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1542, + ""alias"": ""HabKeineName (Player1542)"", + ""name"": ""Player1542"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1543, + ""alias"": ""Elias (Player1543)"", + ""name"": ""Player1543"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1544, + ""alias"": ""GacituaFactorio (Player1544)"", + ""name"": ""Player1544"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1545, + ""alias"": ""DONE (Player1545)"", + ""name"": ""Player1545"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1546, + ""alias"": ""Player1546"", + ""name"": ""Player1546"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1547, + ""alias"": ""Done (Player1547)"", + ""name"": ""Player1547"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1548, + ""alias"": ""purin (Player1548)"", + ""name"": ""Player1548"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1549, + ""alias"": ""AbbisDS3 (Player1549)"", + ""name"": ""Player1549"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1550, + ""alias"": ""cpuff1989 (Player1550)"", + ""name"": ""Player1550"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1551, + ""alias"": ""PinguSouls (Player1551)"", + ""name"": ""Player1551"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1552, + ""alias"": ""Susie (Player1552)"", + ""name"": ""Player1552"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1553, + ""alias"": ""Player1553"", + ""name"": ""Player1553"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1554, + ""alias"": ""Hyruler (Player1554)"", + ""name"": ""Player1554"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1555, + ""alias"": ""Luke583_SM64-2 (Player1555)"", + ""name"": ""Player1555"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1556, + ""alias"": ""sooper_RoR2 (Player1556)"", + ""name"": ""Player1556"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1557, + ""alias"": ""lulse (Player1557)"", + ""name"": ""Player1557"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1558, + ""alias"": ""Hyruler (Player1558)"", + ""name"": ""Player1558"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1559, + ""alias"": ""akuheish (Player1559)"", + ""name"": ""Player1559"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1560, + ""alias"": ""VerrKD3 (Player1560)"", + ""name"": ""Player1560"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1561, + ""alias"": ""BobaDLC (Player1561)"", + ""name"": ""Player1561"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1562, + ""alias"": ""Player1562"", + ""name"": ""Player1562"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1563, + ""alias"": ""DONE (Player1563)"", + ""name"": ""Player1563"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1564, + ""alias"": ""InarisPyreBN3 (Player1564)"", + ""name"": ""Player1564"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1565, + ""alias"": ""Schluffe (Player1565)"", + ""name"": ""Player1565"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1566, + ""alias"": ""Done (Player1566)"", + ""name"": ""Player1566"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1567, + ""alias"": ""DONE (Player1567)"", + ""name"": ""Player1567"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1568, + ""alias"": ""JacobDoomAgain (Player1568)"", + ""name"": ""Player1568"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1569, + ""alias"": ""WebberSMZ3 (Player1569)"", + ""name"": ""Player1569"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1570, + ""alias"": ""Hyruler (Player1570)"", + ""name"": ""Player1570"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1571, + ""alias"": ""Done (Player1571)"", + ""name"": ""Player1571"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1572, + ""alias"": ""Done (Player1572)"", + ""name"": ""Player1572"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1573, + ""alias"": ""Smithyman64 (Player1573)"", + ""name"": ""Player1573"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1574, + ""alias"": ""Done (Player1574)"", + ""name"": ""Player1574"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1575, + ""alias"": ""FlutterSA Done (Player1575)"", + ""name"": ""Player1575"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1576, + ""alias"": ""SerpentRL (Player1576)"", + ""name"": ""Player1576"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1577, + ""alias"": ""Done (Player1577)"", + ""name"": ""Player1577"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1578, + ""alias"": ""Mati (Player1578)"", + ""name"": ""Player1578"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1579, + ""alias"": ""Done (Player1579)"", + ""name"": ""Player1579"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1580, + ""alias"": ""sheen (Player1580)"", + ""name"": ""Player1580"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1581, + ""alias"": ""jkxWinGTunic (Player1581)"", + ""name"": ""Player1581"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1582, + ""alias"": ""superfidZork04 (Player1582)"", + ""name"": ""Player1582"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1583, + ""alias"": ""Player1583"", + ""name"": ""Player1583"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1584, + ""alias"": ""done (Player1584)"", + ""name"": ""Player1584"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1585, + ""alias"": ""DONE (Player1585)"", + ""name"": ""Player1585"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1586, + ""alias"": ""Coal_SMZ3 (Player1586)"", + ""name"": ""Player1586"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1587, + ""alias"": ""Hisu (Player1587)"", + ""name"": ""Player1587"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1588, + ""alias"": ""TheRobAwesmeTime (Player1588)"", + ""name"": ""Player1588"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1589, + ""alias"": ""ExentethDOOMII (Player1589)"", + ""name"": ""Player1589"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1590, + ""alias"": ""WebberALTTP2 (Player1590)"", + ""name"": ""Player1590"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1591, + ""alias"": ""Player1591"", + ""name"": ""Player1591"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1592, + ""alias"": ""Kryen112 (Player1592)"", + ""name"": ""Player1592"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1593, + ""alias"": ""Player1593"", + ""name"": ""Player1593"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1594, + ""alias"": ""Schezar (Player1594)"", + ""name"": ""Player1594"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1595, + ""alias"": ""Hyruler (Player1595)"", + ""name"": ""Player1595"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1596, + ""alias"": ""Done (Player1596)"", + ""name"": ""Player1596"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1597, + ""alias"": ""OmegaZeronTS (Player1597)"", + ""name"": ""Player1597"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1598, + ""alias"": ""done (Player1598)"", + ""name"": ""Player1598"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1599, + ""alias"": ""Hyruler (Player1599)"", + ""name"": ""Player1599"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1600, + ""alias"": ""PanKnight4 (Player1600)"", + ""name"": ""Player1600"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1601, + ""alias"": ""Karlis Povisils (Player1601)"", + ""name"": ""Player1601"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1602, + ""alias"": ""lulse (Player1602)"", + ""name"": ""Player1602"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1603, + ""alias"": ""TaranthEmDONE (Player1603)"", + ""name"": ""Player1603"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1604, + ""alias"": ""Player1604"", + ""name"": ""Player1604"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1605, + ""alias"": ""Player1605"", + ""name"": ""Player1605"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1606, + ""alias"": ""emertorio (Player1606)"", + ""name"": ""Player1606"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1607, + ""alias"": ""sansskill (Player1607)"", + ""name"": ""Player1607"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1608, + ""alias"": ""CardboardDecoy (Player1608)"", + ""name"": ""Player1608"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1609, + ""alias"": ""DONE (Player1609)"", + ""name"": ""Player1609"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1610, + ""alias"": ""Pounds (Player1610)"", + ""name"": ""Player1610"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1611, + ""alias"": ""CleaSC2 (Player1611)"", + ""name"": ""Player1611"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1612, + ""alias"": ""Done (Player1612)"", + ""name"": ""Player1612"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1613, + ""alias"": ""Hyruler (Player1613)"", + ""name"": ""Player1613"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1614, + ""alias"": ""done (Player1614)"", + ""name"": ""Player1614"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1615, + ""alias"": ""Wessieking_ROR (Player1615)"", + ""name"": ""Player1615"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1616, + ""alias"": ""Schezar (Player1616)"", + ""name"": ""Player1616"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1617, + ""alias"": ""ZoggothKH2-4 (Player1617)"", + ""name"": ""Player1617"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1618, + ""alias"": ""Stormfury_TS2 (Player1618)"", + ""name"": ""Player1618"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1619, + ""alias"": ""StormfuryDLC (Player1619)"", + ""name"": ""Player1619"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1620, + ""alias"": ""Done (Player1620)"", + ""name"": ""Player1620"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1621, + ""alias"": ""FeldarRed (Player1621)"", + ""name"": ""Player1621"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1622, + ""alias"": ""Invi (Player1622)"", + ""name"": ""Player1622"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1623, + ""alias"": ""loganwt (Player1623)"", + ""name"": ""Player1623"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1624, + ""alias"": ""bennydreamly (Player1624)"", + ""name"": ""Player1624"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1625, + ""alias"": ""Cait is Done (Player1625)"", + ""name"": ""Player1625"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1626, + ""alias"": ""akuheish (Player1626)"", + ""name"": ""Player1626"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1627, + ""alias"": ""Tetramina (Player1627)"", + ""name"": ""Player1627"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1628, + ""alias"": ""sansskill (Player1628)"", + ""name"": ""Player1628"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1629, + ""alias"": ""Relissa (Player1629)"", + ""name"": ""Player1629"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1630, + ""alias"": ""DLCMack (Player1630)"", + ""name"": ""Player1630"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1631, + ""alias"": ""Donkyhotay (Player1631)"", + ""name"": ""Player1631"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1632, + ""alias"": ""done (Player1632)"", + ""name"": ""Player1632"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1633, + ""alias"": ""JarJarSC2-2 (Player1633)"", + ""name"": ""Player1633"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1634, + ""alias"": ""Done (Player1634)"", + ""name"": ""Player1634"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1635, + ""alias"": ""done (Player1635)"", + ""name"": ""Player1635"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1636, + ""alias"": ""Hyruler (Player1636)"", + ""name"": ""Player1636"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1637, + ""alias"": ""ZanoniDOOM1993 (Player1637)"", + ""name"": ""Player1637"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1638, + ""alias"": ""DONE (Player1638)"", + ""name"": ""Player1638"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1639, + ""alias"": ""Aphly-MC (Player1639)"", + ""name"": ""Player1639"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1640, + ""alias"": ""EducatedBubble (Player1640)"", + ""name"": ""Player1640"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1641, + ""alias"": ""MendaxSDV (Player1641)"", + ""name"": ""Player1641"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1642, + ""alias"": ""Player1642"", + ""name"": ""Player1642"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1643, + ""alias"": ""DONE (Player1643)"", + ""name"": ""Player1643"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1644, + ""alias"": ""Player1644"", + ""name"": ""Player1644"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1645, + ""alias"": ""SDS (Player1645)"", + ""name"": ""Player1645"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1646, + ""alias"": ""purin (Player1646)"", + ""name"": ""Player1646"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1647, + ""alias"": ""ChadralnRogue (Player1647)"", + ""name"": ""Player1647"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1648, + ""alias"": ""Aphly-RoR2 (Player1648)"", + ""name"": ""Player1648"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1649, + ""alias"": ""FeldarEvermore (Player1649)"", + ""name"": ""Player1649"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1650, + ""alias"": ""Done (Player1650)"", + ""name"": ""Player1650"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1651, + ""alias"": ""Remag_UT1 (Player1651)"", + ""name"": ""Player1651"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1652, + ""alias"": ""lulse (Player1652)"", + ""name"": ""Player1652"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1653, + ""alias"": ""Aphly-OC2 (Player1653)"", + ""name"": ""Player1653"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1654, + ""alias"": ""SancAdventure2 (Player1654)"", + ""name"": ""Player1654"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1655, + ""alias"": ""Invictus (Player1655)"", + ""name"": ""Player1655"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1656, + ""alias"": ""done (Player1656)"", + ""name"": ""Player1656"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1657, + ""alias"": ""Player1657"", + ""name"": ""Player1657"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1658, + ""alias"": ""Ludwig_Cook (Player1658)"", + ""name"": ""Player1658"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1659, + ""alias"": ""Aster (Player1659)"", + ""name"": ""Player1659"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1660, + ""alias"": ""Player1660"", + ""name"": ""Player1660"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1661, + ""alias"": ""Done (Player1661)"", + ""name"": ""Player1661"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1662, + ""alias"": ""done_zethnoTTP (Player1662)"", + ""name"": ""Player1662"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1663, + ""alias"": ""SMZ3GoBoom (Player1663)"", + ""name"": ""Player1663"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1664, + ""alias"": ""Radagast1981 (Player1664)"", + ""name"": ""Player1664"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1665, + ""alias"": ""RakaHGSkip (Player1665)"", + ""name"": ""Player1665"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1666, + ""alias"": ""ZoomOOT (Player1666)"", + ""name"": ""Player1666"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1667, + ""alias"": ""thedemonqueen (Player1667)"", + ""name"": ""Player1667"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1668, + ""alias"": ""Done (Player1668)"", + ""name"": ""Player1668"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1669, + ""alias"": ""REXENSQUARED (Player1669)"", + ""name"": ""Player1669"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1670, + ""alias"": ""RexenSquared (Player1670)"", + ""name"": ""Player1670"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1671, + ""alias"": ""Done (Player1671)"", + ""name"": ""Player1671"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1672, + ""alias"": ""SerpentROR2 (Player1672)"", + ""name"": ""Player1672"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1673, + ""alias"": ""Orsan (Player1673)"", + ""name"": ""Player1673"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1674, + ""alias"": ""Donkyhotay (Player1674)"", + ""name"": ""Player1674"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1675, + ""alias"": ""Hyruler (Player1675)"", + ""name"": ""Player1675"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1676, + ""alias"": ""Alestormtrooper (Player1676)"", + ""name"": ""Player1676"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1677, + ""alias"": ""DONE (Player1677)"", + ""name"": ""Player1677"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1678, + ""alias"": ""Player1678"", + ""name"": ""Player1678"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1679, + ""alias"": ""Salmence (Player1679)"", + ""name"": ""Player1679"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1680, + ""alias"": ""Ouroboros TUNIC (Player1680)"", + ""name"": ""Player1680"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1681, + ""alias"": ""Boba_Valentina (Player1681)"", + ""name"": ""Player1681"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1682, + ""alias"": ""HollyCeleste64 (Player1682)"", + ""name"": ""Player1682"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1683, + ""alias"": ""Coal_StS (Player1683)"", + ""name"": ""Player1683"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1684, + ""alias"": ""EducatedBubble (Player1684)"", + ""name"": ""Player1684"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1685, + ""alias"": ""Player1685"", + ""name"": ""Player1685"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1686, + ""alias"": ""Radagast1981 (Player1686)"", + ""name"": ""Player1686"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1687, + ""alias"": ""Kippi-SM64 (Player1687)"", + ""name"": ""Player1687"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1688, + ""alias"": ""DONE (Player1688)"", + ""name"": ""Player1688"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1689, + ""alias"": ""Done (Player1689)"", + ""name"": ""Player1689"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1690, + ""alias"": ""RegiWarg (Player1690)"", + ""name"": ""Player1690"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1691, + ""alias"": ""Broney (Player1691)"", + ""name"": ""Player1691"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1692, + ""alias"": ""Latiass (Player1692)"", + ""name"": ""Player1692"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1693, + ""alias"": ""SkatzmanKH2 (Player1693)"", + ""name"": ""Player1693"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1694, + ""alias"": ""KenderRL (Player1694)"", + ""name"": ""Player1694"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1695, + ""alias"": ""Done (Player1695)"", + ""name"": ""Player1695"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1696, + ""alias"": ""whitelightnings (Player1696)"", + ""name"": ""Player1696"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1697, + ""alias"": ""MendaxRR2 (Player1697)"", + ""name"": ""Player1697"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1698, + ""alias"": ""THEROBAWESOME (Player1698)"", + ""name"": ""Player1698"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1699, + ""alias"": ""Done (Player1699)"", + ""name"": ""Player1699"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1700, + ""alias"": ""GooDang (Player1700)"", + ""name"": ""Player1700"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1701, + ""alias"": ""Dandyman (Player1701)"", + ""name"": ""Player1701"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1702, + ""alias"": ""Done (Player1702)"", + ""name"": ""Player1702"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1703, + ""alias"": ""Done (Player1703)"", + ""name"": ""Player1703"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1704, + ""alias"": ""GaldanEmerald (Player1704)"", + ""name"": ""Player1704"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1705, + ""alias"": ""Player1705"", + ""name"": ""Player1705"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1706, + ""alias"": ""TheodoDash (Player1706)"", + ""name"": ""Player1706"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1707, + ""alias"": ""HumaanFi3DONE (Player1707)"", + ""name"": ""Player1707"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1708, + ""alias"": ""Done (Player1708)"", + ""name"": ""Player1708"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1709, + ""alias"": ""lokiathena_ut (Player1709)"", + ""name"": ""Player1709"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1710, + ""alias"": ""Donkyhotay (Player1710)"", + ""name"": ""Player1710"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1711, + ""alias"": ""ScootyDoom2 (Player1711)"", + ""name"": ""Player1711"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1712, + ""alias"": ""MagikKong3 (Player1712)"", + ""name"": ""Player1712"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1713, + ""alias"": ""Player1713"", + ""name"": ""Player1713"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1714, + ""alias"": ""ExentethLTTP (Player1714)"", + ""name"": ""Player1714"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1715, + ""alias"": ""CirNOPE_MD (Player1715)"", + ""name"": ""Player1715"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1716, + ""alias"": ""done_ZethnoTS (Player1716)"", + ""name"": ""Player1716"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1717, + ""alias"": ""Caidryn (Player1717)"", + ""name"": ""Player1717"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1718, + ""alias"": ""HumaanFi2DONE (Player1718)"", + ""name"": ""Player1718"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1719, + ""alias"": ""GooDang (Player1719)"", + ""name"": ""Player1719"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1720, + ""alias"": ""StompySDV (Player1720)"", + ""name"": ""Player1720"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1721, + ""alias"": ""Hyruler (Player1721)"", + ""name"": ""Player1721"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1722, + ""alias"": ""T0Keh (Player1722)"", + ""name"": ""Player1722"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1723, + ""alias"": ""MicbotPKE (Player1723)"", + ""name"": ""Player1723"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1724, + ""alias"": ""superfidZork05 (Player1724)"", + ""name"": ""Player1724"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1725, + ""alias"": ""DONE (Player1725)"", + ""name"": ""Player1725"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1726, + ""alias"": ""Cait is Done (Player1726)"", + ""name"": ""Player1726"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1727, + ""alias"": ""Alexo_OOT_3 (Player1727)"", + ""name"": ""Player1727"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1728, + ""alias"": ""Peachy (Player1728)"", + ""name"": ""Player1728"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1729, + ""alias"": ""DONE (Player1729)"", + ""name"": ""Player1729"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1730, + ""alias"": ""AShortT0r1nn (Player1730)"", + ""name"": ""Player1730"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1731, + ""alias"": ""Done (Player1731)"", + ""name"": ""Player1731"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1732, + ""alias"": ""Done (Player1732)"", + ""name"": ""Player1732"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1733, + ""alias"": ""hisu (Player1733)"", + ""name"": ""Player1733"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1734, + ""alias"": ""Player1734"", + ""name"": ""Player1734"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1735, + ""alias"": ""DONE Dr G (Player1735)"", + ""name"": ""Player1735"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1736, + ""alias"": ""Hyruler (Player1736)"", + ""name"": ""Player1736"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1737, + ""alias"": ""THEROBAWESOME (Player1737)"", + ""name"": ""Player1737"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1738, + ""alias"": ""Done (Player1738)"", + ""name"": ""Player1738"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1739, + ""alias"": ""wjg999-SMZ3 (Player1739)"", + ""name"": ""Player1739"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1740, + ""alias"": ""Done (Player1740)"", + ""name"": ""Player1740"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1741, + ""alias"": ""MagiDS31741 (Player1741)"", + ""name"": ""Player1741"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1742, + ""alias"": ""Radagast1981 (Player1742)"", + ""name"": ""Player1742"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1743, + ""alias"": ""LudwigCooks (Player1743)"", + ""name"": ""Player1743"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1744, + ""alias"": ""Player1744"", + ""name"": ""Player1744"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1745, + ""alias"": ""done (Player1745)"", + ""name"": ""Player1745"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1746, + ""alias"": ""orchidscion (Player1746)"", + ""name"": ""Player1746"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1747, + ""alias"": ""Horizon (Player1747)"", + ""name"": ""Player1747"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1748, + ""alias"": ""jkxWinGWitness (Player1748)"", + ""name"": ""Player1748"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1749, + ""alias"": ""Invi (Player1749)"", + ""name"": ""Player1749"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1750, + ""alias"": ""CleaEvermore (Player1750)"", + ""name"": ""Player1750"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1751, + ""alias"": ""Verr_KD3 (Player1751)"", + ""name"": ""Player1751"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1752, + ""alias"": ""Done (Player1752)"", + ""name"": ""Player1752"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1753, + ""alias"": ""HumaanFiller4Don (Player1753)"", + ""name"": ""Player1753"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1754, + ""alias"": ""HKNLufia (Player1754)"", + ""name"": ""Player1754"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1755, + ""alias"": ""Done (Player1755)"", + ""name"": ""Player1755"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1756, + ""alias"": ""DNPAdv (Player1756)"", + ""name"": ""Player1756"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1757, + ""alias"": ""HollyLADX (Player1757)"", + ""name"": ""Player1757"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1758, + ""alias"": ""SockCraft (Player1758)"", + ""name"": ""Player1758"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1759, + ""alias"": ""PonygoodGroove (Player1759)"", + ""name"": ""Player1759"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1760, + ""alias"": ""CinnamonSugar (Player1760)"", + ""name"": ""Player1760"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1761, + ""alias"": ""SOth77 (Player1761)"", + ""name"": ""Player1761"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1762, + ""alias"": ""DONENocaTerra (Player1762)"", + ""name"": ""Player1762"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1763, + ""alias"": ""done (Player1763)"", + ""name"": ""Player1763"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1764, + ""alias"": ""Dandyman (Player1764)"", + ""name"": ""Player1764"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1765, + ""alias"": ""Draex (Concave) (Player1765)"", + ""name"": ""Player1765"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1766, + ""alias"": ""Stormfury_Mes (Player1766)"", + ""name"": ""Player1766"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1767, + ""alias"": ""ClyceerRogue (Player1767)"", + ""name"": ""Player1767"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1768, + ""alias"": ""Hyruler (Player1768)"", + ""name"": ""Player1768"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1769, + ""alias"": ""LumanosityRL (Player1769)"", + ""name"": ""Player1769"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1770, + ""alias"": ""Verr_ (Player1770)"", + ""name"": ""Player1770"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1771, + ""alias"": ""Hyruler (Player1771)"", + ""name"": ""Player1771"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1772, + ""alias"": ""akuheish (Player1772)"", + ""name"": ""Player1772"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1773, + ""alias"": ""GooDang (Player1773)"", + ""name"": ""Player1773"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1774, + ""alias"": ""whitelightnings (Player1774)"", + ""name"": ""Player1774"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1775, + ""alias"": ""TaranthDoomDONE (Player1775)"", + ""name"": ""Player1775"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1776, + ""alias"": ""Arashi-SA2 (Player1776)"", + ""name"": ""Player1776"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1777, + ""alias"": ""PonygoodCubes (Player1777)"", + ""name"": ""Player1777"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1778, + ""alias"": ""Done (Pixievolt) (Player1778)"", + ""name"": ""Player1778"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1779, + ""alias"": ""River (Player1779)"", + ""name"": ""Player1779"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1780, + ""alias"": ""done_zethnoror (Player1780)"", + ""name"": ""Player1780"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1781, + ""alias"": ""Hisu (Player1781)"", + ""name"": ""Player1781"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1782, + ""alias"": ""Done (Player1782)"", + ""name"": ""Player1782"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1783, + ""alias"": ""Player1783"", + ""name"": ""Player1783"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1784, + ""alias"": ""Player1784"", + ""name"": ""Player1784"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1785, + ""alias"": ""superfidZork03 (Player1785)"", + ""name"": ""Player1785"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1786, + ""alias"": ""Done (Player1786)"", + ""name"": ""Player1786"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1787, + ""alias"": ""rajanb (Player1787)"", + ""name"": ""Player1787"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1788, + ""alias"": ""sansskill (Player1788)"", + ""name"": ""Player1788"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1789, + ""alias"": ""BlastSlimey (Player1789)"", + ""name"": ""Player1789"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1790, + ""alias"": ""Done (Player1790)"", + ""name"": ""Player1790"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1791, + ""alias"": ""Done (Player1791)"", + ""name"": ""Player1791"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1792, + ""alias"": ""SmithymanMC (Player1792)"", + ""name"": ""Player1792"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1793, + ""alias"": ""Remag_UT2 (Player1793)"", + ""name"": ""Player1793"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1794, + ""alias"": ""Done (Player1794)"", + ""name"": ""Player1794"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1795, + ""alias"": ""Hyruler (Player1795)"", + ""name"": ""Player1795"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1796, + ""alias"": ""Done (Player1796)"", + ""name"": ""Player1796"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1797, + ""alias"": ""Shadow_alttp (Player1797)"", + ""name"": ""Player1797"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1798, + ""alias"": ""Done (Player1798)"", + ""name"": ""Player1798"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1799, + ""alias"": ""Player1799"", + ""name"": ""Player1799"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1800, + ""alias"": ""Done (Player1800)"", + ""name"": ""Player1800"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1801, + ""alias"": ""Player1801"", + ""name"": ""Player1801"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1802, + ""alias"": ""CaesiusMMBN (Player1802)"", + ""name"": ""Player1802"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1803, + ""alias"": ""MineMack (Player1803)"", + ""name"": ""Player1803"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1804, + ""alias"": ""Done (Player1804)"", + ""name"": ""Player1804"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1805, + ""alias"": ""Done (Player1805)"", + ""name"": ""Player1805"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1806, + ""alias"": ""Player1806"", + ""name"": ""Player1806"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1807, + ""alias"": ""done (Player1807)"", + ""name"": ""Player1807"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1808, + ""alias"": ""Godzukini (Player1808)"", + ""name"": ""Player1808"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1809, + ""alias"": ""SerpentMUSE (Player1809)"", + ""name"": ""Player1809"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1810, + ""alias"": ""SerpentOOT (Player1810)"", + ""name"": ""Player1810"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1811, + ""alias"": ""EnglishLanguage (Player1811)"", + ""name"": ""Player1811"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1812, + ""alias"": ""thedemonqueen (Player1812)"", + ""name"": ""Player1812"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1813, + ""alias"": ""done (Player1813)"", + ""name"": ""Player1813"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1814, + ""alias"": ""Draex (T5 Forme) (Player1814)"", + ""name"": ""Player1814"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1815, + ""alias"": ""Brendan7625 (Player1815)"", + ""name"": ""Player1815"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1816, + ""alias"": ""CaesiusDoom (Player1816)"", + ""name"": ""Player1816"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1817, + ""alias"": ""Dr Guason (Player1817)"", + ""name"": ""Player1817"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1818, + ""alias"": ""skipperki1 (Player1818)"", + ""name"": ""Player1818"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1819, + ""alias"": ""nikola_m8421 (Player1819)"", + ""name"": ""Player1819"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1820, + ""alias"": ""GUNSWORD FIZL (Player1820)"", + ""name"": ""Player1820"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1821, + ""alias"": ""rahel3202 (Player1821)"", + ""name"": ""Player1821"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1822, + ""alias"": ""Brendan7625 (Player1822)"", + ""name"": ""Player1822"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1823, + ""alias"": ""LlamaSE (Player1823)"", + ""name"": ""Player1823"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1824, + ""alias"": ""Grin (Player1824)"", + ""name"": ""Player1824"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1825, + ""alias"": ""Done (Player1825)"", + ""name"": ""Player1825"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1826, + ""alias"": ""Player1826"", + ""name"": ""Player1826"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1827, + ""alias"": ""Done (Player1827)"", + ""name"": ""Player1827"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1828, + ""alias"": ""SneakiRoR (Player1828)"", + ""name"": ""Player1828"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1829, + ""alias"": ""Snoman_Terraria (Player1829)"", + ""name"": ""Player1829"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1830, + ""alias"": ""DONE (Player1830)"", + ""name"": ""Player1830"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1831, + ""alias"": ""ExentethSMZ3 (Player1831)"", + ""name"": ""Player1831"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1832, + ""alias"": ""Player1832"", + ""name"": ""Player1832"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1833, + ""alias"": ""VerrSV (Player1833)"", + ""name"": ""Player1833"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1834, + ""alias"": ""Player1834"", + ""name"": ""Player1834"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1835, + ""alias"": ""purin (Player1835)"", + ""name"": ""Player1835"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1836, + ""alias"": ""Draex (Y3 Forme) (Player1836)"", + ""name"": ""Player1836"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1837, + ""alias"": ""Jupiterfire (Player1837)"", + ""name"": ""Player1837"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1838, + ""alias"": ""SerpentZORK2 (Player1838)"", + ""name"": ""Player1838"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1839, + ""alias"": ""Hisu (Player1839)"", + ""name"": ""Player1839"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1840, + ""alias"": ""QuartzUT (Player1840)"", + ""name"": ""Player1840"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1841, + ""alias"": ""DONE (Player1841)"", + ""name"": ""Player1841"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1842, + ""alias"": ""Hisu (Player1842)"", + ""name"": ""Player1842"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1843, + ""alias"": ""Radagast1981 (Player1843)"", + ""name"": ""Player1843"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1844, + ""alias"": ""TwistedRoR2 (Player1844)"", + ""name"": ""Player1844"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1845, + ""alias"": ""SkatzmanALTTP2 (Player1845)"", + ""name"": ""Player1845"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1846, + ""alias"": ""OxiMore (Player1846)"", + ""name"": ""Player1846"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1847, + ""alias"": ""TwistedRL (Player1847)"", + ""name"": ""Player1847"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1848, + ""alias"": ""Kilraeus (Player1848)"", + ""name"": ""Player1848"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1849, + ""alias"": ""ZoggothKH2-5 (Player1849)"", + ""name"": ""Player1849"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1850, + ""alias"": ""Player1850"", + ""name"": ""Player1850"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1851, + ""alias"": ""Aphly-KH2 (Player1851)"", + ""name"": ""Player1851"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1852, + ""alias"": ""PanKnight2 (Player1852)"", + ""name"": ""Player1852"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1853, + ""alias"": ""FlutterSA2(Done) (Player1853)"", + ""name"": ""Player1853"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1854, + ""alias"": ""Player1854"", + ""name"": ""Player1854"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1855, + ""alias"": ""Hexadigital (Player1855)"", + ""name"": ""Player1855"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1856, + ""alias"": ""HeartsGoBoom (Player1856)"", + ""name"": ""Player1856"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1857, + ""alias"": ""SubRisser (Player1857)"", + ""name"": ""Player1857"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1858, + ""alias"": ""RingoStS (Player1858)"", + ""name"": ""Player1858"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1859, + ""alias"": ""Bulborbish_5DONE (Player1859)"", + ""name"": ""Player1859"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1860, + ""alias"": ""Done (Player1860)"", + ""name"": ""Player1860"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1861, + ""alias"": ""MouseDoom2 (Player1861)"", + ""name"": ""Player1861"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1862, + ""alias"": ""RingoROR2 (Player1862)"", + ""name"": ""Player1862"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1863, + ""alias"": ""SerpentZORK3 (Player1863)"", + ""name"": ""Player1863"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1864, + ""alias"": ""mous3kteerHK (Player1864)"", + ""name"": ""Player1864"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1865, + ""alias"": ""Oxifia (Player1865)"", + ""name"": ""Player1865"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1866, + ""alias"": ""StarGremlin2 (Player1866)"", + ""name"": ""Player1866"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1867, + ""alias"": ""Draex (T2 forme) (Player1867)"", + ""name"": ""Player1867"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1868, + ""alias"": ""TaranthDKC3DONE (Player1868)"", + ""name"": ""Player1868"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1869, + ""alias"": ""Echoes of Radz (Player1869)"", + ""name"": ""Player1869"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1870, + ""alias"": ""crimsonfactory (Player1870)"", + ""name"": ""Player1870"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1871, + ""alias"": ""Done (Player1871)"", + ""name"": ""Player1871"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1872, + ""alias"": ""done (Player1872)"", + ""name"": ""Player1872"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1873, + ""alias"": ""Hyruler (Player1873)"", + ""name"": ""Player1873"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1874, + ""alias"": ""PastelShark_RoR3 (Player1874)"", + ""name"": ""Player1874"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1875, + ""alias"": ""done (Player1875)"", + ""name"": ""Player1875"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1876, + ""alias"": ""Done (Player1876)"", + ""name"": ""Player1876"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1877, + ""alias"": ""MarlOOT (Player1877)"", + ""name"": ""Player1877"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1878, + ""alias"": ""Player1878"", + ""name"": ""Player1878"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1879, + ""alias"": ""PastelShark_HK2 (Player1879)"", + ""name"": ""Player1879"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1880, + ""alias"": ""ShiroTimespinner (Player1880)"", + ""name"": ""Player1880"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1881, + ""alias"": ""akuheish (Player1881)"", + ""name"": ""Player1881"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1882, + ""alias"": ""Player1882"", + ""name"": ""Player1882"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1883, + ""alias"": ""TeananFactorio (Player1883)"", + ""name"": ""Player1883"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1884, + ""alias"": ""REXENSQUARED (Player1884)"", + ""name"": ""Player1884"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1885, + ""alias"": ""DONE (Player1885)"", + ""name"": ""Player1885"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1886, + ""alias"": ""Done (Player1886)"", + ""name"": ""Player1886"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1887, + ""alias"": ""IceageOOT (Player1887)"", + ""name"": ""Player1887"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1888, + ""alias"": ""jf-stardew (Player1888)"", + ""name"": ""Player1888"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1889, + ""alias"": ""Ragestalker (Player1889)"", + ""name"": ""Player1889"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1890, + ""alias"": ""VerrOot1890 (Player1890)"", + ""name"": ""Player1890"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1891, + ""alias"": ""Daphoa (Player1891)"", + ""name"": ""Player1891"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1892, + ""alias"": ""Player1892"", + ""name"": ""Player1892"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1893, + ""alias"": ""Done (Player1893)"", + ""name"": ""Player1893"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1894, + ""alias"": ""NikkiQuest (Player1894)"", + ""name"": ""Player1894"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1895, + ""alias"": ""FleaIsAwake(Done (Player1895)"", + ""name"": ""Player1895"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1896, + ""alias"": ""WebberSM64 (Player1896)"", + ""name"": ""Player1896"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1897, + ""alias"": ""Mrks (Player1897)"", + ""name"": ""Player1897"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1898, + ""alias"": ""Done (Player1898)"", + ""name"": ""Player1898"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1899, + ""alias"": ""done (Player1899)"", + ""name"": ""Player1899"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1900, + ""alias"": ""CardboardDecoy (Player1900)"", + ""name"": ""Player1900"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1901, + ""alias"": ""Done (Player1901)"", + ""name"": ""Player1901"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1902, + ""alias"": ""Done (Player1902)"", + ""name"": ""Player1902"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1903, + ""alias"": ""Done (Player1903)"", + ""name"": ""Player1903"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1904, + ""alias"": ""PanKnight3 (Player1904)"", + ""name"": ""Player1904"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1905, + ""alias"": ""Player1905"", + ""name"": ""Player1905"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1906, + ""alias"": ""Player1906"", + ""name"": ""Player1906"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1907, + ""alias"": ""done (Player1907)"", + ""name"": ""Player1907"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1908, + ""alias"": ""Ahhnanas (Player1908)"", + ""name"": ""Player1908"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1909, + ""alias"": ""Player1909"", + ""name"": ""Player1909"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1910, + ""alias"": ""Done (Player1910)"", + ""name"": ""Player1910"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1911, + ""alias"": ""Ahhnanas (Player1911)"", + ""name"": ""Player1911"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1912, + ""alias"": ""Snoman_Kirb (Player1912)"", + ""name"": ""Player1912"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1913, + ""alias"": ""Piapiou (Player1913)"", + ""name"": ""Player1913"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1914, + ""alias"": ""Done (Player1914)"", + ""name"": ""Player1914"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1915, + ""alias"": ""Done (Player1915)"", + ""name"": ""Player1915"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1916, + ""alias"": ""BlastSlimey (Player1916)"", + ""name"": ""Player1916"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1917, + ""alias"": ""VerrROR1917 (Player1917)"", + ""name"": ""Player1917"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1918, + ""alias"": ""Bosstale2 (Player1918)"", + ""name"": ""Player1918"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1919, + ""alias"": ""Bulborbish_6DONE (Player1919)"", + ""name"": ""Player1919"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1920, + ""alias"": ""MidoriCooks3 (Player1920)"", + ""name"": ""Player1920"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1921, + ""alias"": ""Player1921"", + ""name"": ""Player1921"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1922, + ""alias"": ""BlastSlimey (Player1922)"", + ""name"": ""Player1922"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1923, + ""alias"": ""Player1923"", + ""name"": ""Player1923"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1924, + ""alias"": ""CleaSV (Player1924)"", + ""name"": ""Player1924"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1925, + ""alias"": ""OnlyNate2-Yosh (Player1925)"", + ""name"": ""Player1925"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1926, + ""alias"": ""DatapodHylics2nd (Player1926)"", + ""name"": ""Player1926"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1927, + ""alias"": ""Relissa (Player1927)"", + ""name"": ""Player1927"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1928, + ""alias"": ""xelpoke (Player1928)"", + ""name"": ""Player1928"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1929, + ""alias"": ""Done (Player1929)"", + ""name"": ""Player1929"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1930, + ""alias"": ""REXENSQUARED (Player1930)"", + ""name"": ""Player1930"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1931, + ""alias"": ""RekuuRL2 (Player1931)"", + ""name"": ""Player1931"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1932, + ""alias"": ""Done (palex00) (Player1932)"", + ""name"": ""Player1932"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1933, + ""alias"": ""Lojtana (Player1933)"", + ""name"": ""Player1933"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1934, + ""alias"": ""MidoriCooks2 (Player1934)"", + ""name"": ""Player1934"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1935, + ""alias"": ""Player1935"", + ""name"": ""Player1935"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1936, + ""alias"": ""Player1936"", + ""name"": ""Player1936"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1937, + ""alias"": ""Donkyhotay (Player1937)"", + ""name"": ""Player1937"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1938, + ""alias"": ""KenderSA2B (Player1938)"", + ""name"": ""Player1938"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1939, + ""alias"": ""Player1939"", + ""name"": ""Player1939"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1940, + ""alias"": ""skipperki1 (Player1940)"", + ""name"": ""Player1940"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1941, + ""alias"": ""NabecoatLADX (Player1941)"", + ""name"": ""Player1941"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1942, + ""alias"": ""OnlyNate2Sonic-1 (Player1942)"", + ""name"": ""Player1942"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1943, + ""alias"": ""Joat D2 (Player1943)"", + ""name"": ""Player1943"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1944, + ""alias"": ""Ahhnanas (Player1944)"", + ""name"": ""Player1944"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1945, + ""alias"": ""KenderLTTP (Player1945)"", + ""name"": ""Player1945"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1946, + ""alias"": ""StormfuryRogue (Player1946)"", + ""name"": ""Player1946"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1947, + ""alias"": ""done (Player1947)"", + ""name"": ""Player1947"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1948, + ""alias"": ""maecena (Player1948)"", + ""name"": ""Player1948"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1949, + ""alias"": ""Stormfury_TS (Player1949)"", + ""name"": ""Player1949"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1950, + ""alias"": ""Invi (Player1950)"", + ""name"": ""Player1950"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1951, + ""alias"": ""Done (Player1951)"", + ""name"": ""Player1951"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1952, + ""alias"": ""LuigiespoMC (Player1952)"", + ""name"": ""Player1952"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1953, + ""alias"": ""WhiteShaduwNL_5 (Player1953)"", + ""name"": ""Player1953"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1954, + ""alias"": ""SkatzmanALTTP4 (Player1954)"", + ""name"": ""Player1954"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1955, + ""alias"": ""DONE (Player1955)"", + ""name"": ""Player1955"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1956, + ""alias"": ""Done (Player1956)"", + ""name"": ""Player1956"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1957, + ""alias"": ""Player1957"", + ""name"": ""Player1957"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1958, + ""alias"": ""Remag_UT3 (Player1958)"", + ""name"": ""Player1958"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1959, + ""alias"": ""Player1959"", + ""name"": ""Player1959"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1960, + ""alias"": ""ErkKH2 (Player1960)"", + ""name"": ""Player1960"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1961, + ""alias"": ""Eds-SC2 (Player1961)"", + ""name"": ""Player1961"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1962, + ""alias"": ""lumineon (Player1962)"", + ""name"": ""Player1962"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1963, + ""alias"": ""ValerieVG_RL (Player1963)"", + ""name"": ""Player1963"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1964, + ""alias"": ""Done (Player1964)"", + ""name"": ""Player1964"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1965, + ""alias"": ""Done (Player1965)"", + ""name"": ""Player1965"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1966, + ""alias"": ""Arashi-Hearts (Player1966)"", + ""name"": ""Player1966"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1967, + ""alias"": ""AbbisTS2 (Player1967)"", + ""name"": ""Player1967"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1968, + ""alias"": ""Joat DLC (Player1968)"", + ""name"": ""Player1968"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1969, + ""alias"": ""SerpentSMW (Player1969)"", + ""name"": ""Player1969"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1970, + ""alias"": ""Magnemania (Player1970)"", + ""name"": ""Player1970"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1971, + ""alias"": ""done (Player1971)"", + ""name"": ""Player1971"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1972, + ""alias"": ""DarkOwlMessenger (Player1972)"", + ""name"": ""Player1972"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1973, + ""alias"": ""Hyruler (Player1973)"", + ""name"": ""Player1973"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1974, + ""alias"": ""Player1974"", + ""name"": ""Player1974"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1975, + ""alias"": ""DarkOwlStardew (Player1975)"", + ""name"": ""Player1975"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1976, + ""alias"": ""Player1976"", + ""name"": ""Player1976"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1977, + ""alias"": ""TheRobAwesomeTer (Player1977)"", + ""name"": ""Player1977"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1978, + ""alias"": ""SmithymanMC (Player1978)"", + ""name"": ""Player1978"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1979, + ""alias"": ""Done (Player1979)"", + ""name"": ""Player1979"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1980, + ""alias"": ""Done (Player1980)"", + ""name"": ""Player1980"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1981, + ""alias"": ""Remag_UT4 (Player1981)"", + ""name"": ""Player1981"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1982, + ""alias"": ""purin (Player1982)"", + ""name"": ""Player1982"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1983, + ""alias"": ""done (Player1983)"", + ""name"": ""Player1983"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1984, + ""alias"": ""Draex (T4 Forme) (Player1984)"", + ""name"": ""Player1984"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1985, + ""alias"": ""Playerchizsteak (Player1985)"", + ""name"": ""Player1985"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1986, + ""alias"": ""TaranthDoom2DONE (Player1986)"", + ""name"": ""Player1986"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1987, + ""alias"": ""Player1987"", + ""name"": ""Player1987"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1988, + ""alias"": ""River (Player1988)"", + ""name"": ""Player1988"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1989, + ""alias"": ""NikkiBump (Player1989)"", + ""name"": ""Player1989"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1990, + ""alias"": ""HollySM64 (Player1990)"", + ""name"": ""Player1990"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1991, + ""alias"": ""REXENSQUARED (Player1991)"", + ""name"": ""Player1991"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1992, + ""alias"": ""healape (Player1992)"", + ""name"": ""Player1992"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1993, + ""alias"": ""MidoriCooks (Player1993)"", + ""name"": ""Player1993"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1994, + ""alias"": ""done (Player1994)"", + ""name"": ""Player1994"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1995, + ""alias"": ""JarJarThinksSC2 (Player1995)"", + ""name"": ""Player1995"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1996, + ""alias"": ""Player1996"", + ""name"": ""Player1996"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1997, + ""alias"": ""WebberSMW (Player1997)"", + ""name"": ""Player1997"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1998, + ""alias"": ""Done (Player1998)"", + ""name"": ""Player1998"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 1999, + ""alias"": ""DamahRain (Player1999)"", + ""name"": ""Player1999"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2000, + ""alias"": ""DONE (Player2000)"", + ""name"": ""Player2000"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2001, + ""alias"": ""QuantumTurtle (Player2001)"", + ""name"": ""Player2001"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2002, + ""alias"": ""RiskyQuantumTurt (Player2002)"", + ""name"": ""Player2002"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2003, + ""alias"": ""ErkSM (Player2003)"", + ""name"": ""Player2003"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2004, + ""alias"": ""Oxiness (Player2004)"", + ""name"": ""Player2004"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2005, + ""alias"": ""VenumiHearts (Player2005)"", + ""name"": ""Player2005"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2006, + ""alias"": ""done (Player2006)"", + ""name"": ""Player2006"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2007, + ""alias"": ""Draex (O Forme) (Player2007)"", + ""name"": ""Player2007"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2008, + ""alias"": ""CleaLufia (Player2008)"", + ""name"": ""Player2008"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2009, + ""alias"": ""CD272 (Player2009)"", + ""name"": ""Player2009"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2010, + ""alias"": ""PentaGoomse (Player2010)"", + ""name"": ""Player2010"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2011, + ""alias"": ""cpuff1989 (Player2011)"", + ""name"": ""Player2011"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2012, + ""alias"": ""CardboardDecoy (Player2012)"", + ""name"": ""Player2012"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2013, + ""alias"": ""ScipioNoita (Player2013)"", + ""name"": ""Player2013"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2014, + ""alias"": ""SkatzmanSMZ3 (Player2014)"", + ""name"": ""Player2014"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2015, + ""alias"": ""KinrahDoneH1 (Player2015)"", + ""name"": ""Player2015"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2016, + ""alias"": ""Glenstorm-sc2 (Player2016)"", + ""name"": ""Player2016"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2017, + ""alias"": ""Done (Player2017)"", + ""name"": ""Player2017"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2018, + ""alias"": ""done (Player2018)"", + ""name"": ""Player2018"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2019, + ""alias"": ""GalladeSM64-3 (Player2019)"", + ""name"": ""Player2019"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2020, + ""alias"": ""FigmentDoom (Player2020)"", + ""name"": ""Player2020"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2021, + ""alias"": ""BroneySMW (Player2021)"", + ""name"": ""Player2021"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2022, + ""alias"": ""QuartzCraft (Player2022)"", + ""name"": ""Player2022"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2023, + ""alias"": ""Pyrovx (Player2023)"", + ""name"": ""Player2023"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2024, + ""alias"": ""done (Player2024)"", + ""name"": ""Player2024"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2025, + ""alias"": ""purin (Player2025)"", + ""name"": ""Player2025"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2026, + ""alias"": ""Done (Player2026)"", + ""name"": ""Player2026"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2027, + ""alias"": ""Player2027"", + ""name"": ""Player2027"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2028, + ""alias"": ""Hyruler (Player2028)"", + ""name"": ""Player2028"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2029, + ""alias"": ""Invi (Player2029)"", + ""name"": ""Player2029"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2030, + ""alias"": ""Newsupermarcobro (Player2030)"", + ""name"": ""Player2030"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2031, + ""alias"": ""Donkyhotay (Player2031)"", + ""name"": ""Player2031"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2032, + ""alias"": ""akuheish (Player2032)"", + ""name"": ""Player2032"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2033, + ""alias"": ""done (Player2033)"", + ""name"": ""Player2033"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2034, + ""alias"": ""Kilraeus (Player2034)"", + ""name"": ""Player2034"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2035, + ""alias"": ""Hyruler (Player2035)"", + ""name"": ""Player2035"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2036, + ""alias"": ""done (Player2036)"", + ""name"": ""Player2036"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2037, + ""alias"": ""Alexo_OOT2 (Player2037)"", + ""name"": ""Player2037"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2038, + ""alias"": ""Chia (Player2038)"", + ""name"": ""Player2038"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2039, + ""alias"": ""Done (Player2039)"", + ""name"": ""Player2039"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2040, + ""alias"": ""River (Player2040)"", + ""name"": ""Player2040"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2041, + ""alias"": ""done (Player2041)"", + ""name"": ""Player2041"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2042, + ""alias"": ""Newsupermarcobro (Player2042)"", + ""name"": ""Player2042"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2043, + ""alias"": ""Done (Player2043)"", + ""name"": ""Player2043"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2044, + ""alias"": ""Gelly (Player2044)"", + ""name"": ""Player2044"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2045, + ""alias"": ""Rageknight (Player2045)"", + ""name"": ""Player2045"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2046, + ""alias"": ""verrarria (Player2046)"", + ""name"": ""Player2046"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2047, + ""alias"": ""Blasphilly (Player2047)"", + ""name"": ""Player2047"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2048, + ""alias"": ""Done (Player2048)"", + ""name"": ""Player2048"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2049, + ""alias"": ""Player2049"", + ""name"": ""Player2049"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2050, + ""alias"": ""lozplyr89_Doom (Player2050)"", + ""name"": ""Player2050"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2051, + ""alias"": ""Player2051"", + ""name"": ""Player2051"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2052, + ""alias"": ""Exenteth (Player2052)"", + ""name"": ""Player2052"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2053, + ""alias"": ""Chozoaria (Player2053)"", + ""name"": ""Player2053"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2054, + ""alias"": ""Raddipple (Player2054)"", + ""name"": ""Player2054"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2055, + ""alias"": ""PanEmerald (Player2055)"", + ""name"": ""Player2055"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2056, + ""alias"": ""KnightsEdge7 (Player2056)"", + ""name"": ""Player2056"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2057, + ""alias"": ""Done (Player2057)"", + ""name"": ""Player2057"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2058, + ""alias"": ""DONE (Player2058)"", + ""name"": ""Player2058"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2059, + ""alias"": ""KinrahDoneH2 (Player2059)"", + ""name"": ""Player2059"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2060, + ""alias"": ""Invictus (Player2060)"", + ""name"": ""Player2060"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2061, + ""alias"": ""KnightsEdge7 (Player2061)"", + ""name"": ""Player2061"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2062, + ""alias"": ""DONE (Player2062)"", + ""name"": ""Player2062"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2063, + ""alias"": ""thelegendaryorb2 (Player2063)"", + ""name"": ""Player2063"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2064, + ""alias"": ""ExentethSM (Player2064)"", + ""name"": ""Player2064"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2065, + ""alias"": ""Remag_UT5 (Player2065)"", + ""name"": ""Player2065"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2066, + ""alias"": ""MuseArty (Player2066)"", + ""name"": ""Player2066"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2067, + ""alias"": ""CairnEmerald (Player2067)"", + ""name"": ""Player2067"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2068, + ""alias"": ""TaranthPMRBDONE (Player2068)"", + ""name"": ""Player2068"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2069, + ""alias"": ""sansskill (Player2069)"", + ""name"": ""Player2069"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2070, + ""alias"": ""thelegendaryorb1 (Player2070)"", + ""name"": ""Player2070"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2071, + ""alias"": ""CVTaurusBL (Player2071)"", + ""name"": ""Player2071"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2072, + ""alias"": ""ScootyDoom (Player2072)"", + ""name"": ""Player2072"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2073, + ""alias"": ""Remag_UT6 (Player2073)"", + ""name"": ""Player2073"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2074, + ""alias"": ""CleaHike (Player2074)"", + ""name"": ""Player2074"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2075, + ""alias"": ""Noise-SM (Player2075)"", + ""name"": ""Player2075"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2076, + ""alias"": ""DONE (Player2076)"", + ""name"": ""Player2076"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2077, + ""alias"": ""DONE jf-rain (Player2077)"", + ""name"": ""Player2077"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2078, + ""alias"": ""done (Player2078)"", + ""name"": ""Player2078"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2079, + ""alias"": ""Player2079"", + ""name"": ""Player2079"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2080, + ""alias"": ""DriaboEmerald (Player2080)"", + ""name"": ""Player2080"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2081, + ""alias"": ""emerlausSC2 (Player2081)"", + ""name"": ""Player2081"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2082, + ""alias"": ""LEGEND OF FIZL (Player2082)"", + ""name"": ""Player2082"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2083, + ""alias"": ""orchidscion (Player2083)"", + ""name"": ""Player2083"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2084, + ""alias"": ""SDS_LttP (Player2084)"", + ""name"": ""Player2084"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2085, + ""alias"": ""omner (Player2085)"", + ""name"": ""Player2085"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2086, + ""alias"": ""Player2086"", + ""name"": ""Player2086"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2087, + ""alias"": ""Player2087"", + ""name"": ""Player2087"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2088, + ""alias"": ""XtruhTerraria (Player2088)"", + ""name"": ""Player2088"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2089, + ""alias"": ""Shadow_HK (Player2089)"", + ""name"": ""Player2089"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2090, + ""alias"": ""Severin_C64 (Player2090)"", + ""name"": ""Player2090"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2091, + ""alias"": ""CD272 (Player2091)"", + ""name"": ""Player2091"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2092, + ""alias"": ""Done (Player2092)"", + ""name"": ""Player2092"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2093, + ""alias"": ""SpearmintEmerald (Player2093)"", + ""name"": ""Player2093"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2094, + ""alias"": ""Daphoa (Player2094)"", + ""name"": ""Player2094"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2095, + ""alias"": ""EricMuse (Player2095)"", + ""name"": ""Player2095"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2096, + ""alias"": ""Raka2SA2B (Player2096)"", + ""name"": ""Player2096"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2097, + ""alias"": ""OxiDoom2 (Player2097)"", + ""name"": ""Player2097"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2098, + ""alias"": ""Done (Player2098)"", + ""name"": ""Player2098"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2099, + ""alias"": ""Done (Player2099)"", + ""name"": ""Player2099"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2100, + ""alias"": ""Player2100"", + ""name"": ""Player2100"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2101, + ""alias"": ""Player2101"", + ""name"": ""Player2101"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2102, + ""alias"": ""Dante (Player2102)"", + ""name"": ""Player2102"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2103, + ""alias"": ""done (Player2103)"", + ""name"": ""Player2103"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2104, + ""alias"": ""ValerieVG_SA2B2 (Player2104)"", + ""name"": ""Player2104"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2105, + ""alias"": ""Hexadigital (Player2105)"", + ""name"": ""Player2105"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2106, + ""alias"": ""CleaLandstalker (Player2106)"", + ""name"": ""Player2106"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2107, + ""alias"": ""Player2107"", + ""name"": ""Player2107"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2108, + ""alias"": ""Done (Player2108)"", + ""name"": ""Player2108"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2109, + ""alias"": ""Newsupermarcobro (Player2109)"", + ""name"": ""Player2109"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2110, + ""alias"": ""Vynthalis (Player2110)"", + ""name"": ""Player2110"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2111, + ""alias"": ""EricTunic (Player2111)"", + ""name"": ""Player2111"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2112, + ""alias"": ""Loki_UT (Player2112)"", + ""name"": ""Player2112"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2113, + ""alias"": ""WebberSM (Player2113)"", + ""name"": ""Player2113"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2114, + ""alias"": ""Blehyr (Player2114)"", + ""name"": ""Player2114"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2115, + ""alias"": ""Player2115"", + ""name"": ""Player2115"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2116, + ""alias"": ""EricDOOM (Player2116)"", + ""name"": ""Player2116"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2117, + ""alias"": ""Done (Player2117)"", + ""name"": ""Player2117"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2118, + ""alias"": ""Omner's Last Tun (Player2118)"", + ""name"": ""Player2118"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2119, + ""alias"": ""ValerieVG_LADX2 (Player2119)"", + ""name"": ""Player2119"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2120, + ""alias"": ""Done (Player2120)"", + ""name"": ""Player2120"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2121, + ""alias"": ""EricTS (Player2121)"", + ""name"": ""Player2121"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2122, + ""alias"": ""SerpentALTTP (Player2122)"", + ""name"": ""Player2122"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2123, + ""alias"": ""NikkiValley (Player2123)"", + ""name"": ""Player2123"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2124, + ""alias"": ""Blehyr (Player2124)"", + ""name"": ""Player2124"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2125, + ""alias"": ""Done (Player2125)"", + ""name"": ""Player2125"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2126, + ""alias"": ""DemorckTunic (Player2126)"", + ""name"": ""Player2126"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2127, + ""alias"": ""WebberSM642 (Player2127)"", + ""name"": ""Player2127"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2128, + ""alias"": ""Player2128"", + ""name"": ""Player2128"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2129, + ""alias"": ""DemorckMC (Player2129)"", + ""name"": ""Player2129"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2130, + ""alias"": ""RoughMyth (Player2130)"", + ""name"": ""Player2130"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2131, + ""alias"": ""RoughMyth (Player2131)"", + ""name"": ""Player2131"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2132, + ""alias"": ""bren.exe (Player2132)"", + ""name"": ""Player2132"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2133, + ""alias"": ""Done (Player2133)"", + ""name"": ""Player2133"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2134, + ""alias"": ""Godzukini (Player2134)"", + ""name"": ""Player2134"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2135, + ""alias"": ""REXENSQUARED (Player2135)"", + ""name"": ""Player2135"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2136, + ""alias"": ""Sockomation (Player2136)"", + ""name"": ""Player2136"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2137, + ""alias"": ""SDS_OoT (Player2137)"", + ""name"": ""Player2137"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2138, + ""alias"": ""purin (Player2138)"", + ""name"": ""Player2138"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2139, + ""alias"": ""RegiWarg2 (Player2139)"", + ""name"": ""Player2139"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2140, + ""alias"": ""DONE (Player2140)"", + ""name"": ""Player2140"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2141, + ""alias"": ""Done (Player2141)"", + ""name"": ""Player2141"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2142, + ""alias"": ""done (Player2142)"", + ""name"": ""Player2142"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2143, + ""alias"": ""RegoofEmerald (Player2143)"", + ""name"": ""Player2143"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2144, + ""alias"": ""DONE (Player2144)"", + ""name"": ""Player2144"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2145, + ""alias"": ""Hyruler (Player2145)"", + ""name"": ""Player2145"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2146, + ""alias"": ""Done (Player2146)"", + ""name"": ""Player2146"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2147, + ""alias"": ""CleaYoshi (Player2147)"", + ""name"": ""Player2147"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2148, + ""alias"": ""Done (Player2148)"", + ""name"": ""Player2148"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2149, + ""alias"": ""GoblinpopeKirby (Player2149)"", + ""name"": ""Player2149"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2150, + ""alias"": ""Hexadigital (Player2150)"", + ""name"": ""Player2150"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2151, + ""alias"": ""MackCraft (Player2151)"", + ""name"": ""Player2151"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2152, + ""alias"": ""Done (Player2152)"", + ""name"": ""Player2152"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2153, + ""alias"": ""QuartzUT2 (Player2153)"", + ""name"": ""Player2153"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2154, + ""alias"": ""OxiDoom (Player2154)"", + ""name"": ""Player2154"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2155, + ""alias"": ""Done (Player2155)"", + ""name"": ""Player2155"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2156, + ""alias"": ""Done (Player2156)"", + ""name"": ""Player2156"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2157, + ""alias"": ""KinrahDoneT2 (Player2157)"", + ""name"": ""Player2157"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2158, + ""alias"": ""JacobIsCold (Player2158)"", + ""name"": ""Player2158"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2159, + ""alias"": ""AbbisMinecraft (Player2159)"", + ""name"": ""Player2159"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2160, + ""alias"": ""Done (Player2160)"", + ""name"": ""Player2160"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2161, + ""alias"": ""KnightsEdge7 (Player2161)"", + ""name"": ""Player2161"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2162, + ""alias"": ""GaldanSC2 (Player2162)"", + ""name"": ""Player2162"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2163, + ""alias"": ""RekuuLTTP4 (Player2163)"", + ""name"": ""Player2163"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2164, + ""alias"": ""Hexadigital (Player2164)"", + ""name"": ""Player2164"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2165, + ""alias"": ""Done (Player2165)"", + ""name"": ""Player2165"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2166, + ""alias"": ""Latiass (Player2166)"", + ""name"": ""Player2166"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2167, + ""alias"": ""FigmentToss (Player2167)"", + ""name"": ""Player2167"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2168, + ""alias"": ""DONE (Player2168)"", + ""name"": ""Player2168"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2169, + ""alias"": ""DONE (Player2169)"", + ""name"": ""Player2169"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2170, + ""alias"": ""Kigalas (Player2170)"", + ""name"": ""Player2170"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2171, + ""alias"": ""Player2171"", + ""name"": ""Player2171"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2172, + ""alias"": ""SkatzmanOoT (Player2172)"", + ""name"": ""Player2172"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2173, + ""alias"": ""OxiAwakening (Player2173)"", + ""name"": ""Player2173"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2174, + ""alias"": ""Cernunos (Player2174)"", + ""name"": ""Player2174"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2175, + ""alias"": ""ZyrconiumBS (Player2175)"", + ""name"": ""Player2175"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2176, + ""alias"": ""rahel3202 (Player2176)"", + ""name"": ""Player2176"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2177, + ""alias"": ""Alrik117TM (Player2177)"", + ""name"": ""Player2177"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2178, + ""alias"": ""EricDoom2 (Player2178)"", + ""name"": ""Player2178"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2179, + ""alias"": ""sansskill (Player2179)"", + ""name"": ""Player2179"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2180, + ""alias"": ""available (Player2180)"", + ""name"": ""Player2180"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2181, + ""alias"": ""Player2181"", + ""name"": ""Player2181"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2182, + ""alias"": ""QuartzRL (Player2182)"", + ""name"": ""Player2182"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2183, + ""alias"": ""Tryrex67Red (Player2183)"", + ""name"": ""Player2183"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2184, + ""alias"": ""Seria64 (Player2184)"", + ""name"": ""Player2184"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2185, + ""alias"": ""OxiSouls (Player2185)"", + ""name"": ""Player2185"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2186, + ""alias"": ""Donkyhotay (Player2186)"", + ""name"": ""Player2186"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2187, + ""alias"": ""DONE (Player2187)"", + ""name"": ""Player2187"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2188, + ""alias"": ""DONE (Player2188)"", + ""name"": ""Player2188"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2189, + ""alias"": ""ValerieVG_SA2B3 (Player2189)"", + ""name"": ""Player2189"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2190, + ""alias"": ""FlutterSMZ3 (Player2190)"", + ""name"": ""Player2190"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2191, + ""alias"": ""FlutterSA3(Done) (Player2191)"", + ""name"": ""Player2191"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2192, + ""alias"": ""CardboardDecoy (Player2192)"", + ""name"": ""Player2192"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2193, + ""alias"": ""HylUmOOT (Player2193)"", + ""name"": ""Player2193"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2194, + ""alias"": ""Widowmaker-61 (Player2194)"", + ""name"": ""Player2194"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2195, + ""alias"": ""ConnorHK1 (Player2195)"", + ""name"": ""Player2195"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2196, + ""alias"": ""bowsylina (Player2196)"", + ""name"": ""Player2196"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2197, + ""alias"": ""BlastSlimey (Player2197)"", + ""name"": ""Player2197"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2198, + ""alias"": ""TwistedSA2(2) (Player2198)"", + ""name"": ""Player2198"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2199, + ""alias"": ""Player2199"", + ""name"": ""Player2199"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2200, + ""alias"": ""Player2200"", + ""name"": ""Player2200"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2201, + ""alias"": ""RekuuLTTP3 (Player2201)"", + ""name"": ""Player2201"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2202, + ""alias"": ""SamanthaJo86 (Player2202)"", + ""name"": ""Player2202"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2203, + ""alias"": ""HylianUM64 (Player2203)"", + ""name"": ""Player2203"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2204, + ""alias"": ""EeveeSMZ3 (Player2204)"", + ""name"": ""Player2204"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2205, + ""alias"": ""loganwt (Player2205)"", + ""name"": ""Player2205"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2206, + ""alias"": ""done (Player2206)"", + ""name"": ""Player2206"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2207, + ""alias"": ""DONE (Player2207)"", + ""name"": ""Player2207"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2208, + ""alias"": ""done (Player2208)"", + ""name"": ""Player2208"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2209, + ""alias"": ""Done (Player2209)"", + ""name"": ""Player2209"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2210, + ""alias"": ""DemorckHK2 (Player2210)"", + ""name"": ""Player2210"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2211, + ""alias"": ""Cait is Done (Player2211)"", + ""name"": ""Player2211"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2212, + ""alias"": ""Hyruler (Player2212)"", + ""name"": ""Player2212"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2213, + ""alias"": ""rosefae_TS (Player2213)"", + ""name"": ""Player2213"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2214, + ""alias"": ""done (Player2214)"", + ""name"": ""Player2214"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2215, + ""alias"": ""Donkyhotay (Player2215)"", + ""name"": ""Player2215"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2216, + ""alias"": ""Done (Player2216)"", + ""name"": ""Player2216"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2217, + ""alias"": ""OxiSMZ3 (Player2217)"", + ""name"": ""Player2217"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2218, + ""alias"": ""Done (Player2218)"", + ""name"": ""Player2218"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2219, + ""alias"": ""IsitChrisRogueLe (Player2219)"", + ""name"": ""Player2219"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2220, + ""alias"": ""Held_der_Keyblad (Player2220)"", + ""name"": ""Player2220"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2221, + ""alias"": ""RakaSanic (Player2221)"", + ""name"": ""Player2221"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2222, + ""alias"": ""Mauwhir_OoT_TriH (Player2222)"", + ""name"": ""Player2222"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2223, + ""alias"": ""done (Player2223)"", + ""name"": ""Player2223"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2224, + ""alias"": ""Player2224"", + ""name"": ""Player2224"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2225, + ""alias"": ""DONE (Player2225)"", + ""name"": ""Player2225"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2226, + ""alias"": ""Tidulimar-HK3 (Player2226)"", + ""name"": ""Player2226"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2227, + ""alias"": ""ZoggothEmerald (Player2227)"", + ""name"": ""Player2227"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2228, + ""alias"": ""KenderKDL3 (Player2228)"", + ""name"": ""Player2228"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2229, + ""alias"": ""Done (Player2229)"", + ""name"": ""Player2229"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2230, + ""alias"": ""DONE (Player2230)"", + ""name"": ""Player2230"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2231, + ""alias"": ""Done (Player2231)"", + ""name"": ""Player2231"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2232, + ""alias"": ""Done (Player2232)"", + ""name"": ""Player2232"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2233, + ""alias"": ""Invi (Player2233)"", + ""name"": ""Player2233"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2234, + ""alias"": ""skipperki1 (Player2234)"", + ""name"": ""Player2234"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2235, + ""alias"": ""Hexadigital (Player2235)"", + ""name"": ""Player2235"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2236, + ""alias"": ""MinerSebas (Player2236)"", + ""name"": ""Player2236"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2237, + ""alias"": ""ArknonTerraria (Player2237)"", + ""name"": ""Player2237"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2238, + ""alias"": ""sadaustOOT (Player2238)"", + ""name"": ""Player2238"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2239, + ""alias"": ""sadaustKH2 (Player2239)"", + ""name"": ""Player2239"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2240, + ""alias"": ""KinrahDoneL2 (Player2240)"", + ""name"": ""Player2240"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2241, + ""alias"": ""XtruhMC (Player2241)"", + ""name"": ""Player2241"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2242, + ""alias"": ""Canor_LS2 (Player2242)"", + ""name"": ""Player2242"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2243, + ""alias"": ""DONE (Player2243)"", + ""name"": ""Player2243"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2244, + ""alias"": ""KinrahDoom2 (Player2244)"", + ""name"": ""Player2244"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2245, + ""alias"": ""SmaManDOOM (Player2245)"", + ""name"": ""Player2245"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2246, + ""alias"": ""Done (Player2246)"", + ""name"": ""Player2246"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2247, + ""alias"": ""PixievoltNo1 (Player2247)"", + ""name"": ""Player2247"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2248, + ""alias"": ""xelsc22 (Player2248)"", + ""name"": ""Player2248"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2249, + ""alias"": ""CleaKirby (Player2249)"", + ""name"": ""Player2249"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2250, + ""alias"": ""Blehyr (Player2250)"", + ""name"": ""Player2250"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2251, + ""alias"": ""Legs_Poke (Player2251)"", + ""name"": ""Player2251"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2252, + ""alias"": ""CleaCastlevania (Player2252)"", + ""name"": ""Player2252"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2253, + ""alias"": ""Player2253"", + ""name"": ""Player2253"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2254, + ""alias"": ""Mario100 (Player2254)"", + ""name"": ""Player2254"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2255, + ""alias"": ""Done (Player2255)"", + ""name"": ""Player2255"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2256, + ""alias"": ""Done (Player2256)"", + ""name"": ""Player2256"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2257, + ""alias"": ""FleaTheFarmer (Player2257)"", + ""name"": ""Player2257"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2258, + ""alias"": ""FlutterEmer (Player2258)"", + ""name"": ""Player2258"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2259, + ""alias"": ""KinrahDoom3 (Player2259)"", + ""name"": ""Player2259"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2260, + ""alias"": ""Cait is Done (Player2260)"", + ""name"": ""Player2260"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2261, + ""alias"": ""Done (Player2261)"", + ""name"": ""Player2261"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2262, + ""alias"": ""Player2262"", + ""name"": ""Player2262"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2263, + ""alias"": ""Done (Player2263)"", + ""name"": ""Player2263"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2264, + ""alias"": ""Done (Player2264)"", + ""name"": ""Player2264"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2265, + ""alias"": ""whitelightnings (Player2265)"", + ""name"": ""Player2265"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2266, + ""alias"": ""Cait is Done (Player2266)"", + ""name"": ""Player2266"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2267, + ""alias"": ""Mrks (Player2267)"", + ""name"": ""Player2267"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2268, + ""alias"": ""DatbooSM1 (Player2268)"", + ""name"": ""Player2268"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2269, + ""alias"": ""Canor_LS3 (Player2269)"", + ""name"": ""Player2269"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2270, + ""alias"": ""Hexadigital (Player2270)"", + ""name"": ""Player2270"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2271, + ""alias"": ""Kippi-KH2 (Player2271)"", + ""name"": ""Player2271"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2272, + ""alias"": ""Rekuu64 (Player2272)"", + ""name"": ""Player2272"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2273, + ""alias"": ""DatbooSM2 (Player2273)"", + ""name"": ""Player2273"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2274, + ""alias"": ""Done (Player2274)"", + ""name"": ""Player2274"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2275, + ""alias"": ""DONE-PBStribbs-D (Player2275)"", + ""name"": ""Player2275"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2276, + ""alias"": ""CleaDoom (Player2276)"", + ""name"": ""Player2276"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2277, + ""alias"": ""Poring (Player2277)"", + ""name"": ""Player2277"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2278, + ""alias"": ""TaranthPMEDONE (Player2278)"", + ""name"": ""Player2278"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2279, + ""alias"": ""Donkyhotay (Player2279)"", + ""name"": ""Player2279"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2280, + ""alias"": ""WhoDoesItBetter (Player2280)"", + ""name"": ""Player2280"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2281, + ""alias"": ""MisterGij (Player2281)"", + ""name"": ""Player2281"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2282, + ""alias"": ""done (Player2282)"", + ""name"": ""Player2282"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2283, + ""alias"": ""Player2283"", + ""name"": ""Player2283"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2284, + ""alias"": ""Ahhnanas (Player2284)"", + ""name"": ""Player2284"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2285, + ""alias"": ""FishydidsHK1 (Player2285)"", + ""name"": ""Player2285"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2286, + ""alias"": ""FishydidsHK2 (Player2286)"", + ""name"": ""Player2286"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2287, + ""alias"": ""PoolLingo (Player2287)"", + ""name"": ""Player2287"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2288, + ""alias"": ""ExentethSMW (Player2288)"", + ""name"": ""Player2288"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2289, + ""alias"": ""Done (Player2289)"", + ""name"": ""Player2289"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2290, + ""alias"": ""HollyHK (Player2290)"", + ""name"": ""Player2290"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2291, + ""alias"": ""emerlausSMW (Player2291)"", + ""name"": ""Player2291"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2292, + ""alias"": ""Chiral (Done) (Player2292)"", + ""name"": ""Player2292"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2293, + ""alias"": ""Dandyman (Player2293)"", + ""name"": ""Player2293"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2294, + ""alias"": ""Done (Player2294)"", + ""name"": ""Player2294"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2295, + ""alias"": ""HollyMuseDash (Player2295)"", + ""name"": ""Player2295"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2296, + ""alias"": ""Done (Player2296)"", + ""name"": ""Player2296"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2297, + ""alias"": ""FlutterSM64(Done (Player2297)"", + ""name"": ""Player2297"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2298, + ""alias"": ""Ladybunne-Terra (Player2298)"", + ""name"": ""Player2298"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2299, + ""alias"": ""done (Player2299)"", + ""name"": ""Player2299"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2300, + ""alias"": ""Player2300"", + ""name"": ""Player2300"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2301, + ""alias"": ""Liquid's VVVVVV (Player2301)"", + ""name"": ""Player2301"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2302, + ""alias"": ""DONE-D1STRIBBS (Player2302)"", + ""name"": ""Player2302"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2303, + ""alias"": ""benderlttp2303 (Player2303)"", + ""name"": ""Player2303"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2304, + ""alias"": ""KenderPKRB (Player2304)"", + ""name"": ""Player2304"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2305, + ""alias"": ""Estii_OoT (Player2305)"", + ""name"": ""Player2305"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2306, + ""alias"": ""Exenteth (Player2306)"", + ""name"": ""Player2306"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2307, + ""alias"": ""done (Player2307)"", + ""name"": ""Player2307"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2308, + ""alias"": ""DatbooSM3 (Player2308)"", + ""name"": ""Player2308"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2309, + ""alias"": ""PonygoodTerra (Player2309)"", + ""name"": ""Player2309"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2310, + ""alias"": ""Done (Player2310)"", + ""name"": ""Player2310"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2311, + ""alias"": ""Aphly-TUNIC (Player2311)"", + ""name"": ""Player2311"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2312, + ""alias"": ""CD272 (Player2312)"", + ""name"": ""Player2312"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2313, + ""alias"": ""Zachbrak (Player2313)"", + ""name"": ""Player2313"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2314, + ""alias"": ""Chia (Player2314)"", + ""name"": ""Player2314"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2315, + ""alias"": ""Player2315"", + ""name"": ""Player2315"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2316, + ""alias"": ""REXENSQUARED (Player2316)"", + ""name"": ""Player2316"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2317, + ""alias"": ""CalLING (Player2317)"", + ""name"": ""Player2317"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2318, + ""alias"": ""Hyruler (Player2318)"", + ""name"": ""Player2318"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2319, + ""alias"": ""Caesius CV64 (Player2319)"", + ""name"": ""Player2319"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2320, + ""alias"": ""Hexadigital (Player2320)"", + ""name"": ""Player2320"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2321, + ""alias"": ""Player2321"", + ""name"": ""Player2321"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2322, + ""alias"": ""martyCraft (Player2322)"", + ""name"": ""Player2322"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2323, + ""alias"": ""Player2323"", + ""name"": ""Player2323"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2324, + ""alias"": ""SpearmintSMZ3 (Player2324)"", + ""name"": ""Player2324"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2325, + ""alias"": ""Player2325"", + ""name"": ""Player2325"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2326, + ""alias"": ""Player2326"", + ""name"": ""Player2326"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2327, + ""alias"": ""Donkyhotay (Player2327)"", + ""name"": ""Player2327"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2328, + ""alias"": ""Hyruler (Player2328)"", + ""name"": ""Player2328"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2329, + ""alias"": ""REXENSQUARED (Player2329)"", + ""name"": ""Player2329"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2330, + ""alias"": ""CleaHylics (Player2330)"", + ""name"": ""Player2330"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2331, + ""alias"": ""Toadette (Player2331)"", + ""name"": ""Player2331"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2332, + ""alias"": ""Stormfury_OoT (Player2332)"", + ""name"": ""Player2332"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2333, + ""alias"": ""ZoggothKH2-2 (Player2333)"", + ""name"": ""Player2333"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2334, + ""alias"": ""Done (Player2334)"", + ""name"": ""Player2334"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2335, + ""alias"": ""RADZ II (Player2335)"", + ""name"": ""Player2335"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2336, + ""alias"": ""Dragorrod (Player2336)"", + ""name"": ""Player2336"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2337, + ""alias"": ""MCat (Player2337)"", + ""name"": ""Player2337"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2338, + ""alias"": ""Player2338"", + ""name"": ""Player2338"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2339, + ""alias"": ""DragusSMZ3 (Player2339)"", + ""name"": ""Player2339"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2340, + ""alias"": ""Done (Player2340)"", + ""name"": ""Player2340"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2341, + ""alias"": ""TaranthSpinDONE (Player2341)"", + ""name"": ""Player2341"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2342, + ""alias"": ""Hyruler (Player2342)"", + ""name"": ""Player2342"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2343, + ""alias"": ""Player2343"", + ""name"": ""Player2343"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2344, + ""alias"": ""Dragorrod (Player2344)"", + ""name"": ""Player2344"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2345, + ""alias"": ""RakaSA2B (Player2345)"", + ""name"": ""Player2345"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2346, + ""alias"": ""magiCraftPub (Player2346)"", + ""name"": ""Player2346"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2347, + ""alias"": ""CleaTimespinner (Player2347)"", + ""name"": ""Player2347"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2348, + ""alias"": ""ArtyFactory (Player2348)"", + ""name"": ""Player2348"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2349, + ""alias"": ""done (Player2349)"", + ""name"": ""Player2349"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2350, + ""alias"": ""sooper_Rogue (Player2350)"", + ""name"": ""Player2350"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2351, + ""alias"": ""Draex (T3 forme) (Player2351)"", + ""name"": ""Player2351"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2352, + ""alias"": ""Kigalas (Player2352)"", + ""name"": ""Player2352"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2353, + ""alias"": ""SkatzmanALTTP3 (Player2353)"", + ""name"": ""Player2353"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2354, + ""alias"": ""Done (Player2354)"", + ""name"": ""Player2354"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2355, + ""alias"": ""Player2355"", + ""name"": ""Player2355"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2356, + ""alias"": ""B24KH2_1 (Player2356)"", + ""name"": ""Player2356"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2357, + ""alias"": ""Scipio2357 (Player2357)"", + ""name"": ""Player2357"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2358, + ""alias"": ""RemiliaDOOM (Player2358)"", + ""name"": ""Player2358"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2359, + ""alias"": ""done (Player2359)"", + ""name"": ""Player2359"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2360, + ""alias"": ""CleaAdventure (Player2360)"", + ""name"": ""Player2360"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2361, + ""alias"": ""ZanoniMD (Player2361)"", + ""name"": ""Player2361"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2362, + ""alias"": ""Done (Player2362)"", + ""name"": ""Player2362"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2363, + ""alias"": ""Done (Player2363)"", + ""name"": ""Player2363"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2364, + ""alias"": ""Hyruler (Player2364)"", + ""name"": ""Player2364"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2365, + ""alias"": ""Capritorne (Player2365)"", + ""name"": ""Player2365"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2366, + ""alias"": ""Player2366"", + ""name"": ""Player2366"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2367, + ""alias"": ""done (Player2367)"", + ""name"": ""Player2367"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2368, + ""alias"": ""DragusOoT (Player2368)"", + ""name"": ""Player2368"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2369, + ""alias"": ""Done (Player2369)"", + ""name"": ""Player2369"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2370, + ""alias"": ""DatbooSM4 (Player2370)"", + ""name"": ""Player2370"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2371, + ""alias"": ""GoblinpopeKH2_2 (Player2371)"", + ""name"": ""Player2371"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2372, + ""alias"": ""Player2372"", + ""name"": ""Player2372"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2373, + ""alias"": ""Done (Player2373)"", + ""name"": ""Player2373"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2374, + ""alias"": ""ExenethDKC3-2 (Player2374)"", + ""name"": ""Player2374"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2375, + ""alias"": ""RakaFaker (Player2375)"", + ""name"": ""Player2375"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2376, + ""alias"": ""done (Player2376)"", + ""name"": ""Player2376"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2377, + ""alias"": ""l100raphs (Player2377)"", + ""name"": ""Player2377"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2378, + ""alias"": ""Newsupermarcobro (Player2378)"", + ""name"": ""Player2378"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2379, + ""alias"": ""Draex (Legion) (Player2379)"", + ""name"": ""Player2379"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2380, + ""alias"": ""ExentethDoom3 (Player2380)"", + ""name"": ""Player2380"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2381, + ""alias"": ""ExentethTS (Player2381)"", + ""name"": ""Player2381"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2382, + ""alias"": ""CleaDoom2 (Player2382)"", + ""name"": ""Player2382"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2383, + ""alias"": ""Nightingale33 (Player2383)"", + ""name"": ""Player2383"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2384, + ""alias"": ""PonygoodHike (Player2384)"", + ""name"": ""Player2384"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2385, + ""alias"": ""CAESIUSDOOM2 (Player2385)"", + ""name"": ""Player2385"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2386, + ""alias"": ""rahel3202 (Player2386)"", + ""name"": ""Player2386"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2387, + ""alias"": ""Done (Player2387)"", + ""name"": ""Player2387"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2388, + ""alias"": ""Rav64 (Player2388)"", + ""name"": ""Player2388"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2389, + ""alias"": ""pIXeldeer (Player2389)"", + ""name"": ""Player2389"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2390, + ""alias"": ""Remag_UT7 (Player2390)"", + ""name"": ""Player2390"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2391, + ""alias"": ""healape (Player2391)"", + ""name"": ""Player2391"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2392, + ""alias"": ""Player2392"", + ""name"": ""Player2392"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2393, + ""alias"": ""CleaSA2B (Player2393)"", + ""name"": ""Player2393"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2394, + ""alias"": ""done (Player2394)"", + ""name"": ""Player2394"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2395, + ""alias"": ""Held_der_Zeit (Player2395)"", + ""name"": ""Player2395"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2396, + ""alias"": ""Nuclear_Emerald (Player2396)"", + ""name"": ""Player2396"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2397, + ""alias"": ""Done (Player2397)"", + ""name"": ""Player2397"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2398, + ""alias"": ""Tevio_MC (Player2398)"", + ""name"": ""Player2398"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2399, + ""alias"": ""DONE (Player2399)"", + ""name"": ""Player2399"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2400, + ""alias"": ""DanB_soe (Player2400)"", + ""name"": ""Player2400"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2401, + ""alias"": ""bowsylinadash (Player2401)"", + ""name"": ""Player2401"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2402, + ""alias"": ""VolticV6 (Player2402)"", + ""name"": ""Player2402"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2403, + ""alias"": ""rosefae_fact (Player2403)"", + ""name"": ""Player2403"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2404, + ""alias"": ""Qwertster52_SMZ3 (Player2404)"", + ""name"": ""Player2404"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2405, + ""alias"": ""Held_der_Creeper (Player2405)"", + ""name"": ""Player2405"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2406, + ""alias"": ""GoblinpopeOoT (Player2406)"", + ""name"": ""Player2406"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2407, + ""alias"": ""ValerieVG_MC (Player2407)"", + ""name"": ""Player2407"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2408, + ""alias"": ""DONE jf-cooked (Player2408)"", + ""name"": ""Player2408"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2409, + ""alias"": ""Player2409"", + ""name"": ""Player2409"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2410, + ""alias"": ""SkatzmanKH2_3 (Player2410)"", + ""name"": ""Player2410"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2411, + ""alias"": ""DONE (Player2411)"", + ""name"": ""Player2411"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2412, + ""alias"": ""YakumoSoE (Player2412)"", + ""name"": ""Player2412"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2413, + ""alias"": ""Alestormtrooper (Player2413)"", + ""name"": ""Player2413"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2414, + ""alias"": ""CaesiusSM64 (Player2414)"", + ""name"": ""Player2414"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2415, + ""alias"": ""Kanave (Player2415)"", + ""name"": ""Player2415"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2416, + ""alias"": ""done (Player2416)"", + ""name"": ""Player2416"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2417, + ""alias"": ""DONE (Player2417)"", + ""name"": ""Player2417"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2418, + ""alias"": ""EducatedBubble (Player2418)"", + ""name"": ""Player2418"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2419, + ""alias"": ""JacobKnight (Player2419)"", + ""name"": ""Player2419"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2420, + ""alias"": ""done (Player2420)"", + ""name"": ""Player2420"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2421, + ""alias"": ""GalladeOoT (Player2421)"", + ""name"": ""Player2421"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2422, + ""alias"": ""DONE (Player2422)"", + ""name"": ""Player2422"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2423, + ""alias"": ""Exenteth (Player2423)"", + ""name"": ""Player2423"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2424, + ""alias"": ""Invi (Player2424)"", + ""name"": ""Player2424"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2425, + ""alias"": ""Gelly (Player2425)"", + ""name"": ""Player2425"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2426, + ""alias"": ""CleaLTTP (Player2426)"", + ""name"": ""Player2426"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2427, + ""alias"": ""purin (Player2427)"", + ""name"": ""Player2427"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2428, + ""alias"": ""SeriaOoT3 (Player2428)"", + ""name"": ""Player2428"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2429, + ""alias"": ""Draex (Y2 Forme) (Player2429)"", + ""name"": ""Player2429"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2430, + ""alias"": ""KonaKnight2 (Player2430)"", + ""name"": ""Player2430"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2431, + ""alias"": ""Liquid's OoT (Player2431)"", + ""name"": ""Player2431"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2432, + ""alias"": ""thelegendaryorb3 (Player2432)"", + ""name"": ""Player2432"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2433, + ""alias"": ""Dandyman (Player2433)"", + ""name"": ""Player2433"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2434, + ""alias"": ""done (Player2434)"", + ""name"": ""Player2434"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2435, + ""alias"": ""Done (Player2435)"", + ""name"": ""Player2435"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2436, + ""alias"": ""Player2436"", + ""name"": ""Player2436"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2437, + ""alias"": ""KinrahDoom (Player2437)"", + ""name"": ""Player2437"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2438, + ""alias"": ""Player2438"", + ""name"": ""Player2438"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2439, + ""alias"": ""JacobDoomTwo (Player2439)"", + ""name"": ""Player2439"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2440, + ""alias"": ""MrPokemon11Wtnss (Player2440)"", + ""name"": ""Player2440"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2441, + ""alias"": ""CleaLADX (Player2441)"", + ""name"": ""Player2441"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2442, + ""alias"": ""RGD_Shivers1 (Player2442)"", + ""name"": ""Player2442"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2443, + ""alias"": ""ExentethDoom1 (Player2443)"", + ""name"": ""Player2443"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2444, + ""alias"": ""Omner (Player2444)"", + ""name"": ""Player2444"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2445, + ""alias"": ""DONE-PBStribbs (Player2445)"", + ""name"": ""Player2445"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2446, + ""alias"": ""Ploki122 (Player2446)"", + ""name"": ""Player2446"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2447, + ""alias"": ""Player2447"", + ""name"": ""Player2447"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2448, + ""alias"": ""jkxWinGWitness (Player2448)"", + ""name"": ""Player2448"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2449, + ""alias"": ""bowsylina64 (Player2449)"", + ""name"": ""Player2449"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2450, + ""alias"": ""Rekuu65 (Player2450)"", + ""name"": ""Player2450"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2451, + ""alias"": ""Done (Player2451)"", + ""name"": ""Player2451"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2452, + ""alias"": ""done (Player2452)"", + ""name"": ""Player2452"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2453, + ""alias"": ""Whizzleknight (Player2453)"", + ""name"": ""Player2453"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2454, + ""alias"": ""VOLTICDOOM93 (Player2454)"", + ""name"": ""Player2454"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2455, + ""alias"": ""MithostTS2 (Player2455)"", + ""name"": ""Player2455"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2456, + ""alias"": ""Player2456"", + ""name"": ""Player2456"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2457, + ""alias"": ""DarkMaterial (Player2457)"", + ""name"": ""Player2457"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2458, + ""alias"": ""done (Player2458)"", + ""name"": ""Player2458"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2459, + ""alias"": ""vidicate SMZ3 (Player2459)"", + ""name"": ""Player2459"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2460, + ""alias"": ""Player2460"", + ""name"": ""Player2460"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2461, + ""alias"": ""SerpentGROOVE (Player2461)"", + ""name"": ""Player2461"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2462, + ""alias"": ""Done (Player2462)"", + ""name"": ""Player2462"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2463, + ""alias"": ""VenumiTime (Player2463)"", + ""name"": ""Player2463"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2464, + ""alias"": ""CometSH (Player2464)"", + ""name"": ""Player2464"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2465, + ""alias"": ""Done (Player2465)"", + ""name"": ""Player2465"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2466, + ""alias"": ""Done (Player2466)"", + ""name"": ""Player2466"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2467, + ""alias"": ""DONE (Player2467)"", + ""name"": ""Player2467"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2468, + ""alias"": ""Capritorne (Player2468)"", + ""name"": ""Player2468"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2469, + ""alias"": ""omner (Player2469)"", + ""name"": ""Player2469"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2470, + ""alias"": ""Player2470"", + ""name"": ""Player2470"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2471, + ""alias"": ""PonygoodSpinner (Player2471)"", + ""name"": ""Player2471"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2472, + ""alias"": ""RakaFops (Player2472)"", + ""name"": ""Player2472"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2473, + ""alias"": ""B24KH2_2 (Player2473)"", + ""name"": ""Player2473"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2474, + ""alias"": ""SerpentDS3 (Player2474)"", + ""name"": ""Player2474"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2475, + ""alias"": ""pixeldeerVVVVVV (Player2475)"", + ""name"": ""Player2475"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2476, + ""alias"": ""Krezra2476 (Player2476)"", + ""name"": ""Player2476"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2477, + ""alias"": ""Radagast1981 (Player2477)"", + ""name"": ""Player2477"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2478, + ""alias"": ""Invictus (Player2478)"", + ""name"": ""Player2478"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2479, + ""alias"": ""Hyruler (Player2479)"", + ""name"": ""Player2479"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2480, + ""alias"": ""Player2480"", + ""name"": ""Player2480"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2481, + ""alias"": ""Ploki122 (Player2481)"", + ""name"": ""Player2481"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2482, + ""alias"": ""Caesiuslttp (Player2482)"", + ""name"": ""Player2482"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2483, + ""alias"": ""RemiliaDKC4 (Player2483)"", + ""name"": ""Player2483"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2484, + ""alias"": ""Newsupermarcobro (Player2484)"", + ""name"": ""Player2484"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2485, + ""alias"": ""KinrahDoneT1 (Player2485)"", + ""name"": ""Player2485"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2486, + ""alias"": ""NikoFlamel (Player2486)"", + ""name"": ""Player2486"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2487, + ""alias"": ""Kigalas (Player2487)"", + ""name"": ""Player2487"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2488, + ""alias"": ""DONE (Player2488)"", + ""name"": ""Player2488"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2489, + ""alias"": ""SkatzmanKH2_4 (Player2489)"", + ""name"": ""Player2489"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2490, + ""alias"": ""Done (Player2490)"", + ""name"": ""Player2490"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2491, + ""alias"": ""Done (Player2491)"", + ""name"": ""Player2491"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2492, + ""alias"": ""Done (Player2492)"", + ""name"": ""Player2492"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2493, + ""alias"": ""Ploki122 (Player2493)"", + ""name"": ""Player2493"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2494, + ""alias"": ""Amalgorithmic (Player2494)"", + ""name"": ""Player2494"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2495, + ""alias"": ""sansskill (Player2495)"", + ""name"": ""Player2495"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2496, + ""alias"": ""LuffyAlttP (Player2496)"", + ""name"": ""Player2496"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2497, + ""alias"": ""B24_MC (Player2497)"", + ""name"": ""Player2497"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2498, + ""alias"": ""Omner (Player2498)"", + ""name"": ""Player2498"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2499, + ""alias"": ""ChadralnDKC3 (Player2499)"", + ""name"": ""Player2499"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2500, + ""alias"": ""Player2500"", + ""name"": ""Player2500"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2501, + ""alias"": ""StormClimber (Player2501)"", + ""name"": ""Player2501"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2502, + ""alias"": ""Lilimon (Player2502)"", + ""name"": ""Player2502"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2503, + ""alias"": ""Invi (Player2503)"", + ""name"": ""Player2503"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2504, + ""alias"": ""Radz SMZ3 (Player2504)"", + ""name"": ""Player2504"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2505, + ""alias"": ""GaldanGreen (Player2505)"", + ""name"": ""Player2505"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2506, + ""alias"": ""Magnemania (Player2506)"", + ""name"": ""Player2506"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2507, + ""alias"": ""Done (Player2507)"", + ""name"": ""Player2507"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2508, + ""alias"": ""KeltikSleepy (Player2508)"", + ""name"": ""Player2508"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2509, + ""alias"": ""akuheish (Player2509)"", + ""name"": ""Player2509"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2510, + ""alias"": ""CometSH (Player2510)"", + ""name"": ""Player2510"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2511, + ""alias"": ""AmalgorithmicZ4 (Player2511)"", + ""name"": ""Player2511"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2512, + ""alias"": ""Player2512"", + ""name"": ""Player2512"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2513, + ""alias"": ""DONE-K3Stribbs (Player2513)"", + ""name"": ""Player2513"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2514, + ""alias"": ""ValerieVG_OOT (Player2514)"", + ""name"": ""Player2514"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2515, + ""alias"": ""Alexo_SMW2 (Player2515)"", + ""name"": ""Player2515"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2516, + ""alias"": ""Done (Player2516)"", + ""name"": ""Player2516"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2517, + ""alias"": ""Done (Player2517)"", + ""name"": ""Player2517"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2518, + ""alias"": ""Ploki122 (Player2518)"", + ""name"": ""Player2518"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2519, + ""alias"": ""ArkynosTS3 (Player2519)"", + ""name"": ""Player2519"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2520, + ""alias"": ""Sorel (Player2520)"", + ""name"": ""Player2520"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2521, + ""alias"": ""Done (Player2521)"", + ""name"": ""Player2521"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2522, + ""alias"": ""CleaMMBN3 (Player2522)"", + ""name"": ""Player2522"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2523, + ""alias"": ""CleaNoita (Player2523)"", + ""name"": ""Player2523"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2524, + ""alias"": ""CometSH (Player2524)"", + ""name"": ""Player2524"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2525, + ""alias"": ""Orsan (Player2525)"", + ""name"": ""Player2525"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2526, + ""alias"": ""SerpentMC (Player2526)"", + ""name"": ""Player2526"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2527, + ""alias"": ""DONE Dr G (Player2527)"", + ""name"": ""Player2527"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2528, + ""alias"": ""DONENocaKH2 (Player2528)"", + ""name"": ""Player2528"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2529, + ""alias"": ""RemiliaDOOM2 (Player2529)"", + ""name"": ""Player2529"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2530, + ""alias"": ""NabecoatSMW (Player2530)"", + ""name"": ""Player2530"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2531, + ""alias"": ""CleaOOT (Player2531)"", + ""name"": ""Player2531"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2532, + ""alias"": ""RemiliaDOOM4 (Player2532)"", + ""name"": ""Player2532"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2533, + ""alias"": ""SplaDOOM! (Player2533)"", + ""name"": ""Player2533"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2534, + ""alias"": ""DONE (Player2534)"", + ""name"": ""Player2534"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2535, + ""alias"": ""GwenegadeRaft2 (Player2535)"", + ""name"": ""Player2535"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2536, + ""alias"": ""Joat H (Player2536)"", + ""name"": ""Player2536"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2537, + ""alias"": ""Done (Player2537)"", + ""name"": ""Player2537"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2538, + ""alias"": ""EricCV64 (Player2538)"", + ""name"": ""Player2538"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2539, + ""alias"": ""Orsan (Player2539)"", + ""name"": ""Player2539"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2540, + ""alias"": ""LegendaryMister1 (Player2540)"", + ""name"": ""Player2540"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2541, + ""alias"": ""Canor_LS4 (Player2541)"", + ""name"": ""Player2541"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2542, + ""alias"": ""KenderMC (Player2542)"", + ""name"": ""Player2542"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2543, + ""alias"": ""ZoggothKH2-3 (Player2543)"", + ""name"": ""Player2543"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2544, + ""alias"": ""Done (Player2544)"", + ""name"": ""Player2544"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2545, + ""alias"": ""Hyruler (Player2545)"", + ""name"": ""Player2545"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2546, + ""alias"": ""Done (Player2546)"", + ""name"": ""Player2546"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2547, + ""alias"": ""akuheish (Player2547)"", + ""name"": ""Player2547"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2548, + ""alias"": ""GaldanFact (Player2548)"", + ""name"": ""Player2548"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2549, + ""alias"": ""VBEmerald2 (Player2549)"", + ""name"": ""Player2549"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2550, + ""alias"": ""NachoTerr (Player2550)"", + ""name"": ""Player2550"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2551, + ""alias"": ""Done (Player2551)"", + ""name"": ""Player2551"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2552, + ""alias"": ""SDS_Factorio (Player2552)"", + ""name"": ""Player2552"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2553, + ""alias"": ""PIrateHike (Player2553)"", + ""name"": ""Player2553"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2554, + ""alias"": ""phaneros (Player2554)"", + ""name"": ""Player2554"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2555, + ""alias"": ""B24Factorio (Player2555)"", + ""name"": ""Player2555"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2556, + ""alias"": ""Done (Player2556)"", + ""name"": ""Player2556"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2557, + ""alias"": ""KenderTR (Player2557)"", + ""name"": ""Player2557"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2558, + ""alias"": ""dessoRor (Player2558)"", + ""name"": ""Player2558"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2559, + ""alias"": ""DONE (Player2559)"", + ""name"": ""Player2559"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2560, + ""alias"": ""Relissa (Player2560)"", + ""name"": ""Player2560"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2561, + ""alias"": ""OnlyNate2-LADX (Player2561)"", + ""name"": ""Player2561"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2562, + ""alias"": ""SerpentTUNIC (Player2562)"", + ""name"": ""Player2562"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2563, + ""alias"": ""CometSH (Player2563)"", + ""name"": ""Player2563"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2564, + ""alias"": ""OnlyNate2-Cook (Player2564)"", + ""name"": ""Player2564"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2565, + ""alias"": ""SerpentMMBN3 (Player2565)"", + ""name"": ""Player2565"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2566, + ""alias"": ""Krezra2566 (Player2566)"", + ""name"": ""Player2566"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2567, + ""alias"": ""CometSH (Player2567)"", + ""name"": ""Player2567"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2568, + ""alias"": ""CometSH (Player2568)"", + ""name"": ""Player2568"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2569, + ""alias"": ""Player2569"", + ""name"": ""Player2569"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2570, + ""alias"": ""cairnOOT (Player2570)"", + ""name"": ""Player2570"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2571, + ""alias"": ""cundelSC (Player2571)"", + ""name"": ""Player2571"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2572, + ""alias"": ""ClyceerTime (Player2572)"", + ""name"": ""Player2572"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2573, + ""alias"": ""Kippi-Gen3 (Player2573)"", + ""name"": ""Player2573"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2574, + ""alias"": ""DONE (Player2574)"", + ""name"": ""Player2574"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2575, + ""alias"": ""Player2575"", + ""name"": ""Player2575"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2576, + ""alias"": ""CometSH (Player2576)"", + ""name"": ""Player2576"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2577, + ""alias"": ""ZoggothASH (Player2577)"", + ""name"": ""Player2577"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2578, + ""alias"": ""Gelly (Player2578)"", + ""name"": ""Player2578"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2579, + ""alias"": ""SalierTer (Player2579)"", + ""name"": ""Player2579"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2580, + ""alias"": ""HylianMuse (Player2580)"", + ""name"": ""Player2580"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2581, + ""alias"": ""Bulborbish_7 (Player2581)"", + ""name"": ""Player2581"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2582, + ""alias"": ""Tetramina (Player2582)"", + ""name"": ""Player2582"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2583, + ""alias"": ""Nate (Player2583)"", + ""name"": ""Player2583"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2584, + ""alias"": ""IsitChrisDlcQues (Player2584)"", + ""name"": ""Player2584"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2585, + ""alias"": ""Tetramina (Player2585)"", + ""name"": ""Player2585"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2586, + ""alias"": ""GooDang (Player2586)"", + ""name"": ""Player2586"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2587, + ""alias"": ""Hexadigital (Player2587)"", + ""name"": ""Player2587"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2588, + ""alias"": ""Done (Player2588)"", + ""name"": ""Player2588"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2589, + ""alias"": ""Hyruler (Player2589)"", + ""name"": ""Player2589"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2590, + ""alias"": ""SerpentSTARDEW (Player2590)"", + ""name"": ""Player2590"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2591, + ""alias"": ""StormClimber (Player2591)"", + ""name"": ""Player2591"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2592, + ""alias"": ""lumineon (Player2592)"", + ""name"": ""Player2592"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2593, + ""alias"": ""TaranthMQ (Player2593)"", + ""name"": ""Player2593"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2594, + ""alias"": ""DONE (Player2594)"", + ""name"": ""Player2594"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2595, + ""alias"": ""Done (Player2595)"", + ""name"": ""Player2595"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2596, + ""alias"": ""GwenegadeOC2 (Player2596)"", + ""name"": ""Player2596"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2597, + ""alias"": ""HylianLegend (Player2597)"", + ""name"": ""Player2597"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2598, + ""alias"": ""SalierEM1-Done (Player2598)"", + ""name"": ""Player2598"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2599, + ""alias"": ""ChadralnWitness (Player2599)"", + ""name"": ""Player2599"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2600, + ""alias"": ""Done (Player2600)"", + ""name"": ""Player2600"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2601, + ""alias"": ""pw17 (Player2601)"", + ""name"": ""Player2601"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2602, + ""alias"": ""GwenegadeTS2 (Player2602)"", + ""name"": ""Player2602"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2603, + ""alias"": ""ChadralnMining (Player2603)"", + ""name"": ""Player2603"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2604, + ""alias"": ""Done (Player2604)"", + ""name"": ""Player2604"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2605, + ""alias"": ""Done (Player2605)"", + ""name"": ""Player2605"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2606, + ""alias"": ""Hexadigital (Player2606)"", + ""name"": ""Player2606"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2607, + ""alias"": ""CleaTunic (Player2607)"", + ""name"": ""Player2607"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2608, + ""alias"": ""RemiliaZ1 (Player2608)"", + ""name"": ""Player2608"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2609, + ""alias"": ""HylianV6 (Player2609)"", + ""name"": ""Player2609"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2610, + ""alias"": ""Nightingale33RoR (Player2610)"", + ""name"": ""Player2610"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2611, + ""alias"": ""DONE (Player2611)"", + ""name"": ""Player2611"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2612, + ""alias"": ""SerpentDOOM2 (Player2612)"", + ""name"": ""Player2612"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2613, + ""alias"": ""Player2613"", + ""name"": ""Player2613"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2614, + ""alias"": ""mauwhir OoT 4 (Player2614)"", + ""name"": ""Player2614"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2615, + ""alias"": ""Done (Player2615)"", + ""name"": ""Player2615"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2616, + ""alias"": ""done (Player2616)"", + ""name"": ""Player2616"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2617, + ""alias"": ""Blehyr (Player2617)"", + ""name"": ""Player2617"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2618, + ""alias"": ""MicbotCraft2 (Player2618)"", + ""name"": ""Player2618"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2619, + ""alias"": ""Done (Player2619)"", + ""name"": ""Player2619"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2620, + ""alias"": ""ValerieVG_SA2B (Player2620)"", + ""name"": ""Player2620"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2621, + ""alias"": ""TeananOOT2 (Player2621)"", + ""name"": ""Player2621"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2622, + ""alias"": ""Dragonite13 (Player2622)"", + ""name"": ""Player2622"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2623, + ""alias"": ""DONE (Player2623)"", + ""name"": ""Player2623"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2624, + ""alias"": ""Player2624"", + ""name"": ""Player2624"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2625, + ""alias"": ""CleaMessenger (Player2625)"", + ""name"": ""Player2625"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2626, + ""alias"": ""Player2626"", + ""name"": ""Player2626"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2627, + ""alias"": ""DONE_rhythm (Player2627)"", + ""name"": ""Player2627"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2628, + ""alias"": ""Done (Player2628)"", + ""name"": ""Player2628"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2629, + ""alias"": ""HabKeineName (Player2629)"", + ""name"": ""Player2629"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2630, + ""alias"": ""Thatguy (Player2630)"", + ""name"": ""Player2630"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2631, + ""alias"": ""done (Player2631)"", + ""name"": ""Player2631"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2632, + ""alias"": ""RemiliaDOOM3 (Player2632)"", + ""name"": ""Player2632"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2633, + ""alias"": ""Done (Player2633)"", + ""name"": ""Player2633"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2634, + ""alias"": ""pixeldeerSM64 (Player2634)"", + ""name"": ""Player2634"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2635, + ""alias"": ""ExentethHK (Player2635)"", + ""name"": ""Player2635"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2636, + ""alias"": ""Done (Player2636)"", + ""name"": ""Player2636"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2637, + ""alias"": ""Done (Player2637)"", + ""name"": ""Player2637"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2638, + ""alias"": ""Relissa (Player2638)"", + ""name"": ""Player2638"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2639, + ""alias"": ""ArkynosTS2 (Player2639)"", + ""name"": ""Player2639"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2640, + ""alias"": ""HolmieKH2_2 (Player2640)"", + ""name"": ""Player2640"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2641, + ""alias"": ""ProfessorTrixie (Player2641)"", + ""name"": ""Player2641"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2642, + ""alias"": ""mauwhir_CV_no.3 (Player2642)"", + ""name"": ""Player2642"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2643, + ""alias"": ""PonygoodBugs (Player2643)"", + ""name"": ""Player2643"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2644, + ""alias"": ""GalladeMetroid (Player2644)"", + ""name"": ""Player2644"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2645, + ""alias"": ""Player2645"", + ""name"": ""Player2645"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2646, + ""alias"": ""SerpentRAFT (Player2646)"", + ""name"": ""Player2646"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2647, + ""alias"": ""Draex (M Forme) (Player2647)"", + ""name"": ""Player2647"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2648, + ""alias"": ""ClyceerTunic (Player2648)"", + ""name"": ""Player2648"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2649, + ""alias"": ""Hyruler (Player2649)"", + ""name"": ""Player2649"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2650, + ""alias"": ""BathTiger (Player2650)"", + ""name"": ""Player2650"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2651, + ""alias"": ""Done (Player2651)"", + ""name"": ""Player2651"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2652, + ""alias"": ""XtruhMD (Player2652)"", + ""name"": ""Player2652"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2653, + ""alias"": ""squidy2653 (Player2653)"", + ""name"": ""Player2653"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2654, + ""alias"": ""CleaFFMQ (Player2654)"", + ""name"": ""Player2654"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2655, + ""alias"": ""Player2655"", + ""name"": ""Player2655"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2656, + ""alias"": ""ValerieVG_Hylics (Player2656)"", + ""name"": ""Player2656"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2657, + ""alias"": ""Newsupermarcobro (Player2657)"", + ""name"": ""Player2657"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2658, + ""alias"": ""Player2658"", + ""name"": ""Player2658"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2659, + ""alias"": ""TaranthFact (Player2659)"", + ""name"": ""Player2659"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2660, + ""alias"": ""Player2660"", + ""name"": ""Player2660"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2661, + ""alias"": ""KinrahDoneH3 (Player2661)"", + ""name"": ""Player2661"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2662, + ""alias"": ""ClayCooked (Player2662)"", + ""name"": ""Player2662"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2663, + ""alias"": ""Ploki122 (Player2663)"", + ""name"": ""Player2663"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2664, + ""alias"": ""Done (Player2664)"", + ""name"": ""Player2664"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2665, + ""alias"": ""Done (Player2665)"", + ""name"": ""Player2665"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2666, + ""alias"": ""Player2666"", + ""name"": ""Player2666"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2667, + ""alias"": ""CleaPokeRB (Player2667)"", + ""name"": ""Player2667"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2668, + ""alias"": ""Player2668"", + ""name"": ""Player2668"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2669, + ""alias"": ""CinnamonSugar2 (Player2669)"", + ""name"": ""Player2669"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2670, + ""alias"": ""DarkMaterial (Player2670)"", + ""name"": ""Player2670"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2671, + ""alias"": ""SerpentCV64 (Player2671)"", + ""name"": ""Player2671"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2672, + ""alias"": ""GalladeLOZ (Player2672)"", + ""name"": ""Player2672"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2673, + ""alias"": ""downladedcar? (Player2673)"", + ""name"": ""Player2673"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2674, + ""alias"": ""INFLIMDOOM (Player2674)"", + ""name"": ""Player2674"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2675, + ""alias"": ""maecena2 (Player2675)"", + ""name"": ""Player2675"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2676, + ""alias"": ""done (Player2676)"", + ""name"": ""Player2676"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2677, + ""alias"": ""DONE (Player2677)"", + ""name"": ""Player2677"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2678, + ""alias"": ""BowsylinaSonic3 (Player2678)"", + ""name"": ""Player2678"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2679, + ""alias"": ""Tetramina (Player2679)"", + ""name"": ""Player2679"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2680, + ""alias"": ""Done (Player2680)"", + ""name"": ""Player2680"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2681, + ""alias"": ""Player2681"", + ""name"": ""Player2681"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2682, + ""alias"": ""Done (Player2682)"", + ""name"": ""Player2682"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2683, + ""alias"": ""LuigiespoStS (Player2683)"", + ""name"": ""Player2683"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2684, + ""alias"": ""CleaOvercooked (Player2684)"", + ""name"": ""Player2684"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2685, + ""alias"": ""DONENocaDLC (Player2685)"", + ""name"": ""Player2685"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2686, + ""alias"": ""Done (Player2686)"", + ""name"": ""Player2686"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2687, + ""alias"": ""SerpentSHIVERS (Player2687)"", + ""name"": ""Player2687"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2688, + ""alias"": ""Done (Player2688)"", + ""name"": ""Player2688"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2689, + ""alias"": ""ExentethSC2 (Player2689)"", + ""name"": ""Player2689"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2690, + ""alias"": ""StormClimber (Player2690)"", + ""name"": ""Player2690"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2691, + ""alias"": ""Done (Player2691)"", + ""name"": ""Player2691"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2692, + ""alias"": ""done (Player2692)"", + ""name"": ""Player2692"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2693, + ""alias"": ""Hexadigital (Player2693)"", + ""name"": ""Player2693"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2694, + ""alias"": ""DONE (Player2694)"", + ""name"": ""Player2694"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2695, + ""alias"": ""Done (Player2695)"", + ""name"": ""Player2695"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2696, + ""alias"": ""Omner (Tunic) (Player2696)"", + ""name"": ""Player2696"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2697, + ""alias"": ""DONE (Player2697)"", + ""name"": ""Player2697"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2698, + ""alias"": ""SalierWit (Player2698)"", + ""name"": ""Player2698"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2699, + ""alias"": ""LuffyDunnoοΏ½οΏ½ (Player2699)"", + ""name"": ""Player2699"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2700, + ""alias"": ""mauwhirCVgeneric (Player2700)"", + ""name"": ""Player2700"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2701, + ""alias"": ""MinerSebas (Player2701)"", + ""name"": ""Player2701"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2702, + ""alias"": ""done (Player2702)"", + ""name"": ""Player2702"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2703, + ""alias"": ""RGD_Shivers2 (Player2703)"", + ""name"": ""Player2703"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2704, + ""alias"": ""Aster (Player2704)"", + ""name"": ""Player2704"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2705, + ""alias"": ""SerpentMESS (Player2705)"", + ""name"": ""Player2705"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2706, + ""alias"": ""Player2706"", + ""name"": ""Player2706"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2707, + ""alias"": ""Kigalas (Player2707)"", + ""name"": ""Player2707"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2708, + ""alias"": ""HylianDash (Player2708)"", + ""name"": ""Player2708"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2709, + ""alias"": ""Player2709"", + ""name"": ""Player2709"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2710, + ""alias"": ""Done (Player2710)"", + ""name"": ""Player2710"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2711, + ""alias"": ""Rezalex2 (Player2711)"", + ""name"": ""Player2711"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2712, + ""alias"": ""HabKeineName (Player2712)"", + ""name"": ""Player2712"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2713, + ""alias"": ""moss42 (Player2713)"", + ""name"": ""Player2713"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2714, + ""alias"": ""Alestormtrooper (Player2714)"", + ""name"": ""Player2714"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2715, + ""alias"": ""DONE (Player2715)"", + ""name"": ""Player2715"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2716, + ""alias"": ""SerpentADV (Player2716)"", + ""name"": ""Player2716"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2717, + ""alias"": ""Player2717"", + ""name"": ""Player2717"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2718, + ""alias"": ""Capritorne (Player2718)"", + ""name"": ""Player2718"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2719, + ""alias"": ""Chiral (Player2719)"", + ""name"": ""Player2719"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2720, + ""alias"": ""Done (Player2720)"", + ""name"": ""Player2720"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2721, + ""alias"": ""LlamaSE (Player2721)"", + ""name"": ""Player2721"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2722, + ""alias"": ""SerpentDKC3 (Player2722)"", + ""name"": ""Player2722"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2723, + ""alias"": ""DONE (Player2723)"", + ""name"": ""Player2723"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2724, + ""alias"": ""Tevio_OoT (Player2724)"", + ""name"": ""Player2724"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2725, + ""alias"": ""Draex (Forme 64) (Player2725)"", + ""name"": ""Player2725"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2726, + ""alias"": ""SerpentHIKE (Player2726)"", + ""name"": ""Player2726"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2727, + ""alias"": ""Player2727"", + ""name"": ""Player2727"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2728, + ""alias"": ""MCat (Player2728)"", + ""name"": ""Player2728"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2729, + ""alias"": ""BowsylinaSonic2 (Player2729)"", + ""name"": ""Player2729"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2730, + ""alias"": ""ValerieVG_PKBlue (Player2730)"", + ""name"": ""Player2730"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2731, + ""alias"": ""Done (Player2731)"", + ""name"": ""Player2731"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2732, + ""alias"": ""ValerieVG_Emeral (Player2732)"", + ""name"": ""Player2732"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2733, + ""alias"": ""Mario1002 (Player2733)"", + ""name"": ""Player2733"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2734, + ""alias"": ""Hyruler (Player2734)"", + ""name"": ""Player2734"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2735, + ""alias"": ""Done (Player2735)"", + ""name"": ""Player2735"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2736, + ""alias"": ""KitaDracat (Player2736)"", + ""name"": ""Player2736"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2737, + ""alias"": ""DONE jf-hollow (Player2737)"", + ""name"": ""Player2737"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2738, + ""alias"": ""vidicateMeritous (Player2738)"", + ""name"": ""Player2738"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2739, + ""alias"": ""SmaManDOOM2 (Player2739)"", + ""name"": ""Player2739"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2740, + ""alias"": ""Stormfury_V6 (Player2740)"", + ""name"": ""Player2740"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2741, + ""alias"": ""DarkMaterial (Player2741)"", + ""name"": ""Player2741"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2742, + ""alias"": ""Done (Player2742)"", + ""name"": ""Player2742"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2743, + ""alias"": ""SerpentHYLICS2 (Player2743)"", + ""name"": ""Player2743"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2744, + ""alias"": ""Done (Player2744)"", + ""name"": ""Player2744"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2745, + ""alias"": ""Done (Player2745)"", + ""name"": ""Player2745"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2746, + ""alias"": ""KonaBlue (Player2746)"", + ""name"": ""Player2746"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2747, + ""alias"": ""SalierEm2 (Player2747)"", + ""name"": ""Player2747"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2748, + ""alias"": ""Risser'sawakenin (Player2748)"", + ""name"": ""Player2748"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2749, + ""alias"": ""purin (Player2749)"", + ""name"": ""Player2749"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2750, + ""alias"": ""Done (Player2750)"", + ""name"": ""Player2750"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2751, + ""alias"": ""ExentethDoom2 (Player2751)"", + ""name"": ""Player2751"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2752, + ""alias"": ""BootyWatcher (Player2752)"", + ""name"": ""Player2752"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2753, + ""alias"": ""DONE (bren.exe) (Player2753)"", + ""name"": ""Player2753"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2754, + ""alias"": ""Alestormtrooper (Player2754)"", + ""name"": ""Player2754"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2755, + ""alias"": ""GoblinpopeHK (Player2755)"", + ""name"": ""Player2755"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2756, + ""alias"": ""D2STRIBBS (Player2756)"", + ""name"": ""Player2756"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2757, + ""alias"": ""DamahHKFiller (Player2757)"", + ""name"": ""Player2757"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2758, + ""alias"": ""ergotaeMD (Player2758)"", + ""name"": ""Player2758"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2759, + ""alias"": ""done (Player2759)"", + ""name"": ""Player2759"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2760, + ""alias"": ""DONE jf-muse (Player2760)"", + ""name"": ""Player2760"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2761, + ""alias"": ""Done (Player2761)"", + ""name"": ""Player2761"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2762, + ""alias"": ""Orsan (Player2762)"", + ""name"": ""Player2762"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2763, + ""alias"": ""HabKeineName (Player2763)"", + ""name"": ""Player2763"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2764, + ""alias"": ""Kigalas (Player2764)"", + ""name"": ""Player2764"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2765, + ""alias"": ""Blehyr (Player2765)"", + ""name"": ""Player2765"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2766, + ""alias"": ""SerpentRL2 (Player2766)"", + ""name"": ""Player2766"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2767, + ""alias"": ""purin (Player2767)"", + ""name"": ""Player2767"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2768, + ""alias"": ""CrimsonPast (Player2768)"", + ""name"": ""Player2768"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2769, + ""alias"": ""akuheish (Player2769)"", + ""name"": ""Player2769"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2770, + ""alias"": ""DamahSpire (Player2770)"", + ""name"": ""Player2770"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2771, + ""alias"": ""RageToThePast (Player2771)"", + ""name"": ""Player2771"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2772, + ""alias"": ""Hyruler (Player2772)"", + ""name"": ""Player2772"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2773, + ""alias"": ""WhiteShaduwNL_6 (Player2773)"", + ""name"": ""Player2773"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2774, + ""alias"": ""Eeveon (Player2774)"", + ""name"": ""Player2774"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2775, + ""alias"": ""Choco_Jack (Player2775)"", + ""name"": ""Player2775"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2776, + ""alias"": ""Goblinpope (Player2776)"", + ""name"": ""Player2776"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2777, + ""alias"": ""Nessetti (Player2777)"", + ""name"": ""Player2777"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2778, + ""alias"": ""Done (Player2778)"", + ""name"": ""Player2778"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2779, + ""alias"": ""ExentethSoE (Player2779)"", + ""name"": ""Player2779"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2780, + ""alias"": ""ZZKerWitness (Player2780)"", + ""name"": ""Player2780"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2781, + ""alias"": ""Holmie (Player2781)"", + ""name"": ""Player2781"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2782, + ""alias"": ""Done (Player2782)"", + ""name"": ""Player2782"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2783, + ""alias"": ""done (Player2783)"", + ""name"": ""Player2783"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2784, + ""alias"": ""DONE (Player2784)"", + ""name"": ""Player2784"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2785, + ""alias"": ""rahel3202 (Player2785)"", + ""name"": ""Player2785"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2786, + ""alias"": ""SerpentSM64 (Player2786)"", + ""name"": ""Player2786"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2787, + ""alias"": ""Invi (Player2787)"", + ""name"": ""Player2787"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2788, + ""alias"": ""done (Player2788)"", + ""name"": ""Player2788"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2789, + ""alias"": ""DamahTerraria (Player2789)"", + ""name"": ""Player2789"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2790, + ""alias"": ""Player2790"", + ""name"": ""Player2790"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2791, + ""alias"": ""TaranthWit2DONE (Player2791)"", + ""name"": ""Player2791"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2792, + ""alias"": ""SerpentHK (Player2792)"", + ""name"": ""Player2792"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2793, + ""alias"": ""Done (Player2793)"", + ""name"": ""Player2793"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2794, + ""alias"": ""InflimDew (Player2794)"", + ""name"": ""Player2794"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2795, + ""alias"": ""Done (Player2795)"", + ""name"": ""Player2795"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2796, + ""alias"": ""Piapiou (Player2796)"", + ""name"": ""Player2796"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2797, + ""alias"": ""whitelightnings (Player2797)"", + ""name"": ""Player2797"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2798, + ""alias"": ""Player2798"", + ""name"": ""Player2798"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2799, + ""alias"": ""DONE (Player2799)"", + ""name"": ""Player2799"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2800, + ""alias"": ""Done (Player2800)"", + ""name"": ""Player2800"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2801, + ""alias"": ""Done (Player2801)"", + ""name"": ""Player2801"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2802, + ""alias"": ""CleaSMW (Player2802)"", + ""name"": ""Player2802"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2803, + ""alias"": ""sansskill (Player2803)"", + ""name"": ""Player2803"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2804, + ""alias"": ""Done (Player2804)"", + ""name"": ""Player2804"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2805, + ""alias"": ""KonaDoomToo (Player2805)"", + ""name"": ""Player2805"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2806, + ""alias"": ""PastelShark_HK3 (Player2806)"", + ""name"": ""Player2806"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2807, + ""alias"": ""Amazia (Player2807)"", + ""name"": ""Player2807"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2808, + ""alias"": ""HyLAnDX (Player2808)"", + ""name"": ""Player2808"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2809, + ""alias"": ""PastelSharkHike2 (Player2809)"", + ""name"": ""Player2809"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2810, + ""alias"": ""Hyruler (Player2810)"", + ""name"": ""Player2810"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2811, + ""alias"": ""Thvor (Player2811)"", + ""name"": ""Player2811"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2812, + ""alias"": ""Amazia (Player2812)"", + ""name"": ""Player2812"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2813, + ""alias"": ""Done (Player2813)"", + ""name"": ""Player2813"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2814, + ""alias"": ""LuigiespoWitness (Player2814)"", + ""name"": ""Player2814"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2815, + ""alias"": ""R (Player2815)"", + ""name"": ""Player2815"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2816, + ""alias"": ""RedPepper (Player2816)"", + ""name"": ""Player2816"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2817, + ""alias"": ""Done (Player2817)"", + ""name"": ""Player2817"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2818, + ""alias"": ""DONE jf-hike (Player2818)"", + ""name"": ""Player2818"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2819, + ""alias"": ""Invi (Player2819)"", + ""name"": ""Player2819"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2820, + ""alias"": ""CVTaurusOC3 (Player2820)"", + ""name"": ""Player2820"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2821, + ""alias"": ""Hyruler (Player2821)"", + ""name"": ""Player2821"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2822, + ""alias"": ""KenderUT (Player2822)"", + ""name"": ""Player2822"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2823, + ""alias"": ""Masaru (Player2823)"", + ""name"": ""Player2823"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2824, + ""alias"": ""Hyruler (Player2824)"", + ""name"": ""Player2824"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2825, + ""alias"": ""DarkMaterial (Player2825)"", + ""name"": ""Player2825"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2826, + ""alias"": ""Nuclear_Muse (Player2826)"", + ""name"": ""Player2826"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2827, + ""alias"": ""GalladeSMW (Player2827)"", + ""name"": ""Player2827"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2828, + ""alias"": ""Omner (Player2828)"", + ""name"": ""Player2828"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2829, + ""alias"": ""RHippySMW (Player2829)"", + ""name"": ""Player2829"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2830, + ""alias"": ""Omner (Player2830)"", + ""name"": ""Player2830"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2831, + ""alias"": ""Player2831"", + ""name"": ""Player2831"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2832, + ""alias"": ""CleaDKC3 (Player2832)"", + ""name"": ""Player2832"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2833, + ""alias"": ""lionror (Player2833)"", + ""name"": ""Player2833"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2834, + ""alias"": ""purin (Player2834)"", + ""name"": ""Player2834"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2835, + ""alias"": ""done (Player2835)"", + ""name"": ""Player2835"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2836, + ""alias"": ""Done (Player2836)"", + ""name"": ""Player2836"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2837, + ""alias"": ""Nate (Player2837)"", + ""name"": ""Player2837"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2838, + ""alias"": ""Karlis Povisils (Player2838)"", + ""name"": ""Player2838"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2839, + ""alias"": ""DONE (Player2839)"", + ""name"": ""Player2839"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2840, + ""alias"": ""TheKrissy (Player2840)"", + ""name"": ""Player2840"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2841, + ""alias"": ""Radagast1981 (Player2841)"", + ""name"": ""Player2841"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2842, + ""alias"": ""SerpentTS (Player2842)"", + ""name"": ""Player2842"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2843, + ""alias"": ""purin (Player2843)"", + ""name"": ""Player2843"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2844, + ""alias"": ""Player2844"", + ""name"": ""Player2844"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2845, + ""alias"": ""CleaZork (Player2845)"", + ""name"": ""Player2845"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2846, + ""alias"": ""Done (Player2846)"", + ""name"": ""Player2846"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2847, + ""alias"": ""Done (Player2847)"", + ""name"": ""Player2847"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2848, + ""alias"": ""Done (Player2848)"", + ""name"": ""Player2848"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2849, + ""alias"": ""jkxWinGDLCQ (Player2849)"", + ""name"": ""Player2849"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2850, + ""alias"": ""Player2850"", + ""name"": ""Player2850"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2851, + ""alias"": ""Player2851"", + ""name"": ""Player2851"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2852, + ""alias"": ""Done (Player2852)"", + ""name"": ""Player2852"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2853, + ""alias"": ""Yosher (Player2853)"", + ""name"": ""Player2853"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2854, + ""alias"": ""RakaTunc (Player2854)"", + ""name"": ""Player2854"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2855, + ""alias"": ""lionsts (Player2855)"", + ""name"": ""Player2855"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2856, + ""alias"": ""orchidscion (Player2856)"", + ""name"": ""Player2856"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2857, + ""alias"": ""NikkiBlue (Player2857)"", + ""name"": ""Player2857"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2858, + ""alias"": ""SerpentCOOK (Player2858)"", + ""name"": ""Player2858"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2859, + ""alias"": ""DrPepper(LA) (Player2859)"", + ""name"": ""Player2859"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2860, + ""alias"": ""Omner (Player2860)"", + ""name"": ""Player2860"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2861, + ""alias"": ""QuartzOOT (Player2861)"", + ""name"": ""Player2861"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2862, + ""alias"": ""DONE (Player2862)"", + ""name"": ""Player2862"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2863, + ""alias"": ""MsRockentooth (Player2863)"", + ""name"": ""Player2863"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2864, + ""alias"": ""TheodoDX (Player2864)"", + ""name"": ""Player2864"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2865, + ""alias"": ""RageMZ3 (Player2865)"", + ""name"": ""Player2865"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2866, + ""alias"": ""Severin_Emerald (Player2866)"", + ""name"": ""Player2866"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2867, + ""alias"": ""Glenstorm-smz3 (Player2867)"", + ""name"": ""Player2867"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2868, + ""alias"": ""Slyther_SMW (Player2868)"", + ""name"": ""Player2868"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2869, + ""alias"": ""Ahhnanas (Player2869)"", + ""name"": ""Player2869"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2870, + ""alias"": ""WebberCV64 (Player2870)"", + ""name"": ""Player2870"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2871, + ""alias"": ""Player2871"", + ""name"": ""Player2871"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2872, + ""alias"": ""Piapiou (Player2872)"", + ""name"": ""Player2872"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2873, + ""alias"": ""TaranthHikeDONE (Player2873)"", + ""name"": ""Player2873"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2874, + ""alias"": ""done (Player2874)"", + ""name"": ""Player2874"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2875, + ""alias"": ""Omner (Tunic) (Player2875)"", + ""name"": ""Player2875"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2876, + ""alias"": ""DONE (Player2876)"", + ""name"": ""Player2876"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2877, + ""alias"": ""Done (Player2877)"", + ""name"": ""Player2877"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2878, + ""alias"": ""CleaWargroove (Player2878)"", + ""name"": ""Player2878"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2879, + ""alias"": ""Invi (Player2879)"", + ""name"": ""Player2879"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2880, + ""alias"": ""done (Player2880)"", + ""name"": ""Player2880"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2881, + ""alias"": ""REXENSQUARED (Player2881)"", + ""name"": ""Player2881"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2882, + ""alias"": ""SerpentZORK (Player2882)"", + ""name"": ""Player2882"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2883, + ""alias"": ""done (Player2883)"", + ""name"": ""Player2883"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2884, + ""alias"": ""Done (Player2884)"", + ""name"": ""Player2884"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2885, + ""alias"": ""Draex (SV Farme) (Player2885)"", + ""name"": ""Player2885"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2886, + ""alias"": ""Glenstorm-lttp (Player2886)"", + ""name"": ""Player2886"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2887, + ""alias"": ""Player2887"", + ""name"": ""Player2887"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2888, + ""alias"": ""Player2888"", + ""name"": ""Player2888"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2889, + ""alias"": ""purin (Player2889)"", + ""name"": ""Player2889"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2890, + ""alias"": ""DONE (Player2890)"", + ""name"": ""Player2890"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2891, + ""alias"": ""DONE (Player2891)"", + ""name"": ""Player2891"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2892, + ""alias"": ""ZoggothKH2-6 (Player2892)"", + ""name"": ""Player2892"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2893, + ""alias"": ""ZoggothEmerald3 (Player2893)"", + ""name"": ""Player2893"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2894, + ""alias"": ""River (Player2894)"", + ""name"": ""Player2894"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2895, + ""alias"": ""TaranthWitDONE (Player2895)"", + ""name"": ""Player2895"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2896, + ""alias"": ""done (Player2896)"", + ""name"": ""Player2896"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2897, + ""alias"": ""Pingumous (Player2897)"", + ""name"": ""Player2897"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2898, + ""alias"": ""RogueJacob (Player2898)"", + ""name"": ""Player2898"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2899, + ""alias"": ""Mario100KDL (Player2899)"", + ""name"": ""Player2899"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2900, + ""alias"": ""VolticSM64 (Player2900)"", + ""name"": ""Player2900"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2901, + ""alias"": ""UnderMack (Player2901)"", + ""name"": ""Player2901"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2902, + ""alias"": ""ValerieVG_LADX (Player2902)"", + ""name"": ""Player2902"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2903, + ""alias"": ""Done (Player2903)"", + ""name"": ""Player2903"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2904, + ""alias"": ""SerpentNOITA (Player2904)"", + ""name"": ""Player2904"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2905, + ""alias"": ""Mrks (Player2905)"", + ""name"": ""Player2905"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2906, + ""alias"": ""Done (Player2906)"", + ""name"": ""Player2906"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2907, + ""alias"": ""Astrious (Player2907)"", + ""name"": ""Player2907"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2908, + ""alias"": ""Canor_LS5 (Player2908)"", + ""name"": ""Player2908"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2909, + ""alias"": ""Commandhat (Player2909)"", + ""name"": ""Player2909"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2910, + ""alias"": ""Chrisds3b_DS3_2 (Player2910)"", + ""name"": ""Player2910"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2911, + ""alias"": ""orchidscion (Player2911)"", + ""name"": ""Player2911"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2912, + ""alias"": ""Done (Player2912)"", + ""name"": ""Player2912"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2913, + ""alias"": ""KonaOOT (Player2913)"", + ""name"": ""Player2913"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2914, + ""alias"": ""Pyrovx (Player2914)"", + ""name"": ""Player2914"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2915, + ""alias"": ""VolticSM (Player2915)"", + ""name"": ""Player2915"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2916, + ""alias"": ""Done (Player2916)"", + ""name"": ""Player2916"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2917, + ""alias"": ""Player2917"", + ""name"": ""Player2917"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2918, + ""alias"": ""SerpentLADX (Player2918)"", + ""name"": ""Player2918"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2919, + ""alias"": ""Coveleski (Player2919)"", + ""name"": ""Player2919"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2920, + ""alias"": ""Flaian (Player2920)"", + ""name"": ""Player2920"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2921, + ""alias"": ""Player2921"", + ""name"": ""Player2921"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2922, + ""alias"": ""BobaNoita (Player2922)"", + ""name"": ""Player2922"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2923, + ""alias"": ""Invi (Player2923)"", + ""name"": ""Player2923"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2924, + ""alias"": ""ArkynosASH (Player2924)"", + ""name"": ""Player2924"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2925, + ""alias"": ""Done (Player2925)"", + ""name"": ""Player2925"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2926, + ""alias"": ""Sheen (Player2926)"", + ""name"": ""Player2926"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2927, + ""alias"": ""Radagast1981 (Player2927)"", + ""name"": ""Player2927"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2928, + ""alias"": ""done (Player2928)"", + ""name"": ""Player2928"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2929, + ""alias"": ""MinerSebas (Player2929)"", + ""name"": ""Player2929"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2930, + ""alias"": ""Player2930"", + ""name"": ""Player2930"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2931, + ""alias"": ""Done (Player2931)"", + ""name"": ""Player2931"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2932, + ""alias"": ""SerpentSA2B (Player2932)"", + ""name"": ""Player2932"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2933, + ""alias"": ""Done (Player2933)"", + ""name"": ""Player2933"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2934, + ""alias"": ""GalladeBlue (Player2934)"", + ""name"": ""Player2934"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2935, + ""alias"": ""SerpentDOOM (Player2935)"", + ""name"": ""Player2935"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2936, + ""alias"": ""CD272 (Player2936)"", + ""name"": ""Player2936"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2937, + ""alias"": ""DragusSA2 (Player2937)"", + ""name"": ""Player2937"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2938, + ""alias"": ""DemorckHK3 (Player2938)"", + ""name"": ""Player2938"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2939, + ""alias"": ""AbbisBlas3 (Player2939)"", + ""name"": ""Player2939"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2940, + ""alias"": ""Blehyr (Player2940)"", + ""name"": ""Player2940"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2941, + ""alias"": ""Murraythehuman (Player2941)"", + ""name"": ""Player2941"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2942, + ""alias"": ""Done (Player2942)"", + ""name"": ""Player2942"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2943, + ""alias"": ""CleaRogue (Player2943)"", + ""name"": ""Player2943"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2944, + ""alias"": ""purin (Player2944)"", + ""name"": ""Player2944"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2945, + ""alias"": ""Radagast1981 (Player2945)"", + ""name"": ""Player2945"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2946, + ""alias"": ""Pyrovx (Player2946)"", + ""name"": ""Player2946"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2947, + ""alias"": ""DONE (Player2947)"", + ""name"": ""Player2947"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2948, + ""alias"": ""Player2948"", + ""name"": ""Player2948"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2949, + ""alias"": ""Lojtana (Player2949)"", + ""name"": ""Player2949"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2950, + ""alias"": ""THEROBAWESOME (Player2950)"", + ""name"": ""Player2950"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2951, + ""alias"": ""Player2951"", + ""name"": ""Player2951"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2952, + ""alias"": ""sansskill (Player2952)"", + ""name"": ""Player2952"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2953, + ""alias"": ""Player2953"", + ""name"": ""Player2953"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2954, + ""alias"": ""Vividus (Player2954)"", + ""name"": ""Player2954"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2955, + ""alias"": ""done (Player2955)"", + ""name"": ""Player2955"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2956, + ""alias"": ""dotdot (Player2956)"", + ""name"": ""Player2956"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2957, + ""alias"": ""Done (Player2957)"", + ""name"": ""Player2957"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2958, + ""alias"": ""Done (Player2958)"", + ""name"": ""Player2958"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2959, + ""alias"": ""DarkMaterial (Player2959)"", + ""name"": ""Player2959"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2960, + ""alias"": ""Held_der_Past (Player2960)"", + ""name"": ""Player2960"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2961, + ""alias"": ""Omner tunic (Player2961)"", + ""name"": ""Player2961"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2962, + ""alias"": ""AxxroyTime (Player2962)"", + ""name"": ""Player2962"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2963, + ""alias"": ""Piapiou (Player2963)"", + ""name"": ""Player2963"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2964, + ""alias"": ""Player2964"", + ""name"": ""Player2964"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2965, + ""alias"": ""Done (Player2965)"", + ""name"": ""Player2965"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2966, + ""alias"": ""Held_der_Herzen (Player2966)"", + ""name"": ""Player2966"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2967, + ""alias"": ""Exenteth (Player2967)"", + ""name"": ""Player2967"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2968, + ""alias"": ""Player2968"", + ""name"": ""Player2968"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2969, + ""alias"": ""Done (Player2969)"", + ""name"": ""Player2969"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2970, + ""alias"": ""MouseDoom3 (Player2970)"", + ""name"": ""Player2970"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2971, + ""alias"": ""Player2971"", + ""name"": ""Player2971"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2972, + ""alias"": ""VOLTICDOOM2 (Player2972)"", + ""name"": ""Player2972"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2973, + ""alias"": ""REXENSQUARED (Player2973)"", + ""name"": ""Player2973"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2974, + ""alias"": ""GaldanKH (Player2974)"", + ""name"": ""Player2974"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2975, + ""alias"": ""JulesHope(HK2) (Player2975)"", + ""name"": ""Player2975"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2976, + ""alias"": ""Mithost (Player2976)"", + ""name"": ""Player2976"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2977, + ""alias"": ""KenderKH2 (Player2977)"", + ""name"": ""Player2977"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2978, + ""alias"": ""Held_der_DLC (Player2978)"", + ""name"": ""Player2978"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2979, + ""alias"": ""Fishingworth (Player2979)"", + ""name"": ""Player2979"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2980, + ""alias"": ""calciumaddict (Player2980)"", + ""name"": ""Player2980"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2981, + ""alias"": ""CirNOPE_BS (Player2981)"", + ""name"": ""Player2981"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2982, + ""alias"": ""DONE (Player2982)"", + ""name"": ""Player2982"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2983, + ""alias"": ""SerpentLAND (Player2983)"", + ""name"": ""Player2983"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2984, + ""alias"": ""lichjnib (Player2984)"", + ""name"": ""Player2984"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2985, + ""alias"": ""Done (Player2985)"", + ""name"": ""Player2985"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2986, + ""alias"": ""Choco_Jack (Player2986)"", + ""name"": ""Player2986"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2987, + ""alias"": ""SerpentKDL3 (Player2987)"", + ""name"": ""Player2987"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2988, + ""alias"": ""Done (Player2988)"", + ""name"": ""Player2988"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2989, + ""alias"": ""Draex (F Forme) (Player2989)"", + ""name"": ""Player2989"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2990, + ""alias"": ""Player2990"", + ""name"": ""Player2990"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2991, + ""alias"": ""rosefae_blas (Player2991)"", + ""name"": ""Player2991"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2992, + ""alias"": ""Player2992"", + ""name"": ""Player2992"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2993, + ""alias"": ""Radagast1981 (Player2993)"", + ""name"": ""Player2993"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2994, + ""alias"": ""Slyther_CV (Player2994)"", + ""name"": ""Player2994"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2995, + ""alias"": ""Player2995"", + ""name"": ""Player2995"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2996, + ""alias"": ""done (Player2996)"", + ""name"": ""Player2996"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2997, + ""alias"": ""ArkynosTS (Player2997)"", + ""name"": ""Player2997"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2998, + ""alias"": ""DONE-PEStribbs (Player2998)"", + ""name"": ""Player2998"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2999, + ""alias"": ""done_zethnofact (Player2999)"", + ""name"": ""Player2999"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 3000, + ""alias"": ""done (Player3000)"", + ""name"": ""Player3000"", + ""class"": ""NetworkPlayer"" + } + ], + ""missing_locations"": [ + 33020, + 33021, + 33029, + 33033, + 33034, + 33035, + 33038, + 33048, + 33050, + 33060, + 33075, + 33085, + 33117, + 34010, + 34039, + 34043, + 34044, + 34045, + 34046 + ], + ""checked_locations"": [ + 33000, + 33001, + 33002, + 33003, + 33004, + 33005, + 33006, + 33007, + 33008, + 33009, + 33010, + 33011, + 33012, + 33013, + 33014, + 33015, + 33016, + 33017, + 33018, + 33019, + 33022, + 33023, + 33024, + 33025, + 33026, + 33027, + 33028, + 33030, + 33031, + 33032, + 33036, + 33037, + 33039, + 33040, + 33041, + 33042, + 33043, + 33044, + 33045, + 33046, + 33047, + 33049, + 33051, + 33052, + 33053, + 33054, + 33055, + 33056, + 33057, + 33058, + 33059, + 33061, + 33062, + 33063, + 33064, + 33065, + 33066, + 33067, + 33068, + 33069, + 33070, + 33071, + 33072, + 33073, + 33074, + 33076, + 33077, + 33078, + 33079, + 33080, + 33081, + 33082, + 33083, + 33084, + 33086, + 33087, + 33088, + 33089, + 33090, + 33091, + 33092, + 33093, + 33094, + 33095, + 33096, + 33097, + 33098, + 33099, + 33100, + 33101, + 33102, + 33103, + 33104, + 33105, + 33106, + 33107, + 33108, + 33109, + 33110, + 33111, + 33112, + 33113, + 33114, + 33115, + 33116, + 33118, + 33119, + 33120, + 33121, + 33122, + 33123, + 33124, + 33125, + 33126, + 33127, + 33128, + 33129, + 33130, + 34000, + 34001, + 34002, + 34003, + 34004, + 34005, + 34006, + 34007, + 34008, + 34009, + 34011, + 34012, + 34013, + 34014, + 34015, + 34016, + 34017, + 34018, + 34019, + 34020, + 34021, + 34022, + 34023, + 34024, + 34025, + 34026, + 34027, + 34028, + 34029, + 34030, + 34031, + 34032, + 34033, + 34034, + 34035, + 34036, + 34037, + 34038, + 34040, + 34041, + 34042, + 34047, + 34049 + ], + ""slot_info"": { + ""1"": { + ""name"": ""BadmoonZ_sub"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2"": { + ""name"": ""BadmoonZ_PkEm"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""3"": { + ""name"": ""BadmoonZ_sc2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""4"": { + ""name"": ""BadmoonZ_Z4"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""5"": { + ""name"": ""NightOoTR"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""6"": { + ""name"": ""NightOoTG"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""7"": { + ""name"": ""NightOoTB"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""8"": { + ""name"": ""NightSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""9"": { + ""name"": ""Emeraldeon"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""10"": { + ""name"": ""Lingeon"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""11"": { + ""name"": ""Messengeon"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""12"": { + ""name"": ""Ocarineon"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""13"": { + ""name"": ""5ully_Tunc"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""14"": { + ""name"": ""5ully_Valley"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""15"": { + ""name"": ""5ully_Hike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""16"": { + ""name"": ""5ully_Witness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""17"": { + ""name"": ""7deepsartlU_OoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""18"": { + ""name"": ""7deepsartlU_SA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""19"": { + ""name"": ""Ouroboros ALttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""20"": { + ""name"": ""7th Ouroboros HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""21"": { + ""name"": ""Ouroboros LADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""22"": { + ""name"": ""adam"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""23"": { + ""name"": ""AdremLegacy"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""24"": { + ""name"": ""AdremFactory"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""25"": { + ""name"": ""AdremMQ"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""26"": { + ""name"": ""AdremLTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""27"": { + ""name"": ""AGG_64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""28"": { + ""name"": ""AGG_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""29"": { + ""name"": ""AGG_LttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""30"": { + ""name"": ""AGG_OoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""31"": { + ""name"": ""Bunny Phar"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""32"": { + ""name"": ""Pharkip"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""33"": { + ""name"": ""Sir Phar"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""34"": { + ""name"": ""Super Phario"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""35"": { + ""name"": ""AndrewOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""36"": { + ""name"": ""AndrewSMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""37"": { + ""name"": ""Andrew64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""38"": { + ""name"": ""Aki665_CV64"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""39"": { + ""name"": ""Aki665_KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""40"": { + ""name"": ""Aki665_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""41"": { + ""name"": ""Aki665_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""42"": { + ""name"": ""akubookey"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""43"": { + ""name"": ""akumario"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""44"": { + ""name"": ""akuopen"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""45"": { + ""name"": ""Alex230"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""46"": { + ""name"": ""Alexo_ALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""47"": { + ""name"": ""Alexo_SMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""48"": { + ""name"": ""Alexo_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""49"": { + ""name"": ""Alrik64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""50"": { + ""name"": ""AlrikDX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""51"": { + ""name"": ""AlrikKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""52"": { + ""name"": ""AlrikSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""53"": { + ""name"": ""AltasWolfDLCQ"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""54"": { + ""name"": ""AltasWolfDOOM"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""55"": { + ""name"": ""AltasWolfRogue"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""56"": { + ""name"": ""AltasWolfSpire"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""57"": { + ""name"": ""AmalgorithmicRB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""58"": { + ""name"": ""AmalgorithmicMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""59"": { + ""name"": ""Amalgorithmic64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""60"": { + ""name"": ""AmalgorithmicEM"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""61"": { + ""name"": ""AmaziaShortHike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""62"": { + ""name"": ""AmaziaDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""63"": { + ""name"": ""AmaziaMessenger"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""64"": { + ""name"": ""AmaziaTimespin"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""65"": { + ""name"": ""piplttpmassive3"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""66"": { + ""name"": ""piplttpmassive2"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""67"": { + ""name"": ""piplttpmassive1"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""68"": { + ""name"": ""pip"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""69"": { + ""name"": ""AnsonEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""70"": { + ""name"": ""AnsonRed"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""71"": { + ""name"": ""AnsonKH"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""72"": { + ""name"": ""MrPokemon11RoR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""73"": { + ""name"": ""MrPokemon11Demon"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""74"": { + ""name"": ""MrPokemon11Shvrs"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""75"": { + ""name"": ""MrPokemon11Tunc"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""76"": { + ""name"": ""Arashi-KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""77"": { + ""name"": ""Arashi-Muse"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""78"": { + ""name"": ""Arashi-Time"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""79"": { + ""name"": ""AriEM"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""80"": { + ""name"": ""ArkynosEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""81"": { + ""name"": ""ArkynosRB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""82"": { + ""name"": ""ArkynosSub"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""83"": { + ""name"": ""ArkynosHylics"", + ""game"": ""Hylics 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""84"": { + ""name"": ""Legs_Hike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""85"": { + ""name"": ""Legs_RoR"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""86"": { + ""name"": ""Legs_Sub"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""87"": { + ""name"": ""Legs_Witness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""88"": { + ""name"": ""ButterMageHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""89"": { + ""name"": ""ButterMageMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""90"": { + ""name"": ""ButterMageOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""91"": { + ""name"": ""ButterMagePE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""92"": { + ""name"": ""Dr.Awesome_Tunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""93"": { + ""name"": ""Dr.Awesome_Fact"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""94"": { + ""name"": ""Dr.Awesome_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""95"": { + ""name"": ""Dr.Awesome_Mine"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""96"": { + ""name"": ""DLCM8"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""97"": { + ""name"": ""StarM8"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""98"": { + ""name"": ""WitnessM8"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""99"": { + ""name"": ""NoBuildM8"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""100"": { + ""name"": ""AugustusWitness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""101"": { + ""name"": ""AugustusTerraria"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""102"": { + ""name"": ""AugustusLingo"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""103"": { + ""name"": ""AureliaJumping"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""104"": { + ""name"": ""AureliaRunning"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""105"": { + ""name"": ""AureliaSlaying"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""106"": { + ""name"": ""AxxroyHike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""107"": { + ""name"": ""AxxroyTunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""108"": { + ""name"": ""AxxroyWitness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""109"": { + ""name"": ""AxxroyEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""110"": { + ""name"": ""Baby Groot HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""111"": { + ""name"": ""Baby Groot SM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""112"": { + ""name"": ""Baby Groot Em"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""113"": { + ""name"": ""Baby Groot Red"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""114"": { + ""name"": ""Bandit'sIsland"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""115"": { + ""name"": ""BanditEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""116"": { + ""name"": ""BanditGaiden"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""117"": { + ""name"": ""BanditNotThief"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""118"": { + ""name"": ""Bazoo_ALttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""119"": { + ""name"": ""Bazoo_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""120"": { + ""name"": ""Bazoo_Yoshi"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""121"": { + ""name"": ""BBPuff1"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""122"": { + ""name"": ""BeckyScottFairle"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""123"": { + ""name"": ""Ben'Jammin27"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""124"": { + ""name"": ""BenderMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""125"": { + ""name"": ""BenderSC"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""126"": { + ""name"": ""BennyButNotSH"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""127"": { + ""name"": ""BennyButNotLA"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""128"": { + ""name"": ""BennyButNotHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""129"": { + ""name"": ""bennydreamly_dlc"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""130"": { + ""name"": ""bennydreamly_dew"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""131"": { + ""name"": ""bennydreamly_chk"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""132"": { + ""name"": ""bennydreamly_stk"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""133"": { + ""name"": ""Berserker"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""134"": { + ""name"": ""Berserker2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""135"": { + ""name"": ""Berserker3"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""136"": { + ""name"": ""BerserkerDiver"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""137"": { + ""name"": ""Mrks ALttP #137"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""138"": { + ""name"": ""Mrks HK #138"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""139"": { + ""name"": ""Mrks MQ #139"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""140"": { + ""name"": ""Mrks SMW #140"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""141"": { + ""name"": ""Poke4Cake"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""142"": { + ""name"": ""Link4Cake"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""143"": { + ""name"": ""TEM4Cake"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""144"": { + ""name"": ""Risk4Cake"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""145"": { + ""name"": ""BullfrofDLCQ"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""146"": { + ""name"": ""BullfrofRB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""147"": { + ""name"": ""BullfrofUT"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""148"": { + ""name"": ""PixievoltCraft"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""149"": { + ""name"": ""Pixievolt64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""150"": { + ""name"": ""cundelHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""151"": { + ""name"": ""cundelTR"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""152"": { + ""name"": ""cundelTU"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""153"": { + ""name"": ""StarGremlin"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""154"": { + ""name"": ""PokeGremlin"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""155"": { + ""name"": ""FactoryGremlin"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""156"": { + ""name"": ""SuperJonesio"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""157"": { + ""name"": ""MysticJones"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""158"": { + ""name"": ""JonesSpinner"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""159"": { + ""name"": ""CookingPersonMan"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""160"": { + ""name"": ""HollowPersonMan"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""161"": { + ""name"": ""TUNICPersonMan"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""162"": { + ""name"": ""PinguHearts2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""163"": { + ""name"": ""PinguEm"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""164"": { + ""name"": ""PinguKnight"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""165"": { + ""name"": ""ffuzzBIGsweep"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""166"": { + ""name"": ""ffuzzBIGrl"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""167"": { + ""name"": ""ffuzzBIGred"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""168"": { + ""name"": ""ffuzzBIGemerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""169"": { + ""name"": ""BizzoSMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""170"": { + ""name"": ""BizzoLetsAGo"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""171"": { + ""name"": ""BizzoOfTime"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""172"": { + ""name"": ""BizzoSANIC"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""173"": { + ""name"": ""Black_Sliver_SoE"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""174"": { + ""name"": ""BluejelloRisk"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""175"": { + ""name"": ""BluejelloSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""176"": { + ""name"": ""BluejelloZillion"", + ""game"": ""Zillion"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""177"": { + ""name"": ""BluejelloWitness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""178"": { + ""name"": ""BlueSoxOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""179"": { + ""name"": ""BlueSoxFact"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""180"": { + ""name"": ""BlueSoxDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""181"": { + ""name"": ""BlueSoxSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""182"": { + ""name"": ""Boba'sAwakening"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""183"": { + ""name"": ""FindingBoba"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""184"": { + ""name"": ""Boss Past"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""185"": { + ""name"": ""Boss 64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""186"": { + ""name"": ""Bosstale"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""187"": { + ""name"": ""UnderBoss"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""188"": { + ""name"": ""Bouloche_UT"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""189"": { + ""name"": ""Bouloche_HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""190"": { + ""name"": ""Bouloche_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""191"": { + ""name"": ""Bouloche_Tunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""192"": { + ""name"": ""Bread-RoR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""193"": { + ""name"": ""Bren1"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""194"": { + ""name"": ""Bren2"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""195"": { + ""name"": ""Bren3"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""196"": { + ""name"": ""Bren4"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""197"": { + ""name"": ""BryanmasterDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""198"": { + ""name"": ""BryanmasterDLC2"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""199"": { + ""name"": ""BryanmasterROR"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""200"": { + ""name"": ""BryGuy_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""201"": { + ""name"": ""Bulborbish_4"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""202"": { + ""name"": ""Bulborbish_3"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""203"": { + ""name"": ""Bulborbish_2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""204"": { + ""name"": ""Bulborbish_1"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""205"": { + ""name"": ""BunkEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""206"": { + ""name"": ""BunkBlue"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""207"": { + ""name"": ""BunkSonic"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""208"": { + ""name"": ""BunkMegaman"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""209"": { + ""name"": ""C2123"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""210"": { + ""name"": ""Shiro - SMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""211"": { + ""name"": ""CaitIsFactory"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""212"": { + ""name"": ""CaitIsGoose"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""213"": { + ""name"": ""CaitIsLunais"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""214"": { + ""name"": ""CaitIsChamp"", + ""game"": ""Zillion"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""215"": { + ""name"": ""CalHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""216"": { + ""name"": ""Canor_LADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""217"": { + ""name"": ""Canor_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""218"": { + ""name"": ""Canor_SMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""219"": { + ""name"": ""Canor_Steven"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""220"": { + ""name"": ""capogalassiaRed"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""221"": { + ""name"": ""capogalassiaEmer"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""222"": { + ""name"": ""CapLin"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""223"": { + ""name"": ""CapM64MR"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""224"": { + ""name"": ""CapM64NoMR"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""225"": { + ""name"": ""CapTer"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""226"": { + ""name"": ""Cay2"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""227"": { + ""name"": ""CDOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""228"": { + ""name"": ""CDEMER"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""229"": { + ""name"": ""CDRED"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""230"": { + ""name"": ""CDSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""231"": { + ""name"": ""ChadralnALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""232"": { + ""name"": ""ChadralnSM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""233"": { + ""name"": ""ChadralnSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""234"": { + ""name"": ""ChadralnSpinner"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""235"": { + ""name"": ""Chalk33Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""236"": { + ""name"": ""Chalk33KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""237"": { + ""name"": ""ChamisoLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""238"": { + ""name"": ""ChamisoLttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""239"": { + ""name"": ""ChamisoPE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""240"": { + ""name"": ""ChamisoSoE"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""241"": { + ""name"": ""Chandelure_PKMN"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""242"": { + ""name"": ""Chandelure_SA2B"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""243"": { + ""name"": ""Chandelure_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""244"": { + ""name"": ""ChandlerHike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""245"": { + ""name"": ""ChandlerCraft"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""246"": { + ""name"": ""ChandlerWitness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""247"": { + ""name"": ""ChandlerMetroid"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""248"": { + ""name"": ""chaserdk"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""249"": { + ""name"": ""Chloestv"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""250"": { + ""name"": ""ChozoIndigoLOZ"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""251"": { + ""name"": ""ChozoIndigoSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""252"": { + ""name"": ""ChozoIndigoSMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""253"": { + ""name"": ""ChozoIndigoOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""254"": { + ""name"": ""Chronake"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""255"": { + ""name"": ""CJMTS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""256"": { + ""name"": ""CJMKH"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""257"": { + ""name"": ""CJMS"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""258"": { + ""name"": ""CJMT"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""259"": { + ""name"": ""Clocky64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""260"": { + ""name"": ""ClockyCraft"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""261"": { + ""name"": ""ClockyFac"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""262"": { + ""name"": ""CloverMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""263"": { + ""name"": ""CloverSM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""264"": { + ""name"": ""CloverTMOD"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""265"": { + ""name"": ""CloverUT"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""266"": { + ""name"": ""Coal_Lingo"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""267"": { + ""name"": ""Coal_Witness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""268"": { + ""name"": ""Coal_SA2B"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""269"": { + ""name"": ""Coal_ALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""270"": { + ""name"": ""Cobra"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""271"": { + ""name"": ""CobraOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""272"": { + ""name"": ""CobraSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""273"": { + ""name"": ""CobraSV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""274"": { + ""name"": ""LogicalDoer"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""275"": { + ""name"": ""GorillaOfTime"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""276"": { + ""name"": ""SecretCode"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""277"": { + ""name"": ""NalaShivers3"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""278"": { + ""name"": ""NalaShivers2"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""279"": { + ""name"": ""NalaShivers1"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""280"": { + ""name"": ""AedisFactorio1"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""281"": { + ""name"": ""AedisFactorio2"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""282"": { + ""name"": ""AedisStarcraft1"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""283"": { + ""name"": ""AedisStarcraft2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""284"": { + ""name"": ""NolanPokeRed"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""285"": { + ""name"": ""NolanPokeEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""286"": { + ""name"": ""NolanTanukiRando"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""287"": { + ""name"": ""BlivenOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""288"": { + ""name"": ""BlivenSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""289"": { + ""name"": ""DigiLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""290"": { + ""name"": ""DigiNinja"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""291"": { + ""name"": ""DigitothePast"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""292"": { + ""name"": ""Nuclear_Hike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""293"": { + ""name"": ""Nuclear_MarWorld"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""294"": { + ""name"": ""Nuclear_Risk"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""295"": { + ""name"": ""Nuclear_Stardew"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""296"": { + ""name"": ""MouseShivers3"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""297"": { + ""name"": ""MouseShivers2"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""298"": { + ""name"": ""MouseShivers1"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""299"": { + ""name"": ""MouseSA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""300"": { + ""name"": ""CV64_mauwhir"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""301"": { + ""name"": ""OoT_mauwhir"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""302"": { + ""name"": ""ThuCel1"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""303"": { + ""name"": ""ThuKH21"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""304"": { + ""name"": ""ThuSM641"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""305"": { + ""name"": ""ThuTime1"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""306"": { + ""name"": ""chaosTunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""307"": { + ""name"": ""chaosUT"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""308"": { + ""name"": ""chaosSA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""309"": { + ""name"": ""chaosEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""310"": { + ""name"": ""sooper_SMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""311"": { + ""name"": ""sooper_Blue"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""312"": { + ""name"": ""sooper_Mario64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""313"": { + ""name"": ""sooper_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""314"": { + ""name"": ""NagrandMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""315"": { + ""name"": ""NagrandS2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""316"": { + ""name"": ""NagrandSV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""317"": { + ""name"": ""WolfBoi008SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""318"": { + ""name"": ""WolfBoi008SMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""319"": { + ""name"": ""WolfBoi008TM"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""320"": { + ""name"": ""TortelPkmn"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""321"": { + ""name"": ""TortelSA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""322"": { + ""name"": ""Datboo"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""323"": { + ""name"": ""Datboo2"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""324"": { + ""name"": ""CommandAdventure"", + ""game"": ""Adventure"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""325"": { + ""name"": ""CommandDoom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""326"": { + ""name"": ""CommandZork"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""327"": { + ""name"": ""CooltrainerSpins"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""328"": { + ""name"": ""CooltrainerHoenn"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""329"": { + ""name"": ""CooltrainerKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""330"": { + ""name"": ""CooltrainerOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""331"": { + ""name"": ""CovLost"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""332"": { + ""name"": ""CovHunt"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""333"": { + ""name"": ""CovShivers"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""334"": { + ""name"": ""CovZork"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""335"": { + ""name"": ""cubethethird_HK1"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""336"": { + ""name"": ""cubethethird_HK2"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""337"": { + ""name"": ""cubethethird_LA1"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""338"": { + ""name"": ""cubethethird_LA2"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""339"": { + ""name"": ""CVTaurus_AlttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""340"": { + ""name"": ""CVTaurus_Doom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""341"": { + ""name"": ""CVTaurus_DX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""342"": { + ""name"": ""CVTaurus_STS"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""343"": { + ""name"": ""Cyber-Doom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""344"": { + ""name"": ""Cyber-Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""345"": { + ""name"": ""Cyber-KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""346"": { + ""name"": ""DamahHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""347"": { + ""name"": ""DamahFactory"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""348"": { + ""name"": ""DamahRogue"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""349"": { + ""name"": ""DamahSC"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""350"": { + ""name"": ""DanB_quest"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""351"": { + ""name"": ""DanB_TS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""352"": { + ""name"": ""DanB_legacy"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""353"": { + ""name"": ""Dapper-Rain"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""354"": { + ""name"": ""Dapper-Dash"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""355"": { + ""name"": ""Dapper-Hike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""356"": { + ""name"": ""Dapper-Facts"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""357"": { + ""name"": ""DarkFireEm"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""358"": { + ""name"": ""DarkFireRed"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""359"": { + ""name"": ""DarkMaterialCE64"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""360"": { + ""name"": ""DarkMaterialHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""361"": { + ""name"": ""DarkMaterialMD"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""362"": { + ""name"": ""DarkMaterialTNC"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""363"": { + ""name"": ""piggybowStardew"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""364"": { + ""name"": ""DatapodDoom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""365"": { + ""name"": ""DatapodHylics"", + ""game"": ""Hylics 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""366"": { + ""name"": ""DatapodLTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""367"": { + ""name"": ""DatapodMario"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""368"": { + ""name"": ""DCrab_FFMQ"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""369"": { + ""name"": ""DCrab_TS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""370"": { + ""name"": ""DCrab_SoE"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""371"": { + ""name"": ""DCrab_LoZ"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""372"": { + ""name"": ""DCReptile"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""373"": { + ""name"": ""DDDragoniHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""374"": { + ""name"": ""DDDragoniOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""375"": { + ""name"": ""DDDragoniRoR"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""376"": { + ""name"": ""DeamonEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""377"": { + ""name"": ""DeamonFactorio"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""378"": { + ""name"": ""DeamonHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""379"": { + ""name"": ""DeamonMuse"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""380"": { + ""name"": ""Deathclaw99EM"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""381"": { + ""name"": ""Deathclaw99HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""382"": { + ""name"": ""Deathclaw99OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""383"": { + ""name"": ""Deathclaw99TS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""384"": { + ""name"": ""DeltaRB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""385"": { + ""name"": ""DeltaTLoZ"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""386"": { + ""name"": ""DeltaFinder"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""387"": { + ""name"": ""DeltaDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""388"": { + ""name"": ""DemorckHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""389"": { + ""name"": ""DemorckOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""390"": { + ""name"": ""DemorckLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""391"": { + ""name"": ""DemorckV6"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""392"": { + ""name"": ""Dessos_big_hell"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""393"": { + ""name"": ""dessoT"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""394"": { + ""name"": ""DessoM"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""395"": { + ""name"": ""DessoDS3"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""396"": { + ""name"": ""DevilDavidFactor"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""397"": { + ""name"": ""DevilDavidSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""398"": { + ""name"": ""DevilDavidTerrar"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""399"": { + ""name"": ""DevilDavidEmeral"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""400"": { + ""name"": ""AdvoZork"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""401"": { + ""name"": ""AdvoShortHike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""402"": { + ""name"": ""AdvoSuper64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""403"": { + ""name"": ""AdvoWaluigiWorld"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""404"": { + ""name"": ""dicedragonWitnes"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""405"": { + ""name"": ""dicedragonLingo"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""406"": { + ""name"": ""dicedragonSpire"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""407"": { + ""name"": ""Digimon16DLCQ"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""408"": { + ""name"": ""Digimon16HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""409"": { + ""name"": ""Digimon16PKM"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""410"": { + ""name"": ""Digimon16PKME"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""411"": { + ""name"": ""DNPLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""412"": { + ""name"": ""DNPM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""413"": { + ""name"": ""DNPRed"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""414"": { + ""name"": ""DNPSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""415"": { + ""name"": ""DoctaisenEepy"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""416"": { + ""name"": ""DoctaisenSM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""417"": { + ""name"": ""DoctaisenUN"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""418"": { + ""name"": ""Donkyhotay"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""419"": { + ""name"": ""dosciALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""420"": { + ""name"": ""dosciROR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""421"": { + ""name"": ""dotdot_z1"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""422"": { + ""name"": ""dotdot_alttp"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""423"": { + ""name"": ""dotdot_lingo"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""424"": { + ""name"": ""dotdot_sys"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""425"": { + ""name"": ""DrPepper(C64)"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""426"": { + ""name"": ""DrPepper(KH2)"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""427"": { + ""name"": ""DrPepper(SA2)"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""428"": { + ""name"": ""DrPepper(TUNIC)"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""429"": { + ""name"": ""Draex (T forme)"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""430"": { + ""name"": ""Draex (S forme)"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""431"": { + ""name"": ""Draex (Hivemind)"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""432"": { + ""name"": ""Draex (Y Forme)"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""433"": { + ""name"": ""Dragonite13_HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""434"": { + ""name"": ""Dragonite13_SH"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""435"": { + ""name"": ""DragorrodGreen"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""436"": { + ""name"": ""DragorrodRed"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""437"": { + ""name"": ""DragorrodWhite"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""438"": { + ""name"": ""DragorrodBlue"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""439"": { + ""name"": ""DragusSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""440"": { + ""name"": ""DragusFCTY"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""441"": { + ""name"": ""Driabo"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""442"": { + ""name"": ""DroppelHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""443"": { + ""name"": ""DroppelTS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""444"": { + ""name"": ""DroppelRB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""445"": { + ""name"": ""DroppelTUNIC"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""446"": { + ""name"": ""RainstormBlade"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""447"": { + ""name"": ""TerraBlade"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""448"": { + ""name"": ""DuraaxDS3"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""449"": { + ""name"": ""DuraaxKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""450"": { + ""name"": ""DuraaxTerraria"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""451"": { + ""name"": ""DVe (Emerald)"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""452"": { + ""name"": ""DVe (Muse Dash)"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""453"": { + ""name"": ""DVe (Mario)"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""454"": { + ""name"": ""Eds-OoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""455"": { + ""name"": ""Eds-PKMN"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""456"": { + ""name"": ""Eds-SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""457"": { + ""name"": ""eeveeMKI_ZOOTR"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""458"": { + ""name"": ""EeveeMKIALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""459"": { + ""name"": ""EeveeMKIEmmy"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""460"": { + ""name"": ""eeveeMKISMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""461"": { + ""name"": ""EeveeStarcraft"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""462"": { + ""name"": ""EeveeLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""463"": { + ""name"": ""emertale"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""464"": { + ""name"": ""emerlausLTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""465"": { + ""name"": ""emerlausLTTP2"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""466"": { + ""name"": ""emerlausDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""467"": { + ""name"": ""factorio.mp3"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""468"": { + ""name"": ""sm64.mp3"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""469"": { + ""name"": ""emerald.mp3"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""470"": { + ""name"": ""EnglishSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""471"": { + ""name"": ""EnglishEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""472"": { + ""name"": ""EnglishHearts"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""473"": { + ""name"": ""EnglishHollow"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""474"": { + ""name"": ""epicsleleton"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""475"": { + ""name"": ""EpsCraft"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""476"": { + ""name"": ""Epsitale"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""477"": { + ""name"": ""EpsTroid"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""478"": { + ""name"": ""Upsilon"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""479"": { + ""name"": ""EpySA2B"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""480"": { + ""name"": ""erbs-ts"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""481"": { + ""name"": ""erbs-dlc"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""482"": { + ""name"": ""erbs-cf"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""483"": { + ""name"": ""erbs-bs"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""484"": { + ""name"": ""ergotaeRB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""485"": { + ""name"": ""ergotaeEmmy"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""486"": { + ""name"": ""EricDM"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""487"": { + ""name"": ""EricCV"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""488"": { + ""name"": ""EricSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""489"": { + ""name"": ""EricOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""490"": { + ""name"": ""Erkigmo 1"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""491"": { + ""name"": ""Erkigmo 2"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""492"": { + ""name"": ""ErrorNoUsernameO"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""493"": { + ""name"": ""ErrorNoUsernameR"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""494"": { + ""name"": ""essell-oot"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""495"": { + ""name"": ""essell-emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""496"": { + ""name"": ""essell-KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""497"": { + ""name"": ""Estii_DS3"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""498"": { + ""name"": ""Estii_RoR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""499"": { + ""name"": ""Eszenn HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""500"": { + ""name"": ""Eszenn EM"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""501"": { + ""name"": ""eudai501"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""502"": { + ""name"": ""eudai502"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""503"": { + ""name"": ""eudai503"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""504"": { + ""name"": ""eudai504"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""505"": { + ""name"": ""ExentethFactorio"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""506"": { + ""name"": ""ExentethMQ"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""507"": { + ""name"": ""EzarkDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""508"": { + ""name"": ""Ezark1993"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""509"": { + ""name"": ""EzarkSM64Move"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""510"": { + ""name"": ""Nightingale33"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""511"": { + ""name"": ""FarrenTS511"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""512"": { + ""name"": ""Fatman_HK_God"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""513"": { + ""name"": ""Fatman_HK2"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""514"": { + ""name"": ""FaultBat-fctr"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""515"": { + ""name"": ""FaultBat-msngr"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""516"": { + ""name"": ""FaultBat-shrthk"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""517"": { + ""name"": ""FaultBat-tnc"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""518"": { + ""name"": ""FechOOT518"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""519"": { + ""name"": ""FechMQ519"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""520"": { + ""name"": ""FechLTTP520"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""521"": { + ""name"": ""FechBN3521"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""522"": { + ""name"": ""FelixTheBirb"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""523"": { + ""name"": ""FelixTheWord"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""524"": { + ""name"": ""FelixTheFox"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""525"": { + ""name"": ""FelixTheProgram"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""526"": { + ""name"": ""Fido"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""527"": { + ""name"": ""FB_KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""528"": { + ""name"": ""FB_SM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""529"": { + ""name"": ""FigmentDKC3"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""530"": { + ""name"": ""FigmentSpinner"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""531"": { + ""name"": ""FigmentWitness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""532"": { + ""name"": ""FigmentSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""533"": { + ""name"": ""Fire emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""534"": { + ""name"": ""Firecraft"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""535"": { + ""name"": ""Firered"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""536"": { + ""name"": ""FireGroove"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""537"": { + ""name"": ""MegaFish"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""538"": { + ""name"": ""FishHike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""539"": { + ""name"": ""DoomFish"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""540"": { + ""name"": ""FishyEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""541"": { + ""name"": ""FishyStarcraft"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""542"": { + ""name"": ""STAR FIZL"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""543"": { + ""name"": ""TIME FIZL"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""544"": { + ""name"": ""BOAT FIZL"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""545"": { + ""name"": ""CHEF FIZL"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""546"": { + ""name"": ""FlagninjaOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""547"": { + ""name"": ""FlagMessenger"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""548"": { + ""name"": ""FlagninjaDKC3"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""549"": { + ""name"": ""Doomed Flareon"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""550"": { + ""name"": ""Trainer Flareon"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""551"": { + ""name"": ""FlareonALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""552"": { + ""name"": ""Heretic Flareon"", + ""game"": ""Heretic"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""553"": { + ""name"": ""FleaToThePast"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""554"": { + ""name"": ""FleaTheEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""555"": { + ""name"": ""floflo1674mario"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""556"": { + ""name"": ""floflo1674frisk"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""557"": { + ""name"": ""Fluzziii"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""558"": { + ""name"": ""fragger"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""559"": { + ""name"": ""fragger2"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""560"": { + ""name"": ""fragger3"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""561"": { + ""name"": ""fragger4"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""562"": { + ""name"": ""FuzzyEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""563"": { + ""name"": ""GalladeSpinner"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""564"": { + ""name"": ""GalladeSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""565"": { + ""name"": ""GalladeEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""566"": { + ""name"": ""GalladeSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""567"": { + ""name"": ""GGuyKDL3_567"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""568"": { + ""name"": ""GGuyOoT_568"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""569"": { + ""name"": ""GGuyEm_569"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""570"": { + ""name"": ""GGuyYI_570"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""571"": { + ""name"": ""GamesSpinner"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""572"": { + ""name"": ""GamesMuse"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""573"": { + ""name"": ""GamesFinder"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""574"": { + ""name"": ""GamesTerra"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""575"": { + ""name"": ""Loyalar64M"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""576"": { + ""name"": ""LoyalarLttPRetro"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""577"": { + ""name"": ""LoyalarSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""578"": { + ""name"": ""LoyalarSMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""579"": { + ""name"": ""GarboBug"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""580"": { + ""name"": ""GarboSouls"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""581"": { + ""name"": ""Gbell_Oot"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""582"": { + ""name"": ""GbellMiner"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""583"": { + ""name"": ""Bell_RoR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""584"": { + ""name"": ""GbellKh2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""585"": { + ""name"": ""GeminiMQ"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""586"": { + ""name"": ""GeminiALttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""587"": { + ""name"": ""GeminiKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""588"": { + ""name"": ""GGP-TIMESPEEN"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""589"": { + ""name"": ""GGP-ROGUEL"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""590"": { + ""name"": ""GGP-BLASPHEMY"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""591"": { + ""name"": ""GibelyouFFMQ"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""592"": { + ""name"": ""GibSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""593"": { + ""name"": ""Gibeltic"", + ""game"": ""Heretic"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""594"": { + ""name"": ""Gibelmonred"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""595"": { + ""name"": ""GlitchyRawlsSA2B"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""596"": { + ""name"": ""GodlFireShivers1"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""597"": { + ""name"": ""GodlFireShivers2"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""598"": { + ""name"": ""GodlFireShivers3"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""599"": { + ""name"": ""GodlFireShivers4"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""600"": { + ""name"": ""GoldZephFF1"", + ""game"": ""Final Fantasy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""601"": { + ""name"": ""GoldZephRoR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""602"": { + ""name"": ""GooDang_PE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""603"": { + ""name"": ""GooDang_SC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""604"": { + ""name"": ""GooDang_SC2Grid"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""605"": { + ""name"": ""GooDang_C64"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""606"": { + ""name"": ""greatx3_stardew"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""607"": { + ""name"": ""GreenOkamiEmeral"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""608"": { + ""name"": ""GreenOkamiOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""609"": { + ""name"": ""GreenOkamiStS"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""610"": { + ""name"": ""GreenOkamiMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""611"": { + ""name"": ""Gridella_KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""612"": { + ""name"": ""Gridella_MD"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""613"": { + ""name"": ""Gridella_Pokemon"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""614"": { + ""name"": ""Gridella_SC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""615"": { + ""name"": ""Grimore-Factorio"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""616"": { + ""name"": ""Grimore-Merit"", + ""game"": ""Meritous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""617"": { + ""name"": ""Grimore-SA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""618"": { + ""name"": ""Grimore-Terraria"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""619"": { + ""name"": ""GuhnSC"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""620"": { + ""name"": ""GuhnPE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""621"": { + ""name"": ""Guhnalttp"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""622"": { + ""name"": ""GwenegadeLTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""623"": { + ""name"": ""GwenegadePkmnBlu"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""624"": { + ""name"": ""GwenegadeTS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""625"": { + ""name"": ""GwenegadeRaft"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""626"": { + ""name"": ""GuyWithPastaKirb"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""627"": { + ""name"": ""GuyWithPastaGen3"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""628"": { + ""name"": ""HamTheBacon"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""629"": { + ""name"": ""ArteaPew1"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""630"": { + ""name"": ""Artea-Chop'n'pew"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""631"": { + ""name"": ""ArtySpinner1"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""632"": { + ""name"": ""MysticArty1"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""633"": { + ""name"": ""Harkness_DS3"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""634"": { + ""name"": ""Harkness_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""635"": { + ""name"": ""Harkness_PE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""636"": { + ""name"": ""Harkness_64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""637"": { + ""name"": ""hb-emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""638"": { + ""name"": ""hb-messenger"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""639"": { + ""name"": ""hb-red"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""640"": { + ""name"": ""hb-ts"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""641"": { + ""name"": ""Hedo64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""642"": { + ""name"": ""HedoEm"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""643"": { + ""name"": ""HedoSMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""644"": { + ""name"": ""HL971_Doom93"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""645"": { + ""name"": ""HL971_Doom2"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""646"": { + ""name"": ""HL971_Raft"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""647"": { + ""name"": ""HL971_MineC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""648"": { + ""name"": ""Feidh"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""649"": { + ""name"": ""Holly649"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""650"": { + ""name"": ""Holly650"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""651"": { + ""name"": ""Holly651"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""652"": { + ""name"": ""Holly652"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""653"": { + ""name"": ""Hotstreak"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""654"": { + ""name"": ""Hotstreak2"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""655"": { + ""name"": ""HumaanSonic"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""656"": { + ""name"": ""HumaanRouge"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""657"": { + ""name"": ""HumaanSecretary"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""658"": { + ""name"": ""Hybrid"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""659"": { + ""name"": ""HylianWitness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""660"": { + ""name"": ""HylianLOZ3"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""661"": { + ""name"": ""HylianQuest"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""662"": { + ""name"": ""Hy-V-an"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""663"": { + ""name"": ""michaelrose_SC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""664"": { + ""name"": ""michaelrose_HOTS"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""665"": { + ""name"": ""michaelrose_smz3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""666"": { + ""name"": ""michaelrose_TS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""667"": { + ""name"": ""Ian_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""668"": { + ""name"": ""Ian-Minecraft"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""669"": { + ""name"": ""Ian-Noita"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""670"": { + ""name"": ""IcyGlaceonPKEM"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""671"": { + ""name"": ""IcyGlaceonMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""672"": { + ""name"": ""IcyGlaceonSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""673"": { + ""name"": ""IcyGlaceonTer"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""674"": { + ""name"": ""ikk_sub"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""675"": { + ""name"": ""ikk64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""676"": { + ""name"": ""ikk_blue"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""677"": { + ""name"": ""IncoOrangeSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""678"": { + ""name"": ""IncoOrangeDS3"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""679"": { + ""name"": ""IncoOrangeEm"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""680"": { + ""name"": ""IncoOrangeFac"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""681"": { + ""name"": ""InflimHolB"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""682"": { + ""name"": ""InflimHolA"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""683"": { + ""name"": ""InflimEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""684"": { + ""name"": ""InflimSonic"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""685"": { + ""name"": ""Inno"", + ""game"": ""Final Fantasy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""686"": { + ""name"": ""Iris_HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""687"": { + ""name"": ""Iris_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""688"": { + ""name"": ""Iris_SA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""689"": { + ""name"": ""Iron_Gamer4565"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""690"": { + ""name"": ""Iron_Gamer"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""691"": { + ""name"": ""Jacobbbbbbbbbbbb"", + ""game"": ""Final Fantasy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""692"": { + ""name"": ""Jacobbbbbbbbbbb2"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""693"": { + ""name"": ""Jacobbbbbbbbbbb3"", + ""game"": ""Lufia II Ancient Cave"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""694"": { + ""name"": ""Jacobbbbbbbbbbb4"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""695"": { + ""name"": ""JamaicanSCBrutal"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""696"": { + ""name"": ""JamaicanPokemon"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""697"": { + ""name"": ""JamaTraintorio"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""698"": { + ""name"": ""jennn SV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""699"": { + ""name"": ""jennn chef"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""700"": { + ""name"": ""jennn sous-chef"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""701"": { + ""name"": ""jennn HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""702"": { + ""name"": ""jf-hollow"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""703"": { + ""name"": ""jf-cooked"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""704"": { + ""name"": ""jf-rogue"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""705"": { + ""name"": ""jf-time"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""706"": { + ""name"": ""jinjo2200oot"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""707"": { + ""name"": ""jinjo2200shiv"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""708"": { + ""name"": ""jinjo2200sm64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""709"": { + ""name"": ""Joat Z"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""710"": { + ""name"": ""Joat MQ"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""711"": { + ""name"": ""Joat MZ"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""712"": { + ""name"": ""Joat D"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""713"": { + ""name"": ""Jouramie"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""714"": { + ""name"": ""JSpatz_Big"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""715"": { + ""name"": ""JudosiiEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""716"": { + ""name"": ""JudosiiSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""717"": { + ""name"": ""JudosiiOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""718"": { + ""name"": ""JulesHope(HK)"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""719"": { + ""name"": ""Jupiterknight"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""720"": { + ""name"": ""JupiterofTime"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""721"": { + ""name"": ""Jupitervalley"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""722"": { + ""name"": ""WakeUpJupiter"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""723"": { + ""name"": ""JustNeoDOOM2"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""724"": { + ""name"": ""JustNeoKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""725"": { + ""name"": ""JustNeoSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""726"": { + ""name"": ""JustNeoSM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""727"": { + ""name"": ""KanaAsync"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""728"": { + ""name"": ""KanaAsync2"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""729"": { + ""name"": ""Tolerance"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""730"": { + ""name"": ""Respect"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""731"": { + ""name"": ""Understanding"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""732"": { + ""name"": ""Patience"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""733"": { + ""name"": ""HierarchKeltik"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""734"": { + ""name"": ""KALR"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""735"": { + ""name"": ""KeltikEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""736"": { + ""name"": ""KeltikWitless"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""737"": { + ""name"": ""Khan-amil"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""738"": { + ""name"": ""KinrahLingo"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""739"": { + ""name"": ""KinrahWitness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""740"": { + ""name"": ""kitty1021"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""741"": { + ""name"": ""KnightsEdge7Mess"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""742"": { + ""name"": ""KnightsEdge7SC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""743"": { + ""name"": ""KnightsEdge7Tera"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""744"": { + ""name"": ""KnightSlayers3"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""745"": { + ""name"": ""KonaLongOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""746"": { + ""name"": ""KonasAdventure2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""747"": { + ""name"": ""KonaSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""748"": { + ""name"": ""Konkreet OoT 2"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""749"": { + ""name"": ""Konkreet OoT 1"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""750"": { + ""name"": ""Konkreet SMZ3 2"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""751"": { + ""name"": ""Konkreet SMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""752"": { + ""name"": ""KonyardFactorio"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""753"": { + ""name"": ""KonyardPokeEm"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""754"": { + ""name"": ""KonyardSA2B"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""755"": { + ""name"": ""KonyardYoshi"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""756"": { + ""name"": ""Krevzz 64 2"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""757"": { + ""name"": ""KrysHavenStardew"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""758"": { + ""name"": ""Ladybunne-TLoZ"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""759"": { + ""name"": ""Ladybunne-KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""760"": { + ""name"": ""Ladybunne-ALttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""761"": { + ""name"": ""Ladybunne-HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""762"": { + ""name"": ""lb-tunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""763"": { + ""name"": ""lb-tothepast"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""764"": { + ""name"": ""lb-hk"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""765"": { + ""name"": ""lb-emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""766"": { + ""name"": ""Ledgem"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""767"": { + ""name"": ""Lee5790Fact"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""768"": { + ""name"": ""Lee5790OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""769"": { + ""name"": ""Legendsmith"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""770"": { + ""name"": ""LemonHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""771"": { + ""name"": ""LemonLTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""772"": { + ""name"": ""LemonPKMN"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""773"": { + ""name"": ""LemonRoR"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""774"": { + ""name"": ""King Lime II"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""775"": { + ""name"": ""Emerald Lime"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""776"": { + ""name"": ""linkhsIsMatching"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""777"": { + ""name"": ""linkhsIsHiking"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""778"": { + ""name"": ""linkhsIsDashing"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""779"": { + ""name"": ""linkhsIsFishing"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""780"": { + ""name"": ""lionsgatepride"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""781"": { + ""name"": ""Liquid's CV64"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""782"": { + ""name"": ""Liquid's YI"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""783"": { + ""name"": ""Liquid's SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""784"": { + ""name"": ""Liquid's SMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""785"": { + ""name"": ""LM151Red"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""786"": { + ""name"": ""LM151Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""787"": { + ""name"": ""LM151OoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""788"": { + ""name"": ""LM151RoR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""789"": { + ""name"": ""loganSM64MR"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""790"": { + ""name"": ""loganwtSM64NoMR"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""791"": { + ""name"": ""Lojtana_Red"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""792"": { + ""name"": ""Lojtana_KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""793"": { + ""name"": ""Lojtana_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""794"": { + ""name"": ""Loki_HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""795"": { + ""name"": ""Loki_SV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""796"": { + ""name"": ""Loki_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""797"": { + ""name"": ""Loki_LttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""798"": { + ""name"": ""Loloweb_SupMetr"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""799"": { + ""name"": ""Loloweb_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""800"": { + ""name"": ""Loloweb_StS"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""801"": { + ""name"": ""Loloweb_SA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""802"": { + ""name"": ""Lorebum64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""803"": { + ""name"": ""LorebumS"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""804"": { + ""name"": ""LorebumU"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""805"": { + ""name"": ""LorebumW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""806"": { + ""name"": ""lowercasedots"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""807"": { + ""name"": ""lozplyr89_LADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""808"": { + ""name"": ""lozplyr89_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""809"": { + ""name"": ""lozplyr89_Z1"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""810"": { + ""name"": ""LuckEE"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""811"": { + ""name"": ""Ludwig_KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""812"": { + ""name"": ""Ludwig_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""813"": { + ""name"": ""Ludwig_Stardew"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""814"": { + ""name"": ""Ludwig_Yoshi"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""815"": { + ""name"": ""LuffyClad5"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""816"": { + ""name"": ""LuffyWatcher5"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""817"": { + ""name"": ""LuffySilent5"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""818"": { + ""name"": ""LuffyDefect5"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""819"": { + ""name"": ""Luke583_KDL3"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""820"": { + ""name"": ""Luke583_LADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""821"": { + ""name"": ""Luke583_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""822"": { + ""name"": ""Luke583_SMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""823"": { + ""name"": ""LumiBLAS"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""824"": { + ""name"": ""Castlevaneon"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""825"": { + ""name"": ""LurnsieMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""826"": { + ""name"": ""LurnsieCooked"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""827"": { + ""name"": ""LurnsieEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""828"": { + ""name"": ""LurnsieRed"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""829"": { + ""name"": ""MadisonHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""830"": { + ""name"": ""MadisonNoita"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""831"": { + ""name"": ""MadisonMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""832"": { + ""name"": ""MadisonTUNIC"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""833"": { + ""name"": ""MageSticky"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""834"": { + ""name"": ""MageWatching"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""835"": { + ""name"": ""MageKnight"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""836"": { + ""name"": ""MicoTheFox"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""837"": { + ""name"": ""MagikFinder"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""838"": { + ""name"": ""MagikMega"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""839"": { + ""name"": ""MagikKnaut3"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""840"": { + ""name"": ""MagikBirbs3"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""841"": { + ""name"": ""MagneMario"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""842"": { + ""name"": ""MagneLuigi"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""843"": { + ""name"": ""MagneSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""844"": { + ""name"": ""MagneYoshi"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""845"": { + ""name"": ""MagpieSV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""846"": { + ""name"": ""MagpieE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""847"": { + ""name"": ""MajorKaos_D2"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""848"": { + ""name"": ""MajorKaos_FFM"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""849"": { + ""name"": ""MajorKaos_Mess"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""850"": { + ""name"": ""MajorKaos_SMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""851"": { + ""name"": ""Maq47-Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""852"": { + ""name"": ""Maq47-SMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""853"": { + ""name"": ""Maq47-SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""854"": { + ""name"": ""Maq47-Z3"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""855"": { + ""name"": ""Maria le Fey Z3"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""856"": { + ""name"": ""Maria le Fey TS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""857"": { + ""name"": ""Maria le Fey EME"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""858"": { + ""name"": ""Maria le Fey KDL"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""859"": { + ""name"": ""MartyDS3"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""860"": { + ""name"": ""MartyMon1"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""861"": { + ""name"": ""MartyMon2"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""862"": { + ""name"": ""Masaru_SC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""863"": { + ""name"": ""Masaru_PK"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""864"": { + ""name"": ""Masaru_FF"", + ""game"": ""Final Fantasy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""865"": { + ""name"": ""mask1n_PokeBlue"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""866"": { + ""name"": ""mask1n_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""867"": { + ""name"": ""MatiFactory"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""868"": { + ""name"": ""MatiMuse"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""869"": { + ""name"": ""mayafeychan"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""870"": { + ""name"": ""MayruGal"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""871"": { + ""name"": ""Mayru_of_Hearts"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""872"": { + ""name"": ""MayruValley"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""873"": { + ""name"": ""MayruSouls"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""874"": { + ""name"": ""MCat_MD"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""875"": { + ""name"": ""MCat_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""876"": { + ""name"": ""MCat_SC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""877"": { + ""name"": ""MCat_SMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""878"": { + ""name"": ""Megamack"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""879"": { + ""name"": ""ElectricErger"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""880"": { + ""name"": ""Meisterburger"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""881"": { + ""name"": ""MicbotCraft"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""882"": { + ""name"": ""MicbotKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""883"": { + ""name"": ""MicbotE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""884"": { + ""name"": ""Micelle celeste"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""885"": { + ""name"": ""Micelle yoshi"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""886"": { + ""name"": ""Micelle sts"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""887"": { + ""name"": ""Micelle Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""888"": { + ""name"": ""MineCharlie"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""889"": { + ""name"": ""minecrash"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""890"": { + ""name"": ""MiroEm"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""891"": { + ""name"": ""MiroHike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""892"": { + ""name"": ""mlang12"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""893"": { + ""name"": ""MontoKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""894"": { + ""name"": ""MorbidZork"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""895"": { + ""name"": ""MorbidDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""896"": { + ""name"": ""MorbidRain"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""897"": { + ""name"": ""MorbidHearts"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""898"": { + ""name"": ""MPH1"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""899"": { + ""name"": ""MPH2"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""900"": { + ""name"": ""MPH3"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""901"": { + ""name"": ""NabecoatALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""902"": { + ""name"": ""NabecoatFactorio"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""903"": { + ""name"": ""NabecoatSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""904"": { + ""name"": ""NabuCraft"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""905"": { + ""name"": ""NabuSouls"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""906"": { + ""name"": ""NachoOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""907"": { + ""name"": ""NachoSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""908"": { + ""name"": ""NagiEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""909"": { + ""name"": ""NagiOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""910"": { + ""name"": ""BlaspheNate"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""911"": { + ""name"": ""Super Nate 64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""912"": { + ""name"": ""CelNate 64"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""913"": { + ""name"": ""SNW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""914"": { + ""name"": ""Nathanle-HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""915"": { + ""name"": ""Nathanle-OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""916"": { + ""name"": ""Nathanle-Wit"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""917"": { + ""name"": ""NebulonALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""918"": { + ""name"": ""NebulonHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""919"": { + ""name"": ""NebulonLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""920"": { + ""name"": ""NebulonSM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""921"": { + ""name"": ""NessDash"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""922"": { + ""name"": ""Nessmon"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""923"": { + ""name"": ""NessHike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""924"": { + ""name"": ""Nesstale"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""925"": { + ""name"": ""NevaBigAsyncs"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""926"": { + ""name"": ""NevaBumper"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""927"": { + ""name"": ""NewsupermarcoSDV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""928"": { + ""name"": ""NewsupermarcoCF"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""929"": { + ""name"": ""NewsupermarcoSMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""930"": { + ""name"": ""NicoleTheLizardR"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""931"": { + ""name"": ""NicoleTheLizardE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""932"": { + ""name"": ""Pan932"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""933"": { + ""name"": ""Pan933"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""934"": { + ""name"": ""NikkiDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""935"": { + ""name"": ""Nikki64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""936"": { + ""name"": ""NikkiWorld"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""937"": { + ""name"": ""NikkiGreen"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""938"": { + ""name"": ""NinjakakesSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""939"": { + ""name"": ""NinjakakesDash"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""940"": { + ""name"": ""NinjakakesTunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""941"": { + ""name"": ""NinjakakesTS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""942"": { + ""name"": ""ninjatkEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""943"": { + ""name"": ""ninjatkOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""944"": { + ""name"": ""ninjatkRed"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""945"": { + ""name"": ""nivomiDoom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""946"": { + ""name"": ""nivomiSA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""947"": { + ""name"": ""nivomiTunc"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""948"": { + ""name"": ""nivomiWit"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""949"": { + ""name"": ""NocaFarm"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""950"": { + ""name"": ""NocaBerry"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""951"": { + ""name"": ""NocaMine"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""952"": { + ""name"": ""NocaBoat"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""953"": { + ""name"": ""Nydaleclya1"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""954"": { + ""name"": ""Nydaleclya2"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""955"": { + ""name"": ""Nydaleclya3"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""956"": { + ""name"": ""ObamaBlue"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""957"": { + ""name"": ""ObamaEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""958"": { + ""name"": ""Obama64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""959"": { + ""name"": ""Omner"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""960"": { + ""name"": ""OnionALttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""961"": { + ""name"": ""OnionOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""962"": { + ""name"": ""OOTWalrusAsync"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""963"": { + ""name"": ""orosaD"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""964"": { + ""name"": ""orosaD2"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""965"": { + ""name"": ""orosaHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""966"": { + ""name"": ""orosaU"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""967"": { + ""name"": ""LingOrysk"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""968"": { + ""name"": ""OryskmonEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""969"": { + ""name"": ""OryskofTime"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""970"": { + ""name"": ""TunOrysk"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""971"": { + ""name"": ""ViskofVain"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""972"": { + ""name"": ""oVivian_Hearts2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""973"": { + ""name"": ""OxiOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""974"": { + ""name"": ""OxiKirb"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""975"": { + ""name"": ""Oxirald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""976"": { + ""name"": ""Oxshi"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""977"": { + ""name"": ""ParcosmicFactory"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""978"": { + ""name"": ""ParcosmicSMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""979"": { + ""name"": ""PandaHearts"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""980"": { + ""name"": ""PandaDash"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""981"": { + ""name"": ""Pandamous"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""982"": { + ""name"": ""PandaFarmer"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""983"": { + ""name"": ""CleaSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""984"": { + ""name"": ""CleaEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""985"": { + ""name"": ""CleaHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""986"": { + ""name"": ""CleaKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""987"": { + ""name"": ""PastelShark_Hike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""988"": { + ""name"": ""PastelShark_HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""989"": { + ""name"": ""PastelShark_RoR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""990"": { + ""name"": ""PastelShark_Terr"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""991"": { + ""name"": ""Pengwin_F"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""992"": { + ""name"": ""Pengwin_HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""993"": { + ""name"": ""Pengwin_W"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""994"": { + ""name"": ""Pengwin_SDV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""995"": { + ""name"": ""Phillychizsteak1"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""996"": { + ""name"": ""Phillychizsteak2"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""997"": { + ""name"": ""Phillychizsteak3"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""998"": { + ""name"": ""PhoenixEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""999"": { + ""name"": ""Piapiou"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1000"": { + ""name"": ""Pinkshi"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1001"": { + ""name"": ""Pinkarina"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1002"": { + ""name"": ""PIrateWit"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1003"": { + ""name"": ""PIrateSticker"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1004"": { + ""name"": ""PIrateKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1005"": { + ""name"": ""PIrateCooked"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1006"": { + ""name"": ""PJ87_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1007"": { + ""name"": ""PlumSC"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1008"": { + ""name"": ""Polygone-Inferno"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1009"": { + ""name"": ""Polygone-Yoshi"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1010"": { + ""name"": ""PonygoodClimb64"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1011"": { + ""name"": ""PonygoodStarsII"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1012"": { + ""name"": ""PonygoodFarm"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1013"": { + ""name"": ""PonygoodFox"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1014"": { + ""name"": ""PoolOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1015"": { + ""name"": ""PoolKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1016"": { + ""name"": ""PoolSA2B"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1017"": { + ""name"": ""PoolWit"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1018"": { + ""name"": ""TrixieDOOM"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1019"": { + ""name"": ""TrixieOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1020"": { + ""name"": ""TrixieSouls"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1021"": { + ""name"": ""TrixieW"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1022"": { + ""name"": ""ProjBigAsync"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1023"": { + ""name"": ""ptoil_sm"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1024"": { + ""name"": ""ptoil_fac"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1025"": { + ""name"": ""PunOttALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1026"": { + ""name"": ""PunOttEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1027"": { + ""name"": ""purinmon Blue"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1028"": { + ""name"": ""purinmon Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1029"": { + ""name"": ""purin the fox"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1030"": { + ""name"": ""purin Factory"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1031"": { + ""name"": ""Puunisher"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1032"": { + ""name"": ""PuzzleOcarina"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1033"": { + ""name"": ""PuzzleAtHisPeak"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1034"": { + ""name"": ""PuzzleOnZebes"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1035"": { + ""name"": ""PuzzlMeatGrinder"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1036"": { + ""name"": ""Pyrovx1"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1037"": { + ""name"": ""Pyrovx2"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1038"": { + ""name"": ""Pyrovx3"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1039"": { + ""name"": ""PogoKoli"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1040"": { + ""name"": ""HollowQ"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1041"": { + ""name"": ""EmeraldQ"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1042"": { + ""name"": ""CookedQ"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1043"": { + ""name"": ""qrayx_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1044"": { + ""name"": ""qrayx_SC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1045"": { + ""name"": ""BigRaddippleBlue"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1046"": { + ""name"": ""BigRaddippleOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1047"": { + ""name"": ""Foxy Radz"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1048"": { + ""name"": ""RADZ 1993"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1049"": { + ""name"": ""Radz Island"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1050"": { + ""name"": ""Radz World"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1051"": { + ""name"": ""RahelCF"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1052"": { + ""name"": ""RahelOC2"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1053"": { + ""name"": ""RahelSDV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1054"": { + ""name"": ""rajanbSM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1055"": { + ""name"": ""rajanb64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1056"": { + ""name"": ""rajanbFac"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1057"": { + ""name"": ""rajanbTerraria"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1058"": { + ""name"": ""RakaEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1059"": { + ""name"": ""RakaTunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1060"": { + ""name"": ""RHippyKH"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1061"": { + ""name"": ""RHippyDoom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1062"": { + ""name"": ""RHippyRoR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1063"": { + ""name"": ""RHippyEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1064"": { + ""name"": ""RegZ3"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1065"": { + ""name"": ""RegSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1066"": { + ""name"": ""RegPKMN"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1067"": { + ""name"": ""RegiceEm1067"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1068"": { + ""name"": ""RegiceOot1068"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1069"": { + ""name"": ""RegiceOot1069"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1070"": { + ""name"": ""RegoofWitness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1071"": { + ""name"": ""RekuuLTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1072"": { + ""name"": ""RekuuLTTP2"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1073"": { + ""name"": ""Rekuumon"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1074"": { + ""name"": ""RekuuRL"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1075"": { + ""name"": ""Remilialttp1"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1076"": { + ""name"": ""RemiliaOoT2"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1077"": { + ""name"": ""RemiliaEmerald3"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1078"": { + ""name"": ""RemiliaSMW4"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1079"": { + ""name"": ""RensenMetroid"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1080"": { + ""name"": ""RensenEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1081"": { + ""name"": ""RensenRed"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1082"": { + ""name"": ""RensenOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1083"": { + ""name"": ""RGD_Doom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1084"": { + ""name"": ""RGD_Subnautica"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1085"": { + ""name"": ""RGD_Shivers"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1086"": { + ""name"": ""RezalexALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1087"": { + ""name"": ""rhythmic.Wolf"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1088"": { + ""name"": ""rhythmic.Latios"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1089"": { + ""name"": ""rhythmic.Umbreon"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1090"": { + ""name"": ""rhythmic.BigCat"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1091"": { + ""name"": ""RifiAlttp"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1092"": { + ""name"": ""RifiCraft"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1093"": { + ""name"": ""HeartlessRinn"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1094"": { + ""name"": ""HoennRinn"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1095"": { + ""name"": ""KantoRinn"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1096"": { + ""name"": ""ExplodingRinn"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1097"": { + ""name"": ""LobstersHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1098"": { + ""name"": ""LobstersRaft"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1099"": { + ""name"": ""LobstersRL"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1100"": { + ""name"": ""LobstersZork"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1101"": { + ""name"": ""RisserStar"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1102"": { + ""name"": ""RisserNoita"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1103"": { + ""name"": ""RisserOcarina"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1104"": { + ""name"": ""RisserDOOOOM"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1105"": { + ""name"": ""NerezzaShivers"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1106"": { + ""name"": ""NerezzaShivering"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1107"": { + ""name"": ""NerezzaIxupi"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1108"": { + ""name"": ""NerezzaCyclone"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1109"": { + ""name"": ""RobinAdventure"", + ""game"": ""Adventure"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1110"": { + ""name"": ""RobinLingo"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1111"": { + ""name"": ""RobinZork"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1112"": { + ""name"": ""RoobyRoo_TUNC"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1113"": { + ""name"": ""RoobyRoo_Lingo"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1114"": { + ""name"": ""RoseFae-Lingo"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1115"": { + ""name"": ""RoseFae-Witness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1116"": { + ""name"": ""RoseFae-HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1117"": { + ""name"": ""RoseFae-OoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1118"": { + ""name"": ""RosieBlasphemous"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1119"": { + ""name"": ""RosieHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1120"": { + ""name"": ""RosieSM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1121"": { + ""name"": ""RosieTS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1122"": { + ""name"": ""RPGMelFF"", + ""game"": ""Final Fantasy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1123"": { + ""name"": ""RPGMelFFMQ"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1124"": { + ""name"": ""RPGMelRB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1125"": { + ""name"": ""RPGMelSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1126"": { + ""name"": ""RyzeSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1127"": { + ""name"": ""RyzeOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1128"": { + ""name"": ""RyzeCraft"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1129"": { + ""name"": ""RyzeKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1130"": { + ""name"": ""Sabii_Async_Cast"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1131"": { + ""name"": ""Sabii_Async_Emer"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1132"": { + ""name"": ""Sabii_Async_KH"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1133"": { + ""name"": ""Sabii_Async_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1134"": { + ""name"": ""SalzRaft"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1135"": { + ""name"": ""SalzHike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1136"": { + ""name"": ""SalzCraft"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1137"": { + ""name"": ""SalzFact"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1138"": { + ""name"": ""SariHike"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1139"": { + ""name"": ""SariMD"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1140"": { + ""name"": ""SariPKM"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1141"": { + ""name"": ""SariTunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1142"": { + ""name"": ""Scarletcoin1"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1143"": { + ""name"": ""Scarletcoin2"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1144"": { + ""name"": ""Scarletcoin3"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1145"": { + ""name"": ""SchezarSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1146"": { + ""name"": ""SchezarSC"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1147"": { + ""name"": ""SchezarVania"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1148"": { + ""name"": ""SchezarRL"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1149"": { + ""name"": ""ScipioTuncRGB"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1150"": { + ""name"": ""ScipioTuncHex"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1151"": { + ""name"": ""ScootyHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1152"": { + ""name"": ""ScootyLingo"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1153"": { + ""name"": ""ScootySMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1154"": { + ""name"": ""ScootyTFH"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1155"": { + ""name"": ""ScorelessHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1156"": { + ""name"": ""ScorelessOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1157"": { + ""name"": ""Scoreless64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1158"": { + ""name"": ""ScorelessSMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1159"": { + ""name"": ""ScrungipHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1160"": { + ""name"": ""ScrungipSA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1161"": { + ""name"": ""ScrungipSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1162"": { + ""name"": ""ScrungipMuse"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1163"": { + ""name"": ""SeafoSV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1164"": { + ""name"": ""SeafoMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1165"": { + ""name"": ""Seafox"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1166"": { + ""name"": ""SeafoCF"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1167"": { + ""name"": ""Sen"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1168"": { + ""name"": ""Seraya"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1169"": { + ""name"": ""Buginade"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1170"": { + ""name"": ""SeriaDKC3"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1171"": { + ""name"": ""SeriaALTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1172"": { + ""name"": ""SeriaOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1173"": { + ""name"": ""Seria's Island"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1174"": { + ""name"": ""Severin_DS3_1174"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1175"": { + ""name"": ""Severin_SM64_117"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1176"": { + ""name"": ""Severin_OoT_1176"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1177"": { + ""name"": ""Severin_HK_1177"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1178"": { + ""name"": ""Sevaeris"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1179"": { + ""name"": ""Shar_HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1180"": { + ""name"": ""Shar_Messenger"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1181"": { + ""name"": ""Shar_Terraria"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1182"": { + ""name"": ""Sharo6102HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1183"": { + ""name"": ""Sharo6102Star"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1184"": { + ""name"": ""Shift.EXE"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1185"": { + ""name"": ""Wanderer Shift"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1186"": { + ""name"": ""shplurmff_hylics"", + ""game"": ""Hylics 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1187"": { + ""name"": ""shplurmff_tunc"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1188"": { + ""name"": ""shplurmff_hk"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1189"": { + ""name"": ""shplurmff_c64"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1190"": { + ""name"": ""Shy Mabel WG"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1191"": { + ""name"": ""Shy Mabel SV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1192"": { + ""name"": ""SilentBrowKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1193"": { + ""name"": ""SilentBrowTUNC"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1194"": { + ""name"": ""SilvrisSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1195"": { + ""name"": ""SilvrisKDL3"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1196"": { + ""name"": ""Sindrea_MC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1197"": { + ""name"": ""Super_Sindrea"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1198"": { + ""name"": ""Sire_Salty_KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1199"": { + ""name"": ""Sire_Salty_RougL"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1200"": { + ""name"": ""Sire_Salty_Spire"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1201"": { + ""name"": ""Sire_Salty_DLCQ"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1202"": { + ""name"": ""Skatzman"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1203"": { + ""name"": ""slide_hoenn"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1204"": { + ""name"": ""slide_land"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1205"": { + ""name"": ""slide_mq"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1206"": { + ""name"": ""slide_sa2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1207"": { + ""name"": ""SlipomaticSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1208"": { + ""name"": ""Hollow_Slipo"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1209"": { + ""name"": ""Slipomatic_Link"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1210"": { + ""name"": ""SlipomaticTunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1211"": { + ""name"": ""Slyther_DS3"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1212"": { + ""name"": ""Slyther_OoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1213"": { + ""name"": ""Slyther_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1214"": { + ""name"": ""Slyther_UT"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1215"": { + ""name"": ""SnolidGen3"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1216"": { + ""name"": ""SnolidsDreamLand"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1217"": { + ""name"": ""Snoman_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1218"": { + ""name"": ""Snoman_Muse"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1219"": { + ""name"": ""Snoman_SA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1220"": { + ""name"": ""Snoman_KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1221"": { + ""name"": ""SnowTheSpire"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1222"": { + ""name"": ""Spencer2585-wg"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1223"": { + ""name"": ""Spencer2585-wit"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1224"": { + ""name"": ""Spencer2585-doom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1225"": { + ""name"": ""Spencer2585-mc"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1226"": { + ""name"": ""Spice_Hylics2"", + ""game"": ""Hylics 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1227"": { + ""name"": ""Spice_Doom93"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1228"": { + ""name"": ""Splateline"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1229"": { + ""name"": ""Splatoonic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1230"": { + ""name"": ""SplaDOOM! 2 OE"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1231"": { + ""name"": ""GrinSC"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1232"": { + ""name"": ""StarlicyteEmer"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1233"": { + ""name"": ""StarlicyteKirb"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1234"": { + ""name"": ""StarlicyteSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1235"": { + ""name"": ""StarlicyteSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1236"": { + ""name"": ""Artemiscraft"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1237"": { + ""name"": ""Stato(Metroid)"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1238"": { + ""name"": ""Stato(Zelda)"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1239"": { + ""name"": ""Stato(PokeRed)"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1240"": { + ""name"": ""Stato(Cv64)"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1241"": { + ""name"": ""StephieDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1242"": { + ""name"": ""StephieSA2B"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1243"": { + ""name"": ""StephieUT"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1244"": { + ""name"": ""StephieMD"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1245"": { + ""name"": ""Stephen4751"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1246"": { + ""name"": ""Stephen4752"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1247"": { + ""name"": ""Stephen4753"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1248"": { + ""name"": ""Stephen4754"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1249"": { + ""name"": ""StormTW"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1250"": { + ""name"": ""StormTerra"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1251"": { + ""name"": ""StormMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1252"": { + ""name"": ""StormHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1253"": { + ""name"": ""StudKnight"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1254"": { + ""name"": ""StudToThePast"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1255"": { + ""name"": ""StudWorld"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1256"": { + ""name"": ""StudZenith"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1257"": { + ""name"": ""Sunari_Factorio"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1258"": { + ""name"": ""Crescendo-TLoZ"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1259"": { + ""name"": ""Crescendo-Advent"", + ""game"": ""Adventure"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1260"": { + ""name"": ""Crescnedo-SMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1261"": { + ""name"": ""superfidEngi"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1262"": { + ""name"": ""superfidSDV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1263"": { + ""name"": ""superfidOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1264"": { + ""name"": ""superfidTS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1265"": { + ""name"": ""SuperSquad33SM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1266"": { + ""name"": ""SuperSquad33SMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1267"": { + ""name"": ""SuperSquad33LTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1268"": { + ""name"": ""SurlyCooks"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1269"": { + ""name"": ""SurlyTrainer"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1270"": { + ""name"": ""SurlyMiner"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1271"": { + ""name"": ""SurlyTimey"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1272"": { + ""name"": ""SushiKishi.LOZLA"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1273"": { + ""name"": ""SushiKishi.Yoshi"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1274"": { + ""name"": ""SushiKishi.PKMN"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1275"": { + ""name"": ""SushiKishi.Samus"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1276"": { + ""name"": ""SusieHearts"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1277"": { + ""name"": ""SusieMuse"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1278"": { + ""name"": ""SusieWorld"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1279"": { + ""name"": ""SwordsKnight"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1280"": { + ""name"": ""SylskoTunc"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1281"": { + ""name"": ""SylskoC64"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1282"": { + ""name"": ""SylskoHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1283"": { + ""name"": ""SylskoMessenger"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1284"": { + ""name"": ""T0r1nnic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1285"": { + ""name"": ""T0r1nnROR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1286"": { + ""name"": ""T1mROR"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1287"": { + ""name"": ""T1mWIT"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1288"": { + ""name"": ""T1mSPIN"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1289"": { + ""name"": ""tahu-pkmn"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1290"": { + ""name"": ""tahu-mine"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1291"": { + ""name"": ""tahu-kh2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1292"": { + ""name"": ""tahu-dlc"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1293"": { + ""name"": ""Tan_HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1294"": { + ""name"": ""Tan_M64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1295"": { + ""name"": ""Tan_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1296"": { + ""name"": ""Tan_TheWitness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1297"": { + ""name"": ""TcnicnTunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1298"": { + ""name"": ""TcnicnLTTP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1299"": { + ""name"": ""TehQuila"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1300"": { + ""name"": ""Sami"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1301"": { + ""name"": ""Samantha"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1302"": { + ""name"": ""SamiJo"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1303"": { + ""name"": ""TGamer"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1304"": { + ""name"": ""Thald"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1305"": { + ""name"": ""CLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1306"": { + ""name"": ""crimsonEmerl"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1307"": { + ""name"": ""CrimsonMystic"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1308"": { + ""name"": ""Crimon"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1309"": { + ""name"": ""ChickenHunterTun"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1310"": { + ""name"": ""ChickenHunterOOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1311"": { + ""name"": ""magisouls"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1312"": { + ""name"": ""magiCraft"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1313"": { + ""name"": ""MagiHearts"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1314"": { + ""name"": ""Dragon_64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1315"": { + ""name"": ""Dragon_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1316"": { + ""name"": ""TheGamer's Mario"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1317"": { + ""name"": ""Gamer's Witness"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1318"": { + ""name"": ""Gamer's Ghost"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1319"": { + ""name"": ""TheGamer's Steve"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1320"": { + ""name"": ""TheodoDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1321"": { + ""name"": ""TheodoOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1322"": { + ""name"": ""TheodoEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1323"": { + ""name"": ""TheodoRB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1324"": { + ""name"": ""CyberDeRob"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1325"": { + ""name"": ""MetagRob"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1326"": { + ""name"": ""Robndorf"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1327"": { + ""name"": ""Robonite"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1328"": { + ""name"": ""ThisIsLondan"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1329"": { + ""name"": ""Tioui1"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1330"": { + ""name"": ""Tnk_alttp"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1331"": { + ""name"": ""Tnk_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1332"": { + ""name"": ""Tnk_OoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1333"": { + ""name"": ""TomCruiseMMBN3"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1334"": { + ""name"": ""TomCruiseKH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1335"": { + ""name"": ""TomCruiseHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1336"": { + ""name"": ""TomCruisePKMB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1337"": { + ""name"": ""Tordek30-oot"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1338"": { + ""name"": ""Tordek30-sc2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1339"": { + ""name"": ""SockKnightSplit"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1340"": { + ""name"": ""SockKnight"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1341"": { + ""name"": ""Tryrex67FF"", + ""game"": ""Final Fantasy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1342"": { + ""name"": ""Tryrex67OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1343"": { + ""name"": ""Tryrex67SM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1344"": { + ""name"": ""Tryrex67KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1345"": { + ""name"": ""TwBlasph"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1346"": { + ""name"": ""TwSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1347"": { + ""name"": ""TwRor2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1348"": { + ""name"": ""TwRaft"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1349"": { + ""name"": ""TwistedHK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1350"": { + ""name"": ""TwistedMSNG"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1351"": { + ""name"": ""TwistedPKMN"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1352"": { + ""name"": ""TwistedSA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1353"": { + ""name"": ""Type1Ninja"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1354"": { + ""name"": ""udmeat"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1355"": { + ""name"": ""Ukyo_MQ"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1356"": { + ""name"": ""Rhythmic_Ukyo"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1357"": { + ""name"": ""Penitent_Ukyo"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1358"": { + ""name"": ""Hollow_Ukyo"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1359"": { + ""name"": ""VentiMuseDash"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1360"": { + ""name"": ""VentiROR2"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1361"": { + ""name"": ""VentiPKMNRed"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1362"": { + ""name"": ""VentiEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1363"": { + ""name"": ""VenumiRain"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1364"": { + ""name"": ""VenumiBird"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1365"": { + ""name"": ""VenumiSong"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1366"": { + ""name"": ""VenumiVoid"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1367"": { + ""name"": ""Vernatia"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1368"": { + ""name"": ""VertraicDoom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1369"": { + ""name"": ""VertraicMess"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1370"": { + ""name"": ""VertraicSM"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1371"": { + ""name"": ""VertraicSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1372"": { + ""name"": ""vidicate 1372"", + ""game"": ""Meritous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1373"": { + ""name"": ""vidicate 1373"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1374"": { + ""name"": ""vince1919"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1375"": { + ""name"": ""Volcan Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1376"": { + ""name"": ""Volcan Hollow"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1377"": { + ""name"": ""Volcan Time"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1378"": { + ""name"": ""Waka_EM"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1379"": { + ""name"": ""Waka_RB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1380"": { + ""name"": ""Waka_SDV"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1381"": { + ""name"": ""WDIBMC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1382"": { + ""name"": ""WDIBEMERALD"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1383"": { + ""name"": ""WDIBSC2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1384"": { + ""name"": ""WebberLoZ"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1385"": { + ""name"": ""WebberALttP"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1386"": { + ""name"": ""WebberLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1387"": { + ""name"": ""WebberOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1388"": { + ""name"": ""Wessieking_HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1389"": { + ""name"": ""Wessieking_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1390"": { + ""name"": ""Wessieking_RB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1391"": { + ""name"": ""Wessieking_Em"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1392"": { + ""name"": ""WhiteShaduwNL_1"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1393"": { + ""name"": ""WhiteShaduwNL_2"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1394"": { + ""name"": ""WhiteShaduwNL_3"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1395"": { + ""name"": ""WhiteShaduwNL_4"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1396"": { + ""name"": ""Whizzlefish"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1397"": { + ""name"": ""Whizzlefox"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1398"": { + ""name"": ""Whizzlefrog"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1399"": { + ""name"": ""Whizzlepoyo"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1400"": { + ""name"": ""WhytePantherDoom"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1401"": { + ""name"": ""WhytePantherEmld"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1402"": { + ""name"": ""WhytePantherLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1403"": { + ""name"": ""WhytePantherSMZ3"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1404"": { + ""name"": ""Widow61-MC"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1405"": { + ""name"": ""Widow61-MD"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1406"": { + ""name"": ""Widow61-PKE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1407"": { + ""name"": ""Widow61-RoR"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1408"": { + ""name"": ""Wizerobe_OOT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1409"": { + ""name"": ""Wizerobe_MMBN3"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1410"": { + ""name"": ""wyattburp_zork"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1411"": { + ""name"": ""wyattburp_tunic"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1412"": { + ""name"": ""wyattburp_here"", + ""game"": ""Heretic"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1413"": { + ""name"": ""wyattburp_doom2"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1414"": { + ""name"": ""WyWayt_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1415"": { + ""name"": ""WyWayt_TimeSpin"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1416"": { + ""name"": ""WyWayt_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1417"": { + ""name"": ""WyWayt_LADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1418"": { + ""name"": ""XanderoniLA"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1419"": { + ""name"": ""XanderoniOoT"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1420"": { + ""name"": ""XanderoniSA2"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1421"": { + ""name"": ""xiledx_Bump"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1422"": { + ""name"": ""xiledx_Doom2"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1423"": { + ""name"": ""xiledx_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1424"": { + ""name"": ""xiledx_SM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1425"": { + ""name"": ""Xin-Terraria"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1426"": { + ""name"": ""Xin-TUNIC"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1427"": { + ""name"": ""Xin-OoT1"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1428"": { + ""name"": ""Xin-HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1429"": { + ""name"": ""YakumoPE"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1430"": { + ""name"": ""YakumoFFMQ"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1431"": { + ""name"": ""YakumoLADX"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1432"": { + ""name"": ""YakumoZork"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1433"": { + ""name"": ""Yosher"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1434"": { + ""name"": ""Fahrenheit_Grim_"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1435"": { + ""name"": ""Fahrenheit_Parad"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1436"": { + ""name"": ""ZaakPKMN"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1437"": { + ""name"": ""ZaakTS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1438"": { + ""name"": ""ZaakBS"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1439"": { + ""name"": ""ZaakCF"", + ""game"": ""ChecksFinder"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1440"": { + ""name"": ""Zachbrak-HK"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1441"": { + ""name"": ""Zachbrak-KH2"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1442"": { + ""name"": ""zaderlof1"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1443"": { + ""name"": ""Zaitzpke 1"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1444"": { + ""name"": ""Zaitzpke 3"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1445"": { + ""name"": ""Zaitzpke 2"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1446"": { + ""name"": ""ZanoniSA2B"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1447"": { + ""name"": ""ZanoniSM64"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1448"": { + ""name"": ""ZanoniSMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1449"": { + ""name"": ""ZanoniTS"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1450"": { + ""name"": ""Zekrom_UT"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1451"": { + ""name"": ""Zekrom_SMW"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1452"": { + ""name"": ""Zekrom_Emerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1453"": { + ""name"": ""Ziktofel_All"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1454"": { + ""name"": ""Ziktofel_Grid1"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1455"": { + ""name"": ""Ziktofel_Grid2"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1456"": { + ""name"": ""Ziktofel_Terran"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1457"": { + ""name"": ""Zoggoth"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1458"": { + ""name"": ""Zoom erald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1459"": { + ""name"": ""Zoom Gen1"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1460"": { + ""name"": ""Zoom Floors"", + ""game"": ""Final Fantasy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1461"": { + ""name"": ""ZoomLite"", + ""game"": ""Final Fantasy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1462"": { + ""name"": ""zuilsEmerald"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1463"": { + ""name"": ""zuilsRB"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1464"": { + ""name"": ""zuilsDLC"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1465"": { + ""name"": ""zuilsROR"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1466"": { + ""name"": ""Zunawe"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1467"": { + ""name"": ""ZyrconiumSC2A"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1468"": { + ""name"": ""ZZKer"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1469"": { + ""name"": ""Player1469"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1470"": { + ""name"": ""Player1470"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1471"": { + ""name"": ""Player1471"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1472"": { + ""name"": ""Player1472"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1473"": { + ""name"": ""Player1473"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1474"": { + ""name"": ""Player1474"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1475"": { + ""name"": ""Player1475"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1476"": { + ""name"": ""Player1476"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1477"": { + ""name"": ""Player1477"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1478"": { + ""name"": ""Player1478"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1479"": { + ""name"": ""Player1479"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1480"": { + ""name"": ""Player1480"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1481"": { + ""name"": ""Player1481"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1482"": { + ""name"": ""Player1482"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1483"": { + ""name"": ""Player1483"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1484"": { + ""name"": ""Player1484"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1485"": { + ""name"": ""Player1485"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1486"": { + ""name"": ""Player1486"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1487"": { + ""name"": ""Player1487"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1488"": { + ""name"": ""Player1488"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1489"": { + ""name"": ""Player1489"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1490"": { + ""name"": ""Player1490"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1491"": { + ""name"": ""Player1491"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1492"": { + ""name"": ""Player1492"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1493"": { + ""name"": ""Player1493"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1494"": { + ""name"": ""Player1494"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1495"": { + ""name"": ""Player1495"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1496"": { + ""name"": ""Player1496"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1497"": { + ""name"": ""Player1497"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1498"": { + ""name"": ""Player1498"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1499"": { + ""name"": ""Player1499"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1500"": { + ""name"": ""Player1500"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1501"": { + ""name"": ""Player1501"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1502"": { + ""name"": ""Player1502"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1503"": { + ""name"": ""Player1503"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1504"": { + ""name"": ""Player1504"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1505"": { + ""name"": ""Player1505"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1506"": { + ""name"": ""Player1506"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1507"": { + ""name"": ""Player1507"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1508"": { + ""name"": ""Player1508"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1509"": { + ""name"": ""Player1509"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1510"": { + ""name"": ""Player1510"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1511"": { + ""name"": ""Player1511"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1512"": { + ""name"": ""Player1512"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1513"": { + ""name"": ""Player1513"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1514"": { + ""name"": ""Player1514"", + ""game"": ""Meritous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1515"": { + ""name"": ""Player1515"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1516"": { + ""name"": ""Player1516"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1517"": { + ""name"": ""Player1517"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1518"": { + ""name"": ""Player1518"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1519"": { + ""name"": ""Player1519"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1520"": { + ""name"": ""Player1520"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1521"": { + ""name"": ""Player1521"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1522"": { + ""name"": ""Player1522"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1523"": { + ""name"": ""Player1523"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1524"": { + ""name"": ""Player1524"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1525"": { + ""name"": ""Player1525"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1526"": { + ""name"": ""Player1526"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1527"": { + ""name"": ""Player1527"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1528"": { + ""name"": ""Player1528"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1529"": { + ""name"": ""Player1529"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1530"": { + ""name"": ""Player1530"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1531"": { + ""name"": ""Player1531"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1532"": { + ""name"": ""Player1532"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1533"": { + ""name"": ""Player1533"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1534"": { + ""name"": ""Player1534"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1535"": { + ""name"": ""Player1535"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1536"": { + ""name"": ""Player1536"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1537"": { + ""name"": ""Player1537"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1538"": { + ""name"": ""Player1538"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1539"": { + ""name"": ""Player1539"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1540"": { + ""name"": ""Player1540"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1541"": { + ""name"": ""Player1541"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1542"": { + ""name"": ""Player1542"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1543"": { + ""name"": ""Player1543"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1544"": { + ""name"": ""Player1544"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1545"": { + ""name"": ""Player1545"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1546"": { + ""name"": ""Player1546"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1547"": { + ""name"": ""Player1547"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1548"": { + ""name"": ""Player1548"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1549"": { + ""name"": ""Player1549"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1550"": { + ""name"": ""Player1550"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1551"": { + ""name"": ""Player1551"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1552"": { + ""name"": ""Player1552"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1553"": { + ""name"": ""Player1553"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1554"": { + ""name"": ""Player1554"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1555"": { + ""name"": ""Player1555"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1556"": { + ""name"": ""Player1556"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1557"": { + ""name"": ""Player1557"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1558"": { + ""name"": ""Player1558"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1559"": { + ""name"": ""Player1559"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1560"": { + ""name"": ""Player1560"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1561"": { + ""name"": ""Player1561"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1562"": { + ""name"": ""Player1562"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1563"": { + ""name"": ""Player1563"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1564"": { + ""name"": ""Player1564"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1565"": { + ""name"": ""Player1565"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1566"": { + ""name"": ""Player1566"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1567"": { + ""name"": ""Player1567"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1568"": { + ""name"": ""Player1568"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1569"": { + ""name"": ""Player1569"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1570"": { + ""name"": ""Player1570"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1571"": { + ""name"": ""Player1571"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1572"": { + ""name"": ""Player1572"", + ""game"": ""Lufia II Ancient Cave"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1573"": { + ""name"": ""Player1573"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1574"": { + ""name"": ""Player1574"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1575"": { + ""name"": ""Player1575"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1576"": { + ""name"": ""Player1576"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1577"": { + ""name"": ""Player1577"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1578"": { + ""name"": ""Player1578"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1579"": { + ""name"": ""Player1579"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1580"": { + ""name"": ""Player1580"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1581"": { + ""name"": ""Player1581"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1582"": { + ""name"": ""Player1582"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1583"": { + ""name"": ""Player1583"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1584"": { + ""name"": ""Player1584"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1585"": { + ""name"": ""Player1585"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1586"": { + ""name"": ""Player1586"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1587"": { + ""name"": ""Player1587"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1588"": { + ""name"": ""Player1588"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1589"": { + ""name"": ""Player1589"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1590"": { + ""name"": ""Player1590"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1591"": { + ""name"": ""Player1591"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1592"": { + ""name"": ""Player1592"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1593"": { + ""name"": ""Player1593"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1594"": { + ""name"": ""Player1594"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1595"": { + ""name"": ""Player1595"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1596"": { + ""name"": ""Player1596"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1597"": { + ""name"": ""Player1597"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1598"": { + ""name"": ""Player1598"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1599"": { + ""name"": ""Player1599"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1600"": { + ""name"": ""Player1600"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1601"": { + ""name"": ""Player1601"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1602"": { + ""name"": ""Player1602"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1603"": { + ""name"": ""Player1603"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1604"": { + ""name"": ""Player1604"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1605"": { + ""name"": ""Player1605"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1606"": { + ""name"": ""Player1606"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1607"": { + ""name"": ""Player1607"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1608"": { + ""name"": ""Player1608"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1609"": { + ""name"": ""Player1609"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1610"": { + ""name"": ""Player1610"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1611"": { + ""name"": ""Player1611"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1612"": { + ""name"": ""Player1612"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1613"": { + ""name"": ""Player1613"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1614"": { + ""name"": ""Player1614"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1615"": { + ""name"": ""Player1615"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1616"": { + ""name"": ""Player1616"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1617"": { + ""name"": ""Player1617"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1618"": { + ""name"": ""Player1618"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1619"": { + ""name"": ""Player1619"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1620"": { + ""name"": ""Player1620"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1621"": { + ""name"": ""Player1621"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1622"": { + ""name"": ""Player1622"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1623"": { + ""name"": ""Player1623"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1624"": { + ""name"": ""Player1624"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1625"": { + ""name"": ""Player1625"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1626"": { + ""name"": ""Player1626"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1627"": { + ""name"": ""Player1627"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1628"": { + ""name"": ""Player1628"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1629"": { + ""name"": ""Player1629"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1630"": { + ""name"": ""Player1630"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1631"": { + ""name"": ""Player1631"", + ""game"": ""Meritous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1632"": { + ""name"": ""Player1632"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1633"": { + ""name"": ""Player1633"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1634"": { + ""name"": ""Player1634"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1635"": { + ""name"": ""Player1635"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1636"": { + ""name"": ""Player1636"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1637"": { + ""name"": ""Player1637"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1638"": { + ""name"": ""Player1638"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1639"": { + ""name"": ""Player1639"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1640"": { + ""name"": ""Player1640"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1641"": { + ""name"": ""Player1641"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1642"": { + ""name"": ""Player1642"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1643"": { + ""name"": ""Player1643"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1644"": { + ""name"": ""Player1644"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1645"": { + ""name"": ""Player1645"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1646"": { + ""name"": ""Player1646"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1647"": { + ""name"": ""Player1647"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1648"": { + ""name"": ""Player1648"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1649"": { + ""name"": ""Player1649"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1650"": { + ""name"": ""Player1650"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1651"": { + ""name"": ""Player1651"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1652"": { + ""name"": ""Player1652"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1653"": { + ""name"": ""Player1653"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1654"": { + ""name"": ""Player1654"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1655"": { + ""name"": ""Player1655"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1656"": { + ""name"": ""Player1656"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1657"": { + ""name"": ""Player1657"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1658"": { + ""name"": ""Player1658"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1659"": { + ""name"": ""Player1659"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1660"": { + ""name"": ""Player1660"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1661"": { + ""name"": ""Player1661"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1662"": { + ""name"": ""Player1662"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1663"": { + ""name"": ""Player1663"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1664"": { + ""name"": ""Player1664"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1665"": { + ""name"": ""Player1665"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1666"": { + ""name"": ""Player1666"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1667"": { + ""name"": ""Player1667"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1668"": { + ""name"": ""Player1668"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1669"": { + ""name"": ""Player1669"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1670"": { + ""name"": ""Player1670"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1671"": { + ""name"": ""Player1671"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1672"": { + ""name"": ""Player1672"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1673"": { + ""name"": ""Player1673"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1674"": { + ""name"": ""Player1674"", + ""game"": ""Meritous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1675"": { + ""name"": ""Player1675"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1676"": { + ""name"": ""Player1676"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1677"": { + ""name"": ""Player1677"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1678"": { + ""name"": ""Player1678"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1679"": { + ""name"": ""Player1679"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1680"": { + ""name"": ""Player1680"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1681"": { + ""name"": ""Player1681"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1682"": { + ""name"": ""Player1682"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1683"": { + ""name"": ""Player1683"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1684"": { + ""name"": ""Player1684"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1685"": { + ""name"": ""Player1685"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1686"": { + ""name"": ""Player1686"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1687"": { + ""name"": ""Player1687"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1688"": { + ""name"": ""Player1688"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1689"": { + ""name"": ""Player1689"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1690"": { + ""name"": ""Player1690"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1691"": { + ""name"": ""Player1691"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1692"": { + ""name"": ""Player1692"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1693"": { + ""name"": ""Player1693"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1694"": { + ""name"": ""Player1694"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1695"": { + ""name"": ""Player1695"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1696"": { + ""name"": ""Player1696"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1697"": { + ""name"": ""Player1697"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1698"": { + ""name"": ""Player1698"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1699"": { + ""name"": ""Player1699"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1700"": { + ""name"": ""Player1700"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1701"": { + ""name"": ""Player1701"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1702"": { + ""name"": ""Player1702"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1703"": { + ""name"": ""Player1703"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1704"": { + ""name"": ""Player1704"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1705"": { + ""name"": ""Player1705"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1706"": { + ""name"": ""Player1706"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1707"": { + ""name"": ""Player1707"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1708"": { + ""name"": ""Player1708"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1709"": { + ""name"": ""Player1709"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1710"": { + ""name"": ""Player1710"", + ""game"": ""Heretic"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1711"": { + ""name"": ""Player1711"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1712"": { + ""name"": ""Player1712"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1713"": { + ""name"": ""Player1713"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1714"": { + ""name"": ""Player1714"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1715"": { + ""name"": ""Player1715"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1716"": { + ""name"": ""Player1716"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1717"": { + ""name"": ""Player1717"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1718"": { + ""name"": ""Player1718"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1719"": { + ""name"": ""Player1719"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1720"": { + ""name"": ""Player1720"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1721"": { + ""name"": ""Player1721"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1722"": { + ""name"": ""Player1722"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1723"": { + ""name"": ""Player1723"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1724"": { + ""name"": ""Player1724"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1725"": { + ""name"": ""Player1725"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1726"": { + ""name"": ""Player1726"", + ""game"": ""Zillion"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1727"": { + ""name"": ""Player1727"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1728"": { + ""name"": ""Player1728"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1729"": { + ""name"": ""Player1729"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1730"": { + ""name"": ""Player1730"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1731"": { + ""name"": ""Player1731"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1732"": { + ""name"": ""Player1732"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1733"": { + ""name"": ""Player1733"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1734"": { + ""name"": ""Player1734"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1735"": { + ""name"": ""Player1735"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1736"": { + ""name"": ""Player1736"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1737"": { + ""name"": ""Player1737"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1738"": { + ""name"": ""Player1738"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1739"": { + ""name"": ""Player1739"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1740"": { + ""name"": ""Player1740"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1741"": { + ""name"": ""Player1741"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1742"": { + ""name"": ""Player1742"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1743"": { + ""name"": ""Player1743"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1744"": { + ""name"": ""Player1744"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1745"": { + ""name"": ""Player1745"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1746"": { + ""name"": ""Player1746"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1747"": { + ""name"": ""Player1747"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1748"": { + ""name"": ""Player1748"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1749"": { + ""name"": ""Player1749"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1750"": { + ""name"": ""Player1750"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1751"": { + ""name"": ""Player1751"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1752"": { + ""name"": ""Player1752"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1753"": { + ""name"": ""Player1753"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1754"": { + ""name"": ""Player1754"", + ""game"": ""Lufia II Ancient Cave"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1755"": { + ""name"": ""Player1755"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1756"": { + ""name"": ""Player1756"", + ""game"": ""Adventure"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1757"": { + ""name"": ""Player1757"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1758"": { + ""name"": ""Player1758"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1759"": { + ""name"": ""Player1759"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1760"": { + ""name"": ""Player1760"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1761"": { + ""name"": ""Player1761"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1762"": { + ""name"": ""Player1762"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1763"": { + ""name"": ""Player1763"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1764"": { + ""name"": ""Player1764"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1765"": { + ""name"": ""Player1765"", + ""game"": ""Hylics 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1766"": { + ""name"": ""Player1766"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1767"": { + ""name"": ""Player1767"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1768"": { + ""name"": ""Player1768"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1769"": { + ""name"": ""Player1769"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1770"": { + ""name"": ""Player1770"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1771"": { + ""name"": ""Player1771"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1772"": { + ""name"": ""Player1772"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1773"": { + ""name"": ""Player1773"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1774"": { + ""name"": ""Player1774"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1775"": { + ""name"": ""Player1775"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1776"": { + ""name"": ""Player1776"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1777"": { + ""name"": ""Player1777"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1778"": { + ""name"": ""Player1778"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1779"": { + ""name"": ""Player1779"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1780"": { + ""name"": ""Player1780"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1781"": { + ""name"": ""Player1781"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1782"": { + ""name"": ""Player1782"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1783"": { + ""name"": ""Player1783"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1784"": { + ""name"": ""Player1784"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1785"": { + ""name"": ""Player1785"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1786"": { + ""name"": ""Player1786"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1787"": { + ""name"": ""Player1787"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1788"": { + ""name"": ""Player1788"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1789"": { + ""name"": ""Player1789"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1790"": { + ""name"": ""Player1790"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1791"": { + ""name"": ""Player1791"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1792"": { + ""name"": ""Player1792"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1793"": { + ""name"": ""Player1793"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1794"": { + ""name"": ""Player1794"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1795"": { + ""name"": ""Player1795"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1796"": { + ""name"": ""Player1796"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1797"": { + ""name"": ""Player1797"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1798"": { + ""name"": ""Player1798"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1799"": { + ""name"": ""Player1799"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1800"": { + ""name"": ""Player1800"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1801"": { + ""name"": ""Player1801"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1802"": { + ""name"": ""Player1802"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1803"": { + ""name"": ""Player1803"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1804"": { + ""name"": ""Player1804"", + ""game"": ""Meritous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1805"": { + ""name"": ""Player1805"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1806"": { + ""name"": ""Player1806"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1807"": { + ""name"": ""Player1807"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1808"": { + ""name"": ""Player1808"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1809"": { + ""name"": ""Player1809"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1810"": { + ""name"": ""Player1810"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1811"": { + ""name"": ""Player1811"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1812"": { + ""name"": ""Player1812"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1813"": { + ""name"": ""Player1813"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1814"": { + ""name"": ""Player1814"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1815"": { + ""name"": ""Player1815"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1816"": { + ""name"": ""Player1816"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1817"": { + ""name"": ""Player1817"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1818"": { + ""name"": ""Player1818"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1819"": { + ""name"": ""Player1819"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1820"": { + ""name"": ""Player1820"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1821"": { + ""name"": ""Player1821"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1822"": { + ""name"": ""Player1822"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1823"": { + ""name"": ""Player1823"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1824"": { + ""name"": ""Player1824"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1825"": { + ""name"": ""Player1825"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1826"": { + ""name"": ""Player1826"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1827"": { + ""name"": ""Player1827"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1828"": { + ""name"": ""Player1828"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1829"": { + ""name"": ""Player1829"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1830"": { + ""name"": ""Player1830"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1831"": { + ""name"": ""Player1831"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1832"": { + ""name"": ""Player1832"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1833"": { + ""name"": ""Player1833"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1834"": { + ""name"": ""Player1834"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1835"": { + ""name"": ""Player1835"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1836"": { + ""name"": ""Player1836"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1837"": { + ""name"": ""Player1837"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1838"": { + ""name"": ""Player1838"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1839"": { + ""name"": ""Player1839"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1840"": { + ""name"": ""Player1840"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1841"": { + ""name"": ""Player1841"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1842"": { + ""name"": ""Player1842"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1843"": { + ""name"": ""Player1843"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1844"": { + ""name"": ""Player1844"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1845"": { + ""name"": ""Player1845"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1846"": { + ""name"": ""Player1846"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1847"": { + ""name"": ""Player1847"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1848"": { + ""name"": ""Player1848"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1849"": { + ""name"": ""Player1849"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1850"": { + ""name"": ""Player1850"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1851"": { + ""name"": ""Player1851"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1852"": { + ""name"": ""Player1852"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1853"": { + ""name"": ""Player1853"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1854"": { + ""name"": ""Player1854"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1855"": { + ""name"": ""Player1855"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1856"": { + ""name"": ""Player1856"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1857"": { + ""name"": ""Player1857"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1858"": { + ""name"": ""Player1858"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1859"": { + ""name"": ""Player1859"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1860"": { + ""name"": ""Player1860"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1861"": { + ""name"": ""Player1861"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1862"": { + ""name"": ""Player1862"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1863"": { + ""name"": ""Player1863"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1864"": { + ""name"": ""Player1864"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1865"": { + ""name"": ""Player1865"", + ""game"": ""Lufia II Ancient Cave"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1866"": { + ""name"": ""Player1866"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1867"": { + ""name"": ""Player1867"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1868"": { + ""name"": ""Player1868"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1869"": { + ""name"": ""Player1869"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1870"": { + ""name"": ""Player1870"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1871"": { + ""name"": ""Player1871"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1872"": { + ""name"": ""Player1872"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1873"": { + ""name"": ""Player1873"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1874"": { + ""name"": ""Player1874"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1875"": { + ""name"": ""Player1875"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1876"": { + ""name"": ""Player1876"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1877"": { + ""name"": ""Player1877"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1878"": { + ""name"": ""Player1878"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1879"": { + ""name"": ""Player1879"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1880"": { + ""name"": ""Player1880"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1881"": { + ""name"": ""Player1881"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1882"": { + ""name"": ""Player1882"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1883"": { + ""name"": ""Player1883"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1884"": { + ""name"": ""Player1884"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1885"": { + ""name"": ""Player1885"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1886"": { + ""name"": ""Player1886"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1887"": { + ""name"": ""Player1887"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1888"": { + ""name"": ""Player1888"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1889"": { + ""name"": ""Player1889"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1890"": { + ""name"": ""Player1890"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1891"": { + ""name"": ""Player1891"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1892"": { + ""name"": ""Player1892"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1893"": { + ""name"": ""Player1893"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1894"": { + ""name"": ""Player1894"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1895"": { + ""name"": ""Player1895"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1896"": { + ""name"": ""Player1896"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1897"": { + ""name"": ""Player1897"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1898"": { + ""name"": ""Player1898"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1899"": { + ""name"": ""Player1899"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1900"": { + ""name"": ""Player1900"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1901"": { + ""name"": ""Player1901"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1902"": { + ""name"": ""Player1902"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1903"": { + ""name"": ""Player1903"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1904"": { + ""name"": ""Player1904"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1905"": { + ""name"": ""Player1905"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1906"": { + ""name"": ""Player1906"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1907"": { + ""name"": ""Player1907"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1908"": { + ""name"": ""Player1908"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1909"": { + ""name"": ""Player1909"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1910"": { + ""name"": ""Player1910"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1911"": { + ""name"": ""Player1911"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1912"": { + ""name"": ""Player1912"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1913"": { + ""name"": ""Player1913"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1914"": { + ""name"": ""Player1914"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1915"": { + ""name"": ""Player1915"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1916"": { + ""name"": ""Player1916"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1917"": { + ""name"": ""Player1917"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1918"": { + ""name"": ""Player1918"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1919"": { + ""name"": ""Player1919"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1920"": { + ""name"": ""Player1920"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1921"": { + ""name"": ""Player1921"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1922"": { + ""name"": ""Player1922"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1923"": { + ""name"": ""Player1923"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1924"": { + ""name"": ""Player1924"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1925"": { + ""name"": ""Player1925"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1926"": { + ""name"": ""Player1926"", + ""game"": ""Hylics 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1927"": { + ""name"": ""Player1927"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1928"": { + ""name"": ""Player1928"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1929"": { + ""name"": ""Player1929"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1930"": { + ""name"": ""Player1930"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1931"": { + ""name"": ""Player1931"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1932"": { + ""name"": ""Player1932"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1933"": { + ""name"": ""Player1933"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1934"": { + ""name"": ""Player1934"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1935"": { + ""name"": ""Player1935"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1936"": { + ""name"": ""Player1936"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1937"": { + ""name"": ""Player1937"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1938"": { + ""name"": ""Player1938"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1939"": { + ""name"": ""Player1939"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1940"": { + ""name"": ""Player1940"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1941"": { + ""name"": ""Player1941"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1942"": { + ""name"": ""Player1942"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1943"": { + ""name"": ""Player1943"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1944"": { + ""name"": ""Player1944"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1945"": { + ""name"": ""Player1945"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1946"": { + ""name"": ""Player1946"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1947"": { + ""name"": ""Player1947"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1948"": { + ""name"": ""Player1948"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1949"": { + ""name"": ""Player1949"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1950"": { + ""name"": ""Player1950"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1951"": { + ""name"": ""Player1951"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1952"": { + ""name"": ""Player1952"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1953"": { + ""name"": ""Player1953"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1954"": { + ""name"": ""Player1954"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1955"": { + ""name"": ""Player1955"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1956"": { + ""name"": ""Player1956"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1957"": { + ""name"": ""Player1957"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1958"": { + ""name"": ""Player1958"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1959"": { + ""name"": ""Player1959"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1960"": { + ""name"": ""Player1960"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1961"": { + ""name"": ""Player1961"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1962"": { + ""name"": ""Player1962"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1963"": { + ""name"": ""Player1963"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1964"": { + ""name"": ""Player1964"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1965"": { + ""name"": ""Player1965"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1966"": { + ""name"": ""Player1966"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1967"": { + ""name"": ""Player1967"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1968"": { + ""name"": ""Player1968"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1969"": { + ""name"": ""Player1969"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1970"": { + ""name"": ""Player1970"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1971"": { + ""name"": ""Player1971"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1972"": { + ""name"": ""Player1972"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1973"": { + ""name"": ""Player1973"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1974"": { + ""name"": ""Player1974"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1975"": { + ""name"": ""Player1975"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1976"": { + ""name"": ""Player1976"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1977"": { + ""name"": ""Player1977"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1978"": { + ""name"": ""Player1978"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1979"": { + ""name"": ""Player1979"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1980"": { + ""name"": ""Player1980"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1981"": { + ""name"": ""Player1981"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1982"": { + ""name"": ""Player1982"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1983"": { + ""name"": ""Player1983"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1984"": { + ""name"": ""Player1984"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1985"": { + ""name"": ""Player1985"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1986"": { + ""name"": ""Player1986"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1987"": { + ""name"": ""Player1987"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1988"": { + ""name"": ""Player1988"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1989"": { + ""name"": ""Player1989"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1990"": { + ""name"": ""Player1990"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1991"": { + ""name"": ""Player1991"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1992"": { + ""name"": ""Player1992"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1993"": { + ""name"": ""Player1993"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1994"": { + ""name"": ""Player1994"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1995"": { + ""name"": ""Player1995"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1996"": { + ""name"": ""Player1996"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1997"": { + ""name"": ""Player1997"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1998"": { + ""name"": ""Player1998"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""1999"": { + ""name"": ""Player1999"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2000"": { + ""name"": ""Player2000"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2001"": { + ""name"": ""Player2001"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2002"": { + ""name"": ""Player2002"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2003"": { + ""name"": ""Player2003"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2004"": { + ""name"": ""Player2004"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2005"": { + ""name"": ""Player2005"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2006"": { + ""name"": ""Player2006"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2007"": { + ""name"": ""Player2007"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2008"": { + ""name"": ""Player2008"", + ""game"": ""Lufia II Ancient Cave"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2009"": { + ""name"": ""Player2009"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2010"": { + ""name"": ""Player2010"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2011"": { + ""name"": ""Player2011"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2012"": { + ""name"": ""Player2012"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2013"": { + ""name"": ""Player2013"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2014"": { + ""name"": ""Player2014"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2015"": { + ""name"": ""Player2015"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2016"": { + ""name"": ""Player2016"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2017"": { + ""name"": ""Player2017"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2018"": { + ""name"": ""Player2018"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2019"": { + ""name"": ""Player2019"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2020"": { + ""name"": ""Player2020"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2021"": { + ""name"": ""Player2021"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2022"": { + ""name"": ""Player2022"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2023"": { + ""name"": ""Player2023"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2024"": { + ""name"": ""Player2024"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2025"": { + ""name"": ""Player2025"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2026"": { + ""name"": ""Player2026"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2027"": { + ""name"": ""Player2027"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2028"": { + ""name"": ""Player2028"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2029"": { + ""name"": ""Player2029"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2030"": { + ""name"": ""Player2030"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2031"": { + ""name"": ""Player2031"", + ""game"": ""Adventure"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2032"": { + ""name"": ""Player2032"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2033"": { + ""name"": ""Player2033"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2034"": { + ""name"": ""Player2034"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2035"": { + ""name"": ""Player2035"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2036"": { + ""name"": ""Player2036"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2037"": { + ""name"": ""Player2037"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2038"": { + ""name"": ""Player2038"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2039"": { + ""name"": ""Player2039"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2040"": { + ""name"": ""Player2040"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2041"": { + ""name"": ""Player2041"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2042"": { + ""name"": ""Player2042"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2043"": { + ""name"": ""Player2043"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2044"": { + ""name"": ""Player2044"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2045"": { + ""name"": ""Player2045"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2046"": { + ""name"": ""Player2046"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2047"": { + ""name"": ""Player2047"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2048"": { + ""name"": ""Player2048"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2049"": { + ""name"": ""Player2049"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2050"": { + ""name"": ""Player2050"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2051"": { + ""name"": ""Player2051"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2052"": { + ""name"": ""Player2052"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2053"": { + ""name"": ""Player2053"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2054"": { + ""name"": ""Player2054"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2055"": { + ""name"": ""Player2055"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2056"": { + ""name"": ""Player2056"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2057"": { + ""name"": ""Player2057"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2058"": { + ""name"": ""Player2058"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2059"": { + ""name"": ""Player2059"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2060"": { + ""name"": ""Player2060"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2061"": { + ""name"": ""Player2061"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2062"": { + ""name"": ""Player2062"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2063"": { + ""name"": ""Player2063"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2064"": { + ""name"": ""Player2064"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2065"": { + ""name"": ""Player2065"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2066"": { + ""name"": ""Player2066"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2067"": { + ""name"": ""Player2067"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2068"": { + ""name"": ""Player2068"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2069"": { + ""name"": ""Player2069"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2070"": { + ""name"": ""Player2070"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2071"": { + ""name"": ""Player2071"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2072"": { + ""name"": ""Player2072"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2073"": { + ""name"": ""Player2073"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2074"": { + ""name"": ""Player2074"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2075"": { + ""name"": ""Player2075"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2076"": { + ""name"": ""Player2076"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2077"": { + ""name"": ""Player2077"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2078"": { + ""name"": ""Player2078"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2079"": { + ""name"": ""Player2079"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2080"": { + ""name"": ""Player2080"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2081"": { + ""name"": ""Player2081"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2082"": { + ""name"": ""Player2082"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2083"": { + ""name"": ""Player2083"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2084"": { + ""name"": ""Player2084"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2085"": { + ""name"": ""Player2085"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2086"": { + ""name"": ""Player2086"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2087"": { + ""name"": ""Player2087"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2088"": { + ""name"": ""Player2088"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2089"": { + ""name"": ""Player2089"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2090"": { + ""name"": ""Player2090"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2091"": { + ""name"": ""Player2091"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2092"": { + ""name"": ""Player2092"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2093"": { + ""name"": ""Player2093"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2094"": { + ""name"": ""Player2094"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2095"": { + ""name"": ""Player2095"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2096"": { + ""name"": ""Player2096"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2097"": { + ""name"": ""Player2097"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2098"": { + ""name"": ""Player2098"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2099"": { + ""name"": ""Player2099"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2100"": { + ""name"": ""Player2100"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2101"": { + ""name"": ""Player2101"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2102"": { + ""name"": ""Player2102"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2103"": { + ""name"": ""Player2103"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2104"": { + ""name"": ""Player2104"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2105"": { + ""name"": ""Player2105"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2106"": { + ""name"": ""Player2106"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2107"": { + ""name"": ""Player2107"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2108"": { + ""name"": ""Player2108"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2109"": { + ""name"": ""Player2109"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2110"": { + ""name"": ""Player2110"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2111"": { + ""name"": ""Player2111"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2112"": { + ""name"": ""Player2112"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2113"": { + ""name"": ""Player2113"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2114"": { + ""name"": ""Player2114"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2115"": { + ""name"": ""Player2115"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2116"": { + ""name"": ""Player2116"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2117"": { + ""name"": ""Player2117"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2118"": { + ""name"": ""Player2118"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2119"": { + ""name"": ""Player2119"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2120"": { + ""name"": ""Player2120"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2121"": { + ""name"": ""Player2121"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2122"": { + ""name"": ""Player2122"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2123"": { + ""name"": ""Player2123"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2124"": { + ""name"": ""Player2124"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2125"": { + ""name"": ""Player2125"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2126"": { + ""name"": ""Player2126"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2127"": { + ""name"": ""Player2127"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2128"": { + ""name"": ""Player2128"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2129"": { + ""name"": ""Player2129"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2130"": { + ""name"": ""Player2130"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2131"": { + ""name"": ""Player2131"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2132"": { + ""name"": ""Player2132"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2133"": { + ""name"": ""Player2133"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2134"": { + ""name"": ""Player2134"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2135"": { + ""name"": ""Player2135"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2136"": { + ""name"": ""Player2136"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2137"": { + ""name"": ""Player2137"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2138"": { + ""name"": ""Player2138"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2139"": { + ""name"": ""Player2139"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2140"": { + ""name"": ""Player2140"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2141"": { + ""name"": ""Player2141"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2142"": { + ""name"": ""Player2142"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2143"": { + ""name"": ""Player2143"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2144"": { + ""name"": ""Player2144"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2145"": { + ""name"": ""Player2145"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2146"": { + ""name"": ""Player2146"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2147"": { + ""name"": ""Player2147"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2148"": { + ""name"": ""Player2148"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2149"": { + ""name"": ""Player2149"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2150"": { + ""name"": ""Player2150"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2151"": { + ""name"": ""Player2151"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2152"": { + ""name"": ""Player2152"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2153"": { + ""name"": ""Player2153"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2154"": { + ""name"": ""Player2154"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2155"": { + ""name"": ""Player2155"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2156"": { + ""name"": ""Player2156"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2157"": { + ""name"": ""Player2157"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2158"": { + ""name"": ""Player2158"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2159"": { + ""name"": ""Player2159"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2160"": { + ""name"": ""Player2160"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2161"": { + ""name"": ""Player2161"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2162"": { + ""name"": ""Player2162"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2163"": { + ""name"": ""Player2163"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2164"": { + ""name"": ""Player2164"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2165"": { + ""name"": ""Player2165"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2166"": { + ""name"": ""Player2166"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2167"": { + ""name"": ""Player2167"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2168"": { + ""name"": ""Player2168"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2169"": { + ""name"": ""Player2169"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2170"": { + ""name"": ""Player2170"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2171"": { + ""name"": ""Player2171"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2172"": { + ""name"": ""Player2172"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2173"": { + ""name"": ""Player2173"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2174"": { + ""name"": ""Player2174"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2175"": { + ""name"": ""Player2175"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2176"": { + ""name"": ""Player2176"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2177"": { + ""name"": ""Player2177"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2178"": { + ""name"": ""Player2178"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2179"": { + ""name"": ""Player2179"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2180"": { + ""name"": ""Player2180"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2181"": { + ""name"": ""Player2181"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2182"": { + ""name"": ""Player2182"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2183"": { + ""name"": ""Player2183"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2184"": { + ""name"": ""Player2184"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2185"": { + ""name"": ""Player2185"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2186"": { + ""name"": ""Player2186"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2187"": { + ""name"": ""Player2187"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2188"": { + ""name"": ""Player2188"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2189"": { + ""name"": ""Player2189"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2190"": { + ""name"": ""Player2190"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2191"": { + ""name"": ""Player2191"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2192"": { + ""name"": ""Player2192"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2193"": { + ""name"": ""Player2193"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2194"": { + ""name"": ""Player2194"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2195"": { + ""name"": ""Player2195"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2196"": { + ""name"": ""Player2196"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2197"": { + ""name"": ""Player2197"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2198"": { + ""name"": ""Player2198"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2199"": { + ""name"": ""Player2199"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2200"": { + ""name"": ""Player2200"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2201"": { + ""name"": ""Player2201"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2202"": { + ""name"": ""Player2202"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2203"": { + ""name"": ""Player2203"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2204"": { + ""name"": ""Player2204"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2205"": { + ""name"": ""Player2205"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2206"": { + ""name"": ""Player2206"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2207"": { + ""name"": ""Player2207"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2208"": { + ""name"": ""Player2208"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2209"": { + ""name"": ""Player2209"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2210"": { + ""name"": ""Player2210"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2211"": { + ""name"": ""Player2211"", + ""game"": ""Zillion"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2212"": { + ""name"": ""Player2212"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2213"": { + ""name"": ""Player2213"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2214"": { + ""name"": ""Player2214"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2215"": { + ""name"": ""Player2215"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2216"": { + ""name"": ""Player2216"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2217"": { + ""name"": ""Player2217"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2218"": { + ""name"": ""Player2218"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2219"": { + ""name"": ""Player2219"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2220"": { + ""name"": ""Player2220"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2221"": { + ""name"": ""Player2221"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2222"": { + ""name"": ""Player2222"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2223"": { + ""name"": ""Player2223"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2224"": { + ""name"": ""Player2224"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2225"": { + ""name"": ""Player2225"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2226"": { + ""name"": ""Player2226"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2227"": { + ""name"": ""Player2227"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2228"": { + ""name"": ""Player2228"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2229"": { + ""name"": ""Player2229"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2230"": { + ""name"": ""Player2230"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2231"": { + ""name"": ""Player2231"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2232"": { + ""name"": ""Player2232"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2233"": { + ""name"": ""Player2233"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2234"": { + ""name"": ""Player2234"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2235"": { + ""name"": ""Player2235"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2236"": { + ""name"": ""Player2236"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2237"": { + ""name"": ""Player2237"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2238"": { + ""name"": ""Player2238"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2239"": { + ""name"": ""Player2239"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2240"": { + ""name"": ""Player2240"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2241"": { + ""name"": ""Player2241"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2242"": { + ""name"": ""Player2242"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2243"": { + ""name"": ""Player2243"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2244"": { + ""name"": ""Player2244"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2245"": { + ""name"": ""Player2245"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2246"": { + ""name"": ""Player2246"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2247"": { + ""name"": ""Player2247"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2248"": { + ""name"": ""Player2248"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2249"": { + ""name"": ""Player2249"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2250"": { + ""name"": ""Player2250"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2251"": { + ""name"": ""Player2251"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2252"": { + ""name"": ""Player2252"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2253"": { + ""name"": ""Player2253"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2254"": { + ""name"": ""Player2254"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2255"": { + ""name"": ""Player2255"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2256"": { + ""name"": ""Player2256"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2257"": { + ""name"": ""Player2257"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2258"": { + ""name"": ""Player2258"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2259"": { + ""name"": ""Player2259"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2260"": { + ""name"": ""Player2260"", + ""game"": ""Zillion"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2261"": { + ""name"": ""Player2261"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2262"": { + ""name"": ""Player2262"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2263"": { + ""name"": ""Player2263"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2264"": { + ""name"": ""Player2264"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2265"": { + ""name"": ""Player2265"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2266"": { + ""name"": ""Player2266"", + ""game"": ""Zillion"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2267"": { + ""name"": ""Player2267"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2268"": { + ""name"": ""Player2268"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2269"": { + ""name"": ""Player2269"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2270"": { + ""name"": ""Player2270"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2271"": { + ""name"": ""Player2271"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2272"": { + ""name"": ""Player2272"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2273"": { + ""name"": ""Player2273"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2274"": { + ""name"": ""Player2274"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2275"": { + ""name"": ""Player2275"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2276"": { + ""name"": ""Player2276"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2277"": { + ""name"": ""Player2277"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2278"": { + ""name"": ""Player2278"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2279"": { + ""name"": ""Player2279"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2280"": { + ""name"": ""Player2280"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2281"": { + ""name"": ""Player2281"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2282"": { + ""name"": ""Player2282"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2283"": { + ""name"": ""Player2283"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2284"": { + ""name"": ""Player2284"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2285"": { + ""name"": ""Player2285"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2286"": { + ""name"": ""Player2286"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2287"": { + ""name"": ""Player2287"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2288"": { + ""name"": ""Player2288"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2289"": { + ""name"": ""Player2289"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2290"": { + ""name"": ""Player2290"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2291"": { + ""name"": ""Player2291"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2292"": { + ""name"": ""Player2292"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2293"": { + ""name"": ""Player2293"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2294"": { + ""name"": ""Player2294"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2295"": { + ""name"": ""Player2295"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2296"": { + ""name"": ""Player2296"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2297"": { + ""name"": ""Player2297"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2298"": { + ""name"": ""Player2298"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2299"": { + ""name"": ""Player2299"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2300"": { + ""name"": ""Player2300"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2301"": { + ""name"": ""Player2301"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2302"": { + ""name"": ""Player2302"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2303"": { + ""name"": ""Player2303"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2304"": { + ""name"": ""Player2304"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2305"": { + ""name"": ""Player2305"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2306"": { + ""name"": ""Player2306"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2307"": { + ""name"": ""Player2307"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2308"": { + ""name"": ""Player2308"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2309"": { + ""name"": ""Player2309"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2310"": { + ""name"": ""Player2310"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2311"": { + ""name"": ""Player2311"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2312"": { + ""name"": ""Player2312"", + ""game"": ""Heretic"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2313"": { + ""name"": ""Player2313"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2314"": { + ""name"": ""Player2314"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2315"": { + ""name"": ""Player2315"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2316"": { + ""name"": ""Player2316"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2317"": { + ""name"": ""Player2317"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2318"": { + ""name"": ""Player2318"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2319"": { + ""name"": ""Player2319"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2320"": { + ""name"": ""Player2320"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2321"": { + ""name"": ""Player2321"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2322"": { + ""name"": ""Player2322"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2323"": { + ""name"": ""Player2323"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2324"": { + ""name"": ""Player2324"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2325"": { + ""name"": ""Player2325"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2326"": { + ""name"": ""Player2326"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2327"": { + ""name"": ""Player2327"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2328"": { + ""name"": ""Player2328"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2329"": { + ""name"": ""Player2329"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2330"": { + ""name"": ""Player2330"", + ""game"": ""Hylics 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2331"": { + ""name"": ""Player2331"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2332"": { + ""name"": ""Player2332"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2333"": { + ""name"": ""Player2333"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2334"": { + ""name"": ""Player2334"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2335"": { + ""name"": ""Player2335"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2336"": { + ""name"": ""Player2336"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2337"": { + ""name"": ""Player2337"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2338"": { + ""name"": ""Player2338"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2339"": { + ""name"": ""Player2339"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2340"": { + ""name"": ""Player2340"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2341"": { + ""name"": ""Player2341"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2342"": { + ""name"": ""Player2342"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2343"": { + ""name"": ""Player2343"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2344"": { + ""name"": ""Player2344"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2345"": { + ""name"": ""Player2345"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2346"": { + ""name"": ""Player2346"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2347"": { + ""name"": ""Player2347"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2348"": { + ""name"": ""Player2348"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2349"": { + ""name"": ""Player2349"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2350"": { + ""name"": ""Player2350"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2351"": { + ""name"": ""Player2351"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2352"": { + ""name"": ""Player2352"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2353"": { + ""name"": ""Player2353"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2354"": { + ""name"": ""Player2354"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2355"": { + ""name"": ""Player2355"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2356"": { + ""name"": ""Player2356"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2357"": { + ""name"": ""Player2357"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2358"": { + ""name"": ""Player2358"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2359"": { + ""name"": ""Player2359"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2360"": { + ""name"": ""Player2360"", + ""game"": ""Adventure"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2361"": { + ""name"": ""Player2361"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2362"": { + ""name"": ""Player2362"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2363"": { + ""name"": ""Player2363"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2364"": { + ""name"": ""Player2364"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2365"": { + ""name"": ""Player2365"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2366"": { + ""name"": ""Player2366"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2367"": { + ""name"": ""Player2367"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2368"": { + ""name"": ""Player2368"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2369"": { + ""name"": ""Player2369"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2370"": { + ""name"": ""Player2370"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2371"": { + ""name"": ""Player2371"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2372"": { + ""name"": ""Player2372"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2373"": { + ""name"": ""Player2373"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2374"": { + ""name"": ""Player2374"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2375"": { + ""name"": ""Player2375"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2376"": { + ""name"": ""Player2376"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2377"": { + ""name"": ""Player2377"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2378"": { + ""name"": ""Player2378"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2379"": { + ""name"": ""Player2379"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2380"": { + ""name"": ""Player2380"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2381"": { + ""name"": ""Player2381"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2382"": { + ""name"": ""Player2382"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2383"": { + ""name"": ""Player2383"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2384"": { + ""name"": ""Player2384"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2385"": { + ""name"": ""Player2385"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2386"": { + ""name"": ""Player2386"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2387"": { + ""name"": ""Player2387"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2388"": { + ""name"": ""Player2388"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2389"": { + ""name"": ""Player2389"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2390"": { + ""name"": ""Player2390"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2391"": { + ""name"": ""Player2391"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2392"": { + ""name"": ""Player2392"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2393"": { + ""name"": ""Player2393"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2394"": { + ""name"": ""Player2394"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2395"": { + ""name"": ""Player2395"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2396"": { + ""name"": ""Player2396"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2397"": { + ""name"": ""Player2397"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2398"": { + ""name"": ""Player2398"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2399"": { + ""name"": ""Player2399"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2400"": { + ""name"": ""Player2400"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2401"": { + ""name"": ""Player2401"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2402"": { + ""name"": ""Player2402"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2403"": { + ""name"": ""Player2403"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2404"": { + ""name"": ""Player2404"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2405"": { + ""name"": ""Player2405"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2406"": { + ""name"": ""Player2406"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2407"": { + ""name"": ""Player2407"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2408"": { + ""name"": ""Player2408"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2409"": { + ""name"": ""Player2409"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2410"": { + ""name"": ""Player2410"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2411"": { + ""name"": ""Player2411"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2412"": { + ""name"": ""Player2412"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2413"": { + ""name"": ""Player2413"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2414"": { + ""name"": ""Player2414"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2415"": { + ""name"": ""Player2415"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2416"": { + ""name"": ""Player2416"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2417"": { + ""name"": ""Player2417"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2418"": { + ""name"": ""Player2418"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2419"": { + ""name"": ""Player2419"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2420"": { + ""name"": ""Player2420"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2421"": { + ""name"": ""Player2421"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2422"": { + ""name"": ""Player2422"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2423"": { + ""name"": ""Player2423"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2424"": { + ""name"": ""Player2424"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2425"": { + ""name"": ""Player2425"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2426"": { + ""name"": ""Player2426"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2427"": { + ""name"": ""Player2427"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2428"": { + ""name"": ""Player2428"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2429"": { + ""name"": ""Player2429"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2430"": { + ""name"": ""Player2430"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2431"": { + ""name"": ""Player2431"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2432"": { + ""name"": ""Player2432"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2433"": { + ""name"": ""Player2433"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2434"": { + ""name"": ""Player2434"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2435"": { + ""name"": ""Player2435"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2436"": { + ""name"": ""Player2436"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2437"": { + ""name"": ""Player2437"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2438"": { + ""name"": ""Player2438"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2439"": { + ""name"": ""Player2439"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2440"": { + ""name"": ""Player2440"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2441"": { + ""name"": ""Player2441"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2442"": { + ""name"": ""Player2442"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2443"": { + ""name"": ""Player2443"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2444"": { + ""name"": ""Player2444"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2445"": { + ""name"": ""Player2445"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2446"": { + ""name"": ""Player2446"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2447"": { + ""name"": ""Player2447"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2448"": { + ""name"": ""Player2448"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2449"": { + ""name"": ""Player2449"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2450"": { + ""name"": ""Player2450"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2451"": { + ""name"": ""Player2451"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2452"": { + ""name"": ""Player2452"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2453"": { + ""name"": ""Player2453"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2454"": { + ""name"": ""Player2454"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2455"": { + ""name"": ""Player2455"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2456"": { + ""name"": ""Player2456"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2457"": { + ""name"": ""Player2457"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2458"": { + ""name"": ""Player2458"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2459"": { + ""name"": ""Player2459"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2460"": { + ""name"": ""Player2460"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2461"": { + ""name"": ""Player2461"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2462"": { + ""name"": ""Player2462"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2463"": { + ""name"": ""Player2463"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2464"": { + ""name"": ""Player2464"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2465"": { + ""name"": ""Player2465"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2466"": { + ""name"": ""Player2466"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2467"": { + ""name"": ""Player2467"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2468"": { + ""name"": ""Player2468"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2469"": { + ""name"": ""Player2469"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2470"": { + ""name"": ""Player2470"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2471"": { + ""name"": ""Player2471"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2472"": { + ""name"": ""Player2472"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2473"": { + ""name"": ""Player2473"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2474"": { + ""name"": ""Player2474"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2475"": { + ""name"": ""Player2475"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2476"": { + ""name"": ""Player2476"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2477"": { + ""name"": ""Player2477"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2478"": { + ""name"": ""Player2478"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2479"": { + ""name"": ""Player2479"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2480"": { + ""name"": ""Player2480"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2481"": { + ""name"": ""Player2481"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2482"": { + ""name"": ""Player2482"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2483"": { + ""name"": ""Player2483"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2484"": { + ""name"": ""Player2484"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2485"": { + ""name"": ""Player2485"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2486"": { + ""name"": ""Player2486"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2487"": { + ""name"": ""Player2487"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2488"": { + ""name"": ""Player2488"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2489"": { + ""name"": ""Player2489"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2490"": { + ""name"": ""Player2490"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2491"": { + ""name"": ""Player2491"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2492"": { + ""name"": ""Player2492"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2493"": { + ""name"": ""Player2493"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2494"": { + ""name"": ""Player2494"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2495"": { + ""name"": ""Player2495"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2496"": { + ""name"": ""Player2496"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2497"": { + ""name"": ""Player2497"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2498"": { + ""name"": ""Player2498"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2499"": { + ""name"": ""Player2499"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2500"": { + ""name"": ""Player2500"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2501"": { + ""name"": ""Player2501"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2502"": { + ""name"": ""Player2502"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2503"": { + ""name"": ""Player2503"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2504"": { + ""name"": ""Player2504"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2505"": { + ""name"": ""Player2505"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2506"": { + ""name"": ""Player2506"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2507"": { + ""name"": ""Player2507"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2508"": { + ""name"": ""Player2508"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2509"": { + ""name"": ""Player2509"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2510"": { + ""name"": ""Player2510"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2511"": { + ""name"": ""Player2511"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2512"": { + ""name"": ""Player2512"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2513"": { + ""name"": ""Player2513"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2514"": { + ""name"": ""Player2514"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2515"": { + ""name"": ""Player2515"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2516"": { + ""name"": ""Player2516"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2517"": { + ""name"": ""Player2517"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2518"": { + ""name"": ""Player2518"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2519"": { + ""name"": ""Player2519"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2520"": { + ""name"": ""Player2520"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2521"": { + ""name"": ""Player2521"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2522"": { + ""name"": ""Player2522"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2523"": { + ""name"": ""Player2523"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2524"": { + ""name"": ""Player2524"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2525"": { + ""name"": ""Player2525"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2526"": { + ""name"": ""Player2526"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2527"": { + ""name"": ""Player2527"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2528"": { + ""name"": ""Player2528"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2529"": { + ""name"": ""Player2529"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2530"": { + ""name"": ""Player2530"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2531"": { + ""name"": ""Player2531"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2532"": { + ""name"": ""Player2532"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2533"": { + ""name"": ""Player2533"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2534"": { + ""name"": ""Player2534"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2535"": { + ""name"": ""Player2535"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2536"": { + ""name"": ""Player2536"", + ""game"": ""Heretic"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2537"": { + ""name"": ""Player2537"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2538"": { + ""name"": ""Player2538"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2539"": { + ""name"": ""Player2539"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2540"": { + ""name"": ""Player2540"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2541"": { + ""name"": ""Player2541"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2542"": { + ""name"": ""Player2542"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2543"": { + ""name"": ""Player2543"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2544"": { + ""name"": ""Player2544"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2545"": { + ""name"": ""Player2545"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2546"": { + ""name"": ""Player2546"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2547"": { + ""name"": ""Player2547"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2548"": { + ""name"": ""Player2548"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2549"": { + ""name"": ""Player2549"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2550"": { + ""name"": ""Player2550"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2551"": { + ""name"": ""Player2551"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2552"": { + ""name"": ""Player2552"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2553"": { + ""name"": ""Player2553"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2554"": { + ""name"": ""Player2554"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2555"": { + ""name"": ""Player2555"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2556"": { + ""name"": ""Player2556"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2557"": { + ""name"": ""Player2557"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2558"": { + ""name"": ""Player2558"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2559"": { + ""name"": ""Player2559"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2560"": { + ""name"": ""Player2560"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2561"": { + ""name"": ""Player2561"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2562"": { + ""name"": ""Player2562"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2563"": { + ""name"": ""Player2563"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2564"": { + ""name"": ""Player2564"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2565"": { + ""name"": ""Player2565"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2566"": { + ""name"": ""Player2566"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2567"": { + ""name"": ""Player2567"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2568"": { + ""name"": ""Player2568"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2569"": { + ""name"": ""Player2569"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2570"": { + ""name"": ""Player2570"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2571"": { + ""name"": ""Player2571"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2572"": { + ""name"": ""Player2572"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2573"": { + ""name"": ""Player2573"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2574"": { + ""name"": ""Player2574"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2575"": { + ""name"": ""Player2575"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2576"": { + ""name"": ""Player2576"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2577"": { + ""name"": ""Player2577"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2578"": { + ""name"": ""Player2578"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2579"": { + ""name"": ""Player2579"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2580"": { + ""name"": ""Player2580"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2581"": { + ""name"": ""Player2581"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2582"": { + ""name"": ""Player2582"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2583"": { + ""name"": ""Player2583"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2584"": { + ""name"": ""Player2584"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2585"": { + ""name"": ""Player2585"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2586"": { + ""name"": ""Player2586"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2587"": { + ""name"": ""Player2587"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2588"": { + ""name"": ""Player2588"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2589"": { + ""name"": ""Player2589"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2590"": { + ""name"": ""Player2590"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2591"": { + ""name"": ""Player2591"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2592"": { + ""name"": ""Player2592"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2593"": { + ""name"": ""Player2593"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2594"": { + ""name"": ""Player2594"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2595"": { + ""name"": ""Player2595"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2596"": { + ""name"": ""Player2596"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2597"": { + ""name"": ""Player2597"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2598"": { + ""name"": ""Player2598"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2599"": { + ""name"": ""Player2599"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2600"": { + ""name"": ""Player2600"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2601"": { + ""name"": ""Player2601"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2602"": { + ""name"": ""Player2602"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2603"": { + ""name"": ""Player2603"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2604"": { + ""name"": ""Player2604"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2605"": { + ""name"": ""Player2605"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2606"": { + ""name"": ""Player2606"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2607"": { + ""name"": ""Player2607"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2608"": { + ""name"": ""Player2608"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2609"": { + ""name"": ""Player2609"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2610"": { + ""name"": ""Player2610"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2611"": { + ""name"": ""Player2611"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2612"": { + ""name"": ""Player2612"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2613"": { + ""name"": ""Player2613"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2614"": { + ""name"": ""Player2614"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2615"": { + ""name"": ""Player2615"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2616"": { + ""name"": ""Player2616"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2617"": { + ""name"": ""Player2617"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2618"": { + ""name"": ""Player2618"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2619"": { + ""name"": ""Player2619"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2620"": { + ""name"": ""Player2620"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2621"": { + ""name"": ""Player2621"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2622"": { + ""name"": ""Player2622"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2623"": { + ""name"": ""Player2623"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2624"": { + ""name"": ""Player2624"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2625"": { + ""name"": ""Player2625"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2626"": { + ""name"": ""Player2626"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2627"": { + ""name"": ""Player2627"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2628"": { + ""name"": ""Player2628"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2629"": { + ""name"": ""Player2629"", + ""game"": ""Lufia II Ancient Cave"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2630"": { + ""name"": ""Player2630"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2631"": { + ""name"": ""Player2631"", + ""game"": ""Lufia II Ancient Cave"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2632"": { + ""name"": ""Player2632"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2633"": { + ""name"": ""Player2633"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2634"": { + ""name"": ""Player2634"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2635"": { + ""name"": ""Player2635"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2636"": { + ""name"": ""Player2636"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2637"": { + ""name"": ""Player2637"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2638"": { + ""name"": ""Player2638"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2639"": { + ""name"": ""Player2639"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2640"": { + ""name"": ""Player2640"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2641"": { + ""name"": ""Player2641"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2642"": { + ""name"": ""Player2642"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2643"": { + ""name"": ""Player2643"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2644"": { + ""name"": ""Player2644"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2645"": { + ""name"": ""Player2645"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2646"": { + ""name"": ""Player2646"", + ""game"": ""Raft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2647"": { + ""name"": ""Player2647"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2648"": { + ""name"": ""Player2648"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2649"": { + ""name"": ""Player2649"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2650"": { + ""name"": ""Player2650"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2651"": { + ""name"": ""Player2651"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2652"": { + ""name"": ""Player2652"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2653"": { + ""name"": ""Player2653"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2654"": { + ""name"": ""Player2654"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2655"": { + ""name"": ""Player2655"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2656"": { + ""name"": ""Player2656"", + ""game"": ""Hylics 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2657"": { + ""name"": ""Player2657"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2658"": { + ""name"": ""Player2658"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2659"": { + ""name"": ""Player2659"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2660"": { + ""name"": ""Player2660"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2661"": { + ""name"": ""Player2661"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2662"": { + ""name"": ""Player2662"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2663"": { + ""name"": ""Player2663"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2664"": { + ""name"": ""Player2664"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2665"": { + ""name"": ""Player2665"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2666"": { + ""name"": ""Player2666"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2667"": { + ""name"": ""Player2667"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2668"": { + ""name"": ""Player2668"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2669"": { + ""name"": ""Player2669"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2670"": { + ""name"": ""Player2670"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2671"": { + ""name"": ""Player2671"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2672"": { + ""name"": ""Player2672"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2673"": { + ""name"": ""Player2673"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2674"": { + ""name"": ""Player2674"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2675"": { + ""name"": ""Player2675"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2676"": { + ""name"": ""Player2676"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2677"": { + ""name"": ""Player2677"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2678"": { + ""name"": ""Player2678"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2679"": { + ""name"": ""Player2679"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2680"": { + ""name"": ""Player2680"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2681"": { + ""name"": ""Player2681"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2682"": { + ""name"": ""Player2682"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2683"": { + ""name"": ""Player2683"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2684"": { + ""name"": ""Player2684"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2685"": { + ""name"": ""Player2685"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2686"": { + ""name"": ""Player2686"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2687"": { + ""name"": ""Player2687"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2688"": { + ""name"": ""Player2688"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2689"": { + ""name"": ""Player2689"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2690"": { + ""name"": ""Player2690"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2691"": { + ""name"": ""Player2691"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2692"": { + ""name"": ""Player2692"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2693"": { + ""name"": ""Player2693"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2694"": { + ""name"": ""Player2694"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2695"": { + ""name"": ""Player2695"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2696"": { + ""name"": ""Player2696"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2697"": { + ""name"": ""Player2697"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2698"": { + ""name"": ""Player2698"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2699"": { + ""name"": ""Player2699"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2700"": { + ""name"": ""Player2700"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2701"": { + ""name"": ""Player2701"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2702"": { + ""name"": ""Player2702"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2703"": { + ""name"": ""Player2703"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2704"": { + ""name"": ""Player2704"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2705"": { + ""name"": ""Player2705"", + ""game"": ""The Messenger"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2706"": { + ""name"": ""Player2706"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2707"": { + ""name"": ""Player2707"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2708"": { + ""name"": ""Player2708"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2709"": { + ""name"": ""Player2709"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2710"": { + ""name"": ""Player2710"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2711"": { + ""name"": ""Player2711"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2712"": { + ""name"": ""Player2712"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2713"": { + ""name"": ""Player2713"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2714"": { + ""name"": ""Player2714"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2715"": { + ""name"": ""Player2715"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2716"": { + ""name"": ""Player2716"", + ""game"": ""Adventure"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2717"": { + ""name"": ""Player2717"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2718"": { + ""name"": ""Player2718"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2719"": { + ""name"": ""Player2719"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2720"": { + ""name"": ""Player2720"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2721"": { + ""name"": ""Player2721"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2722"": { + ""name"": ""Player2722"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2723"": { + ""name"": ""Player2723"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2724"": { + ""name"": ""Player2724"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2725"": { + ""name"": ""Player2725"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2726"": { + ""name"": ""Player2726"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2727"": { + ""name"": ""Player2727"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2728"": { + ""name"": ""Player2728"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2729"": { + ""name"": ""Player2729"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2730"": { + ""name"": ""Player2730"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2731"": { + ""name"": ""Player2731"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2732"": { + ""name"": ""Player2732"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2733"": { + ""name"": ""Player2733"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2734"": { + ""name"": ""Player2734"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2735"": { + ""name"": ""Player2735"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2736"": { + ""name"": ""Player2736"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2737"": { + ""name"": ""Player2737"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2738"": { + ""name"": ""Player2738"", + ""game"": ""Meritous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2739"": { + ""name"": ""Player2739"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2740"": { + ""name"": ""Player2740"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2741"": { + ""name"": ""Player2741"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2742"": { + ""name"": ""Player2742"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2743"": { + ""name"": ""Player2743"", + ""game"": ""Hylics 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2744"": { + ""name"": ""Player2744"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2745"": { + ""name"": ""Player2745"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2746"": { + ""name"": ""Player2746"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2747"": { + ""name"": ""Player2747"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2748"": { + ""name"": ""Player2748"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2749"": { + ""name"": ""Player2749"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2750"": { + ""name"": ""Player2750"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2751"": { + ""name"": ""Player2751"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2752"": { + ""name"": ""Player2752"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2753"": { + ""name"": ""Player2753"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2754"": { + ""name"": ""Player2754"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2755"": { + ""name"": ""Player2755"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2756"": { + ""name"": ""Player2756"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2757"": { + ""name"": ""Player2757"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2758"": { + ""name"": ""Player2758"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2759"": { + ""name"": ""Player2759"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2760"": { + ""name"": ""Player2760"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2761"": { + ""name"": ""Player2761"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2762"": { + ""name"": ""Player2762"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2763"": { + ""name"": ""Player2763"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2764"": { + ""name"": ""Player2764"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2765"": { + ""name"": ""Player2765"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2766"": { + ""name"": ""Player2766"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2767"": { + ""name"": ""Player2767"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2768"": { + ""name"": ""Player2768"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2769"": { + ""name"": ""Player2769"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2770"": { + ""name"": ""Player2770"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2771"": { + ""name"": ""Player2771"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2772"": { + ""name"": ""Player2772"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2773"": { + ""name"": ""Player2773"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2774"": { + ""name"": ""Player2774"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2775"": { + ""name"": ""Player2775"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2776"": { + ""name"": ""Player2776"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2777"": { + ""name"": ""Player2777"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2778"": { + ""name"": ""Player2778"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2779"": { + ""name"": ""Player2779"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2780"": { + ""name"": ""Player2780"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2781"": { + ""name"": ""Player2781"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2782"": { + ""name"": ""Player2782"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2783"": { + ""name"": ""Player2783"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2784"": { + ""name"": ""Player2784"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2785"": { + ""name"": ""Player2785"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2786"": { + ""name"": ""Player2786"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2787"": { + ""name"": ""Player2787"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2788"": { + ""name"": ""Player2788"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2789"": { + ""name"": ""Player2789"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2790"": { + ""name"": ""Player2790"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2791"": { + ""name"": ""Player2791"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2792"": { + ""name"": ""Player2792"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2793"": { + ""name"": ""Player2793"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2794"": { + ""name"": ""Player2794"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2795"": { + ""name"": ""Player2795"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2796"": { + ""name"": ""Player2796"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2797"": { + ""name"": ""Player2797"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2798"": { + ""name"": ""Player2798"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2799"": { + ""name"": ""Player2799"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2800"": { + ""name"": ""Player2800"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2801"": { + ""name"": ""Player2801"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2802"": { + ""name"": ""Player2802"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2803"": { + ""name"": ""Player2803"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2804"": { + ""name"": ""Player2804"", + ""game"": ""Starcraft 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2805"": { + ""name"": ""Player2805"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2806"": { + ""name"": ""Player2806"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2807"": { + ""name"": ""Player2807"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2808"": { + ""name"": ""Player2808"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2809"": { + ""name"": ""Player2809"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2810"": { + ""name"": ""Player2810"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2811"": { + ""name"": ""Player2811"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2812"": { + ""name"": ""Player2812"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2813"": { + ""name"": ""Player2813"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2814"": { + ""name"": ""Player2814"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2815"": { + ""name"": ""Player2815"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2816"": { + ""name"": ""Player2816"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2817"": { + ""name"": ""Player2817"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2818"": { + ""name"": ""Player2818"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2819"": { + ""name"": ""Player2819"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2820"": { + ""name"": ""Player2820"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2821"": { + ""name"": ""Player2821"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2822"": { + ""name"": ""Player2822"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2823"": { + ""name"": ""Player2823"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2824"": { + ""name"": ""Player2824"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2825"": { + ""name"": ""Player2825"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2826"": { + ""name"": ""Player2826"", + ""game"": ""Muse Dash"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2827"": { + ""name"": ""Player2827"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2828"": { + ""name"": ""Player2828"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2829"": { + ""name"": ""Player2829"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2830"": { + ""name"": ""Player2830"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2831"": { + ""name"": ""Player2831"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2832"": { + ""name"": ""Player2832"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2833"": { + ""name"": ""Player2833"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2834"": { + ""name"": ""Player2834"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2835"": { + ""name"": ""Player2835"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2836"": { + ""name"": ""Player2836"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2837"": { + ""name"": ""Player2837"", + ""game"": ""Shivers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2838"": { + ""name"": ""Player2838"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2839"": { + ""name"": ""Player2839"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2840"": { + ""name"": ""Player2840"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2841"": { + ""name"": ""Player2841"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2842"": { + ""name"": ""Player2842"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2843"": { + ""name"": ""Player2843"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2844"": { + ""name"": ""Player2844"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2845"": { + ""name"": ""Player2845"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2846"": { + ""name"": ""Player2846"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2847"": { + ""name"": ""Player2847"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2848"": { + ""name"": ""Player2848"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2849"": { + ""name"": ""Player2849"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2850"": { + ""name"": ""Player2850"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2851"": { + ""name"": ""Player2851"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2852"": { + ""name"": ""Player2852"", + ""game"": ""Secret of Evermore"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2853"": { + ""name"": ""Player2853"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2854"": { + ""name"": ""Player2854"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2855"": { + ""name"": ""Player2855"", + ""game"": ""Slay the Spire"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2856"": { + ""name"": ""Player2856"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2857"": { + ""name"": ""Player2857"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2858"": { + ""name"": ""Player2858"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2859"": { + ""name"": ""Player2859"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2860"": { + ""name"": ""Player2860"", + ""game"": ""Donkey Kong Country 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2861"": { + ""name"": ""Player2861"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2862"": { + ""name"": ""Player2862"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2863"": { + ""name"": ""Player2863"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2864"": { + ""name"": ""Player2864"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2865"": { + ""name"": ""Player2865"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2866"": { + ""name"": ""Player2866"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2867"": { + ""name"": ""Player2867"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2868"": { + ""name"": ""Player2868"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2869"": { + ""name"": ""Player2869"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2870"": { + ""name"": ""Player2870"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2871"": { + ""name"": ""Player2871"", + ""game"": ""Risk of Rain 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2872"": { + ""name"": ""Player2872"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2873"": { + ""name"": ""Player2873"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2874"": { + ""name"": ""Player2874"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2875"": { + ""name"": ""Player2875"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2876"": { + ""name"": ""Player2876"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2877"": { + ""name"": ""Player2877"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2878"": { + ""name"": ""Player2878"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2879"": { + ""name"": ""Player2879"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2880"": { + ""name"": ""Player2880"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2881"": { + ""name"": ""Player2881"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2882"": { + ""name"": ""Player2882"", + ""game"": ""Zork Grand Inquisitor"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2883"": { + ""name"": ""Player2883"", + ""game"": ""Minecraft"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2884"": { + ""name"": ""Player2884"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2885"": { + ""name"": ""Player2885"", + ""game"": ""Stardew Valley"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2886"": { + ""name"": ""Player2886"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2887"": { + ""name"": ""Player2887"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2888"": { + ""name"": ""Player2888"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2889"": { + ""name"": ""Player2889"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2890"": { + ""name"": ""Player2890"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2891"": { + ""name"": ""Player2891"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2892"": { + ""name"": ""Player2892"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2893"": { + ""name"": ""Player2893"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2894"": { + ""name"": ""Player2894"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2895"": { + ""name"": ""Player2895"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2896"": { + ""name"": ""Player2896"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2897"": { + ""name"": ""Player2897"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2898"": { + ""name"": ""Player2898"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2899"": { + ""name"": ""Player2899"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2900"": { + ""name"": ""Player2900"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2901"": { + ""name"": ""Player2901"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2902"": { + ""name"": ""Player2902"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2903"": { + ""name"": ""Player2903"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2904"": { + ""name"": ""Player2904"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2905"": { + ""name"": ""Player2905"", + ""game"": ""Celeste 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2906"": { + ""name"": ""Player2906"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2907"": { + ""name"": ""Player2907"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2908"": { + ""name"": ""Player2908"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2909"": { + ""name"": ""Player2909"", + ""game"": ""VVVVVV"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2910"": { + ""name"": ""Player2910"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2911"": { + ""name"": ""Player2911"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2912"": { + ""name"": ""Player2912"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2913"": { + ""name"": ""Player2913"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2914"": { + ""name"": ""Player2914"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2915"": { + ""name"": ""Player2915"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2916"": { + ""name"": ""Player2916"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2917"": { + ""name"": ""Player2917"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2918"": { + ""name"": ""Player2918"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2919"": { + ""name"": ""Player2919"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2920"": { + ""name"": ""Player2920"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2921"": { + ""name"": ""Player2921"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2922"": { + ""name"": ""Player2922"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2923"": { + ""name"": ""Player2923"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2924"": { + ""name"": ""Player2924"", + ""game"": ""A Short Hike"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2925"": { + ""name"": ""Player2925"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2926"": { + ""name"": ""Player2926"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2927"": { + ""name"": ""Player2927"", + ""game"": ""SMZ3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2928"": { + ""name"": ""Player2928"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2929"": { + ""name"": ""Player2929"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2930"": { + ""name"": ""Player2930"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2931"": { + ""name"": ""Player2931"", + ""game"": ""Overcooked! 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2932"": { + ""name"": ""Player2932"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2933"": { + ""name"": ""Player2933"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2934"": { + ""name"": ""Player2934"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2935"": { + ""name"": ""Player2935"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2936"": { + ""name"": ""Player2936"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2937"": { + ""name"": ""Player2937"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2938"": { + ""name"": ""Player2938"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2939"": { + ""name"": ""Player2939"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2940"": { + ""name"": ""Player2940"", + ""game"": ""Wargroove"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2941"": { + ""name"": ""Player2941"", + ""game"": ""Ocarina of Time"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2942"": { + ""name"": ""Player2942"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2943"": { + ""name"": ""Player2943"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2944"": { + ""name"": ""Player2944"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2945"": { + ""name"": ""Player2945"", + ""game"": ""Yoshi's Island"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2946"": { + ""name"": ""Player2946"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2947"": { + ""name"": ""Player2947"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2948"": { + ""name"": ""Player2948"", + ""game"": ""Sonic Adventure 2 Battle"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2949"": { + ""name"": ""Player2949"", + ""game"": ""Links Awakening DX"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2950"": { + ""name"": ""Player2950"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2951"": { + ""name"": ""Player2951"", + ""game"": ""Noita"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2952"": { + ""name"": ""Player2952"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2953"": { + ""name"": ""Player2953"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2954"": { + ""name"": ""Player2954"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2955"": { + ""name"": ""Player2955"", + ""game"": ""The Legend of Zelda"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2956"": { + ""name"": ""Player2956"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2957"": { + ""name"": ""Player2957"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2958"": { + ""name"": ""Player2958"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2959"": { + ""name"": ""Player2959"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2960"": { + ""name"": ""Player2960"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2961"": { + ""name"": ""Player2961"", + ""game"": ""TUNIC"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2962"": { + ""name"": ""Player2962"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2963"": { + ""name"": ""Player2963"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2964"": { + ""name"": ""Player2964"", + ""game"": ""Super Mario 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2965"": { + ""name"": ""Player2965"", + ""game"": ""A Link to the Past"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2966"": { + ""name"": ""Player2966"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2967"": { + ""name"": ""Player2967"", + ""game"": ""The Witness"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2968"": { + ""name"": ""Player2968"", + ""game"": ""Undertale"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2969"": { + ""name"": ""Player2969"", + ""game"": ""Super Mario World"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2970"": { + ""name"": ""Player2970"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2971"": { + ""name"": ""Player2971"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2972"": { + ""name"": ""Player2972"", + ""game"": ""DOOM II"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2973"": { + ""name"": ""Player2973"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2974"": { + ""name"": ""Player2974"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2975"": { + ""name"": ""Player2975"", + ""game"": ""Hollow Knight"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2976"": { + ""name"": ""Player2976"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2977"": { + ""name"": ""Player2977"", + ""game"": ""Kingdom Hearts 2"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2978"": { + ""name"": ""Player2978"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2979"": { + ""name"": ""Player2979"", + ""game"": ""MegaMan Battle Network 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2980"": { + ""name"": ""Player2980"", + ""game"": ""Terraria"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2981"": { + ""name"": ""Player2981"", + ""game"": ""Bumper Stickers"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2982"": { + ""name"": ""Player2982"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2983"": { + ""name"": ""Player2983"", + ""game"": ""Landstalker - The Treasures of King Nole"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2984"": { + ""name"": ""Player2984"", + ""game"": ""Super Metroid"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2985"": { + ""name"": ""Player2985"", + ""game"": ""DLCQuest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2986"": { + ""name"": ""Player2986"", + ""game"": ""Lingo"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2987"": { + ""name"": ""Player2987"", + ""game"": ""Kirby's Dream Land 3"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2988"": { + ""name"": ""Player2988"", + ""game"": ""Subnautica"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2989"": { + ""name"": ""Player2989"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2990"": { + ""name"": ""Player2990"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2991"": { + ""name"": ""Player2991"", + ""game"": ""Blasphemous"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2992"": { + ""name"": ""Player2992"", + ""game"": ""Dark Souls III"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2993"": { + ""name"": ""Player2993"", + ""game"": ""Final Fantasy Mystic Quest"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2994"": { + ""name"": ""Player2994"", + ""game"": ""Castlevania 64"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2995"": { + ""name"": ""Player2995"", + ""game"": ""Rogue Legacy"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2996"": { + ""name"": ""Player2996"", + ""game"": ""Pokemon Red and Blue"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2997"": { + ""name"": ""Player2997"", + ""game"": ""Timespinner"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2998"": { + ""name"": ""Player2998"", + ""game"": ""Pokemon Emerald"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""2999"": { + ""name"": ""Player2999"", + ""game"": ""Factorio"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + }, + ""3000"": { + ""name"": ""Player3000"", + ""game"": ""DOOM 1993"", + ""type"": 1, + ""group_members"": [], + ""class"": ""NetworkSlot"" + } + }, + ""hint_points"": 161, + ""slot_data"": { + ""goal"": ""launch"", + ""swim_rule"": ""items_easy"", + ""vanilla_tech"": [], + ""creatures_to_scan"": [ + ""Spadefish"", + ""Blighter"", + ""Crabsquid"", + ""Reginald"", + ""Cave Crawler"", + ""Spinefish"", + ""Crimson Ray"", + ""Warper"", + ""Ampeel"", + ""Crashfish"", + ""Bleeder"", + ""Garryfish"", + ""Skyray"", + ""Rockgrub"", + ""Holefish"", + ""Jellyray"", + ""Sea Emperor Juvenile"", + ""Boomerang"", + ""Biter"", + ""Amoeboid"", + ""Blood Crawler"", + ""Reaper Leviathan"", + ""Magmarang"", + ""Boneshark"", + ""Sand Shark"", + ""Ghost Leviathan Juvenile"", + ""Gasopod"", + ""Oculus"", + ""Crabsnake"", + ""Shuttlebug"", + ""Red Eyeye"", + ""Sea Treader Leviathan"", + ""Ghostray"", + ""Peeper"", + ""River Prowler"", + ""Ancient Floater"", + ""Mesmer"", + ""Hoopfish"", + ""Lava Larva"", + ""Lava Lizard"", + ""Stalker"", + ""Ghost Leviathan"", + ""Hoverfish"", + ""Floater"", + ""Rabbit Ray"", + ""Eyeye"", + ""Sea Dragon Leviathan"", + ""Bladderfish"", + ""Reefback Leviathan"" + ], + ""death_link"": 0, + ""free_samples"": 1 + } +}]"; + } +} diff --git a/Archipelago.MultiClient.Net.Tests/MessageParsingFixture.cs b/Archipelago.MultiClient.Net.Tests/MessageParsingFixture.cs index 5db5048..40c0135 100644 --- a/Archipelago.MultiClient.Net.Tests/MessageParsingFixture.cs +++ b/Archipelago.MultiClient.Net.Tests/MessageParsingFixture.cs @@ -7,19 +7,20 @@ namespace Archipelago.MultiClient.Net.Tests { - [TestFixture] - class MessageParsingFixture - { - static readonly ArchipelagoPacketConverter Converter = new ArchipelagoPacketConverter(); + [TestFixture] + class MessageParsingFixture + { + static readonly ArchipelagoPacketConverter Converter = new ArchipelagoPacketConverter(); + + [Test] + public void Should_parse_room_info_packet() + { + const string message = + @"[{""cmd"":""RoomInfo"",""password"":false,""players"":[],""games"":[""BatBoy""],""tags"":[""AP""],""version"":{ ""major"":0,""minor"":3,""build"":5,""class"":""Version""},""permissions"":{ ""forfeit"":2,""remaining"":2,""collect"":2},""hint_cost"":10,""location_check_points"":1,""datapackage_version"":108,""datapackage_versions"":{ ""Archipelago"":1,""A Link to the Past"":8,""ArchipIDLE"":4,""BatBoy"":2,""Sudoku"":1,""ChecksFinder"":4,""Dark Souls III"":2,""Donkey Kong Country 3"":2,""Factorio"":5,""Final Fantasy"":2,""Hollow Knight"":2,""Hylics 2"":1,""Meritous"":2,""Minecraft"":7,""Ocarina of Time"":2,""Ori and the Blind Forest"":1,""Overcooked! 2"":2,""Pokemon Red and Blue"":1,""Raft"":2,""Rogue Legacy"":3,""Risk of Rain 2"":4,""Sonic Adventure 2 Battle"":2,""Starcraft 2 Wings of Liberty"":3,""Super Metroid"":2,""Super Mario 64"":8,""Super Mario World"":1,""SMZ3"":3,""Secret of Evermore"":3,""Slay the Spire"":1,""Subnautica"":7,""Timespinner"":10,""VVVVVV"":1,""The Witness"":8,""Zillion"":1},""seed_name"":""48876073281086942113"",""time"":1667588510.9488218}]"; - [Test] - public void Should_parse_room_info_packet() - { - const string message = @"[{""cmd"":""RoomInfo"",""password"":false,""players"":[],""games"":[""BatBoy""],""tags"":[""AP""],""version"":{ ""major"":0,""minor"":3,""build"":5,""class"":""Version""},""permissions"":{ ""forfeit"":2,""remaining"":2,""collect"":2},""hint_cost"":10,""location_check_points"":1,""datapackage_version"":108,""datapackage_versions"":{ ""Archipelago"":1,""A Link to the Past"":8,""ArchipIDLE"":4,""BatBoy"":2,""Sudoku"":1,""ChecksFinder"":4,""Dark Souls III"":2,""Donkey Kong Country 3"":2,""Factorio"":5,""Final Fantasy"":2,""Hollow Knight"":2,""Hylics 2"":1,""Meritous"":2,""Minecraft"":7,""Ocarina of Time"":2,""Ori and the Blind Forest"":1,""Overcooked! 2"":2,""Pokemon Red and Blue"":1,""Raft"":2,""Rogue Legacy"":3,""Risk of Rain 2"":4,""Sonic Adventure 2 Battle"":2,""Starcraft 2 Wings of Liberty"":3,""Super Metroid"":2,""Super Mario 64"":8,""Super Mario World"":1,""SMZ3"":3,""Secret of Evermore"":3,""Slay the Spire"":1,""Subnautica"":7,""Timespinner"":10,""VVVVVV"":1,""The Witness"":8,""Zillion"":1},""seed_name"":""48876073281086942113"",""time"":1667588510.9488218}]"; - - var packets = JsonConvert.DeserializeObject>(message, Converter); + var packets = JsonConvert.DeserializeObject>(message, Converter); - Assert.That(packets, Is.Not.Null); + Assert.That(packets, Is.Not.Null); Assert.That(packets.Count, Is.EqualTo(1)); var roomInfoPacket = packets[0] as RoomInfoPacket; @@ -37,38 +38,76 @@ public void Should_parse_room_info_packet() } [Test] - public void Should_not_throw_on_receiving_unknown_packet() - { - const string message = @"[{""cmd"":""NewCommand"",""testing"":5,""something"":true}]"; + public void Should_not_throw_on_receiving_unknown_packet() + { + const string message = @"[{""cmd"":""NewCommand"",""testing"":5,""something"":true}]"; - List packets = null; + List packets = null; - Assert.DoesNotThrow(() => { + Assert.DoesNotThrow(() => + { packets = JsonConvert.DeserializeObject>(message, Converter); }); - Assert.That(packets, Is.Not.Null); - Assert.That(packets.Count, Is.EqualTo(1)); + Assert.That(packets, Is.Not.Null); + Assert.That(packets.Count, Is.EqualTo(1)); - var unknownPacket = packets[0] as UnknownPacket; + var unknownPacket = packets[0] as UnknownPacket; - Assert.That(unknownPacket, Is.Not.Null); - Assert.That(unknownPacket.ToJObject()["testing"].ToObject(), Is.EqualTo(5)); - Assert.That(unknownPacket.ToJObject()["something"].ToObject(), Is.EqualTo(true)); + Assert.That(unknownPacket, Is.Not.Null); + Assert.That(unknownPacket.ToJObject()["testing"].ToObject(), Is.EqualTo(5)); + Assert.That(unknownPacket.ToJObject()["something"].ToObject(), Is.EqualTo(true)); } - [Test] - public void Should_handle_multiple_packets_in_same_message() - { - const string message = @"[{""cmd"":""Retrieved"",""keys"":{""A"":10,""B"":6}},{""cmd"":""LocationInfo"",""locations"":[{""item"":1,""location"":2344,""player"":3,""flags"":0}]}]"; + [Test] + public void Should_handle_multiple_packets_in_same_message() + { + const string message = + @"[{""cmd"":""Retrieved"",""keys"":{""A"":10,""B"":6}},{""cmd"":""LocationInfo"",""locations"":[{""item"":1,""location"":2344,""player"":3,""flags"":0}]}]"; - var packets = JsonConvert.DeserializeObject>(message, Converter); + var packets = JsonConvert.DeserializeObject>(message, Converter); - Assert.That(packets, Is.Not.Null); - Assert.That(packets.Count, Is.EqualTo(2)); + Assert.That(packets, Is.Not.Null); + Assert.That(packets.Count, Is.EqualTo(2)); - Assert.That(packets.OfType().Count(), Is.EqualTo(1)); + Assert.That(packets.OfType().Count(), Is.EqualTo(1)); Assert.That(packets.OfType().Count(), Is.EqualTo(1)); - } + } + + [Test] + public void Should_parse_both_versions_of_broken_data() + { + const string message = @"[{ + ""cmd"": ""Connected"", + ""team"": 0, + ""slot"": 136, + ""players"": [ + { + ""team"": 0, + ""slot"": 2699, + ""alias"": ""LuffyDunnoοΏ½οΏ½ (Player2699)"", + ""name"": ""Player2699"", + ""class"": ""NetworkPlayer"" + }, + { + ""team"": 0, + ""slot"": 2700, + ""alias"": ""LuffyDunnoΞ© (Player2699)"", + ""name"": ""Player2699"", + ""class"": ""NetworkPlayer"" + }, + }, + ""hint_points"": 53, + ""slot_data"": { + ""StartWithJewelryBox"": 1, + } +}]"; + + var packets = JsonConvert.DeserializeObject>(message, Converter); + + Assert.That(packets, Is.Not.Null); + Assert.That(packets.Count, Is.EqualTo(1)); + Assert.That(packets.OfType().Count(), Is.EqualTo(1)); + } } } diff --git a/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_system.net.websockets.cs b/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_system.net.websockets.cs index cae5260..04a4caf 100644 --- a/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_system.net.websockets.cs +++ b/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_system.net.websockets.cs @@ -45,26 +45,40 @@ public class ArchipelagoSocketHelper : IArchipelagoSocketHelper /// public bool Connected => webSocket.State == WebSocketState.Open || webSocket.State == WebSocketState.CloseReceived; - internal ClientWebSocket webSocket; + //internal ClientWebSocket webSocket; + internal WebSocket webSocket; - internal ArchipelagoSocketHelper(Uri hostUri) +internal ArchipelagoSocketHelper(Uri hostUri) { Uri = hostUri; - webSocket = new ClientWebSocket(); + #if NET45 var Tls13 = (SecurityProtocolType)12288; System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | Tls13; #endif -#if NET6_0 - webSocket.Options.DangerousDeflateOptions = new WebSocketDeflateOptions(); -#endif + + webSocket = CreateWebSocket(); + } + + internal ArchipelagoSocketHelper(WebSocket testWebSocket) + { + webSocket = testWebSocket; } - /// - /// Initiates a connection to the host asynchronously. - /// Handle the event to add a callback. - /// - public async Task ConnectAsync() + static WebSocket CreateWebSocket() + { + var clientWebSocket = new ClientWebSocket(); +#if NET6_0 + clientWebSocket.Options.DangerousDeflateOptions = new WebSocketDeflateOptions(); +#endif + return clientWebSocket; + } + + /// + /// Initiates a connection to the host asynchronously. + /// Handle the event to add a callback. + /// + public async Task ConnectAsync() { await ConnectToProvidedUri(Uri); @@ -81,7 +95,10 @@ async Task ConnectToProvidedUri(Uri uri) { try { - await webSocket.ConnectAsync(uri, CancellationToken.None); + if (webSocket is ClientWebSocket clientWebSocket) + await clientWebSocket.ConnectAsync(uri, CancellationToken.None); + else + throw new NotSupportedException("supplied websocket does not support connecting"); } catch (Exception e) { @@ -94,7 +111,10 @@ async Task ConnectToProvidedUri(Uri uri) var errors = new List(0); try { - await webSocket.ConnectAsync(uri.AsWss(), CancellationToken.None); + if (webSocket is ClientWebSocket clientWebSocket) + await clientWebSocket.ConnectAsync(uri.AsWss(), CancellationToken.None); + else + throw new NotSupportedException("supplied websocket does not support connecting"); if (webSocket.State == WebSocketState.Open) return; @@ -102,12 +122,15 @@ async Task ConnectToProvidedUri(Uri uri) catch(Exception e) { errors.Add(e); - webSocket = new ClientWebSocket(); + webSocket = CreateWebSocket(); } try { - await webSocket.ConnectAsync(uri.AsWs(), CancellationToken.None); + if (webSocket is ClientWebSocket clientWebSocket) + await clientWebSocket.ConnectAsync(uri.AsWs(), CancellationToken.None); + else + throw new NotSupportedException("supplied websocket does not support connecting"); } catch (Exception e) { @@ -361,7 +384,17 @@ void OnMessageReceived(string message) { if (!string.IsNullOrEmpty(message) && PacketReceived != null) { - var packets = JsonConvert.DeserializeObject>(message, Converter); + List packets = null; + + try + { + packets = JsonConvert.DeserializeObject>(message, Converter); + } + catch (Exception exception) + { + OnError(exception); + } + if (packets == null) return; diff --git a/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_websocket-sharp.cs b/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_websocket-sharp.cs index 1b40e03..9164111 100644 --- a/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_websocket-sharp.cs +++ b/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_websocket-sharp.cs @@ -402,10 +402,20 @@ void OnMessageReceived(object sender, MessageEventArgs e) { if (!e.IsText || PacketReceived == null) return; - var packets = JsonConvert.DeserializeObject>(e.Data, Converter); - - foreach (var packet in packets) - PacketReceived(packet); + List packets = null; + + try + { + packets = JsonConvert.DeserializeObject>(e.Data, Converter); + } + catch (Exception exception) + { + OnError(exception); + } + + if (packets != null) + foreach (var packet in packets) + PacketReceived(packet); } void OnError(object sender, ErrorEventArgs e) From 5abde61969562229d110cbb542db8b3766d27d86 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Fri, 5 Jul 2024 00:07:05 +0200 Subject: [PATCH 2/8] Added basic unit test for message parsing --- .../BaseArchipelagoSocketHelperFixture.cs | 90 +++++ ...elagoSocketHelper_system.net.websockets.cs | 362 +----------------- ...elagoSocketHelper_system.net.websockets.cs | 360 +++++++++++++++++ .../Helpers/IArchipelagoSocketHelper.cs | 47 ++- 4 files changed, 509 insertions(+), 350 deletions(-) create mode 100644 Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs create mode 100644 Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs diff --git a/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs b/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs new file mode 100644 index 0000000..fb98853 --- /dev/null +++ b/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs @@ -0,0 +1,90 @@ +ο»Ώ#if NET47 || NET48 || NET6_0 +using Archipelago.MultiClient.Net.Helpers; +using Archipelago.MultiClient.Net.Packets; +using NUnit.Framework; +using System; +using System.IO; +using System.Net.WebSockets; +using System.Text; +using System.Threading; +using System.Threading.Tasks; + +namespace Archipelago.MultiClient.Net.Tests +{ + [TestFixture] + class BaseArchipelagoSocketHelperFixture + { + [TestCase(@"[{ ""cmd"":""Say"", ""text"": ""some message"" }]", 100)] + [TestCase(@"[{ ""cmd"":""Say"", ""text"": ""some message"" }]", 10)] + public async Task should_read_message(string message, int bufferSize) + { + var sut = new BaseArchipelagoSocketHelper(new TestWebSocket(message), bufferSize); + + Exception error = null; + ArchipelagoPacketBase receivedPacket = null; + + sut.PacketReceived += packet => receivedPacket = packet; + sut.ErrorReceived += (e, _) => error = e; + + sut.StartPolling(); + + int maxRetries = 10; + int retryCount = 0; + while (receivedPacket == null && retryCount++ < maxRetries) + await Task.Delay(100); + + var sayPacket = receivedPacket as SayPacket; + + Assert.That(error, Is.Null); + Assert.That(sayPacket, Is.Not.Null); + Assert.That(sayPacket.Text, Is.EqualTo("some message")); + } + + [Test] + public void should_throw_error_failed_parse() + { + //var sut = new BaseArchipelagoSocketHelper(new TestWebSocket()); + } + + } + + class TestWebSocket : WebSocket + { + MemoryStream incommingBytes; + + public TestWebSocket(string inMessage) + { + incommingBytes = new MemoryStream(Encoding.UTF8.GetBytes(inMessage)); + } + + public override void Abort() { } + + public override Task CloseAsync(WebSocketCloseStatus closeStatus, string statusDescription, CancellationToken cancellationToken) + => Task.CompletedTask; + + public override Task CloseOutputAsync(WebSocketCloseStatus closeStatus, string statusDescription, CancellationToken cancellationToken) + => Task.CompletedTask; + + public override void Dispose() { } + + public override async Task ReceiveAsync(ArraySegment outBuffer, CancellationToken cancellationToken) + { + var readCount = await incommingBytes.ReadAsync(outBuffer.Array, 0, outBuffer.Count, cancellationToken); + + return new WebSocketReceiveResult(readCount, WebSocketMessageType.Text, incommingBytes.Position == incommingBytes.Length); + } + + public override async Task SendAsync(ArraySegment buffer, WebSocketMessageType messageType, bool endOfMessage, + CancellationToken cancellationToken) + { + + await Task.CompletedTask; + } + + public override WebSocketCloseStatus? CloseStatus => null; + public override string CloseStatusDescription => null; + public override string SubProtocol => null; + public override WebSocketState State => WebSocketState.Open; + } +} +#endif diff --git a/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_system.net.websockets.cs b/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_system.net.websockets.cs index 04a4caf..fee4ccb 100644 --- a/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_system.net.websockets.cs +++ b/Archipelago.MultiClient.Net/Helpers/ArchipelagoSocketHelper_system.net.websockets.cs @@ -1,14 +1,8 @@ ο»Ώ#if NET45 || NETSTANDARD2_0 || NET6_0 -using Archipelago.MultiClient.Net.Converters; -using Archipelago.MultiClient.Net.Exceptions; using Archipelago.MultiClient.Net.Extensions; -using Newtonsoft.Json; using System; -using System.Collections.Concurrent; using System.Collections.Generic; -using System.Linq; using System.Net.WebSockets; -using System.Text; using System.Threading; using System.Threading.Tasks; @@ -18,59 +12,32 @@ namespace Archipelago.MultiClient.Net.Helpers { - public class ArchipelagoSocketHelper : IArchipelagoSocketHelper + public class ArchipelagoSocketHelper : BaseArchipelagoSocketHelper, IArchipelagoSocketHelper { - static readonly ArchipelagoPacketConverter Converter = new ArchipelagoPacketConverter(); + /// + /// The URL of the host that the socket is connected to. + /// + public Uri Uri { get; } - const int ReceiveChunkSize = 1024; - const int SendChunkSize = 1024; - - public event ArchipelagoSocketHelperDelagates.PacketReceivedHandler PacketReceived; - public event ArchipelagoSocketHelperDelagates.PacketsSentHandler PacketsSent; - public event ArchipelagoSocketHelperDelagates.ErrorReceivedHandler ErrorReceived; - public event ArchipelagoSocketHelperDelagates.SocketClosedHandler SocketClosed; - public event ArchipelagoSocketHelperDelagates.SocketOpenedHandler SocketOpened; - - readonly BlockingCollection>> sendQueue = - new BlockingCollection>>(); - - /// - /// The URL of the host that the socket is connected to. - /// - public Uri Uri { get; } - - /// - /// Returns true if the socket believes it is connected to the host. - /// Does not emit a ping to determine if the connection is stable. - /// - public bool Connected => webSocket.State == WebSocketState.Open || webSocket.State == WebSocketState.CloseReceived; - - //internal ClientWebSocket webSocket; - internal WebSocket webSocket; - -internal ArchipelagoSocketHelper(Uri hostUri) + internal ArchipelagoSocketHelper(Uri hostUri) : base(CreateWebSocket()) { Uri = hostUri; #if NET45 + //this is done on constructor, rather than static constructor override any value set anywhere else in the process var Tls13 = (SecurityProtocolType)12288; System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | Tls13; #endif - - webSocket = CreateWebSocket(); } - internal ArchipelagoSocketHelper(WebSocket testWebSocket) - { - webSocket = testWebSocket; - } - - static WebSocket CreateWebSocket() + static ClientWebSocket CreateWebSocket() { var clientWebSocket = new ClientWebSocket(); + #if NET6_0 clientWebSocket.Options.DangerousDeflateOptions = new WebSocketDeflateOptions(); #endif + return clientWebSocket; } @@ -82,11 +49,7 @@ public async Task ConnectAsync() { await ConnectToProvidedUri(Uri); - if (SocketOpened != null) - SocketOpened(); - - _ = Task.Run(PollingLoop); - _ = Task.Run(SendLoop); + StartPolling(); } async Task ConnectToProvidedUri(Uri uri) @@ -95,10 +58,7 @@ async Task ConnectToProvidedUri(Uri uri) { try { - if (webSocket is ClientWebSocket clientWebSocket) - await clientWebSocket.ConnectAsync(uri, CancellationToken.None); - else - throw new NotSupportedException("supplied websocket does not support connecting"); + await Socket.ConnectAsync(uri, CancellationToken.None); } catch (Exception e) { @@ -111,26 +71,21 @@ async Task ConnectToProvidedUri(Uri uri) var errors = new List(0); try { - if (webSocket is ClientWebSocket clientWebSocket) - await clientWebSocket.ConnectAsync(uri.AsWss(), CancellationToken.None); - else - throw new NotSupportedException("supplied websocket does not support connecting"); - if (webSocket.State == WebSocketState.Open) + await Socket.ConnectAsync(uri.AsWss(), CancellationToken.None); + + if (Socket.State == WebSocketState.Open) return; } catch(Exception e) { errors.Add(e); - webSocket = CreateWebSocket(); + Socket = CreateWebSocket(); } try { - if (webSocket is ClientWebSocket clientWebSocket) - await clientWebSocket.ConnectAsync(uri.AsWs(), CancellationToken.None); - else - throw new NotSupportedException("supplied websocket does not support connecting"); + await Socket.ConnectAsync(uri.AsWs(), CancellationToken.None); } catch (Exception e) { @@ -141,288 +96,7 @@ async Task ConnectToProvidedUri(Uri uri) throw; } } - } - - async Task PollingLoop() - { - var buffer = new byte[ReceiveChunkSize]; - - while (webSocket.State == WebSocketState.Open) - { - string message = null; - - try - { - message = await ReadMessageAsync(buffer); - } - catch (Exception e) - { - OnError(e); - } - - OnMessageReceived(message); - } - } - - async Task SendLoop() - { - while (webSocket.State == WebSocketState.Open) - { - try - { - await HandleSendBuffer(); - } - catch (Exception e) - { - OnError(e); - } - } - } - - async Task ReadMessageAsync(byte[] buffer) - { - var stringResult = new StringBuilder(); - - WebSocketReceiveResult result; - do - { - result = await webSocket.ReceiveAsync(new ArraySegment(buffer), CancellationToken.None); - - if (result.MessageType == WebSocketMessageType.Close) - { - try - { - await webSocket.CloseAsync(WebSocketCloseStatus.NormalClosure, string.Empty, CancellationToken.None); - } - catch - { - } - - OnSocketClosed(); - } - else - { - stringResult.Append(Encoding.UTF8.GetString(buffer, 0, result.Count)); - } - } while (!result.EndOfMessage); - - return stringResult.ToString(); - } - - /// - /// Disconnect from the host asynchronously. - /// Handle the event to add a callback. - /// - public async Task DisconnectAsync() - { - await webSocket.CloseAsync(WebSocketCloseStatus.NormalClosure, "Closure requested by client", - CancellationToken.None); - - OnSocketClosed(); - } - - /// - /// Send a single derived packet. - /// - /// - /// The packet to send to the server. - /// - /// - /// The websocket connection is not alive. - /// - public void SendPacket(ArchipelagoPacketBase packet) => SendMultiplePackets(new List { packet }); - - /// - /// Send multiple derived packets. - /// - /// - /// The packets to send to the server. - /// - /// - /// The packets will be sent in the order they are provided in the list. - /// - /// - /// The websocket connection is not alive. - /// - public void SendMultiplePackets(List packets) => SendMultiplePackets(packets.ToArray()); - - /// - /// Send multiple derived packets. - /// - /// - /// The packets to send to the server. - /// - /// - /// The packets will be sent in the order they are provided as arguments. - /// - /// - /// The websocket connection is not alive. - /// - public void SendMultiplePackets(params ArchipelagoPacketBase[] packets) => SendMultiplePacketsAsync(packets).Wait(); - - /// - /// Send a single derived packet asynchronously. - /// - /// - /// The packet to send to the server. - /// - /// - /// The websocket connection is not alive. - /// - public Task SendPacketAsync(ArchipelagoPacketBase packet) => SendMultiplePacketsAsync(new List { packet }); - - /// - /// Send a single derived packet asynchronously. - /// - /// - /// The packets to send to the server. - /// - /// - /// The packets will be sent in the order they are provided in the list. - /// - /// - /// The websocket connection is not alive. - /// - public Task SendMultiplePacketsAsync(List packets) => SendMultiplePacketsAsync(packets.ToArray()); - - /// - /// Send a single derived packet asynchronously. - /// - /// - /// The packets to send to the server. - /// - /// - /// The packets will be sent in the order they are provided as arguments. - /// - /// - /// The websocket connection is not alive. - /// - public Task SendMultiplePacketsAsync(params ArchipelagoPacketBase[] packets) - { - var task = new TaskCompletionSource(); - - foreach (var packet in packets) - sendQueue.Add(new Tuple>(packet, task)); - - return task.Task; - } - - async Task HandleSendBuffer() - { - var packetList = new List(); - var tasks = new List>(); - - var firstPacketTuple = sendQueue.Take(); - packetList.Add(firstPacketTuple.Item1); - tasks.Add(firstPacketTuple.Item2); - while (sendQueue.TryTake(out var packetTuple)) - { - packetList.Add(packetTuple.Item1); - tasks.Add(packetTuple.Item2); - } - - if (!packetList.Any()) - return; - - if (webSocket.State != WebSocketState.Open) - throw new ArchipelagoSocketClosedException(); - - var packets = packetList.ToArray(); - - var packetAsJson = JsonConvert.SerializeObject(packets); - var messageBuffer = Encoding.UTF8.GetBytes(packetAsJson); - var messagesCount = (int)Math.Ceiling((double)messageBuffer.Length / SendChunkSize); - - for (var i = 0; i < messagesCount; i++) - { - var offset = (SendChunkSize * i); - var count = SendChunkSize; - var lastMessage = ((i + 1) == messagesCount); - - if ((count * (i + 1)) > messageBuffer.Length) - count = messageBuffer.Length - offset; - - await webSocket.SendAsync(new ArraySegment(messageBuffer, offset, count), - WebSocketMessageType.Text, lastMessage, CancellationToken.None); - } - - foreach (var task in tasks) - task.TrySetResult(true); - - OnPacketSend(packets); - } - - void OnPacketSend(ArchipelagoPacketBase[] packets) - { - try - { - if (PacketsSent != null) - PacketsSent(packets); - } - catch (Exception e) - { - OnError(e); - } - } - - void OnSocketClosed() - { - try - { - if (SocketClosed != null) - SocketClosed(""); - } - catch (Exception e) - { - OnError(e); - } - } - - void OnMessageReceived(string message) - { - try - { - if (!string.IsNullOrEmpty(message) && PacketReceived != null) - { - List packets = null; - - try - { - packets = JsonConvert.DeserializeObject>(message, Converter); - } - catch (Exception exception) - { - OnError(exception); - } - - if (packets == null) - return; - - foreach (var packet in packets) - PacketReceived(packet); - } - } - catch (Exception e) - { - OnError(e); - } - } - - void OnError(Exception e) - { - try - { - if (ErrorReceived != null) - ErrorReceived(e, e.Message); - } - catch (Exception innerError) - { - Console.Out.WriteLine( - $"Error occured during reporting of error" + - $"Outer Errror: {e.Message} {e.StackTrace}" + - $"Inner Errror: {innerError.Message} {innerError.StackTrace}"); - } - } + } } } #endif \ No newline at end of file diff --git a/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs b/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs new file mode 100644 index 0000000..06693ff --- /dev/null +++ b/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs @@ -0,0 +1,360 @@ +ο»Ώ#if NET45 || NETSTANDARD2_0 || NET6_0 +using Archipelago.MultiClient.Net.Converters; +using Archipelago.MultiClient.Net.Exceptions; +using Newtonsoft.Json; +using System; +using System.Collections.Concurrent; +using System.Collections.Generic; +using System.Linq; +using System.Net.WebSockets; +using System.Text; +using System.Threading; +using System.Threading.Tasks; + +namespace Archipelago.MultiClient.Net.Helpers +{ + /// + /// Websocket agnostic version of the Socket helper, allows a different socket class to be used for testing + /// + /// The type of WebSocket to use + public class BaseArchipelagoSocketHelper where T : WebSocket + { + // ReSharper disable once StaticMemberInGenericType + static readonly ArchipelagoPacketConverter Converter = new ArchipelagoPacketConverter(); + + /// + /// Handler for recieved and sucsesfully parsed packages + /// + public event ArchipelagoSocketHelperDelagates.PacketReceivedHandler PacketReceived; + /// + /// Handler for packets published to the websocket, called before the packet is handled by the server + /// + public event ArchipelagoSocketHelperDelagates.PacketsSentHandler PacketsSent; + /// + /// Handler for error on the socket or during parsing of the packets + /// + public event ArchipelagoSocketHelperDelagates.ErrorReceivedHandler ErrorReceived; + /// + /// Handler for when the underlaying socket connection is closed + /// + public event ArchipelagoSocketHelperDelagates.SocketClosedHandler SocketClosed; + /// + /// Handler for when the underlaying socket connection is opened to the archipelago server + /// + public event ArchipelagoSocketHelperDelagates.SocketOpenedHandler SocketOpened; + + readonly BlockingCollection>> sendQueue = + new BlockingCollection>>(); + + /// + /// Returns true if the socket believes it is connected to the host. + /// Does not emit a ping to determine if the connection is stable. + /// + public bool Connected => Socket.State == WebSocketState.Open || Socket.State == WebSocketState.CloseReceived; + + internal T Socket; + readonly int bufferSize; + + internal BaseArchipelagoSocketHelper(T socket, int bufferSize = 1024) + { + Socket = socket; + this.bufferSize = bufferSize; + } + + internal void StartPolling() + { + if (SocketOpened != null) + SocketOpened(); + + _ = Task.Run(PollingLoop); + _ = Task.Run(SendLoop); + } + + async Task PollingLoop() + { + var buffer = new byte[bufferSize]; + + while (Socket.State == WebSocketState.Open) + { + string message = null; + + try + { + message = await ReadMessageAsync(buffer); + } + catch (Exception e) + { + OnError(e); + } + + OnMessageReceived(message); + } + } + + async Task SendLoop() + { + while (Socket.State == WebSocketState.Open) + { + try + { + await HandleSendBuffer(); + } + catch (Exception e) + { + OnError(e); + } + } + } + + async Task ReadMessageAsync(byte[] buffer) + { + var stringResult = new StringBuilder(); + + WebSocketReceiveResult result; + do + { + result = await Socket.ReceiveAsync(new ArraySegment(buffer), CancellationToken.None); + + if (result.MessageType == WebSocketMessageType.Close) + { + try + { + await Socket.CloseAsync(WebSocketCloseStatus.NormalClosure, string.Empty, CancellationToken.None); + } + catch + { + // ignore failure to close when a close is requested as the connection might already be dropped + } + + OnSocketClosed(); + } + else + { + stringResult.Append(Encoding.UTF8.GetString(buffer, 0, result.Count)); + } + } while (!result.EndOfMessage); + + return stringResult.ToString(); + } + + /// + /// Disconnect from the host asynchronously. + /// Handle the event to add a callback. + /// + public async Task DisconnectAsync() + { + await Socket.CloseAsync(WebSocketCloseStatus.NormalClosure, "Closure requested by client", + CancellationToken.None); + + OnSocketClosed(); + } + + /// + /// Send a single derived packet. + /// + /// + /// The packet to send to the server. + /// + /// + /// The websocket connection is not alive. + /// + public void SendPacket(ArchipelagoPacketBase packet) => SendMultiplePackets(new List { packet }); + + /// + /// Send multiple derived packets. + /// + /// + /// The packets to send to the server. + /// + /// + /// The packets will be sent in the order they are provided in the list. + /// + /// + /// The websocket connection is not alive. + /// + public void SendMultiplePackets(List packets) => SendMultiplePackets(packets.ToArray()); + + /// + /// Send multiple derived packets. + /// + /// + /// The packets to send to the server. + /// + /// + /// The packets will be sent in the order they are provided as arguments. + /// + /// + /// The websocket connection is not alive. + /// + public void SendMultiplePackets(params ArchipelagoPacketBase[] packets) => SendMultiplePacketsAsync(packets).Wait(); + + /// + /// Send a single derived packet asynchronously. + /// + /// + /// The packet to send to the server. + /// + /// + /// The websocket connection is not alive. + /// + public Task SendPacketAsync(ArchipelagoPacketBase packet) => SendMultiplePacketsAsync(new List { packet }); + + /// + /// Send a single derived packet asynchronously. + /// + /// + /// The packets to send to the server. + /// + /// + /// The packets will be sent in the order they are provided in the list. + /// + /// + /// The websocket connection is not alive. + /// + public Task SendMultiplePacketsAsync(List packets) => SendMultiplePacketsAsync(packets.ToArray()); + + /// + /// Send a single derived packet asynchronously. + /// + /// + /// The packets to send to the server. + /// + /// + /// The packets will be sent in the order they are provided as arguments. + /// + /// + /// The websocket connection is not alive. + /// + public Task SendMultiplePacketsAsync(params ArchipelagoPacketBase[] packets) + { + var task = new TaskCompletionSource(); + + foreach (var packet in packets) + sendQueue.Add(new Tuple>(packet, task)); + + return task.Task; + } + + async Task HandleSendBuffer() + { + var packetList = new List(); + var tasks = new List>(); + + var firstPacketTuple = sendQueue.Take(); + packetList.Add(firstPacketTuple.Item1); + tasks.Add(firstPacketTuple.Item2); + while (sendQueue.TryTake(out var packetTuple)) + { + packetList.Add(packetTuple.Item1); + tasks.Add(packetTuple.Item2); + } + + if (!packetList.Any()) + return; + + if (Socket.State != WebSocketState.Open) + throw new ArchipelagoSocketClosedException(); + + var packets = packetList.ToArray(); + + var packetAsJson = JsonConvert.SerializeObject(packets); + var messageBuffer = Encoding.UTF8.GetBytes(packetAsJson); + var messagesCount = (int)Math.Ceiling((double)messageBuffer.Length / bufferSize); + + for (var i = 0; i < messagesCount; i++) + { + var offset = (bufferSize * i); + var count = bufferSize; + var lastMessage = ((i + 1) == messagesCount); + + if ((count * (i + 1)) > messageBuffer.Length) + count = messageBuffer.Length - offset; + + await Socket.SendAsync(new ArraySegment(messageBuffer, offset, count), + WebSocketMessageType.Text, lastMessage, CancellationToken.None); + } + + foreach (var task in tasks) + task.TrySetResult(true); + + OnPacketSend(packets); + } + + void OnPacketSend(ArchipelagoPacketBase[] packets) + { + try + { + if (PacketsSent != null) + PacketsSent(packets); + } + catch (Exception e) + { + OnError(e); + } + } + + void OnSocketClosed() + { + try + { + if (SocketClosed != null) + SocketClosed(""); + } + catch (Exception e) + { + OnError(e); + } + } + + void OnMessageReceived(string message) + { + try + { + if (!string.IsNullOrEmpty(message) && PacketReceived != null) + { + List packets = null; + + try + { + packets = JsonConvert.DeserializeObject>(message, Converter); + } + catch (Exception exception) + { + OnError(exception); + } + + if (packets == null) + return; + + foreach (var packet in packets) + PacketReceived(packet); + } + } + catch (Exception e) + { + OnError(e); + } + } + + /// + /// Error handler to call when an exception occurs, it will trigger the socket's ErrorRecieved handler + /// + /// the exception that occured + protected void OnError(Exception e) + { + try + { + if (ErrorReceived != null) + ErrorReceived(e, e.Message); + } + catch (Exception innerError) + { + Console.Out.WriteLine( + $"Error occured during reporting of error" + + $"Outer Errror: {e.Message} {e.StackTrace}" + + $"Inner Errror: {innerError.Message} {innerError.StackTrace}"); + } + } + } +} +#endif \ No newline at end of file diff --git a/Archipelago.MultiClient.Net/Helpers/IArchipelagoSocketHelper.cs b/Archipelago.MultiClient.Net/Helpers/IArchipelagoSocketHelper.cs index b9a3ac9..87e826a 100644 --- a/Archipelago.MultiClient.Net/Helpers/IArchipelagoSocketHelper.cs +++ b/Archipelago.MultiClient.Net/Helpers/IArchipelagoSocketHelper.cs @@ -12,11 +12,31 @@ namespace Archipelago.MultiClient.Net.Helpers /// public class ArchipelagoSocketHelperDelagates { + /// + /// Handler for recieved and sucsesfully parsed packages + /// + /// the archipelago packet public delegate void PacketReceivedHandler(ArchipelagoPacketBase packet); + /// + /// Handler for packets published to the websocket, called before the packet is handled by the server + /// + /// public delegate void PacketsSentHandler(ArchipelagoPacketBase[] packets); + /// + /// Handler for error on the socket or during parsing of the packets + /// + /// the exception that occured + /// the error that occured public delegate void ErrorReceivedHandler(Exception e, string message); + /// + /// Handler for when the underlaying socket connection is closed + /// + /// the close reason public delegate void SocketClosedHandler(string reason); - public delegate void SocketOpenedHandler(); + /// + /// Handler for when the underlaying socket connection is opened to the archipelago server + /// + public delegate void SocketOpenedHandler(); } /// @@ -24,11 +44,26 @@ public class ArchipelagoSocketHelperDelagates /// public interface IArchipelagoSocketHelper { - event ArchipelagoSocketHelperDelagates.PacketReceivedHandler PacketReceived; - event ArchipelagoSocketHelperDelagates.PacketsSentHandler PacketsSent; - event ArchipelagoSocketHelperDelagates.ErrorReceivedHandler ErrorReceived; - event ArchipelagoSocketHelperDelagates.SocketClosedHandler SocketClosed; - event ArchipelagoSocketHelperDelagates.SocketOpenedHandler SocketOpened; + /// + /// Handler for recieved and sucsesfully parsed packages + /// + event ArchipelagoSocketHelperDelagates.PacketReceivedHandler PacketReceived; + /// + /// Handler for packets published to the websocket, called before the packet is handled by the server + /// + event ArchipelagoSocketHelperDelagates.PacketsSentHandler PacketsSent; + /// + /// Handler for error on the socket or during parsing of the packets + /// + event ArchipelagoSocketHelperDelagates.ErrorReceivedHandler ErrorReceived; + /// + /// Handler for when the underlaying socket connection is closed + /// + event ArchipelagoSocketHelperDelagates.SocketClosedHandler SocketClosed; + /// + /// Handler for when the underlaying socket connection is opened to the archipelago server + /// + event ArchipelagoSocketHelperDelagates.SocketOpenedHandler SocketOpened; Uri Uri { get; } From 315c79a75eebb1781557b872c20720de7e2fa307 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Fri, 5 Jul 2024 12:58:04 +0200 Subject: [PATCH 3/8] Got unit tests to work for parse failure and UTF8 --- .../BaseArchipelagoSocketHelperFixture.cs | 43 ++++++++++++++----- ...elagoSocketHelper_system.net.websockets.cs | 8 ++-- 2 files changed, 37 insertions(+), 14 deletions(-) diff --git a/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs b/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs index fb98853..9d9bc99 100644 --- a/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs +++ b/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs @@ -14,11 +14,16 @@ namespace Archipelago.MultiClient.Net.Tests [TestFixture] class BaseArchipelagoSocketHelperFixture { - [TestCase(@"[{ ""cmd"":""Say"", ""text"": ""some message"" }]", 100)] - [TestCase(@"[{ ""cmd"":""Say"", ""text"": ""some message"" }]", 10)] - public async Task should_read_message(string message, int bufferSize) + [TestCase("some message", 100, Description = "Buffer bigger than message")] + [TestCase("some message", 10, Description = "Buffer smaller than message")] + [TestCase("πŸƒπŸƒ‚πŸƒƒπŸƒ„πŸƒ…πŸƒ†πŸƒ‡πŸƒˆπŸƒ‰πŸƒŠ", 10, Description = "UTF8 complex character breaking A")] + [TestCase("πŸƒπŸƒ‚πŸƒƒπŸƒ„πŸƒ…πŸƒ†πŸƒ‡πŸƒˆπŸƒ‰πŸƒŠ", 11, Description = "UTF8 complex character breaking B")] + [TestCase("πŸƒπŸƒ‚πŸƒƒπŸƒ„πŸƒ…πŸƒ†πŸƒ‡πŸƒˆπŸƒ‰πŸƒŠ", 12, Description = "UTF8 complex character breaking C")] + [TestCase("πŸƒπŸƒ‚πŸƒƒπŸƒ„πŸƒ…πŸƒ†πŸƒ‡πŸƒˆπŸƒ‰πŸƒŠ", 13, Description = "UTF8 complex character breaking D")] + public async Task Should_read_message_from_websocket_and_parse_archipelago_package(string message, int bufferSize) { - var sut = new BaseArchipelagoSocketHelper(new TestWebSocket(message), bufferSize); + var sayPacketJson = @"[{ ""cmd"":""Say"", ""text"": ""$MESSAGE"" }]".Replace("$MESSAGE", message); + var sut = new BaseArchipelagoSocketHelper(new TestWebSocket(sayPacketJson), bufferSize); Exception error = null; ArchipelagoPacketBase receivedPacket = null; @@ -28,24 +33,41 @@ public async Task should_read_message(string message, int bufferSize) sut.StartPolling(); - int maxRetries = 10; + int maxRetries = 100; int retryCount = 0; while (receivedPacket == null && retryCount++ < maxRetries) - await Task.Delay(100); + await Task.Delay(10); var sayPacket = receivedPacket as SayPacket; Assert.That(error, Is.Null); Assert.That(sayPacket, Is.Not.Null); - Assert.That(sayPacket.Text, Is.EqualTo("some message")); + Assert.That(sayPacket.Text, Is.EqualTo(message)); } [Test] - public void should_throw_error_failed_parse() + public async Task Should_throw_error_failed_parse() { - //var sut = new BaseArchipelagoSocketHelper(new TestWebSocket()); - } + var faultyJson = @"[{ ""cmd"":""Say"": ""text"": ""Incorrect json"" }]"; + + var sut = new BaseArchipelagoSocketHelper(new TestWebSocket(faultyJson), 100); + Exception error = null; + ArchipelagoPacketBase receivedPacket = null; + + sut.PacketReceived += packet => receivedPacket = packet; + sut.ErrorReceived += (e, _) => error = e; + + sut.StartPolling(); + + int maxRetries = 100; + int retryCount = 0; + while (error == null && retryCount++ < maxRetries) + await Task.Delay(10); + + Assert.That(receivedPacket, Is.Null); + Assert.That(error, Is.Not.Null); + } } class TestWebSocket : WebSocket @@ -69,6 +91,7 @@ public override void Dispose() { } public override async Task ReceiveAsync(ArraySegment outBuffer, CancellationToken cancellationToken) { + // ReSharper disable once AssignNullToNotNullAttribute var readCount = await incommingBytes.ReadAsync(outBuffer.Array, 0, outBuffer.Count, cancellationToken); return new WebSocketReceiveResult(readCount, WebSocketMessageType.Text, incommingBytes.Position == incommingBytes.Length); diff --git a/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs b/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs index 06693ff..d5ed3cc 100644 --- a/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs +++ b/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs @@ -108,12 +108,12 @@ async Task SendLoop() async Task ReadMessageAsync(byte[] buffer) { - var stringResult = new StringBuilder(); + var readBytes = new List(buffer.Length); WebSocketReceiveResult result; do { - result = await Socket.ReceiveAsync(new ArraySegment(buffer), CancellationToken.None); + result = await Socket.ReceiveAsync(new ArraySegment(buffer), CancellationToken.None); if (result.MessageType == WebSocketMessageType.Close) { @@ -130,11 +130,11 @@ async Task ReadMessageAsync(byte[] buffer) } else { - stringResult.Append(Encoding.UTF8.GetString(buffer, 0, result.Count)); + readBytes.AddRange(new ArraySegment(buffer, 0, result.Count)); } } while (!result.EndOfMessage); - return stringResult.ToString(); + return Encoding.UTF8.GetString(readBytes.ToArray()); } /// From 19089efb5fcdf8fa5b9cf3bde224648054775230 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Fri, 5 Jul 2024 20:34:47 +0200 Subject: [PATCH 4/8] Added unit test for sending UTF8 --- .../BaseArchipelagoSocketHelperFixture.cs | 62 +++++++++++++++++++ .../Archipelago.MultiClient.Net.csproj | 6 +- 2 files changed, 65 insertions(+), 3 deletions(-) diff --git a/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs b/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs index 9d9bc99..ef944b5 100644 --- a/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs +++ b/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs @@ -1,9 +1,12 @@ ο»Ώ#if NET47 || NET48 || NET6_0 using Archipelago.MultiClient.Net.Helpers; using Archipelago.MultiClient.Net.Packets; +using Newtonsoft.Json; using NUnit.Framework; using System; +using System.Collections.Generic; using System.IO; +using System.Linq; using System.Net.WebSockets; using System.Text; using System.Threading; @@ -67,6 +70,45 @@ public async Task Should_throw_error_failed_parse() Assert.That(receivedPacket, Is.Null); Assert.That(error, Is.Not.Null); + Assert.That(error, Is.TypeOf(typeof(JsonReaderException))); + } + + [TestCase("some message", 100, Description = "Buffer bigger than message")] + [TestCase("some message", 10, Description = "Buffer smaller than message")] + [TestCase("πŸƒπŸƒ‚πŸƒƒπŸƒ„πŸƒ…πŸƒ†πŸƒ‡πŸƒˆπŸƒ‰πŸƒŠ", 10, Description = "UTF8 complex character breaking A")] + [TestCase("πŸƒπŸƒ‚πŸƒƒπŸƒ„πŸƒ…πŸƒ†πŸƒ‡πŸƒˆπŸƒ‰πŸƒŠ", 11, Description = "UTF8 complex character breaking B")] + [TestCase("πŸƒπŸƒ‚πŸƒƒπŸƒ„πŸƒ…πŸƒ†πŸƒ‡πŸƒˆπŸƒ‰πŸƒŠ", 12, Description = "UTF8 complex character breaking C")] + [TestCase("πŸƒπŸƒ‚πŸƒƒπŸƒ„πŸƒ…πŸƒ†πŸƒ‡πŸƒˆπŸƒ‰πŸƒŠ", 13, Description = "UTF8 complex character breaking D")] + public async Task Should_serialize_and_send_message_to_websocket(string message, int bufferSize) + { + var sayPacket = new SayPacket { Text = message }; + + var testSocket = new TestWebSocket(); + + var sut = new BaseArchipelagoSocketHelper(testSocket, bufferSize); + + ArchipelagoPacketBase[] sendPackets = null; + + sut.PacketsSent += packet => sendPackets = packet; + + sut.StartPolling(); + + await sut.SendPacketAsync(sayPacket); + + int maxRetries = 100; + int retryCount = 0; + while (sendPackets == null && retryCount++ < maxRetries) + await Task.Delay(10); + + Assert.That(sendPackets, Is.Not.Null); + Assert.That(sendPackets[0], Is.EqualTo(sayPacket)); + + var sendMessages = testSocket.GetWrittenMessages(); + + Assert.That(sendMessages, Is.Not.Null); + + var json = @"[{""cmd"":""Say"",""text"":""$MESSAGE""}]".Replace("$MESSAGE", message); + Assert.That(sendMessages[0], Is.EqualTo(json)); } } @@ -74,6 +116,16 @@ class TestWebSocket : WebSocket { MemoryStream incommingBytes; + int currentOutIndex; + readonly List> outBytes = new List> { new List() }; + + public List GetWrittenMessages() => + outBytes.Select(bytes => Encoding.UTF8.GetString(bytes.ToArray())).ToList(); + + public TestWebSocket() : this(string.Empty) + { + } + public TestWebSocket(string inMessage) { incommingBytes = new MemoryStream(Encoding.UTF8.GetBytes(inMessage)); @@ -100,6 +152,16 @@ public override async Task ReceiveAsync(ArraySegment buffer, WebSocketMessageType messageType, bool endOfMessage, CancellationToken cancellationToken) { + if (messageType != WebSocketMessageType.Text) + return; + + outBytes[currentOutIndex].AddRange(buffer); + + if (endOfMessage) + { + outBytes.Add(new List()); + currentOutIndex++; + } await Task.CompletedTask; } diff --git a/Archipelago.MultiClient.Net/Archipelago.MultiClient.Net.csproj b/Archipelago.MultiClient.Net/Archipelago.MultiClient.Net.csproj index 6f0f2e0..dc54960 100644 --- a/Archipelago.MultiClient.Net/Archipelago.MultiClient.Net.csproj +++ b/Archipelago.MultiClient.Net/Archipelago.MultiClient.Net.csproj @@ -10,9 +10,9 @@ README.md https://github.com/ArchipelagoMW/Archipelago.MultiClient.Net git - 6.1.1.0 - 6.1.1.0 - 6.1.1 + 6.2.0.0 + 6.2.0.0 + 6.2.0 MIT False blue-icon.png From 1e54c174b1d01b402dd57134fbae5f26ae0cd5e2 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Sat, 6 Jul 2024 00:35:59 +0200 Subject: [PATCH 5/8] Using memory streams rather than lists --- .../BaseArchipelagoSocketHelperFixture.cs | 6 +- .../MessageParsingFixture.cs | 36 ------------ ...elagoSocketHelper_system.net.websockets.cs | 55 ++++++++++--------- 3 files changed, 32 insertions(+), 65 deletions(-) diff --git a/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs b/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs index ef944b5..e526d79 100644 --- a/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs +++ b/Archipelago.MultiClient.Net.Tests/BaseArchipelagoSocketHelperFixture.cs @@ -117,7 +117,7 @@ class TestWebSocket : WebSocket MemoryStream incommingBytes; int currentOutIndex; - readonly List> outBytes = new List> { new List() }; + readonly List outBytes = new List { new MemoryStream() }; public List GetWrittenMessages() => outBytes.Select(bytes => Encoding.UTF8.GetString(bytes.ToArray())).ToList(); @@ -155,11 +155,11 @@ public override async Task SendAsync(ArraySegment buffer, WebSocketMessage if (messageType != WebSocketMessageType.Text) return; - outBytes[currentOutIndex].AddRange(buffer); + outBytes[currentOutIndex].Write(buffer.Array, buffer.Offset, buffer.Count); if (endOfMessage) { - outBytes.Add(new List()); + outBytes.Add(new MemoryStream()); currentOutIndex++; } diff --git a/Archipelago.MultiClient.Net.Tests/MessageParsingFixture.cs b/Archipelago.MultiClient.Net.Tests/MessageParsingFixture.cs index 40c0135..9a35895 100644 --- a/Archipelago.MultiClient.Net.Tests/MessageParsingFixture.cs +++ b/Archipelago.MultiClient.Net.Tests/MessageParsingFixture.cs @@ -73,41 +73,5 @@ public void Should_handle_multiple_packets_in_same_message() Assert.That(packets.OfType().Count(), Is.EqualTo(1)); Assert.That(packets.OfType().Count(), Is.EqualTo(1)); } - - [Test] - public void Should_parse_both_versions_of_broken_data() - { - const string message = @"[{ - ""cmd"": ""Connected"", - ""team"": 0, - ""slot"": 136, - ""players"": [ - { - ""team"": 0, - ""slot"": 2699, - ""alias"": ""LuffyDunnoοΏ½οΏ½ (Player2699)"", - ""name"": ""Player2699"", - ""class"": ""NetworkPlayer"" - }, - { - ""team"": 0, - ""slot"": 2700, - ""alias"": ""LuffyDunnoΞ© (Player2699)"", - ""name"": ""Player2699"", - ""class"": ""NetworkPlayer"" - }, - }, - ""hint_points"": 53, - ""slot_data"": { - ""StartWithJewelryBox"": 1, - } -}]"; - - var packets = JsonConvert.DeserializeObject>(message, Converter); - - Assert.That(packets, Is.Not.Null); - Assert.That(packets.Count, Is.EqualTo(1)); - Assert.That(packets.OfType().Count(), Is.EqualTo(1)); - } } } diff --git a/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs b/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs index d5ed3cc..5a73c1e 100644 --- a/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs +++ b/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs @@ -5,6 +5,7 @@ using System; using System.Collections.Concurrent; using System.Collections.Generic; +using System.IO; using System.Linq; using System.Net.WebSockets; using System.Text; @@ -108,33 +109,35 @@ async Task SendLoop() async Task ReadMessageAsync(byte[] buffer) { - var readBytes = new List(buffer.Length); - - WebSocketReceiveResult result; - do + using (var readStream = new MemoryStream(buffer.Length)) { - result = await Socket.ReceiveAsync(new ArraySegment(buffer), CancellationToken.None); - - if (result.MessageType == WebSocketMessageType.Close) - { - try - { - await Socket.CloseAsync(WebSocketCloseStatus.NormalClosure, string.Empty, CancellationToken.None); - } - catch - { - // ignore failure to close when a close is requested as the connection might already be dropped - } - - OnSocketClosed(); - } - else - { - readBytes.AddRange(new ArraySegment(buffer, 0, result.Count)); - } - } while (!result.EndOfMessage); - - return Encoding.UTF8.GetString(readBytes.ToArray()); + WebSocketReceiveResult result; + do + { + result = await Socket.ReceiveAsync(new ArraySegment(buffer), CancellationToken.None); + + if (result.MessageType == WebSocketMessageType.Close) + { + try + { + await Socket.CloseAsync(WebSocketCloseStatus.NormalClosure, string.Empty, + CancellationToken.None); + } + catch + { + // ignore failure to close when a close is requested as the connection might already be dropped + } + + OnSocketClosed(); + } + else + { + readStream.Write(buffer, 0, result.Count); + } + } while (!result.EndOfMessage); + + return Encoding.UTF8.GetString(readStream.ToArray()); + } } /// From f24a29140ef63316415d9f2024c6906e673dafe0 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Sat, 6 Jul 2024 16:14:44 +0200 Subject: [PATCH 6/8] Fixed massive performance issue --- ...elagoSocketHelper_system.net.websockets.cs | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs b/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs index 5a73c1e..c1a2396 100644 --- a/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs +++ b/Archipelago.MultiClient.Net/Helpers/BaseArchipelagoSocketHelper_system.net.websockets.cs @@ -23,10 +23,10 @@ public class BaseArchipelagoSocketHelper where T : WebSocket // ReSharper disable once StaticMemberInGenericType static readonly ArchipelagoPacketConverter Converter = new ArchipelagoPacketConverter(); - /// - /// Handler for recieved and sucsesfully parsed packages - /// - public event ArchipelagoSocketHelperDelagates.PacketReceivedHandler PacketReceived; + /// + /// Handler for recieved and sucsesfully parsed packages + /// + public event ArchipelagoSocketHelperDelagates.PacketReceivedHandler PacketReceived; /// /// Handler for packets published to the websocket, called before the packet is handled by the server /// @@ -89,6 +89,8 @@ async Task PollingLoop() } OnMessageReceived(message); + + await Task.Delay(20); } } @@ -103,8 +105,10 @@ async Task SendLoop() catch (Exception e) { OnError(e); - } - } + } + + await Task.Delay(20); + } } async Task ReadMessageAsync(byte[] buffer) @@ -120,8 +124,7 @@ async Task ReadMessageAsync(byte[] buffer) { try { - await Socket.CloseAsync(WebSocketCloseStatus.NormalClosure, string.Empty, - CancellationToken.None); + await Socket.CloseAsync(WebSocketCloseStatus.NormalClosure, string.Empty, CancellationToken.None); } catch { From 4eee379b7582975afcc1ffccd405b8d56d1be498 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Sat, 6 Jul 2024 20:21:13 +0200 Subject: [PATCH 7/8] Implemented filtering of non existing locations in location scouts --- .../LocationCheckHelperFixture.cs | 138 +++++++++++++++++- .../Helpers/LocationCheckHelper.cs | 35 ++++- 2 files changed, 158 insertions(+), 15 deletions(-) diff --git a/Archipelago.MultiClient.Net.Tests/LocationCheckHelperFixture.cs b/Archipelago.MultiClient.Net.Tests/LocationCheckHelperFixture.cs index 99bb5b4..d33e436 100644 --- a/Archipelago.MultiClient.Net.Tests/LocationCheckHelperFixture.cs +++ b/Archipelago.MultiClient.Net.Tests/LocationCheckHelperFixture.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; +using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; @@ -477,7 +478,7 @@ public void Should_not_fail_when_room_update_is_missing_location_checks() #if !NET471 [Test] - public async Task Should_scout_locations_async() + public void Should_scout_locations_async_but_only_existing_ones() { var socket = Substitute.For(); var itemInfoResolver = Substitute.For(); @@ -497,27 +498,150 @@ public async Task Should_scout_locations_async() { 1, new ReadOnlyCollection(new List { null, null, new PlayerInfo() }) } })); #endif - ILocationCheckHelper sut = new LocationCheckHelper(socket, itemInfoResolver, connectionInfo, players); + var connected = new ConnectedPacket + { + LocationsChecked = new long[0], + MissingChecks = new[] { 1L } + }; + socket.PacketReceived += Raise.Event(connected); + var locationScoutResponse = new LocationInfoPacket() { Locations = new [] { new NetworkItem { Location = 1 } } }; - var scoutTask = sut.ScoutLocationsAsync(1); + var scoutTask = sut.ScoutLocationsAsync(1, 2); Assert.That(scoutTask.IsCompleted, Is.False); socket.PacketReceived += Raise.Event(locationScoutResponse); - Assert.That(scoutTask.IsCompleted, Is.True); + scoutTask.Wait(); + + socket.Received().SendPacketAsync(Arg.Is(p => p.Locations.Length == 1 && p.Locations[0] == 1)); + + Assert.That(scoutTask.IsCompleted, Is.True); + Assert.That(scoutTask.Result, Is.Not.Null); + Assert.That(scoutTask.Result.Count, Is.EqualTo(1)); + Assert.That(scoutTask.Result.First().Key, Is.EqualTo(1)); + } + + [Test] + public void Should_scout_locations_should_still_call_callback_if_no_locations_exist() + { + var socket = Substitute.For(); + var itemInfoResolver = Substitute.For(); + var connectionInfo = Substitute.For(); + connectionInfo.Team.Returns(1); + connectionInfo.Slot.Returns(2); + + var players = Substitute.For(); +#if NET472 + players.Players.Returns( + new Dictionary> { + { 1, new ReadOnlyCollection(new List { null, null, new PlayerInfo() }) } + }); +#else + players.Players.Returns(new ReadOnlyDictionary>( + new Dictionary> { + { 1, new ReadOnlyCollection(new List { null, null, new PlayerInfo() }) } + })); +#endif + ILocationCheckHelper sut = new LocationCheckHelper(socket, itemInfoResolver, connectionInfo, players); + + var locationScoutResponse = new LocationInfoPacket() + { + Locations = new[] { new NetworkItem { Location = 1 } } + }; + + var scoutTask = sut.ScoutLocationsAsync(1, 2); + + socket.PacketReceived += Raise.Event(locationScoutResponse); + + scoutTask.Wait(); + + socket.DidNotReceive().SendPacketAsync(Arg.Any()); + + Assert.That(scoutTask.IsCompleted, Is.True); + Assert.That(scoutTask.Result, Is.Not.Null); + Assert.That(scoutTask.Result.Count, Is.EqualTo(0)); + } +#else + [Test] + public void Should_scout_locations_async_but_only_existing_ones() + { + var socket = Substitute.For(); + var itemInfoResolver = Substitute.For(); + var connectionInfo = Substitute.For(); + connectionInfo.Team.Returns(1); + connectionInfo.Slot.Returns(2); - await scoutTask; + var players = Substitute.For(); + + players.Players.Returns( + new Dictionary> { + { 1, new ReadOnlyCollection(new List { null, null, new PlayerInfo() }) } + }); + + ILocationCheckHelper sut = new LocationCheckHelper(socket, itemInfoResolver, connectionInfo, players); + + var connected = new ConnectedPacket + { + LocationsChecked = new long[0], + MissingChecks = new[] { 1L } + }; + socket.PacketReceived += Raise.Event(connected); + + Dictionary scoutedLocations = null; + + sut.ScoutLocationsAsync(scouted => { scoutedLocations = scouted; }, 1, 2); + + var locationScoutResponse = new LocationInfoPacket + { + Locations = new[] { new NetworkItem { Location = 1 } } + }; + + socket.PacketReceived += Raise.Event(locationScoutResponse); + + socket.Received().SendPacketAsync(Arg.Is(p => p.Locations.Length == 1 && p.Locations[0] == 1)); + + Assert.That(scoutedLocations, Is.Not.Null); + Assert.That(scoutedLocations.Count, Is.EqualTo(1)); + Assert.That(scoutedLocations.First().Key, Is.EqualTo(1)); + } + + [Test] + public void Should_scout_locations_should_still_call_callback_if_no_locations_exist() + { + var socket = Substitute.For(); + var itemInfoResolver = Substitute.For(); + var connectionInfo = Substitute.For(); + connectionInfo.Team.Returns(1); + connectionInfo.Slot.Returns(2); + + var players = Substitute.For(); + + players.Players.Returns( + new Dictionary> { + { 1, new ReadOnlyCollection(new List { null, null, new PlayerInfo() }) } + }); + + ILocationCheckHelper sut = new LocationCheckHelper(socket, itemInfoResolver, connectionInfo, players); + + Dictionary scoutedLocations = null; + + sut.ScoutLocationsAsync(scouted => { scoutedLocations = scouted; }, 999); + + socket.DidNotReceive().SendPacketAsync(Arg.Any()); + + Assert.That(scoutedLocations, Is.Not.Null); + Assert.That(scoutedLocations.Count, Is.EqualTo(0)); } #endif - - [Test] + + [Test] public void Should_ignore_non_existing_locations() { var socket = Substitute.For(); diff --git a/Archipelago.MultiClient.Net/Helpers/LocationCheckHelper.cs b/Archipelago.MultiClient.Net/Helpers/LocationCheckHelper.cs index 8bc2841..4779345 100644 --- a/Archipelago.MultiClient.Net/Helpers/LocationCheckHelper.cs +++ b/Archipelago.MultiClient.Net/Helpers/LocationCheckHelper.cs @@ -415,10 +415,17 @@ LocationChecksPacket GetLocationChecksPacket() => /// public void ScoutLocationsAsync(Action> callback = null, HintCreationPolicy hintCreationPolicy = HintCreationPolicy.None, params long[] ids) - { - socket.SendPacketAsync(new LocationScoutsPacket + { + var idsToScout = ids.Where(i => allLocations.Contains(i)).ToArray(); + if (!idsToScout.Any()) + { + callback?.Invoke(new Dictionary()); + return; + } + + socket.SendPacketAsync(new LocationScoutsPacket { - Locations = ids, + Locations = idsToScout, CreateAsHint = (int)hintCreationPolicy }); awaitingLocationInfoPacket = true; @@ -430,8 +437,8 @@ public void ScoutLocationsAsync(Action> callba var otherPlayer = players.GetPlayerInfo(item.Player) ?? new PlayerInfo(); return new ScoutedItemInfo(item, otherPlayer.Game, connectionInfoProvider.Game, itemInfoResolver, otherPlayer); }); - callback(items); - }; + callback?.Invoke(items); + }; } /// @@ -447,12 +454,24 @@ public void ScoutLocationsAsync(Action> callba /// public Task> ScoutLocationsAsync(HintCreationPolicy hintCreationPolicy, params long[] ids) { - locationInfoPacketCallbackTask = new TaskCompletionSource>(); + var idsToScout = ids.Where(i => allLocations.Contains(i)).ToArray(); + if (!idsToScout.Any()) + { +#if NET40 + var task = new TaskCompletionSource>(); + task.SetResult(new Dictionary()); + return task.Task; +#else + return Task.FromResult(new Dictionary()); +#endif + } + + locationInfoPacketCallbackTask = new TaskCompletionSource>(); awaitingLocationInfoPacket = true; - socket.SendPacket(new LocationScoutsPacket + socket.SendPacketAsync(new LocationScoutsPacket { - Locations = ids, + Locations = idsToScout, CreateAsHint = (int)hintCreationPolicy }); From b5d4eff8263e17e3f0728b4c87f7392b12e63156 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Sat, 6 Jul 2024 20:30:12 +0200 Subject: [PATCH 8/8] Refactoring suggested by BadMagic --- Archipelago.MultiClient.Net/ArchipelagoSession.cs | 3 +-- Archipelago.MultiClient.Net/Helpers/PlayerHelper.cs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Archipelago.MultiClient.Net/ArchipelagoSession.cs b/Archipelago.MultiClient.Net/ArchipelagoSession.cs index 2ea0d25..65b94ab 100644 --- a/Archipelago.MultiClient.Net/ArchipelagoSession.cs +++ b/Archipelago.MultiClient.Net/ArchipelagoSession.cs @@ -1,5 +1,4 @@ -ο»Ώusing Archipelago.MultiClient.Net.DataPackage; -using Archipelago.MultiClient.Net.Enums; +ο»Ώusing Archipelago.MultiClient.Net.Enums; using Archipelago.MultiClient.Net.Exceptions; using Archipelago.MultiClient.Net.Helpers; using Archipelago.MultiClient.Net.Models; diff --git a/Archipelago.MultiClient.Net/Helpers/PlayerHelper.cs b/Archipelago.MultiClient.Net/Helpers/PlayerHelper.cs index b524f6f..61ac42f 100644 --- a/Archipelago.MultiClient.Net/Helpers/PlayerHelper.cs +++ b/Archipelago.MultiClient.Net/Helpers/PlayerHelper.cs @@ -262,7 +262,7 @@ public class PlayerInfo /// The slot to check /// public bool IsSharingGroupWith(int team, int slot) => - Team == team && Slot == slot || (Groups != null && Groups.Any(g => g.GroupMembers.Any(m => m == slot))); + Team == team && Slot == slot || (Groups != null && Groups.Any(g => g.GroupMembers.Contains(slot))); /// /// Converts the PlayerInfo to the slot