From 7d6fcfa95983566b33c6fde0e3bf277465da6478 Mon Sep 17 00:00:00 2001 From: brainfood1183 <113240905+brainfood1183@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:12:56 +0100 Subject: [PATCH] New station map Origin (#11659) * new map origin * new map origin * Revert "new map origin" This reverts commit 3d36679b921d058c7bc7ff7202086aea966c43a6. * merge * merge * merge * merge * merge * merge * merge * new update * update map reduce lights * slight update * update * push * update --- Resources/Maps/origin.yml | 227554 +++++++++++++++ Resources/Prototypes/Decals/originsign.yml | 92 + .../Markers/Spawners/Random/posters.yml | 3 + .../Structures/Wallmounts/Signs/posters.yml | 36 + .../Structures/Wallmounts/Signs/signs.yml | 90 + Resources/Prototypes/Maps/origin.yml | 47 + .../Textures/Decals/originsign.rsi/meta.json | 50 + .../Decals/originsign.rsi/origin1.png | Bin 0 -> 18599 bytes .../Decals/originsign.rsi/origin10.png | Bin 0 -> 18608 bytes .../Decals/originsign.rsi/origin11.png | Bin 0 -> 18609 bytes .../Decals/originsign.rsi/origin12.png | Bin 0 -> 18522 bytes .../Decals/originsign.rsi/origin13.png | Bin 0 -> 18591 bytes .../Decals/originsign.rsi/origin2.png | Bin 0 -> 18726 bytes .../Decals/originsign.rsi/origin3.png | Bin 0 -> 19075 bytes .../Decals/originsign.rsi/origin4.png | Bin 0 -> 18933 bytes .../Decals/originsign.rsi/origin5.png | Bin 0 -> 19042 bytes .../Decals/originsign.rsi/origin6.png | Bin 0 -> 18654 bytes .../Decals/originsign.rsi/origin7.png | Bin 0 -> 18579 bytes .../Decals/originsign.rsi/origin8.png | Bin 0 -> 18581 bytes .../Decals/originsign.rsi/origin9.png | Bin 0 -> 18439 bytes .../Wallmounts/posters.rsi/meta.json | 2 +- .../Wallmounts/posters.rsi/originmap.png | Bin 0 -> 16135 bytes .../Wallmounts/posters.rsi/poster39_legit.png | Bin 0 -> 15444 bytes .../posters.rsi/poster55_contraband.png | Bin 0 -> 16437 bytes .../posters.rsi/poster56_contraband.png | Bin 0 -> 15981 bytes .../Structures/Wallmounts/signs.rsi/eight.png | Bin 0 -> 15181 bytes .../Structures/Wallmounts/signs.rsi/five.png | Bin 0 -> 15173 bytes .../Structures/Wallmounts/signs.rsi/four.png | Bin 0 -> 15155 bytes .../Structures/Wallmounts/signs.rsi/meta.json | 82 +- .../Structures/Wallmounts/signs.rsi/nine.png | Bin 0 -> 15157 bytes .../Structures/Wallmounts/signs.rsi/one.png | Bin 0 -> 15154 bytes .../Structures/Wallmounts/signs.rsi/seven.png | Bin 0 -> 15168 bytes .../Structures/Wallmounts/signs.rsi/six.png | Bin 0 -> 15173 bytes .../Structures/Wallmounts/signs.rsi/three.png | Bin 0 -> 15180 bytes .../Structures/Wallmounts/signs.rsi/two.png | Bin 0 -> 15178 bytes .../Structures/Wallmounts/signs.rsi/zero.png | Bin 0 -> 15160 bytes 36 files changed, 227954 insertions(+), 2 deletions(-) create mode 100644 Resources/Maps/origin.yml create mode 100644 Resources/Prototypes/Decals/originsign.yml create mode 100644 Resources/Prototypes/Maps/origin.yml create mode 100644 Resources/Textures/Decals/originsign.rsi/meta.json create mode 100644 Resources/Textures/Decals/originsign.rsi/origin1.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin10.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin11.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin12.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin13.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin2.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin3.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin4.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin5.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin6.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin7.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin8.png create mode 100644 Resources/Textures/Decals/originsign.rsi/origin9.png create mode 100644 Resources/Textures/Structures/Wallmounts/posters.rsi/originmap.png create mode 100644 Resources/Textures/Structures/Wallmounts/posters.rsi/poster39_legit.png create mode 100644 Resources/Textures/Structures/Wallmounts/posters.rsi/poster55_contraband.png create mode 100644 Resources/Textures/Structures/Wallmounts/posters.rsi/poster56_contraband.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/eight.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/five.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/four.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/nine.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/one.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/seven.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/six.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/three.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/two.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/zero.png diff --git a/Resources/Maps/origin.yml b/Resources/Maps/origin.yml new file mode 100644 index 0000000000..f0dfa99dce --- /dev/null +++ b/Resources/Maps/origin.yml @@ -0,0 +1,227554 @@ +meta: + format: 2 + name: DemoStation + author: Space-Wizards + postmapinit: false +tilemap: + 0: Space + 1: FloorArcadeBlue + 2: FloorArcadeBlue2 + 3: FloorArcadeRed + 4: FloorAsteroidCoarseSand0 + 5: FloorAsteroidCoarseSandDug + 6: FloorAsteroidIronsand1 + 7: FloorAsteroidIronsand2 + 8: FloorAsteroidIronsand3 + 9: FloorAsteroidIronsand4 + 10: FloorAsteroidSand + 11: FloorAsteroidTile + 12: FloorBar + 13: FloorBlue + 14: FloorBlueCircuit + 15: FloorBoxing + 16: FloorCarpetClown + 17: FloorCarpetOffice + 18: FloorCave + 19: FloorCaveDrought + 20: FloorClown + 21: FloorDark + 22: FloorDarkDiagonal + 23: FloorDarkDiagonalMini + 24: FloorDarkHerringbone + 25: FloorDarkMini + 26: FloorDarkMono + 27: FloorDarkOffset + 28: FloorDarkPavement + 29: FloorDarkPavementVertical + 30: FloorDarkPlastic + 31: FloorDirt + 32: FloorEighties + 33: FloorElevatorShaft + 34: FloorFreezer + 35: FloorGlass + 36: FloorGold + 37: FloorGrass + 38: FloorGrassDark + 39: FloorGrassJungle + 40: FloorGrassLight + 41: FloorGreenCircuit + 42: FloorGym + 43: FloorHydro + 44: FloorKitchen + 45: FloorLaundry + 46: FloorLino + 47: FloorMetalDiamond + 48: FloorMime + 49: FloorMono + 50: FloorPlastic + 51: FloorRGlass + 52: FloorReinforced + 53: FloorRockVault + 54: FloorShowroom + 55: FloorShuttleBlue + 56: FloorShuttleOrange + 57: FloorShuttlePurple + 58: FloorShuttleRed + 59: FloorShuttleWhite + 60: FloorSilver + 61: FloorSnow + 62: FloorSteel + 63: FloorSteelDiagonal + 64: FloorSteelDiagonalMini + 65: FloorSteelDirty + 66: FloorSteelHerringbone + 67: FloorSteelMini + 68: FloorSteelMono + 69: FloorSteelOffset + 70: FloorSteelPavement + 71: FloorSteelPavementVertical + 72: FloorTechMaint + 73: FloorTechMaint2 + 74: FloorTechMaint3 + 75: FloorWhite + 76: FloorWhiteDiagonal + 77: FloorWhiteDiagonalMini + 78: FloorWhiteHerringbone + 79: FloorWhiteMini + 80: FloorWhiteMono + 81: FloorWhiteOffset + 82: FloorWhitePavement + 83: FloorWhitePavementVertical + 84: FloorWhitePlastic + 85: FloorWood + 86: FloorWoodTile + 87: Lattice + 88: Plating +grids: +- uid: 864 + settings: + chunksize: 16 + tilesize: 1 + chunks: + - ind: -1,-1 + tiles: WAAAAFgAAABYAAAAWAAAAFgAAABIAAAASAAAAFgAAABIAAAAWAAAAD4AAAM+AAACPgAAA1gAAABYAAAAWAAAAFgAAABIAAAASAAAAEgAAABYAAAAWAAAAFgAAAAVAAACWAAAAFgAAAA+AAACPgAAAT4AAANYAAAAQQAAAEEAAABYAAAASAAAAEgAAABIAAAAWAAAAFYAAANWAAABVgAAAFYAAABYAAAAPgAAAz4AAAM+AAAAWAAAAFgAAABBAAAAWAAAAFgAAABBAAAAQQAAABUAAAI+AAAAWAAAAFYAAANWAAACWAAAAD4AAAE+AAABPgAAAEgAAABYAAAAWAAAAEoAAAFYAAAAWAAAAFgAAABYAAAAVgAAAVYAAAI+AAACVgAAAhUAAAI+AAADPgAAAj4AAAJIAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABWAAACVgAAAVYAAANYAAAAPgAAAT4AAAE+AAABWAAAAFgAAABBAAAAWAAAAFgAAABJAAAAWAAAAFgAAABWAAABVgAAAVYAAANYAAAAWAAAAD4AAAI+AAACPgAAAhUAAAJYAAAAQQAAAFgAAABYAAAASAAAAFgAAABYAAAAVgAAAlYAAANWAAAAVgAAAVgAAAA+AAABPgAAAD4AAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAANYAAAAPgAAAz4AAAE+AAACWAAAAFgAAABYAAAAPgAAAUEAAAA+AAAACwAAAFgAAAAgAAAAIAAAACAAAAAgAAAAWAAAAD4AAAM+AAACPgAAAlgAAABYAAAAWAAAADMAAAA+AAABPgAAAgsAAABYAAAAIAAAACAAAAAgAAAAIAAAAFgAAAA+AAADPgAAAz4AAAFYAAAAWAAAAFgAAAA+AAADPgAAAT4AAAELAAAAWAAAACAAAAAgAAAAIAAAACAAAABYAAAAPgAAAT4AAAA+AAADWAAAAFgAAABYAAAAWAAAAD4AAAI+AAACPgAAAVgAAAAgAAAAIAAAAFgAAABYAAAAWAAAAD4AAAA+AAACPgAAA1gAAABBAAAAWAAAAFgAAAA+AAAAPgAAAj4AAAFYAAAAWAAAABUAAABYAAAASgAAA1gAAAAVAAADFQAAAhUAAAJYAAAAWAAAAFgAAABYAAAAPgAAAjMAAAA+AAACPgAAAD4AAAM+AAAAPgAAAD4AAAA+AAADPgAAAT4AAANBAAAAPgAAAj4AAAE+AAADWAAAAD4AAAE+AAADPgAAAD4AAAM+AAABPgAAAD4AAAI+AAADPgAAAz4AAAM+AAAAPgAAAT4AAAM+AAABPgAAAQ== + - ind: 0,-1 + tiles: WAAAAFgAAABYAAAAWAAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAAJYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABAAAAAQAAAAEAAAABAAAABYAAAAWAAAAFgAAABVAAADVQAAAlUAAAFVAAADVQAAAlUAAABYAAAAWAAAAFgAAAAQAAAAEAAAABAAAAAQAAAAWAAAAEgAAAAVAAACVQAAA1UAAABVAAADVQAAAFUAAAJVAAABMQAAAFgAAABYAAAAEAAAABAAAAAQAAAAEAAAAFgAAABIAAAAWAAAAFUAAAJVAAAAVQAAAlUAAANVAAAAVQAAAlgAAABYAAAAWAAAABAAAAAQAAAAEAAAABAAAABYAAAASAAAAFgAAABVAAADVQAAAFUAAAFVAAACVQAAAVgAAABYAAAASAAAAFgAAABYAAAAWAAAABUAAANYAAAAWAAAAFgAAABYAAAAVQAAA1UAAANVAAACVQAAAlUAAAJYAAAASAAAAEgAAAAUAAAAFAAAABQAAAAUAAAAFAAAAFgAAABVAAADVQAAA1UAAABVAAADVQAAAVUAAANVAAACWAAAAFgAAABYAAAAFAAAABQAAAAUAAAAFAAAABQAAABYAAAAVQAAAFUAAAJVAAABVQAAAVUAAAFVAAAAVQAAAlgAAABYAAAAWAAAABQAAAAUAAAAFAAAABQAAAAUAAAAWAAAAFUAAABVAAAAVQAAA1UAAAJVAAACVQAAAlUAAAJYAAAAWAAAAFgAAAAUAAAAFAAAABQAAAAUAAAAFAAAAFgAAABVAAADVQAAA1UAAANVAAAAVQAAAFUAAAFVAAABWAAAAFgAAABYAAAAFAAAABQAAAAUAAAAFAAAABQAAABYAAAAWAAAAFgAAABYAAAAWAAAAFUAAAJVAAABVQAAA1gAAABYAAAAWAAAABUAAAEVAAABFQAAAFgAAAAVAAAAWAAAAC8AAABIAAAALwAAAFgAAAAVAAACFQAAA1gAAABYAAAAFQAAAlgAAAA+AAADPgAAAz4AAAE+AAAAPgAAAD4AAAI+AAAAQQAAAD4AAAA+AAACPgAAAj4AAAA+AAADPgAAAD4AAAM+AAABPgAAAD4AAAI+AAABPgAAASMAAAA+AAABPgAAAT4AAAE+AAAAPgAAACMAAAA+AAABPgAAAj4AAAI+AAABPgAAAg== + - ind: -1,0 + tiles: WAAAAD4AAAI+AAABPgAAAVgAAAAVAAAAFQAAABUAAAAVAAADFQAAAxUAAAEVAAABFQAAAhUAAANYAAAAFQAAAVgAAAALAAAAPgAAAz4AAAFYAAAAFQAAAxUAAAMVAAACFQAAABUAAAAVAAABFQAAABUAAAMVAAAAWAAAABUAAAFYAAAAPgAAAD4AAAA+AAAAPgAAAD4AAAE+AAABPgAAAT4AAAM+AAAAPgAAAj4AAAA+AAADPgAAAT4AAAA+AAACWAAAAD4AAAAzAAAAQQAAAD4AAAM+AAACPgAAAj4AAAM+AAACPgAAAj4AAAM+AAADPgAAAz4AAAI+AAABPgAAAFgAAAALAAAAPgAAAz4AAAJYAAAAFQAAAVgAAAA+AAABPgAAAD4AAAFYAAAAJQAAACUAAABYAAAAWAAAAFgAAABYAAAAPgAAAj4AAAJBAAAAWAAAAD4AAAA+AAABCwAAAD4AAAM+AAACPgAAAz4AAAE+AAABPgAAAFgAAAAsAAAAPgAAAD4AAAE+AAACPgAAASUAAAA+AAAAPgAAAz4AAAE+AAABPgAAAD4AAAI+AAADPgAAAD4AAAFYAAAALAAAADMAAAA+AAABPgAAAj4AAAElAAAAKwAAAD4AAAMrAAAAPgAAAysAAAA+AAACKwAAAD4AAAE+AAAAKwAAACwAAAA+AAACPgAAAT4AAAI+AAAAWAAAACsAAAA+AAACKwAAAD4AAAMrAAAAPgAAAysAAAA+AAADPgAAA1gAAAAsAAAAWAAAAFgAAABYAAAAWAAAAFgAAAArAAAAPgAAAisAAAA+AAABKwAAAFgAAABYAAAAFQAAAlgAAABYAAAAWAAAAEgAAABIAAAASgAAAEgAAABYAAAAKwAAAD4AAAMrAAAAPgAAAisAAABYAAAAPgAAAj4AAAA+AAADWAAAACIAAABKAAAAWAAAAEkAAABYAAAAWAAAAD4AAAA+AAACKwAAAD4AAAErAAAAWAAAAD4AAABBAAAAPgAAAFgAAAAiAAAAWAAAAFgAAABYAAAASAAAAFgAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAAA+AAADPgAAAj4AAANYAAAAIgAAAEkAAABYAAAASgAAAFgAAABIAAAAWAAAAFgAAABIAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAA== + - ind: 0,0 + tiles: FQAAABUAAAEVAAACFQAAAxUAAAAlAAAAJQAAACUAAAA2AAAANgAAACUAAAAlAAAAJQAAABUAAAAVAAABWAAAABUAAAMVAAACFQAAARUAAAMVAAACJQAAACUAAAAlAAAANgAAADYAAAAlAAAAJQAAACUAAAAVAAAAFQAAAVgAAAA+AAAAPgAAAT4AAAI+AAABIwAAAEEAAAA+AAABPgAAAT4AAAE+AAABIwAAAD4AAABBAAAAPgAAAD4AAAM+AAAAPgAAAz4AAAI+AAADPgAAAUEAAAA+AAABPgAAAT4AAAE+AAAAPgAAAT4AAAI+AAACPgAAAT4AAAI+AAACPgAAACwAAAAsAAAALAAAAFgAAABYAAAAFQAAAFgAAABYAAAAWAAAAFgAAAAVAAABFQAAAVgAAABYAAAAWAAAAFgAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAAWAAAAFUAAABVAAADVQAAAVUAAAFVAAAAVQAAAVUAAAJYAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAAFgAAABVAAADVQAAA1UAAAJVAAABVQAAA1UAAANVAAADFQAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAAVQAAAlUAAABVAAACVQAAAFUAAABVAAABVQAAARUAAAIsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAAFUAAANVAAABVQAAAVUAAAJVAAABVQAAAlUAAABYAAAAFQAAA1gAAABYAAAAWAAAACwAAAAsAAAALAAAACwAAABVAAADVQAAAVUAAANVAAADVQAAA1UAAANVAAAAWAAAACIAAAAiAAAAIgAAAFgAAAAsAAAALAAAACwAAABYAAAAVQAAAFUAAAFVAAACVQAAAVUAAAJVAAACVQAAAlUAAAAiAAAAIgAAACIAAABYAAAAFQAAABUAAABYAAAAWAAAAFgAAABYAAAAVQAAA1UAAANVAAADVQAAAlUAAAFVAAAAIgAAACIAAAAiAAAAWAAAABUAAAEVAAAAFQAAARUAAAEVAAAAWAAAAFUAAAJVAAAAVQAAA1UAAABVAAACVQAAAkgAAABYAAAAWAAAAFgAAAAVAAABFQAAAhUAAAEVAAABFQAAAVgAAABVAAADVQAAAVUAAAJVAAABVQAAA1UAAAFIAAAASAAAAFgAAABYAAAAFQAAAxUAAAAVAAADFQAAABUAAAJYAAAAVQAAAFUAAABVAAADVQAAAFUAAANVAAAAWAAAAFgAAABYAAAAWAAAABUAAAAVAAAAFQAAABUAAAMVAAADWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAA== + - ind: -2,-1 + tiles: PgAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAAAPgAAAz4AAABYAAAASQAAAD4AAANYAAAAPgAAAQsAAAA+AAACFQAAAD4AAAA+AAAAPgAAAj4AAAJYAAAAPgAAAQsAAAA+AAADSAAAAEkAAAA+AAACWAAAAD4AAAI+AAADPgAAA1gAAAA+AAAAPgAAAz4AAAA+AAABWAAAAD4AAAI+AAABPgAAA1gAAABYAAAAPgAAAlgAAAALAAAAPgAAAj4AAAM+AAABPgAAAz4AAAM+AAADPgAAAhUAAAI+AAACPgAAAz4AAANYAAAASgAAAT4AAABYAAAAPgAAAj4AAAI+AAABWAAAAD4AAAE+AAAAPgAAAD4AAAIVAAACPgAAAT4AAAE+AAAAWAAAAFgAAAA+AAACFQAAAj4AAAM+AAABPgAAAlgAAAA+AAAAPgAAAD4AAAM+AAABWAAAAD4AAAM+AAADPgAAAVgAAABYAAAAPgAAA1gAAABYAAAAWAAAAFgAAABYAAAAPgAAA0EAAAA+AAADPgAAAVgAAAA+AAACPgAAAT4AAAJYAAAAWAAAAD4AAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAI+AAABPgAAAj4AAAJYAAAAPgAAAj4AAAI+AAAAWAAAAFgAAAAVAAACWAAAADsAAABLAAACOwAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAAEVAAADFQAAAVgAAABYAAAAPgAAA1gAAABYAAAASwAAAVgAAAALAAAACwAAAAsAAAA+AAADPgAAAD4AAAM+AAAAPgAAAj4AAABBAAAAPgAAAD4AAANYAAAAOwAAAEsAAANYAAAAQQAAAEEAAAA+AAABMwAAAD4AAAM+AAAAPgAAADMAAAA+AAAAPgAAAkEAAABYAAAAWAAAAFgAAABLAAADWAAAAD4AAAE+AAACPgAAAD4AAAI+AAADPgAAAj4AAAM+AAAAPgAAAz4AAAA+AAABSwAAAEsAAABLAAAASwAAAVgAAAA+AAADPgAAAT4AAANYAAAAWAAAAFgAAABYAAAAFQAAAlgAAABYAAAAWAAAAEsAAABLAAACSwAAA0sAAANYAAAAPgAAAT4AAAM+AAABWAAAAAAAAAAAAAAAWAAAAEgAAABYAAAAAAAAAAAAAABYAAAAWAAAABUAAAFYAAAAWAAAAD4AAAMzAAAAPgAAAlgAAABYAAAAWAAAAFgAAAAVAAABWAAAAFgAAABYAAAAPgAAAT4AAAA+AAABPgAAABUAAAE+AAAAPgAAAT4AAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAA== + - ind: -2,0 + tiles: PgAAAD4AAAA+AAACPgAAARUAAAI+AAAAPgAAAT4AAANYAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAI+AAADPgAAAT4AAAAVAAABPgAAAT4AAAE+AAACWAAAAD4AAAELAAAAFQAAAhUAAAMVAAABPgAAAj4AAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAI+AAACPgAAA1gAAAA+AAADPgAAABUAAAIVAAABFQAAAAsAAAA+AAADJQAAACUAAAAlAAAAJQAAAFgAAAA+AAABMwAAAD4AAANYAAAACwAAAD4AAAMVAAADFQAAAhUAAAI+AAABPgAAACUAAAAlAAAAJQAAACUAAABYAAAAPgAAAT4AAAI+AAADWAAAAD4AAAA+AAACPgAAAz4AAAM+AAACPgAAAgsAAAAlAAAAJQAAACUAAABYAAAAWAAAAD4AAANBAAAAPgAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAJQAAACUAAAAlAAAAWAAAAEEAAAA+AAACPgAAAT4AAAM+AAAAPgAAAj4AAAE+AAAAPgAAAj4AAAELAAAAPgAAA1gAAAAVAAACWAAAAFgAAABYAAAAPgAAAT4AAAM+AAABMwAAAD4AAAI+AAAAPgAAAzMAAAA+AAACPgAAAD4AAAAVAAABFQAAARUAAAEVAAACWAAAAD4AAAE+AAACPgAAAD4AAAALAAAAPgAAAT4AAAI+AAABPgAAAAsAAAALAAAAFQAAARUAAAEVAAACFQAAAlgAAABYAAAAWAAAABUAAANYAAAAWAAAAFgAAABBAAAAPgAAAD4AAAFYAAAAWAAAABUAAAMVAAADFQAAAxUAAAJYAAAALgAAAC4AAAAuAAAALgAAAC4AAABYAAAAQQAAAEEAAAA+AAADSAAAAEgAAABYAAAAFQAAAlgAAABYAAAAWAAAAC4AAAAuAAAALgAAAC4AAAAuAAAAWAAAAD4AAAA+AAAAPgAAA1gAAABYAAAAFQAAAhUAAAMVAAACWAAAAC4AAAAuAAAALgAAAC4AAAAuAAAALgAAAFgAAAA+AAAACwAAAAsAAABYAAAASAAAABUAAAMVAAAAFQAAAVgAAAAuAAAALgAAAC4AAAAuAAAALgAAAC4AAABYAAAAPgAAAj4AAAELAAAAWAAAAFgAAAAVAAAAFQAAABUAAABYAAAALgAAAC4AAAAuAAAAWAAAAFgAAABYAAAAWAAAABUAAAAVAAABFQAAAlgAAABYAAAAFQAAAxUAAAAVAAADWAAAAC4AAAAuAAAALgAAAFgAAABIAAAASAAAABUAAAE+AAAAPgAAAD4AAAFYAAAASAAAAA== + - ind: 1,-1 + tiles: WAAAAFgAAABYAAAAPgAAABUAAAM+AAADWAAAAFgAAAAVAAACFQAAAhUAAANYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAABYAAAAQQAAAD4AAAM+AAADWAAAAEgAAABYAAAAWAAAAEEAAABYAAAAGAAAAC4AAAAuAAAALgAAAC4AAAAuAAAAWAAAAD4AAAE+AAABPgAAAlgAAABYAAAAWAAAAFgAAAA+AAADWAAAABgAAAAuAAAALgAAAC4AAAAuAAAALgAAAFgAAAA+AAAAPgAAAz4AAABBAAAAWAAAAFgAAABYAAAAPgAAA1gAAAAYAAAALgAAAC4AAAAuAAAALgAAAC4AAABYAAAAPgAAAz4AAAI+AAADQQAAAFgAAABYAAAAWAAAAD4AAABYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAWAAAAD4AAAI+AAACQQAAAEEAAABYAAAAWAAAAFgAAAA+AAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAABPgAAAkEAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAEkAAABIAAAASAAAAEgAAABYAAAAPgAAAT4AAAE+AAACWAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAI+AAABPgAAAVgAAABYAAAAWAAAAFgAAABYAAAAPgAAAD4AAAI+AAAAFQAAAj4AAAI+AAABPgAAAz4AAAE+AAAAPgAAAj4AAAM+AAADPgAAAD4AAAE+AAACFQAAAD4AAAM+AAADPgAAAxUAAAI+AAACPgAAAD4AAAA+AAABPgAAAUEAAAA+AAADPgAAAD4AAAA+AAADPgAAAhUAAAM+AAABPgAAAD4AAAEVAAABPgAAAD4AAAM+AAADPgAAAD4AAAI+AAAAPgAAAz4AAAFBAAAAPgAAAz4AAAEVAAABPgAAAD4AAAI+AAADWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAABWAAAAD4AAAI+AAAAPgAAA1gAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABYAAAAQwAAAFgAAABBAAAAPgAAAj4AAAFYAAAAAAAAAFgAAAAVAAACFQAAA1gAAAAVAAACFQAAAFgAAABYAAAAWAAAAEMAAABYAAAAQQAAAD4AAAA+AAABWAAAAAAAAAAVAAAAFQAAAhUAAAAVAAAAFQAAABUAAAFYAAAAQQAAABUAAABDAAAAWAAAAA== + - ind: 1,0 + tiles: PgAAAj4AAAE+AAAAWAAAAFcAAAAVAAADFQAAARUAAAAVAAACFQAAABUAAAFYAAAAWAAAAFgAAABDAAAAWAAAAD4AAAE+AAAAPgAAAFgAAABXAAAAFQAAAhUAAAMVAAAAFQAAABUAAAAVAAABFQAAAj4AAAEVAAABRAAAAFgAAAA+AAADPgAAAD4AAAJYAAAAAAAAABUAAAEVAAAAFQAAARUAAAIVAAACFQAAAlgAAABYAAAAWAAAAEMAAABYAAAAPgAAAj4AAAE+AAAAWAAAAAAAAABYAAAAFQAAABUAAABYAAAAFQAAAxUAAAJYAAAAAAAAAFgAAABDAAAAWAAAAD4AAAE+AAADPgAAA1gAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABYAAAAQwAAAFgAAAA+AAACPgAAAz4AAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAABYAAAAPgAAAz4AAAM+AAADFQAAAz4AAAM+AAAAPgAAAT4AAAE+AAAAPgAAAD4AAAA+AAAAPgAAAj4AAAI+AAAAFQAAAUEAAAA+AAABPgAAAhUAAAM+AAADPgAAAz4AAAE+AAABPgAAAD4AAAI+AAACPgAAAT4AAAE+AAADQQAAABUAAAJBAAAAQQAAAD4AAAEVAAACPgAAAz4AAAM+AAABCwAAAEEAAAA+AAACPgAAAD4AAAFBAAAAPgAAA0EAAAAVAAADWAAAAFgAAABYAAAAWAAAAFgAAAAVAAABWAAAAFgAAAAVAAACGQAAABUAAANYAAAAWAAAAFgAAABYAAAAWAAAAFUAAANVAAACVQAAARUAAANVAAAAVQAAAFUAAAFYAAAAFQAAABkAAAAVAAACWAAAAD4AAAM+AAAAWAAAAD4AAANVAAADVQAAAFUAAAEVAAABVQAAAFUAAAJVAAADWAAAABUAAAAZAAAAFQAAAlgAAABBAAAAPgAAAFgAAABBAAAAVQAAAlUAAAJVAAAAWAAAAFUAAAJVAAABVQAAAFgAAAAVAAADGQAAABUAAAFYAAAAPgAAAj4AAABYAAAAPgAAAFUAAAFVAAAAVQAAAFgAAABVAAAAVQAAAlUAAABYAAAAFQAAARkAAAAVAAABWAAAAD4AAAI+AAAAWAAAAD4AAAJVAAADVQAAA1UAAANVAAABVQAAAlUAAANVAAABWAAAABUAAAAVAAAAFQAAAFgAAAAVAAADFQAAAhUAAAAVAAACWAAAAFUAAANVAAABWAAAAFgAAABYAAAAWAAAAFgAAAAVAAABFQAAAhUAAABYAAAAFQAAABUAAAEVAAADFQAAAA== + - ind: -1,1 + tiles: WAAAAFgAAABYAAAAWAAAAFgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABIAAAAWAAAAEgAAAAVAAAAFQAAAFgAAAAUAAAANQAAADUAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAAxUAAAAUAAAAWAAAAD4AAAILAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEEAAABKAAABWAAAABUAAAEVAAADPgAAAUoAAAALAAAAPgAAAVgAAABKAAABWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAQQAAAFgAAAAVAAAAFQAAAkEAAAAUAAAAPgAAAgsAAABYAAAAWAAAAFgAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAARUAAAA+AAAAWAAAABQAAABYAAAASAAAAFgAAABJAAAAFQAAAUgAAABBAAAASgAAAEEAAABBAAAAWAAAABUAAAMVAAACWAAAAFgAAABIAAAAWAAAAFgAAABYAAAAWAAAABUAAANBAAAAQQAAAEoAAABBAAAAQQAAAFgAAABYAAAAWAAAAEEAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAAAVAAABWAAAAFgAAABYAAAAWAAAAFgAAABIAAAASAAAAEgAAABBAAAAWAAAAFgAAABYAAAAWAAAAEgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASgAAAEEAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAAWAAAAEgAAABYAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAD4AAAJYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAAAAAABKAAADWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAFgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAAAAAAAASAAAAFgAAABYAAAAWAAAAEkAAABIAAAAQQAAAFgAAABYAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAAAAAAD4AAAM+AAADWAAAAEgAAABYAAAAWAAAAEEAAABBAAAAWAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAAAPgAAAlgAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAAAAAAAAAAAAAFgAAABBAAAAQQAAAEEAAABBAAAAPgAAAz4AAANYAAAAVQAAA1UAAAJVAAACWAAAAEkAAABYAAAAWAAAAFgAAABYAAAAQQAAAD4AAAM+AAAAPgAAAg== + - ind: 0,1 + tiles: FQAAARUAAAAVAAABFQAAAxUAAAEVAAACFQAAAxUAAAMVAAACFQAAAhUAAAIVAAAAFQAAARUAAAEVAAADFQAAABUAAAEVAAACFQAAAxUAAAMVAAABFQAAARUAAAEVAAACFQAAAhUAAAEVAAADFQAAAhUAAAMVAAAAFQAAAxUAAAIVAAACFQAAARUAAAJYAAAAWAAAAFgAAAAVAAADWAAAAFgAAABYAAAAWAAAABUAAAJYAAAAWAAAAFgAAABYAAAAFQAAAhUAAAIVAAAAWAAAAFYAAAFWAAAAVgAAAFYAAAFWAAACFQAAAkEAAAA+AAACPgAAAlgAAAAYAAAAGAAAABUAAAIVAAAAFQAAAFgAAABWAAACVgAAAlYAAANWAAAAVgAAAFgAAAAVAAADPgAAAj4AAAJYAAAAGAAAABgAAAAVAAAAFQAAAhUAAABYAAAAVgAAA1YAAABWAAAAVgAAA1YAAANYAAAAFQAAAD4AAAA+AAADWAAAABgAAAAYAAAAWAAAAFgAAABYAAAAWAAAAFYAAAJWAAAAVgAAA1YAAAFWAAACWAAAABUAAAI+AAABPgAAAxUAAAEYAAAAGAAAAEgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAGAAAABgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEgAAABIAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAASAAAAFgAAABYAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFgAAABBAAAAWAAAAAAAAAAAAAAAWAAAAFgAAAABAAAAWAAAAAEAAABYAAAAAQAAAFgAAAAAAAAAAAAAAFgAAABYAAAAQQAAAFgAAABYAAAAWAAAAFgAAAABAAAAWAAAAFgAAABIAAAAAQAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAA== + - ind: 1,1 + tiles: FQAAAxUAAAEVAAACFQAAAhUAAAIVAAAAFQAAARUAAAAVAAAAFQAAARUAAAFYAAAAFQAAAhUAAAEVAAACFQAAAxUAAAEVAAACFQAAARUAAAAVAAADFQAAAxUAAAAVAAADFQAAABUAAAIVAAACFQAAAxUAAAMVAAAAFQAAAh0AAAAVAAAAWAAAAFgAAABYAAAAFQAAARUAAAEVAAAAFQAAAxUAAAAVAAACFQAAAhUAAAEVAAABFQAAAhUAAAIdAAAAGAAAABgAAAAYAAAAWAAAAFgAAABYAAAAFQAAAVgAAAA+AAABPgAAAD4AAABYAAAAFQAAARUAAAEVAAADHQAAABgAAAAYAAAAGAAAAFgAAAAVAAAAFQAAAC4AAAAuAAAALgAAAC4AAAAuAAAAWAAAABUAAAAVAAADFQAAAlgAAAAYAAAAGAAAABgAAABYAAAAFQAAABUAAAAuAAAALgAAAC4AAAAuAAAALgAAABUAAAEVAAADFQAAAxUAAAFYAAAAGAAAABgAAAAYAAAAWAAAABUAAAAVAAAALgAAAC4AAAAuAAAALgAAAC4AAABYAAAAFQAAABUAAAIVAAAAWAAAABgAAAAYAAAAGAAAAFgAAAAVAAAAFQAAABUAAAAVAAAAFQAAABUAAAAVAAAAWAAAABUAAAMVAAAAFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAACWAAAABUAAAFYAAAAWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAWAAAAAAAAAAAAAAAAAAAAFcAAABYAAAANAAAADQAAAA0AAAAWAAAAFgAAABBAAAAVQAAAFgAAABYAAAAWAAAAFgAAABXAAAAWAAAAFgAAABYAAAAWAAAABUAAAFYAAAAFQAAA1gAAABYAAAAPgAAA1UAAANYAAAAAAAAAAAAAABXAAAAAAAAAFgAAABYAAAAFQAAABUAAAEVAAACFQAAAhUAAAIVAAADQQAAAEEAAABVAAACWAAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAABUAAAMVAAAAFQAAAxUAAAMVAAABFQAAA1gAAABYAAAAVQAAA1gAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAFgAAAAVAAABFQAAABUAAAMVAAAAFQAAARUAAAE+AAABWAAAAFgAAABYAAAAAAAAAAAAAABXAAAAAAAAAFgAAABYAAAAFQAAABUAAAEVAAACFQAAABUAAAMVAAAASQAAAEEAAABYAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAABUAAAEVAAACFQAAAxUAAAAVAAACFQAAAw== + - ind: -2,-2 + tiles: PgAAAVgAAABYAAAASAAAAEgAAABYAAAAPgAAAj4AAAE+AAADPgAAAlgAAAA+AAADPgAAAj4AAANYAAAAWAAAABUAAAJYAAAAFQAAABUAAAAVAAACWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAj4AAANBAAAAWAAAAFgAAAA+AAABWAAAABUAAAAVAAABFQAAA1gAAABBAAAAWAAAAEgAAABIAAAAWAAAAD4AAAI+AAACQQAAABUAAABYAAAAPgAAAVgAAAAVAAAAFQAAAxUAAANYAAAAQQAAAFgAAABIAAAASAAAAFgAAAA+AAADPgAAAUEAAABYAAAAWAAAAD4AAAJYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAA+AAAAPgAAAj4AAAI+AAABFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAAkEAAAA+AAACPgAAAT4AAAE+AAABPgAAAFgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAQQAAAD4AAAA+AAACPgAAAj4AAANYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAM+AAABPgAAAT4AAAJYAAAAFQAAAxUAAAEVAAAAWAAAAFgAAAA+AAAAWAAAABUAAAEVAAAAWAAAAD4AAAJBAAAAQQAAAEEAAAA+AAADWAAAAD4AAAE+AAABPgAAAlgAAABIAAAAPgAAA1gAAABIAAAASAAAABUAAAA+AAAAQQAAAEEAAABBAAAAPgAAAlgAAAA+AAAAPgAAAz4AAAFYAAAASAAAAD4AAAMVAAAASAAAAEgAAABYAAAACwAAAEEAAABBAAAAQQAAAD4AAAAVAAADQQAAAD4AAAA+AAAAWAAAAFgAAAA+AAADWAAAABUAAAMVAAACWAAAAD4AAAA+AAADPgAAAD4AAAA+AAADWAAAAEEAAABBAAAAPgAAAFgAAABYAAAAFQAAA1gAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAPgAAAj4AAABYAAAASgAAAD4AAAA+AAAAPgAAAT4AAAA+AAACFQAAAEEAAABBAAAAPgAAAT4AAAI+AAAAPgAAAz4AAAM+AAADWAAAAEEAAAA+AAAAPgAAAD4AAAE+AAABPgAAABUAAAM+AAACPgAAAj4AAAM+AAABPgAAAz4AAAM+AAADPgAAAFgAAABYAAAAPgAAAz4AAABBAAAAPgAAAEEAAAAVAAAAQQAAAEEAAAA+AAAAPgAAAj4AAAA+AAABPgAAAD4AAAFYAAAAWAAAAA== + - ind: -1,-2 + tiles: WAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAM+AAACQQAAAEEAAABYAAAAAAAAAFgAAABYAAAAQQAAAEgAAABIAAAAWAAAAFgAAABYAAAASAAAAFgAAAA+AAACPgAAAT4AAABYAAAAWAAAAAAAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAWAAAAFgAAAAVAAADPgAAAz4AAAA+AAABWAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAE+AAAAPgAAAVgAAABYAAAAWAAAAD4AAAI+AAACFQAAAT4AAAE+AAAAPgAAAkEAAABBAAAAPgAAAj4AAAM+AAAAPgAAAz4AAAI+AAADPgAAABUAAAFBAAAAPgAAAhUAAAM+AAAAQQAAAD4AAAA+AAABPgAAAD4AAAM+AAACPgAAAjMAAAA+AAAAPgAAAD4AAAAVAAAAPgAAAj4AAAEVAAABPgAAAT4AAAI+AAACPgAAAD4AAAM+AAAAPgAAAT4AAAI+AAAAPgAAAT4AAAE+AAABFQAAAlgAAABYAAAAWAAAAFgAAAAVAAACWAAAABUAAAAVAAACWAAAAFgAAAA+AAABPgAAAD4AAAJYAAAAWAAAAFgAAABIAAAAWAAAAC0AAAAtAAAALQAAAC0AAAAtAAAALQAAAC0AAABYAAAAPgAAAz4AAAE+AAADWAAAAAAAAAAAAAAASAAAAFgAAAAtAAAALQAAAC0AAAAtAAAALQAAAC0AAAAtAAAAWAAAABUAAAIVAAAAFQAAA1gAAAAAAAAAAAAAAFgAAABYAAAALQAAAC0AAAAtAAAALQAAAC0AAAAtAAAALQAAAFgAAAA+AAADPgAAAz4AAAFYAAAAWAAAAFgAAABWAAACWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAA1gAAABYAAAAPgAAAD4AAAM+AAABFQAAA1gAAABYAAAAQQAAAEEAAABBAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAD4AAAA+AAADPgAAAlgAAABYAAAAWAAAAEEAAABKAAACQQAAAFgAAABYAAAAWAAAABUAAABIAAAAWAAAAFgAAAA+AAADPgAAAT4AAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAT4AAAE+AAACWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAAWAAAAD4AAAA+AAACPgAAAVgAAABYAAAAWAAAAA== + - ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAWAAAAEMAAAA+AAABPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAPgAAAj4AAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAE+AAACWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADPgAAAz4AAAE+AAAAPgAAAT4AAAM+AAAAPgAAAT4AAAE+AAACPgAAAz4AAAAVAAAAPgAAAz4AAABBAAAAPgAAAD4AAAA+AAACPgAAAj4AAAAzAAAAPgAAAT4AAAIzAAAAPgAAAD4AAAA+AAACFQAAAj4AAAI+AAACQQAAAEEAAAA+AAABPgAAAT4AAAI+AAACPgAAAT4AAAI+AAACPgAAAz4AAAE+AAACPgAAABUAAAI+AAADQQAAAEEAAAA+AAACPgAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAMAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAWAAAAD4AAAM+AAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFgAAAA+AAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABYAAAAPgAAAT4AAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAI+AAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFgAAAAVAAACFQAAA1gAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAABYAAAAPgAAAj4AAABYAAAAWAAAAEgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAWAAAAD4AAAE+AAACWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABIAAAASAAAAFgAAABYAAAAAAAAAFgAAAA+AAACPgAAAQ== + - ind: 1,-2 + tiles: PgAAAVgAAABYAAAAWAAAAFgAAABYAAAAFQAAAFgAAABYAAAAWAAAAEEAAABYAAAAWAAAABUAAAJYAAAAWAAAAEEAAABYAAAASAAAAEEAAABYAAAAQgAAAUIAAAJCAAAAQgAAAFgAAABJAAAAWAAAAFYAAAJWAAABVgAAA1YAAAE+AAAAWAAAAEEAAABIAAAAWAAAAEIAAAFCAAAAQgAAAkIAAAJYAAAASAAAAFgAAABWAAACVgAAA1YAAAJWAAACPgAAAVgAAABIAAAASAAAAFgAAABCAAAAQgAAA0IAAAFCAAAAWAAAAEkAAABYAAAAVgAAAlYAAAFWAAADVgAAAj4AAAJYAAAAQQAAAEEAAABYAAAAQgAAAkIAAAFCAAABQgAAAFgAAABJAAAAWAAAAFYAAANWAAAAVgAAAVYAAAA+AAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAAVgAAABYAAAAWAAAAFgAAAAVAAACWAAAAFgAAABYAAAAPgAAAxUAAAA1AAAAFQAAAz4AAAM+AAADPgAAAj4AAAA+AAACPgAAAT4AAAM+AAAAPgAAAz4AAAI+AAAAFQAAAD4AAAEVAAADNQAAABUAAAI+AAAAPgAAAz4AAAA+AAADPgAAAD4AAAM+AAABPgAAAj4AAAM+AAABPgAAAxUAAANBAAAAWAAAAFgAAABYAAAAPgAAAT4AAAE+AAACPgAAAT4AAAA+AAACPgAAAD4AAAA+AAAAPgAAAT4AAAFYAAAAPgAAAlgAAAA+AAACPgAAAT4AAAE+AAAAPgAAAj4AAAE+AAABPgAAAD4AAAI+AAABPgAAAD4AAAE+AAABPgAAAj4AAAFYAAAAPgAAAD4AAAE+AAACPgAAAD4AAAA+AAADPgAAAT4AAAA+AAADPgAAAz4AAAE+AAABPgAAAD4AAAA+AAACWAAAAD4AAAE+AAACWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAACFQAAAFgAAABYAAAAWAAAAFgAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAABYAAAAWAAAAD4AAAM+AAADPgAAAT4AAAA+AAABPgAAAT4AAAI+AAAAPgAAAj4AAAE+AAACPgAAAz4AAAM+AAACPgAAAD4AAAM+AAADPgAAAT4AAAM+AAACPgAAAj4AAAE+AAACPgAAAj4AAAI+AAACPgAAAT4AAAI+AAACPgAAAz4AAAM+AAADPgAAAD4AAAI+AAABPgAAAD4AAAI+AAADPgAAAj4AAAE+AAAAPgAAAT4AAAA+AAAAPgAAAD4AAAM+AAABPgAAAw== + - ind: 2,0 + tiles: PgAAAD4AAAI+AAADFQAAAz4AAAA+AAABPgAAAD4AAAA+AAABPgAAAkEAAABBAAAAQQAAAD4AAAI+AAAAPgAAAj4AAAI+AAAAPgAAAxUAAAE+AAABPgAAAT4AAAE+AAAAPgAAAD4AAAI+AAABQQAAAD4AAAE+AAACPgAAAT4AAAA+AAACPgAAAT4AAAAVAAABQQAAAD4AAAA+AAAAPgAAAz4AAAI+AAABPgAAAT4AAAE+AAAAPgAAAT4AAAE+AAABQQAAAD4AAAA+AAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAABUAAAJYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAA+AAABPgAAAVgAAAA+AAABPgAAAj4AAAM+AAABFQAAAxUAAAEVAAABWAAAAFgAAABBAAAAQQAAAEEAAAA+AAAAPgAAAEEAAABYAAAAPgAAAUEAAAA+AAABPgAAAxUAAAIVAAACFQAAAFgAAABBAAAAQQAAAEEAAABBAAAAPgAAAz4AAAM+AAADWAAAAFgAAABYAAAAWAAAAFgAAAAVAAADFQAAABUAAABYAAAAQQAAAAsAAAA+AAAAPgAAAD4AAAE+AAABPgAAAFgAAAA+AAAAPgAAAT4AAAI+AAADFQAAAxUAAAEVAAAAWAAAAEEAAAA+AAACPgAAAT4AAAE+AAADPgAAAz4AAABYAAAAPgAAAEEAAAA+AAACPgAAABUAAAAVAAAAFQAAAFgAAABBAAAAPgAAAgsAAAA+AAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAACFQAAABUAAANYAAAAQQAAAD4AAAA+AAAAPgAAAz4AAAFYAAAAPgAAAD4AAAJYAAAAPgAAAj4AAANYAAAAFQAAAxUAAAEVAAADWAAAAEEAAAA+AAACPgAAAD4AAAA+AAACWAAAAEEAAAA+AAABWAAAAD4AAAA+AAADFQAAAxUAAAEVAAABFQAAAVgAAABBAAAAQQAAAEoAAANBAAAAPgAAA1gAAAA+AAADPgAAA1gAAAA+AAAAPgAAAVgAAAAVAAABFQAAARUAAAJYAAAAQQAAAEEAAABBAAAAQQAAAD4AAANYAAAAPgAAAD4AAABYAAAAWAAAAFgAAABYAAAAFQAAAxUAAAEVAAACWAAAAFgAAABYAAAAWAAAAEEAAAAVAAADFQAAABUAAAAVAAAAFQAAABUAAAEVAAADFQAAABUAAAAVAAABFQAAARUAAAA+AAADPgAAAxUAAAELAAAAFQAAABUAAAMVAAADFQAAARUAAAAVAAAAFQAAAhUAAAAVAAAAFQAAAhUAAAMVAAAAPgAAAD4AAAEVAAADCwAAAA== + - ind: 2,1 + tiles: FQAAABUAAAAVAAADFQAAARUAAAEVAAADFQAAAhUAAAIVAAAAFQAAABUAAANYAAAAWAAAAFgAAABYAAAAQQAAAB0AAABYAAAALgAAAC4AAAAuAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAQQAAAEEAAAAdAAAAWAAAAD4AAAI+AAACPgAAAFgAAABVAAADVQAAA1UAAAFVAAABVQAAAlgAAABBAAAAQQAAAEEAAABBAAAAHQAAAFgAAAA+AAABPgAAAj4AAAFYAAAAVQAAAlUAAAJVAAACVQAAAVUAAAEVAAADQQAAAEEAAABBAAAAQQAAAFgAAABYAAAAPgAAAT4AAAA+AAABFQAAAVUAAAFVAAADVQAAAFUAAANVAAAAFQAAAUEAAABBAAAACwAAAAsAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABVAAAAVQAAA1UAAABVAAACVQAAAlgAAABBAAAAQQAAAAsAAABKAAACWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADPgAAAVgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAj4AAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAAWAAAAD4AAAI+AAADSAAAAEgAAABYAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEgAAABBAAAASAAAAEgAAAAVAAAAWAAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAA1gAAABYAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAQQAAAFgAAABJAAAAWAAAABUAAANYAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAASQAAAFgAAABBAAAAPgAAAFgAAAAVAAACWAAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAlgAAABBAAAAWAAAAD4AAAFYAAAAFQAAAVgAAABYAAAAAAAAAFcAAABXAAAAVwAAAAAAAAAAAAAAWAAAAFgAAABBAAAAQQAAAEkAAABYAAAAWAAAAA== + - ind: 2,-1 + tiles: FQAAAVgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAJBAAAAPgAAAT4AAAJBAAAAWAAAAEgAAABIAAAAWAAAAEgAAABIAAAAWAAAAFgAAABYAAAAVQAAAEEAAAA+AAAAPgAAAj4AAAM+AAADPgAAAVgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAD4AAANYAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAA+AAADWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAAAPgAAAVgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABYAAAAWAAAAEEAAABYAAAAPgAAAD4AAAI+AAACWAAAAFUAAAJYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABIAAAAWAAAAFgAAABYAAAAQQAAAD4AAAM+AAABPgAAAVgAAABVAAADVQAAA1UAAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADPgAAAT4AAAFYAAAAVQAAAlUAAANVAAAAVQAAABUAAAJVAAAAVQAAAVUAAAFVAAABWAAAAFgAAABYAAAAPgAAAD4AAAI+AAACFQAAAVUAAANVAAAAVQAAAlUAAABYAAAAVQAAAVUAAAJVAAABVQAAA1gAAABIAAAASAAAAD4AAAE+AAABQQAAAFgAAABVAAACVQAAAFUAAAFVAAABWAAAAFUAAAFVAAAAVQAAAVUAAABYAAAASAAAAEgAAABBAAAAQQAAAEEAAABYAAAAVQAAAlUAAAJVAAADVQAAABUAAABVAAADVQAAAlUAAANVAAABWAAAAEgAAABIAAAAQQAAAD4AAAM+AAAAWAAAAFgAAABYAAAAFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAAAWAAAAA== + - ind: -2,1 + tiles: WAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAACPgAAAD4AAABYAAAASAAAAD4AAAE+AAABPgAAAD4AAAA+AAADWAAAAD4AAAM+AAABPgAAAz4AAAJYAAAAPgAAAD4AAAM+AAACWAAAAFgAAAA+AAAAPgAAAT4AAAE+AAADPgAAAhUAAAE+AAADPgAAAj4AAAM+AAAAWAAAAD4AAAA+AAABPgAAAFgAAABYAAAAPgAAAT4AAAE+AAABPgAAAT4AAAIVAAAAPgAAAD4AAAA+AAADPgAAAlgAAAA+AAADPgAAAD4AAANYAAAAQQAAAD4AAAE+AAABWAAAAFgAAABYAAAAWAAAAD4AAAI+AAABPgAAAz4AAAMVAAABPgAAAj4AAAM+AAADWAAAAD4AAAA+AAADPgAAA1gAAAA+AAADPgAAAVgAAAA+AAAAPgAAAz4AAAA+AAABFQAAAj4AAAA+AAACPgAAAVgAAAA+AAABPgAAAj4AAAEVAAADCwAAAD4AAAI+AAABPgAAAD4AAAM+AAABPgAAAVgAAAA+AAACPgAAAT4AAAJYAAAAWAAAAD4AAAM+AAACWAAAAD4AAAA+AAADWAAAAD4AAAM+AAADPgAAAD4AAAFYAAAAPgAAAT4AAAE+AAACFQAAAEEAAAA+AAADPgAAA1gAAAA+AAABWAAAAFgAAAA+AAACPgAAAj4AAAM+AAADWAAAAD4AAAM+AAACPgAAA1gAAABBAAAAPgAAAD4AAAILAAAAPgAAAwsAAAA+AAABCwAAAD4AAAM+AAAAPgAAAlgAAAA+AAACPgAAAD4AAABYAAAAWAAAAD4AAAI+AAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAA+AAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAI+AAACPgAAAlgAAABYAAAAPgAAAj4AAABYAAAAWAAAAEkAAABJAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAABPgAAAT4AAABYAAAAWAAAAFgAAABYAAAAWAAAAEEAAABYAAAAWAAAAFgAAABVAAADVQAAAVUAAAFYAAAAPgAAAT4AAAE+AAACFQAAAD4AAAJYAAAAWAAAAFgAAABYAAAAWAAAAEoAAABYAAAAVQAAAVUAAAFVAAABWAAAAD4AAAI+AAAAPgAAAxUAAAA+AAADWAAAAFgAAABYAAAAQQAAAFgAAABYAAAAWAAAAFUAAAJVAAACVQAAAFgAAAA+AAADPgAAAD4AAAJYAAAAPgAAAg== + - ind: 3,1 + tiles: QQAAAEEAAABBAAAAPgAAAiwAAAAsAAAALAAAAD4AAAFBAAAACwAAAEEAAABBAAAAPgAAAT4AAAM+AAAAWAAAAEEAAABBAAAAQQAAAD4AAAEsAAAALAAAACwAAAA+AAADQQAAAEEAAABBAAAAQQAAAFgAAABYAAAAWAAAAFgAAABBAAAAQQAAAEEAAAA+AAACPgAAAD4AAAM+AAABPgAAAUEAAABBAAAAQQAAAEoAAAM+AAADPgAAAj4AAAJYAAAAQQAAAEEAAABBAAAACwAAAD4AAAI+AAACPgAAAD4AAAFBAAAAQQAAAEEAAABBAAAAPgAAAT4AAAE+AAAAWAAAAAsAAAALAAAAQQAAAEEAAABBAAAAQQAAAEEAAABBAAAAQQAAAEEAAABBAAAAQQAAAFgAAABYAAAAWAAAAFgAAABBAAAACwAAAEoAAAJBAAAACwAAAEoAAAJBAAAACwAAAEoAAABBAAAAQQAAAEoAAAJLAAAASwAAAksAAAFLAAADWAAAAD4AAAI+AAAAWAAAAD4AAAA+AAAAWAAAAD4AAAM+AAADWAAAAD4AAAI+AAABWAAAAEsAAANLAAABSwAAAVgAAAA+AAADPgAAA1gAAAA+AAAAPgAAAlgAAAA+AAADPgAAAVgAAAA+AAABPgAAAVgAAABLAAADWAAAAEsAAAJYAAAAPgAAAj4AAABYAAAAPgAAAj4AAABYAAAAPgAAAT4AAAJYAAAAPgAAAD4AAANYAAAAOwAAAFgAAAA7AAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEEAAABBAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAWAAAAEEAAABBAAAAWAAAAFgAAABYAAAASAAAAEEAAABIAAAAPgAAAFgAAABYAAAAPgAAAFgAAABYAAAAWAAAAFgAAABBAAAAWAAAAFgAAABYAAAAWAAAAD4AAAM+AAAAPgAAAlgAAABYAAAAPgAAAj4AAABBAAAAPgAAAVgAAAA+AAABPgAAAkkAAABYAAAAWAAAAFgAAAA+AAADPgAAAD4AAABYAAAAWAAAAD4AAABBAAAAFQAAAhUAAABYAAAAPgAAAT4AAAJJAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAAAQQAAAFgAAABKAAABWAAAAFgAAABYAAAALgAAAC4AAABBAAAAQQAAAFUAAABYAAAAAAAAAAAAAABYAAAAFQAAAQ== + - ind: 3,0 + tiles: PgAAAj4AAAI+AAABPgAAAj4AAAI+AAACPgAAAVgAAABYAAAASgAAA1gAAABYAAAAWAAAAFgAAABYAAAASAAAAD4AAAI+AAAAPgAAAz4AAAM+AAADPgAAAkEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEoAAAI+AAACPgAAAT4AAAM+AAAAPgAAAUEAAABBAAAAWAAAAFgAAABYAAAAWAAAAEgAAABJAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEEAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAAMVAAABWAAAAEEAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAQQAAAEEAAABBAAAAQQAAAEEAAAAVAAADSAAAAEgAAABBAAAAQQAAAEEAAABBAAAAQQAAAEEAAABBAAAAPgAAAT4AAAILAAAAPgAAAD4AAAJBAAAAWAAAAEgAAABIAAAAPgAAAD4AAANBAAAAWAAAAFgAAABBAAAAQQAAAD4AAAI+AAADPgAAAj4AAAE+AAABQQAAAFgAAABIAAAASAAAAAsAAAA+AAACPgAAAT4AAAM+AAABPgAAAQsAAAALAAAAPgAAAj4AAAA+AAAAPgAAA0EAAABYAAAASAAAAEgAAAA+AAABPgAAAD4AAAE+AAADPgAAAj4AAAI+AAAAPgAAAD4AAAA+AAADPgAAAz4AAABBAAAAWAAAAFgAAABYAAAACwAAAD4AAAJBAAAAQQAAAEEAAABBAAAAQQAAAEEAAABBAAAAQQAAAEEAAABBAAAAQQAAAFgAAABLAAADOwAAAD4AAAE+AAADQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEEAAABBAAAACwAAAAsAAABYAAAASwAAAVgAAABYAAAAQQAAAEEAAABYAAAAPgAAAT4AAAI+AAAAWAAAAEEAAABBAAAAQQAAAEEAAABBAAAAWAAAAEsAAAI7AAAAQQAAAEEAAABKAAABWAAAAD4AAAA+AAACPgAAAVgAAABKAAABQQAAAEEAAABBAAAAWAAAAFgAAABLAAAAWAAAAEEAAABBAAAAQQAAAFgAAAA+AAADPgAAAD4AAANYAAAASgAAAkoAAAFKAAABQQAAAEsAAAFLAAADSwAAAzsAAABBAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAEEAAAALAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAAQQAAADMAAABBAAAAPgAAAT4AAAALAAAAPgAAAD4AAAMLAAAAMwAAAAsAAABKAAADPgAAAj4AAAI+AAAAWAAAAA== + - ind: 3,-1 + tiles: WAAAAAAAAAAAAAAAWAAAABUAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAAAWAAAAD4AAAI+AAAAPgAAAT4AAAA+AAAAPgAAA1gAAABYAAAAFQAAAlgAAABYAAAASAAAAEgAAABBAAAAQQAAAEEAAAA+AAADPgAAAT4AAAE+AAABPgAAAD4AAAM+AAADPgAAAUEAAABBAAAAWAAAAFgAAABYAAAAPgAAAEEAAAA+AAACPgAAAz4AAAE+AAABQQAAAD4AAAM+AAADPgAAAD4AAAFBAAAAPgAAAkgAAABYAAAAJQAAAD4AAAI+AAADPgAAAD4AAAM+AAACPgAAAT4AAAE+AAABPgAAAz4AAAE+AAACPgAAAUEAAABYAAAAWAAAACUAAAA+AAAAPgAAAj4AAAA+AAADPgAAAD4AAAI+AAABPgAAAz4AAAA+AAAAPgAAAT4AAAI+AAACWAAAAD4AAAA+AAADPgAAAT4AAAIlAAAAJQAAAFgAAABYAAAAWAAAAFgAAABYAAAAJQAAACUAAAA+AAADPgAAARUAAAFBAAAAPgAAAD4AAAI+AAADJQAAACUAAABYAAAAWAAAAFgAAABYAAAAWAAAACUAAAAlAAAAPgAAAD4AAAFYAAAAQQAAAEEAAAA+AAAAPgAAASUAAAAlAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAlAAAAJQAAAD4AAAI+AAACWAAAAEEAAAAlAAAAPgAAAz4AAAE+AAABQQAAAD4AAAM+AAAAPgAAAj4AAAI+AAADPgAAAD4AAAI+AAABQQAAAFgAAABYAAAAJQAAAD4AAAA+AAAAPgAAAj4AAAM+AAABPgAAAT4AAAE+AAACPgAAAj4AAAI+AAABQQAAAEEAAABYAAAAWAAAAFgAAABBAAAAQQAAAEEAAABYAAAAWAAAAFgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAABYAAAAFQAAAhUAAAIVAAABWAAAAEkAAABIAAAASQAAAFgAAABVAAAAVQAAA1UAAAJVAAADVQAAAkgAAABYAAAAWAAAAD4AAAA+AAACPgAAAVgAAABYAAAASQAAAFgAAABYAAAAVQAAAlUAAABVAAAAVQAAAVUAAAJIAAAAWAAAAD4AAAI+AAADPgAAAj4AAAE+AAADWAAAAEgAAABYAAAAWAAAAFUAAANVAAACVQAAAFUAAAJVAAABWAAAAFgAAAA+AAACPgAAA0EAAAA+AAAAPgAAAhUAAANYAAAAWAAAAFgAAABVAAADVQAAAVUAAANVAAADVQAAAA== + - ind: 2,-2 + tiles: WAAAAFgAAABBAAAAQQAAAD4AAANYAAAAWAAAAFgAAABYAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFYAAAIVAAADPgAAAj4AAAM+AAAAFQAAAkgAAABIAAAAWAAAAAAAAAAAAAAAWAAAADYAAAA2AAAANgAAADYAAABWAAACWAAAAD4AAAA+AAABPgAAAFgAAABIAAAASAAAAFgAAAAAAAAAAAAAAFgAAAA2AAAAKQAAACkAAAApAAAAVgAAAFgAAAA+AAAAPgAAAj4AAAJYAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAANgAAACkAAAApAAAAKQAAAFYAAAJYAAAAPgAAAD4AAAM+AAABWAAAAFgAAABYAAAAWAAAADQAAAA0AAAAFQAAADYAAAA2AAAANgAAADYAAABYAAAAFQAAAkEAAAA+AAACPgAAAT4AAAA+AAACPgAAAz4AAAI0AAAANAAAAFgAAAA2AAAANgAAAFgAAABYAAAANQAAABUAAABBAAAAPgAAAD4AAAM+AAAAPgAAAz4AAAI+AAABNAAAADQAAABYAAAAWAAAAFgAAAAVAAADNgAAADUAAAAVAAADPgAAAD4AAAE+AAADWAAAAFgAAABYAAAAWAAAADQAAAA0AAAAFQAAAjYAAAA2AAAANgAAADYAAABYAAAAWAAAAD4AAAI+AAADQQAAAFgAAABXAAAAVwAAAFgAAABYAAAAWAAAAFgAAAA2AAAAKQAAACkAAAApAAAAPgAAAFgAAAA+AAADPgAAAEEAAABYAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABYAAAANgAAACkAAAApAAAAKQAAAD4AAANYAAAAPgAAAj4AAAI+AAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAWAAAADYAAAA2AAAANgAAADYAAAA+AAABWAAAAD4AAAE+AAACPgAAAVgAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAAAFQAAABUAAANYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAD4AAAE+AAABPgAAAT4AAAM+AAABPgAAAlgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAA+AAAAPgAAAD4AAAE+AAADPgAAAj4AAANYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAI+AAADPgAAAD4AAANYAAAAWAAAAFgAAABYAAAAAAAAAAAAAABYAAAAWAAAAEEAAAA+AAADWAAAAA== + - ind: -2,-3 + tiles: FQAAAUkAAAAVAAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAAMpAAAAFQAAARUAAABYAAAASwAAAxUAAAIVAAABFQAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAFgAAAAVAAAAKQAAABUAAAAVAAABWAAAAEsAAAFIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEEAAABYAAAAFQAAASkAAAAVAAAAFQAAAFgAAABLAAADQQAAAEEAAABBAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAAlgAAABYAAAAWAAAAEgAAABIAAAASAAAAEgAAABIAAAAWAAAAFgAAABYAAAASQAAAEgAAABYAAAAQQAAAD4AAAI+AAABPgAAABUAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEkAAABJAAAAFQAAAT4AAAI+AAACPgAAAz4AAAAVAAAAPgAAAlgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABIAAAASAAAAFgAAAA+AAABPgAAAkEAAABBAAAAFQAAAT4AAAMVAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAM+AAAAWAAAAFgAAAA+AAABWAAAAD4AAAI+AAACWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAWAAAABUAAAAVAAAAFQAAAFgAAABVAAACPgAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAQQAAAFgAAABBAAAAQQAAAEEAAABYAAAAVQAAAT4AAANBAAAAWAAAAEEAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAD4AAAM+AAADWAAAAFUAAAEVAAABWAAAAFgAAABBAAAAQQAAAFgAAAA+AAADPgAAAj4AAAM+AAABWAAAAEEAAAA+AAACPgAAAFgAAABYAAAAPgAAAz4AAANYAAAAWAAAAFgAAABYAAAAPgAAAkEAAAA+AAABPgAAA1gAAAA+AAAAPgAAAz4AAANYAAAAWAAAAD4AAAE+AAACFQAAAD4AAAA+AAABFQAAAz4AAAE+AAABPgAAAz4AAAM+AAAAPgAAAz4AAAI+AAAAWAAAAFgAAABBAAAAPgAAABUAAAM+AAABPgAAARUAAAE+AAACPgAAAUEAAAA+AAABWAAAAD4AAAA+AAAAPgAAA1gAAABYAAAAPgAAAj4AAAJYAAAAWAAAAFgAAABYAAAAPgAAAj4AAAI+AAABPgAAAhUAAAM+AAADPgAAAj4AAAJYAAAAWAAAAA== + - ind: -1,-3 + tiles: SwAAA0sAAABLAAABSwAAAEsAAABYAAAASwAAA0sAAANLAAAASwAAAksAAAJLAAAASwAAAUsAAABLAAAASwAAAUsAAAFLAAACSwAAA0sAAAJLAAACPgAAA0sAAAFLAAABSwAAAksAAAJLAAAASwAAAksAAAJLAAABSwAAAUsAAAJLAAAASwAAA0sAAANLAAABSwAAAlgAAABLAAAASwAAA0sAAANLAAABSwAAA0sAAAJLAAADSwAAA0sAAAFLAAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAD4AAAI+AAACWAAAAFgAAABYAAAAWAAAAFgAAAA+AAAAPgAAAEEAAAA+AAAAQQAAAD4AAAE+AAABPgAAAEEAAABBAAAAQQAAAD4AAAA+AAADPgAAAD4AAAI+AAADQQAAAEEAAABBAAAAPgAAADMAAAA+AAAAPgAAAj4AAAIzAAAAPgAAAD4AAAA+AAACQQAAAEEAAAA+AAADPgAAAT4AAAE+AAAAQQAAAEEAAAA+AAACPgAAAD4AAAM+AAAAPgAAAz4AAAI+AAAAPgAAAT4AAAJBAAAAPgAAAD4AAAM+AAACPgAAAVgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAACWAAAAD4AAAA+AAADQQAAAD4AAAE+AAACWAAAAFgAAABVAAABVQAAAlgAAABVAAABVQAAAlUAAANVAAACVQAAAFgAAABYAAAAFQAAARUAAAAVAAACWAAAAFgAAAAAAAAAVQAAA1UAAAIVAAABVQAAAlUAAABVAAAAVQAAAlUAAAFVAAADWAAAAD4AAAM+AAACPgAAAFgAAAAAAAAAAAAAAFUAAAFVAAACWAAAAFUAAAFVAAACVQAAAlUAAAFVAAAAVQAAAVgAAAA+AAACPgAAAz4AAAJYAAAAAAAAAAAAAABYAAAAWAAAAFgAAABVAAABVQAAAlUAAAFVAAACVQAAAFUAAAJYAAAAPgAAAD4AAAI+AAABWAAAAFgAAAAAAAAAWAAAAFgAAABYAAAAVQAAA1UAAAFVAAABVQAAAFUAAABYAAAAWAAAAD4AAAE+AAAAQQAAAEEAAABYAAAAAAAAAFgAAABYAAAAWAAAAFgAAAAVAAACWAAAAFgAAABYAAAAWAAAAEEAAAA+AAABPgAAA0EAAABBAAAAWAAAAAAAAABYAAAAWAAAAFgAAABYAAAAQQAAAEoAAAJBAAAAQQAAAFgAAABBAAAAPgAAAT4AAABBAAAAQQAAAFgAAAAAAAAAWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAQQAAAEEAAABYAAAAQQAAAD4AAAE+AAADQQAAAEEAAABYAAAAAAAAAA== + - ind: 0,-3 + tiles: SwAAA1gAAABLAAAAOwAAAEsAAAFLAAADSwAAA1gAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEsAAANLAAAASwAAAUsAAABLAAABSwAAAksAAABYAAAAWAAAAEgAAABIAAAASAAAAFgAAABYAAAAFQAAAVgAAABLAAADWAAAAEsAAANLAAABSwAAAUsAAANLAAACWAAAAFgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAVgAAABYAAAASwAAAVgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAAEEAAAA+AAABPgAAAkEAAAA+AAADPgAAAT4AAAEVAAADPgAAAj4AAAI+AAABPgAAAz4AAAA+AAADPgAAAD4AAAMzAAAAPgAAAj4AAAA+AAADMwAAAD4AAAE+AAAAFQAAAz4AAAI+AAACPgAAAj4AAAM+AAADPgAAAj4AAAA+AAAAPgAAAD4AAAE+AAABPgAAAz4AAAA+AAABPgAAABUAAAI+AAABPgAAAD4AAAA+AAADPgAAAD4AAAA+AAADPgAAAFgAAABBAAAAQQAAAEEAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAT4AAAJYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAE+AAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAVAAACFQAAAwAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAD4AAAEAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAABYAAAAWAAAAD4AAAI+AAADAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAWAAAAEMAAAA+AAABPgAAAQAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAFgAAABDAAADPgAAAjMAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAABYAAAAQwAAAD4AAAE+AAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAWAAAAEMAAAA+AAACPgAAAQ== + - ind: 1,-3 + tiles: WAAAAEEAAABYAAAASAAAAD4AAAI+AAADPgAAAVgAAAA+AAADPgAAAj4AAAFYAAAAVgAAAlYAAAJVAAADVQAAA1gAAABBAAAAWAAAAEgAAAA+AAACPgAAAj4AAANYAAAAQQAAAD4AAAA+AAABWAAAABUAAAJVAAABVQAAAxUAAAJYAAAAWAAAAFgAAABIAAAAPgAAAz4AAAA+AAAAWAAAAEEAAABBAAAAPgAAAlgAAABIAAAASAAAAEgAAABIAAAAWAAAAFgAAABYAAAAWAAAABUAAAFYAAAAWAAAAFgAAAAVAAADFQAAAhUAAANYAAAAWAAAAFgAAABYAAAAFQAAAT4AAAA+AAACPgAAAj4AAAI+AAAAPgAAAD4AAAA+AAACPgAAAT4AAAE+AAAAPgAAAj4AAAA+AAADPgAAAj4AAAE+AAADPgAAAj4AAAE+AAADPgAAAz4AAAI+AAADPgAAAD4AAAI+AAAAPgAAAj4AAAA+AAABPgAAAT4AAAA+AAAAPgAAAj4AAAM+AAAAPgAAAz4AAAA+AAAAPgAAAz4AAAI+AAAAPgAAAj4AAAA+AAAAPgAAAD4AAAA+AAACPgAAAT4AAAA+AAAAPgAAAT4AAAA+AAACPgAAAT4AAAJYAAAAWAAAAFgAAABYAAAAWAAAAD4AAABYAAAAWAAAAD4AAAE+AAABPgAAAj4AAAA+AAAAPgAAAVgAAAA+AAAAPgAAAD4AAAI+AAACPgAAAD4AAAI+AAACPgAAAlgAAAA+AAABFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAFQAAAlgAAABYAAAAWAAAAD4AAAFYAAAAAAAAAAAAAABYAAAAVQAAAVUAAAJVAAADWAAAAFYAAANWAAACVgAAAVYAAAJWAAADWAAAAAAAAAA+AAACWAAAAAAAAAAAAAAAWAAAAFUAAAFVAAABVQAAAhUAAAFWAAACVgAAAVYAAANWAAAAVgAAAVgAAAAAAAAAPgAAA1gAAAAAAAAAAAAAAFgAAABVAAACVQAAAFUAAABYAAAAVgAAAFYAAAJWAAADVgAAAFYAAABYAAAAAAAAAD4AAANYAAAAAAAAAAAAAABYAAAAVQAAAVUAAANVAAAAWAAAAFYAAANWAAACVgAAA1YAAAJWAAAAWAAAAAAAAAA+AAADWAAAAFgAAABYAAAAWAAAAFgAAAAVAAAAVQAAAlgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAA0EAAABIAAAASQAAAFgAAABIAAAASAAAAEgAAABYAAAAWAAAAEgAAABYAAAASAAAAFgAAABYAAAASAAAAA== + - ind: 2,-3 + tiles: VQAAAlYAAANWAAADWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAI+AAACPgAAAz4AAAI+AAACWAAAAFUAAAIVAAACVQAAAVgAAABYAAAAWAAAAEgAAABIAAAAWAAAAD4AAAI+AAAAPgAAAD4AAAE+AAADPgAAAxUAAAJIAAAASAAAAEgAAABYAAAAWAAAAFgAAABIAAAASAAAAFgAAAA+AAAAPgAAAD4AAAA+AAABPgAAAj4AAAAVAAABWAAAAFgAAABYAAAAWAAAABUAAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAI+AAAAPgAAAT4AAAM+AAADPgAAAz4AAAE+AAADFQAAAz4AAAI+AAADPgAAAT4AAAA+AAADPgAAAxUAAAM+AAABPgAAAz4AAAI+AAAAPgAAAT4AAAM+AAABPgAAAxUAAAI+AAADPgAAAz4AAAM+AAACPgAAAT4AAAEVAAADPgAAAj4AAAA+AAADPgAAAz4AAAM+AAACPgAAAj4AAAIVAAAAPgAAAD4AAAA+AAAAPgAAAT4AAAM+AAAAFQAAAz4AAAI+AAACPgAAAz4AAAA+AAACWAAAAFgAAABYAAAAWAAAAFgAAAAVAAAAFQAAABUAAAMVAAABFQAAAFgAAAA+AAAAPgAAAD4AAAI+AAADPgAAA1gAAAA+AAACPgAAAz4AAAM+AAABPgAAAz4AAAM+AAABPgAAAT4AAABYAAAAWAAAAFgAAAAVAAADFQAAAhUAAABYAAAAPgAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAAA+AAADWAAAAAAAAABYAAAAPgAAAT4AAAI+AAABWAAAAD4AAAFIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAPgAAABUAAAEAAAAAWAAAAD4AAAM+AAABPgAAAVgAAAA+AAABSAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAD4AAAJYAAAAAAAAAFgAAAA+AAACPgAAAz4AAAFYAAAAPgAAAj4AAAI+AAABPgAAAj4AAAI+AAADPgAAAD4AAAE+AAACWAAAAAAAAABYAAAAPgAAAT4AAAI+AAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAI+AAABPgAAA1gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAEEAAABBAAAAPgAAAj4AAAJYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 2,2 + tiles: WAAAAFgAAABYAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEkAAAA+AAABWAAAAFgAAAAVAAADQQAAAFgAAABYAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABBAAAAQQAAAFgAAABYAAAAQQAAAFgAAABYAAAAWAAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAAJYAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEEAAABYAAAAQQAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABBAAAAQQAAAEEAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAWAAAAEEAAABBAAAAQQAAAEEAAABKAAABVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAEEAAAA+AAAAQQAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABBAAAASAAAAEkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAAFgAAABVAAADQQAAAFUAAAJVAAADWAAAAFgAAABYAAAAPgAAAVgAAABYAAAAWAAAAFgAAABYAAAAVQAAAlUAAABYAAAAPgAAAlgAAABVAAADWAAAAFUAAAM+AAABVQAAAlgAAABVAAABWAAAAD4AAAA+AAAAWAAAAFUAAAJYAAAAPgAAAlUAAAI+AAABWAAAAFgAAABVAAADVQAAAVgAAABVAAABPgAAAlgAAAA+AAABPgAAAlgAAAA+AAABWAAAAFUAAAFYAAAAWAAAAFgAAABYAAAAWAAAAD4AAANYAAAAWAAAAFUAAAJYAAAAWAAAAD4AAAI+AAADPgAAAj4AAABYAAAAPgAAAUEAAAA+AAAAWAAAAFgAAABVAAABQQAAAD4AAAE+AAADWAAAAD4AAAM+AAAAWAAAAA== + - ind: 1,2 + tiles: SQAAAEEAAABYAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEkAAABBAAAAWAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABJAAAAQQAAAFgAAABXAAAAAAAAAAAAAABXAAAAVwAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4AAAE+AAADPgAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBAAAAQQAAAEEAAABYAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAQQAAAD4AAAFBAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAD4AAAI+AAACQQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABBAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAQQAAAFgAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAABUAAABYAAAAAAAAAAQAAAAEAAAABAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAVAAADWAAAAAAAAAAEAAACBAAAAAQAAAAEAAACBAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAFQAAA1gAAABYAAAABAAAAgQAAAIEAAABBAAAAgQAAAJYAAAAFQAAAhUAAAMVAAACFQAAARUAAANYAAAAPgAAAD4AAAI+AAADWAAAAAQAAAEEAAAABAAAAgQAAAEEAAACWAAAAEkAAABJAAAASQAAAEkAAABJAAAAFQAAAj4AAAI+AAACQQAAABUAAAEEAAACBAAAAgQAAAAEAAABBAAAAFgAAAAVAAACFQAAARUAAAIVAAADFQAAAFgAAAA+AAABQQAAAD4AAABYAAAABAAAAAQAAAAEAAAABAAAAQQAAAAEAAACAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAj4AAAA+AAABWAAAAA== + - ind: 0,-4 + tiles: SwAAAlgAAABLAAADSwAAA0sAAAJYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAAFYAAAASwAAAksAAAFLAAABWAAAAEgAAABYAAAAWAAAAFgAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAWAAAAEsAAAJLAAAASwAAAVgAAABYAAAAWAAAAFgAAABYAAAASwAAAEsAAABLAAADSwAAAEsAAAFLAAACSwAAAD4AAAJLAAAASwAAA0sAAABYAAAASAAAAFgAAABYAAAAWAAAAEsAAAIiAAAAIgAAAEsAAAEiAAAASwAAAksAAAJYAAAASwAAAEsAAAJLAAADWAAAAEgAAABYAAAAWAAAAFgAAAA+AAAAWAAAAFgAAAA+AAAAWAAAAD4AAAE+AAACWAAAAEsAAABLAAAASwAAAFgAAABYAAAAWAAAAEkAAABJAAAASwAAAFgAAABLAAAASwAAAVgAAABLAAADSwAAAlgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABJAAAASQAAAEsAAAFYAAAASwAAAEsAAABYAAAASwAAAEsAAAFYAAAAFQAAA0gAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABLAAACWAAAAFgAAABLAAADWAAAAD4AAAE+AAADWAAAAFgAAABYAAAASAAAAFgAAABIAAAASgAAA1gAAABYAAAASwAAAEsAAABLAAACSwAAAUsAAANLAAABSwAAAVgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEsAAAFLAAADSwAAAEsAAAFLAAAASwAAAksAAAE+AAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABLAAADSwAAAEsAAABLAAADSwAAA0sAAANLAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAAWAAAAFgAAABYAAAASwAAAVgAAABYAAAAPgAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAASAAAAFgAAABYAAAAWAAAAD4AAABYAAAASwAAAEsAAANLAAAASwAAAksAAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAJLAAAAWAAAAEsAAAFLAAADSwAAAksAAAFLAAAAPgAAAxUAAABYAAAAQQAAAD4AAANBAAAAWAAAAFgAAAA+AAADSwAAA0sAAANLAAACSwAAAEsAAABLAAADSwAAA1gAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAA== + - ind: 1,-4 + tiles: WAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABBAAAAPgAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAACQQAAAD4AAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAD4AAAE+AAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAz4AAAM+AAADPgAAAT4AAAI+AAABPgAAA1gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAA+AAACPgAAAz4AAAM+AAADPgAAAz4AAANYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAACPgAAAj4AAAA+AAACPgAAAz4AAABBAAAAWAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAACPgAAAD4AAAFYAAAAWAAAAFgAAABYAAAAFQAAAVgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAABYAAAAPgAAAT4AAAI+AAABWAAAAFYAAAJWAAACVgAAAFYAAANYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAA+AAADPgAAAVgAAABWAAADVgAAA1YAAANWAAACWAAAAFgAAABYAAAASAAAAEgAAABIAAAASAAAAFgAAAA+AAADPgAAAz4AAAFYAAAAVgAAAFYAAABWAAADVgAAAEgAAABYAAAAWAAAAFgAAAAVAAAAWAAAAFgAAAAVAAABPgAAAj4AAABBAAAAWAAAAFYAAAFWAAACVgAAAFYAAANYAAAAWAAAAFgAAABIAAAASAAAAFgAAABYAAAAWAAAAEEAAAA+AAACPgAAA1gAAABVAAACVQAAAFUAAANVAAAAWAAAAFgAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADPgAAAT4AAAFYAAAAVQAAA1UAAANVAAABVQAAAlgAAABIAAAASAAAAFgAAABYAAAAFQAAAFgAAABYAAAAPgAAAj4AAAM+AAACWAAAAFUAAABVAAABVQAAAFUAAAJYAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAE+AAAAPgAAA1gAAABVAAAAVQAAAlUAAAJVAAACWAAAAC8AAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAACPgAAAj4AAAJYAAAAVgAAAVYAAANVAAACVQAAAw== + - ind: 2,-4 + tiles: WAAAAFgAAAAAAAAAAAAAAAAAAABYAAAAPgAAAT4AAAM+AAADWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEEAAABYAAAAAAAAAFcAAABXAAAAWAAAAD4AAAM+AAACPgAAA1gAAABXAAAAVwAAAAAAAAAAAAAAAAAAAFgAAAA+AAADWAAAAFgAAABYAAAAWAAAAFgAAAA+AAABPgAAAT4AAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAI+AAABFQAAAz4AAAM+AAACPgAAAD4AAAA+AAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAA+AAACQQAAABUAAAA+AAAAPgAAAD4AAAA+AAAAPgAAAEEAAAAVAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAACQQAAAD4AAAEVAAADPgAAAz4AAAA+AAAAPgAAA0EAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAACWAAAAFgAAABYAAAAWAAAABUAAAJYAAAAWAAAABUAAAFYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAM+AAAAPgAAAlYAAAFWAAABVgAAAlgAAABYAAAAWAAAAD4AAAA+AAABPgAAAwsAAABYAAAAQQAAABUAAAM+AAACPgAAAj4AAABWAAACVgAAAlYAAABYAAAASAAAAFgAAAA+AAADPgAAAT4AAAI+AAADWAAAAEEAAABYAAAAWAAAABUAAANYAAAAVgAAAVYAAAFWAAABWAAAAFgAAABYAAAACwAAAD4AAAE+AAAAPgAAAVgAAAA+AAACWAAAAEkAAABIAAAAFQAAAFYAAABWAAADVgAAAFgAAABYAAAAWAAAAD4AAAI+AAADPgAAAz4AAAFYAAAAPgAAAlgAAABIAAAASAAAABUAAAJVAAACVQAAAVUAAANYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEoAAAAVAAAAVQAAAlUAAAJVAAACWAAAAEgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAWAAAAEgAAABIAAAAFQAAA1UAAAJVAAABVQAAAlgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABVAAABVQAAA1UAAABYAAAAWAAAAFgAAABYAAAAQQAAAEEAAABYAAAAPgAAAj4AAAI+AAABPgAAAz4AAANYAAAAVQAAAlYAAANWAAAAWAAAAEgAAABIAAAAWAAAAEEAAABYAAAAWAAAAD4AAAE+AAACPgAAAz4AAAI+AAADWAAAAA== + - ind: -1,-4 + tiles: IgAAACIAAAAiAAAAIgAAABUAAAJYAAAAIgAAACIAAAAiAAAAIgAAACIAAABYAAAASwAAA0sAAAFLAAACSwAAA1gAAABYAAAAPgAAAlgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAA+AAAAWAAAAD4AAAA+AAADWAAAAFgAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAASwAAA0sAAAFLAAAASwAAA0sAAAJLAAADSwAAA0sAAAFLAAACSwAAAksAAAJLAAADSwAAAUsAAAFLAAAASwAAA0sAAABLAAABIgAAACIAAABLAAACIgAAACIAAABLAAABIgAAACIAAABLAAACIgAAACIAAABLAAAAIgAAACIAAAA+AAACPgAAAlgAAABYAAAAPgAAAlgAAABYAAAAPgAAAD4AAAFYAAAAPgAAAFgAAABYAAAAPgAAAFgAAABYAAAASwAAA0sAAAJYAAAASwAAAUsAAANYAAAASwAAAUsAAAFYAAAASwAAAEsAAABYAAAASwAAAEsAAAJYAAAASwAAA0sAAANLAAADWAAAAEsAAAJLAAABWAAAAEsAAAJLAAAAWAAAAEsAAANLAAABWAAAAEsAAABLAAACWAAAAEsAAAI+AAADPgAAAlgAAABYAAAASwAAAlgAAABYAAAASwAAA1gAAABYAAAASwAAAVgAAAAVAAAASwAAAFgAAAAVAAACSwAAA0sAAANLAAACSwAAAksAAANLAAAASwAAAUsAAAFLAAABSwAAA0sAAABLAAABSwAAA0sAAABLAAADSwAAAEsAAAJLAAACSwAAA0sAAAFLAAABSwAAAUsAAAE7AAAASwAAA0sAAAJLAAACSwAAA0sAAANLAAADSwAAATsAAABLAAACSwAAA0sAAAJLAAADSwAAAEsAAAJLAAADSwAAAksAAABLAAACSwAAAksAAAJLAAACSwAAAksAAANLAAAAWAAAAFgAAAA+AAACWAAAAFgAAABYAAAASwAAAEsAAANLAAADWAAAAFgAAAA+AAAAWAAAAFgAAABLAAADSwAAAksAAABLAAABSwAAAksAAABLAAACWAAAAD4AAAM+AAAAPgAAAFgAAABLAAADSwAAAUsAAANYAAAAPgAAAj4AAAFLAAADSwAAAksAAABLAAADSwAAAlgAAABLAAABSwAAAksAAAJLAAACSwAAAksAAABLAAAASwAAAEsAAANLAAADSwAAAksAAABLAAABSwAAAUsAAANYAAAASwAAAEsAAANLAAACSwAAAksAAAFLAAAASwAAA0sAAABLAAAASwAAAA== + - ind: -2,-4 + tiles: FQAAAhUAAAJYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABLAAADSwAAAksAAANYAAAAFQAAAEEAAABYAAAAWAAAAEEAAABBAAAAWAAAAEEAAABBAAAAWAAAAEEAAABYAAAAWAAAAD4AAAJYAAAAWAAAAFgAAABYAAAAQQAAAFgAAABBAAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAACIAAAAiAAAAIgAAACIAAAAiAAAAWAAAAFgAAABYAAAASQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAiAAAASwAAAksAAAJLAAACSwAAAVcAAABYAAAASAAAAEkAAABIAAAASAAAAFgAAABYAAAAFQAAAVgAAABYAAAAIgAAACIAAAAiAAAAIgAAACIAAABYAAAAWAAAAEgAAABJAAAASAAAAEgAAABYAAAASAAAAEgAAABYAAAAWAAAAFgAAAA+AAABWAAAAFgAAABYAAAAWAAAAFgAAABIAAAASQAAAEgAAABIAAAAWAAAAEgAAABIAAAAWAAAAFgAAABWAAAAVgAAA1YAAANWAAABWAAAAEgAAABYAAAAWAAAABUAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAVgAAAFYAAANWAAAAVgAAAz4AAAFIAAAASAAAAFgAAABBAAAAQQAAAEEAAABBAAAAQQAAAFgAAABIAAAAWAAAAFYAAANWAAABVgAAA1YAAAFYAAAASAAAAEgAAABYAAAAQQAAAEEAAABBAAAAQQAAAEEAAABYAAAASAAAAFgAAABWAAACVgAAAlYAAABWAAACWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAQQAAAEoAAAJBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAWAAAAFgAAABBAAAAQQAAAEEAAABBAAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABYAAAAWAAAAEgAAABIAAAALwAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAQQAAAEgAAABIAAAAWAAAAEsAAABYAAAAFQAAA1gAAABYAAAAQQAAAEEAAABYAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABLAAABFQAAAhUAAAIVAAACWAAAAEEAAABYAAAAWAAAAFgAAABBAAAAWAAAABUAAAMpAAAAKQAAABUAAAJYAAAASwAAAw== + - ind: -1,-5 + tiles: PgAAAz4AAABYAAAAQQAAAFgAAABYAAAAWAAAAEgAAABJAAAASAAAAEgAAABYAAAAWAAAAEgAAABIAAAASAAAAEEAAAA+AAACWAAAAFgAAABIAAAAQQAAAEEAAABIAAAASQAAAEEAAABYAAAAQQAAAFgAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAABIAAAAWAAAAEEAAABBAAAASAAAAEgAAABYAAAAWAAAAEgAAABYAAAAWAAAAEgAAABYAAAAPgAAAj4AAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEEAAAA+AAADWAAAAFgAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASQAAAEEAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAABJAAAASQAAAFgAAAAVAAACFQAAARUAAANYAAAAWAAAAFgAAABBAAAASgAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAASQAAAEkAAAAVAAAAWAAAAEgAAABYAAAAQQAAAEoAAAFYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAABKAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAABJAAAASgAAAhUAAAJYAAAAWAAAAFgAAABYAAAAWAAAABUAAANYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAM+AAADWAAAAEgAAABIAAAAWAAAAEgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASgAAAkgAAABYAAAAPgAAAVgAAABYAAAAWAAAAFgAAABIAAAASAAAAFgAAABIAAAASAAAAFgAAABYAAAAWAAAABUAAANYAAAAIgAAACIAAAAiAAAAIgAAACIAAABYAAAAWAAAAD4AAAFYAAAAWAAAAFgAAABYAAAASwAAAEsAAANLAAADSwAAACIAAAAVAAABFQAAAiIAAAAVAAADWAAAACIAAAAiAAAAIgAAACIAAAAiAAAAWAAAAEsAAAI+AAABPgAAAD4AAAMiAAAAFQAAARUAAAEiAAAAFQAAAlgAAAAiAAAAIgAAACIAAAAiAAAAIgAAAFgAAABLAAABPgAAAD4AAAI+AAACIgAAABUAAAIVAAADIgAAABUAAANYAAAAIgAAACIAAAAiAAAAIgAAACIAAABYAAAASwAAAT4AAAE+AAABPgAAAA== + - ind: -2,-5 + tiles: WAAAACIAAAAiAAAAIgAAAEsAAAJLAAADSwAAAUsAAABLAAADSwAAAFgAAABLAAABSwAAAksAAANLAAAAPgAAAFgAAAAiAAAAIgAAACIAAABLAAACSwAAAEsAAABLAAABSwAAAksAAANYAAAASwAAAEsAAAJLAAADSwAAAj4AAAJYAAAAIgAAACIAAAAiAAAASwAAAksAAAJLAAAASwAAA0sAAAFLAAADWAAAAEsAAABLAAADSwAAA0sAAAE+AAADWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASwAAA0sAAANLAAADSwAAAFgAAABLAAADSwAAAEsAAANLAAAAPgAAAlgAAABLAAABSwAAAEsAAAFLAAACWAAAAEsAAAFLAAAASwAAAEsAAAJYAAAASwAAAEsAAANLAAACSwAAAD4AAANLAAADSwAAAEsAAANLAAAASwAAAFgAAABYAAAAPgAAAlgAAABYAAAAWAAAAFgAAABYAAAAPgAAAFgAAABYAAAASwAAA0sAAAFLAAADSwAAAUsAAAJYAAAASwAAA0sAAABLAAADSwAAAEsAAANLAAACSwAAAUsAAABLAAAAWAAAAEsAAABLAAABSwAAAEsAAANLAAADFQAAAEsAAAJLAAAASwAAA0sAAAJLAAABSwAAAEsAAABLAAAASwAAA1gAAABLAAAASwAAAEsAAABLAAACSwAAAVgAAABLAAADSwAAAksAAABLAAAASwAAA0sAAANLAAAASwAAAEsAAABYAAAASwAAA0sAAANLAAABSwAAAksAAAFYAAAASwAAAEsAAABLAAACSwAAAUsAAAFLAAABSwAAAEsAAANLAAADWAAAAEsAAANLAAABSwAAA0sAAAFLAAACWAAAAEsAAAFLAAACSwAAAksAAAFLAAABSwAAA0sAAAFLAAACSwAAAz4AAANYAAAAFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAACWAAAAFgAAABYAAAAWAAAAEoAAAFYAAAAWAAAAEEAAABKAAADSAAAAEgAAABIAAAAWAAAAFgAAABLAAAASwAAA0sAAABYAAAAIgAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEgAAABIAAAASAAAAFgAAABYAAAASwAAAEsAAAJLAAAAWAAAABUAAANYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAAAWAAAAFgAAAAVAAABQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEEAAABYAAAAWAAAAFgAAABLAAADSwAAAUsAAANYAAAAFQAAAg== + - ind: 0,-5 + tiles: WAAAAAAAAAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAVwAAAAAAAABIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEEAAABYAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBAAAAWAAAAAAAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAFgAAABXAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAWAAAAEkAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABXAAAAVwAAAFgAAABJAAAASAAAAEkAAABJAAAASQAAAEkAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEoAAABJAAAASQAAAFgAAABYAAAAFQAAAlgAAABBAAAAWAAAAFcAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABIAAAASAAAAEgAAABIAAAAWAAAAFgAAABYAAAAQQAAAFgAAABXAAAAVwAAAFcAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASwAAAVgAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEsAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABIAAAAWAAAAEEAAABLAAAAWAAAAEsAAAJLAAADSwAAA1gAAABIAAAAWAAAAEoAAAFYAAAAWAAAAFgAAABYAAAAWAAAAD4AAABBAAAASwAAAVgAAABLAAACSwAAA0sAAABYAAAASAAAAEEAAABBAAAASgAAAEgAAABKAAAASgAAA1gAAABYAAAAQQAAAA== + - ind: -1,-6 + tiles: WAAAAFgAAABYAAAAWAAAAFgAAAA+AAAAPgAAAj4AAAM+AAAAPgAAAT4AAANYAAAAWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAFQAAA1gAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAEkAAAAVAAABVwAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAANJAAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAASQAAABUAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAUkAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAADWAAAAFgAAABYAAAAWAAAAAAAAABXAAAAVwAAAEgAAABYAAAAWAAAAFgAAABIAAAAWAAAAFgAAABYAAAAQQAAAFgAAABYAAAAWAAAAFgAAAAAAAAAVwAAAAAAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABYAAAASAAAAFgAAABYAAAAAAAAAFcAAAAAAAAAWAAAAFgAAABIAAAAWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAWAAAAFgAAABIAAAAWAAAAAAAAABXAAAAAAAAAEgAAABYAAAAWAAAAFgAAABIAAAAQQAAAFgAAABBAAAAWAAAAEgAAABIAAAAWAAAAFgAAABXAAAAVwAAAFcAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAASAAAAFgAAABIAAAASAAAAEgAAABBAAAAWAAAAEEAAABYAAAASAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAEgAAABYAAAAWAAAAEgAAABIAAAAQQAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABIAAAAWAAAAEgAAABYAAAAWAAAAEEAAABJAAAASQAAAEgAAABYAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAEkAAABJAAAASQAAAEkAAABJAAAAWAAAAFgAAABYAAAAWAAAAA== + - ind: -2,-6 + tiles: WAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAD4AAAI+AAACPgAAAD4AAAI+AAABPgAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAAAAAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAI+AAADPgAAAj4AAAI+AAAAPgAAAz4AAAE+AAADWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFgAAAA+AAAAQQAAAD4AAAA+AAADPgAAAD4AAAJBAAAAPgAAAFgAAABXAAAAWAAAAAAAAAAAAAAAAAAAAFcAAABYAAAAPgAAAz4AAAE+AAADPgAAAz4AAAM+AAABPgAAAD4AAAFYAAAAVwAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEsAAANLAAABSwAAAUsAAAJLAAADSwAAAEsAAAFLAAADWAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABLAAACSwAAAUsAAANLAAACSwAAAksAAAJLAAABSwAAAlgAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASwAAAEsAAABLAAAASwAAAEsAAABLAAAASwAAAEsAAABYAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEsAAABLAAABSwAAA0sAAAJLAAADSwAAA0sAAAFLAAACWAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABLAAACSwAAAVgAAAA+AAAAWAAAAFgAAAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABYAAAASwAAAEsAAABYAAAAFQAAAVgAAABXAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAA+AAABWAAAABUAAABYAAAAVwAAAFcAAABYAAAAWAAAACIAAAAiAAAAIgAAAEsAAANLAAAASwAAAEsAAAJLAAABSwAAAT4AAAE+AAADWAAAAFgAAABYAAAAWAAAAA== + - ind: 0,-6 + tiles: AAAAAAAAAABXAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -3,-5 + tiles: PgAAAkEAAAALAAAAPgAAAz4AAAI+AAADPgAAAD4AAAM+AAADWAAAAD4AAAE+AAACWAAAAAAAAAAAAAAAAAAAAAsAAAA+AAADPgAAAT4AAAJVAAAAVQAAAlUAAANVAAABPgAAAz4AAANBAAAAPgAAA1gAAAAAAAAAAAAAAAAAAAALAAAAPgAAAkEAAABVAAACVQAAAD4AAAFVAAABVQAAAVUAAANBAAAAPgAAAj4AAAJYAAAAVwAAAFcAAABXAAAAPgAAAFgAAABBAAAAVQAAAUEAAABKAAADQQAAAEEAAABVAAACQQAAAD4AAAM+AAACWAAAAAAAAAAAAAAAAAAAAEEAAAALAAAAPgAAAlUAAAJVAAABPgAAAlUAAANBAAAAVQAAAD4AAAJYAAAAPgAAAFgAAAAAAAAAAAAAAFgAAAALAAAAQQAAAD4AAANYAAAAVQAAAFUAAABVAAACVQAAA1gAAAALAAAAPgAAAz4AAABYAAAAAAAAAAAAAABYAAAAWAAAAD4AAAE+AAADWAAAAFgAAABYAAAAWAAAAFgAAABYAAAACwAAAAsAAAA+AAAAWAAAAFgAAABYAAAAFQAAA1gAAAA+AAAACwAAAEoAAANKAAACCwAAAD4AAAM+AAADPgAAAQsAAAA+AAADPgAAAFgAAAAVAAABFQAAAxUAAAJYAAAAWAAAAFgAAABYAAAAWAAAAAsAAAA+AAACPgAAAlgAAABBAAAAWAAAAFgAAABYAAAAFQAAAhUAAAIVAAABSQAAAFgAAABYAAAAPgAAAT4AAAMLAAAAQQAAAEEAAABBAAAAWAAAAFgAAABYAAAAQQAAABUAAAMVAAADFQAAAEkAAABYAAAAWAAAAFgAAABYAAAAFQAAABUAAAJYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAAAFQAAABUAAANYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADWAAAAEgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAALAAAAPgAAAlgAAABIAAAASAAAAEgAAABYAAAAWAAAAEgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAQsAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEEAAABBAAAAQQAAAFgAAABYAAAAQQAAAEkAAABJAAAAWAAAAC8AAABYAAAAWAAAAA== + - ind: 1,-6 + tiles: VwAAAFcAAABXAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAA== + - ind: 0,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 1,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEoAAABJAAAASQAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABIAAAASAAAAEEAAABIAAAASQAAAEgAAABYAAAAWAAAAFgAAABYAAAAVwAAAFcAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAWAAAAFgAAABJAAAASAAAAEEAAABKAAABQQAAAFgAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAASAAAAEgAAABIAAAASAAAAFgAAABYAAAAAAAAAAAAAABYAAAAWAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAVwAAAAAAAAAAAAAASAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEEAAABIAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBAAAASAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAA== + - ind: 2,-5 + tiles: WAAAADoAAAA7AAAAOwAAADcAAAA3AAAANwAAADsAAAA4AAAAOwAAADsAAAA7AAAAOAAAADsAAAA7AAAAOwAAAFgAAAA6AAAAOwAAADsAAAA7AAAAOwAAADsAAAA7AAAAOwAAADsAAAA7AAAAOwAAADsAAABYAAAAOwAAADsAAABYAAAAWAAAADsAAABYAAAAOwAAADsAAAA7AAAAWAAAADsAAAA7AAAAOwAAADsAAAA7AAAAWAAAADsAAABYAAAAVwAAAFgAAABYAAAAWAAAABUAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAAFYAAAAFQAAAlgAAABYAAAAWAAAAAAAAABYAAAAFQAAAFgAAAAVAAAAWAAAAFcAAABXAAAAVwAAAFgAAAAVAAABWAAAABUAAAJYAAAAAAAAAAAAAABYAAAAWAAAABUAAABYAAAAFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAFQAAAVgAAAAVAAAAWAAAAFgAAAAAAAAAWAAAAD4AAAA+AAAAPgAAAD4AAAE+AAAAPgAAAj4AAAI+AAABPgAAAT4AAAE+AAACQQAAAEEAAABYAAAAAAAAABUAAAA+AAACMwAAAD4AAAM+AAADPgAAAT4AAAI+AAAAPgAAAT4AAAA+AAAAPgAAAjMAAABBAAAAWAAAAAAAAABYAAAAQQAAAEEAAAA+AAACPgAAAz4AAAI+AAADPgAAAT4AAAA+AAABPgAAAz4AAAA+AAACPgAAAFgAAAAAAAAAWAAAAFgAAABBAAAAQQAAAEEAAAA+AAADPgAAAT4AAAA+AAABPgAAAj4AAAE+AAAAPgAAAFgAAABYAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAAAVAAACFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFgAAAA+AAADPgAAAz4AAAJYAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABYAAAAPgAAAUEAAAA+AAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAIzAAAAPgAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAADPgAAAz4AAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAQQAAADMAAAA+AAABWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 3,-2 + tiles: WAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABXAAAAAAAAAAAAAABYAAAAWAAAAFgAAAA0AAAAWAAAADYAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAABYAAAASQAAAFgAAAA2AAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAEEAAABYAAAANgAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAFgAAABBAAAAWAAAADYAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABYAAAAQQAAAFgAAABYAAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAEgAAABYAAAANgAAAFgAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFgAAABKAAAAWAAAADYAAABYAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABYAAAASAAAAFgAAAA2AAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAWAAAAFgAAABYAAAANgAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAFgAAABYAAAAWAAAADYAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAWAAAABUAAANYAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAA== + - ind: 0,2 + tiles: QQAAAEgAAABYAAAAWAAAAEgAAAABAAAAAQAAAEEAAAABAAAAAQAAAEgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAASAAAAAMAAAABAAAAAQAAAAEAAAABAAAAWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAWAAAAAAAAAAAAAAAWAAAAFgAAAABAAAAWAAAAAEAAAABAAAAWAAAAFgAAAAAAAAAAAAAAFgAAABBAAAAWAAAAFgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAFgAAABYAAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAEEAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEEAAAA+AAABVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABBAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABYAAAAQQAAAD4AAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAIEAAACBAAAAgQAAAAEAAABAAAAAAAAAABXAAAAWAAAAFgAAAAAAAAAAAAAAAQAAAIEAAACBAAAAAQAAAEEAAACBAAAAQQAAAIEAAACBAAAAgQAAAEEAAAABAAAAAQAAAJYAAAAWAAAAFgAAAAEAAABBAAAAAQAAAEEAAABBAAAAgQAAAIEAAAABAAAAAQAAAEEAAACBAAAAQQAAAAEAAAAPgAAAj4AAABYAAAABAAAAAQAAAEEAAACBAAAAgQAAAEEAAAABAAAAQQAAAEEAAAABAAAAQQAAAAEAAABBAAAAj4AAAM+AAACWAAAAAQAAAIEAAABBAAAAQQAAAEEAAACBAAAAgQAAAEEAAAABAAAAgQAAAAEAAAABAAAAQQAAAI+AAACPgAAA1gAAAAEAAABBAAAAgQAAAAEAAACBAAAAQQAAAEEAAABBAAAAAQAAAIEAAACBAAAAAQAAAAEAAAAPgAAAz4AAAJYAAAABAAAAAQAAAEEAAAABAAAAQQAAAIEAAAABAAAAQQAAAAEAAABBAAAAQQAAAEEAAACBAAAAA== + - ind: 1,3 + tiles: BAAAAgQAAAIEAAACBAAAAgQAAAIEAAACBAAAAQAAAAAAAAAAAAAAAAAAAABYAAAAWAAAABUAAABYAAAAWAAAAAQAAAIEAAACBAAAAgQAAAAEAAAABAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAVAAABWAAAAAAAAAAEAAAABAAAAQQAAAIEAAABBAAAAgQAAAIEAAAABAAAAQAAAAAAAAAAAAAAAAAAAABYAAAAFQAAA1gAAAAAAAAABAAAAQQAAAEEAAAABAAAAAQAAAEEAAACBAAAAQQAAAAEAAABAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAQAAAEEAAABBAAAAAQAAAIEAAAABAAAAAQAAAAEAAABBAAAAQAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAEAAAABAAAAgQAAAEEAAABBAAAAgQAAAAEAAACBAAAAgQAAAAEAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAABAAAAAQAAAIEAAACBAAAAgQAAAAEAAABBAAAAAQAAAIEAAABBAAAAVcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAUAAAAEAAABBAAAAQQAAAIEAAAABAAAAgQAAAIEAAABBAAAAgQAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAEAAAABAAAAgQAAAEEAAACBAAAAQQAAAAEAAAABAAAAAQAAAIAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAABAAAAAQAAAIEAAABBAAAAAQAAAIEAAAABAAAAAQAAAIEAAABAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAQAAAEEAAACBAAAAgQAAAAEAAABBAAAAgQAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAEAAABBAAAAAQAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 0,3 + tiles: PgAAAj4AAABYAAAABAAAAgQAAAFJAAAASQAAAAQAAAAEAAAABAAAAQQAAAAEAAABBAAAAgQAAAAEAAABBAAAAj4AAAE+AAADWAAAAAQAAAIEAAACSQAAAEkAAAAEAAABBAAAAgQAAAIEAAABBAAAAQQAAAAEAAACBAAAAgQAAAE+AAADPgAAAlgAAAAEAAACBAAAAgQAAAAEAAAABAAAAgQAAAEEAAABBAAAAQQAAAIEAAACBAAAAAQAAAAEAAACPgAAAT4AAAJYAAAABAAAAgQAAAEEAAAABAAAAgQAAAEEAAABBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAT4AAAI+AAAAWAAAAAQAAAEEAAACBAAAAAQAAAIEAAABBAAAASUAAAAlAAAAJQAAAB8AAAAEAAACBAAAAgQAAAAVAAACFQAAA1gAAAAEAAABBAAAAAQAAAIlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAHwAAAAQAAAIEAAABPgAAAj4AAABYAAAAAAAAAAQAAAIEAAACJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAAB8AAAMfAAADBAAAAj4AAAI+AAAAWAAAAAAAAAAEAAAABAAAAAQAAAIlAAAAJQAAACUAAAAlAAAAJQAAAB8AAAIEAAAABAAAAQQAAAE+AAACPgAAA1gAAABYAAAAAAAAAAQAAAEEAAACBAAAAQQAAAAEAAABBAAAAB8AAAMEAAACBAAAAQQAAAIEAAABPgAAAD4AAANBAAAAWAAAAAAAAABXAAAAAAAAAAQAAAIEAAABBAAAAQQAAAIEAAABBAAAAAQAAAIEAAACBAAAAT4AAAI+AAABQQAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAQAAAIEAAAABAAAAQQAAAEEAAABBAAAAgQAAAA+AAACPgAAAlgAAABYAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAEEAAAAWAAAAFgAAABYAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -1,2 + tiles: PgAAAj4AAANYAAAAVQAAAFUAAAFVAAACWAAAAEEAAABYAAAAQQAAAFgAAABIAAAAQQAAAD4AAAJJAAAAPgAAAj4AAAI+AAADWAAAAFUAAANVAAABWAAAAFgAAABIAAAAWAAAAFgAAABYAAAAWAAAAEEAAAA+AAAAPgAAAz4AAAA+AAADPgAAARUAAANVAAADVQAAA1gAAABJAAAASQAAAFgAAAAAAAAAAAAAAFgAAABBAAAAQQAAAEEAAABBAAAAPgAAAT4AAABYAAAAVQAAAFUAAAJYAAAASQAAAEkAAABYAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAI+AAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAA+AAADPgAAARUAAAA+AAADPgAAAz4AAAI+AAADPgAAA1gAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAPgAAAz4AAAIVAAACPgAAAD4AAAE+AAADPgAAAz4AAAFYAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAD4AAAM+AAACFQAAAT4AAAE+AAABPgAAAD4AAAI+AAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+AAAAPgAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAD4AAAEVAAAAFAAAABQAAAAUAAAAFAAAABQAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4AAAE+AAADWAAAABQAAAAUAAAAFAAAABQAAAAUAAAAWAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAAAPgAAAlgAAABYAAAAWAAAABQAAAAUAAAAWAAAAFgAAABYAAAAWAAAAEkAAABJAAAASQAAAEkAAABJAAAAPgAAAz4AAAMVAAABPgAAAD4AAAI+AAADPgAAAz4AAAI+AAABPgAAAz4AAAE+AAAAPgAAAT4AAAM+AAABPgAAAD4AAAI+AAACFQAAAz4AAAM+AAABPgAAAj4AAAA+AAADPgAAAj4AAAI+AAACPgAAAD4AAAI+AAAAPgAAAD4AAAM+AAACPgAAABUAAAA+AAAAPgAAAz4AAAI+AAADPgAAAz4AAAE+AAACPgAAAT4AAAI+AAACPgAAAj4AAAA+AAAAPgAAAT4AAANYAAAASgAAA0kAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAABWAAAAFgAAABYAAAAPgAAAQ== + - ind: 4,1 + tiles: SAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABIAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABIAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABIAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEoAAANYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAlgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAD4AAAFYAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAA== + - ind: 4,0 + tiles: WAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABBAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABIAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEkAAAA+AAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABJAAAAPgAAAT4AAANYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASAAAAFgAAABBAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEgAAABBAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABJAAAAWAAAAEEAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASAAAAEgAAABBAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEgAAAA+AAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABIAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAEEAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 4,-1 + tiles: AAAAAAAAAABYAAAAFQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAABUAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+AAABPgAAABUAAAIVAAADFQAAAhUAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAj4AAAFYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4AAAE+AAADFQAAARUAAAIVAAADFQAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+AAAAPgAAA1gAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAj4AAAMlAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4AAAM+AAAAJQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+AAABPgAAAyUAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAD4AAANYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4AAAM+AAABFQAAAxUAAAEVAAABFQAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAACWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAVUAAAEVAAAAFQAAARUAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFUAAABVAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABVAAAAVQAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAlUAAANYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 4,-3 + tiles: PgAAAj4AAAJYAAAAQQAAAEEAAABBAAAAQQAAAD4AAAI+AAAAQQAAAFgAAABBAAAAPgAAAj4AAABYAAAAAAAAAD4AAAA+AAAAFQAAAxUAAAIVAAABQQAAAD4AAAFBAAAAQQAAAEEAAABYAAAAQQAAAD4AAAJBAAAAWAAAAAAAAAA+AAAAPgAAARUAAAAVAAADFQAAA0EAAABBAAAAQQAAAEEAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAPgAAAT4AAABYAAAAPgAAAj4AAAE+AAAAQQAAAFgAAABYAAAAWAAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzAAAAWAAAAFgAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAADQAAABYAAAAWAAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADMAAAA0AAAAWAAAABUAAABYAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzAAAANAAAAFgAAABYAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAFgAAABYAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 4,-2 + tiles: WAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAFQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 3,-3 + tiles: PgAAAj4AAAA+AAAAPgAAAlgAAABXAAAAVwAAAFcAAABXAAAAVwAAAFgAAAA+AAAAPgAAAz4AAAIWAAADPgAAAj4AAAI+AAABPgAAAz4AAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAAWAAAAFgAAAhYAAAI+AAABPgAAAD4AAAA+AAABPgAAAD4AAAMVAAABPgAAAT4AAAI+AAABFQAAAz4AAAE+AAABPgAAABYAAAE+AAACPgAAAj4AAAA+AAABPgAAAD4AAAM+AAAAFQAAAT4AAAI+AAACPgAAAhUAAAM+AAACPgAAAT4AAAA+AAADPgAAAT4AAAM+AAABPgAAAT4AAAI+AAABPgAAAlgAAABYAAAAWAAAABUAAANYAAAAWAAAAFgAAAA+AAAAPgAAAz4AAAI+AAACPgAAAz4AAAE+AAABPgAAAT4AAABYAAAAFQAAABUAAAIVAAABWAAAAAAAAABYAAAAWAAAABUAAAFYAAAAPgAAAz4AAAA+AAADPgAAAz4AAAE+AAABFQAAARUAAAEVAAACFQAAA1gAAAAAAAAAAAAAAFgAAABBAAAAWAAAAD4AAAA+AAAAPgAAAT4AAAE+AAADPgAAA1gAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAABYAAAAWAAAAFgAAAA+AAACPgAAAD4AAAE+AAADPgAAAD4AAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAPgAAAj4AAAE+AAAAPgAAAD4AAAA+AAACWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAD4AAAE+AAABPgAAAD4AAAA+AAABAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAANAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFcAAABXAAAAAAAAAAAAAAAAAAAAWAAAAFgAAAAzAAAAMwAAADMAAAAzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAAFgAAAA0AAAAMwAAACkAAAApAAAAKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAWAAAABUAAANYAAAANAAAADMAAAApAAAAPAAAACkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAFgAAABYAAAAWAAAADQAAAAzAAAAKQAAACkAAAApAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABXAAAAAAAAAFgAAABYAAAAMwAAADMAAAAzAAAAMwAAAA== + - ind: 3,-4 + tiles: AAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAVwAAAFcAAABXAAAAAAAAAFgAAABYAAAAFQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABIAAAASAAAAEgAAABIAAAAFQAAAUEAAABBAAAAWAAAAEEAAABYAAAAWAAAAFcAAABXAAAAVwAAAFcAAABXAAAASAAAAEgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAAA+AAAAQQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAABUAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+AAABPgAAAD4AAAM+AAADFQAAAT4AAAM+AAAAPgAAAz4AAABYAAAAWAAAAFcAAABXAAAAAAAAAAAAAAAAAAAAPgAAAj4AAAI+AAACPgAAABUAAANBAAAAQQAAAEEAAABYAAAAWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAD4AAAE+AAAAPgAAAz4AAAJYAAAAWAAAABUAAAEVAAAAWAAAAAAAAAAAAAAAAAAAAFgAAAAVAAACFQAAAxUAAAA+AAAAPgAAAj4AAAA+AAACPgAAA1gAAABIAAAASQAAAFgAAAAAAAAAAAAAAFgAAABYAAAANgAAAEkAAAA2AAAAPgAAAD4AAAI+AAABPgAAAz4AAAJYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAVAAABNgAAADYAAABJAAAANgAAAD4AAAE+AAAAPgAAAT4AAAA+AAAAPgAAAFgAAAAAAAAAVwAAAFcAAABYAAAAWAAAADYAAAA2AAAANgAAADYAAAA+AAACPgAAAj4AAAA+AAABPgAAAT4AAANYAAAAAAAAAAAAAAAAAAAAFQAAAzYAAABJAAAANgAAAEkAAAA2AAAAPgAAAD4AAAA+AAABPgAAAz4AAAA+AAABWAAAAAAAAAAAAAAAAAAAABUAAAJJAAAANgAAAEkAAAA2AAAASQAAAD4AAAI+AAAAPgAAAz4AAAI+AAABWAAAAFgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAFQAAAVgAAAA+AAADPgAAAj4AAAM+AAADWAAAAFgAAABXAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAI+AAADPgAAAz4AAAE+AAADWAAAABUAAAEVAAADWAAAAFgAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAACPgAAAz4AAAM+AAADPgAAAA== + - ind: 4,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAABUAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAADYAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABJAAAANgAAABUAAAFXAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAANgAAAEkAAAAVAAABVwAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAA+AAABPgAAAVgAAABBAAAAPgAAAkEAAABBAAAAWAAAAFgAAABYAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAPgAAAD4AAAAVAAADPgAAAEEAAABBAAAAQQAAAEEAAABBAAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAA== + - ind: -3,-1 + tiles: FQAAAlgAAAAVAAAAPgAAAlgAAAA+AAADPgAAAD4AAAA+AAABWAAAAD4AAAI+AAADPgAAAT4AAANYAAAAQQAAABUAAAFYAAAAFQAAAT4AAABYAAAAWAAAABUAAANYAAAAWAAAAFgAAABYAAAAFQAAAVgAAABYAAAAWAAAAEEAAAAVAAACWAAAABUAAAI+AAADWAAAAD4AAAI+AAACWAAAAEEAAABBAAAAPgAAAUEAAAA+AAADPgAAAVgAAABBAAAAFQAAAlgAAAAVAAABPgAAA1gAAAA+AAAAPgAAAlgAAABBAAAAQQAAAD4AAAI+AAABPgAAAT4AAAFYAAAAPgAAARUAAABYAAAAFQAAAUEAAAAVAAADPgAAAD4AAAAVAAACQQAAAEEAAAA+AAADPgAAAT4AAAE+AAACFQAAAj4AAAAVAAAAWAAAABUAAAI+AAACFQAAA0EAAAA+AAABFQAAAT4AAAA+AAADPgAAAD4AAAJBAAAAPgAAAxUAAAI+AAADFQAAA1gAAAAVAAAAPgAAAlgAAAA+AAAAPgAAAFgAAAA+AAADPgAAAz4AAAE+AAADPgAAAD4AAANYAAAAPgAAABUAAAEVAAADFQAAAj4AAABYAAAAPgAAAz4AAABYAAAAPgAAAj4AAAI+AAADPgAAAD4AAAI+AAACWAAAAD4AAANYAAAAWAAAAFgAAABYAAAAWAAAAD4AAANBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAABPgAAAz4AAAI+AAACPgAAABUAAAA+AAABPgAAAD4AAAA+AAADQQAAAD4AAAE+AAADPgAAAj4AAAM+AAADQQAAAD4AAAA+AAABPgAAAD4AAAAVAAADPgAAAT4AAAM+AAABQQAAAD4AAAE+AAABPgAAAD4AAANBAAAAPgAAAj4AAANYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEoAAABJAAAAWAAAAEgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABJAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAT4AAAA+AAACFQAAAz4AAAI+AAADPgAAAT4AAAI+AAABPgAAAz4AAAI+AAABPgAAAj4AAAE+AAADPgAAAQ== + - ind: -3,-2 + tiles: WAAAAFgAAABYAAAAQQAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAEgAAABIAAAAWAAAAEEAAABYAAAAWAAAAEgAAABIAAAASAAAAEgAAABYAAAAWAAAAFgAAABIAAAAWAAAABUAAAFYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAASgAAAUoAAABIAAAAWAAAAEEAAABBAAAAWAAAAFgAAAA+AAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEkAAABYAAAASQAAAFgAAABBAAAAQQAAAEgAAABYAAAAPgAAAkEAAABYAAAAWAAAAFgAAABIAAAAWAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAANYAAAAWAAAAFgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAAWAAAABUAAAI+AAAAPgAAAz4AAAJYAAAASAAAAFgAAABYAAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAFgAAABYAAAAQQAAAFgAAAAVAAACWAAAAFgAAABYAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAEgAAABYAAAAWAAAAD4AAAI+AAAAQQAAAD4AAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAAWAAAAFgAAAALAAAASAAAAEkAAABIAAAASQAAABUAAABJAAAASQAAAFgAAABYAAAAQQAAAFgAAABYAAAASAAAAFgAAABYAAAAPgAAAUgAAABJAAAASAAAAEkAAABYAAAASQAAAEkAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAANIAAAAPgAAAUgAAAA+AAAAWAAAAEkAAABJAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADPgAAAj4AAAA+AAADPgAAAVgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAPgAAAT4AAAA+AAACPgAAA1gAAAA+AAABPgAAAz4AAAA+AAAAWAAAAD4AAAAVAAACFQAAARUAAAM+AAABWAAAAD4AAAE+AAAAPgAAAj4AAABYAAAAPgAAAT4AAAM+AAABPgAAAhUAAAM+AAADFQAAA1gAAAAVAAAAPgAAAFgAAAA+AAAAPgAAAj4AAAE+AAACWAAAAD4AAAM+AAAAPgAAAj4AAAIVAAABPgAAAw== + - ind: 2,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFgAAABYAAAAWAAAADsAAABYAAAAWAAAAFgAAABYAAAAWAAAADsAAABYAAAAOwAAAFgAAABXAAAAWAAAAFgAAABYAAAAOwAAAFgAAAA7AAAAOwAAADsAAABYAAAAOwAAADsAAAA7AAAAOwAAADsAAABYAAAAOwAAAFgAAABYAAAAOgAAADsAAAA7AAAAOwAAADsAAAA7AAAAWAAAADsAAAA7AAAAOwAAADsAAAA7AAAAWAAAADsAAAA7AAAAWAAAADoAAAA7AAAAOwAAADcAAAA3AAAANwAAADsAAAA4AAAAOwAAADsAAAA7AAAAOAAAADsAAAA7AAAAOwAAAA== + - ind: 3,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 3,-5 + tiles: WAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFgAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFgAAABYAAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAWAAAAFgAAABYAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABYAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAA== + - ind: 4,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -3,-3 + tiles: WAAAAFcAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAANBAAAAWAAAAFgAAABXAAAAWAAAAFgAAABYAAAAWAAAAD4AAAM+AAABWAAAAFgAAABBAAAACwAAAD4AAAE+AAAAPgAAAVgAAABYAAAAVwAAAFgAAABYAAAAWAAAAFgAAAA+AAAAPgAAA1gAAABYAAAAQQAAAD4AAAE+AAAAPgAAAj4AAAFYAAAAWAAAAFcAAABYAAAAWAAAAFgAAABYAAAAPgAAAUEAAABYAAAAWAAAAD4AAAE+AAADPgAAAEEAAAA+AAAAWAAAAFgAAABXAAAAWAAAAFgAAABYAAAAWAAAAD4AAABBAAAAWAAAAFgAAAA+AAAAPgAAAD4AAAM+AAABPgAAA1gAAABYAAAAVwAAAFgAAABYAAAAWAAAAFgAAABBAAAAPgAAAFgAAABYAAAAPgAAAD4AAAI+AAABPgAAAlgAAABYAAAAWAAAAAAAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAM+AAAAPgAAAj4AAAM+AAAAPgAAAj4AAAMVAAACPgAAA1gAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAAAFQAAABUAAAAVAAAAWAAAAD4AAAI+AAACFQAAAz4AAAJYAAAAVwAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABIAAAASAAAAFgAAABIAAAASAAAAFgAAAA+AAABAAAAAAAAAAAAAAAAVwAAAAAAAABXAAAAWAAAAEgAAABIAAAASAAAAEgAAABYAAAASAAAAFgAAABYAAAAQQAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAD4AAAIAAAAAAAAAAFgAAABYAAAAWAAAAAsAAABYAAAAPgAAAAsAAAA+AAACPgAAAT4AAAE+AAABWAAAAFgAAAAVAAABAAAAAAAAAABYAAAACwAAAD4AAAMLAAAAWAAAAD4AAAA+AAACPgAAAwsAAAA+AAACPgAAAVgAAAA+AAACPgAAAgAAAAAAAAAAFQAAAj4AAABBAAAAPgAAAVgAAAA+AAACPgAAAEEAAAA+AAADPgAAAj4AAAAVAAACQQAAAD4AAABYAAAAAAAAAFgAAABBAAAAPgAAAUEAAABYAAAAPgAAAz4AAAI+AAAAPgAAAT4AAAA+AAAAFQAAAj4AAAI+AAAAWAAAAAAAAABYAAAAWAAAAFgAAABBAAAAWAAAAD4AAAI+AAAAPgAAAT4AAAE+AAADPgAAAVgAAAA+AAABPgAAAA== + - ind: -3,-4 + tiles: WAAAAD4AAAJYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEkAAABJAAAAWAAAAC8AAAAvAAAAFQAAAVgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEEAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAAAAAAAAAAAAVwAAAFcAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABXAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAABPgAAAgsAAABYAAAAWAAAAFgAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAE+AAACQQAAAFgAAABYAAAAVwAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAM+AAAAPgAAAEEAAABYAAAAWAAAAFcAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAABPgAAAFgAAABBAAAAPgAAAT4AAAE+AAACWAAAAFgAAABXAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAQsAAABYAAAAPgAAAz4AAAM+AAAAPgAAAlgAAABYAAAAVwAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAM+AAAAWAAAAFgAAAA+AAACPgAAAj4AAAJYAAAAWAAAAFcAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAACwAAAD4AAAM+AAAAWAAAAFgAAABXAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAE+AAABPgAAAFgAAABYAAAAVwAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAABQQAAAD4AAAFYAAAAWAAAAFcAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAD4AAAA+AAABWAAAAA== + - ind: -4,-3 + tiles: AAAAAAAAAABXAAAAAAAAAAAAAABYAAAASgAAAkgAAABJAAAASQAAAFgAAAAAAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAWAAAAEgAAABIAAAAWAAAAFgAAABYAAAAAAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFgAAABIAAAAQQAAAFgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAABXAAAAAAAAAAAAAABYAAAASAAAAEEAAABYAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFcAAABXAAAAVwAAAAAAAAAAAAAAWAAAAEgAAABBAAAAWAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFgAAABIAAAASAAAAFgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAABXAAAAAAAAAAAAAABYAAAAQQAAAEgAAABYAAAAAAAAAAAAAABXAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAWAAAAFgAAABBAAAAWAAAAFgAAABYAAAAVwAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFgAAAA+AAABPgAAAT4AAAI+AAADWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABYAAAASgAAAz4AAAE+AAADPgAAAlgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAWAAAAD4AAAJBAAAAPgAAAj4AAAJYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAAAAAAAAAAAAAFgAAAA+AAACPgAAAz4AAAE+AAADWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAD4AAAA+AAACPgAAAlgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAFQAAAVgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEgAAABIAAAASAAAAEEAAABJAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABIAAAASAAAAEgAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAA== + - ind: -4,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABYAAAAQQAAAAAAAABBAAAAWAAAAEgAAABIAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABYAAAAWAAAAFgAAABKAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAABYAAAAWAAAAFgAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAEEAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAAAAAAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAQQAAAFgAAABYAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAQQAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABIAAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAABYAAAAWAAAAFgAAABIAAAASAAAAFgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAABXAAAAFQAAAxUAAAMVAAABSAAAAEgAAABYAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAVwAAAFgAAABYAAAAWAAAAEEAAABIAAAAWAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFgAAABIAAAASAAAAFgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAABXAAAAAAAAAAAAAABYAAAASAAAAEgAAABYAAAAWAAAAFgAAAAAAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAWAAAAEgAAABIAAAASQAAAEkAAABYAAAAAAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFgAAABIAAAAQQAAAEkAAABJAAAAWAAAAAAAAABYAAAAWAAAAFgAAABYAAAAVwAAAFcAAABXAAAAAAAAAAAAAABYAAAASAAAAEgAAABJAAAASQAAAFgAAAAAAAAAWAAAAFgAAABYAAAAWAAAAA== + - ind: -3,0 + tiles: PgAAAT4AAAE+AAABFQAAAj4AAAM+AAACPgAAAD4AAAI+AAADPgAAAD4AAAM+AAACPgAAAD4AAAE+AAAAPgAAAD4AAAA+AAADPgAAARUAAAI+AAABPgAAAz4AAAI+AAAAPgAAAz4AAAI+AAADPgAAAT4AAAA+AAAAPgAAAj4AAAAVAAABFQAAARUAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAABFQAAAlgAAABYAAAAWAAAAFgAAABYAAAAPgAAAj4AAAI+AAADPgAAAUkAAABYAAAAJQAAACUAAAAlAAAAPgAAAj4AAAElAAAAJQAAACUAAABYAAAAJQAAAD4AAAA+AAADPgAAAT4AAAJIAAAAWAAAACUAAAAlAAAAJQAAAD4AAAI+AAADJQAAACUAAAAlAAAAWAAAACUAAAA+AAAAPgAAAj4AAAI+AAADSAAAAFgAAAAlAAAAJQAAACUAAAA+AAABPgAAAyUAAAAlAAAAJQAAAFgAAAAlAAAAPgAAAj4AAAI+AAADPgAAAkkAAABYAAAAJQAAACUAAAAlAAAAPgAAAz4AAAElAAAAJQAAACUAAABYAAAAJQAAAD4AAAM+AAABPgAAAz4AAAJYAAAAWAAAAFgAAABYAAAAWAAAABUAAAAVAAABWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADPgAAAz4AAAM+AAADWAAAAFUAAAFYAAAAFQAAABUAAAAVAAABFQAAAhUAAAEVAAACWAAAABUAAAAVAAADWAAAABUAAAIVAAACWAAAAFgAAABVAAAAWAAAAFgAAABYAAAAFQAAAxUAAAFYAAAAWAAAAFgAAAAVAAAAFQAAAz4AAAM+AAACPgAAAVgAAABVAAAAVQAAAVgAAABYAAAAWAAAABUAAAEVAAAAWAAAAFgAAABYAAAAFQAAABUAAAM+AAAAPgAAAD4AAAMVAAACVQAAA1UAAAJYAAAAWAAAAFgAAAAVAAAAFQAAAlgAAABYAAAAWAAAABUAAAFYAAAAWAAAABUAAANYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAABUAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABVAAAAVQAAA1UAAAJYAAAAFQAAAxUAAAAVAAAAFQAAAhUAAAIVAAACFQAAABUAAAEVAAACFQAAA1gAAABYAAAAVQAAAVUAAAJVAAADFQAAABUAAAIVAAAAFQAAABUAAAIVAAAAFQAAABUAAAMVAAADFQAAAxUAAAAVAAAAWAAAAFUAAAFVAAABVQAAAFgAAAAVAAABFQAAABUAAAMVAAAAFQAAABUAAAIVAAAAFQAAARUAAAAVAAADWAAAAA== + - ind: -3,1 + tiles: WAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAACFQAAAxUAAAAVAAACWAAAAFgAAABYAAAAWAAAAEEAAABBAAAAQQAAAEEAAAA+AAABPgAAAT4AAAE+AAAAPgAAAz4AAAI+AAAAPgAAAVgAAAA+AAABPgAAAz4AAAM+AAACPgAAAD4AAAI+AAABPgAAAT4AAAM+AAABPgAAAD4AAAE+AAAAPgAAAT4AAAJYAAAAPgAAAD4AAAE+AAADPgAAAz4AAAM+AAAAFQAAAhUAAAAVAAADFQAAAhUAAAMVAAAAFQAAABUAAAE+AAACWAAAAD4AAAA+AAABPgAAAT4AAAE+AAAAPgAAAxUAAAEVAAACFQAAAxUAAAEVAAACFQAAARUAAAAVAAADPgAAA1gAAAA+AAADPgAAAj4AAAI+AAABPgAAAD4AAAAVAAABFQAAARUAAAEVAAAAFQAAARUAAAIVAAABFQAAAD4AAAAVAAABPgAAAz4AAAE+AAADPgAAAT4AAAI+AAAAFQAAAxUAAAMVAAACFQAAARUAAAIVAAADFQAAAxUAAAE+AAACFQAAAD4AAAI+AAABPgAAAT4AAAM+AAAAPgAAABUAAAEVAAABFQAAAhUAAAIVAAABFQAAARUAAAIVAAADPgAAAFgAAAA+AAAAPgAAAj4AAAE+AAACPgAAAj4AAAI+AAADPgAAAT4AAAA+AAABPgAAAT4AAAI+AAABPgAAAj4AAABYAAAAPgAAAz4AAAA+AAAAPgAAAj4AAAE+AAACPgAAAD4AAAA+AAACPgAAAT4AAAI+AAACPgAAAz4AAAA+AAACPgAAAD4AAAM+AAACPgAAA0EAAABBAAAAQQAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAALAAAAPgAAAT4AAABYAAAAFQAAABUAAAFYAAAAWAAAAEEAAABBAAAAQQAAAFgAAAA+AAAAPgAAAj4AAABYAAAAWAAAAFgAAAAVAAABPgAAAj4AAAA+AAABPgAAAD4AAAE+AAAAPgAAAT4AAABYAAAAPgAAAD4AAAA+AAABWAAAAD4AAAE+AAADPgAAAz4AAAA+AAADPgAAAz4AAAM+AAABPgAAAD4AAAE+AAAAFQAAAT4AAAA+AAACPgAAAVgAAABYAAAAWAAAAFgAAAA+AAAAPgAAAD4AAAI+AAAAPgAAAj4AAAI+AAABPgAAAFgAAAA+AAABPgAAAT4AAANYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAE+AAADFQAAAxUAAAAVAAACPgAAAz4AAANYAAAAPgAAAz4AAAM+AAABWAAAAFgAAABYAAAAWAAAAA== + - ind: -4,-1 + tiles: AAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAFgAAAA+AAAAPgAAAj4AAAM+AAACWAAAAFgAAABYAAAAQQAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAFgAAABYAAAAPgAAAz4AAAI+AAADPgAAAVgAAABKAAADSgAAAz4AAAJXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABYAAAAWAAAAD4AAAI+AAACPgAAAj4AAAFYAAAASgAAAUoAAAM+AAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAFgAAAA+AAACPgAAAj4AAAM+AAABWAAAAEoAAABKAAAAPgAAAQAAAABXAAAAAAAAAAAAAABXAAAAAAAAAFgAAABYAAAAPgAAAj4AAAM+AAAAPgAAAFgAAABYAAAAWAAAAD4AAAEAAAAAVwAAAAAAAAAAAAAAVwAAAFgAAABYAAAAWAAAAEEAAAA+AAACPgAAAD4AAAM+AAABPgAAA1gAAABBAAAAVwAAAFcAAABXAAAAVwAAAFcAAABYAAAAWAAAAFgAAAA+AAACPgAAAkEAAAA+AAACPgAAAT4AAAFYAAAAPgAAAgAAAABXAAAAAAAAAAAAAABXAAAAWAAAAFgAAABYAAAAPgAAAT4AAAA+AAADFQAAAD4AAAE+AAABWAAAAD4AAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAAD4AAAA+AAACPgAAAD4AAAM+AAACPgAAAVgAAABYAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAWAAAAFgAAAA+AAACPgAAAj4AAAI+AAAAPgAAAz4AAAAVAAAAPgAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAD4AAAE+AAACPgAAAj4AAAI+AAAAFQAAAD4AAANYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFcAAABXAAAAVwAAAFcAAABYAAAAWAAAAEEAAABIAAAASAAAAEgAAABIAAAAWAAAABUAAAFYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAAAVAAACWAAAAFgAAABYAAAAWAAAAFgAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAVAAABFQAAARUAAANIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAA== + - ind: -4,-2 + tiles: WAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABIAAAASAAAAEoAAABBAAAAWAAAABUAAAE+AAAAPgAAAj4AAAM+AAADPgAAAT4AAAM+AAABPgAAAkEAAAA+AAAAPgAAAT4AAAALAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAWAAAAEgAAABYAAAAWAAAAEgAAABYAAAAWAAAAEgAAABIAAAACwAAAFgAAABYAAAAWAAAAAAAAABYAAAAPgAAAFgAAABBAAAAWAAAAEEAAABYAAAAWAAAAFgAAABIAAAASAAAAAsAAABYAAAAWAAAAFgAAAAAAAAAWAAAAD4AAAFYAAAAWAAAAEEAAABYAAAAWAAAAEkAAABJAAAAWAAAAFgAAAA+AAADWAAAAFgAAABYAAAAWAAAAFgAAAAVAAACWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAFQAAA1gAAABYAAAAWAAAAD4AAAE+AAADQQAAAD4AAAM+AAABPgAAAT4AAAE+AAACPgAAAj4AAAFYAAAAPgAAAUEAAAA+AAADQQAAABUAAAJBAAAAPgAAAD4AAAE+AAABPgAAAT4AAAE+AAAAPgAAAj4AAANBAAAAWAAAAD4AAAM+AAABWAAAAFgAAAAVAAAAPgAAAz4AAAI+AAACPgAAAz4AAAA+AAADPgAAAj4AAAJBAAAAPgAAAAsAAABBAAAAPgAAAVgAAAA+AAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAABUAAAJYAAAAPgAAAz4AAANYAAAAPgAAAj4AAANYAAAASQAAAFgAAABYAAAAWAAAAAAAAAAAAAAAWAAAAEgAAABIAAAAWAAAABUAAAEVAAABWAAAABUAAAJYAAAAWAAAAEkAAABXAAAAVwAAAFcAAABXAAAAVwAAAFgAAABIAAAASAAAAFgAAAALAAAACwAAAEEAAAA+AAADPgAAAz4AAAA+AAAAAAAAAFcAAAAAAAAAAAAAAFcAAABYAAAAWAAAAFgAAABYAAAAPgAAAUEAAAA+AAABPgAAAz4AAABYAAAAPgAAAQAAAABXAAAAAAAAAAAAAABXAAAAWAAAAFgAAABYAAAAPgAAAkEAAAA+AAAAPgAAAD4AAAFBAAAAWAAAAFgAAABXAAAAVwAAAFcAAABXAAAAVwAAAFgAAABYAAAAWAAAAD4AAAE+AAABPgAAAT4AAAE+AAAAPgAAAVgAAAA+AAABAAAAAFcAAAAAAAAAAAAAAFcAAABYAAAAWAAAAFgAAAA+AAADPgAAA0EAAAA+AAADPgAAAj4AAAFYAAAAPgAAAw== + - ind: -5,-1 + tiles: VwAAAAAAAAAAAAAAVwAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAABYAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAFcAAABYAAAAWAAAAFgAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAASAAAAEgAAABYAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAVwAAAFgAAABYAAAAWAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAWAAAAFgAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAFgAAABYAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAFcAAABYAAAAWAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAWAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAWAAAAFgAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFgAAABYAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABXAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAVwAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFgAAABYAAAAWAAAAFcAAABXAAAAVwAAAFcAAABYAAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -5,-2 + tiles: VwAAAFcAAAAAAAAAAAAAAFgAAABJAAAAPgAAAkkAAAA+AAADSQAAAFgAAAAVAAABSAAAAEgAAABIAAAAFQAAAlcAAAAAAAAAAAAAAAAAAABYAAAASQAAAD4AAAFJAAAAPgAAAUkAAABYAAAAFQAAAUgAAAAVAAAASAAAABUAAANXAAAAAAAAAAAAAAAAAAAAWAAAAEkAAAA+AAADSQAAAD4AAABJAAAAWAAAABUAAANYAAAAWAAAAFgAAAAVAAADVwAAAAAAAAAAAAAAAAAAAFgAAAA+AAACPgAAAj4AAAI+AAADPgAAA1gAAABBAAAAFQAAAxUAAAMVAAAAQQAAAFcAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAABUAAAIVAAACFQAAAUEAAABXAAAAAAAAAFgAAABYAAAAWAAAAD4AAAE+AAABPgAAAD4AAAM+AAAAWAAAAEEAAAAVAAABWAAAABUAAANBAAAAVwAAAFcAAAAVAAADFQAAAhUAAAM+AAAAPgAAAT4AAAA+AAABPgAAA1gAAABBAAAAWAAAAFgAAABYAAAAQQAAAFcAAAAAAAAAWAAAAFgAAABYAAAAPgAAAT4AAAE+AAAAPgAAAj4AAAEVAAAAQQAAABUAAAIVAAAAFQAAAEEAAABXAAAAAAAAAAAAAABYAAAAWAAAAD4AAAI+AAABPgAAAT4AAAA+AAABFQAAAUEAAAAVAAABFQAAARUAAAFBAAAAVwAAAAAAAAAAAAAAVwAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFcAAAAAAAAAAAAAAFcAAABYAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABXAAAAAAAAAAAAAABYAAAAWAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAWAAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAWAAAAFgAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAVwAAAFgAAABYAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAA== + - ind: -5,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAEkAAABJAAAASQAAAEkAAABJAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFgAAABJAAAASQAAAEkAAABJAAAASQAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABYAAAASQAAAEkAAABJAAAASQAAAEkAAAAVAAAAFQAAAxUAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAWAAAAEkAAABJAAAASQAAAEkAAABJAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAFgAAABJAAAASQAAAEkAAABJAAAASQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAAFgAAAAVAAACWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABYAAAAFQAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAWAAAABUAAAJYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAWAAAABUAAANYAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFgAAAAVAAADWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAVwAAAFcAAABXAAAAWAAAAFgAAABYAAAAFQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAFcAAAAAAAAAAAAAAFgAAAA+AAABPgAAAj4AAAM+AAADPgAAAFgAAAAVAAABFQAAAxUAAAEVAAABWAAAAA== + - ind: -4,-5 + tiles: AAAAAAAAAAAAAAAAAAAAABUAAAAVAAABFQAAAz4AAAE+AAADPgAAAAsAAAA+AAABPgAAA1gAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABBAAAACwAAAD4AAAA+AAABQQAAAD4AAANYAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASgAAAFgAAAA+AAABQQAAAD4AAAE+AAABWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEEAAAALAAAAPgAAAj4AAAELAAAACwAAAEkAAABJAAAAPgAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABBAAAAPgAAAD4AAAJYAAAAPgAAAkEAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAD4AAAJBAAAAPgAAAj4AAAFBAAAAWAAAAEEAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAVAAADWAAAAFgAAABYAAAAPgAAAT4AAABKAAACQQAAAFgAAABBAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAQQAAAD4AAAFBAAAAQQAAAFgAAABYAAAAQQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAFQAAARUAAAIVAAABPgAAAj4AAAE+AAAAQQAAAFgAAABYAAAAQQAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAAsAAAALAAAAPgAAAj4AAAFYAAAAQQAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAQQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAQQAAAEEAAABBAAAAWAAAAFgAAABYAAAAQQAAAEEAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABBAAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAQQAAAEEAAABYAAAAWAAAAFgAAAA+AAABPgAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAVwAAAFgAAAA+AAADWAAAAEgAAABIAAAAWAAAAA== + - ind: -4,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAAAVAAABFQAAAVgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAAA6AAAAFQAAARUAAAA6AAAAOgAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABYAAAAOgAAABUAAAEVAAAAFQAAABUAAAIVAAADWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAADoAAAAVAAAAFQAAADoAAAA6AAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAFQAAAhUAAAJYAAAAWAAAAFgAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABBAAAACwAAAFgAAAALAAAAWAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAhUAAAMVAAAAWAAAAAsAAAA+AAABQQAAAFgAAABYAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAD4AAABYAAAAPgAAAz4AAAA+AAACWAAAAFgAAAAAAAAAWAAAAA== + - ind: -3,-6 + tiles: AAAAAAAAAAAAAAAAWAAAAFgAAAA+AAABPgAAAVgAAAA+AAABPgAAAz4AAAJYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAEgAAABIAAAAWAAAAEoAAAJYAAAASgAAA1gAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAEgAAABIAAAAWAAAAFgAAABIAAAAWAAAAEgAAABIAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEgAAABIAAAAQQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAEgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAEEAAABKAAADSAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEgAAABKAAACQQAAAEgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAEgAAABIAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABYAAAAQQAAAEgAAAA+AAACWAAAAFgAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFgAAABYAAAAWAAAAFgAAAA+AAAAPgAAAVgAAABYAAAAWAAAAFgAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAQQAAAD4AAAFYAAAAWAAAAFgAAABYAAAAWAAAAEEAAABYAAAAWAAAAFcAAAAAAAAAAAAAAAAAAABYAAAAQQAAAD4AAAILAAAAPgAAAQsAAAALAAAACwAAAAsAAABBAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAQQAAAEEAAABYAAAACwAAAD4AAABBAAAAPgAAAj4AAAALAAAAPgAAAEEAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFgAAABBAAAAQQAAAAsAAAA+AAADPgAAAVgAAABBAAAAPgAAAj4AAAM+AAACWAAAAFgAAAAAAAAAAAAAAAAAAABBAAAAQQAAAFgAAAALAAAAPgAAAj4AAAI+AAACSgAAAQsAAAA+AAAAPgAAAUEAAABYAAAAVwAAAFcAAABXAAAAPgAAAAsAAABYAAAAPgAAAwsAAAALAAAACwAAAAsAAAALAAAAQQAAAD4AAAI+AAAAWAAAAAAAAAAAAAAAAAAAAA== + - ind: -4,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAAIVAAABFQAAAxUAAAEVAAACPgAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAABFQAAAhUAAAMVAAADFQAAAj4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAAAVAAABFQAAAhUAAAAVAAACPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAFQAAARUAAAMVAAABFQAAAj4AAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAPgAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABYAAAAWAAAAFgAAABYAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAWAAAABUAAAIVAAAAWAAAAD4AAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAABUAAAIVAAACFQAAARUAAAM+AAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAVAAADFQAAABUAAAAVAAADPgAAAA== + - ind: -4,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAQQAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAWAAAAEEAAABIAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABIAAAASAAAAFgAAAA+AAACPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAEEAAABYAAAAPgAAAj4AAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAD4AAAM+AAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABVAAAAVQAAA1gAAAA+AAADPgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAVQAAA1UAAAFYAAAAPgAAAT4AAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFUAAANVAAACWAAAAD4AAAM+AAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAVAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAz4AAAE+AAACPgAAAT4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAI+AAABPgAAAz4AAAA+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAFQAAAVgAAABYAAAAFQAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAVQAAAFUAAANYAAAAVQAAAFUAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFUAAANVAAABWAAAAFUAAABVAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABVAAABVQAAA1gAAABVAAABVQAAAA== + - ind: -2,2 + tiles: WAAAAFgAAABYAAAAWAAAAEEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAAAAAAAAAAAAAAAAAFgAAABIAAAAWAAAAEoAAABIAAAAWAAAAFgAAABVAAADVQAAAFUAAAJVAAADWAAAAD4AAAEAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABIAAAAWAAAAFgAAAAeAAAAVQAAA1UAAAFVAAAAVQAAAhUAAAA+AAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABJAAAAWAAAAFUAAABVAAAAVQAAAlUAAANYAAAAPgAAAEoAAAJKAAABWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAD4AAAJYAAAAWAAAAEgAAABYAAAASQAAAEkAAABYAAAAQQAAAFgAAAAQAAAAEAAAABAAAAAQAAAAWAAAAEoAAAE+AAADVQAAAFgAAABBAAAAWAAAAEEAAAA+AAAAWAAAAFgAAAAeAAAAEAAAABAAAAAQAAAAEAAAAFgAAABJAAAAPgAAA1gAAABYAAAAQQAAAFgAAABKAAACWAAAAFgAAABYAAAAWAAAABAAAAAQAAAAEAAAAFgAAABYAAAAWAAAAD4AAANYAAAAWAAAAFgAAABKAAACSgAAAUEAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAM+AAADAAAAAFgAAABKAAAASgAAAD4AAABYAAAASAAAAFgAAAAeAAAAVQAAAVUAAAJVAAAAVQAAAj4AAAI+AAABPgAAAwAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFUAAAFVAAADVQAAA1UAAAM+AAACPgAAAT4AAAIAAAAAAAAAAFgAAAAwAAAAMAAAADAAAABYAAAAWAAAAFgAAABVAAADVQAAA1UAAABVAAADPgAAAz4AAAM+AAAAAAAAAAAAAABYAAAAMAAAADAAAAAwAAAAWAAAAFgAAABYAAAAVQAAAlUAAABVAAADWAAAAD4AAAI+AAABPgAAAQAAAAAAAAAAWAAAADAAAAAwAAAAMAAAAB4AAABYAAAAWAAAAFUAAAFVAAAAVQAAAxUAAAI+AAAAPgAAAz4AAAMAAAAAAAAAAFgAAAAwAAAAMAAAADAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAD4AAAM+AAADAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAeAAAAVQAAA1UAAANVAAADWAAAAD4AAAI+AAACPgAAAQ== + - ind: -2,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEEAAABYAAAAVQAAAVUAAABVAAAAWAAAABUAAAAVAAACFQAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAA+AAADPgAAAD4AAAMAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAAA+AAABPgAAAz4AAAM+AAAAPgAAAT4AAAM+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASgAAAFgAAABYAAAAPgAAAT4AAAI+AAACPgAAAD4AAAE+AAACPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEoAAANYAAAAWAAAAD4AAAE+AAADWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABBAAAAWAAAAFgAAAA+AAABPgAAA1gAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAQQAAAFgAAABYAAAAPgAAAj4AAANYAAAAWAAAAFgAAABYAAAAWAAAAFcAAABXAAAAVwAAAFcAAABXAAAAWAAAAEoAAAFYAAAAWAAAAD4AAAI+AAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAPgAAAj4AAAM+AAABPgAAA1gAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAPgAAAD4AAAFYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAE+AAACWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAABPgAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAz4AAAFYAAAASAAAAEoAAABKAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAE+AAADWAAAAEkAAABYAAAAWAAAAEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAABPgAAA1gAAABYAAAASAAAAFgAAABIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAj4AAAJYAAAASAAAAEkAAABYAAAASAAAAA== + - ind: -1,3 + tiles: WAAAAFgAAABYAAAAWAAAAFgAAABYAAAAJQAAACUAAAAlAAAAJQAAACUAAAAfAAADJQAAACUAAABYAAAAPgAAAFgAAABIAAAASgAAAEgAAABYAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAHwAAAyUAAAAlAAAAWAAAAD4AAAMVAAAAPgAAAz4AAAA+AAADWAAAACUAAAAlAAAAJQAAACUAAAAlAAAAHwAAAh8AAAIlAAAAJQAAAFgAAAA+AAACFQAAAT4AAAE+AAAAPgAAAVgAAAAlAAAAJQAAACUAAAAlAAAAJQAAAB8AAAIlAAAAJQAAACUAAABYAAAAPgAAAVgAAABYAAAAPgAAAT4AAAAVAAABHwAAAx8AAAMfAAAAHwAAAR8AAAEfAAABJQAAACUAAAAlAAAAWAAAAD4AAAIAAAAAWAAAAD4AAAE+AAADWAAAACUAAAAlAAAAJQAAACUAAAAfAAACJQAAACUAAAAlAAAAJQAAAFgAAAAVAAAAAAAAAFgAAAA+AAACPgAAAVgAAAAlAAAAJQAAACUAAAAlAAAAHwAAACUAAAAlAAAAJQAAACUAAABYAAAAPgAAAgAAAABYAAAAPgAAAD4AAANYAAAAJQAAACUAAAAlAAAAJQAAAB8AAAIlAAAAJQAAACUAAAAlAAAAWAAAAD4AAAIAAAAAWAAAAD4AAAM+AAABWAAAACUAAAAlAAAAJQAAACUAAAAfAAACJQAAACUAAAAlAAAAJQAAAFgAAAA+AAACAAAAAFgAAAA+AAACPgAAA1gAAABYAAAAWAAAAFgAAABYAAAAFQAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAQAAAABYAAAAPgAAAj4AAAAVAAABPgAAAz4AAAE+AAAAPgAAAj4AAAA+AAACPgAAAj4AAAA+AAABPgAAAD4AAABYAAAAWAAAAD4AAAM+AAADFQAAAz4AAAA+AAABPgAAAD4AAAI+AAACPgAAAj4AAAE+AAADPgAAAj4AAAA+AAADSAAAAFgAAAA+AAAAPgAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAABWAAAAEgAAABYAAAAPgAAAj4AAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAVAAABPgAAABUAAABJAAAAWAAAAD4AAAI+AAABWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAFQAAAD4AAAEVAAABSQAAAFgAAAA+AAADPgAAAVgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAFcAAAAAAAAAWAAAABUAAAM+AAADFQAAAQ== + - ind: -3,2 + tiles: PgAAAj4AAAM+AAADFQAAARUAAAAVAAAAPgAAAz4AAABYAAAAPgAAAj4AAAM+AAADWAAAAFgAAABYAAAAWAAAAD4AAAE+AAAAPgAAABUAAAIVAAACFQAAAT4AAAM+AAAAWAAAAD4AAAI+AAABPgAAAFgAAABXAAAAAAAAAAAAAAA+AAAAPgAAAT4AAAA+AAAAPgAAAT4AAAI+AAADPgAAA1gAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAPgAAAj4AAAE+AAACPgAAAz4AAAM+AAABPgAAAz4AAAFYAAAAWAAAAEEAAABVAAADWAAAAFgAAABYAAAAWAAAAD4AAAE+AAAAPgAAAVgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABBAAAAVQAAAFgAAABYAAAASgAAAkoAAANYAAAAWAAAAFgAAABYAAAASQAAAEkAAABJAAAASQAAAFgAAABYAAAAWAAAAEEAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABYAAAAWAAAAEgAAABIAAAASAAAAEgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAVQAAAFgAAABIAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAABBAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAWAAAABUAAAJYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAVAAABWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAFQAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -4,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABYAAAAWAAAAFgAAABYAAAAPgAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAFQAAABUAAAEVAAADFQAAAz4AAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAABUAAAEVAAAAFQAAAhUAAAE+AAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABYAAAAFQAAAhUAAANYAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAWAAAAFgAAABYAAAAWAAAAD4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAA== + - ind: -3,3 + tiles: AAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAABAAAAAQAAAAEAAAABAAAAQQAAAEEAAAABAAAAQQAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAQAAAEEAAAABAAAAgQAAAIEAAACBAAAAAQAAAAFAAAABAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAAAEAAABBAAAAQQAAAIEAAABBAAAAgQAAAEEAAABBAAAAQQAAAAEAAACBAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAABAAAAQQAAAAEAAAABQAAAAQAAAIEAAAABAAAAAQAAAIEAAACBAAAAgQAAAIAAAAAAAAAAAAAAABXAAAAAAAAAAQAAAEEAAABBAAAAAQAAAAEAAABBAAAAAQAAAAEAAABBAAAAgQAAAAEAAACAAAAAAAAAAAAAAAAVwAAAAAAAAAEAAACBAAAAAQAAAAEAAACBAAAAAQAAAAEAAABBAAAAgQAAAEEAAAABAAAAgQAAAAAAAAAAAAAAFcAAAAAAAAABAAAAgQAAAEEAAACBAAAAgQAAAAEAAABBAAAAAUAAAAEAAABBAAAAQQAAAIEAAAAAAAAAAAAAABXAAAAAAAAAAQAAAIEAAABBAAAAAQAAAEEAAABBAAAAgQAAAAEAAAABAAAAQQAAAIEAAABBAAAAQQAAAEAAAAAVwAAAAAAAAAEAAAABAAAAQQAAAEEAAABBAAAAgQAAAEEAAABBAAAAAQAAAAEAAACBAAAAAQAAAAEAAAAAAAAAFcAAAAAAAAABAAAAQQAAAEEAAABBAAAAQQAAAEEAAABBAAAAQUAAAAEAAACBAAAAQQAAAIFAAAABAAAAQAAAABXAAAAAAAAAA== + - ind: -4,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAgQAAAAEAAABBQAAAAQAAAIAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAEEAAABBAAAAQQAAAEEAAABAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAEAAABBAAAAQQAAAAEAAAABAAAAgAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAEEAAABBAAAAAQAAAIEAAAABAAAAgQAAAIAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAACBAAAAQQAAAIEAAACBAAAAgQAAAIEAAACAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAEEAAACBAAAAQQAAAEEAAABBAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAEAAABBAAAAgQAAAIEAAACBAAAAgQAAAIEAAACBAAAAgQAAAEAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAABAAAAQQAAAIEAAABBAAAAgQAAAIEAAAABAAAAAQAAAAEAAACAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAABAAAAAQAAAIEAAAABAAAAgQAAAIEAAABBAAAAQQAAAAEAAACBAAAAA== + - ind: -3,4 + tiles: BAAAAQQAAAIEAAACBAAAAQQAAAAEAAACBAAAAgQAAAEEAAACBAAAAQQAAAIEAAACBAAAAAAAAABXAAAAAAAAAAQAAAEEAAAABAAAAgQAAAEEAAAABAAAAAQAAAIEAAABBAAAAAQAAAAEAAABBAAAAAQAAAIAAAAAVwAAAAAAAAAEAAABBAAAAAQAAAAEAAAABAAAAAQAAAEEAAACBAAAAAQAAAAEAAACBAAAAQQAAAEEAAABAAAAAFcAAAAAAAAABAAAAgQAAAEEAAAABAAAAQQAAAIEAAAABAAAAgQAAAIEAAACBAAAAAQAAAAEAAABBAAAAQAAAABXAAAAAAAAAAQAAAEEAAACBAAAAAQAAAIEAAABBAAAAgQAAAAEAAAABAAAAgQAAAEEAAABBAAAAgAAAAAAAAAAVwAAAAAAAAAAAAAABAAAAQQAAAAEAAABBAAAAQQAAAIEAAABBAAAAQQAAAEEAAACBAAAAQAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAABAAAAgQAAAIEAAAABAAAAQQAAAAEAAABAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -4,4 + tiles: AAAAAAAAAABXAAAAAAAAAAAAAAAEAAAABAAAAQQAAAAEAAAABAAAAQQAAAEEAAAABAAAAQQAAAIEAAACBAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAABAAAAQQAAAIEAAACBAAAAQQAAAIEAAACBAAAAgQAAAEEAAABBAAAAQQAAAEAAAAAAAAAAFcAAAAAAAAABAAAAAQAAAAEAAABBAAAAQQAAAIEAAABBAAAAQQAAAEEAAACBAAAAQQAAAIEAAAAAAAAAAAAAABXAAAAAAAAAAQAAAIEAAABBAAAAQQAAAAEAAACBAAAAgQAAAEEAAABBAAAAAQAAAIEAAACBAAAAAAAAAAAAAAAVwAAAAAAAAAEAAACBAAAAAQAAAEEAAACBAAAAQQAAAIEAAAABAAAAgQAAAIEAAABBAAAAQQAAAIAAAAAAAAAAFcAAAAAAAAABAAAAQQAAAIEAAAABAAAAAQAAAAEAAACBAAAAQQAAAIEAAAABAAAAgQAAAIEAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAEAAABBAAAAAQAAAEEAAAABAAAAgQAAAIEAAAABAAAAQQAAAEEAAACAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAEAAACBAAAAgQAAAIEAAAABAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 1,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 3,2 + tiles: QQAAAEoAAABBAAAAWAAAAFgAAABYAAAAVQAAAi4AAAAuAAAAQQAAAFgAAABYAAAAAAAAAAAAAABYAAAAFQAAAkoAAANBAAAASgAAAFgAAABYAAAAWAAAAFUAAAFVAAABQQAAAFUAAAJYAAAAWAAAAAAAAAAAAAAAAAAAAFcAAABYAAAAWAAAAFgAAABYAAAAQQAAAFgAAABYAAAAWAAAAEEAAABYAAAAQQAAAFgAAAAAAAAAAAAAAAAAAABXAAAASQAAAEkAAABYAAAASAAAAEgAAABIAAAASAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAVwAAAEEAAABBAAAAWAAAAEkAAABJAAAASQAAAEgAAABYAAAASQAAAEkAAABJAAAASQAAAEkAAABYAAAAAAAAAFcAAABBAAAAQQAAAFgAAABJAAAASQAAAEkAAABIAAAASgAAA0kAAAAgAAAAEAAAACAAAABJAAAAWAAAAFcAAABXAAAAQQAAAD4AAAFYAAAAWAAAAFgAAABYAAAAQQAAAFgAAABJAAAAEAAAABEAAAAQAAAASQAAAFgAAAAAAAAAVwAAAEgAAABYAAAAWAAAAFgAAABBAAAAWAAAAEoAAABYAAAASQAAACAAAAAQAAAAIAAAAEkAAABYAAAAAAAAAAAAAABYAAAAQQAAAEEAAABBAAAAQQAAAFgAAABJAAAAWAAAAEkAAABJAAAASQAAAEkAAABJAAAAWAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASQAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAABYAAAAPgAAAD4AAAFIAAAAWAAAAD4AAAJBAAAAQQAAAEEAAABIAAAAWAAAAAQAAAJYAAAAWAAAAAQAAAIAAAAAWAAAAD4AAAFIAAAASAAAAEEAAABBAAAAQQAAAFgAAAA+AAADSAAAAFgAAAAEAAACWAAAAFgAAAAEAAABWAAAAFgAAABYAAAASQAAAFgAAABJAAAAWAAAAEkAAABYAAAASQAAAFgAAABYAAAABAAAAgQAAAEEAAABBAAAAT4AAAA+AAACSQAAAEoAAANJAAAASgAAA0kAAABKAAACSQAAAEoAAABJAAAASgAAAEoAAAIEAAABBAAAAAQAAAA+AAADWAAAAFgAAAA+AAACWAAAAFgAAABYAAAAPgAAAVgAAABJAAAAWAAAAFgAAABBAAAABAAAAlgAAAAEAAABPgAAAz4AAAFJAAAASgAAAkkAAABKAAADSQAAAEoAAANJAAAASgAAAkkAAABKAAABSgAAAQQAAAEEAAACBAAAAg== + - ind: 2,3 + tiles: WAAAAFgAAABYAAAAPgAAAD4AAAI+AAAAWAAAAEEAAABVAAADPgAAAT4AAAA+AAABWAAAAD4AAAI+AAADPgAAAwAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFUAAAJYAAAAWAAAAFgAAAA+AAACPgAAAz4AAAIAAAAAAAAAAAAAAABYAAAAPgAAA1UAAAFVAAADPgAAA1gAAABVAAABWAAAAAAAAABYAAAAWAAAAFgAAAA+AAACAAAAAAAAAAAAAAAAWAAAAFgAAAA+AAAAPgAAAVUAAAJVAAABVQAAAFgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 3,3 + tiles: PgAAAVgAAABYAAAASQAAAFgAAABJAAAAWAAAAEkAAABYAAAASQAAAFgAAABYAAAAWAAAAAQAAAEEAAABBAAAAj4AAANYAAAASAAAAEgAAABIAAAASAAAAEEAAABBAAAAWAAAAD4AAAFIAAAAWAAAAFgAAABYAAAABAAAAAQAAAE+AAACWAAAAFgAAABIAAAAQQAAAEgAAABBAAAAPgAAA0gAAABIAAAAPgAAAlgAAABYAAAAWAAAAFgAAAAEAAACWAAAAFgAAABIAAAASgAAAkEAAABKAAABWAAAAD4AAAM+AAADPgAAAUgAAABYAAAABAAAAgQAAAEEAAABBAAAAAAAAABYAAAAWAAAAEoAAABBAAAAQQAAAFgAAABYAAAAPgAAAD4AAAFIAAAAWAAAAAQAAAIEAAACBAAAAgQAAAIAAAAAWAAAAFgAAABYAAAAPgAAAD4AAAJBAAAAPgAAAkgAAABYAAAAWAAAAFgAAAAEAAACBAAAAQQAAAEEAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAABAAAAgQAAAEEAAABBAAAAgAAAAAAAAAAWAAAAFgAAAA+AAAAWAAAABUAAAJYAAAAPgAAAFgAAABYAAAAAAAAAAAAAAAEAAAABAAAAQQAAAEAAAAAAAAAAFgAAABIAAAASAAAAEEAAAAVAAACWAAAAEEAAAA+AAABWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAEoAAAE+AAACFQAAAkEAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAEEAAAA+AAADPgAAAkgAAABKAAAAPgAAAkEAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAPgAAAkkAAABJAAAASQAAAEgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABJAAAASQAAAEkAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -2,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAz4AAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAE+AAADWAAAAFgAAABIAAAAWAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAAAPgAAAFgAAABIAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAPgAAAz4AAAJYAAAAWAAAAEgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAD4AAAE+AAAAWAAAAFgAAABYAAAASAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAADPgAAAVgAAAAAAAAAWAAAAFgAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAFQAAAxUAAAFYAAAAAAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAABUAAAAVAAADWAAAAAAAAABYAAAAFQAAA1gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAVAAAAFQAAAFgAAAAAAAAAWAAAABUAAAJYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAASQAAAEkAAABYAAAAAAAAAFgAAAAVAAABWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAABUAAAEVAAADWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAVAAABFQAAA1gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -1,4 + tiles: WAAAAFgAAAA+AAADPgAAAlgAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFgAAABYAAAAWAAAAFgAAAAVAAAAWAAAAFgAAABYAAAAPgAAAT4AAAJYAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAGQAAABkAAAAVAAAAPgAAABUAAABYAAAAWAAAAD4AAAE+AAABWAAAAAAAAAAAAAAAWAAAAFgAAAAVAAABFQAAAikAAAApAAAAKQAAACkAAAApAAAASAAAABUAAAE+AAABPgAAAVgAAAAAAAAAAAAAAFgAAAAVAAAAFQAAARUAAAIpAAAAGAAAABgAAAAYAAAAGAAAAFgAAABYAAAAPgAAAz4AAAFYAAAAAAAAAAAAAABYAAAAFQAAAD4AAAAVAAACKQAAABgAAAAOAAAADgAAAA4AAAAAAAAAWAAAAD4AAAI+AAABWAAAAAAAAAAAAAAAWAAAABUAAAA+AAAAFQAAAikAAAAYAAAADgAAABUAAAEOAAAAAAAAAFgAAAAVAAACFQAAA1gAAAAAAAAAAAAAAFgAAAAVAAAAPgAAABUAAAIpAAAAGAAAAA4AAAAOAAAADgAAAAAAAABYAAAAFQAAAhUAAAFYAAAAAAAAAAAAAABYAAAAFQAAAD4AAAA+AAAAKQAAABgAAAAYAAAAGAAAABgAAAAAAAAAWAAAABUAAAEVAAADWAAAAAAAAAAAAAAAWAAAAFgAAAAVAAACPgAAACkAAAApAAAAKQAAACkAAAApAAAAAAAAAFgAAABJAAAASQAAAFgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAD4AAAA+AAAAPgAAABUAAAJYAAAAFQAAAgAAAABYAAAAFQAAAhUAAAJYAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAWAAAABUAAAAVAAADWAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 4,3 + tiles: BAAAAgQAAAIEAAAABAAAAQQAAAAEAAAABAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAIEAAAABAAAAgQAAAEEAAACBAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAABBAAAAgQAAAIEAAABBAAAAAQAAAIEAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAQQAAAAEAAACBAAAAAQAAAIEAAABBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAEEAAABBAAAAQQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAABBAAAAAQAAAIEAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAgQAAAIEAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 4,2 + tiles: WAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAA+AAADPgAAAD4AAAM+AAADPgAAAVgAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAPgAAAD4AAAI+AAACPgAAAj4AAABYAAAAWAAAAFgAAABXAAAAAAAAAFcAAABXAAAAVwAAABUAAAAVAAADFQAAAz4AAAI+AAADPgAAAz4AAAI+AAADFQAAARUAAAIVAAAAVwAAAFcAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAAA+AAACPgAAAj4AAAE+AAACPgAAAFgAAABYAAAAWAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABYAAAAPgAAAD4AAAA+AAAAPgAAAj4AAAJYAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAQAAAIEAAAABAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAEAAABBAAAAQQAAAEEAAACBAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAABAAAAgQAAAIEAAAABAAAAgQAAAIEAAACBAAAAgAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAQAAAIEAAAABAAAAQQAAAAEAAACBAAAAAQAAAIAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAEAAABBAAAAgQAAAEEAAAABAAAAAQAAAIEAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAABAAAAAQAAAEEAAAABAAAAgQAAAEEAAABBAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 0,4 + tiles: WAAAAFgAAABYAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkAAAAZAAAAWAAAAFgAAABYAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApAAAAKQAAABUAAAEVAAAAWAAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAACkAAAAVAAAAFQAAAhUAAABYAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAApAAAAFQAAAz4AAAAVAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAKQAAABUAAAA+AAAAFQAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAACkAAAAVAAACPgAAABUAAABYAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAApAAAAPgAAAD4AAAAVAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApAAAAKQAAAD4AAAAVAAACWAAAAFgAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAD4AAAA+AAAAWAAAAFgAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 5,2 + tiles: AAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: 5,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAA== + - ind: -1,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAFgAAAA+AAABFQAAAz4AAAM+AAACPgAAAFgAAABYAAAAAAAAAAAAAABXAAAAWAAAAFgAAABYAAAAWAAAAFgAAAAVAAABFQAAAhUAAAI+AAABPgAAAj4AAAM+AAAAWAAAAFcAAABXAAAAVwAAAEEAAABBAAAAWAAAAD4AAAA+AAACPgAAAz4AAAA+AAAAPgAAAEEAAAA+AAADPgAAA1gAAAAAAAAAAAAAAFcAAABBAAAAQQAAAEEAAAA+AAACPgAAAj4AAAE+AAAAQQAAAEEAAAA+AAACPgAAAD4AAAFYAAAAAAAAAAAAAABXAAAASAAAAEgAAABYAAAAPgAAAD4AAAM+AAAAPgAAAT4AAAM+AAACPgAAAD4AAAA+AAADWAAAAFcAAABXAAAAVwAAAA== + - ind: -2,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAD4AAAE+AAACPgAAA1gAAABYAAAAWAAAAAAAAAAAAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAPgAAAz4AAAI+AAADPgAAAD4AAAA+AAADPgAAAlgAAABYAAAAWAAAAFgAAABIAAAASAAAAEgAAABIAAAAQQAAAD4AAAFBAAAAQQAAAEEAAABBAAAAQQAAAD4AAANBAAAAQQAAAEEAAAAVAAABQQAAAEEAAABBAAAAQQAAAFgAAAA+AAADQQAAAEEAAABBAAAAQQAAAEEAAAA+AAADWAAAAEEAAABBAAAAWAAAAEEAAABBAAAAWAAAAEEAAABBAAAAPgAAAkEAAABBAAAAQQAAAEoAAAJBAAAAPgAAAEEAAABIAAAAWAAAAA== + - ind: -3,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFcAAABXAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAWAAAABUAAAFYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAFgAAAAVAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAFQAAAFgAAABYAAAAWAAAAAAAAAAAAAAAAAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAEgAAAAAAAAAAAAAAAAAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAAWAAAAFgAAABYAAAASAAAAEgAAABIAAAAAAAAAAAAAAAAAAAAWAAAAFgAAAA+AAACPgAAAkoAAANIAAAAWAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAA== + - ind: -5,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAFcAAABXAAAAVwAAAA== +entities: +- uid: 0 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-57.5 + parent: 864 + type: Transform +- uid: 1 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 22.5,-55.5 + parent: 864 + type: Transform +- uid: 2 + type: WetFloorSign + components: + - pos: 16.379074,-41.325726 + parent: 864 + type: Transform +- uid: 3 + type: CableHV + components: + - pos: -11.5,-26.5 + parent: 864 + type: Transform +- uid: 4 + type: CableHV + components: + - pos: -1.5,-42.5 + parent: 864 + type: Transform +- uid: 5 + type: CableHV + components: + - pos: 0.5,-42.5 + parent: 864 + type: Transform +- uid: 6 + type: CableHV + components: + - pos: 2.5,-42.5 + parent: 864 + type: Transform +- uid: 7 + type: CableHV + components: + - pos: 4.5,-42.5 + parent: 864 + type: Transform +- uid: 8 + type: CableHV + components: + - pos: 6.5,-42.5 + parent: 864 + type: Transform +- uid: 9 + type: CableApcExtension + components: + - pos: 8.5,-17.5 + parent: 864 + type: Transform +- uid: 10 + type: APCHighCapacity + components: + - pos: 24.5,24.5 + parent: 864 + type: Transform +- uid: 11 + type: CableApcExtension + components: + - pos: 15.5,-32.5 + parent: 864 + type: Transform +- uid: 12 + type: CableApcExtension + components: + - pos: 15.5,-33.5 + parent: 864 + type: Transform +- uid: 13 + type: CableApcExtension + components: + - pos: 15.5,-34.5 + parent: 864 + type: Transform +- uid: 14 + type: CableApcExtension + components: + - pos: 31.5,-16.5 + parent: 864 + type: Transform +- uid: 15 + type: CableApcExtension + components: + - pos: 32.5,-13.5 + parent: 864 + type: Transform +- uid: 16 + type: CableApcExtension + components: + - pos: 33.5,-17.5 + parent: 864 + type: Transform +- uid: 17 + type: FirelockGlass + components: + - pos: -19.5,-68.5 + parent: 864 + type: Transform +- uid: 18 + type: CableMV + components: + - pos: 26.5,1.5 + parent: 864 + type: Transform +- uid: 19 + type: CableApcExtension + components: + - pos: 6.5,-65.5 + parent: 864 + type: Transform +- uid: 20 + type: CableApcExtension + components: + - pos: 30.5,-62.5 + parent: 864 + type: Transform +- uid: 21 + type: TableWood + components: + - pos: 22.5,10.5 + parent: 864 + type: Transform +- uid: 22 + type: WallSolid + components: + - pos: -17.5,-34.5 + parent: 864 + type: Transform +- uid: 23 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24 + type: GasPipeStraight + components: + - pos: 34.5,-21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25 + type: Grille + components: + - pos: 25.5,5.5 + parent: 864 + type: Transform +- uid: 26 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 33.5,-63.5 + parent: 864 + type: Transform +- uid: 27 + type: CableHV + components: + - pos: 15.5,-33.5 + parent: 864 + type: Transform +- uid: 28 + type: Chair + components: + - pos: -23.5,-38.5 + parent: 864 + type: Transform +- uid: 29 + type: AirlockGlass + components: + - name: lawyer office + type: MetaData + - rot: 3.141592653589793 rad + pos: 35.5,-3.5 + parent: 864 + type: Transform +- uid: 30 + type: HydroponicsToolHatchet + components: + - pos: 9.725508,-56.44578 + parent: 864 + type: Transform +- uid: 31 + type: CarpetSBlue + components: + - pos: 28.5,-37.5 + parent: 864 + type: Transform +- uid: 32 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 33 + type: Barricade + components: + - rot: 3.141592653589793 rad + pos: 9.5,-52.5 + parent: 864 + type: Transform +- uid: 34 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 35 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 15.5,-51.5 + parent: 864 + type: Transform +- uid: 36 + type: CableHV + components: + - pos: -12.5,-75.5 + parent: 864 + type: Transform +- uid: 37 + type: CableApcExtension + components: + - pos: -47.5,38.5 + parent: 864 + type: Transform +- uid: 38 + type: Grille + components: + - pos: -9.5,-55.5 + parent: 864 + type: Transform +- uid: 39 + type: Grille + components: + - pos: -12.5,-55.5 + parent: 864 + type: Transform +- uid: 40 + type: CableHV + components: + - pos: 8.5,-95.5 + parent: 864 + type: Transform +- uid: 41 + type: WindowReinforcedDirectional + components: + - pos: 16.5,-53.5 + parent: 864 + type: Transform +- uid: 42 + type: SpawnPointMedicalDoctor + components: + - pos: -14.5,-46.5 + parent: 864 + type: Transform +- uid: 43 + type: CableMV + components: + - pos: -6.5,-70.5 + parent: 864 + type: Transform +- uid: 44 + type: SignRedSeven + components: + - pos: 43.5,12.5 + parent: 864 + type: Transform +- uid: 45 + type: GasPipeStraight + components: + - pos: -18.5,31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 46 + type: PlushieSharkBlue + components: + - pos: -69.39385,-44.387226 + parent: 864 + type: Transform +- uid: 47 + type: VendingMachineCigs + components: + - pos: 2.5,58.5 + parent: 864 + type: Transform +- uid: 48 + type: SodiumLightTube + components: + - pos: -42.50719,-90.42425 + parent: 864 + type: Transform +- uid: 49 + type: VendingMachineSnack + components: + - pos: 2.5,57.5 + parent: 864 + type: Transform +- uid: 50 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-57.5 + parent: 864 + type: Transform +- uid: 51 + type: WetFloorSign + components: + - pos: -7.8693366,-23.228895 + parent: 864 + type: Transform +- uid: 52 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-10.5 + parent: 864 + type: Transform +- uid: 53 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 26.5,-61.5 + parent: 864 + type: Transform +- uid: 54 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 55 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 56 + type: GasPipeTJunction + components: + - pos: 28.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 57 + type: GasPipeStraight + components: + - pos: 28.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 58 + type: CableHV + components: + - pos: -11.5,-18.5 + parent: 864 + type: Transform +- uid: 59 + type: CableApcExtension + components: + - pos: -9.5,-13.5 + parent: 864 + type: Transform +- uid: 60 + type: Bed + components: + - pos: 1.5,-12.5 + parent: 864 + type: Transform +- uid: 61 + type: BedsheetClown + components: + - pos: 1.5,-11.5 + parent: 864 + type: Transform +- uid: 62 + type: BedsheetMime + components: + - pos: 1.5,-12.5 + parent: 864 + type: Transform +- uid: 63 + type: CrayonBox + components: + - pos: 4.384584,-10.869311 + parent: 864 + type: Transform +- uid: 64 + type: Grille + components: + - pos: 29.5,26.5 + parent: 864 + type: Transform +- uid: 65 + type: Soap + components: + - pos: 4.478334,-9.306811 + parent: 864 + type: Transform +- uid: 66 + type: WindowReinforcedDirectional + components: + - pos: -28.5,-78.5 + parent: 864 + type: Transform +- uid: 67 + type: Brutepack + components: + - rot: -1.5707963267948966 rad + pos: 4.5876236,-9.851763 + parent: 864 + type: Transform +- uid: 68 + type: Brutepack + components: + - rot: -1.5707963267948966 rad + pos: 4.7438736,-9.898638 + parent: 864 + type: Transform +- uid: 69 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 70 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 18.5,-23.5 + parent: 864 + type: Transform +- uid: 71 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 12.5,14.5 + parent: 864 + type: Transform +- uid: 72 + type: GasVentPump + components: + - pos: -1.5,-59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 73 + type: GasPipeTJunction + components: + - pos: -8.5,-53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 74 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 75 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,4.5 + parent: 864 + type: Transform +- uid: 76 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -0.5,1.5 + parent: 864 + type: Transform +- uid: 77 + type: DisposalPipe + components: + - pos: 12.5,6.5 + parent: 864 + type: Transform +- uid: 78 + type: RandomSpawner + components: + - pos: 34.5,15.5 + parent: 864 + type: Transform +- uid: 79 + type: CableApcExtension + components: + - pos: 21.5,-8.5 + parent: 864 + type: Transform +- uid: 80 + type: Grille + components: + - pos: -20.5,-68.5 + parent: 864 + type: Transform +- uid: 81 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -51.5,-73.5 + parent: 864 + type: Transform +- uid: 82 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -51.5,-74.5 + parent: 864 + type: Transform +- uid: 83 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -51.5,-75.5 + parent: 864 + type: Transform +- uid: 84 + type: SubstationBasic + components: + - pos: -34.5,-3.5 + parent: 864 + type: Transform +- uid: 85 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -11.5,8.5 + parent: 864 + type: Transform +- uid: 86 + type: ClosetEmergencyFilledRandom + components: + - pos: 30.5,-21.5 + parent: 864 + type: Transform +- uid: 87 + type: SpawnPointHeadOfPersonnel + components: + - pos: 27.5,-35.5 + parent: 864 + type: Transform +- uid: 88 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 36.5,9.5 + parent: 864 + type: Transform +- uid: 89 + type: CableMV + components: + - pos: 3.5,-49.5 + parent: 864 + type: Transform +- uid: 90 + type: AirlockSecurityLocked + components: + - pos: 29.5,1.5 + parent: 864 + type: Transform +- uid: 91 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -11.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 92 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -44.5,7.5 + parent: 864 + type: Transform +- uid: 93 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-57.5 + parent: 864 + type: Transform +- uid: 94 + type: Catwalk + components: + - pos: 8.5,-52.5 + parent: 864 + type: Transform +- uid: 95 + type: CableMV + components: + - pos: 10.5,-55.5 + parent: 864 + type: Transform +- uid: 96 + type: CableApcExtension + components: + - pos: 15.5,-52.5 + parent: 864 + type: Transform +- uid: 97 + type: CableApcExtension + components: + - pos: 14.5,-50.5 + parent: 864 + type: Transform +- uid: 98 + type: CableApcExtension + components: + - pos: 15.5,-47.5 + parent: 864 + type: Transform +- uid: 99 + type: BarSign + components: + - desc: Recently relicensed after a long closure. + name: The Emergency Rum Party + type: MetaData + - pos: 8.5,4.5 + parent: 864 + type: Transform + - current: EmergencyRumParty + type: BarSign +- uid: 100 + type: MaintenanceFluffSpawner + components: + - pos: 15.5,-66.5 + parent: 864 + type: Transform +- uid: 101 + type: CableApcExtension + components: + - pos: 18.5,-52.5 + parent: 864 + type: Transform +- uid: 102 + type: CableHV + components: + - pos: 12.5,-26.5 + parent: 864 + type: Transform +- uid: 103 + type: CableHV + components: + - pos: 15.5,-26.5 + parent: 864 + type: Transform +- uid: 104 + type: WetFloorSign + components: + - pos: -7.8537116,-23.36952 + parent: 864 + type: Transform +- uid: 105 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 31.5,-64.5 + parent: 864 + type: Transform +- uid: 106 + type: CableApcExtension + components: + - pos: 27.5,-47.5 + parent: 864 + type: Transform +- uid: 107 + type: Table + components: + - pos: 33.5,-12.5 + parent: 864 + type: Transform +- uid: 108 + type: CableApcExtension + components: + - pos: -10.5,-26.5 + parent: 864 + type: Transform +- uid: 109 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 28.5,-62.5 + parent: 864 + type: Transform +- uid: 110 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-61.5 + parent: 864 + type: Transform +- uid: 111 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-64.5 + parent: 864 + type: Transform +- uid: 112 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 28.5,-63.5 + parent: 864 + type: Transform +- uid: 113 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-11.5 + parent: 864 + type: Transform +- uid: 114 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-9.5 + parent: 864 + type: Transform +- uid: 115 + type: Grille + components: + - pos: 32.5,-9.5 + parent: 864 + type: Transform +- uid: 116 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,-10.5 + parent: 864 + type: Transform +- uid: 117 + type: ClothingHeadHelmetEVA + components: + - pos: 33.740833,-13.298456 + parent: 864 + type: Transform +- uid: 118 + type: GrilleBroken + components: + - rot: 3.141592653589793 rad + pos: -2.5,-71.5 + parent: 864 + type: Transform +- uid: 119 + type: Grille + components: + - pos: 31.5,-15.5 + parent: 864 + type: Transform +- uid: 120 + type: CableApcExtension + components: + - pos: -5.5,1.5 + parent: 864 + type: Transform +- uid: 121 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-28.5 + parent: 864 + type: Transform +- uid: 122 + type: PosterContrabandBountyHunters + components: + - pos: 14.5,-56.5 + parent: 864 + type: Transform +- uid: 123 + type: RandomPosterContraband + components: + - pos: 7.5,-68.5 + parent: 864 + type: Transform +- uid: 124 + type: CableApcExtension + components: + - pos: -7.5,-26.5 + parent: 864 + type: Transform +- uid: 125 + type: BalloonCorgi + components: + - pos: 0.63694036,-3.6950808 + parent: 864 + type: Transform +- uid: 126 + type: CableApcExtension + components: + - pos: 25.5,-57.5 + parent: 864 + type: Transform +- uid: 127 + type: CableHV + components: + - pos: 8.5,-55.5 + parent: 864 + type: Transform +- uid: 128 + type: CableHV + components: + - pos: -1.5,-64.5 + parent: 864 + type: Transform +- uid: 129 + type: AirlockHeadOfPersonnelLocked + components: + - name: head of personnel's office + type: MetaData + - pos: 22.5,-38.5 + parent: 864 + type: Transform +- uid: 130 + type: CableApcExtension + components: + - pos: 19.5,-52.5 + parent: 864 + type: Transform +- uid: 131 + type: CableApcExtension + components: + - pos: 14.5,-51.5 + parent: 864 + type: Transform +- uid: 132 + type: CableApcExtension + components: + - pos: 27.5,-60.5 + parent: 864 + type: Transform +- uid: 133 + type: Table + components: + - pos: 4.5,15.5 + parent: 864 + type: Transform +- uid: 134 + type: SurveillanceCameraCommand + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-55.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: chief medical officer + type: SurveillanceCamera +- uid: 135 + type: SurveillanceCameraCommand + components: + - pos: -34.5,-18.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: chief engineer + type: SurveillanceCamera +- uid: 136 + type: SurveillanceCameraCommand + components: + - rot: -1.5707963267948966 rad + pos: 4.5,21.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: 'head of security ' + type: SurveillanceCamera +- uid: 137 + type: SurveillanceCameraEngineering + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-41.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: atmospherics + type: SurveillanceCamera +- uid: 138 + type: CableHV + components: + - pos: 15.5,-28.5 + parent: 864 + type: Transform +- uid: 139 + type: CableApcExtension + components: + - pos: 20.5,-49.5 + parent: 864 + type: Transform +- uid: 140 + type: CableApcExtension + components: + - pos: 20.5,-52.5 + parent: 864 + type: Transform +- uid: 141 + type: CableApcExtension + components: + - pos: 20.5,-53.5 + parent: 864 + type: Transform +- uid: 142 + type: CableMV + components: + - pos: 18.5,-52.5 + parent: 864 + type: Transform +- uid: 143 + type: FirelockGlass + components: + - pos: -69.5,-23.5 + parent: 864 + type: Transform +- uid: 144 + type: VendingMachineBooze + components: + - pos: -41.5,-74.5 + parent: 864 + type: Transform +- uid: 145 + type: FirelockGlass + components: + - pos: -19.5,-39.5 + parent: 864 + type: Transform +- uid: 146 + type: CableHV + components: + - pos: -5.5,-39.5 + parent: 864 + type: Transform +- uid: 147 + type: Firelock + components: + - pos: 10.5,-64.5 + parent: 864 + type: Transform +- uid: 148 + type: CableHV + components: + - pos: -1.5,-26.5 + parent: 864 + type: Transform +- uid: 149 + type: CableHV + components: + - pos: 7.5,-26.5 + parent: 864 + type: Transform +- uid: 150 + type: CableApcExtension + components: + - pos: 18.5,-17.5 + parent: 864 + type: Transform +- uid: 151 + type: CableApcExtension + components: + - pos: 21.5,-17.5 + parent: 864 + type: Transform +- uid: 152 + type: CableApcExtension + components: + - pos: 15.5,-18.5 + parent: 864 + type: Transform +- uid: 153 + type: CableApcExtension + components: + - pos: 15.5,-17.5 + parent: 864 + type: Transform +- uid: 154 + type: CableApcExtension + components: + - pos: 16.5,-17.5 + parent: 864 + type: Transform +- uid: 155 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 156 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 157 + type: CableHV + components: + - pos: 32.5,-42.5 + parent: 864 + type: Transform +- uid: 158 + type: CableHV + components: + - pos: 27.5,-42.5 + parent: 864 + type: Transform +- uid: 159 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 160 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,-30.5 + parent: 864 + type: Transform +- uid: 161 + type: WallSolid + components: + - pos: 37.5,-53.5 + parent: 864 + type: Transform +- uid: 162 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 37.5,3.5 + parent: 864 + type: Transform +- uid: 163 + type: WindowReinforcedDirectional + components: + - pos: 15.5,-53.5 + parent: 864 + type: Transform +- uid: 164 + type: GasVentScrubber + components: + - pos: 25.5,-51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 165 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 14.5,-47.5 + parent: 864 + type: Transform +- uid: 166 + type: WallReinforced + components: + - pos: 6.5,-71.5 + parent: 864 + type: Transform +- uid: 167 + type: CableApcExtension + components: + - pos: -6.5,-75.5 + parent: 864 + type: Transform +- uid: 168 + type: CableApcExtension + components: + - pos: 0.5,-6.5 + parent: 864 + type: Transform +- uid: 169 + type: GasPipeStraight + components: + - pos: 46.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 170 + type: GasPipeStraight + components: + - pos: 46.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 171 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: -0.5,-71.5 + parent: 864 + type: Transform +- uid: 172 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 37.5,6.5 + parent: 864 + type: Transform +- uid: 173 + type: CableApcExtension + components: + - pos: 3.5,-6.5 + parent: 864 + type: Transform +- uid: 174 + type: Grille + components: + - pos: 23.5,5.5 + parent: 864 + type: Transform +- uid: 175 + type: Grille + components: + - pos: 21.5,5.5 + parent: 864 + type: Transform +- uid: 176 + type: Grille + components: + - pos: 25.5,3.5 + parent: 864 + type: Transform +- uid: 177 + type: Grille + components: + - pos: 19.5,-0.5 + parent: 864 + type: Transform +- uid: 178 + type: Grille + components: + - pos: 22.5,-20.5 + parent: 864 + type: Transform +- uid: 179 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-31.5 + parent: 864 + type: Transform +- uid: 180 + type: Grille + components: + - pos: -24.5,-91.5 + parent: 864 + type: Transform +- uid: 181 + type: Grille + components: + - pos: -18.5,-88.5 + parent: 864 + type: Transform +- uid: 182 + type: Grille + components: + - pos: -18.5,-68.5 + parent: 864 + type: Transform +- uid: 183 + type: Grille + components: + - pos: -18.5,-58.5 + parent: 864 + type: Transform +- uid: 184 + type: Grille + components: + - pos: 7.5,-59.5 + parent: 864 + type: Transform +- uid: 185 + type: Girder + components: + - pos: 57.5,40.5 + parent: 864 + type: Transform +- uid: 186 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,-61.5 + parent: 864 + type: Transform +- uid: 187 + type: FirelockGlass + components: + - pos: 10.5,-26.5 + parent: 864 + type: Transform +- uid: 188 + type: RandomSpawner + components: + - pos: 16.5,-65.5 + parent: 864 + type: Transform +- uid: 189 + type: ToolboxMechanicalFilled + components: + - pos: -15.996035,12.5348 + parent: 864 + type: Transform +- uid: 190 + type: ClothingHeadHatJesterAlt + components: + - pos: -15.170754,12.526345 + parent: 864 + type: Transform +- uid: 191 + type: MaintenanceToolSpawner + components: + - pos: -13.5,12.5 + parent: 864 + type: Transform +- uid: 192 + type: ClosetEmergencyFilledRandom + components: + - pos: -12.5,10.5 + parent: 864 + type: Transform +- uid: 193 + type: ClosetFireFilled + components: + - pos: -13.5,10.5 + parent: 864 + type: Transform +- uid: 194 + type: Rack + components: + - pos: 13.5,-72.5 + parent: 864 + type: Transform +- uid: 195 + type: Chair + components: + - pos: 14.5,-72.5 + parent: 864 + type: Transform +- uid: 196 + type: WindowReinforcedDirectional + components: + - pos: -11.5,6.5 + parent: 864 + type: Transform +- uid: 197 + type: CableApcExtension + components: + - pos: -5.5,4.5 + parent: 864 + type: Transform +- uid: 198 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -11.5,7.5 + parent: 864 + type: Transform +- uid: 199 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -11.5,6.5 + parent: 864 + type: Transform +- uid: 200 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -11.5,7.5 + parent: 864 + type: Transform +- uid: 201 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -11.5,6.5 + parent: 864 + type: Transform +- uid: 202 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -11.5,7.5 + parent: 864 + type: Transform +- uid: 203 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-72.5 + parent: 864 + type: Transform +- uid: 204 + type: CableHV + components: + - pos: -1.5,-66.5 + parent: 864 + type: Transform +- uid: 205 + type: CableHV + components: + - pos: 8.5,-51.5 + parent: 864 + type: Transform +- uid: 206 + type: CableApcExtension + components: + - pos: -8.5,3.5 + parent: 864 + type: Transform +- uid: 207 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 20.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 208 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -51.5,-77.5 + parent: 864 + type: Transform +- uid: 209 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -51.5,-78.5 + parent: 864 + type: Transform +- uid: 210 + type: ClosetEmergencyFilledRandom + components: + - pos: -52.5,-80.5 + parent: 864 + type: Transform +- uid: 211 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -51.5,-79.5 + parent: 864 + type: Transform +- uid: 212 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 213 + type: CableApcExtension + components: + - pos: 32.5,-11.5 + parent: 864 + type: Transform +- uid: 214 + type: CableApcExtension + components: + - pos: 15.5,-10.5 + parent: 864 + type: Transform +- uid: 215 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-79.5 + parent: 864 + type: Transform +- uid: 216 + type: DrinkGlass + components: + - pos: 2.4800997,-7.463467 + parent: 864 + type: Transform +- uid: 217 + type: Girder + components: + - pos: 56.5,38.5 + parent: 864 + type: Transform +- uid: 218 + type: ReinforcedPlasmaWindow + components: + - pos: -23.5,2.5 + parent: 864 + type: Transform +- uid: 219 + type: Grille + components: + - pos: -4.5,-56.5 + parent: 864 + type: Transform +- uid: 220 + type: Grille + components: + - pos: -7.5,-57.5 + parent: 864 + type: Transform +- uid: 221 + type: Grille + components: + - pos: -7.5,-56.5 + parent: 864 + type: Transform +- uid: 222 + type: Grille + components: + - pos: -13.5,-56.5 + parent: 864 + type: Transform +- uid: 223 + type: Grille + components: + - pos: 1.5,-47.5 + parent: 864 + type: Transform +- uid: 224 + type: Grille + components: + - pos: -3.5,-44.5 + parent: 864 + type: Transform +- uid: 225 + type: ReinforcedWindow + components: + - pos: 3.5,-39.5 + parent: 864 + type: Transform +- uid: 226 + type: Grille + components: + - pos: 3.5,-39.5 + parent: 864 + type: Transform +- uid: 227 + type: PottedPlant26 + components: + - pos: 6.5,-52.5 + parent: 864 + type: Transform +- uid: 228 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-77.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 229 + type: CableApcExtension + components: + - pos: -12.5,-45.5 + parent: 864 + type: Transform +- uid: 230 + type: CableApcExtension + components: + - pos: -4.5,-37.5 + parent: 864 + type: Transform +- uid: 231 + type: CableApcExtension + components: + - pos: -4.5,-41.5 + parent: 864 + type: Transform +- uid: 232 + type: CableApcExtension + components: + - pos: -1.5,-41.5 + parent: 864 + type: Transform +- uid: 233 + type: CableApcExtension + components: + - pos: 0.5,-41.5 + parent: 864 + type: Transform +- uid: 234 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: 2.5,7.5 + parent: 864 + type: Transform +- uid: 235 + type: TableCounterMetal + components: + - pos: 0.5,-5.5 + parent: 864 + type: Transform +- uid: 236 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,9.5 + parent: 864 + type: Transform +- uid: 237 + type: WallSolid + components: + - pos: -11.5,-3.5 + parent: 864 + type: Transform +- uid: 238 + type: TableCounterMetal + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 864 + type: Transform +- uid: 239 + type: WallSolid + components: + - pos: -11.5,-8.5 + parent: 864 + type: Transform +- uid: 240 + type: TableCounterMetal + components: + - pos: 1.5,4.5 + parent: 864 + type: Transform + - fibers: [] + fingerprints: + - 64AD9BC9189815EC9E3D00AC93672ED4 + type: Forensics +- uid: 241 + type: WallSolid + components: + - pos: 40.5,-0.5 + parent: 864 + type: Transform +- uid: 242 + type: WallSolid + components: + - pos: -4.5,15.5 + parent: 864 + type: Transform +- uid: 243 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 15.5,8.5 + parent: 864 + type: Transform +- uid: 244 + type: CableApcExtension + components: + - pos: 7.5,-8.5 + parent: 864 + type: Transform +- uid: 245 + type: CableApcExtension + components: + - pos: 7.5,-8.5 + parent: 864 + type: Transform +- uid: 246 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 32.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 247 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 35.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 248 + type: ReinforcedPlasmaWindow + components: + - rot: 3.141592653589793 rad + pos: 28.5,-20.5 + parent: 864 + type: Transform +- uid: 249 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 23.5,-57.5 + parent: 864 + type: Transform +- uid: 250 + type: WallSolid + components: + - pos: 37.5,-56.5 + parent: 864 + type: Transform +- uid: 251 + type: CableHV + components: + - pos: 14.5,-46.5 + parent: 864 + type: Transform +- uid: 252 + type: GasThermoMachineHeater + components: + - pos: -18.5,67.5 + parent: 864 + type: Transform +- uid: 253 + type: MachineFrame + components: + - pos: -15.5,66.5 + parent: 864 + type: Transform + - defaultTarget: machine + type: Construction + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 254 + type: BaseBigBox + components: + - pos: -19.507887,67.53508 + parent: 864 + type: Transform +- uid: 255 + type: AirCanister + components: + - pos: -15.5,65.5 + parent: 864 + type: Transform +- uid: 256 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 257 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 18.5,11.5 + parent: 864 + type: Transform +- uid: 258 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 18.5,13.5 + parent: 864 + type: Transform +- uid: 259 + type: AirlockGlass + components: + - pos: 31.5,7.5 + parent: 864 + type: Transform +- uid: 260 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 33.5,12.5 + parent: 864 + type: Transform +- uid: 261 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 864 + type: Transform +- uid: 262 + type: ClothingShoesBootsMag + components: + - pos: 33.707775,-12.558357 + parent: 864 + type: Transform +- uid: 263 + type: WallReinforced + components: + - pos: 11.5,-28.5 + parent: 864 + type: Transform +- uid: 264 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 7.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 265 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-83.5 + parent: 864 + type: Transform +- uid: 266 + type: WallSolid + components: + - pos: -11.5,-72.5 + parent: 864 + type: Transform +- uid: 267 + type: CableApcExtension + components: + - pos: -0.5,-54.5 + parent: 864 + type: Transform +- uid: 268 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 269 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 270 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -14.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 271 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -14.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 272 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -14.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 273 + type: SpawnPointChiefMedicalOfficer + components: + - pos: -18.5,-55.5 + parent: 864 + type: Transform +- uid: 274 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 275 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -12.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 276 + type: GasPipeTJunction + components: + - pos: -12.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 277 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 278 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 279 + type: GasPipeStraight + components: + - pos: -7.5,-48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 280 + type: GasPipeStraight + components: + - pos: -7.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 281 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 282 + type: GasPipeBend + components: + - pos: -7.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 283 + type: GasPipeStraight + components: + - pos: -0.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 284 + type: GasPipeStraight + components: + - pos: -0.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 285 + type: GasPipeStraight + components: + - pos: -0.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 286 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 287 + type: GasPipeStraight + components: + - pos: -8.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 288 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 289 + type: GasPipeStraight + components: + - pos: -12.5,-61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 290 + type: GasPipeBend + components: + - pos: -6.5,-63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 291 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -7.5,-62.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 292 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 293 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 294 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-20.5 + parent: 864 + type: Transform +- uid: 295 + type: DisposalJunction + components: + - pos: 36.5,-25.5 + parent: 864 + type: Transform +- uid: 296 + type: DisposalPipe + components: + - pos: 36.5,-22.5 + parent: 864 + type: Transform +- uid: 297 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-21.5 + parent: 864 + type: Transform +- uid: 298 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-6.5 + parent: 864 + type: Transform +- uid: 299 + type: GasVentPump + components: + - pos: 25.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 300 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 301 + type: GasVentScrubber + components: + - pos: 22.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 302 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 303 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 304 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 305 + type: BoxSyringe + components: + - pos: 8.848293,-62.473377 + parent: 864 + type: Transform +- uid: 306 + type: MedkitBurnFilled + components: + - pos: 9.352472,-58.54457 + parent: 864 + type: Transform +- uid: 307 + type: WallSolid + components: + - pos: 11.5,-61.5 + parent: 864 + type: Transform +- uid: 308 + type: Table + components: + - pos: 8.5,-58.5 + parent: 864 + type: Transform +- uid: 309 + type: WallSolid + components: + - pos: 11.5,-63.5 + parent: 864 + type: Transform +- uid: 310 + type: WallSolid + components: + - pos: 9.5,-63.5 + parent: 864 + type: Transform +- uid: 311 + type: WallSolid + components: + - pos: 7.5,-63.5 + parent: 864 + type: Transform +- uid: 312 + type: DisposalPipe + components: + - pos: 16.5,-42.5 + parent: 864 + type: Transform +- uid: 313 + type: DisposalPipe + components: + - pos: 16.5,-41.5 + parent: 864 + type: Transform +- uid: 314 + type: DisposalJunction + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-43.5 + parent: 864 + type: Transform +- uid: 315 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-43.5 + parent: 864 + type: Transform +- uid: 316 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-43.5 + parent: 864 + type: Transform +- uid: 317 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 12.5,-43.5 + parent: 864 + type: Transform +- uid: 318 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-43.5 + parent: 864 + type: Transform +- uid: 319 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-43.5 + parent: 864 + type: Transform +- uid: 320 + type: chem_dispenser + components: + - pos: 4.5,-45.5 + parent: 864 + type: Transform +- uid: 321 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-43.5 + parent: 864 + type: Transform +- uid: 322 + type: ComfyChair + components: + - pos: -19.5,-55.5 + parent: 864 + type: Transform +- uid: 323 + type: TableWood + components: + - pos: -19.5,-56.5 + parent: 864 + type: Transform +- uid: 324 + type: Table + components: + - pos: 3.5,-47.5 + parent: 864 + type: Transform +- uid: 325 + type: WindoorChemistryLocked + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-48.5 + parent: 864 + type: Transform +- uid: 326 + type: AirlockMaintMedLocked + components: + - name: surgery + type: MetaData + - rot: -1.5707963267948966 rad + pos: -1.5,-68.5 + parent: 864 + type: Transform +- uid: 327 + type: AirlockMaintMedLocked + components: + - name: storeroom + type: MetaData + - rot: -1.5707963267948966 rad + pos: -8.5,-67.5 + parent: 864 + type: Transform +- uid: 328 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-70.5 + parent: 864 + type: Transform +- uid: 329 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-69.5 + parent: 864 + type: Transform +- uid: 330 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-70.5 + parent: 864 + type: Transform +- uid: 331 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-68.5 + parent: 864 + type: Transform +- uid: 332 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-68.5 + parent: 864 + type: Transform +- uid: 333 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-68.5 + parent: 864 + type: Transform +- uid: 334 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-67.5 + parent: 864 + type: Transform +- uid: 335 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-67.5 + parent: 864 + type: Transform +- uid: 336 + type: WallSolid + components: + - pos: 1.5,-64.5 + parent: 864 + type: Transform +- uid: 337 + type: WallSolid + components: + - pos: 1.5,-63.5 + parent: 864 + type: Transform +- uid: 338 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-62.5 + parent: 864 + type: Transform +- uid: 339 + type: AirlockMedicalGlassLocked + components: + - name: cloning + type: MetaData + - rot: 3.141592653589793 rad + pos: -5.5,-62.5 + parent: 864 + type: Transform +- uid: 340 + type: WallSolid + components: + - pos: -17.5,-63.5 + parent: 864 + type: Transform +- uid: 341 + type: WallReinforced + components: + - pos: 30.5,-26.5 + parent: 864 + type: Transform +- uid: 342 + type: WallReinforced + components: + - pos: 19.5,-26.5 + parent: 864 + type: Transform +- uid: 343 + type: WallReinforced + components: + - pos: 18.5,-67.5 + parent: 864 + type: Transform +- uid: 344 + type: CableMV + components: + - pos: 6.5,-46.5 + parent: 864 + type: Transform +- uid: 345 + type: AirlockMaintChemLocked + components: + - name: chemistry + type: MetaData + - rot: -1.5707963267948966 rad + pos: 7.5,-49.5 + parent: 864 + type: Transform +- uid: 346 + type: WallSolid + components: + - pos: 7.5,-50.5 + parent: 864 + type: Transform +- uid: 347 + type: WallSolid + components: + - pos: 7.5,-51.5 + parent: 864 + type: Transform +- uid: 348 + type: WallSolid + components: + - pos: 6.5,-51.5 + parent: 864 + type: Transform +- uid: 349 + type: WallSolid + components: + - pos: 4.5,-51.5 + parent: 864 + type: Transform +- uid: 350 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 1.5,-51.5 + parent: 864 + type: Transform +- uid: 351 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-57.5 + parent: 864 + type: Transform +- uid: 352 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-58.5 + parent: 864 + type: Transform +- uid: 353 + type: AirlockMedicalGlassLocked + components: + - rot: 3.141592653589793 rad + pos: 3.5,-58.5 + parent: 864 + type: Transform +- uid: 354 + type: CableApcExtension + components: + - pos: 0.5,10.5 + parent: 864 + type: Transform +- uid: 355 + type: CableApcExtension + components: + - pos: 5.5,14.5 + parent: 864 + type: Transform +- uid: 356 + type: CableApcExtension + components: + - pos: -1.5,14.5 + parent: 864 + type: Transform +- uid: 357 + type: CableMV + components: + - pos: 30.5,-0.5 + parent: 864 + type: Transform +- uid: 358 + type: CableMV + components: + - pos: 30.5,0.5 + parent: 864 + type: Transform +- uid: 359 + type: CableMV + components: + - pos: 28.5,1.5 + parent: 864 + type: Transform +- uid: 360 + type: GasPipeStraight + components: + - pos: 46.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 361 + type: GasPipeStraight + components: + - pos: 46.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 362 + type: GasPipeStraight + components: + - pos: 46.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 363 + type: GasPipeStraight + components: + - pos: 46.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 364 + type: CableApcExtension + components: + - pos: 31.5,0.5 + parent: 864 + type: Transform +- uid: 365 + type: CableApcExtension + components: + - pos: 32.5,0.5 + parent: 864 + type: Transform +- uid: 366 + type: CableApcExtension + components: + - pos: 33.5,2.5 + parent: 864 + type: Transform +- uid: 367 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 8.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 368 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 7.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 369 + type: GasPipeStraight + components: + - pos: 8.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 370 + type: GasPipeStraight + components: + - pos: 8.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 371 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 8.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 372 + type: Firelock + components: + - pos: 39.5,-26.5 + parent: 864 + type: Transform +- uid: 373 + type: Firelock + components: + - pos: 39.5,-25.5 + parent: 864 + type: Transform +- uid: 374 + type: PaintingNightHawks + components: + - pos: -9.5,-34.5 + parent: 864 + type: Transform +- uid: 375 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 376 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 377 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 378 + type: CableHV + components: + - pos: 21.5,-42.5 + parent: 864 + type: Transform +- uid: 379 + type: CableHV + components: + - pos: 38.5,-30.5 + parent: 864 + type: Transform +- uid: 380 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 26.5,24.5 + parent: 864 + type: Transform +- uid: 381 + type: CableApcExtension + components: + - pos: 3.5,-10.5 + parent: 864 + type: Transform +- uid: 382 + type: GasPipeBend + components: + - pos: 36.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 383 + type: CableApcExtension + components: + - pos: 1.5,-11.5 + parent: 864 + type: Transform +- uid: 384 + type: CableApcExtension + components: + - pos: 1.5,-7.5 + parent: 864 + type: Transform +- uid: 385 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 386 + type: CableApcExtension + components: + - pos: 10.5,-6.5 + parent: 864 + type: Transform +- uid: 387 + type: CableApcExtension + components: + - pos: -3.5,11.5 + parent: 864 + type: Transform +- uid: 388 + type: CableApcExtension + components: + - pos: -4.5,6.5 + parent: 864 + type: Transform +- uid: 389 + type: CableApcExtension + components: + - pos: -8.5,9.5 + parent: 864 + type: Transform +- uid: 390 + type: MaterialCloth1 + components: + - pos: 27.373407,-34.25779 + parent: 864 + type: Transform +- uid: 391 + type: CableApcExtension + components: + - pos: -4.5,-47.5 + parent: 864 + type: Transform +- uid: 392 + type: CableApcExtension + components: + - pos: 1.5,-48.5 + parent: 864 + type: Transform +- uid: 393 + type: CableApcExtension + components: + - pos: -1.5,-48.5 + parent: 864 + type: Transform +- uid: 394 + type: CableApcExtension + components: + - pos: -1.5,-50.5 + parent: 864 + type: Transform +- uid: 395 + type: CableMV + components: + - pos: -2.5,-51.5 + parent: 864 + type: Transform +- uid: 396 + type: CableMV + components: + - pos: -2.5,-52.5 + parent: 864 + type: Transform +- uid: 397 + type: CableMV + components: + - pos: -2.5,-53.5 + parent: 864 + type: Transform +- uid: 398 + type: CableApcExtension + components: + - pos: 4.5,-54.5 + parent: 864 + type: Transform +- uid: 399 + type: CableApcExtension + components: + - pos: 0.5,-54.5 + parent: 864 + type: Transform +- uid: 400 + type: CableApcExtension + components: + - pos: -15.5,-61.5 + parent: 864 + type: Transform +- uid: 401 + type: CableApcExtension + components: + - pos: -6.5,-62.5 + parent: 864 + type: Transform +- uid: 402 + type: TableCounterMetal + components: + - pos: -6.5,4.5 + parent: 864 + type: Transform +- uid: 403 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-75.5 + parent: 864 + type: Transform +- uid: 404 + type: WallReinforced + components: + - pos: -16.5,-80.5 + parent: 864 + type: Transform +- uid: 405 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-88.5 + parent: 864 + type: Transform +- uid: 406 + type: WallSolid + components: + - pos: -12.5,-72.5 + parent: 864 + type: Transform +- uid: 407 + type: WallSolid + components: + - pos: -14.5,-70.5 + parent: 864 + type: Transform +- uid: 408 + type: WallSolid + components: + - pos: 5.5,-4.5 + parent: 864 + type: Transform +- uid: 409 + type: WallReinforced + components: + - pos: -13.5,-80.5 + parent: 864 + type: Transform +- uid: 410 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 17.5,-29.5 + parent: 864 + type: Transform +- uid: 411 + type: DisposalPipe + components: + - pos: 21.5,-33.5 + parent: 864 + type: Transform +- uid: 412 + type: DisposalPipe + components: + - pos: 21.5,-35.5 + parent: 864 + type: Transform +- uid: 413 + type: GasVentScrubber + components: + - pos: 11.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 414 + type: WallSolid + components: + - pos: -3.5,-74.5 + parent: 864 + type: Transform +- uid: 415 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 9.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 416 + type: Grille + components: + - pos: 0.5,-24.5 + parent: 864 + type: Transform +- uid: 417 + type: Catwalk + components: + - pos: -7.5,-75.5 + parent: 864 + type: Transform +- uid: 418 + type: CableApcExtension + components: + - pos: -8.5,6.5 + parent: 864 + type: Transform +- uid: 419 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 6.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 420 + type: ToyNuke + components: + - pos: 48.50609,-28.933285 + parent: 864 + type: Transform +- uid: 421 + type: CableMV + components: + - pos: 40.5,-26.5 + parent: 864 + type: Transform +- uid: 422 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 7.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 423 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 424 + type: CableMV + components: + - pos: 30.5,1.5 + parent: 864 + type: Transform +- uid: 425 + type: GasPipeStraight + components: + - pos: 30.5,-21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 426 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 31.5,-19.5 + parent: 864 + type: Transform +- uid: 427 + type: CableApcExtension + components: + - pos: -0.5,14.5 + parent: 864 + type: Transform +- uid: 428 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 429 + type: ClothingHeadHatTophat + components: + - pos: 22.506405,10.969767 + parent: 864 + type: Transform +- uid: 430 + type: WallReinforced + components: + - pos: 38.5,17.5 + parent: 864 + type: Transform +- uid: 431 + type: ReinforcedWindow + components: + - pos: 32.5,-9.5 + parent: 864 + type: Transform +- uid: 432 + type: SpawnPointChef + components: + - pos: 0.5,7.5 + parent: 864 + type: Transform +- uid: 433 + type: Catwalk + components: + - pos: 32.5,-11.5 + parent: 864 + type: Transform +- uid: 434 + type: ClothingHeadHatBeaverHat + components: + - pos: 22.537655,11.563517 + parent: 864 + type: Transform +- uid: 435 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 436 + type: CableApcExtension + components: + - pos: -5.5,-42.5 + parent: 864 + type: Transform +- uid: 437 + type: Grille + components: + - pos: 12.5,-34.5 + parent: 864 + type: Transform +- uid: 438 + type: CableHV + components: + - pos: -12.5,-71.5 + parent: 864 + type: Transform +- uid: 439 + type: SubstationBasic + components: + - pos: -12.5,-69.5 + parent: 864 + type: Transform +- uid: 440 + type: CableMV + components: + - pos: -6.5,-71.5 + parent: 864 + type: Transform +- uid: 441 + type: CableMV + components: + - pos: -6.5,-69.5 + parent: 864 + type: Transform +- uid: 442 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 22.499586,-21.472416 + parent: 864 + type: Transform +- uid: 443 + type: NitrogenCanister + components: + - pos: -8.5,-72.5 + parent: 864 + type: Transform +- uid: 444 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.428345 + parent: 864 + type: Transform +- uid: 445 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 446 + type: WallSolid + components: + - pos: 9.5,-68.5 + parent: 864 + type: Transform +- uid: 447 + type: Chair + components: + - pos: 4.5,-52.5 + parent: 864 + type: Transform +- uid: 448 + type: PoweredSmallLight + components: + - pos: 20.5,-52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 449 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 16.5,-55.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 450 + type: PoweredSmallLight + components: + - pos: 16.5,-52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 451 + type: WindoorSecure + components: + - pos: 17.5,-53.5 + parent: 864 + type: Transform +- uid: 452 + type: ClothingHeadHatCone + components: + - pos: 20.465803,-52.422585 + parent: 864 + type: Transform +- uid: 453 + type: ClothingHeadHatHardhatOrange + components: + - pos: 15.782594,-64.08794 + parent: 864 + type: Transform +- uid: 454 + type: Cigarette + components: + - pos: 15.438844,-64.32231 + parent: 864 + type: Transform +- uid: 455 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-27.5 + parent: 864 + type: Transform +- uid: 456 + type: TableCounterMetal + components: + - pos: 36.5,18.5 + parent: 864 + type: Transform +- uid: 457 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: 25.5,8.5 + parent: 864 + type: Transform +- uid: 458 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-17.5 + parent: 864 + type: Transform +- uid: 459 + type: DisposalBend + components: + - pos: 21.5,-29.5 + parent: 864 + type: Transform +- uid: 460 + type: DisposalPipe + components: + - pos: 21.5,-30.5 + parent: 864 + type: Transform +- uid: 461 + type: DisposalPipe + components: + - pos: 21.5,-31.5 + parent: 864 + type: Transform +- uid: 462 + type: DisposalPipe + components: + - pos: 21.5,-34.5 + parent: 864 + type: Transform +- uid: 463 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-36.5 + parent: 864 + type: Transform +- uid: 464 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-37.5 + parent: 864 + type: Transform +- uid: 465 + type: DisposalJunction + components: + - rot: 3.141592653589793 rad + pos: 21.5,-36.5 + parent: 864 + type: Transform +- uid: 466 + type: VendingMachineCart + components: + - pos: 28.5,-34.5 + parent: 864 + type: Transform +- uid: 467 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-17.5 + parent: 864 + type: Transform +- uid: 468 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 32.5,8.5 + parent: 864 + type: Transform +- uid: 469 + type: WallReinforced + components: + - pos: 30.5,9.5 + parent: 864 + type: Transform +- uid: 470 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 471 + type: GasPipeBend + components: + - pos: 4.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 472 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 473 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 4.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 474 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 475 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 476 + type: GasPipeStraight + components: + - pos: 3.5,-7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 477 + type: GasPipeStraight + components: + - pos: 3.5,-8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 478 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 20.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 479 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 22.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 480 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 23.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 481 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 24.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 482 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 25.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 483 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 28.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 484 + type: GasPipeBend + components: + - pos: 29.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 485 + type: GasPipeStraight + components: + - pos: 29.5,20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 486 + type: GasPipeStraight + components: + - pos: 29.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 487 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 29.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 488 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 489 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -1.5,9.5 + parent: 864 + type: Transform +- uid: 490 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-21.5 + parent: 864 + type: Transform +- uid: 491 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-44.5 + parent: 864 + type: Transform +- uid: 492 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-44.5 + parent: 864 + type: Transform +- uid: 493 + type: MedkitFilled + components: + - pos: -3.4036665,-56.463657 + parent: 864 + type: Transform +- uid: 494 + type: Scalpel + components: + - pos: 0.4585637,-63.810703 + parent: 864 + type: Transform +- uid: 495 + type: Hemostat + components: + - pos: 0.5210637,-64.93571 + parent: 864 + type: Transform +- uid: 496 + type: WallSolid + components: + - pos: 1.5,-67.5 + parent: 864 + type: Transform +- uid: 497 + type: TableCounterMetal + components: + - pos: 0.5,-67.5 + parent: 864 + type: Transform +- uid: 498 + type: WallSolid + components: + - pos: 5.5,-63.5 + parent: 864 + type: Transform +- uid: 499 + type: WeaponLaserCarbine + components: + - pos: 32.465397,28.45935 + parent: 864 + type: Transform +- uid: 500 + type: AirlockChiefMedicalOfficerGlassLocked + components: + - name: chief medical officer's room + type: MetaData + - rot: -1.5707963267948966 rad + pos: -19.5,-58.5 + parent: 864 + type: Transform +- uid: 501 + type: ComputerMedicalRecords + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-55.5 + parent: 864 + type: Transform +- uid: 502 + type: CableHV + components: + - pos: 4.5,-16.5 + parent: 864 + type: Transform +- uid: 503 + type: CableHV + components: + - pos: 3.5,-16.5 + parent: 864 + type: Transform +- uid: 504 + type: CableHV + components: + - pos: 2.5,-16.5 + parent: 864 + type: Transform +- uid: 505 + type: CableHV + components: + - pos: 1.5,-16.5 + parent: 864 + type: Transform +- uid: 506 + type: CableHV + components: + - pos: 1.5,-17.5 + parent: 864 + type: Transform +- uid: 507 + type: CableHV + components: + - pos: 0.5,-17.5 + parent: 864 + type: Transform +- uid: 508 + type: MedkitBruteFilled + components: + - pos: 9.446222,-62.16957 + parent: 864 + type: Transform +- uid: 509 + type: WallSolid + components: + - pos: 13.5,-59.5 + parent: 864 + type: Transform +- uid: 510 + type: CableMV + components: + - pos: 27.5,-28.5 + parent: 864 + type: Transform +- uid: 511 + type: PosterLegitSecWatch + components: + - pos: 9.5,-40.5 + parent: 864 + type: Transform +- uid: 512 + type: GasPipeStraight + components: + - pos: 24.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 513 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-47.5 + parent: 864 + type: Transform +- uid: 514 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 10.5,10.5 + parent: 864 + type: Transform +- uid: 515 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 19.5,-23.5 + parent: 864 + type: Transform +- uid: 516 + type: MagazinePistolHighVelocity + components: + - pos: 32.305683,32.48245 + parent: 864 + type: Transform +- uid: 517 + type: SurveillanceCameraGeneral + components: + - pos: -6.5,-27.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: janitorial closet + type: SurveillanceCamera +- uid: 518 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 11.5,14.5 + parent: 864 + type: Transform +- uid: 519 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -12.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 520 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 521 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -0.5,-65.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 522 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 2.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 523 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 524 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 525 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 526 + type: GasPipeBend + components: + - pos: -4.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 527 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 528 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 529 + type: GasPipeTJunction + components: + - pos: -5.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 530 + type: GasPipeTJunction + components: + - pos: -8.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 531 + type: GasPipeStraight + components: + - pos: -8.5,-62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 532 + type: GasPipeStraight + components: + - pos: -8.5,-64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 533 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -0.5,-63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 534 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 535 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 536 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 537 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 538 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 539 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 540 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 541 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 542 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 543 + type: GasPipeStraight + components: + - pos: -3.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 544 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 545 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 864 + type: Transform +- uid: 546 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-10.5 + parent: 864 + type: Transform +- uid: 547 + type: d10Dice + components: + - pos: 9.458234,-7.2284737 + parent: 864 + type: Transform +- uid: 548 + type: FigureSpawner + components: + - pos: 9.5,-6.5 + parent: 864 + type: Transform +- uid: 549 + type: d8Dice + components: + - pos: 10.036359,-7.0722237 + parent: 864 + type: Transform +- uid: 550 + type: SpawnPointLibrarian + components: + - pos: 11.5,-9.5 + parent: 864 + type: Transform +- uid: 551 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-12.5 + parent: 864 + type: Transform +- uid: 552 + type: BookDetective + components: + - pos: 8.262031,-12.4473095 + parent: 864 + type: Transform +- uid: 553 + type: CableApcExtension + components: + - pos: 62.5,-6.5 + parent: 864 + type: Transform +- uid: 554 + type: CableMV + components: + - pos: 4.5,-49.5 + parent: 864 + type: Transform +- uid: 555 + type: CableMV + components: + - pos: 3.5,-52.5 + parent: 864 + type: Transform +- uid: 556 + type: CableMV + components: + - pos: -0.5,-53.5 + parent: 864 + type: Transform +- uid: 557 + type: CableApcExtension + components: + - pos: -1.5,-51.5 + parent: 864 + type: Transform +- uid: 558 + type: CableApcExtension + components: + - pos: 6.5,-48.5 + parent: 864 + type: Transform +- uid: 559 + type: CableApcExtension + components: + - pos: -1.5,-45.5 + parent: 864 + type: Transform +- uid: 560 + type: CableApcExtension + components: + - pos: -3.5,-52.5 + parent: 864 + type: Transform +- uid: 561 + type: CableApcExtension + components: + - pos: -4.5,-54.5 + parent: 864 + type: Transform +- uid: 562 + type: CableApcExtension + components: + - pos: -7.5,-54.5 + parent: 864 + type: Transform +- uid: 563 + type: CableApcExtension + components: + - pos: -9.5,-54.5 + parent: 864 + type: Transform +- uid: 564 + type: CableApcExtension + components: + - pos: 1.5,-54.5 + parent: 864 + type: Transform +- uid: 565 + type: CableApcExtension + components: + - pos: 2.5,-60.5 + parent: 864 + type: Transform +- uid: 566 + type: CableApcExtension + components: + - pos: -13.5,-62.5 + parent: 864 + type: Transform +- uid: 567 + type: CableApcExtension + components: + - pos: -14.5,-66.5 + parent: 864 + type: Transform +- uid: 568 + type: CableApcExtension + components: + - pos: -15.5,-65.5 + parent: 864 + type: Transform +- uid: 569 + type: CableApcExtension + components: + - pos: -15.5,-54.5 + parent: 864 + type: Transform +- uid: 570 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-46.5 + parent: 864 + type: Transform +- uid: 571 + type: WallSolid + components: + - pos: -21.5,-64.5 + parent: 864 + type: Transform +- uid: 572 + type: WallSolid + components: + - pos: -21.5,-66.5 + parent: 864 + type: Transform +- uid: 573 + type: WallSolid + components: + - pos: -21.5,-67.5 + parent: 864 + type: Transform +- uid: 574 + type: APCHighCapacity + components: + - pos: -21.5,-68.5 + parent: 864 + type: Transform +- uid: 575 + type: WallSolid + components: + - pos: -21.5,-68.5 + parent: 864 + type: Transform +- uid: 576 + type: WallSolid + components: + - pos: -22.5,-68.5 + parent: 864 + type: Transform +- uid: 577 + type: WallSolid + components: + - pos: -25.5,-68.5 + parent: 864 + type: Transform +- uid: 578 + type: WallSolid + components: + - pos: -26.5,-69.5 + parent: 864 + type: Transform +- uid: 579 + type: AirlockChiefMedicalOfficerGlassLocked + components: + - name: zombie lab + type: MetaData + - pos: -20.5,-80.5 + parent: 864 + type: Transform +- uid: 580 + type: WallSolid + components: + - pos: -23.5,-74.5 + parent: 864 + type: Transform +- uid: 581 + type: WallSolid + components: + - pos: -22.5,-74.5 + parent: 864 + type: Transform +- uid: 582 + type: WallSolid + components: + - pos: -16.5,-71.5 + parent: 864 + type: Transform +- uid: 583 + type: WallReinforced + components: + - pos: -21.5,-75.5 + parent: 864 + type: Transform +- uid: 584 + type: WallSolid + components: + - pos: -10.5,-74.5 + parent: 864 + type: Transform +- uid: 585 + type: WallSolid + components: + - pos: -8.5,-73.5 + parent: 864 + type: Transform +- uid: 586 + type: CableApcExtension + components: + - pos: 2.5,-70.5 + parent: 864 + type: Transform +- uid: 587 + type: WallSolid + components: + - pos: 3.5,-69.5 + parent: 864 + type: Transform +- uid: 588 + type: WallSolid + components: + - pos: 7.5,-68.5 + parent: 864 + type: Transform +- uid: 589 + type: WallSolid + components: + - pos: 7.5,-66.5 + parent: 864 + type: Transform +- uid: 590 + type: WallSolid + components: + - pos: 9.5,-66.5 + parent: 864 + type: Transform +- uid: 591 + type: WallReinforced + components: + - pos: -19.5,-74.5 + parent: 864 + type: Transform +- uid: 592 + type: WallReinforced + components: + - pos: -14.5,-80.5 + parent: 864 + type: Transform +- uid: 593 + type: WallReinforced + components: + - pos: -16.5,-74.5 + parent: 864 + type: Transform +- uid: 594 + type: WallReinforced + components: + - pos: -13.5,-75.5 + parent: 864 + type: Transform +- uid: 595 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-77.5 + parent: 864 + type: Transform +- uid: 596 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 14.5,-15.5 + parent: 864 + type: Transform +- uid: 597 + type: WindowReinforcedDirectional + components: + - pos: -17.5,-76.5 + parent: 864 + type: Transform +- uid: 598 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-80.5 + parent: 864 + type: Transform +- uid: 599 + type: WallReinforced + components: + - pos: -27.5,-84.5 + parent: 864 + type: Transform +- uid: 600 + type: WallReinforced + components: + - pos: -27.5,-85.5 + parent: 864 + type: Transform +- uid: 601 + type: WindowReinforcedDirectional + components: + - pos: -30.5,-78.5 + parent: 864 + type: Transform +- uid: 602 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-83.5 + parent: 864 + type: Transform +- uid: 603 + type: WallReinforced + components: + - pos: -27.5,-90.5 + parent: 864 + type: Transform +- uid: 604 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-80.5 + parent: 864 + type: Transform +- uid: 605 + type: AirlockChiefMedicalOfficerGlassLocked + components: + - name: zombie lab + type: MetaData + - pos: -18.5,-74.5 + parent: 864 + type: Transform +- uid: 606 + type: AirlockVirologyGlassLocked + components: + - name: virology testing + type: MetaData + - rot: -1.5707963267948966 rad + pos: -23.5,-81.5 + parent: 864 + type: Transform +- uid: 607 + type: WallSolid + components: + - pos: 9.5,-13.5 + parent: 864 + type: Transform +- uid: 608 + type: ClosetFireFilled + components: + - pos: -11.5,-45.5 + parent: 864 + type: Transform +- uid: 609 + type: Table + components: + - pos: -25.5,-78.5 + parent: 864 + type: Transform +- uid: 610 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-44.5 + parent: 864 + type: Transform +- uid: 611 + type: PosterLegitSecWatch + components: + - pos: 10.5,15.5 + parent: 864 + type: Transform +- uid: 612 + type: TableWood + components: + - pos: 59.5,-1.5 + parent: 864 + type: Transform +- uid: 613 + type: LampGold + components: + - pos: -22.537891,-69.31316 + parent: 864 + type: Transform +- uid: 614 + type: Beaker + components: + - pos: -25.200409,-78.7421 + parent: 864 + type: Transform + - solution: beaker + type: Drink +- uid: 615 + type: AirlockVirologyLocked + components: + - name: morgue + type: MetaData + - pos: -14.5,-68.5 + parent: 864 + type: Transform +- uid: 616 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-43.5 + parent: 864 + type: Transform +- uid: 617 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-43.5 + parent: 864 + type: Transform +- uid: 618 + type: DisposalPipe + components: + - pos: -13.5,-45.5 + parent: 864 + type: Transform +- uid: 619 + type: DisposalPipe + components: + - pos: -17.5,-55.5 + parent: 864 + type: Transform +- uid: 620 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-57.5 + parent: 864 + type: Transform +- uid: 621 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-60.5 + parent: 864 + type: Transform +- uid: 622 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-60.5 + parent: 864 + type: Transform +- uid: 623 + type: DisposalPipe + components: + - pos: -19.5,-61.5 + parent: 864 + type: Transform +- uid: 624 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -36.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 625 + type: GasPipeStraight + components: + - pos: -20.5,-83.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 626 + type: GasPipeStraight + components: + - pos: -20.5,-74.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 627 + type: GasPipeStraight + components: + - pos: -25.5,-75.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 628 + type: GasPipeStraight + components: + - pos: -25.5,-73.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 629 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 630 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-90.5 + parent: 864 + type: Transform +- uid: 631 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-53.5 + parent: 864 + type: Transform +- uid: 632 + type: CableMV + components: + - pos: -14.5,-69.5 + parent: 864 + type: Transform +- uid: 633 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -24.5,-80.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 634 + type: Table + components: + - pos: -19.5,-85.5 + parent: 864 + type: Transform +- uid: 635 + type: WeaponSubMachineGunWt550 + components: + - pos: 28.852339,32.619812 + parent: 864 + type: Transform +- uid: 636 + type: MagazinePistolSubMachineGunTopMounted + components: + - rot: 6.283185307179586 rad + pos: 30.141241,32.6061 + parent: 864 + type: Transform + - containers: + ballistic-ammo: !type:Container + ents: [] + type: ContainerContainer +- uid: 637 + type: ClothingOuterHardsuitSecurity + components: + - pos: 26.430464,29.55731 + parent: 864 + type: Transform +- uid: 638 + type: ClothingOuterHardsuitSecurity + components: + - pos: 26.399214,27.541685 + parent: 864 + type: Transform +- uid: 639 + type: ClothingOuterHardsuitSecurity + components: + - pos: 32.430466,27.55731 + parent: 864 + type: Transform +- uid: 640 + type: ClothingOuterHardsuitSecurity + components: + - pos: 32.47734,29.52606 + parent: 864 + type: Transform +- uid: 641 + type: AirSensor + components: + - pos: -20.5,-64.5 + parent: 864 + type: Transform +- uid: 642 + type: SpawnMobMouse + components: + - pos: 2.5,-69.5 + parent: 864 + type: Transform +- uid: 643 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 43.5,49.5 + parent: 864 + type: Transform +- uid: 644 + type: Lamp + components: + - rot: -1.5707963267948966 rad + pos: -3.8543606,-48.096176 + parent: 864 + type: Transform +- uid: 645 + type: Catwalk + components: + - pos: -1.5,-83.5 + parent: 864 + type: Transform +- uid: 646 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 31.5,-23.5 + parent: 864 + type: Transform +- uid: 647 + type: CableApcExtension + components: + - pos: 16.5,-29.5 + parent: 864 + type: Transform +- uid: 648 + type: chem_master + components: + - pos: 2.5,-45.5 + parent: 864 + type: Transform +- uid: 649 + type: CableApcExtension + components: + - pos: 1.5,-10.5 + parent: 864 + type: Transform +- uid: 650 + type: CableApcExtension + components: + - pos: 3.5,-11.5 + parent: 864 + type: Transform +- uid: 651 + type: GasPipeStraight + components: + - pos: 35.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 652 + type: CableHV + components: + - pos: 39.5,-28.5 + parent: 864 + type: Transform +- uid: 653 + type: ComputerBroken + components: + - rot: -1.5707963267948966 rad + pos: 52.5,37.5 + parent: 864 + type: Transform +- uid: 654 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,24.5 + parent: 864 + type: Transform +- uid: 655 + type: CableHV + components: + - pos: 10.5,-15.5 + parent: 864 + type: Transform +- uid: 656 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 33.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 657 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 20.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 658 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 11.5,-16.5 + parent: 864 + type: Transform +- uid: 659 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -10.5,-1.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 660 + type: FirelockGlass + components: + - pos: 24.5,-15.5 + parent: 864 + type: Transform +- uid: 661 + type: ReinforcedWindow + components: + - pos: 19.5,-15.5 + parent: 864 + type: Transform +- uid: 662 + type: CableHV + components: + - pos: 25.5,-42.5 + parent: 864 + type: Transform +- uid: 663 + type: CableHV + components: + - pos: 24.5,-42.5 + parent: 864 + type: Transform +- uid: 664 + type: CableHV + components: + - pos: 23.5,-42.5 + parent: 864 + type: Transform +- uid: 665 + type: CableHV + components: + - pos: 22.5,-42.5 + parent: 864 + type: Transform +- uid: 666 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 27.5,19.5 + parent: 864 + type: Transform +- uid: 667 + type: TrashBananaPeel + components: + - pos: 2.4993362,-10.809314 + parent: 864 + type: Transform +- uid: 668 + type: CableHV + components: + - pos: 25.5,-10.5 + parent: 864 + type: Transform +- uid: 669 + type: CableHV + components: + - pos: 24.5,-5.5 + parent: 864 + type: Transform +- uid: 670 + type: CableApcExtension + components: + - pos: 2.5,-26.5 + parent: 864 + type: Transform +- uid: 671 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 672 + type: CableHV + components: + - pos: 12.5,-42.5 + parent: 864 + type: Transform +- uid: 673 + type: ShuttersNormalOpen + components: + - rot: -1.5707963267948966 rad + pos: 15.5,13.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -112358.78 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 3211 + Close: + - port: Off + uid: 3211 + Toggle: [] + type: SignalReceiver +- uid: 674 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 33.5,32.5 + parent: 864 + type: Transform +- uid: 675 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 864 + type: Transform +- uid: 676 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-1.5 + parent: 864 + type: Transform +- uid: 677 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 16.5,15.5 + parent: 864 + type: Transform +- uid: 678 + type: FirelockGlass + components: + - rot: -1.5707963267948966 rad + pos: 15.5,3.5 + parent: 864 + type: Transform +- uid: 679 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -3.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 680 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 864 + type: Transform +- uid: 681 + type: DisposalBend + components: + - pos: 13.5,2.5 + parent: 864 + type: Transform +- uid: 682 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 15.5,14.5 + parent: 864 + type: Transform +- uid: 683 + type: PottedPlant14 + components: + - pos: 36.5,-16.5 + parent: 864 + type: Transform +- uid: 684 + type: WallSolid + components: + - pos: 7.5,6.5 + parent: 864 + type: Transform +- uid: 685 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 8.5,2.5 + parent: 864 + type: Transform +- uid: 686 + type: BoxPillCanister + components: + - pos: 2.3484178,-49.701572 + parent: 864 + type: Transform +- uid: 687 + type: AirlockFreezerKitchenHydroLocked + components: + - name: freezer + type: MetaData + - rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 864 + type: Transform +- uid: 688 + type: hydroponicsTray + components: + - pos: 22.5,2.5 + parent: 864 + type: Transform +- uid: 689 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 62.5,14.5 + parent: 864 + type: Transform +- uid: 690 + type: WindowReinforcedDirectional + components: + - pos: -4.5,4.5 + parent: 864 + type: Transform +- uid: 691 + type: WallReinforced + components: + - pos: 42.5,51.5 + parent: 864 + type: Transform +- uid: 692 + type: CableApcExtension + components: + - pos: -10.5,-21.5 + parent: 864 + type: Transform +- uid: 693 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -1.5,8.5 + parent: 864 + type: Transform +- uid: 694 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-29.5 + parent: 864 + type: Transform +- uid: 695 + type: FirelockGlass + components: + - pos: 11.5,4.5 + parent: 864 + type: Transform +- uid: 696 + type: FirelockGlass + components: + - pos: 11.5,-2.5 + parent: 864 + type: Transform +- uid: 697 + type: WallReinforced + components: + - pos: -15.5,-2.5 + parent: 864 + type: Transform +- uid: 698 + type: WallReinforced + components: + - pos: -18.5,-86.5 + parent: 864 + type: Transform +- uid: 699 + type: ReinforcedWindow + components: + - pos: -18.5,-89.5 + parent: 864 + type: Transform +- uid: 700 + type: AirlockVirologyLocked + components: + - pos: -19.5,-65.5 + parent: 864 + type: Transform +- uid: 701 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -23.5,-86.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 702 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-80.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 703 + type: WindoorMedicalLocked + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-79.5 + parent: 864 + type: Transform +- uid: 704 + type: WallSolid + components: + - pos: 6.5,-68.5 + parent: 864 + type: Transform +- uid: 705 + type: CableApcExtension + components: + - pos: -8.5,-45.5 + parent: 864 + type: Transform +- uid: 706 + type: CableApcExtension + components: + - pos: 3.5,-62.5 + parent: 864 + type: Transform +- uid: 707 + type: ClosetL3VirologyFilled + components: + - pos: -18.5,-63.5 + parent: 864 + type: Transform +- uid: 708 + type: CableApcExtension + components: + - pos: -5.5,-60.5 + parent: 864 + type: Transform +- uid: 709 + type: TableCounterMetal + components: + - pos: 2.5,-5.5 + parent: 864 + type: Transform +- uid: 710 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 5.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 711 + type: CableHV + components: + - pos: -14.5,34.5 + parent: 864 + type: Transform +- uid: 712 + type: DisposalTrunk + components: + - pos: 52.5,3.5 + parent: 864 + type: Transform +- uid: 713 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 7.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 714 + type: WallSolid + components: + - pos: 15.5,4.5 + parent: 864 + type: Transform +- uid: 715 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 61.5,17.5 + parent: 864 + type: Transform +- uid: 716 + type: WallSolid + components: + - pos: -0.5,-5.5 + parent: 864 + type: Transform +- uid: 717 + type: WallSolid + components: + - pos: -0.5,-7.5 + parent: 864 + type: Transform +- uid: 718 + type: SinkWide + components: + - pos: 24.5,2.5 + parent: 864 + type: Transform +- uid: 719 + type: CableHV + components: + - pos: 8.5,-16.5 + parent: 864 + type: Transform +- uid: 720 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: 2.5,6.5 + parent: 864 + type: Transform +- uid: 721 + type: WallReinforced + components: + - pos: -9.5,-34.5 + parent: 864 + type: Transform +- uid: 722 + type: CableHV + components: + - pos: 5.5,-16.5 + parent: 864 + type: Transform +- uid: 723 + type: DrinkDetFlask + components: + - pos: 20.044777,-12.206265 + parent: 864 + type: Transform +- uid: 724 + type: AirlockEngineeringLocked + components: + - pos: -19.5,-1.5 + parent: 864 + type: Transform +- uid: 725 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 6.5,-46.5 + parent: 864 + type: Transform +- uid: 726 + type: ReinforcedWindow + components: + - pos: -21.5,-14.5 + parent: 864 + type: Transform +- uid: 727 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-4.5 + parent: 864 + type: Transform +- uid: 728 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-13.5 + parent: 864 + type: Transform +- uid: 729 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-26.5 + parent: 864 + type: Transform +- uid: 730 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,36.5 + parent: 864 + type: Transform +- uid: 731 + type: WallSolid + components: + - pos: 5.5,-6.5 + parent: 864 + type: Transform +- uid: 732 + type: Soap + components: + - pos: -13.533843,-21.411894 + parent: 864 + type: Transform +- uid: 733 + type: WeaponCapacitorRecharger + components: + - pos: 28.5,-21.5 + parent: 864 + type: Transform +- uid: 734 + type: Bed + components: + - pos: 23.5,-35.5 + parent: 864 + type: Transform +- uid: 735 + type: Lamp + components: + - rot: 1.5707963267948966 rad + pos: 24.558033,-21.226107 + parent: 864 + type: Transform +- uid: 736 + type: CableApcExtension + components: + - pos: -1.5,-46.5 + parent: 864 + type: Transform +- uid: 737 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-5.5 + parent: 864 + type: Transform +- uid: 738 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.428345 + parent: 864 + type: Transform +- uid: 739 + type: GasPipeStraight + components: + - pos: -3.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 740 + type: GasPipeStraight + components: + - pos: -3.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 741 + type: GasPipeStraight + components: + - pos: -3.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 742 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 743 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -11.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 744 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 745 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 746 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 747 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 748 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 749 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 750 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 751 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 752 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 753 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 754 + type: GasVentPump + components: + - pos: 2.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 755 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 7.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 756 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 9.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 757 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 758 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 759 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 760 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 761 + type: GasPipeStraight + components: + - pos: 15.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 762 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 31.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 763 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 764 + type: CableApcExtension + components: + - pos: -2.5,-45.5 + parent: 864 + type: Transform +- uid: 765 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 12.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 766 + type: CableApcExtension + components: + - pos: 12.5,2.5 + parent: 864 + type: Transform +- uid: 767 + type: CableApcExtension + components: + - pos: 8.5,2.5 + parent: 864 + type: Transform +- uid: 768 + type: CableApcExtension + components: + - pos: 4.5,0.5 + parent: 864 + type: Transform +- uid: 769 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 770 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 771 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 772 + type: LampBanana + components: + - pos: 4.618959,-10.256847 + parent: 864 + type: Transform +- uid: 773 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 864 + type: Transform +- uid: 774 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-49.5 + parent: 864 + type: Transform +- uid: 775 + type: CheapRollerBed + components: + - pos: -9.460541,-47.24853 + parent: 864 + type: Transform +- uid: 776 + type: CableApcExtension + components: + - pos: -8.5,-15.5 + parent: 864 + type: Transform +- uid: 777 + type: CableApcExtension + components: + - pos: -8.5,-16.5 + parent: 864 + type: Transform +- uid: 778 + type: CableApcExtension + components: + - pos: -12.5,-22.5 + parent: 864 + type: Transform +- uid: 779 + type: FirelockGlass + components: + - pos: 38.5,-69.5 + parent: 864 + type: Transform +- uid: 780 + type: SignElectricalMed + components: + - pos: -12.5,-70.5 + parent: 864 + type: Transform +- uid: 781 + type: CableHV + components: + - pos: -4.5,-18.5 + parent: 864 + type: Transform +- uid: 782 + type: CableApcExtension + components: + - pos: 22.5,-36.5 + parent: 864 + type: Transform +- uid: 783 + type: CableApcExtension + components: + - pos: -13.5,-22.5 + parent: 864 + type: Transform +- uid: 784 + type: CableApcExtension + components: + - pos: 30.5,-32.5 + parent: 864 + type: Transform +- uid: 785 + type: CableApcExtension + components: + - pos: 22.5,-29.5 + parent: 864 + type: Transform +- uid: 786 + type: CableApcExtension + components: + - pos: 20.5,-23.5 + parent: 864 + type: Transform +- uid: 787 + type: CableApcExtension + components: + - pos: 29.5,-28.5 + parent: 864 + type: Transform +- uid: 788 + type: CableApcExtension + components: + - pos: 25.5,-23.5 + parent: 864 + type: Transform +- uid: 789 + type: CableMV + components: + - pos: 24.5,-28.5 + parent: 864 + type: Transform +- uid: 790 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-33.5 + parent: 864 + type: Transform +- uid: 791 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: 22.5,-25.5 + parent: 864 + type: Transform +- uid: 792 + type: Chair + components: + - pos: -5.5,-45.5 + parent: 864 + type: Transform +- uid: 793 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 794 + type: GasPipeStraight + components: + - pos: 20.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 795 + type: GasPipeStraight + components: + - pos: 20.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 796 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 23.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 797 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: 29.5,-25.5 + parent: 864 + type: Transform +- uid: 798 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 799 + type: APCHighCapacity + components: + - pos: 3.5,9.5 + parent: 864 + type: Transform +- uid: 800 + type: DisposalUnit + components: + - pos: 25.5,-34.5 + parent: 864 + type: Transform +- uid: 801 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 4.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 802 + type: SignMedical + components: + - pos: -2.5,-44.5 + parent: 864 + type: Transform +- uid: 803 + type: SignGravity + components: + - pos: -18.5,-3.5 + parent: 864 + type: Transform +- uid: 804 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 8.5,14.5 + parent: 864 + type: Transform +- uid: 805 + type: SignLibrary + components: + - pos: 9.5,-2.5 + parent: 864 + type: Transform +- uid: 806 + type: FloorDrain + components: + - pos: -1.5,-66.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 807 + type: ReinforcedWindow + components: + - pos: 7.5,-59.5 + parent: 864 + type: Transform +- uid: 808 + type: WallSolid + components: + - pos: 7.5,-62.5 + parent: 864 + type: Transform +- uid: 809 + type: WallSolid + components: + - pos: 13.5,-54.5 + parent: 864 + type: Transform +- uid: 810 + type: TableReinforced + components: + - pos: 26.5,32.5 + parent: 864 + type: Transform +- uid: 811 + type: WallSolid + components: + - pos: -17.5,-64.5 + parent: 864 + type: Transform +- uid: 812 + type: WallSolid + components: + - pos: 7.5,-55.5 + parent: 864 + type: Transform +- uid: 813 + type: TableWood + components: + - pos: -4.5,-48.5 + parent: 864 + type: Transform +- uid: 814 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 15.5,-38.5 + parent: 864 + type: Transform +- uid: 815 + type: LockerSecurityFilled + components: + - pos: -1.5,17.5 + parent: 864 + type: Transform +- uid: 816 + type: WallSolid + components: + - pos: -10.5,-2.5 + parent: 864 + type: Transform +- uid: 817 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 21.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 818 + type: CableApcExtension + components: + - pos: 9.5,-6.5 + parent: 864 + type: Transform +- uid: 819 + type: CableApcExtension + components: + - pos: 8.5,-6.5 + parent: 864 + type: Transform +- uid: 820 + type: CableApcExtension + components: + - pos: 8.5,-6.5 + parent: 864 + type: Transform +- uid: 821 + type: CableApcExtension + components: + - pos: 8.5,-6.5 + parent: 864 + type: Transform +- uid: 822 + type: CableApcExtension + components: + - pos: 7.5,-8.5 + parent: 864 + type: Transform +- uid: 823 + type: CableApcExtension + components: + - pos: 7.5,-7.5 + parent: 864 + type: Transform +- uid: 824 + type: GasPipeStraight + components: + - pos: 19.5,20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 825 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 36.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 826 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 22.5,15.5 + parent: 864 + type: Transform +- uid: 827 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 21.5,15.5 + parent: 864 + type: Transform +- uid: 828 + type: WallReinforced + components: + - pos: 3.5,15.5 + parent: 864 + type: Transform +- uid: 829 + type: VendingMachineChemDrobe + components: + - pos: 4.5,-50.5 + parent: 864 + type: Transform +- uid: 830 + type: WallReinforced + components: + - pos: 29.5,-33.5 + parent: 864 + type: Transform +- uid: 831 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 832 + type: BoxSyringe + components: + - pos: 2.3484178,-50.248447 + parent: 864 + type: Transform +- uid: 833 + type: DisposalPipe + components: + - pos: 6.5,-46.5 + parent: 864 + type: Transform +- uid: 834 + type: BoxPillCanister + components: + - pos: 2.5984178,-49.873447 + parent: 864 + type: Transform +- uid: 835 + type: BoxBeaker + components: + - pos: 2.6140428,-49.310947 + parent: 864 + type: Transform +- uid: 836 + type: Table + components: + - pos: 29.5,-39.5 + parent: 864 + type: Transform +- uid: 837 + type: GasVentPump + components: + - pos: 20.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 838 + type: BoxBeaker + components: + - pos: 2.3640428,-49.201572 + parent: 864 + type: Transform +- uid: 839 + type: TableCounterMetal + components: + - pos: 1.5,-5.5 + parent: 864 + type: Transform +- uid: 840 + type: DisposalBend + components: + - pos: 4.5,-3.5 + parent: 864 + type: Transform +- uid: 841 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-3.5 + parent: 864 + type: Transform +- uid: 842 + type: TableCounterMetal + components: + - pos: -8.5,4.5 + parent: 864 + type: Transform +- uid: 843 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-13.5 + parent: 864 + type: Transform +- uid: 844 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-13.5 + parent: 864 + type: Transform +- uid: 845 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-4.5 + parent: 864 + type: Transform +- uid: 846 + type: StoolBar + components: + - pos: 14.5,10.5 + parent: 864 + type: Transform +- uid: 847 + type: Catwalk + components: + - pos: -5.5,-69.5 + parent: 864 + type: Transform +- uid: 848 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 864 + type: Transform +- uid: 849 + type: WallReinforced + components: + - pos: 21.5,-44.5 + parent: 864 + type: Transform +- uid: 850 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 7.5,-30.5 + parent: 864 + type: Transform +- uid: 851 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -0.5,13.5 + parent: 864 + type: Transform +- uid: 852 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-29.5 + parent: 864 + type: Transform +- uid: 853 + type: chem_master + components: + - pos: 4.5,-33.5 + parent: 864 + type: Transform +- uid: 854 + type: ExteriorLightTube + components: + - pos: 5.280584,-33.330162 + parent: 864 + type: Transform +- uid: 855 + type: DisposalPipe + components: + - pos: 19.5,-41.5 + parent: 864 + type: Transform +- uid: 856 + type: WallSolid + components: + - pos: 37.5,-39.5 + parent: 864 + type: Transform +- uid: 857 + type: CableApcExtension + components: + - pos: 22.5,-40.5 + parent: 864 + type: Transform +- uid: 858 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 16.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 859 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 17.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 860 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 861 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 3.5,9.5 + parent: 864 + type: Transform +- uid: 862 + type: FoodFrozenSandwich + components: + - pos: 1.7450095,-5.423098 + parent: 864 + type: Transform +- uid: 863 + type: GasPipeStraight + components: + - pos: 0.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 864 + components: + - desc: '' + name: Unity Station + type: MetaData + - pos: -0.32464826,-0.3100227 + parent: 5241 + type: Transform + - type: MapGrid + - type: EntityLookup + - type: Broadphase + - angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + type: Physics + - fixtures: [] + type: Fixtures + - gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + type: Gravity + - chunkCollection: + 0,-2: + 0: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + coordinates: 6,-56 + 1: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + coordinates: 5,-56 + 268: + cleanable: True + color: '#D4D4D496' + id: DirtLight + coordinates: 10,-43 + 274: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 1,-54 + 516: + color: '#EFB34196' + id: CheckerNESW + coordinates: 23,-40 + 517: + color: '#EFB34196' + id: CheckerNESW + coordinates: 26,-40 + 518: + color: '#EFB34196' + id: CheckerNESW + coordinates: 27,-40 + 519: + color: '#EFB34196' + id: CheckerNESW + coordinates: 25,-40 + 520: + color: '#EFB34196' + id: CheckerNESW + coordinates: 24,-40 + 521: + color: '#FFFFFFFF' + id: Bot + coordinates: 28,-40 + 522: + color: '#FFFFFFFF' + id: Bot + coordinates: 22,-40 + 523: + color: '#FFFFFFFF' + id: StandClear + coordinates: 28,-41 + 524: + color: '#FFFFFFFF' + id: StandClear + coordinates: 22,-41 + 527: + color: '#FFFFFFFF' + id: Bot + coordinates: 19,-46 + 528: + color: '#FFFFFFFF' + id: Bot + coordinates: 19,-47 + 529: + color: '#FFFFFFFF' + id: Bot + coordinates: 19,-48 + 745: + color: '#FFFFFF63' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: 3,-60 + 748: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: 2,-60 + 749: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: 4,-60 + 754: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: 6,-62 + 755: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: 5,-62 + 756: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: 4,-62 + 757: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: 3,-62 + 758: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: 2,-62 + 759: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: 1,-62 + 760: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: 0,-62 + 791: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale270 + coordinates: 1,-60 + 796: + color: '#FFFFFFFF' + id: MiniTileWhiteLineW + coordinates: 0,-54 + 797: + color: '#FFFFFFFF' + id: MiniTileWhiteCornerNw + coordinates: 2,-64 + 800: + color: '#FFFFFFFF' + id: MiniTileWhiteCornerNe + coordinates: 4,-64 + 801: + color: '#FFFFFFFF' + id: MiniTileWhiteLineN + coordinates: 3,-64 + 807: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSe + coordinates: 0,-50 + 810: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNe + coordinates: 0,-46 + 821: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 0,-47 + 822: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 0,-48 + 823: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 0,-49 + 837: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSe + coordinates: 6,-55 + 866: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: 0,-53 + 867: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: 1,-53 + 868: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: 2,-53 + 869: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: 3,-53 + 870: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: 4,-53 + 871: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: 5,-53 + 872: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNe + coordinates: 6,-53 + 873: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 6,-54 + 874: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: 5,-55 + 875: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: 4,-55 + 876: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: 3,-55 + 877: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: 2,-55 + 878: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: 1,-55 + 883: + color: '#52B4E9CD' + id: MiniTileWhiteEndS + coordinates: 0,-56 + 884: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSw + coordinates: 0,-55 + 889: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSe + coordinates: 0,-55 + 897: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerSw + coordinates: 0,-53 + 898: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerNw + coordinates: 0,-55 + 907: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: 4,-51 + 908: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: 5,-51 + 909: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: 3,-51 + 910: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSw + coordinates: 2,-51 + 911: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSe + coordinates: 6,-51 + 912: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNw + coordinates: 2,-46 + 913: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNe + coordinates: 6,-46 + 914: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: 5,-46 + 915: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: 4,-46 + 916: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: 3,-46 + 917: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 6,-47 + 918: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 6,-48 + 919: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 6,-49 + 920: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 6,-50 + 921: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: 2,-47 + 922: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: 2,-48 + 923: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: 2,-49 + 924: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: 2,-50 + 946: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNe + coordinates: 0,-64 + 1067: + color: '#52B4E9AE' + id: MiniTileWhiteLineS + coordinates: 0,-44 + 1208: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 31,-59 + 1209: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 30,-59 + 1210: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 29,-59 + 1266: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 27,-42 + 1267: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 26,-42 + 1268: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 25,-42 + 1269: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 24,-42 + 1270: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 23,-42 + 1271: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 22,-42 + 1272: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 21,-42 + 1273: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 28,-42 + 1274: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 29,-42 + 1275: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 30,-42 + 1276: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 25,-44 + 1277: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 23,-44 + 1278: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 24,-44 + 1279: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 26,-44 + 1280: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 27,-44 + 1281: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 28,-44 + 1282: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 29,-44 + 1283: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 30,-44 + 1284: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 31,-44 + 1299: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 31,-40 + 1304: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 31,-41 + 1305: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 8,-43 + 1306: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-41 + 1307: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 20,-41 + 1308: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 19,-40 + 1309: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 18,-40 + 1310: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 17,-40 + 1311: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 16,-40 + 1312: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 15,-40 + 1313: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 9,-42 + 1314: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 10,-42 + 1315: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 11,-42 + 1316: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 13,-42 + 1317: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 12,-42 + 1318: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 14,-40 + 1319: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 20,-40 + 1320: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 8,-44 + 1321: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 8,-42 + 1322: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 9,-44 + 1323: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 10,-44 + 1324: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 11,-44 + 1325: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 12,-44 + 1326: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 13,-44 + 1327: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 14,-44 + 1328: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 15,-44 + 1329: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 16,-44 + 1330: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 18,-44 + 1331: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 17,-44 + 1332: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 19,-44 + 1333: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 21,-44 + 1334: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 22,-44 + 1335: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: 31,-42 + 1336: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: 20,-42 + 1337: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 28,-59 + 1338: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 27,-59 + 1340: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 25,-61 + 1341: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 24,-57 + 1342: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 24,-56 + 1343: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 24,-46 + 1346: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 31,-64 + 1347: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 30,-64 + 1348: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 29,-63 + 1349: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 26,-46 + 1350: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 24,-54 + 1351: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 25,-46 + 1353: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 28,-61 + 1354: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 27,-61 + 1355: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 26,-61 + 1356: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-47 + 1357: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-48 + 1358: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-49 + 1359: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-50 + 1360: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-51 + 1361: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-52 + 1362: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-53 + 1363: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-54 + 1364: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-55 + 1365: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-56 + 1366: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-57 + 1367: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-58 + 1369: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 25,-60 + 1370: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 25,-59 + 1371: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 25,-58 + 1372: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 25,-55 + 1373: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-53 + 1374: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-52 + 1375: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-50 + 1376: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-49 + 1377: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-51 + 1378: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-48 + 1379: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-47 + 1380: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 29,-62 + 1383: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 29,-61 + 1384: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 30,-63 + 1385: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: 31,-63 + 1386: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: 26,-59 + 1387: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: 25,-56 + 1388: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 25,-57 + 1389: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 25,-54 + 1422: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 0,-42 + 1423: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 6,-43 + 1424: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 5,-44 + 1425: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 4,-44 + 1426: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 3,-44 + 1427: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 2,-44 + 1428: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 1,-44 + 1429: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 2,-41 + 1430: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 3,-41 + 1431: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 4,-41 + 1432: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 1,-41 + 1433: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 6,-42 + 1434: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 6,-44 + 1435: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 5,-42 + 1436: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: 4,-42 + 1437: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: 1,-42 + 1438: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: 14,-42 + 2265: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 14,-38 + 2266: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 15,-38 + 2267: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 16,-38 + 2268: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-37 + 2269: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-36 + 2270: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-35 + 2271: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-34 + 2273: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-33 + 2287: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-37 + 2296: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-34 + 2297: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-33 + 2298: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-35 + 2299: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-36 + 2539: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: 4,-43 + 2540: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: 0,-43 + 2546: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + coordinates: 30,-57 + 2547: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + coordinates: 29,-57 + 2548: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + coordinates: 28,-57 + 2553: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + coordinates: 28,-54 + 2556: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + coordinates: 31,-54 + 2557: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + coordinates: 30,-54 + 2558: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + coordinates: 29,-54 + 2559: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + coordinates: 28,-55 + 2560: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + coordinates: 28,-56 + 3271: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 20,-44 + -1,-2: + 2: + color: '#D4D4D496' + id: ThreeQuarterTileOverlayGreyscale90 + coordinates: -6,-64 + 5: + color: '#D4D4D496' + id: ThreeQuarterTileOverlayGreyscale + coordinates: -10,-64 + 6: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale + coordinates: -7,-64 + 7: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale + coordinates: -8,-64 + 8: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale + coordinates: -9,-64 + 78: + cleanable: True + color: '#D4D4D496' + id: DirtMedium + coordinates: -5,-34 + 269: + cleanable: True + color: '#D4D4D496' + id: DirtLight + coordinates: -6,-43 + 270: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -8,-47 + 271: + cleanable: True + color: '#D4D4D496' + id: DirtMedium + coordinates: -8,-47 + 272: + cleanable: True + color: '#D4D4D496' + id: DirtLight + coordinates: -12,-43 + 273: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -5,-54 + 507: + color: '#FFFFFFFF' + id: StandClear + coordinates: -9,-45 + 508: + color: '#FFFFFFFF' + id: StandClear + coordinates: -1,-45 + 746: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale270 + coordinates: -5,-60 + 747: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: -7,-60 + 750: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: -1,-60 + 751: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: -10,-60 + 752: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: -13,-60 + 753: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: -17,-60 + 761: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -1,-62 + 762: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -2,-62 + 763: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -3,-62 + 764: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -4,-62 + 765: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -5,-62 + 766: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -6,-62 + 767: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -7,-62 + 768: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -8,-62 + 769: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -9,-62 + 770: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -10,-62 + 771: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -12,-62 + 772: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -11,-62 + 773: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -13,-62 + 774: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -14,-62 + 775: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -15,-62 + 776: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -16,-62 + 777: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -17,-62 + 778: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -18,-62 + 779: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -19,-62 + 780: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale + coordinates: -20,-62 + 781: + color: '#FFFFFF79' + id: QuarterTileOverlayGreyscale90 + coordinates: -21,-62 + 782: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale90 + coordinates: -21,-61 + 783: + color: '#FFFFFF79' + id: QuarterTileOverlayGreyscale180 + coordinates: -21,-60 + 784: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale180 + coordinates: -20,-60 + 785: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale180 + coordinates: -19,-60 + 786: + color: '#FFFFFF79' + id: HalfTileOverlayGreyscale180 + coordinates: -18,-60 + 787: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale270 + coordinates: -14,-60 + 788: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale270 + coordinates: -11,-60 + 789: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale270 + coordinates: -8,-60 + 790: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale270 + coordinates: -2,-60 + 792: + color: '#FFFFFF79' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: -4,-60 + 793: + color: '#FFFFFFFF' + id: MiniTileWhiteLineN + coordinates: -9,-55 + 794: + color: '#FFFFFFFF' + id: MiniTileWhiteLineW + coordinates: -8,-54 + 795: + color: '#FFFFFFFF' + id: MiniTileWhiteLineE + coordinates: -2,-54 + 805: + color: '#FFFFFFFF' + id: MiniTileWhiteBox + coordinates: -1,-48 + 806: + color: '#FFFFFFFF' + id: MiniTileWhiteBox + coordinates: -13,-48 + 808: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -1,-50 + 809: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSw + coordinates: -2,-50 + 811: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNw + coordinates: -10,-46 + 812: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -2,-46 + 813: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -1,-46 + 814: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -3,-46 + 815: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -4,-46 + 816: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -5,-46 + 817: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -6,-46 + 818: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -7,-46 + 819: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -8,-46 + 820: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -9,-46 + 824: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -10,-47 + 825: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -10,-48 + 826: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -10,-49 + 827: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSw + coordinates: -10,-50 + 828: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSe + coordinates: -8,-50 + 829: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: -8,-49 + 830: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -7,-48 + 831: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -6,-48 + 832: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -5,-48 + 833: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -4,-48 + 834: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -3,-48 + 835: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -2,-49 + 836: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSe + coordinates: -8,-48 + 838: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNw + coordinates: -16,-53 + 839: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSw + coordinates: -16,-55 + 840: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -16,-54 + 841: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -15,-55 + 842: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -14,-55 + 843: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -13,-55 + 844: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -11,-55 + 845: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -10,-55 + 846: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -8,-55 + 847: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -7,-55 + 848: + color: '#52B4E9CD' + id: MiniTileWhiteEndS + coordinates: -6,-56 + 849: + color: '#52B4E9CD' + id: MiniTileWhiteEndS + coordinates: -9,-56 + 850: + color: '#52B4E9CD' + id: MiniTileWhiteEndS + coordinates: -12,-56 + 851: + color: '#52B4E9CD' + id: MiniTileWhiteEndS + coordinates: -3,-56 + 852: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -15,-53 + 853: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -14,-53 + 854: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -13,-53 + 855: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -12,-53 + 856: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -11,-53 + 857: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -9,-53 + 858: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -8,-53 + 859: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -7,-53 + 860: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -6,-53 + 861: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -5,-53 + 862: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -4,-53 + 863: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -3,-53 + 864: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -2,-53 + 865: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -1,-53 + 879: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -1,-55 + 880: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -2,-55 + 881: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -4,-55 + 882: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -5,-55 + 885: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSw + coordinates: -3,-55 + 886: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSw + coordinates: -6,-55 + 887: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSw + coordinates: -9,-55 + 888: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSw + coordinates: -12,-55 + 890: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSe + coordinates: -3,-55 + 891: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSe + coordinates: -6,-55 + 892: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSe + coordinates: -9,-55 + 893: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSe + coordinates: -12,-55 + 894: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerSe + coordinates: -2,-53 + 895: + color: '#FFFFFFFF' + id: MiniTileWhiteLineN + coordinates: -1,-55 + 896: + color: '#FFFFFFFF' + id: MiniTileWhiteLineS + coordinates: -1,-53 + 899: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerNe + coordinates: -2,-55 + 900: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerNe + coordinates: -10,-55 + 901: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerNw + coordinates: -9,-55 + 902: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerNw + coordinates: -8,-55 + 903: + color: '#FFFFFFFF' + id: MiniTileWhiteLineS + coordinates: -9,-53 + 904: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerSw + coordinates: -8,-53 + 905: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerSe + coordinates: -10,-53 + 906: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -10,-53 + 925: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -9,-50 + 926: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSe + coordinates: -12,-51 + 927: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSw + coordinates: -17,-51 + 928: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -13,-51 + 929: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -14,-51 + 930: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -16,-51 + 931: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -15,-51 + 932: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -13,-46 + 933: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -14,-46 + 934: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -16,-46 + 935: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -15,-46 + 936: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNw + coordinates: -17,-46 + 937: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNe + coordinates: -12,-46 + 938: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: -12,-47 + 939: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: -12,-48 + 940: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: -12,-49 + 941: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: -12,-50 + 942: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -17,-47 + 943: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -17,-48 + 944: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -17,-49 + 945: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -17,-50 + 951: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNw + coordinates: -4,-64 + 967: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -1,-64 + 968: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -2,-64 + 969: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -3,-64 + 1068: + color: '#52B4E9AE' + id: MiniTileWhiteLineS + coordinates: -1,-44 + 1069: + color: '#52B4E9AE' + id: MiniTileWhiteLineS + coordinates: -2,-44 + 1070: + color: '#52B4E9AE' + id: MiniTileWhiteLineS + coordinates: -8,-44 + 1071: + color: '#52B4E9AE' + id: MiniTileWhiteLineS + coordinates: -9,-44 + 1072: + color: '#52B4E9AE' + id: MiniTileWhiteLineS + coordinates: -10,-44 + 1420: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -2,-42 + 1421: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -1,-42 + 1440: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -8,-42 + 1441: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -10,-42 + 1442: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -11,-42 + 1443: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -12,-42 + 1444: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -13,-42 + 1445: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -14,-42 + 1446: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -15,-42 + 1447: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -16,-42 + 1448: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -16,-44 + 1449: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -16,-43 + 1450: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -15,-44 + 1451: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -14,-44 + 1452: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -13,-44 + 1453: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -12,-44 + 1454: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -11,-44 + 1455: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -19,-44 + 1456: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -20,-44 + 1457: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -18,-44 + 1458: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -21,-44 + 1459: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -18,-43 + 1460: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -19,-41 + 1461: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -21,-41 + 1462: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-42 + 1463: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-43 + 1464: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -20,-41 + 1465: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: -19,-42 + 1466: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -18,-42 + 1473: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -19,-39 + 1476: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -21,-39 + 1477: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -20,-39 + 1485: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-33 + 1486: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-34 + 1487: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-35 + 1488: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-36 + 1489: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-37 + 1490: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-38 + 1491: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-38 + 1492: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-37 + 1493: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-35 + 1494: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-34 + 1495: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-36 + 1496: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-33 + 1517: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-37 + 1518: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-38 + 1519: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-38 + 1520: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-37 + 1521: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-36 + 1522: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-35 + 1523: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-34 + 1524: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-33 + 1530: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -3,-36 + 1531: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -3,-35 + 1532: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -3,-34 + 1533: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -3,-33 + 1534: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: -4,-36 + 1536: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -4,-39 + 1537: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -6,-39 + 1538: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -5,-39 + 2362: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -3,-42 + 2363: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -3,-43 + 2364: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -5,-41 + 2365: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -4,-41 + 2366: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -6,-41 + 2367: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -4,-44 + 2368: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -5,-44 + 2369: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -6,-44 + 2370: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -7,-42 + 2371: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -7,-43 + 2372: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -3,-41 + 2373: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -7,-44 + 2374: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -7,-41 + 2375: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -3,-44 + 2541: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -10,-43 + 2542: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -14,-43 + 2893: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -25,-37 + 2894: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -24,-37 + 2895: + color: '#73C2A496' + id: MiniTileWhiteCornerSe + coordinates: -23,-37 + 2896: + color: '#73C2A496' + id: MiniTileWhiteCornerSw + coordinates: -26,-37 + 2897: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -23,-36 + 2898: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -23,-35 + 2899: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -23,-34 + 2900: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -23,-33 + 2903: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -26,-33 + 2904: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -26,-34 + 2905: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -26,-35 + 2906: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -26,-36 + 2910: + color: '#73C2A496' + id: MiniTileWhiteCornerNe + coordinates: -31,-33 + 2914: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -32,-36 + 2915: + color: '#73C2A496' + id: MiniTileWhiteCornerSe + coordinates: -31,-36 + 2917: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -31,-34 + 2918: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -31,-35 + 2920: + color: '#73C2A496' + id: MiniTileWhiteInnerNe + coordinates: -32,-33 + 2939: + color: '#73C2A496' + id: MiniTileWhiteCornerNe + coordinates: -32,-38 + 2941: + color: '#73C2A496' + id: MiniTileWhiteCornerSe + coordinates: -32,-42 + 2943: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -32,-39 + 2944: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -32,-40 + 2945: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -32,-41 + 3272: + color: '#52B4E996' + id: MiniTileWhiteLineN + coordinates: -9,-42 + 3374: + color: '#FFFFFFFF' + id: MiniTileWhiteLineE + coordinates: -10,-54 + 3377: + color: '#52B4E9CD' + id: MiniTileWhiteInnerSw + coordinates: -2,-48 + -1,-3: + 3: + color: '#D4D4D496' + id: ThreeQuarterTileOverlayGreyscale270 + coordinates: -10,-67 + 4: + color: '#D4D4D496' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: -6,-67 + 9: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale90 + coordinates: -6,-65 + 10: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale90 + coordinates: -6,-66 + 11: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale180 + coordinates: -7,-67 + 12: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale270 + coordinates: -10,-66 + 13: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale270 + coordinates: -10,-65 + 14: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale180 + coordinates: -8,-67 + 15: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale180 + coordinates: -8,-67 + 16: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale180 + coordinates: -9,-67 + 18: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + coordinates: -19,-78 + 19: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + coordinates: -19,-78 + 26: + color: '#DE3A3A96' + id: CheckerNWSE + coordinates: -21,-83 + 27: + color: '#DE3A3A96' + id: CheckerNWSE + coordinates: -21,-82 + 275: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -8,-67 + 276: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -8,-67 + 277: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -6,-65 + 278: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -6,-65 + 279: + cleanable: True + color: '#D4D4D496' + id: DirtMedium + coordinates: -7,-65 + 280: + cleanable: True + color: '#D4D4D496' + id: DirtMedium + coordinates: -7,-65 + 281: + cleanable: True + color: '#D4D4D496' + id: DirtMedium + coordinates: -6,-67 + 530: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + coordinates: -32,-74 + 947: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNe + coordinates: -1,-65 + 948: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSw + coordinates: -3,-67 + 949: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSe + coordinates: -1,-67 + 952: + color: '#52B4E9CD' + id: MiniTileWhiteCornerNw + coordinates: -3,-65 + 956: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: -1,-66 + 957: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -4,-65 + 958: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -4,-66 + 959: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -4,-67 + 960: + color: '#52B4E9CD' + id: MiniTileWhiteLineW + coordinates: -3,-66 + 961: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -2,-67 + 962: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -2,-68 + 963: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -1,-68 + 964: + color: '#52B4E9CD' + id: MiniTileWhiteLineS + coordinates: -3,-68 + 965: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSw + coordinates: -4,-68 + 966: + color: '#52B4E9CD' + id: MiniTileWhiteLineN + coordinates: -2,-65 + 970: + color: '#DE3A3AD3' + id: MiniTileWhiteLineE + coordinates: -19,-76 + 971: + color: '#DE3A3AD3' + id: MiniTileWhiteLineE + coordinates: -19,-77 + 972: + color: '#DE3A3AD3' + id: MiniTileWhiteLineE + coordinates: -19,-79 + 973: + color: '#DE3A3AD3' + id: MiniTileWhiteLineE + coordinates: -19,-80 + 974: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -18,-71 + 975: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -18,-72 + 976: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -18,-73 + 977: + color: '#478C5DDC' + id: MiniTileWhiteCornerNe + coordinates: -18,-70 + 978: + color: '#478C5DDC' + id: MiniTileWhiteCornerSe + coordinates: -18,-74 + 979: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -20,-74 + 980: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -21,-74 + 981: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -19,-74 + 982: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -22,-74 + 983: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -23,-74 + 984: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -24,-74 + 985: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -25,-74 + 986: + color: '#478C5DDC' + id: MiniTileWhiteCornerSw + coordinates: -26,-74 + 987: + color: '#478C5DDC' + id: MiniTileWhiteCornerNw + coordinates: -26,-70 + 988: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -25,-70 + 989: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -24,-70 + 990: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -23,-70 + 991: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -22,-70 + 992: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -21,-70 + 993: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -20,-70 + 994: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -19,-70 + 995: + color: '#478C5DDC' + id: MiniTileWhiteLineW + coordinates: -26,-71 + 996: + color: '#478C5DDC' + id: MiniTileWhiteLineW + coordinates: -26,-72 + 997: + color: '#478C5DDC' + id: MiniTileWhiteLineW + coordinates: -26,-73 + 998: + color: '#478C5DDC' + id: MiniTileWhiteLineW + coordinates: -28,-79 + 999: + color: '#478C5DDC' + id: MiniTileWhiteLineW + coordinates: -28,-80 + 1000: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -27,-81 + 1001: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -26,-81 + 1002: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -25,-81 + 1003: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -24,-81 + 1004: + color: '#478C5DDC' + id: MiniTileWhiteCornerSe + coordinates: -23,-81 + 1005: + color: '#478C5DDC' + id: MiniTileWhiteCornerNe + coordinates: -23,-76 + 1006: + color: '#478C5DDC' + id: MiniTileWhiteCornerNw + coordinates: -26,-76 + 1007: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -25,-76 + 1008: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -24,-76 + 1009: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -23,-77 + 1010: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -23,-78 + 1011: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -23,-79 + 1012: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -23,-80 + 1013: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -27,-78 + 1014: + color: '#478C5DDC' + id: MiniTileWhiteLineW + coordinates: -26,-77 + 1015: + color: '#478C5DDC' + id: MiniTileWhiteInnerNw + coordinates: -26,-78 + 1016: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -21,-88 + 1017: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -22,-88 + 1018: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -23,-88 + 1019: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -24,-88 + 1020: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -25,-88 + 1021: + color: '#478C5DDC' + id: MiniTileWhiteLineS + coordinates: -26,-88 + 1022: + color: '#478C5DDC' + id: MiniTileWhiteCornerSw + coordinates: -27,-88 + 1023: + color: '#478C5DDC' + id: MiniTileWhiteCornerNe + coordinates: -20,-85 + 1024: + color: '#478C5DDC' + id: MiniTileWhiteCornerNw + coordinates: -27,-85 + 1025: + color: '#478C5DDC' + id: MiniTileWhiteCornerNw + coordinates: -24,-83 + 1026: + color: '#478C5DDC' + id: MiniTileWhiteCornerNe + coordinates: -23,-83 + 1027: + color: '#478C5DDC' + id: MiniTileWhiteLineW + coordinates: -27,-86 + 1028: + color: '#478C5DDC' + id: MiniTileWhiteLineW + coordinates: -27,-87 + 1029: + color: '#478C5DDC' + id: MiniTileWhiteLineW + coordinates: -24,-84 + 1030: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -23,-84 + 1031: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -21,-85 + 1032: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -22,-85 + 1033: + color: '#478C5DDC' + id: MiniTileWhiteInnerNw + coordinates: -24,-85 + 1034: + color: '#478C5DDC' + id: MiniTileWhiteInnerNe + coordinates: -23,-85 + 1035: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -25,-85 + 1036: + color: '#478C5DDC' + id: MiniTileWhiteLineN + coordinates: -26,-85 + 1037: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -20,-86 + 1038: + color: '#478C5DDC' + id: MiniTileWhiteLineE + coordinates: -20,-87 + 1039: + color: '#478C5DDC' + id: MiniTileWhiteCornerSe + coordinates: -20,-88 + 1040: + color: '#98E5FFD3' + id: MiniTileWhiteCornerSe + coordinates: -28,-76 + 1041: + color: '#98E5FFD3' + id: MiniTileWhiteCornerSw + coordinates: -31,-76 + 1042: + color: '#98E5FFD3' + id: MiniTileWhiteLineS + coordinates: -29,-76 + 1043: + color: '#98E5FFD3' + id: MiniTileWhiteLineS + coordinates: -30,-76 + 1044: + color: '#98E5FFD3' + id: MiniTileWhiteLineN + coordinates: -29,-70 + 1045: + color: '#98E5FFD3' + id: MiniTileWhiteLineN + coordinates: -30,-70 + 1046: + color: '#98E5FFD3' + id: MiniTileWhiteLineN + coordinates: -31,-70 + 1047: + color: '#98E5FFD3' + id: MiniTileWhiteCornerNe + coordinates: -28,-70 + 1048: + color: '#98E5FFD3' + id: MiniTileWhiteCornerNw + coordinates: -32,-70 + 1049: + color: '#98E5FFD3' + id: MiniTileWhiteLineW + coordinates: -32,-71 + 1050: + color: '#98E5FFD3' + id: MiniTileWhiteLineW + coordinates: -32,-72 + 1051: + color: '#98E5FFD3' + id: MiniTileWhiteLineW + coordinates: -32,-73 + 1052: + color: '#98E5FFD3' + id: MiniTileWhiteCornerSw + coordinates: -32,-75 + 1053: + color: '#98E5FFD3' + id: MiniTileWhiteInnerSw + coordinates: -31,-75 + 1054: + color: '#98E5FFD3' + id: MiniTileWhiteLineE + coordinates: -28,-75 + 1055: + color: '#98E5FFD3' + id: MiniTileWhiteLineE + coordinates: -28,-74 + 1056: + color: '#98E5FFD3' + id: MiniTileWhiteLineE + coordinates: -28,-73 + 1057: + color: '#98E5FFD3' + id: MiniTileWhiteLineE + coordinates: -28,-72 + 1058: + color: '#98E5FFD3' + id: MiniTileWhiteLineE + coordinates: -28,-71 + 1059: + color: '#98E5FFD3' + id: MiniTileWhiteLineE + coordinates: -31,-73 + 1060: + color: '#98E5FFD3' + id: MiniTileWhiteLineS + coordinates: -30,-72 + 1061: + color: '#98E5FFD3' + id: MiniTileWhiteLineW + coordinates: -29,-73 + 1062: + color: '#98E5FFD3' + id: MiniTileWhiteLineN + coordinates: -30,-74 + 1063: + color: '#98E5FFD3' + id: MiniTileWhiteInnerSw + coordinates: -29,-72 + 1064: + color: '#98E5FFD3' + id: MiniTileWhiteInnerSe + coordinates: -31,-72 + 1065: + color: '#98E5FFD3' + id: MiniTileWhiteInnerNw + coordinates: -29,-74 + 1066: + color: '#98E5FFD3' + id: MiniTileWhiteInnerNe + coordinates: -31,-74 + 3375: + color: '#88EFB1D9' + id: MiniTileSteelCornerNw + coordinates: -28,-78 + 3376: + color: '#88EFB1D9' + id: MiniTileSteelCornerSw + coordinates: -28,-81 + 0,0: + 17: + color: '#221F2E28' + id: HalfTileOverlayGreyscale270 + coordinates: 0,2 + 30: + color: '#FFFFFFFF' + id: Bot + coordinates: 30,1 + 33: + color: '#FFFFFFFF' + id: Bot + coordinates: 10,22 + 34: + color: '#FFFFFFFF' + id: Bot + coordinates: 10,21 + 35: + color: '#FFFFFFFF' + id: Bot + coordinates: 10,20 + 53: + color: '#FFFFFFFF' + id: DirtLight + coordinates: 17,0 + 54: + color: '#FFFFFFFF' + id: DirtLight + coordinates: 17,0 + 55: + color: '#FFFFFFFF' + id: DirtLight + coordinates: 6,15 + 56: + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 5,14 + 57: + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 6,14 + 58: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 7,16 + 59: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 5,16 + 60: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 6,7 + 61: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 1,5 + 62: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 1,2 + 63: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + 66: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 9,1 + 83: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 26,7 + 84: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 25,12 + 85: + cleanable: True + color: '#D4D4D496' + id: DirtLight + coordinates: 23,22 + 86: + cleanable: True + color: '#D4D4D496' + id: DirtLight + coordinates: 24,21 + 87: + cleanable: True + color: '#D4D4D496' + id: DirtMedium + coordinates: 21,21 + 88: + cleanable: True + color: '#D4D4D496' + id: DirtMedium + coordinates: 20,21 + 89: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 20,22 + 90: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 15,20 + 91: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 11,21 + 92: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 11,20 + 93: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 11,20 + 94: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 11,22 + 95: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 1,19 + 96: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 1,18 + 97: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 1,19 + 98: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 1,19 + 100: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 0,17 + 101: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 21,23 + 102: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 20,20 + 103: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 21,23 + 104: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 21,22 + 105: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 22,22 + 151: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 29,20 + 152: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 29,16 + 154: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 26,31 + 155: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 27,31 + 156: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 28,31 + 157: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 29,31 + 158: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 30,31 + 159: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 31,31 + 161: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 30,30 + 162: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 29,30 + 163: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 28,30 + 164: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 30,29 + 165: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 29,29 + 166: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 28,29 + 167: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 28,28 + 168: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 29,28 + 169: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 30,28 + 170: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 30,27 + 171: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 29,27 + 172: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 28,27 + 499: + cleanable: True + color: '#7F728818' + id: splatter + coordinates: 12,12 + 500: + cleanable: True + color: '#7F728818' + id: splatter + coordinates: 14,6 + 501: + cleanable: True + color: '#7F7288DF' + id: splatter + coordinates: 17,1 + 724: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 3,5 + 725: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 4,5 + 726: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 4,5 + 2010: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,0 + 2011: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,1 + 2012: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,2 + 2013: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,4 + 2014: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,5 + 2015: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,3 + 2016: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,6 + 2017: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,7 + 2018: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 18,8 + 2019: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 17,8 + 2020: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 16,8 + 2021: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,7 + 2022: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,6 + 2023: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,5 + 2024: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,4 + 2025: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,3 + 2026: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,2 + 2027: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,1 + 2028: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,0 + 2038: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 27,8 + 2039: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 28,8 + 2040: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 29,8 + 2041: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 30,8 + 2042: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 30,6 + 2043: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 20,8 + 2044: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 20,6 + 2045: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 30,7 + 2046: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 20,7 + 2047: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 21,6 + 2048: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 24,6 + 2049: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 23,6 + 2050: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 22,6 + 2051: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 25,6 + 2052: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 26,6 + 2053: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 27,6 + 2054: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 28,6 + 2055: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 29,6 + 2056: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 21,8 + 2057: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 22,8 + 2058: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 23,8 + 2412: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 0,3 + 2413: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 1,3 + 2414: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 2,3 + 2415: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 3,3 + 2416: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 4,3 + 2417: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 5,3 + 2418: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 6,3 + 2419: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 7,3 + 2420: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 8,3 + 2421: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 9,3 + 2422: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 10,3 + 2423: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 11,3 + 2424: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 12,3 + 2425: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 13,3 + 2426: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNe + coordinates: 14,3 + 2435: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 3,0 + 2436: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 2,0 + 2437: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 1,0 + 2438: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + 2446: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 4,0 + 2448: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 14,0 + 2449: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 13,0 + 2450: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 13,1 + 2451: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 14,1 + 2452: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 4,1 + 2458: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 3,1 + 2459: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 1,1 + 2460: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 0,1 + 2461: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 2,1 + 2479: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSe + coordinates: 14,2 + 2481: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSe + coordinates: 3,2 + 2482: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSw + coordinates: 5,2 + 2483: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSw + coordinates: 11,2 + 2484: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSe + coordinates: 9,2 + 2485: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 10,3 + 2486: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 4,3 + 2493: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 12,2 + 2494: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 13,2 + 2495: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 8,2 + 2496: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 7,2 + 2497: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 6,2 + 2498: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 2,2 + 2499: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 1,2 + 2500: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 0,2 + 2518: + color: '#D4D4D4D3' + id: MiniTileWhiteInnerSw + coordinates: 11,3 + 2519: + color: '#D4D4D4D3' + id: MiniTileWhiteInnerSw + coordinates: 5,3 + 2520: + color: '#D4D4D4D3' + id: MiniTileWhiteInnerSe + coordinates: 3,3 + 2521: + color: '#D4D4D4D3' + id: MiniTileWhiteInnerSe + coordinates: 9,3 + 3001: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 26,8 + 3002: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 25,8 + 3003: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 24,8 + 3004: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 25,9 + 3005: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 25,13 + 3006: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 26,12 + 3007: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 26,11 + 3008: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 26,10 + 3009: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 24,12 + 3010: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 24,11 + 3011: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 24,10 + 3012: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNw + coordinates: 24,13 + 3013: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + coordinates: 26,13 + 3014: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSe + coordinates: 26,9 + 3015: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + coordinates: 24,9 + 3016: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + coordinates: 20,16 + 3017: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + coordinates: 26,18 + 3018: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSe + coordinates: 26,16 + 3019: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNw + coordinates: 20,18 + 3020: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 21,18 + 3021: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 22,18 + 3022: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 23,18 + 3023: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 24,18 + 3024: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 25,18 + 3025: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 26,17 + 3026: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 25,16 + 3027: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 24,16 + 3028: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 23,16 + 3029: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 21,16 + 3030: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 22,16 + 3031: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 20,17 + 3032: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 17,16 + 3033: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 16,16 + 3034: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 17,17 + 3035: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 16,17 + 3036: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + coordinates: 18,17 + 3037: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSe + coordinates: 18,16 + 3038: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + coordinates: 15,16 + 3039: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNw + coordinates: 15,17 + 3040: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + coordinates: 13,17 + 3041: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSe + coordinates: 13,16 + 3042: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 12,17 + 3043: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 11,17 + 3044: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 12,16 + 3045: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 11,16 + 3046: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNw + coordinates: 10,17 + 3047: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + coordinates: 10,16 + 3048: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 7,17 + 3049: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 5,17 + 3050: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + coordinates: 8,17 + 3051: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNw + coordinates: 4,17 + 3052: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 6,12 + 3053: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 7,12 + 3054: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + coordinates: 4,12 + 3055: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 5,12 + 3056: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSe + coordinates: 8,12 + 3057: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 8,13 + 3058: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 8,14 + 3059: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 8,15 + 3060: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 8,16 + 3061: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 4,16 + 3062: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 4,15 + 3063: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 4,13 + 3064: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 4,14 + 3065: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 6,17 + 3066: + color: '#DE3A3A96' + id: MiniTileSteelCornerSe + coordinates: 18,19 + 3067: + color: '#DE3A3A96' + id: MiniTileSteelCornerSw + coordinates: 14,19 + 3068: + color: '#DE3A3A96' + id: MiniTileSteelLineN + coordinates: 17,23 + 3069: + color: '#DE3A3A96' + id: MiniTileSteelLineN + coordinates: 16,23 + 3070: + color: '#DE3A3A96' + id: MiniTileSteelLineN + coordinates: 15,23 + 3071: + color: '#DE3A3A96' + id: MiniTileSteelLineS + coordinates: 17,19 + 3072: + color: '#DE3A3A96' + id: MiniTileSteelLineS + coordinates: 16,19 + 3073: + color: '#DE3A3A96' + id: MiniTileSteelLineS + coordinates: 15,19 + 3074: + color: '#DE3A3A96' + id: MiniTileSteelCornerNe + coordinates: 18,23 + 3075: + color: '#DE3A3A96' + id: MiniTileSteelCornerNw + coordinates: 14,23 + 3076: + color: '#DE3A3A96' + id: MiniTileSteelLineE + coordinates: 18,22 + 3077: + color: '#DE3A3A96' + id: MiniTileSteelLineE + coordinates: 18,21 + 3078: + color: '#DE3A3A96' + id: MiniTileSteelLineE + coordinates: 18,20 + 3079: + color: '#DE3A3A96' + id: MiniTileSteelLineW + coordinates: 14,22 + 3080: + color: '#DE3A3A96' + id: MiniTileSteelLineW + coordinates: 14,21 + 3081: + color: '#DE3A3A96' + id: MiniTileSteelLineW + coordinates: 14,20 + 3083: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNw + coordinates: 28,22 + 3085: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + coordinates: 30,22 + 3086: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 29,22 + 3126: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 31,14 + 3127: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 29,14 + 3128: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 30,14 + 3129: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 30,20 + 3130: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 30,21 + 3131: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 28,21 + 3132: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 28,20 + 3133: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 28,19 + 3134: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 28,18 + 3135: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 28,17 + 3136: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 28,16 + 3137: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 28,15 + 3138: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + coordinates: 28,14 + 3140: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 30,19 + 3141: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 30,18 + 3142: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 30,17 + 3144: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 31,16 + 3145: + color: '#DE3A3A96' + id: MiniTileWhiteInnerNe + coordinates: 30,16 + 3146: + color: '#D4D4D4E3' + id: WoodTrimThinCornerSe + coordinates: 14,5 + 3147: + color: '#D4D4D4E3' + id: WoodTrimThinCornerNw + coordinates: 8,10 + 3148: + color: '#D4D4D4E3' + id: WoodTrimThinCornerNw + coordinates: 10,14 + 3149: + color: '#D4D4D4E3' + id: WoodTrimThinCornerNe + coordinates: 14,14 + 3150: + color: '#D4D4D4E3' + id: WoodTrimThinCornerSw + coordinates: 8,5 + 3151: + color: '#D4D4D4E3' + id: WoodTrimThinLineN + coordinates: 9,10 + 3152: + color: '#D4D4D4E3' + id: WoodTrimThinLineN + coordinates: 11,14 + 3153: + color: '#D4D4D4E3' + id: WoodTrimThinLineN + coordinates: 12,14 + 3154: + color: '#D4D4D4E3' + id: WoodTrimThinLineN + coordinates: 13,14 + 3155: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 14,6 + 3156: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 14,7 + 3157: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 14,8 + 3158: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 14,9 + 3159: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 14,10 + 3160: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 14,11 + 3161: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 14,12 + 3162: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 14,13 + 3163: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 10,13 + 3164: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 10,12 + 3165: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 10,11 + 3166: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 8,9 + 3167: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 8,8 + 3168: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 8,7 + 3169: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 8,6 + 3170: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 13,5 + 3171: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 12,5 + 3172: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 11,5 + 3173: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 10,5 + 3174: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 9,5 + 3175: + color: '#D4D4D4E3' + id: WoodTrimThinInnerNw + coordinates: 10,10 + 3176: + color: '#D4D4D4E3' + id: WoodTrimThinInnerSw + coordinates: 10,13 + 3177: + color: '#D4D4D4E3' + id: WoodTrimThinCornerNe + coordinates: 18,14 + 3178: + color: '#D4D4D4E3' + id: WoodTrimThinCornerNw + coordinates: 16,14 + 3179: + color: '#D4D4D4E3' + id: WoodTrimThinCornerSw + coordinates: 16,10 + 3180: + color: '#D4D4D4E3' + id: WoodTrimThinCornerSe + coordinates: 18,10 + 3181: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 17,10 + 3182: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 18,11 + 3183: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 18,12 + 3184: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 18,13 + 3185: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 16,13 + 3186: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 16,12 + 3187: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 16,11 + 3188: + color: '#D4D4D4E3' + id: WoodTrimThinLineN + coordinates: 17,14 + 3189: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 17,10 + 3274: + color: '#FFFFFFFF' + id: Rock03 + coordinates: 6.230663,0.73506033 + 3275: + color: '#FFFFFFFF' + id: Rock03 + coordinates: 11.183787,0.86006033 + 3276: + color: '#FFFFFFFF' + id: Rock03 + coordinates: 10.168162,0.37568533 + 3277: + color: '#FFFFFFFF' + id: Rock05 + coordinates: 11.168162,0.25068533 + 3278: + color: '#FFFFFFFF' + id: Bushi2 + coordinates: 5.902538,0.18818533 + 3279: + color: '#FFFFFFFF' + id: Busha1 + coordinates: 6.590038,0.46943533 + 3280: + color: '#FFFFFFFF' + id: Busha1 + coordinates: 10.590037,0.50068533 + 3281: + color: '#FFFFFFFF' + id: Busha1 + coordinates: 11.636912,0.26631033 + 3282: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: 5.027538,0.48506033 + 3283: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: 5.996288,0.81318533 + 3284: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: 6.683788,0.23506033 + 3285: + color: '#FFFFFFFF' + id: Flowersbr3 + coordinates: 5.761913,0.21943533 + 3286: + color: '#FFFFFFFF' + id: Flowersbr3 + coordinates: 11.324412,0.73506033 + 3287: + color: '#FFFFFFFF' + id: Flowersbr3 + coordinates: 10.449412,0.29756033 + 3288: + color: '#FFFFFFFF' + id: Flowersbr3 + coordinates: 11.465037,0.25068533 + 0,-1: + 20: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: 22,-20 + 21: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: 23,-20 + 22: + color: '#FFFFFFFF' + id: Flowersy1 + coordinates: 21,-20 + 23: + color: '#FFFFFFFF' + id: Flowerspv1 + coordinates: 26,-20 + 24: + color: '#FFFFFFFF' + id: Flowerspv1 + coordinates: 29,-20 + 25: + color: '#FFFFFFFF' + id: Flowersy1 + coordinates: 28,-20 + 28: + color: '#334E6DC8' + id: CheckerNWSE + coordinates: 18,-26 + 42: + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 13,-27 + 43: + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 14,-27 + 44: + color: '#FFFFFFFF' + id: Dirt + coordinates: 5,-27 + 45: + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 15,-24 + 46: + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 21,-11 + 47: + color: '#FFFFFFFF' + id: DirtLight + coordinates: 17,-12 + 48: + color: '#FFFFFFFF' + id: Dirt + coordinates: 20,-14 + 49: + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 27,-11 + 50: + color: '#FFFFFFFF' + id: DirtLight + coordinates: 27,-13 + 51: + color: '#FFFFFFFF' + id: DirtLight + coordinates: 27,-13 + 52: + color: '#FFFFFFFF' + id: Dirt + coordinates: 26,-6 + 64: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 1,-1 + 65: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 2,-1 + 82: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 8,-1 + 509: + color: '#FFFFFFFF' + id: OriginStationSign1 + coordinates: 22,-18 + 510: + color: '#FFFFFFFF' + id: OriginStationSign2 + coordinates: 23,-18 + 511: + color: '#FFFFFFFF' + id: OriginStationSign3 + coordinates: 24,-18 + 512: + color: '#FFFFFFFF' + id: OriginStationSign4 + coordinates: 25,-18 + 513: + color: '#FFFFFFFF' + id: OriginStationSign5 + coordinates: 26,-18 + 514: + color: '#FFFFFFFF' + id: OriginStationSign6 + coordinates: 27,-18 + 515: + color: '#FFFFFFFF' + id: OriginStationSign7 + coordinates: 28,-18 + 526: + color: '#334E6DC8' + id: CheckerNWSE + coordinates: 18,-25 + 1211: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 26,-19 + 1212: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 24,-19 + 1213: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 25,-19 + 1214: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 23,-19 + 1215: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 21,-19 + 1216: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 22,-19 + 1217: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 20,-19 + 1218: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 19,-19 + 1219: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 18,-19 + 1220: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 17,-19 + 1221: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 16,-19 + 1222: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 15,-19 + 1223: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 27,-19 + 1224: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 28,-19 + 1225: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 28,-19 + 1226: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 29,-19 + 1227: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 30,-19 + 1228: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 31,-19 + 1235: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 14,-17 + 1241: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 31,-17 + 1242: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 30,-17 + 1243: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 29,-17 + 1244: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 28,-17 + 1245: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 27,-17 + 1246: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 26,-17 + 1247: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 24,-17 + 1248: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 23,-17 + 1249: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 21,-17 + 1250: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 22,-17 + 1251: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 19,-17 + 1252: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 18,-17 + 1253: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 17,-17 + 1254: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 16,-17 + 1255: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 15,-17 + 1256: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-18 + 1257: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 14,-19 + 1259: + color: '#FFFFFFFF' + id: OriginStationSign9 + coordinates: 25,-17 + 1260: + color: '#FFFFFFFF' + id: OriginStationSign8 + coordinates: 24,-17 + 1261: + color: '#FFFFFFFF' + id: OriginStationSign10 + coordinates: 26,-17 + 1262: + color: '#FFFFFFFF' + id: OriginStationSign12 + coordinates: 25,-19 + 1263: + color: '#FFFFFFFF' + id: OriginStationSign11 + coordinates: 24,-19 + 1264: + color: '#FFFFFFFF' + id: OriginStationSign13 + coordinates: 26,-19 + 1265: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 25,-17 + 2002: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 17,-7 + 2003: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 18,-7 + 2004: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,-6 + 2005: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,-5 + 2006: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,-3 + 2007: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,-4 + 2008: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,-1 + 2009: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 18,-2 + 2029: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,-1 + 2030: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,-2 + 2031: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 16,-3 + 2032: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 16,-6 + 2033: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 16,-7 + 2034: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 16,-4 + 2035: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 17,-5 + 2036: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 17,-4 + 2037: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: 17,-6 + 2093: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 29,-7 + 2094: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 27,-7 + 2095: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 28,-7 + 2096: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 23,-7 + 2097: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 22,-7 + 2098: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 21,-7 + 2099: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 24,-15 + 2100: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 26,-15 + 2101: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 25,-15 + 2102: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-14 + 2103: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-13 + 2104: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-12 + 2105: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-11 + 2106: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-10 + 2107: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-9 + 2108: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 26,-8 + 2109: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 30,-6 + 2110: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 20,-6 + 2111: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 29,-5 + 2112: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 28,-5 + 2113: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 27,-5 + 2114: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 26,-5 + 2115: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 25,-5 + 2116: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 24,-5 + 2117: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 23,-5 + 2118: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 22,-5 + 2119: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 21,-5 + 2120: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 30,-5 + 2121: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 30,-7 + 2122: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 20,-5 + 2123: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 20,-7 + 2124: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-14 + 2125: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-13 + 2126: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-11 + 2127: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-10 + 2128: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-9 + 2129: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-8 + 2130: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 24,-12 + 2131: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 24,-7 + 2132: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: 26,-7 + 2258: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 15,-21 + 2259: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 13,-26 + 2260: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 12,-26 + 2261: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 11,-26 + 2262: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 14,-21 + 2263: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 16,-21 + 2264: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 11,-28 + 2272: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-32 + 2274: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-31 + 2275: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-30 + 2276: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-29 + 2277: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-28 + 2278: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-27 + 2279: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-24 + 2280: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-23 + 2281: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 16,-22 + 2282: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 12,-28 + 2283: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 13,-28 + 2284: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-29 + 2285: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-30 + 2286: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-31 + 2288: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-24 + 2289: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-22 + 2290: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-23 + 2291: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: 14,-26 + 2292: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-25 + 2293: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 11,-27 + 2294: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 14,-28 + 2295: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 14,-32 + 2300: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 8,-28 + 2301: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 7,-28 + 2302: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 6,-28 + 2303: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 5,-28 + 2304: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 4,-28 + 2305: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 3,-28 + 2306: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 2,-28 + 2307: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 1,-28 + 2308: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 8,-26 + 2309: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 7,-26 + 2310: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 6,-26 + 2311: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 5,-26 + 2312: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 4,-26 + 2313: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 3,-26 + 2314: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 2,-26 + 2315: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 1,-26 + 2316: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 9,-27 + 2317: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 0,-27 + 2318: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 0,-28 + 2319: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 9,-28 + 2320: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 0,-26 + 2321: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 9,-26 + 2384: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 6,-2 + 2385: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 7,-2 + 2386: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 8,-2 + 2387: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 9,-2 + 2388: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 10,-2 + 2389: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 11,-2 + 2390: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 12,-2 + 2391: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 13,-2 + 2392: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 5,-2 + 2393: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 4,-2 + 2394: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 3,-2 + 2395: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 2,-2 + 2396: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 1,-2 + 2397: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: 0,-2 + 2427: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSe + coordinates: 14,-2 + 2433: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 13,-1 + 2434: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 12,-1 + 2469: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNe + coordinates: 14,-1 + 2470: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 8,-1 + 2471: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 7,-1 + 2472: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 6,-1 + 2473: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 2,-1 + 2474: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 0,-1 + 2475: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 1,-1 + 2487: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 10,-2 + 2488: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: 4,-2 + 2489: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNw + coordinates: 11,-1 + 2490: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNw + coordinates: 5,-1 + 2491: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNe + coordinates: 3,-1 + 2492: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNe + coordinates: 9,-1 + 2522: + color: '#D4D4D4D3' + id: MiniTileWhiteInnerNe + coordinates: 9,-2 + 2523: + color: '#D4D4D4D3' + id: MiniTileWhiteInnerNe + coordinates: 3,-2 + 2524: + color: '#D4D4D4D3' + id: MiniTileWhiteInnerNw + coordinates: 11,-2 + 2525: + color: '#D4D4D4D3' + id: MiniTileWhiteInnerNw + coordinates: 5,-2 + 2537: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: 6,-27 + 2538: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: 3,-27 + 3190: + color: '#D4D4D4E3' + id: WoodTrimThinCornerSe + coordinates: 13,-13 + 3191: + color: '#D4D4D4E3' + id: WoodTrimThinCornerSw + coordinates: 8,-13 + 3192: + color: '#D4D4D4E3' + id: WoodTrimThinCornerNe + coordinates: 13,-11 + 3193: + color: '#D4D4D4E3' + id: WoodTrimThinCornerNe + coordinates: 12,-4 + 3194: + color: '#D4D4D4E3' + id: WoodTrimThinCornerNw + coordinates: 10,-4 + 3195: + color: '#D4D4D4E3' + id: WoodTrimThinCornerSw + coordinates: 6,-8 + 3196: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 7,-8 + 3197: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 9,-13 + 3198: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 10,-13 + 3199: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 11,-13 + 3200: + color: '#D4D4D4E3' + id: WoodTrimThinLineS + coordinates: 12,-13 + 3201: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 8,-12 + 3202: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 8,-11 + 3203: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 8,-10 + 3204: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 8,-9 + 3205: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 6,-6 + 3206: + color: '#D4D4D4E3' + id: WoodTrimThinLineW + coordinates: 6,-7 + 3207: + color: '#D4D4D4E3' + id: WoodTrimThinCornerNw + coordinates: 6,-5 + 3208: + color: '#D4D4D4E3' + id: WoodTrimThinLineN + coordinates: 7,-5 + 3209: + color: '#D4D4D4E3' + id: WoodTrimThinLineN + coordinates: 8,-5 + 3210: + color: '#D4D4D4E3' + id: WoodTrimThinLineN + coordinates: 9,-5 + 3211: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 12,-5 + 3212: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 12,-6 + 3213: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 12,-7 + 3214: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 12,-8 + 3215: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 12,-9 + 3216: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 12,-10 + 3217: + color: '#D4D4D4E3' + id: WoodTrimThinLineE + coordinates: 13,-12 + 3218: + color: '#D4D4D4E3' + id: WoodTrimThinInnerNe + coordinates: 12,-11 + 3219: + color: '#D4D4D4E3' + id: WoodTrimThinInnerNw + coordinates: 10,-5 + 3220: + color: '#D4D4D4E3' + id: WoodTrimThinInnerSw + coordinates: 8,-8 + 3221: + color: '#D4D4D4E3' + id: WoodTrimThinLineN + coordinates: 11,-4 + 3224: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 29,-26 + 3225: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 28,-26 + 3226: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 27,-26 + 3227: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 26,-26 + 3228: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 25,-26 + 3229: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 24,-26 + 3230: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 23,-26 + 3231: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 22,-26 + 3232: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 21,-26 + 3233: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 31,-23 + 3234: + color: '#334E6DC8' + id: MiniTileWhiteLineS + coordinates: 19,-23 + 3235: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 30,-22 + 3236: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 29,-22 + 3237: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 28,-22 + 3238: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 27,-22 + 3239: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 26,-22 + 3240: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 25,-22 + 3241: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 24,-22 + 3242: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 23,-22 + 3243: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 22,-22 + 3244: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 21,-22 + 3245: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 20,-22 + 3246: + color: '#334E6DC8' + id: MiniTileWhiteLineW + coordinates: 20,-25 + 3247: + color: '#334E6DC8' + id: MiniTileWhiteLineW + coordinates: 20,-24 + 3248: + color: '#334E6DC8' + id: MiniTileWhiteLineW + coordinates: 18,-22 + 3250: + color: '#334E6DC8' + id: MiniTileWhiteLineE + coordinates: 30,-25 + 3251: + color: '#334E6DC8' + id: MiniTileWhiteLineE + coordinates: 30,-24 + 3252: + color: '#334E6DC8' + id: MiniTileWhiteCornerNw + coordinates: 18,-21 + 3253: + color: '#334E6DC8' + id: MiniTileWhiteCornerNw + coordinates: 31,-21 + 3255: + color: '#334E6DC8' + id: MiniTileWhiteCornerNe + coordinates: 19,-21 + 3256: + color: '#334E6DC8' + id: MiniTileWhiteCornerSw + coordinates: 20,-26 + 3257: + color: '#334E6DC8' + id: MiniTileWhiteCornerSw + coordinates: 18,-23 + 3259: + color: '#334E6DC8' + id: MiniTileWhiteCornerSe + coordinates: 30,-26 + 3260: + color: '#334E6DC8' + id: MiniTileWhiteInnerSe + coordinates: 30,-23 + 3261: + color: '#334E6DC8' + id: MiniTileWhiteInnerSw + coordinates: 20,-23 + 3262: + color: '#334E6DC8' + id: MiniTileWhiteInnerNe + coordinates: 19,-22 + 3263: + color: '#334E6DC8' + id: MiniTileWhiteInnerNw + coordinates: 31,-22 + 3266: + color: '#334E6DC8' + id: MiniTileWhiteLineE + coordinates: 16,-26 + 3267: + color: '#334E6DC8' + id: MiniTileWhiteLineE + coordinates: 16,-25 + 3269: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 20,-17 + 3273: + color: '#FFFFFFFF' + id: Busha1 + coordinates: 5.324413,-0.030564666 + 1,-1: + 29: + color: '#334E6DC8' + id: CheckerNESW + coordinates: 32,-26 + 31: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale90 + coordinates: 40,-26 + 32: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale90 + coordinates: 40,-27 + 150: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 33,-2 + 173: + color: '#FFFFFFFF' + id: Bushd2 + coordinates: 53,-10 + 174: + color: '#FFFFFFFF' + id: Bushh2 + coordinates: 50,-12 + 175: + color: '#FFFFFFFF' + id: bushsnowa2 + coordinates: 50,-6 + 176: + color: '#FFFFFFFF' + id: Bushn1 + coordinates: 50,-7 + 177: + color: '#FFFFFFFF' + id: Flowersy1 + coordinates: 53.97966,-9.7814665 + 178: + color: '#FFFFFFFF' + id: Flowersy1 + coordinates: 53.38591,-8.9064665 + 179: + color: '#FFFFFFFF' + id: Flowersy1 + coordinates: 53.995285,-8.468966 + 208: + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 58,-12 + 209: + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 57,-13 + 210: + color: '#FFFFFFFF' + id: DirtLight + coordinates: 53,-12 + 211: + color: '#FFFFFFFF' + id: Dirt + coordinates: 53,-10 + 212: + color: '#FFFFFFFF' + id: Dirt + coordinates: 53,-10 + 213: + color: '#FFFFFFFF' + id: Dirt + coordinates: 53,-10 + 214: + color: '#FFFFFFFF' + id: Dirt + coordinates: 54,-9 + 215: + color: '#FFFFFFFF' + id: Dirt + coordinates: 54,-10 + 216: + color: '#FFFFFFFF' + id: Dirt + coordinates: 54,-10 + 217: + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 61,-12 + 218: + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 52,-1 + 220: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 61,-9 + 437: + color: '#FFFFFFFF' + id: Bot + coordinates: 52,-16 + 525: + color: '#334E6DC8' + id: CheckerNESW + coordinates: 32,-25 + 720: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 63,-11 + 721: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 63,-11 + 1229: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 32,-19 + 1230: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 33,-19 + 1231: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 34,-19 + 1232: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 35,-19 + 1233: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 36,-19 + 1234: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 37,-19 + 1236: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 36,-17 + 1237: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 37,-18 + 1238: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 35,-17 + 1239: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 34,-17 + 1240: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 33,-17 + 1258: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: 36,-18 + 2059: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 34,-7 + 2060: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 32,-7 + 2061: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 33,-7 + 2062: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,-6 + 2063: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,-5 + 2064: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,-4 + 2065: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,-3 + 2066: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,-2 + 2067: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,-1 + 2087: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,-1 + 2088: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,-2 + 2089: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,-3 + 2090: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,-4 + 2091: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,-5 + 2092: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,-6 + 2133: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 52,-3 + 2168: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 54,-1 + 2169: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 54,-2 + 2170: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 53,-3 + 2171: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 50,-2 + 2172: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 51,-3 + 2173: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 50,-1 + 2177: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 51,-2 + 2178: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: 53,-2 + 2180: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 63,-6 + 2181: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 62,-6 + 2182: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 60,-6 + 2183: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 59,-6 + 2184: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 61,-6 + 2185: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 58,-6 + 2186: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 57,-6 + 2187: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 56,-6 + 2188: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 55,-6 + 2189: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 54,-6 + 2190: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 52,-5 + 2191: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 50,-8 + 2192: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 50,-10 + 2193: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 52,-14 + 2194: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 53,-14 + 2195: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 55,-15 + 2196: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 56,-15 + 2197: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 57,-15 + 2198: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 58,-15 + 2199: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 60,-14 + 2200: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 61,-14 + 2201: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 62,-14 + 2202: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 63,-14 + 2204: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 57,-7 + 2205: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 58,-7 + 2206: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 59,-7 + 2207: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 60,-7 + 2208: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 61,-7 + 2209: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 56,-7 + 2210: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 55,-7 + 2211: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 54,-7 + 2212: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 53,-7 + 2213: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 52,-8 + 2214: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 52,-9 + 2215: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 52,-10 + 2225: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 59,-15 + 2226: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 54,-15 + 2227: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 49,-10 + 2228: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 51,-14 + 2229: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 51,-5 + 2230: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 49,-8 + 2231: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 53,-5 + 2232: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 51,-13 + 2233: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 51,-12 + 2234: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 51,-11 + 2235: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 51,-7 + 2236: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 51,-6 + 2237: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 61,-11 + 2238: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 60,-11 + 2239: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 59,-11 + 2240: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 58,-11 + 2241: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 57,-11 + 2242: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 56,-11 + 2243: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 55,-11 + 2244: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 54,-11 + 2245: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 53,-11 + 2246: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 62,-9 + 2247: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 62,-10 + 2248: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 54,-14 + 2249: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 62,-7 + 2250: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: 52,-7 + 2251: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: 59,-14 + 2252: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: 62,-11 + 2253: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: 51,-8 + 2254: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: 53,-6 + 2255: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: 52,-11 + 2256: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 51,-10 + 2257: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 62,-8 + 2322: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 36,-21 + 2323: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 34,-21 + 2324: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 35,-21 + 2325: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 37,-26 + 2326: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 38,-26 + 2327: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 38,-27 + 2328: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 37,-27 + 2337: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-32 + 2338: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-31 + 2339: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-29 + 2340: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-28 + 2341: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-30 + 2342: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-25 + 2343: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-24 + 2344: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-23 + 2345: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-22 + 2346: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-22 + 2347: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-23 + 2348: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-23 + 2349: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-24 + 2350: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-27 + 2351: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-28 + 2352: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-29 + 2353: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-30 + 2354: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-32 + 2360: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: 36,-27 + 2361: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: 36,-26 + 2561: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: 38,-26 + 2562: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: 38,-27 + 3249: + color: '#334E6DC8' + id: MiniTileWhiteLineE + coordinates: 32,-22 + 3254: + color: '#334E6DC8' + id: MiniTileWhiteCornerNe + coordinates: 32,-21 + 3258: + color: '#334E6DC8' + id: MiniTileWhiteCornerSe + coordinates: 32,-23 + 3264: + color: '#334E6DC8' + id: MiniTileWhiteLineW + coordinates: 34,-25 + 3265: + color: '#334E6DC8' + id: MiniTileWhiteLineW + coordinates: 34,-26 + 3268: + color: '#334E6DC8' + id: MiniTileWhiteLineW + coordinates: 34,-31 + 3270: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 32,-17 + -1,0: + 36: + color: '#6C896FAB' + id: HalfTileOverlayGreyscale + coordinates: -8,11 + 37: + color: '#6C896FAB' + id: HalfTileOverlayGreyscale + coordinates: -10,11 + 38: + color: '#6C896FAB' + id: HalfTileOverlayGreyscale + coordinates: -11,11 + 39: + color: '#6C896FAB' + id: HalfTileOverlayGreyscale180 + coordinates: -10,7 + 40: + color: '#6C896FAB' + id: HalfTileOverlayGreyscale180 + coordinates: -8,7 + 41: + color: '#6C896FAB' + id: HalfTileOverlayGreyscale180 + coordinates: -6,7 + 67: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -4,2 + 68: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -6,1 + 69: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -8,2 + 72: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -9,2 + 99: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -1,16 + 248: + color: '#FFFFFFFF' + id: Box + coordinates: -20,3 + 249: + color: '#FFFFFFFF' + id: Box + coordinates: -20,2 + 250: + color: '#FFFFFFFF' + id: Box + coordinates: -21,2 + 251: + color: '#FFFFFFFF' + id: Box + coordinates: -19,2 + 252: + color: '#FFFFFFFF' + id: Box + coordinates: -20,1 + 253: + color: '#FFFFFFFF' + id: BotRight + coordinates: -21,3 + 254: + color: '#FFFFFFFF' + id: BotRight + coordinates: -19,1 + 255: + color: '#FFFFFFFF' + id: BotLeft + coordinates: -19,3 + 256: + color: '#FFFFFFFF' + id: BotLeft + coordinates: -21,1 + 310: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale270 + coordinates: -15,0 + 311: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale270 + coordinates: -15,1 + 312: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale270 + coordinates: -15,2 + 313: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale270 + coordinates: -15,3 + 314: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale270 + coordinates: -15,4 + 315: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale90 + coordinates: -25,3 + 316: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale90 + coordinates: -25,2 + 317: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale90 + coordinates: -25,1 + 320: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale180 + coordinates: -16,6 + 483: + color: '#FFFFFFFF' + id: Rock02 + coordinates: -30.36672,4.780803 + 485: + color: '#FFFFFFFF' + id: Grassa1 + coordinates: -31.17922,3.1841483 + 486: + color: '#FFFFFFFF' + id: Grassa1 + coordinates: -30.913595,6.0591483 + 487: + color: '#FFFFFFFF' + id: Grassa1 + coordinates: -29.17922,3.1841488 + 488: + color: '#FFFFFFFF' + id: Grassc4 + coordinates: -5.001564,4.018616 + 489: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -4.6178575,4.009773 + 490: + color: '#FFFFFFFF' + id: Bushe1 + coordinates: -4.6178575,3.9941478 + 497: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -14,1 + 498: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -20,9 + 723: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -9,5 + 727: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -24,21 + 728: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -20,25 + 729: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -20,22 + 730: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -16,31 + 1604: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -14,8 + 1605: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -15,8 + 1606: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -20,13 + 1607: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -22,8 + 1608: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -23,8 + 1609: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -25,8 + 1610: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -26,8 + 1611: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,7 + 1612: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,6 + 1613: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,4 + 1614: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,5 + 1615: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,3 + 1616: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,2 + 1617: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,1 + 1618: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,0 + 1635: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,0 + 1636: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,1 + 1637: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,2 + 1638: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,4 + 1639: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,5 + 1640: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,6 + 1641: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,7 + 1642: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -27,8 + 1643: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,9 + 1644: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,11 + 1645: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,12 + 1646: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,10 + 1647: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,12 + 1648: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,11 + 1649: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,10 + 1650: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,9 + 1651: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,8 + 1652: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -17,8 + 1653: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -13,8 + 1654: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -19,13 + 1655: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -21,13 + 1656: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: -21,8 + 1658: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -21,31 + 1659: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -19,31 + 1660: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -20,31 + 1661: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,30 + 1662: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,29 + 1663: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,28 + 1664: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,27 + 1665: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,26 + 1666: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,25 + 1667: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,24 + 1668: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,23 + 1669: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,22 + 1670: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,21 + 1671: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,20 + 1672: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,19 + 1673: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,18 + 1674: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,17 + 1675: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,16 + 1676: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,16 + 1677: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,17 + 1678: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,18 + 1679: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,19 + 1680: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,20 + 1681: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,21 + 1682: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,22 + 1683: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,23 + 1684: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,24 + 1685: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,25 + 1686: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,26 + 1687: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,27 + 1688: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,28 + 1689: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,29 + 1690: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,30 + 1691: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -20,15 + 1692: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -21,15 + 1693: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -19,15 + 1697: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -29,1 + 1698: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -29,0 + 1724: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -32,1 + 1725: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -30,1 + 1726: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -31,1 + 1756: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -16,29 + 1757: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -17,30 + 1758: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -17,31 + 1786: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,31 + 1787: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,30 + 1788: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -17,29 + 1789: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -15,29 + 2405: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -10,3 + 2406: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -9,3 + 2407: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -8,3 + 2408: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -6,3 + 2409: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -7,3 + 2410: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -5,3 + 2411: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -4,3 + 2429: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNw + coordinates: -11,3 + 2430: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNw + coordinates: -1,3 + 2439: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -4,0 + 2440: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -5,0 + 2441: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -6,0 + 2442: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -7,0 + 2443: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -8,0 + 2444: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -9,0 + 2445: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -10,0 + 2447: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -3,0 + 2453: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -3,1 + 2454: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -1,1 + 2455: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -11,1 + 2456: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -11,0 + 2457: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -1,0 + 2462: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -4,1 + 2463: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -5,1 + 2464: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -7,1 + 2465: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -6,1 + 2466: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -8,1 + 2467: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -9,1 + 2468: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -10,1 + 2478: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSe + coordinates: -3,2 + 2480: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSw + coordinates: -1,2 + 2501: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -4,2 + 2502: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -5,2 + 2503: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -6,2 + 2504: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -7,2 + 2505: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -8,2 + 2506: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -9,2 + 2507: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -10,2 + 2516: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNe + coordinates: -3,3 + 2517: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSw + coordinates: -11,2 + 2526: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -24,7 + 2527: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -26,3 + 2531: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -14,3 + 2532: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -16,7 + 2533: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,3 + 2535: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -16,8 + 2536: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -24,8 + 2564: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale180 + coordinates: -21,6 + 2565: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale180 + coordinates: -24,6 + 2566: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -25,17 + 2567: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -24,17 + 2568: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -29,17 + 2569: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -30,17 + 2570: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -31,17 + 2573: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -32,17 + 2574: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -23,18 + 2575: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -23,19 + 2576: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -23,20 + 2577: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -23,21 + 2578: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -23,22 + 2579: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -23,23 + 2580: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -23,24 + 2581: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -31,24 + 2582: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -31,23 + 2583: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -31,25 + 2584: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -31,22 + 2585: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -31,21 + 2586: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -31,20 + 2587: + color: '#A4610696' + id: MiniTileWhiteLineN + coordinates: -29,19 + 2588: + color: '#A4610696' + id: MiniTileWhiteLineN + coordinates: -30,19 + 2590: + color: '#A4610696' + id: MiniTileWhiteLineN + coordinates: -32,26 + 2592: + color: '#A4610696' + id: MiniTileWhiteLineN + coordinates: -25,25 + 2593: + color: '#A4610696' + id: MiniTileWhiteLineN + coordinates: -24,25 + 2594: + color: '#A4610696' + id: MiniTileWhiteCornerSw + coordinates: -26,17 + 2597: + color: '#A4610696' + id: MiniTileWhiteCornerNe + coordinates: -31,26 + 2598: + color: '#A4610696' + id: MiniTileWhiteCornerNe + coordinates: -23,25 + 2599: + color: '#A4610696' + id: MiniTileWhiteCornerNw + coordinates: -26,25 + 2600: + color: '#A4610696' + id: MiniTileWhiteCornerNe + coordinates: -28,19 + 2601: + color: '#A4610696' + id: MiniTileWhiteCornerSe + coordinates: -28,17 + 2602: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -28,18 + 2603: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -26,18 + 2604: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -26,19 + 2605: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -26,20 + 2606: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -26,21 + 2607: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -26,22 + 2608: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -26,23 + 2609: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -26,24 + 2618: + color: '#A4610696' + id: MiniTileWhiteInnerNe + coordinates: -31,19 + 3289: + color: '#D4D4D4C3' + id: MiniTileSteelLineS + coordinates: -18.011988,6.5150476 + 3290: + color: '#D4D4D4C3' + id: MiniTileSteelLineS + coordinates: -19.02412,6.5150476 + 3291: + color: '#D4D4D4C3' + id: MiniTileSteelLineS + coordinates: -16.008495,6.503191 + 3292: + color: '#D4D4D4C3' + id: MiniTileSteelLineS + coordinates: -17.022287,6.5092306 + 3293: + color: '#EFB34163' + id: HalfTileOverlayGreyscale180 + coordinates: -19,6 + 3294: + color: '#EFB34163' + id: HalfTileOverlayGreyscale180 + coordinates: -18,6 + 3295: + color: '#EFB34163' + id: HalfTileOverlayGreyscale180 + coordinates: -17,6 + 3296: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,4.511916 + 3297: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,3.535493 + 3298: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,2.535493 + 3299: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,1.5321715 + 3300: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,0.5164875 + 3314: + color: '#D4D4D4C0' + id: MiniTileSteelLineS + coordinates: -20.013802,6.514251 + 3315: + color: '#D4D4D4C0' + id: MiniTileSteelLineS + coordinates: -21.019838,6.510408 + 3316: + color: '#D4D4D4C0' + id: MiniTileSteelLineS + coordinates: -22.019838,6.510408 + 3317: + color: '#D4D4D4C0' + id: MiniTileSteelLineS + coordinates: -23.019838,6.510408 + 3318: + color: '#D4D4D4C0' + id: MiniTileSteelLineS + coordinates: -24.019838,6.510408 + 3319: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,5.5102654 + 3320: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,4.5102654 + 3321: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,3.5239472 + 3322: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,2.5239472 + 3323: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,1.5420241 + 3324: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,0.5198039 + 3333: + color: '#D4D4D4C0' + id: MiniTileSteelInnerSe + coordinates: -25.008694,6.5088334 + 3334: + color: '#D4D4D4C0' + id: MiniTileSteelInnerSe + coordinates: -25.274319,6.5088334 + 3335: + color: '#D4D4D4C0' + id: MiniTileSteelInnerSe + coordinates: -25.508694,6.5088334 + 3336: + color: '#EFB34160' + id: HalfTileOverlayGreyscale180 + coordinates: -22,6 + 3337: + color: '#EFB34160' + id: HalfTileOverlayGreyscale180 + coordinates: -23,6 + 3338: + color: '#EFB34160' + id: HalfTileOverlayGreyscale180 + coordinates: -20,6 + 3339: + color: '#EFB34160' + id: QuarterTileOverlayGreyscale180 + coordinates: -25,6 + 3340: + color: '#EFB34160' + id: HalfTileOverlayGreyscale90 + coordinates: -25,5 + 3341: + color: '#EFB34160' + id: HalfTileOverlayGreyscale90 + coordinates: -25,4 + 3342: + color: '#EFB34160' + id: HalfTileOverlayGreyscale90 + coordinates: -25,0 + 3354: + color: '#D4D4D4C7' + id: MiniTileSteelBox + coordinates: -20,7 + 3355: + color: '#D4D4D4C7' + id: MiniTileSteelLineN + coordinates: -18,7 + 3358: + color: '#D4D4D4C7' + id: MiniTileSteelInnerNe + coordinates: -19,7 + 3359: + color: '#D4D4D4C7' + id: MiniTileSteelInnerNw + coordinates: -17,7 + 3360: + color: '#D4D4D4C7' + id: MiniTileSteelLineW + coordinates: -14.529805,5.530867 + 3361: + color: '#D4D4D4C7' + id: MiniTileSteelInnerSw + coordinates: -14.7582035,6.5086117 + 3362: + color: '#D4D4D4C7' + id: MiniTileSteelInnerSw + coordinates: -14.5238285,6.5086117 + 3363: + color: '#D4D4D4C7' + id: MiniTileSteelInnerSw + coordinates: -15.0082035,6.5086117 + 3364: + color: '#EFB34153' + id: QuarterTileOverlayGreyscale270 + coordinates: -15,6 + 3365: + color: '#EFB34153' + id: HalfTileOverlayGreyscale270 + coordinates: -15,5 + 3385: + color: '#FFFFFFFF' + id: Grassc4 + coordinates: -12.004698,6.9072037 + 3386: + color: '#FFFFFFFF' + id: Grassb2 + coordinates: -11.879698,6.0478287 + 3387: + color: '#FFFFFFFF' + id: Bushe4 + coordinates: -11.957823,6.4384537 + 3388: + color: '#FFFFFFFF' + id: Bushe4 + coordinates: -4.0984473,3.9853287 + -1,-1: + 70: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -6,-1 + 71: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -8,-1 + 73: + cleanable: True + color: '#D4D4D496' + id: DirtMedium + coordinates: -5,-27 + 74: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -8,-27 + 75: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -9,-27 + 76: + cleanable: True + color: '#D4D4D496' + id: Dirt + coordinates: -5,-30 + 77: + cleanable: True + color: '#D4D4D496' + id: Dirt + coordinates: -5,-30 + 79: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -5,-12 + 80: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -5,-11 + 81: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: -5,-11 + 257: + color: '#FFFFFFFF' + id: DirtLight + coordinates: -25,-12 + 258: + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -25,-10 + 259: + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -21,-18 + 260: + color: '#FFFFFFFF' + id: DirtLight + coordinates: -20,-13 + 261: + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -26,-23 + 262: + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -25,-23 + 263: + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -26,-24 + 264: + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -25,-22 + 265: + color: '#FFFFFFFF' + id: DirtLight + coordinates: -27,-24 + 266: + color: '#FFFFFFFF' + id: DirtLight + coordinates: -27,-22 + 267: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -20,-17 + 282: + cleanable: True + color: '#D4D4D496' + id: DirtLight + coordinates: -11,-27 + 306: + color: '#EFB3414A' + id: QuarterTileOverlayGreyscale90 + coordinates: -29,-10 + 307: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale270 + coordinates: -15,-1 + 308: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale270 + coordinates: -15,-2 + 309: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale270 + coordinates: -15,-3 + 318: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale90 + coordinates: -25,-3 + 319: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale90 + coordinates: -25,-4 + 321: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale + coordinates: -19,-5 + 322: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale + coordinates: -22,-5 + 496: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -14,-3 + 1073: + color: '#9FED5896' + id: MiniTileWhiteLineN + coordinates: -9,-26 + 1074: + color: '#9FED5896' + id: MiniTileWhiteLineN + coordinates: -10,-26 + 1075: + color: '#9FED5896' + id: MiniTileWhiteLineN + coordinates: -12,-26 + 1467: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -18,-26 + 1468: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -19,-26 + 1469: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -20,-26 + 1470: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -16,-26 + 1471: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -17,-26 + 1472: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -15,-28 + 1474: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -15,-26 + 1475: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -21,-26 + 1478: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -16,-28 + 1479: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -17,-28 + 1480: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -18,-28 + 1481: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-29 + 1482: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-30 + 1483: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-31 + 1484: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-32 + 1497: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-31 + 1498: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-30 + 1499: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-32 + 1500: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-28 + 1501: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-27 + 1502: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-29 + 1503: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,-27 + 1504: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: -19,-28 + 1505: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -5,-24 + 1506: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -3,-26 + 1507: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -7,-26 + 1508: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -8,-26 + 1509: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -11,-26 + 1510: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -4,-24 + 1511: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -6,-24 + 1512: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-25 + 1513: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -2,-27 + 1514: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-29 + 1515: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-30 + 1516: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-31 + 1525: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-32 + 1526: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-31 + 1527: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-30 + 1528: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-29 + 1529: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -3,-32 + 1535: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: -4,-32 + 1539: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -7,-28 + 1540: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -8,-28 + 1541: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -10,-28 + 1542: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -9,-28 + 1543: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -11,-28 + 1544: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -12,-28 + 1545: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -3,-28 + 1546: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -2,-28 + 1547: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -2,-26 + 1548: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-25 + 1549: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -13,-28 + 1550: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -13,-26 + 1551: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -13,-27 + 1552: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -20,-24 + 1553: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -22,-19 + 1554: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -23,-19 + 1555: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -24,-19 + 1556: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -25,-19 + 1557: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -22,-17 + 1558: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -24,-17 + 1559: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -23,-17 + 1560: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -25,-17 + 1561: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -20,-9 + 1562: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-10 + 1563: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-11 + 1564: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-12 + 1565: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-13 + 1566: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-14 + 1567: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-15 + 1568: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-17 + 1569: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-16 + 1570: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-18 + 1571: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-19 + 1572: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-20 + 1573: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-21 + 1574: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-22 + 1575: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -19,-23 + 1576: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -19,-24 + 1577: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -21,-24 + 1578: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-23 + 1579: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-22 + 1580: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-21 + 1581: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-20 + 1582: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -26,-18 + 1583: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-10 + 1584: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-11 + 1585: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-12 + 1586: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-13 + 1587: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-14 + 1588: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-15 + 1589: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -21,-16 + 1590: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -26,-19 + 1591: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -26,-17 + 1592: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -21,-9 + 1593: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -19,-9 + 1594: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: -21,-17 + 1595: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: -21,-19 + 1596: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -13,-7 + 1597: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -23,-7 + 1598: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -22,-6 + 1599: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -18,-7 + 1600: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -17,-7 + 1601: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -16,-7 + 1602: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -15,-7 + 1603: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -14,-7 + 1619: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,-1 + 1620: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,-2 + 1621: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,-3 + 1622: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,-4 + 1623: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,-5 + 1624: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,-6 + 1625: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -19,-7 + 1626: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -20,-7 + 1627: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -21,-7 + 1628: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -25,-7 + 1629: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -27,-6 + 1630: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,-4 + 1631: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,-5 + 1632: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -28,-3 + 1633: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,-3 + 1634: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,-2 + 1657: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -24,-7 + 1696: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -29,-1 + 1699: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -30,-1 + 1700: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -31,-1 + 1701: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -32,-1 + 1846: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -6,-4 + 1847: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -4,-4 + 1848: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -4,-22 + 1849: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -6,-22 + 1850: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -5,-22 + 1851: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-21 + 1852: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-20 + 1853: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-19 + 1854: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-18 + 1855: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-17 + 1856: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-16 + 1857: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-15 + 1858: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-14 + 1859: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-13 + 1860: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-12 + 1861: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-11 + 1862: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-10 + 1863: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-9 + 1864: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-8 + 1865: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-7 + 1866: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-6 + 1867: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-5 + 1868: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -5,-4 + 1869: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-5 + 1870: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-6 + 1871: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-7 + 1872: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-8 + 1873: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-9 + 1874: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-10 + 1875: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-11 + 1876: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-12 + 1877: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-13 + 1878: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-14 + 1879: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-15 + 1880: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-16 + 1881: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-17 + 1882: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-18 + 1883: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-19 + 1884: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-20 + 1885: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-21 + 2376: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -4,-28 + 2377: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -6,-26 + 2378: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -4,-26 + 2379: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -6,-28 + 2380: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -5,-26 + 2381: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -4,-27 + 2382: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -6,-27 + 2383: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -5,-28 + 2398: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -4,-2 + 2399: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -5,-2 + 2400: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -6,-2 + 2401: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -7,-2 + 2402: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -8,-2 + 2403: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -9,-2 + 2404: + color: '#D4D4D4D3' + id: MiniTileWhiteLineS + coordinates: -10,-2 + 2428: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSw + coordinates: -11,-2 + 2431: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSw + coordinates: -1,-2 + 2432: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerSe + coordinates: -3,-2 + 2476: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNw + coordinates: -1,-1 + 2477: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNw + coordinates: -11,-1 + 2508: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -4,-1 + 2509: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -5,-1 + 2510: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -7,-1 + 2511: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -6,-1 + 2512: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -8,-1 + 2513: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -9,-1 + 2514: + color: '#D4D4D4D3' + id: MiniTileWhiteLineN + coordinates: -10,-1 + 2515: + color: '#D4D4D4D3' + id: MiniTileWhiteCornerNe + coordinates: -3,-1 + 2528: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -26,-2 + 2529: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -24,-6 + 2530: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -14,-2 + 2534: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -27,-1 + 2543: + color: '#D4D4D4D3' + id: MiniTileSteelBox + coordinates: -5,-27 + 2563: + color: '#EFB3415A' + id: HalfTileOverlayGreyscale90 + coordinates: -25,-2 + 2638: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -25,-15 + 2639: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -24,-15 + 2640: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -26,-15 + 2641: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -23,-15 + 2642: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -23,-14 + 2643: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -23,-13 + 2644: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -23,-12 + 2645: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -23,-11 + 2646: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -23,-10 + 2647: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -26,-14 + 2648: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -26,-13 + 2649: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -26,-11 + 2650: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -26,-12 + 2651: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -26,-10 + 2652: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -30,-12 + 2653: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -30,-13 + 2654: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -30,-14 + 2655: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -28,-12 + 2656: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -28,-13 + 2657: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -28,-14 + 2658: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -30,-11 + 2659: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -28,-11 + 2660: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -29,-11 + 2661: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -29,-15 + 2662: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -28,-15 + 2663: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -30,-15 + 2664: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -23,-9 + 2665: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -24,-9 + 2666: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -25,-9 + 2667: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -26,-9 + 2669: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -32,-9 + 2670: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -28,-17 + 2671: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -28,-19 + 2673: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -29,-19 + 2674: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -30,-19 + 2675: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -32,-19 + 2676: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -31,-19 + 2677: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -28,-18 + 2678: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-16 + 2679: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-14 + 2680: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-13 + 2681: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-15 + 2682: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-12 + 2683: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-11 + 2684: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-10 + 2694: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -29,-17 + 2695: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -30,-17 + 2696: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -31,-17 + 2697: + color: '#EFB34196' + id: MiniTileWhiteInnerNe + coordinates: -32,-17 + 2719: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -32,-6 + 2725: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -32,-7 + 2786: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -32,-21 + 2787: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -32,-30 + 2788: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-29 + 2789: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-28 + 2790: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-27 + 2791: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-26 + 2792: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-25 + 2793: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-23 + 2794: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-24 + 2795: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -32,-22 + 2891: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -25,-32 + 2892: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -24,-32 + 2901: + color: '#73C2A496' + id: MiniTileWhiteCornerNe + coordinates: -23,-32 + 2902: + color: '#73C2A496' + id: MiniTileWhiteCornerNw + coordinates: -26,-32 + 2909: + color: '#73C2A496' + id: MiniTileWhiteCornerNe + coordinates: -32,-32 + 3301: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,-0.47854245 + 3302: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,-1.4661165 + 3303: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,-2.4650025 + 3304: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,-3.4650025 + 3305: + color: '#D4D4D4C0' + id: MiniTileSteelLineW + coordinates: -14.526791,-4.4806275 + 3306: + color: '#D4D4D4C0' + id: MiniTileSteelLineN + coordinates: -18.018867,-5.48975 + 3307: + color: '#D4D4D4C0' + id: MiniTileSteelLineN + coordinates: -17.019917,-5.49304 + 3308: + color: '#D4D4D4C0' + id: MiniTileSteelLineN + coordinates: -19.00948,-5.49304 + 3309: + color: '#D4D4D4C0' + id: MiniTileSteelLineN + coordinates: -20.010675,-5.49304 + 3310: + color: '#D4D4D4C0' + id: MiniTileSteelLineN + coordinates: -21.010675,-5.49304 + 3311: + color: '#D4D4D4C0' + id: MiniTileSteelLineN + coordinates: -22.0263,-5.49304 + 3312: + color: '#D4D4D4C0' + id: MiniTileSteelLineN + coordinates: -23.028214,-5.497755 + 3313: + color: '#D4D4D4C0' + id: MiniTileSteelLineN + coordinates: -24.012589,-5.497755 + 3325: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,-0.4823848 + 3326: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,-1.4980098 + 3327: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,-2.4674516 + 3328: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,-3.5051284 + 3329: + color: '#D4D4D4C0' + id: MiniTileSteelLineE + coordinates: -25.510418,-4.481826 + 3330: + color: '#D4D4D4C0' + id: MiniTileSteelInnerNw + coordinates: -14.760899,-5.480981 + 3331: + color: '#D4D4D4C0' + id: MiniTileSteelInnerNw + coordinates: -15.010899,-5.480981 + 3332: + color: '#D4D4D4C0' + id: MiniTileSteelInnerNw + coordinates: -14.526524,-5.480981 + 3343: + color: '#EFB34160' + id: HalfTileOverlayGreyscale90 + coordinates: -25,-1 + 3344: + color: '#EFB34160' + id: HalfTileOverlayGreyscale270 + coordinates: -15,-4 + 3345: + color: '#EFB34160' + id: QuarterTileOverlayGreyscale + coordinates: -15,-5 + 3346: + color: '#EFB34160' + id: HalfTileOverlayGreyscale + coordinates: -24,-5 + 3347: + color: '#EFB34160' + id: HalfTileOverlayGreyscale + coordinates: -23,-5 + 3348: + color: '#EFB34160' + id: HalfTileOverlayGreyscale + coordinates: -21,-5 + 3349: + color: '#EFB34160' + id: HalfTileOverlayGreyscale + coordinates: -20,-5 + 3350: + color: '#EFB34160' + id: HalfTileOverlayGreyscale + coordinates: -18,-5 + 3351: + color: '#EFB34160' + id: HalfTileOverlayGreyscale + coordinates: -17,-5 + 3352: + color: '#D4D4D4C7' + id: MiniTileSteelBox + coordinates: -20,-6 + 3353: + color: '#D4D4D4C7' + id: MiniTileSteelBox + coordinates: -16,-6 + 3356: + color: '#D4D4D4C7' + id: MiniTileSteelInnerSw + coordinates: -21,-6 + 3357: + color: '#D4D4D4C7' + id: MiniTileSteelInnerSe + coordinates: -23,-6 + 3366: + color: '#D4D4D4CA' + id: MiniTileSteelLineN + coordinates: -16.015686,-5.492559 + 3367: + color: '#D4D4D4D6' + id: MiniTileSteelInnerNe + coordinates: -25.018312,-5.498596 + 3368: + color: '#D4D4D4D6' + id: MiniTileSteelInnerNe + coordinates: -25.283937,-5.498596 + 3369: + color: '#D4D4D4D6' + id: MiniTileSteelInnerNe + coordinates: -25.502687,-5.498596 + 3370: + color: '#D4D4D4D6' + id: MiniTileSteelLineS + coordinates: -26,-6 + 3371: + color: '#D4D4D4D6' + id: MiniTileSteelInnerSw + coordinates: -25,-6 + 3372: + color: '#EFB34150' + id: QuarterTileOverlayGreyscale90 + coordinates: -25,-5 + 3373: + color: '#EFB34150' + id: HalfTileOverlayGreyscale + coordinates: -16,-5 + 1,0: + 106: + cleanable: True + color: '#D4D4D496' + id: DirtHeavy + coordinates: 33,15 + 107: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 57,9 + 108: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 56,9 + 109: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 57,10 + 110: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 57,10 + 111: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 56,10 + 112: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 59,10 + 113: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 60,10 + 114: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 60,9 + 115: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 60,8 + 116: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 57,15 + 117: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 56,15 + 118: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 54,15 + 119: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 53,15 + 120: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + coordinates: 52,16 + 121: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 47,11 + 122: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 48,9 + 123: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 47,9 + 124: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 48,8 + 125: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 45,6 + 126: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 54,8 + 127: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 54,8 + 128: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 53,8 + 129: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 53,6 + 130: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 49,20 + 131: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 49,21 + 132: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 46,21 + 133: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 47,20 + 134: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 50,23 + 135: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 47,23 + 136: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 47,23 + 137: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + coordinates: 53,22 + 138: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + coordinates: 60,18 + 139: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + coordinates: 62,12 + 140: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + coordinates: 62,10 + 141: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 61,13 + 142: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 60,15 + 143: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 61,23 + 144: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 63,21 + 145: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 52,21 + 146: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 47,14 + 147: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 46,8 + 148: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 46,4 + 149: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 49,4 + 153: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 41,12 + 160: + color: '#DE3A3A5A' + id: CheckerNWSE + coordinates: 32,31 + 219: + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 43,1 + 532: + color: '#FFFFFFFF' + id: Bot + coordinates: 59,29 + 533: + color: '#FFFFFFFF' + id: Bot + coordinates: 60,29 + 583: + color: '#FFFFFFFF' + id: Bot + coordinates: 63,31 + 722: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 47,1 + 2068: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,0 + 2069: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,1 + 2070: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,2 + 2071: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,3 + 2072: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,4 + 2073: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,5 + 2074: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,6 + 2075: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,7 + 2076: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 34,8 + 2077: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 32,8 + 2078: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 33,8 + 2079: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,7 + 2080: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,6 + 2081: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,4 + 2082: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,5 + 2083: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,3 + 2084: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,2 + 2085: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,1 + 2086: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 32,0 + 2134: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 49,0 + 2135: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 48,0 + 2136: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 47,0 + 2137: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 46,0 + 2138: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 44,0 + 2139: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 45,0 + 2140: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 43,0 + 2141: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 42,0 + 2142: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 41,0 + 2143: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 40,0 + 2144: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 39,0 + 2145: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 38,0 + 2146: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 37,0 + 2147: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 36,2 + 2148: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 53,2 + 2149: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 52,2 + 2150: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 50,2 + 2151: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 51,2 + 2152: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 49,2 + 2153: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 48,2 + 2154: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 47,2 + 2155: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 46,2 + 2156: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 45,2 + 2157: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 44,2 + 2158: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 43,2 + 2159: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 41,2 + 2160: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 42,2 + 2161: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 40,2 + 2162: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 39,2 + 2163: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 38,2 + 2164: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 37,2 + 2165: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 54,2 + 2166: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 54,1 + 2167: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 54,0 + 2174: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 36,1 + 2175: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 36,0 + 2176: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 50,0 + 3082: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSe + coordinates: 42,4 + 3084: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + coordinates: 42,16 + 3087: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 33,16 + 3088: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 34,16 + 3089: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 35,16 + 3090: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 36,16 + 3091: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 37,16 + 3092: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 38,16 + 3093: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 39,16 + 3094: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 40,16 + 3095: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 41,16 + 3096: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,15 + 3097: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,14 + 3098: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,13 + 3099: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,11 + 3100: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,12 + 3101: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,10 + 3102: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,9 + 3103: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,8 + 3104: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,7 + 3105: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,6 + 3106: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + coordinates: 42,5 + 3107: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 41,4 + 3108: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + coordinates: 40,4 + 3109: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 40,5 + 3110: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 40,6 + 3111: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 40,7 + 3112: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 40,8 + 3113: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 40,9 + 3114: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 40,10 + 3115: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 40,11 + 3116: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 40,12 + 3117: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + coordinates: 40,13 + 3118: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 39,14 + 3119: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 38,14 + 3120: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 37,14 + 3121: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 36,14 + 3122: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 34,14 + 3123: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 35,14 + 3124: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 33,14 + 3125: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + coordinates: 32,14 + 3139: + color: '#DE3A3A96' + id: MiniTileWhiteInnerSw + coordinates: 40,14 + 3143: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + coordinates: 32,16 + 1,-2: + 180: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 40,-37 + 181: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 41,-37 + 182: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 40,-38 + 183: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 41,-38 + 184: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 40,-39 + 185: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 41,-39 + 186: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 42,-37 + 187: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 42,-38 + 188: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 42,-39 + 189: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 43,-37 + 190: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 44,-38 + 191: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 43,-37 + 192: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 44,-39 + 193: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 45,-39 + 194: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 45,-38 + 195: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 43,-38 + 196: + color: '#D381C9FF' + id: CheckerNESW + coordinates: 43,-39 + 197: + color: '#D381C9C7' + id: CheckerNESW + coordinates: 44,-37 + 198: + color: '#D381C9C7' + id: CheckerNESW + coordinates: 45,-37 + 199: + color: '#D381C9C7' + id: CheckerNESW + coordinates: 39,-37 + 200: + color: '#D381C9C7' + id: CheckerNESW + coordinates: 39,-38 + 201: + color: '#D381C9C7' + id: CheckerNESW + coordinates: 39,-39 + 221: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 56,-46 + 222: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 51,-45 + 223: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 49,-47 + 224: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 49,-39 + 225: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 44,-38 + 226: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 45,-38 + 227: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 45,-38 + 228: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: 42,-39 + 229: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 40,-39 + 230: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 40,-39 + 231: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 39,-37 + 233: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 61,-56 + 283: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: 53,-59 + 284: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: 54,-59 + 285: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: 55,-59 + 286: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: 56,-59 + 287: + color: '#FFFFFFFF' + id: WarnLineW + coordinates: 56,-61 + 288: + color: '#FFFFFFFF' + id: WarnLineW + coordinates: 57,-61 + 289: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: 56,-61 + 290: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: 56,-62 + 291: + color: '#FFFFFFFF' + id: WarnLineW + coordinates: 53,-62 + 292: + color: '#FFFFFFFF' + id: WarnLineW + coordinates: 54,-62 + 293: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: 54,-62 + 294: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: 46,-58 + 302: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: 48,-55 + 303: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: 48,-54 + 304: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: 48,-52 + 305: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: 48,-53 + 328: + color: '#FFFFFFFF' + id: Bot + coordinates: 57,-35 + 404: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + coordinates: 47,-58 + 1076: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 45,-44 + 1077: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 44,-44 + 1078: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 43,-44 + 1079: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 42,-44 + 1080: + color: '#D381C996' + id: MiniTileWhiteCornerSe + coordinates: 46,-44 + 1081: + color: '#D381C996' + id: MiniTileWhiteCornerSw + coordinates: 41,-44 + 1082: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 41,-43 + 1083: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 46,-43 + 1084: + color: '#D381C996' + id: MiniTileWhiteCornerNw + coordinates: 41,-42 + 1085: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 46,-42 + 1086: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 45,-42 + 1087: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 44,-42 + 1088: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 43,-42 + 1089: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 42,-42 + 1090: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 50,-48 + 1091: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 49,-48 + 1092: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 52,-46 + 1093: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 53,-45 + 1094: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 53,-44 + 1095: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 53,-43 + 1096: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 53,-42 + 1097: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 53,-41 + 1098: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 51,-39 + 1099: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 51,-47 + 1100: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-47 + 1101: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-46 + 1102: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-45 + 1103: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-44 + 1104: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-43 + 1105: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-42 + 1106: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-41 + 1107: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-40 + 1108: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-39 + 1109: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 53,-40 + 1110: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 51,-38 + 1111: + color: '#D381C996' + id: MiniTileWhiteCornerSe + coordinates: 53,-46 + 1112: + color: '#D381C996' + id: MiniTileWhiteCornerSe + coordinates: 51,-48 + 1113: + color: '#D381C996' + id: MiniTileWhiteCornerSw + coordinates: 48,-48 + 1114: + color: '#D381C996' + id: MiniTileWhiteCornerNw + coordinates: 48,-38 + 1115: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 52,-40 + 1116: + color: '#D381C996' + id: MiniTileWhiteInnerNe + coordinates: 51,-40 + 1117: + color: '#D381C996' + id: MiniTileWhiteInnerSe + coordinates: 51,-46 + 1118: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 50,-38 + 1119: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 49,-38 + 1120: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 56,-46 + 1121: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 56,-45 + 1122: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 57,-45 + 1123: + color: '#D381C996' + id: MiniTileWhiteCornerSe + coordinates: 57,-46 + 1124: + color: '#D381C996' + id: MiniTileWhiteCornerSw + coordinates: 55,-46 + 1125: + color: '#D381C996' + id: MiniTileWhiteCornerNw + coordinates: 55,-45 + 1126: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 62,-50 + 1127: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 63,-50 + 1129: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 61,-50 + 1130: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 60,-50 + 1131: + color: '#D381C996' + id: MiniTileWhiteCornerSw + coordinates: 59,-50 + 1133: + color: '#D381C996' + id: MiniTileWhiteCornerNw + coordinates: 59,-45 + 1134: + color: '#D381C996' + id: MiniTileWhiteCornerNw + coordinates: 61,-44 + 1135: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 63,-44 + 1141: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 59,-46 + 1142: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 59,-47 + 1143: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 59,-48 + 1144: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 59,-49 + 1145: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 62,-44 + 1147: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 60,-45 + 1148: + color: '#D381C996' + id: MiniTileWhiteInnerNw + coordinates: 61,-45 + 1149: + color: '#D381C996' + id: MiniTileWhiteInnerNe + coordinates: 63,-45 + 1150: + color: '#D381C996' + id: HalfTileOverlayGreyscale180 + coordinates: 62,-45 + 1151: + color: '#D381C996' + id: HalfTileOverlayGreyscale + coordinates: 62,-49 + 1152: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale90 + coordinates: 61,-48 + 1153: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale + coordinates: 63,-48 + 1154: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale180 + coordinates: 61,-46 + 1155: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale270 + coordinates: 63,-46 + 1156: + color: '#D381C996' + id: HalfTileOverlayGreyscale90 + coordinates: 60,-47 + 1158: + color: '#D381C996' + id: MiniTileWhiteCornerSe + coordinates: 51,-59 + 1159: + color: '#D381C996' + id: MiniTileWhiteCornerSe + coordinates: 52,-56 + 1160: + color: '#D381C996' + id: MiniTileWhiteCornerSe + coordinates: 53,-54 + 1161: + color: '#D381C996' + id: MiniTileWhiteCornerNw + coordinates: 48,-50 + 1162: + color: '#D381C996' + id: MiniTileWhiteCornerNw + coordinates: 45,-57 + 1163: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 51,-50 + 1164: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 52,-51 + 1165: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 53,-52 + 1166: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 51,-58 + 1167: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 51,-57 + 1168: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-51 + 1169: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 45,-58 + 1170: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 46,-57 + 1171: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 47,-57 + 1172: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 49,-50 + 1173: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 50,-50 + 1174: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 53,-53 + 1175: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 52,-55 + 1176: + color: '#D381C996' + id: MiniTileWhiteInnerSe + coordinates: 52,-54 + 1177: + color: '#D381C996' + id: MiniTileWhiteInnerNe + coordinates: 52,-52 + 1178: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 50,-59 + 1179: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 49,-59 + 1180: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 48,-59 + 1181: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 47,-59 + 1182: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: 47,-59 + 1183: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: 45,-58 + 1184: + color: '#D381C996' + id: MiniTileWhiteInnerNw + coordinates: 48,-57 + 1185: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 48,-56 + 1186: + color: '#D381C996' + id: MiniTileWhiteInnerSe + coordinates: 51,-56 + 1187: + color: '#D381C996' + id: MiniTileWhiteInnerNe + coordinates: 51,-51 + 1188: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 45,-50 + 1189: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 44,-50 + 1190: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 43,-50 + 1191: + color: '#D381C996' + id: MiniTileWhiteCornerSe + coordinates: 46,-50 + 1192: + color: '#D381C996' + id: MiniTileWhiteCornerSw + coordinates: 42,-50 + 1193: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 46,-46 + 1194: + color: '#D381C996' + id: MiniTileWhiteCornerSw + coordinates: 41,-48 + 1195: + color: '#D381C996' + id: MiniTileWhiteCornerNw + coordinates: 41,-46 + 1196: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 45,-46 + 1197: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 44,-46 + 1198: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 42,-46 + 1199: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 43,-46 + 1200: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 46,-47 + 1201: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 46,-48 + 1202: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 46,-49 + 1203: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 41,-47 + 1204: + color: '#D381C996' + id: MiniTileWhiteLineW + coordinates: 42,-49 + 1205: + color: '#D381C996' + id: MiniTileWhiteInnerSw + coordinates: 42,-48 + 1206: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 32,-59 + 1207: + color: '#334E6DC8' + id: MiniTileWhiteLineN + coordinates: 33,-59 + 1285: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 32,-44 + 1286: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 33,-44 + 1287: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 35,-44 + 1288: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 34,-44 + 1289: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 36,-44 + 1290: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 38,-44 + 1291: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 37,-44 + 1292: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 39,-44 + 1293: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 39,-43 + 1294: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 39,-42 + 1295: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 38,-42 + 1296: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 37,-42 + 1297: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-41 + 1298: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 36,-40 + 1300: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 35,-40 + 1301: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 34,-40 + 1302: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 33,-40 + 1303: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 32,-40 + 1339: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 34,-59 + 1344: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 34,-61 + 1345: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 32,-63 + 1352: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 33,-61 + 1368: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 34,-60 + 1381: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 32,-62 + 1382: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: 32,-61 + 1390: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 41,-61 + 1392: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 41,-59 + 1394: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 36,-61 + 1395: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: 36,-59 + 1396: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 40,-59 + 1397: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 39,-59 + 1398: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 38,-59 + 1399: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 37,-59 + 1401: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 37,-61 + 1402: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 41,-60 + 1403: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 40,-63 + 1404: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 40,-62 + 1405: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 40,-64 + 1414: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 38,-64 + 1415: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 38,-63 + 1416: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 38,-62 + 1417: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 36,-60 + 1418: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: 38,-61 + 1419: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSe + coordinates: 40,-61 + 1439: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: 36,-42 + 2329: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 35,-38 + 2330: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 36,-38 + 2331: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 34,-38 + 2332: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-37 + 2333: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-35 + 2334: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-36 + 2335: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-34 + 2336: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 36,-33 + 2355: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-33 + 2356: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-34 + 2357: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-35 + 2358: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-36 + 2359: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 34,-37 + 2544: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + coordinates: 32,-57 + 2545: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + coordinates: 33,-57 + 2549: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + coordinates: 34,-57 + 2550: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + coordinates: 34,-56 + 2551: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + coordinates: 34,-55 + 2552: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + coordinates: 34,-54 + 2554: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + coordinates: 33,-54 + 2555: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + coordinates: 32,-54 + 2,-2: + 202: + color: '#FFFFFFFF' + id: Bot + coordinates: 67,-46 + 203: + color: '#FFFFFFFF' + id: Bot + coordinates: 68,-46 + 204: + color: '#FFFFFFFF' + id: Bot + coordinates: 68,-47 + 205: + color: '#FFFFFFFF' + id: Bot + coordinates: 67,-47 + 206: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: 69,-46 + 207: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: 69,-47 + 232: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 64,-54 + 234: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 68,-48 + 235: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 68,-48 + 236: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 68,-48 + 237: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 70,-48 + 238: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 70,-48 + 239: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 70,-48 + 240: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 69,-46 + 241: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 69,-46 + 242: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 71,-47 + 243: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 72,-48 + 244: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: 71,-48 + 245: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 68,-46 + 246: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + coordinates: 67,-45 + 247: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + coordinates: 68,-45 + 327: + color: '#FFFFFFFF' + id: Bot + coordinates: 67,-35 + 1128: + color: '#D381C996' + id: MiniTileWhiteLineS + coordinates: 64,-50 + 1132: + color: '#D381C996' + id: MiniTileWhiteCornerSe + coordinates: 65,-50 + 1136: + color: '#D381C996' + id: MiniTileWhiteCornerNe + coordinates: 65,-45 + 1137: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 65,-46 + 1138: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 65,-47 + 1139: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 65,-48 + 1140: + color: '#D381C996' + id: MiniTileWhiteLineE + coordinates: 65,-49 + 1146: + color: '#D381C996' + id: MiniTileWhiteLineN + coordinates: 64,-45 + 1157: + color: '#D381C996' + id: HalfTileOverlayGreyscale270 + coordinates: 64,-47 + 1,-3: + 295: + color: '#FFFFFFFF' + id: SpaceStationSign1 + coordinates: 36,-73 + 296: + color: '#FFFFFFFF' + id: SpaceStationSign2 + coordinates: 37,-73 + 297: + color: '#FFFFFFFF' + id: SpaceStationSign3 + coordinates: 38,-73 + 298: + color: '#FFFFFFFF' + id: SpaceStationSign4 + coordinates: 39,-73 + 299: + color: '#FFFFFFFF' + id: SpaceStationSign5 + coordinates: 40,-73 + 300: + color: '#FFFFFFFF' + id: SpaceStationSign6 + coordinates: 41,-73 + 301: + color: '#FFFFFFFF' + id: SpaceStationSign7 + coordinates: 42,-73 + 323: + color: '#FFFFFFFF' + id: Bot + coordinates: 34,-76 + 324: + color: '#FFFFFFFF' + id: Bot + coordinates: 36,-76 + 325: + color: '#FFFFFFFF' + id: Bot + coordinates: 42,-76 + 326: + color: '#FFFFFFFF' + id: Bot + coordinates: 44,-76 + 1391: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 40,-69 + 1393: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: 38,-69 + 1400: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 39,-69 + 1406: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 40,-65 + 1407: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 40,-66 + 1408: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 40,-67 + 1409: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 40,-68 + 1410: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 38,-68 + 1411: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 38,-67 + 1412: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 38,-66 + 1413: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: 38,-65 + -2,-2: + 329: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,-55 + 330: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,-56 + 331: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,-57 + 332: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -41,-44 + 333: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -41,-45 + 334: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -41,-47 + 335: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -41,-46 + 336: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -42,-43 + 337: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -42,-45 + 338: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -42,-44 + 339: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -42,-46 + 340: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -42,-47 + 341: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -40,-53 + 342: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -40,-54 + 343: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -40,-55 + 344: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: -40,-55 + 345: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: -39,-55 + 346: + color: '#FFFFFFFF' + id: WarnLineW + coordinates: -40,-53 + 347: + color: '#FFFFFFFF' + id: WarnLineW + coordinates: -39,-53 + 348: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -39,-53 + 349: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -39,-54 + 350: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -39,-55 + 351: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: -39,-42 + 352: + color: '#FFFFFFFF' + id: WarnLineN + coordinates: -40,-42 + 353: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -41,-43 + 403: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + coordinates: -41,-42 + 531: + color: '#FFFFFFFF' + id: Bot + coordinates: -60,-55 + 2907: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -34,-34 + 2908: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -34,-35 + 2912: + color: '#73C2A496' + id: MiniTileWhiteCornerNw + coordinates: -34,-33 + 2913: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -33,-36 + 2916: + color: '#73C2A496' + id: MiniTileWhiteCornerSw + coordinates: -34,-36 + 2919: + color: '#73C2A496' + id: MiniTileWhiteInnerNw + coordinates: -33,-33 + 2921: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -37,-37 + 2922: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -38,-37 + 2923: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -39,-37 + 2924: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -40,-37 + 2925: + color: '#73C2A496' + id: MiniTileWhiteCornerSe + coordinates: -36,-37 + 2926: + color: '#73C2A496' + id: MiniTileWhiteCornerSw + coordinates: -41,-37 + 2927: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -36,-36 + 2928: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -36,-35 + 2929: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -36,-34 + 2930: + color: '#73C2A496' + id: MiniTileWhiteCornerNe + coordinates: -36,-33 + 2931: + color: '#73C2A496' + id: MiniTileWhiteCornerNw + coordinates: -41,-33 + 2932: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -38,-33 + 2933: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -39,-33 + 2934: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -40,-33 + 2935: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -37,-33 + 2936: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -41,-34 + 2937: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -41,-35 + 2938: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -41,-36 + 2940: + color: '#73C2A496' + id: MiniTileWhiteCornerNw + coordinates: -33,-38 + 2942: + color: '#73C2A496' + id: MiniTileWhiteCornerSw + coordinates: -33,-42 + 2946: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -33,-39 + 2947: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -33,-40 + 2948: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -33,-41 + 2949: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -42,-42 + 2950: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -41,-42 + 2951: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -40,-42 + 2952: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -39,-42 + 2953: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -38,-42 + 2954: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -35,-41 + 2955: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -36,-41 + 2956: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -35,-42 + 2957: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -35,-43 + 2958: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-45 + 2959: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-46 + 2960: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-47 + 2961: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-48 + 2962: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-49 + 2963: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-50 + 2964: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-51 + 2965: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-52 + 2966: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-53 + 2967: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-54 + 2968: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-55 + 2969: + color: '#73C2A496' + id: MiniTileWhiteLineE + coordinates: -34,-56 + 2970: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -36,-58 + 2971: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -37,-58 + 2972: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -37,-54 + 2973: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -36,-53 + 2974: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -36,-51 + 2975: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -36,-50 + 2976: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -36,-52 + 2977: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -36,-49 + 2978: + color: '#73C2A496' + id: MiniTileWhiteLineW + coordinates: -36,-48 + 2979: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -37,-47 + 2980: + color: '#73C2A496' + id: MiniTileWhiteLineS + coordinates: -38,-47 + 2981: + color: '#73C2A496' + id: MiniTileWhiteCornerNe + coordinates: -34,-44 + 2982: + color: '#73C2A496' + id: MiniTileWhiteCornerSe + coordinates: -34,-57 + 2983: + color: '#73C2A496' + id: MiniTileWhiteCornerSe + coordinates: -35,-58 + 2984: + color: '#73C2A496' + id: MiniTileWhiteInnerSe + coordinates: -35,-57 + 2985: + color: '#73C2A496' + id: MiniTileWhiteInnerNe + coordinates: -35,-44 + 2986: + color: '#73C2A496' + id: MiniTileWhiteInnerSw + coordinates: -36,-47 + 2987: + color: '#73C2A496' + id: MiniTileWhiteInnerNw + coordinates: -36,-54 + 2988: + color: '#73C2A496' + id: MiniTileWhiteInnerNw + coordinates: -36,-42 + 2989: + color: '#73C2A496' + id: MiniTileWhiteLineN + coordinates: -37,-42 + 2990: + color: '#FFFFFFFF' + id: WarnLineW + coordinates: -36,-41 + 2991: + color: '#FFFFFFFF' + id: WarnLineW + coordinates: -35,-41 + 2992: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -38,-43 + 2993: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -38,-44 + 2994: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -38,-45 + 2995: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -38,-46 + 2996: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -38,-47 + 2997: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,-54 + 2998: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,-58 + 2999: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + coordinates: -38,-42 + 3000: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -42,-42 + -2,-3: + 354: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -38,-82 + 355: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -37,-83 + 356: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -38,-83 + 357: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -38,-83 + 358: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -39,-83 + 359: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -41,-81 + 360: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -41,-83 + 361: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -41,-83 + 362: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -41,-83 + 363: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -41,-83 + 364: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -41,-83 + 365: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -40,-82 + 366: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -47,-74 + 367: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -46,-75 + 368: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -46,-76 + 369: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -43,-71 + 370: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -42,-72 + 371: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -42,-72 + 372: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -42,-72 + 373: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -42,-72 + 374: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -42,-72 + 375: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -42,-72 + 376: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -42,-72 + 377: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -42,-72 + 378: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -41,-73 + 379: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -43,-73 + 380: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -42,-68 + 381: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -43,-77 + 382: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -42,-77 + 383: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -41,-77 + 384: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + coordinates: -39,-80 + 385: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + coordinates: -48,-80 + 386: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -48,-78 + 387: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -47,-78 + 388: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -55,-79 + 389: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -56,-80 + 390: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -54,-80 + 391: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -53,-81 + 392: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -55,-75 + 393: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -56,-76 + 394: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -56,-72 + 395: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -55,-73 + 396: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -57,-77 + 397: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -57,-78 + 398: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -51,-77 + 399: + color: '#FFFFFFFF' + id: Bot + coordinates: -59,-74 + 400: + color: '#FFFFFFFF' + id: Bot + coordinates: -59,-72 + 401: + color: '#FFFFFFFF' + id: Bot + coordinates: -59,-80 + 402: + color: '#FFFFFFFF' + id: Bot + coordinates: -59,-82 + 502: + cleanable: True + color: '#9FED5896' + id: stickman + coordinates: -47,-79 + 503: + cleanable: True + color: '#DE3A3A96' + id: revolution + coordinates: -44,-83 + 504: + cleanable: True + color: '#DE3A3A96' + id: Tunnel + coordinates: -37,-81 + 505: + cleanable: True + color: '#DE3A3A96' + id: Diablo + coordinates: -43,-72 + 506: + cleanable: True + color: '#A4610696' + id: skull + coordinates: -48,-77 + -2,0: + 405: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -46,23 + 406: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -46,22 + 407: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -46,19 + 408: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,23 + 409: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,22 + 410: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,21 + 411: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,20 + 412: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -37,19 + 413: + color: '#FFFFFFFF' + id: Bot + coordinates: -38,23 + 414: + color: '#FFFFFFFF' + id: Bot + coordinates: -39,23 + 415: + color: '#FFFFFFFF' + id: Bot + coordinates: -41,23 + 416: + color: '#FFFFFFFF' + id: Bot + coordinates: -42,23 + 417: + color: '#FFFFFFFF' + id: Bot + coordinates: -44,23 + 418: + color: '#FFFFFFFF' + id: Bot + coordinates: -45,23 + 419: + color: '#FFFFFFFF' + id: Bot + coordinates: -45,22 + 420: + color: '#FFFFFFFF' + id: Bot + coordinates: -44,22 + 421: + color: '#FFFFFFFF' + id: Bot + coordinates: -41,22 + 422: + color: '#FFFFFFFF' + id: Bot + coordinates: -42,22 + 423: + color: '#FFFFFFFF' + id: Bot + coordinates: -39,22 + 424: + color: '#FFFFFFFF' + id: Bot + coordinates: -45,20 + 425: + color: '#FFFFFFFF' + id: Bot + coordinates: -44,20 + 426: + color: '#FFFFFFFF' + id: Bot + coordinates: -42,20 + 427: + color: '#FFFFFFFF' + id: Bot + coordinates: -41,20 + 428: + color: '#FFFFFFFF' + id: Bot + coordinates: -38,20 + 429: + color: '#FFFFFFFF' + id: Bot + coordinates: -38,19 + 430: + color: '#FFFFFFFF' + id: Bot + coordinates: -41,19 + 431: + color: '#FFFFFFFF' + id: Bot + coordinates: -42,19 + 432: + color: '#FFFFFFFF' + id: Bot + coordinates: -45,19 + 433: + color: '#FFFFFFFF' + id: Bot + coordinates: -44,19 + 434: + color: '#FFFFFFFF' + id: Bot + coordinates: -39,20 + 435: + color: '#FFFFFFFF' + id: Bot + coordinates: -39,19 + 436: + color: '#FFFFFFFF' + id: Bot + coordinates: -38,22 + 438: + color: '#FFFFFFFF' + id: Bot + coordinates: -51,22 + 439: + color: '#FFFFFFFF' + id: Bot + coordinates: -51,20 + 440: + color: '#FFFFFFFF' + id: Bot + coordinates: -53,22 + 441: + color: '#FFFFFFFF' + id: Bot + coordinates: -53,20 + 442: + color: '#FFFFFFFF' + id: WarnBox + coordinates: -52,22 + 443: + color: '#FFFFFFFF' + id: WarnBox + coordinates: -52,20 + 450: + color: '#FFFFFFFF' + id: Bot + coordinates: -45,31 + 451: + color: '#FFFFFFFF' + id: Bot + coordinates: -44,31 + 452: + color: '#FFFFFFFF' + id: Bot + coordinates: -43,31 + 454: + color: '#FFFFFFFF' + id: Bot + coordinates: -51,31 + 455: + color: '#FFFFFFFF' + id: Bot + coordinates: -52,29 + 456: + color: '#FFFFFFFF' + id: Bot + coordinates: -51,29 + 460: + color: '#FFFFFFFF' + id: WarnBox + coordinates: -52,31 + 465: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -42,31 + 466: + color: '#FFFFFFFF' + id: Rock02 + coordinates: -36.478527,5.6817594 + 467: + color: '#FFFFFFFF' + id: Rock01 + coordinates: -36.087902,2.9473839 + 468: + color: '#FFFFFFFF' + id: Rock04 + coordinates: -40.199352,5.7755084 + 469: + color: '#FFFFFFFF' + id: Rock05 + coordinates: -41.855602,3.1192584 + 470: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: -41.902477,4.2442584 + 471: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: -41.199352,3.3223834 + 472: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: -42.011852,2.8536334 + 473: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: -36.480602,5.7442594 + 474: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: -37.027477,4.4473844 + 475: + color: '#FFFFFFFF' + id: Flowersbr1 + coordinates: -35.964977,3.1973844 + 476: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -35.464977,6.1348844 + 477: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -36.980602,3.1348839 + 478: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -35.308727,3.2442594 + 479: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -41.730602,5.8848834 + 480: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -40.261852,4.8692584 + 481: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -40.136852,5.8223834 + 482: + color: '#FFFFFFFF' + id: Rock03 + coordinates: -32.71047,4.6089277 + 484: + color: '#FFFFFFFF' + id: Busha1 + coordinates: -33.038593,3.0464272 + 493: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -37,0 + 494: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -39,0 + 495: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -46,7 + 1695: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -44,1 + 1713: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -43,1 + 1714: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -42,1 + 1715: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -41,1 + 1716: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -39,1 + 1717: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -40,1 + 1718: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -38,1 + 1719: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -37,1 + 1720: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -36,1 + 1721: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -34,1 + 1722: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -33,1 + 1723: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -35,1 + 1727: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -44,0 + 1729: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -48,1 + 1730: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -46,1 + 1731: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -47,1 + 1733: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -48,0 + 1735: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -46,0 + 1736: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -45,8 + 1737: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -45,3 + 1738: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -50,3 + 1739: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -50,8 + 1740: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -46,8 + 1741: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -47,8 + 1742: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -48,8 + 1743: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -49,8 + 1744: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -46,3 + 1745: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -47,3 + 1746: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -48,3 + 1747: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -49,3 + 1748: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -45,7 + 1749: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -45,6 + 1750: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -45,5 + 1751: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -45,4 + 1752: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -50,7 + 1753: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -50,6 + 1754: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -50,5 + 1755: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -50,4 + 2571: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -34,17 + 2572: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -33,17 + 2589: + color: '#A4610696' + id: MiniTileWhiteLineN + coordinates: -33,26 + 2591: + color: '#A4610696' + id: MiniTileWhiteLineN + coordinates: -34,26 + 2595: + color: '#A4610696' + id: MiniTileWhiteCornerSw + coordinates: -35,17 + 2596: + color: '#A4610696' + id: MiniTileWhiteCornerNw + coordinates: -35,26 + 2610: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -35,18 + 2611: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -35,19 + 2612: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -35,21 + 2613: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -35,22 + 2614: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -35,20 + 2615: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -35,23 + 2616: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -35,24 + 2617: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -35,25 + 2619: + color: '#A4610696' + id: MiniTileWhiteCornerNw + coordinates: -49,22 + 2620: + color: '#A4610696' + id: MiniTileWhiteCornerNe + coordinates: -47,22 + 2621: + color: '#A4610696' + id: MiniTileWhiteCornerSe + coordinates: -47,20 + 2622: + color: '#A4610696' + id: MiniTileWhiteCornerSw + coordinates: -49,20 + 2623: + color: '#A4610696' + id: MiniTileWhiteLineN + coordinates: -48,22 + 2624: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -47,21 + 2625: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -49,21 + 2626: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -48,20 + 2627: + color: '#A4610696' + id: MiniTileWhiteLineS + coordinates: -48,31 + 2630: + color: '#A4610696' + id: MiniTileWhiteCornerSe + coordinates: -47,31 + 2631: + color: '#A4610696' + id: MiniTileWhiteCornerSw + coordinates: -49,31 + 2635: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -46,21 + 2636: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -46,20 + 2637: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -46,31 + -2,1: + 444: + color: '#FFFFFFFF' + id: Bot + coordinates: -45,33 + 445: + color: '#FFFFFFFF' + id: Bot + coordinates: -44,33 + 446: + color: '#FFFFFFFF' + id: Bot + coordinates: -43,33 + 447: + color: '#FFFFFFFF' + id: Bot + coordinates: -44,32 + 448: + color: '#FFFFFFFF' + id: Bot + coordinates: -43,32 + 449: + color: '#FFFFFFFF' + id: Bot + coordinates: -45,32 + 453: + color: '#FFFFFFFF' + id: Bot + coordinates: -51,33 + 457: + color: '#FFFFFFFF' + id: Bot + coordinates: -52,35 + 458: + color: '#FFFFFFFF' + id: Bot + coordinates: -51,35 + 459: + color: '#FFFFFFFF' + id: WarnBox + coordinates: -52,33 + 461: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -46,33 + 462: + color: '#FFFFFFFF' + id: WarnLineE + coordinates: -46,32 + 463: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -42,33 + 464: + color: '#FFFFFFFF' + id: WarnLineS + coordinates: -42,32 + 695: + color: '#FFFFFFFF' + id: Bot + coordinates: -38,42 + 2628: + color: '#A4610696' + id: MiniTileWhiteLineE + coordinates: -47,32 + 2629: + color: '#A4610696' + id: MiniTileWhiteLineW + coordinates: -49,32 + 2632: + color: '#A4610696' + id: MiniTileWhiteCornerNw + coordinates: -49,33 + 2633: + color: '#A4610696' + id: MiniTileWhiteCornerNe + coordinates: -47,33 + 2634: + color: '#A4610696' + id: MiniTileWhiteLineN + coordinates: -48,33 + -2,-1: + 491: + color: '#FFFFFFFF' + id: Bot + coordinates: -57,-2 + 492: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -55,-8 + 1694: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -44,-1 + 1702: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -33,-1 + 1703: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -34,-1 + 1704: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -35,-1 + 1705: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -36,-1 + 1706: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -38,-1 + 1707: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -37,-1 + 1708: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -39,-1 + 1709: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -40,-1 + 1710: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -41,-1 + 1711: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -42,-1 + 1712: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -43,-1 + 1728: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -47,-1 + 1732: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -46,-1 + 1734: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -48,-1 + 2668: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -33,-9 + 2672: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -33,-19 + 2685: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-10 + 2686: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-11 + 2687: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-12 + 2688: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-13 + 2689: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-14 + 2690: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-15 + 2691: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-17 + 2692: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-16 + 2693: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-18 + 2698: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -37,-14 + 2699: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -38,-14 + 2700: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -39,-14 + 2701: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -36,-14 + 2702: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -35,-9 + 2703: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -35,-14 + 2704: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -40,-9 + 2705: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -40,-14 + 2706: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -35,-13 + 2707: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -35,-12 + 2708: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -35,-11 + 2709: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -35,-10 + 2710: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -40,-10 + 2711: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -40,-11 + 2712: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -40,-12 + 2713: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -40,-13 + 2714: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -36,-9 + 2715: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -37,-9 + 2716: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -38,-9 + 2717: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -39,-9 + 2718: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -42,-10 + 2720: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -43,-6 + 2721: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -43,-10 + 2722: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -43,-8 + 2723: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -43,-14 + 2724: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -42,-8 + 2726: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -42,-14 + 2727: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -33,-6 + 2728: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -34,-6 + 2729: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -35,-6 + 2730: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -36,-6 + 2731: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -37,-6 + 2732: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -38,-6 + 2733: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -39,-6 + 2734: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -40,-6 + 2735: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -41,-6 + 2736: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -42,-6 + 2737: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -41,-7 + 2738: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -40,-7 + 2739: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -39,-7 + 2740: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -38,-7 + 2741: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -37,-7 + 2742: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -36,-7 + 2743: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -35,-7 + 2744: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -34,-7 + 2745: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -33,-7 + 2746: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -42,-11 + 2747: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -42,-12 + 2748: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -42,-13 + 2749: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -43,-7 + 2750: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -43,-11 + 2751: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -43,-12 + 2752: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -43,-13 + 2753: + color: '#EFB34196' + id: MiniTileWhiteInnerSe + coordinates: -42,-7 + 2754: + color: '#D4D4D428' + id: MiniTileWhiteLineN + coordinates: -47,-9 + 2755: + color: '#D4D4D428' + id: MiniTileWhiteCornerNe + coordinates: -46,-9 + 2756: + color: '#D4D4D428' + id: MiniTileWhiteCornerSe + coordinates: -46,-18 + 2757: + color: '#D4D4D428' + id: MiniTileWhiteCornerSw + coordinates: -48,-18 + 2758: + color: '#D4D4D428' + id: MiniTileWhiteLineS + coordinates: -47,-18 + 2759: + color: '#D4D4D428' + id: MiniTileWhiteLineE + coordinates: -46,-17 + 2760: + color: '#D4D4D428' + id: MiniTileWhiteLineE + coordinates: -46,-16 + 2761: + color: '#D4D4D428' + id: MiniTileWhiteLineE + coordinates: -46,-14 + 2762: + color: '#D4D4D428' + id: MiniTileWhiteLineE + coordinates: -46,-15 + 2763: + color: '#D4D4D428' + id: MiniTileWhiteLineE + coordinates: -46,-13 + 2764: + color: '#D4D4D428' + id: MiniTileWhiteLineE + coordinates: -46,-10 + 2765: + color: '#D4D4D428' + id: MiniTileWhiteLineE + coordinates: -46,-11 + 2766: + color: '#D4D4D428' + id: MiniTileWhiteLineE + coordinates: -46,-12 + 2767: + color: '#D4D4D428' + id: MiniTileWhiteLineW + coordinates: -48,-10 + 2768: + color: '#D4D4D428' + id: MiniTileWhiteLineW + coordinates: -48,-11 + 2769: + color: '#D4D4D428' + id: MiniTileWhiteLineW + coordinates: -48,-12 + 2770: + color: '#D4D4D428' + id: MiniTileWhiteLineW + coordinates: -48,-13 + 2771: + color: '#D4D4D428' + id: MiniTileWhiteLineW + coordinates: -48,-14 + 2772: + color: '#D4D4D428' + id: MiniTileWhiteLineW + coordinates: -48,-15 + 2773: + color: '#D4D4D428' + id: MiniTileWhiteLineW + coordinates: -48,-16 + 2774: + color: '#D4D4D428' + id: MiniTileWhiteLineW + coordinates: -48,-17 + 2775: + color: '#D4D4D428' + id: MiniTileWhiteCornerNw + coordinates: -48,-9 + 2776: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -46,-6 + 2777: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -47,-6 + 2778: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -48,-6 + 2779: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -46,-7 + 2780: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -48,-7 + 2781: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -47,-7 + 2782: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -45,-7 + 2783: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -45,-6 + 2784: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -49,-6 + 2785: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -49,-7 + 2796: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-23 + 2797: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-24 + 2798: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-22 + 2799: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-25 + 2800: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-26 + 2801: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-27 + 2802: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-28 + 2803: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -33,-29 + 2804: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -33,-30 + 2805: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -33,-21 + 2806: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -56,-7 + 2807: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -55,-6 + 2808: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -54,-6 + 2809: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -53,-6 + 2810: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -52,-6 + 2811: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -51,-6 + 2812: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -51,-7 + 2813: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -56,-19 + 2814: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -55,-21 + 2815: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -51,-17 + 2816: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -53,-13 + 2817: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -51,-20 + 2818: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -51,-19 + 2819: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -51,-18 + 2820: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -53,-16 + 2821: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -53,-15 + 2822: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -53,-14 + 2823: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -54,-12 + 2824: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -54,-11 + 2825: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -54,-10 + 2826: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -54,-9 + 2827: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -54,-8 + 2828: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-8 + 2829: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-9 + 2830: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-10 + 2831: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-11 + 2832: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-12 + 2833: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-14 + 2834: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-13 + 2835: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-15 + 2836: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-16 + 2837: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-17 + 2838: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -56,-18 + 2839: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -55,-20 + 2840: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -54,-21 + 2841: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -53,-21 + 2842: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -52,-21 + 2843: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -51,-21 + 2844: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -52,-17 + 2845: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -52,-7 + 2846: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -53,-7 + 2847: + color: '#EFB34196' + id: MiniTileWhiteInnerSe + coordinates: -54,-7 + 2848: + color: '#EFB34196' + id: MiniTileWhiteInnerNe + coordinates: -54,-13 + 2849: + color: '#EFB34196' + id: MiniTileWhiteInnerNe + coordinates: -53,-17 + 2850: + color: '#EFB34196' + id: MiniTileWhiteInnerSw + coordinates: -55,-19 + 2851: + color: '#EFB34196' + id: MiniTileWhiteInnerNw + coordinates: -55,-7 + 2852: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -54,-23 + 2853: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -55,-23 + 2854: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -54,-26 + 2855: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -63,-26 + 2856: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -63,-24 + 2857: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -56,-24 + 2858: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -57,-24 + 2859: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -58,-24 + 2860: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -59,-24 + 2861: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -60,-24 + 2862: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -61,-24 + 2863: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -62,-24 + 2864: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -62,-26 + 2865: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -61,-26 + 2866: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -61,-26 + 2867: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -60,-26 + 2868: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -59,-26 + 2869: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -58,-26 + 2870: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -57,-26 + 2871: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -56,-26 + 2872: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -55,-26 + 2873: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -54,-24 + 2874: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -54,-25 + 2875: + color: '#EFB34196' + id: MiniTileWhiteInnerNw + coordinates: -55,-24 + 2876: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -63,-25 + 2911: + color: '#73C2A496' + id: MiniTileWhiteCornerNw + coordinates: -33,-32 + 2,-1: + 534: + color: '#FFFFFFFF' + id: Bot + coordinates: 68,-4 + 535: + color: '#FFFFFFFF' + id: Bot + coordinates: 68,-6 + 536: + color: '#FFFFFFFF' + id: Bot + coordinates: 68,-12 + 537: + color: '#FFFFFFFF' + id: Bot + coordinates: 68,-14 + 719: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 64,-9 + 740: + color: '#FFFFFFFF' + id: Bot + coordinates: 67,-16 + 2179: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 64,-6 + 2203: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 64,-14 + 2216: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 65,-8 + 2217: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 65,-9 + 2218: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 65,-10 + 2219: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 65,-11 + 2220: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 65,-12 + 2221: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 65,-13 + 2222: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 65,-7 + 2223: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 65,-14 + 2224: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 65,-6 + 3378: + color: '#FFFFFFFF' + id: Bushf2 + coordinates: 66.0308,-8.000998 + 3379: + color: '#FFFFFFFF' + id: Bushf2 + coordinates: 65.93705,-8.6728735 + 3380: + color: '#FFFFFFFF' + id: Bushf2 + coordinates: 66.2183,-9.5634985 + 3381: + color: '#FFFFFFFF' + id: Bushe4 + coordinates: 65.93705,-9.8447485 + 3382: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: 66.015175,-7.813498 + 3383: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: 66.046425,-8.6728735 + 3384: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: 66.140175,-10.1103735 + 0,1: + 538: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 12,54 + 539: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 11.417037,54.859276 + 540: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 8.745162,55.046776 + 541: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 11.057662,53.3749 + 542: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 10.995162,55.78115 + 543: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 9.995162,55.1249 + 544: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 12.135787,53.1874 + 545: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 11.073287,52.3749 + 546: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 9.463912,52.359276 + 547: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 8.979537,54.046776 + 548: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 6.2227497,52.7499 + 549: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 7.0196247,54.3124 + 550: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 7.2539997,55.3749 + 551: + color: '#FFFFFFFF' + id: Grassa3 + coordinates: 8.675875,53.1874 + 552: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 11.441196,54.4999 + 553: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 12.534946,54.03115 + 554: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 12.050571,54.796776 + 555: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 12.363071,54.359276 + 556: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 12.394321,52.890526 + 557: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 11.706821,52.28115 + 558: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 11.316196,52.078026 + 559: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 10.800571,53.296776 + 560: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 11.441196,53.921776 + 561: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 10.675571,55.84365 + 562: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 10.012899,54.390526 + 563: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 9.716024,53.265526 + 564: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 10.559774,52.359276 + 565: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 8.669149,54.109276 + 566: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 7.621642,52.84365 + 567: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 6.5747676,52.90615 + 568: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 5.9810176,54.171776 + 569: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 7.4810176,55.671776 + 570: + color: '#FFFFFFFF' + id: Grassc1 + coordinates: 9.465392,55.265526 + 571: + color: '#FFFFFFFF' + id: Grasse3 + coordinates: 12.153599,54.59365 + 572: + color: '#FFFFFFFF' + id: Grasse3 + coordinates: 11.419224,55.40615 + 573: + color: '#FFFFFFFF' + id: Grasse3 + coordinates: 12.508601,53.68905 + 574: + color: '#FFFFFFFF' + id: Grasse3 + coordinates: 12.571101,52.892174 + 575: + color: '#FFFFFFFF' + id: Grasse3 + coordinates: 11.789851,52.392174 + 576: + color: '#FFFFFFFF' + id: Grasse3 + coordinates: 12.117976,52.5328 + 577: + color: '#FFFFFFFF' + id: Grasse3 + coordinates: 12.852351,53.9703 + 578: + color: '#FFFFFFFF' + id: grasssnowc1 + coordinates: 9.76384,53.565598 + 579: + color: '#FFFFFFFF' + id: grasssnowc1 + coordinates: 6.3516917,53.659348 + 582: + color: '#FFFFFFFF' + id: Caution + coordinates: 16,37 + 584: + color: '#FFFFFFFF' + id: Bot + coordinates: 29,42 + 585: + color: '#FFFFFFFF' + id: Bot + coordinates: 29,49 + 735: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 0,46 + 736: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: 0,56 + 1898: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 0,44 + 1899: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 1,44 + 1900: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,45 + 1901: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,46 + 1902: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,47 + 1903: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,48 + 1904: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,49 + 1905: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,50 + 1906: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,51 + 1907: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 1,52 + 1909: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 0,52 + 1930: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: 0,54 + 1931: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: 1,54 + 1933: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,55 + 1934: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,56 + 1935: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,57 + 1936: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: 1,58 + 1937: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: 1,59 + 1938: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: 0,59 + 2,1: + 580: + color: '#FFFFFFFF' + id: Bot + coordinates: 76,36 + 581: + color: '#FFFFFFFF' + id: Bot + coordinates: 68,36 + -1,1: + 586: + color: '#FFFFFFFF' + id: Bushk2 + coordinates: -4.1263514,50.81898 + 587: + color: '#FFFFFFFF' + id: Rock03 + coordinates: -10.764814,50.076122 + 588: + color: '#FFFFFFFF' + id: Rock03 + coordinates: -10.296064,50.404247 + 589: + color: '#FFFFFFFF' + id: Rock03 + coordinates: -7.1241894,49.888622 + 590: + color: '#FFFFFFFF' + id: Rock04 + coordinates: -7.4210644,49.888622 + 591: + color: '#FFFFFFFF' + id: Rock04 + coordinates: -3.3754807,48.982372 + 592: + color: '#FFFFFFFF' + id: Rock04 + coordinates: -4.0786057,48.216747 + 593: + color: '#FFFFFFFF' + id: Rock04 + coordinates: -7.6469474,55.2557 + 594: + color: '#FFFFFFFF' + id: Rock04 + coordinates: -6.2719474,53.567944 + 595: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -7.9438224,54.971848 + 596: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -7.7875724,53.628098 + 597: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -7.7250724,54.393723 + 598: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -5.9438224,54.393723 + 599: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -6.4438224,53.815598 + 600: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -6.0844474,53.346848 + 601: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -9.631323,52.971848 + 602: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -10.225073,51.006943 + 603: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -9.959448,51.163193 + 604: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -11.115698,50.303818 + 605: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -7.3188224,49.847054 + 606: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -6.0531974,48.972054 + 607: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -7.7406974,47.972054 + 608: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -4.0050426,49.72508 + 609: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -4.3175426,48.72508 + 610: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -3.1144176,47.88133 + 611: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -5.0675426,53.662476 + 612: + color: '#FFFFFFFF' + id: Flowersbr2 + coordinates: -4.1456676,53.1781 + 613: + color: '#FFFFFFFF' + id: Rock02 + coordinates: -10.301918,53.89685 + 614: + color: '#FFFFFFFF' + id: Rock02 + coordinates: -9.380043,53.8031 + 615: + color: '#FFFFFFFF' + id: Rock02 + coordinates: -3.5987926,53.818726 + 616: + color: '#FFFFFFFF' + id: Rock03 + coordinates: -4.3331676,54.14685 + 617: + color: '#FFFFFFFF' + id: Rock03 + coordinates: -8.959863,49.049328 + 618: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -3.198104,50.273075 + 619: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -5.010604,52.366825 + 620: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -8.291855,53.364235 + 621: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -6.135604,55.832985 + 622: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -10.65123,52.966118 + 623: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -7.307479,50.772125 + 624: + color: '#FFFFFFFF' + id: Flowersy2 + coordinates: -9.46373,48.678375 + 625: + color: '#FFFFFFFF' + id: Bushi1 + coordinates: -4.994979,50.827797 + 626: + color: '#FFFFFFFF' + id: Bushi1 + coordinates: -5.541854,51.452797 + 627: + color: '#FFFFFFFF' + id: Bushi1 + coordinates: -5.448104,50.905922 + 628: + color: '#FFFFFFFF' + id: Bushi1 + coordinates: -6.7868943,51.465733 + 629: + color: '#FFFFFFFF' + id: Bushi3 + coordinates: -6.7243943,50.903233 + 630: + color: '#FFFFFFFF' + id: Bushi3 + coordinates: -6.7400193,50.309483 + 631: + color: '#FFFFFFFF' + id: Bushi3 + coordinates: -7.2868943,51.575108 + 632: + color: '#FFFFFFFF' + id: Bushj1 + coordinates: -7.8962693,51.361984 + 633: + color: '#FFFFFFFF' + id: Busha1 + coordinates: -8.396269,51.324306 + 634: + color: '#FFFFFFFF' + id: Busha1 + coordinates: -8.978583,51.511806 + 635: + color: '#FFFFFFFF' + id: Busha2 + coordinates: -9.822333,51.261806 + 636: + color: '#FFFFFFFF' + id: Busha2 + coordinates: -10.681708,51.293056 + 637: + color: '#FFFFFFFF' + id: Busha2 + coordinates: -11.416083,51.40243 + 638: + color: '#FFFFFFFF' + id: Bushd4 + coordinates: -6.5836716,49.455547 + 639: + color: '#FFFFFFFF' + id: Bushd2 + coordinates: -6.1305466,49.392605 + 640: + color: '#FFFFFFFF' + id: Bushd2 + coordinates: -5.6149216,48.955105 + 641: + color: '#FFFFFFFF' + id: Bushd2 + coordinates: -5.5992966,48.06448 + 642: + color: '#FFFFFFFF' + id: Bushd2 + coordinates: -5.6305466,48.47073 + 643: + color: '#FFFFFFFF' + id: grasssnowc2 + coordinates: -7.712725,52.914776 + 644: + color: '#FFFFFFFF' + id: grasssnowc2 + coordinates: -8.29085,52.758526 + 645: + color: '#FFFFFFFF' + id: grasssnowc3 + coordinates: -8.806476,52.64177 + 646: + color: '#FFFFFFFF' + id: grasssnowb2 + coordinates: -6.3993635,53.002754 + 647: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -6.076791,52.85032 + 648: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -5.483041,52.022194 + 649: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -5.623666,52.615944 + 650: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -7.529916,54.67404 + 651: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -7.592416,53.908417 + 652: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -7.717416,56.181545 + 653: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -7.623666,55.88467 + 654: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -6.420541,56.25967 + 655: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -6.311166,55.72842 + 656: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -6.233041,55.10342 + 657: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -6.311166,54.47842 + 658: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -6.342416,54.94717 + 659: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -5.983041,49.3346 + 660: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -6.498666,49.8971 + 661: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -5.764291,49.2096 + 662: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -5.639291,48.05335 + 663: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -9.6108055,52.803352 + 664: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -9.0014305,52.881477 + 665: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -10.1733055,52.725227 + 666: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -10.9858055,52.709602 + 667: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -11.0483055,52.818977 + 668: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -10.1733055,52.772102 + 669: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -4.410207,50.704334 + 670: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -4.160207,49.860584 + 671: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -4.253957,48.891834 + 672: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -4.253957,49.298084 + 673: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -4.160207,48.016834 + 674: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -3.5221872,52.73997 + 675: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -4.147187,52.02122 + 676: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -5.303437,55.786846 + 677: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -4.225312,56.23997 + 678: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -2.9753122,53.286846 + 679: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -3.0690622,51.286846 + 680: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -8.428438,54.974346 + 681: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -8.928438,56.05247 + 682: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -10.678438,55.30247 + 683: + color: '#FFFFFFFF' + id: Grasse2 + coordinates: -10.850313,53.86497 + 684: + color: '#FFFFFFFF' + id: Bushc1 + coordinates: -6.4137044,52.65711 + 685: + color: '#FFFFFFFF' + id: Bushc1 + coordinates: -7.6637044,52.519527 + 731: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + coordinates: -16,39 + 732: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -18,46 + 733: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -16,46 + 734: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + coordinates: -8,45 + 737: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -18,50 + 738: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + coordinates: -18,50 + 1759: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -17,33 + 1760: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -17,32 + 1761: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -17,35 + 1762: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -17,34 + 1763: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -17,36 + 1764: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -17,39 + 1765: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -19,41 + 1766: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -19,42 + 1767: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -19,43 + 1768: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -19,44 + 1769: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -19,45 + 1770: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -19,46 + 1771: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,46 + 1772: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,45 + 1773: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,44 + 1774: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,43 + 1775: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,42 + 1776: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,41 + 1777: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,40 + 1778: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,39 + 1779: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,38 + 1780: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,37 + 1781: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,36 + 1782: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,35 + 1783: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,34 + 1784: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,33 + 1785: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -15,32 + 1790: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -15,47 + 1791: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -19,47 + 1792: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -19,40 + 1793: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -18,40 + 1794: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: -17,40 + 1795: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -16,47 + 1796: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -17,47 + 1797: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -18,47 + 1798: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -19,49 + 1799: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -17,49 + 1800: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -18,49 + 1801: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -17,51 + 1802: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -17,50 + 1803: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,51 + 1804: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,52 + 1805: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,53 + 1806: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,55 + 1807: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,54 + 1808: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,56 + 1809: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,57 + 1810: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,58 + 1811: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,59 + 1812: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,60 + 1813: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,61 + 1814: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,62 + 1815: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,63 + 1824: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,63 + 1825: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,62 + 1826: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,61 + 1827: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,60 + 1828: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,58 + 1829: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,59 + 1830: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,57 + 1831: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,56 + 1832: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,55 + 1833: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,54 + 1834: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,53 + 1835: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,52 + 1836: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -18,51 + 1837: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -19,51 + 1838: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -20,51 + 1839: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -21,51 + 1840: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -20,50 + 1841: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -21,50 + 1842: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -22,50 + 1843: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -23,50 + 1844: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNe + coordinates: -22,51 + 1845: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: -19,50 + 1886: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -12,44 + 1887: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -11,44 + 1888: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -10,44 + 1889: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -9,44 + 1890: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -8,44 + 1891: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -7,44 + 1892: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -6,44 + 1893: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -5,44 + 1894: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -4,44 + 1895: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -3,44 + 1896: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -2,44 + 1897: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -1,44 + 1908: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -1,52 + 1910: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -1,51 + 1911: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -1,50 + 1912: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -1,48 + 1913: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -1,49 + 1914: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -1,47 + 1915: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -2,46 + 1916: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -3,46 + 1917: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -4,46 + 1918: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -5,46 + 1919: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -6,46 + 1920: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -7,46 + 1921: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -8,46 + 1922: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -9,46 + 1923: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -10,46 + 1924: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -11,46 + 1925: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -12,46 + 1926: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -13,46 + 1927: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -13,44 + 1928: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -13,45 + 1929: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: -1,46 + 1932: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -1,54 + 1939: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -1,59 + 1940: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -2,59 + 1941: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -3,59 + 1942: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -4,59 + 1943: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -5,59 + 1944: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -6,59 + 1945: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -7,59 + 1946: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -8,59 + 1947: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -9,59 + 1948: + color: '#D4D4D4D3' + id: MiniTileSteelLineN + coordinates: -10,59 + 1949: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -11,59 + 1950: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -11,58 + 1951: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -10,58 + 1952: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -8,58 + 1953: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -7,58 + 1954: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -6,58 + 1955: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -9,58 + 1956: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -5,58 + 1957: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -4,58 + 1958: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -3,58 + 1959: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -2,58 + 1960: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -1,57 + 1961: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -1,56 + 1962: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -1,55 + 1963: + color: '#D4D4D4D3' + id: MiniTileSteelInnerSw + coordinates: -1,58 + 1964: + color: '#D4D4D4D3' + id: MiniTileSteelLineS + coordinates: -14,50 + 1965: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSe + coordinates: -13,50 + 1966: + color: '#D4D4D4D3' + id: MiniTileSteelCornerSw + coordinates: -15,50 + 1967: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -15,51 + 1973: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,63 + 1974: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,62 + 1975: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,61 + 1976: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,60 + 1977: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,59 + 1978: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,58 + 1979: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,57 + 1980: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,55 + 1981: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,56 + 1982: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,54 + 1983: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,53 + 1984: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,52 + 1985: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,51 + 1986: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,52 + 1987: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,54 + 1988: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,53 + 1989: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,55 + 1990: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,57 + 1991: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,56 + 1992: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,58 + 1993: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,59 + 1994: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,60 + 1995: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,62 + 1996: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,61 + 1997: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,63 + 2001: + color: '#D4D4D4D3' + id: MiniTileSteelInnerNw + coordinates: -14,51 + 3222: + color: '#D4D4D4C3' + id: MiniTileSteelLineW + coordinates: -17,38 + 3223: + color: '#D4D4D4C3' + id: MiniTileSteelLineW + coordinates: -17,37 + -1,2: + 686: + color: '#FFFFFFFF' + id: Bot + coordinates: -13,74 + 687: + color: '#FFFFFFFF' + id: Bot + coordinates: -14,74 + 688: + color: '#FFFFFFFF' + id: Bot + coordinates: -22,74 + 689: + color: '#FFFFFFFF' + id: Bot + coordinates: -23,74 + 690: + color: '#FFFFFFFF' + id: Bot + coordinates: -18,72 + 691: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + coordinates: -13,70 + 692: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + coordinates: -14,70 + 693: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + coordinates: -22,70 + 694: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + coordinates: -23,70 + 1816: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,64 + 1817: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,65 + 1818: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -23,66 + 1819: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -23,67 + 1820: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -22,67 + 1821: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,66 + 1822: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,65 + 1823: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -22,64 + 1968: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNw + coordinates: -14,67 + 1969: + color: '#D4D4D4D3' + id: MiniTileSteelCornerNe + coordinates: -13,67 + 1970: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,66 + 1971: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,65 + 1972: + color: '#D4D4D4D3' + id: MiniTileSteelLineE + coordinates: -13,64 + 1998: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,64 + 1999: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,65 + 2000: + color: '#D4D4D4D3' + id: MiniTileSteelLineW + coordinates: -14,66 + 1,1: + 696: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 48,49 + 697: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 47,49 + 698: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 46,49 + 699: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 45,49 + 700: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 49,47 + 701: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 48,47 + 702: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 46,47 + 703: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 45,47 + 704: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 49,45 + 705: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 48,45 + 706: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 46,45 + 707: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + coordinates: 45,45 + 708: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 48,48 + 709: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 47,48 + 710: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 46,48 + 711: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 45,48 + 712: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 48,50 + 713: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 47,50 + 714: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 48,46 + 715: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 47,46 + 716: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 46,46 + 717: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 46,44 + 718: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + coordinates: 45,44 + -2,-4: + 739: + color: '#FFFFFFFF' + id: Bot + coordinates: -36,-101 + -3,-2: + 741: + color: '#FFFFFFFF' + id: Bot + coordinates: -70,-40 + 742: + color: '#FFFFFFFF' + id: Bot + coordinates: -73,-35 + 744: + color: '#FFFFFFFF' + id: Bot + coordinates: -66,-44 + -3,-1: + 743: + color: '#FFFFFFFF' + id: Bot + coordinates: -77,-26 + 2877: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + coordinates: -71,-27 + 2878: + color: '#EFB34196' + id: MiniTileWhiteCornerNw + coordinates: -75,-24 + 2879: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + coordinates: -71,-24 + 2880: + color: '#EFB34196' + id: MiniTileWhiteCornerSw + coordinates: -75,-27 + 2881: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -72,-24 + 2882: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -73,-24 + 2883: + color: '#EFB34196' + id: MiniTileWhiteLineN + coordinates: -74,-24 + 2884: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -72,-27 + 2885: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -73,-27 + 2886: + color: '#EFB34196' + id: MiniTileWhiteLineS + coordinates: -74,-27 + 2887: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -71,-25 + 2888: + color: '#EFB34196' + id: MiniTileWhiteLineE + coordinates: -71,-26 + 2889: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -75,-25 + 2890: + color: '#EFB34196' + id: MiniTileWhiteLineW + coordinates: -75,-26 + 0,-3: + 798: + color: '#FFFFFFFF' + id: MiniTileWhiteCornerSw + coordinates: 2,-66 + 799: + color: '#FFFFFFFF' + id: MiniTileWhiteCornerSe + coordinates: 4,-66 + 802: + color: '#FFFFFFFF' + id: MiniTileWhiteLineS + coordinates: 3,-66 + 803: + color: '#FFFFFFFF' + id: MiniTileWhiteLineE + coordinates: 4,-65 + 804: + color: '#FFFFFFFF' + id: MiniTileWhiteLineW + coordinates: 2,-65 + 950: + color: '#52B4E9CD' + id: MiniTileWhiteCornerSe + coordinates: 0,-68 + 953: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 0,-65 + 954: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 0,-66 + 955: + color: '#52B4E9CD' + id: MiniTileWhiteLineE + coordinates: 0,-67 + type: DecalGrid + - tiles: + -16,-9: 0 + -16,-8: 0 + -16,-7: 0 + -16,-6: 0 + -16,-5: 0 + -16,-4: 0 + -16,-3: 0 + -16,-2: 0 + -16,-1: 0 + -15,-9: 0 + -15,-8: 0 + -15,-7: 0 + -15,-6: 0 + -15,-5: 0 + -15,-4: 0 + -15,-3: 0 + -15,-2: 0 + -15,-1: 0 + -14,-9: 0 + -14,-8: 0 + -14,-7: 0 + -14,-6: 0 + -14,-5: 0 + -14,-4: 0 + -14,-3: 0 + -14,-2: 0 + -14,-1: 0 + -13,-9: 0 + -13,-8: 0 + -13,-7: 0 + -13,-6: 0 + -13,-5: 0 + -13,-4: 0 + -13,-3: 0 + -13,-2: 0 + -13,-1: 0 + -12,-9: 0 + -12,-8: 0 + -12,-7: 0 + -12,-6: 0 + -12,-5: 0 + -12,-4: 0 + -12,-3: 0 + -12,-2: 0 + -12,-1: 0 + -11,-9: 0 + -11,-8: 0 + -11,-7: 0 + -11,-6: 0 + -11,-5: 0 + -11,-4: 0 + -11,-3: 0 + -11,-2: 0 + -11,-1: 0 + -10,-9: 0 + -10,-8: 0 + -10,-7: 0 + -10,-6: 0 + -10,-5: 0 + -10,-4: 0 + -10,-3: 0 + -10,-2: 0 + -10,-1: 0 + -9,-9: 0 + -9,-8: 0 + -9,-7: 0 + -9,-6: 0 + -9,-5: 0 + -9,-4: 0 + -9,-3: 0 + -9,-2: 0 + -9,-1: 0 + -8,-9: 0 + -8,-8: 0 + -8,-7: 0 + -8,-6: 0 + -8,-5: 0 + -8,-4: 0 + -8,-3: 0 + -8,-2: 0 + -8,-1: 0 + -7,-9: 0 + -7,-8: 0 + -7,-7: 0 + -7,-6: 0 + -7,-5: 0 + -7,-4: 0 + -7,-3: 0 + -7,-2: 0 + -7,-1: 0 + -6,-9: 0 + -6,-8: 0 + -6,-7: 0 + -6,-6: 0 + -6,-5: 0 + -6,-4: 0 + -6,-3: 0 + -6,-2: 0 + -6,-1: 0 + -5,-9: 0 + -5,-8: 0 + -5,-7: 0 + -5,-6: 0 + -5,-5: 0 + -5,-4: 0 + -5,-3: 0 + -5,-2: 0 + -5,-1: 0 + -4,-9: 0 + -4,-8: 0 + -4,-7: 0 + -4,-6: 0 + -4,-5: 0 + -4,-4: 0 + -4,-3: 0 + -4,-2: 0 + -4,-1: 0 + -3,-9: 0 + -3,-8: 0 + -3,-7: 0 + -3,-6: 0 + -3,-5: 0 + -3,-4: 0 + -3,-3: 0 + -3,-2: 0 + -3,-1: 0 + -2,-9: 0 + -2,-8: 0 + -2,-7: 0 + -2,-6: 0 + -2,-5: 0 + -2,-4: 0 + -2,-3: 0 + -2,-2: 0 + -2,-1: 0 + -1,-9: 0 + -1,-8: 0 + -1,-7: 0 + -1,-6: 0 + -1,-5: 0 + -1,-4: 0 + -1,-3: 0 + -1,-2: 0 + -1,-1: 0 + 0,-9: 0 + 0,-8: 0 + 0,-7: 0 + 0,-6: 0 + 0,-5: 0 + 0,-4: 0 + 0,-3: 0 + 0,-2: 0 + 0,-1: 0 + 1,-9: 0 + 1,-8: 0 + 1,-7: 0 + 1,-6: 0 + 1,-5: 0 + 1,-4: 0 + 1,-3: 0 + 1,-2: 0 + 1,-1: 0 + 2,-9: 0 + 2,-8: 0 + 2,-7: 0 + 2,-6: 0 + 2,-5: 0 + 2,-4: 0 + 2,-3: 0 + 2,-2: 0 + 2,-1: 0 + 3,-9: 0 + 3,-8: 0 + 3,-7: 0 + 3,-6: 0 + 3,-5: 0 + 3,-4: 0 + 3,-3: 0 + 3,-2: 0 + 3,-1: 0 + 4,-9: 0 + 4,-8: 0 + 4,-7: 0 + 4,-6: 0 + 4,-5: 0 + 4,-4: 0 + 4,-3: 0 + 4,-2: 0 + 4,-1: 0 + 5,-9: 0 + 5,-8: 0 + 5,-7: 0 + 5,-6: 0 + 5,-5: 0 + 5,-4: 0 + 5,-3: 0 + 5,-2: 0 + 5,-1: 0 + 6,-9: 0 + 6,-8: 0 + 6,-7: 0 + 6,-6: 0 + 6,-5: 0 + 6,-4: 0 + 6,-3: 0 + 6,-2: 0 + 6,-1: 0 + 7,-9: 0 + 7,-8: 0 + 7,-7: 0 + 7,-6: 0 + 7,-5: 0 + 7,-4: 0 + 7,-3: 0 + 7,-2: 0 + 7,-1: 0 + 8,-9: 0 + 8,-8: 0 + 8,-7: 0 + 8,-6: 0 + 8,-5: 0 + 8,-4: 0 + 8,-3: 0 + 8,-2: 0 + 8,-1: 0 + 9,-9: 0 + 9,-8: 0 + 9,-7: 0 + 9,-6: 0 + 9,-5: 0 + 9,-4: 0 + 9,-3: 0 + 9,-2: 0 + 9,-1: 0 + 10,-9: 0 + 10,-8: 0 + 10,-7: 0 + 10,-6: 0 + 10,-5: 0 + 10,-4: 0 + 10,-3: 0 + 10,-2: 0 + 10,-1: 0 + 11,-9: 0 + 11,-8: 0 + 11,-7: 0 + 11,-6: 0 + 11,-5: 0 + 11,-4: 0 + 11,-3: 0 + 11,-2: 0 + 11,-1: 0 + 12,-9: 0 + 12,-8: 0 + 12,-7: 0 + 12,-6: 0 + 12,-5: 0 + 12,-4: 0 + 12,-3: 0 + 12,-2: 0 + 12,-1: 0 + 13,-9: 0 + 13,-8: 0 + 13,-7: 0 + 13,-6: 0 + 13,-5: 0 + 13,-4: 0 + 13,-3: 0 + 13,-2: 0 + 13,-1: 0 + 14,-9: 0 + 14,-8: 0 + 14,-7: 0 + 14,-6: 0 + 14,-5: 0 + 14,-4: 0 + 14,-3: 0 + 14,-2: 0 + 14,-1: 0 + 15,-9: 0 + 15,-8: 0 + 15,-7: 0 + 15,-6: 0 + 15,-5: 0 + 15,-4: 0 + 15,-3: 0 + 15,-2: 0 + 15,-1: 0 + -16,0: 0 + -16,1: 0 + -16,2: 0 + -16,3: 0 + -16,4: 0 + -16,5: 0 + -16,6: 0 + -16,7: 0 + -16,8: 0 + -16,9: 0 + -16,10: 0 + -15,0: 0 + -15,1: 0 + -15,2: 0 + -15,3: 0 + -15,4: 0 + -15,5: 0 + -15,6: 0 + -15,7: 0 + -15,8: 0 + -15,9: 0 + -15,10: 0 + -14,0: 0 + -14,1: 0 + -14,2: 0 + -14,3: 0 + -14,4: 0 + -14,5: 0 + -14,6: 0 + -14,7: 0 + -14,8: 0 + -14,9: 0 + -14,10: 0 + -13,0: 0 + -13,1: 0 + -13,2: 0 + -13,3: 0 + -13,4: 0 + -13,5: 0 + -13,6: 0 + -13,7: 0 + -13,8: 0 + -13,9: 0 + -13,10: 0 + -12,0: 0 + -12,1: 0 + -12,2: 0 + -12,3: 0 + -12,4: 0 + -12,5: 0 + -12,6: 0 + -12,7: 0 + -12,8: 0 + -12,9: 0 + -12,10: 0 + -11,0: 0 + -11,1: 0 + -11,2: 0 + -11,3: 0 + -11,4: 0 + -11,5: 0 + -11,6: 0 + -11,7: 0 + -11,8: 0 + -11,9: 0 + -11,10: 0 + -10,0: 0 + -10,1: 0 + -10,2: 0 + -10,3: 0 + -10,4: 0 + -10,5: 0 + -10,6: 0 + -10,7: 0 + -10,8: 0 + -10,9: 0 + -10,10: 0 + -9,0: 0 + -9,1: 0 + -9,2: 0 + -9,3: 0 + -9,4: 0 + -9,5: 0 + -9,6: 0 + -9,7: 0 + -9,8: 0 + -9,9: 0 + -9,10: 0 + -8,0: 0 + -8,1: 0 + -8,2: 0 + -8,3: 0 + -8,4: 0 + -8,5: 0 + -8,6: 0 + -8,7: 0 + -8,8: 0 + -8,9: 0 + -8,10: 0 + -7,0: 0 + -7,1: 0 + -7,2: 0 + -7,3: 0 + -7,4: 0 + -7,5: 0 + -7,6: 0 + -7,7: 0 + -7,8: 0 + -7,9: 0 + -7,10: 0 + -6,0: 0 + -6,1: 0 + -6,2: 0 + -6,3: 0 + -6,4: 0 + -6,5: 0 + -6,6: 0 + -6,7: 0 + -6,8: 0 + -6,9: 0 + -6,10: 0 + -5,0: 0 + -5,1: 0 + -5,2: 0 + -5,3: 0 + -5,4: 0 + -5,5: 0 + -5,6: 0 + -5,7: 0 + -5,8: 0 + -5,9: 0 + -5,10: 1 + -4,0: 0 + -4,1: 0 + -4,2: 0 + -4,3: 0 + -4,4: 0 + -4,5: 0 + -4,6: 0 + -4,7: 0 + -4,8: 0 + -4,9: 0 + -4,10: 0 + -3,0: 0 + -3,1: 0 + -3,2: 0 + -3,3: 0 + -3,4: 0 + -3,5: 0 + -3,6: 0 + -3,7: 0 + -3,8: 0 + -3,9: 0 + -3,10: 0 + -2,0: 0 + -2,1: 0 + -2,2: 0 + -2,3: 0 + -2,4: 0 + -2,5: 0 + -2,6: 0 + -2,7: 0 + -2,8: 0 + -2,9: 0 + -2,10: 0 + -1,0: 0 + -1,1: 0 + -1,2: 0 + -1,3: 0 + -1,4: 0 + -1,5: 0 + -1,6: 0 + -1,7: 0 + -1,8: 1 + -1,9: 0 + -1,10: 2 + 0,0: 0 + 0,1: 0 + 0,2: 0 + 0,3: 0 + 0,4: 0 + 0,5: 0 + 0,6: 0 + 0,7: 0 + 0,8: 0 + 0,9: 0 + 0,10: 2 + 1,0: 0 + 1,1: 0 + 1,2: 0 + 1,3: 0 + 1,4: 0 + 1,5: 0 + 1,6: 0 + 1,7: 0 + 1,8: 0 + 1,9: 0 + 1,10: 2 + 2,0: 0 + 2,1: 0 + 2,2: 0 + 2,3: 0 + 2,4: 0 + 2,5: 0 + 2,6: 0 + 2,7: 0 + 2,8: 0 + 2,9: 0 + 2,10: 2 + 3,0: 0 + 3,1: 0 + 3,2: 0 + 3,3: 0 + 3,4: 0 + 3,5: 0 + 3,6: 0 + 3,7: 0 + 3,8: 0 + 3,9: 0 + 3,10: 0 + 4,0: 0 + 4,1: 0 + 4,2: 0 + 4,3: 0 + 4,4: 0 + 4,5: 0 + 4,6: 0 + 4,7: 0 + 4,8: 0 + 4,9: 0 + 4,10: 0 + 5,0: 0 + 5,1: 0 + 5,2: 0 + 5,3: 0 + 5,4: 0 + 5,5: 0 + 5,6: 0 + 5,7: 0 + 5,8: 0 + 5,9: 0 + 5,10: 0 + 6,0: 0 + 6,1: 0 + 6,2: 0 + 6,3: 0 + 6,4: 0 + 6,5: 0 + 6,6: 0 + 6,7: 0 + 6,8: 0 + 6,9: 0 + 6,10: 1 + 7,0: 0 + 7,1: 0 + 7,2: 0 + 7,3: 0 + 7,4: 0 + 7,5: 0 + 7,6: 0 + 7,7: 0 + 7,8: 0 + 7,9: 0 + 7,10: 0 + 8,0: 0 + 8,1: 0 + 8,2: 0 + 8,3: 0 + 8,4: 0 + 8,5: 0 + 8,6: 0 + 8,7: 0 + 8,8: 0 + 8,9: 0 + 8,10: 0 + 9,0: 0 + 9,1: 0 + 9,2: 0 + 9,3: 0 + 9,4: 0 + 9,5: 0 + 9,6: 0 + 9,7: 0 + 9,8: 0 + 9,9: 0 + 9,10: 0 + 10,0: 0 + 10,1: 0 + 10,2: 0 + 10,3: 0 + 10,4: 0 + 10,5: 0 + 10,6: 0 + 10,7: 0 + 10,8: 0 + 10,9: 0 + 10,10: 0 + 11,0: 0 + 11,1: 0 + 11,2: 0 + 11,3: 0 + 11,4: 0 + 11,5: 0 + 11,6: 0 + 11,7: 0 + 11,8: 0 + 11,9: 0 + 11,10: 0 + 12,0: 0 + 12,1: 0 + 12,2: 0 + 12,3: 0 + 12,4: 0 + 12,5: 0 + 12,6: 0 + 12,7: 0 + 12,8: 0 + 12,9: 0 + 12,10: 0 + 13,0: 0 + 13,1: 0 + 13,2: 0 + 13,3: 0 + 13,4: 0 + 13,5: 0 + 13,6: 0 + 13,7: 0 + 13,8: 0 + 13,9: 0 + 13,10: 0 + 14,0: 0 + 14,1: 0 + 14,2: 0 + 14,3: 0 + 14,4: 0 + 14,5: 0 + 14,6: 0 + 14,7: 0 + 14,8: 0 + 14,9: 0 + 14,10: 0 + 15,0: 0 + 15,1: 0 + 15,2: 0 + 15,3: 0 + 15,4: 0 + 15,5: 0 + 15,6: 0 + 15,7: 0 + 15,8: 0 + 15,9: 0 + 15,10: 0 + -29,-9: 0 + -29,-8: 0 + -29,-7: 0 + -29,-6: 0 + -29,-5: 0 + -29,-4: 0 + -29,-3: 0 + -29,-2: 0 + -29,-1: 0 + -28,-9: 0 + -28,-8: 0 + -28,-7: 0 + -28,-6: 0 + -28,-5: 0 + -28,-4: 0 + -28,-3: 0 + -28,-2: 0 + -28,-1: 0 + -27,-9: 0 + -27,-8: 0 + -27,-7: 0 + -27,-6: 0 + -27,-5: 0 + -27,-4: 0 + -27,-3: 0 + -27,-2: 0 + -27,-1: 0 + -26,-9: 0 + -26,-8: 0 + -26,-7: 0 + -26,-6: 0 + -26,-5: 0 + -26,-4: 0 + -26,-3: 0 + -26,-2: 0 + -26,-1: 0 + -25,-9: 0 + -25,-8: 0 + -25,-7: 0 + -25,-6: 0 + -25,-5: 0 + -25,-4: 0 + -25,-3: 0 + -25,-2: 0 + -25,-1: 0 + -24,-9: 0 + -24,-8: 0 + -24,-7: 1 + -24,-6: 0 + -24,-5: 0 + -24,-4: 0 + -24,-3: 0 + -24,-2: 0 + -24,-1: 0 + -23,-9: 0 + -23,-8: 0 + -23,-7: 1 + -23,-6: 0 + -23,-5: 0 + -23,-4: 0 + -23,-3: 0 + -23,-2: 0 + -23,-1: 0 + -22,-9: 0 + -22,-8: 0 + -22,-7: 0 + -22,-6: 0 + -22,-5: 0 + -22,-4: 0 + -22,-3: 0 + -22,-2: 0 + -22,-1: 0 + -21,-9: 0 + -21,-8: 0 + -21,-7: 0 + -21,-6: 0 + -21,-5: 0 + -21,-4: 0 + -21,-3: 0 + -21,-2: 0 + -21,-1: 0 + -20,-9: 0 + -20,-8: 0 + -20,-7: 0 + -20,-6: 0 + -20,-5: 0 + -20,-4: 0 + -20,-3: 0 + -20,-2: 0 + -20,-1: 0 + -19,-9: 0 + -19,-8: 0 + -19,-7: 0 + -19,-6: 0 + -19,-5: 0 + -19,-4: 0 + -19,-3: 0 + -19,-2: 0 + -19,-1: 0 + -18,-9: 0 + -18,-8: 0 + -18,-7: 0 + -18,-6: 0 + -18,-5: 0 + -18,-4: 0 + -18,-3: 0 + -18,-2: 0 + -18,-1: 0 + -17,-9: 0 + -17,-8: 0 + -17,-7: 0 + -17,-6: 0 + -17,-5: 0 + -17,-4: 0 + -17,-3: 0 + -17,-2: 0 + -17,-1: 0 + -29,0: 0 + -29,1: 0 + -29,2: 0 + -29,3: 0 + -29,4: 0 + -29,5: 0 + -29,6: 0 + -29,7: 0 + -29,8: 2 + -29,9: 0 + -29,10: 0 + -28,0: 0 + -28,1: 0 + -28,2: 0 + -28,3: 0 + -28,4: 0 + -28,5: 0 + -28,6: 0 + -28,7: 0 + -28,8: 0 + -28,9: 0 + -28,10: 0 + -27,0: 0 + -27,1: 0 + -27,2: 0 + -27,3: 0 + -27,4: 0 + -27,5: 0 + -27,6: 0 + -27,7: 0 + -27,8: 0 + -27,9: 0 + -27,10: 0 + -26,0: 0 + -26,1: 0 + -26,2: 0 + -26,3: 0 + -26,4: 0 + -26,5: 0 + -26,6: 0 + -26,7: 0 + -26,8: 0 + -26,9: 0 + -26,10: 0 + -25,0: 0 + -25,1: 0 + -25,2: 0 + -25,3: 0 + -25,4: 0 + -25,5: 0 + -25,6: 0 + -25,7: 0 + -25,8: 0 + -25,9: 0 + -25,10: 0 + -24,0: 0 + -24,1: 0 + -24,2: 0 + -24,3: 0 + -24,4: 0 + -24,5: 0 + -24,6: 0 + -24,7: 0 + -24,8: 0 + -24,9: 0 + -24,10: 0 + -23,0: 0 + -23,1: 0 + -23,2: 0 + -23,3: 0 + -23,4: 0 + -23,5: 0 + -23,6: 0 + -23,7: 0 + -23,8: 0 + -23,9: 0 + -23,10: 0 + -22,0: 0 + -22,1: 0 + -22,2: 0 + -22,3: 0 + -22,4: 0 + -22,5: 0 + -22,6: 0 + -22,7: 0 + -22,8: 0 + -22,9: 0 + -22,10: 0 + -21,0: 0 + -21,1: 0 + -21,2: 0 + -21,3: 0 + -21,4: 0 + -21,5: 0 + -21,6: 0 + -21,7: 0 + -21,8: 0 + -21,9: 0 + -21,10: 0 + -20,0: 0 + -20,1: 0 + -20,2: 0 + -20,3: 0 + -20,4: 0 + -20,5: 0 + -20,6: 0 + -20,7: 0 + -20,8: 0 + -20,9: 0 + -20,10: 0 + -19,0: 0 + -19,1: 0 + -19,2: 0 + -19,3: 0 + -19,4: 0 + -19,5: 0 + -19,6: 0 + -19,7: 0 + -19,8: 0 + -19,9: 0 + -19,10: 0 + -18,0: 0 + -18,1: 0 + -18,2: 0 + -18,3: 0 + -18,4: 0 + -18,5: 0 + -18,6: 0 + -18,7: 0 + -18,8: 0 + -18,9: 0 + -18,10: 0 + -17,0: 0 + -17,1: 0 + -17,2: 0 + -17,3: 0 + -17,4: 0 + -17,5: 0 + -17,6: 0 + -17,7: 0 + -17,8: 0 + -17,9: 0 + -17,10: 0 + 16,-9: 0 + 16,-8: 0 + 16,-7: 1 + 16,-6: 1 + 16,-5: 0 + 16,-4: 0 + 16,-3: 0 + 16,-2: 0 + 16,-1: 0 + 17,-9: 0 + 17,-8: 0 + 17,-7: 0 + 17,-6: 0 + 17,-5: 0 + 17,-4: 0 + 17,-3: 0 + 17,-2: 0 + 17,-1: 0 + 18,-9: 0 + 18,-8: 0 + 18,-7: 0 + 18,-6: 0 + 18,-5: 0 + 18,-4: 0 + 18,-3: 0 + 18,-2: 0 + 18,-1: 0 + 19,-9: 0 + 19,-8: 0 + 19,-7: 0 + 19,-6: 0 + 19,-5: 0 + 19,-4: 0 + 19,-3: 0 + 19,-2: 0 + 19,-1: 0 + 20,-9: 0 + 20,-8: 0 + 20,-7: 0 + 20,-6: 0 + 20,-5: 0 + 20,-4: 0 + 20,-3: 0 + 20,-2: 0 + 20,-1: 0 + 21,-9: 0 + 21,-8: 0 + 21,-7: 0 + 21,-6: 0 + 21,-5: 0 + 21,-4: 0 + 21,-3: 0 + 21,-2: 0 + 21,-1: 0 + 16,0: 0 + 16,1: 0 + 16,2: 0 + 16,3: 0 + 16,4: 0 + 16,5: 0 + 16,6: 0 + 16,7: 0 + 16,8: 0 + 16,9: 0 + 16,10: 0 + 17,0: 0 + 17,1: 0 + 17,2: 0 + 17,3: 0 + 17,4: 0 + 17,5: 0 + 17,6: 0 + 17,7: 0 + 17,8: 0 + 17,9: 0 + 17,10: 0 + 18,0: 0 + 18,1: 0 + 18,2: 0 + 18,3: 0 + 18,4: 0 + 18,5: 0 + 18,6: 0 + 18,7: 0 + 18,8: 0 + 18,9: 0 + 18,10: 0 + 19,0: 0 + 19,1: 0 + 19,2: 0 + 19,3: 0 + 19,4: 0 + 19,5: 0 + 19,6: 0 + 19,7: 0 + 19,8: 0 + 19,9: 0 + 19,10: 0 + 20,0: 0 + 20,1: 0 + 20,2: 0 + 20,3: 0 + 20,4: 0 + 20,5: 0 + 20,6: 0 + 20,7: 0 + 20,8: 0 + 20,9: 0 + 20,10: 0 + 21,0: 0 + 21,1: 0 + 21,2: 0 + 21,3: 0 + 21,4: 0 + 21,5: 0 + 21,6: 0 + 21,7: 0 + 21,8: 0 + 21,9: 0 + 21,10: 0 + -16,-16: 0 + -16,-15: 0 + -16,-14: 0 + -16,-13: 0 + -16,-12: 0 + -16,-11: 0 + -16,-10: 0 + -15,-16: 0 + -15,-15: 0 + -15,-14: 0 + -15,-13: 0 + -15,-12: 0 + -15,-11: 0 + -15,-10: 0 + -14,-16: 0 + -14,-15: 0 + -14,-14: 0 + -14,-13: 0 + -14,-12: 0 + -14,-11: 0 + -14,-10: 0 + -13,-16: 0 + -13,-15: 0 + -13,-14: 0 + -13,-13: 0 + -13,-12: 0 + -13,-11: 0 + -13,-10: 0 + -12,-16: 0 + -12,-15: 0 + -12,-14: 0 + -12,-13: 0 + -12,-12: 0 + -12,-11: 0 + -12,-10: 0 + -11,-16: 1 + -11,-15: 0 + -11,-14: 0 + -11,-13: 0 + -11,-12: 0 + -11,-11: 0 + -11,-10: 0 + -10,-16: 0 + -10,-15: 0 + -10,-14: 0 + -10,-13: 0 + -10,-12: 0 + -10,-11: 0 + -10,-10: 0 + -9,-16: 0 + -9,-15: 0 + -9,-14: 0 + -9,-13: 0 + -9,-12: 0 + -9,-11: 0 + -9,-10: 0 + -8,-16: 0 + -8,-15: 0 + -8,-14: 0 + -8,-13: 0 + -8,-12: 0 + -8,-11: 0 + -8,-10: 0 + -7,-16: 0 + -7,-15: 0 + -7,-14: 0 + -7,-13: 0 + -7,-12: 0 + -7,-11: 0 + -7,-10: 0 + -6,-16: 0 + -6,-15: 0 + -6,-14: 0 + -6,-13: 0 + -6,-12: 0 + -6,-11: 0 + -6,-10: 0 + -5,-16: 0 + -5,-15: 0 + -5,-14: 0 + -5,-13: 0 + -5,-12: 0 + -5,-11: 0 + -5,-10: 0 + -4,-16: 0 + -4,-15: 0 + -4,-14: 0 + -4,-13: 0 + -4,-12: 0 + -4,-11: 0 + -4,-10: 0 + -3,-16: 0 + -3,-15: 0 + -3,-14: 0 + -3,-13: 1 + -3,-12: 1 + -3,-11: 0 + -3,-10: 0 + -2,-16: 0 + -2,-15: 0 + -2,-14: 0 + -2,-13: 0 + -2,-12: 0 + -2,-11: 0 + -2,-10: 0 + -1,-16: 0 + -1,-15: 0 + -1,-14: 0 + -1,-13: 0 + -1,-12: 0 + -1,-11: 0 + -1,-10: 0 + 0,-16: 0 + 0,-15: 0 + 0,-14: 0 + 0,-13: 0 + 0,-12: 0 + 0,-11: 0 + 0,-10: 0 + 1,-16: 0 + 1,-15: 0 + 1,-14: 0 + 1,-13: 0 + 1,-12: 0 + 1,-11: 0 + 1,-10: 0 + 2,-16: 0 + 2,-15: 0 + 2,-14: 0 + 2,-13: 0 + 2,-12: 0 + 2,-11: 0 + 2,-10: 0 + 3,-16: 0 + 3,-15: 0 + 3,-14: 0 + 3,-13: 0 + 3,-12: 0 + 3,-11: 0 + 3,-10: 0 + 4,-16: 0 + 4,-15: 0 + 4,-14: 0 + 4,-13: 0 + 4,-12: 0 + 4,-11: 0 + 4,-10: 0 + 5,-16: 0 + 5,-15: 0 + 5,-14: 0 + 5,-13: 0 + 5,-12: 0 + 5,-11: 0 + 5,-10: 0 + 6,-16: 0 + 6,-15: 0 + 6,-14: 0 + 6,-13: 0 + 6,-12: 0 + 6,-11: 0 + 6,-10: 1 + 7,-16: 0 + 7,-15: 0 + 7,-14: 0 + 7,-13: 0 + 7,-12: 0 + 7,-11: 0 + 7,-10: 0 + 8,-16: 0 + 8,-15: 0 + 8,-14: 0 + 8,-13: 0 + 8,-12: 0 + 8,-11: 0 + 8,-10: 0 + 9,-16: 0 + 9,-15: 0 + 9,-14: 0 + 9,-13: 0 + 9,-12: 0 + 9,-11: 0 + 9,-10: 0 + 10,-16: 0 + 10,-15: 0 + 10,-14: 0 + 10,-13: 0 + 10,-12: 0 + 10,-11: 0 + 10,-10: 0 + 11,-16: 0 + 11,-15: 0 + 11,-14: 0 + 11,-13: 0 + 11,-12: 0 + 11,-11: 0 + 11,-10: 0 + 12,-16: 0 + 12,-15: 0 + 12,-14: 0 + 12,-13: 0 + 12,-12: 0 + 12,-11: 0 + 12,-10: 0 + 13,-16: 0 + 13,-15: 0 + 13,-14: 0 + 13,-13: 0 + 13,-12: 0 + 13,-11: 0 + 13,-10: 0 + 14,-16: 0 + 14,-15: 0 + 14,-14: 0 + 14,-13: 0 + 14,-12: 0 + 14,-11: 0 + 14,-10: 0 + 15,-16: 0 + 15,-15: 0 + 15,-14: 0 + 15,-13: 0 + 15,-12: 0 + 15,-11: 0 + 15,-10: 0 + -16,11: 0 + -16,12: 0 + -16,13: 0 + -16,14: 0 + -16,15: 0 + -15,11: 0 + -15,12: 0 + -15,13: 0 + -15,14: 0 + -15,15: 0 + -14,11: 0 + -14,12: 0 + -14,13: 0 + -14,14: 0 + -14,15: 0 + -13,11: 0 + -13,12: 0 + -13,13: 0 + -13,14: 0 + -13,15: 0 + -12,11: 0 + -12,12: 0 + -12,13: 0 + -12,14: 0 + -12,15: 0 + -11,11: 0 + -11,12: 0 + -11,13: 0 + -11,14: 0 + -11,15: 0 + -10,11: 0 + -10,12: 0 + -10,13: 0 + -10,14: 0 + -10,15: 0 + -9,11: 0 + -9,12: 0 + -9,13: 0 + -9,14: 0 + -9,15: 0 + -8,11: 0 + -8,12: 0 + -8,13: 0 + -8,14: 0 + -8,15: 0 + -7,11: 0 + -7,12: 0 + -7,13: 0 + -7,14: 0 + -7,15: 0 + -6,11: 0 + -6,12: 0 + -6,13: 0 + -6,14: 0 + -6,15: 0 + -5,11: 1 + -5,12: 1 + -5,13: 0 + -5,14: 0 + -5,15: 0 + -4,11: 0 + -4,12: 0 + -4,13: 0 + -4,14: 0 + -4,15: 0 + -3,11: 0 + -3,12: 0 + -3,13: 0 + -3,14: 0 + -3,15: 0 + -2,11: 0 + -2,12: 0 + -2,13: 0 + -2,14: 0 + -2,15: 0 + -1,11: 2 + -1,12: 2 + -1,13: 0 + -1,14: 0 + -1,15: 0 + 0,11: 2 + 0,12: 2 + 0,13: 3 + 0,14: 0 + 0,15: 0 + 1,11: 2 + 1,12: 4 + 1,13: 0 + 1,14: 0 + 1,15: 0 + 2,11: 2 + 2,12: 2 + 2,13: 0 + 2,14: 1 + 2,15: 0 + 3,11: 0 + 3,12: 0 + 3,13: 0 + 3,14: 0 + 3,15: 0 + 4,11: 0 + 4,12: 0 + 4,13: 0 + 4,14: 0 + 4,15: 0 + 5,11: 0 + 5,12: 0 + 5,13: 0 + 5,14: 0 + 5,15: 0 + 6,11: 0 + 6,12: 0 + 6,13: 0 + 6,14: 0 + 6,15: 0 + 7,11: 0 + 7,12: 0 + 7,13: 0 + 7,14: 0 + 7,15: 0 + 8,11: 0 + 8,12: 0 + 8,13: 0 + 8,14: 0 + 8,15: 0 + 9,11: 0 + 9,12: 0 + 9,13: 0 + 9,14: 0 + 9,15: 0 + 10,11: 0 + 10,12: 0 + 10,13: 0 + 10,14: 0 + 10,15: 0 + 11,11: 0 + 11,12: 0 + 11,13: 0 + 11,14: 0 + 11,15: 0 + 12,11: 0 + 12,12: 0 + 12,13: 0 + 12,14: 0 + 12,15: 0 + 13,11: 0 + 13,12: 0 + 13,13: 0 + 13,14: 0 + 13,15: 0 + 14,11: 0 + 14,12: 0 + 14,13: 0 + 14,14: 0 + 14,15: 0 + 15,11: 0 + 15,12: 0 + 15,13: 0 + 15,14: 0 + 15,15: 0 + -29,-16: 0 + -29,-15: 0 + -29,-14: 0 + -29,-13: 0 + -29,-12: 0 + -29,-11: 0 + -29,-10: 0 + -28,-16: 0 + -28,-15: 0 + -28,-14: 0 + -28,-13: 0 + -28,-12: 0 + -28,-11: 0 + -28,-10: 0 + -27,-16: 0 + -27,-15: 0 + -27,-14: 0 + -27,-13: 0 + -27,-12: 0 + -27,-11: 0 + -27,-10: 0 + -26,-16: 0 + -26,-15: 0 + -26,-14: 0 + -26,-13: 0 + -26,-12: 0 + -26,-11: 0 + -26,-10: 0 + -25,-16: 0 + -25,-15: 0 + -25,-14: 0 + -25,-13: 0 + -25,-12: 0 + -25,-11: 0 + -25,-10: 0 + -24,-16: 0 + -24,-15: 0 + -24,-14: 0 + -24,-13: 0 + -24,-12: 0 + -24,-11: 0 + -24,-10: 0 + -23,-16: 0 + -23,-15: 0 + -23,-14: 0 + -23,-13: 0 + -23,-12: 0 + -23,-11: 0 + -23,-10: 0 + -22,-16: 0 + -22,-15: 0 + -22,-14: 0 + -22,-13: 0 + -22,-12: 0 + -22,-11: 0 + -22,-10: 0 + -21,-16: 0 + -21,-15: 0 + -21,-14: 0 + -21,-13: 0 + -21,-12: 0 + -21,-11: 0 + -21,-10: 0 + -20,-16: 0 + -20,-15: 0 + -20,-14: 0 + -20,-13: 0 + -20,-12: 0 + -20,-11: 0 + -20,-10: 0 + -19,-16: 0 + -19,-15: 0 + -19,-14: 0 + -19,-13: 0 + -19,-12: 0 + -19,-11: 0 + -19,-10: 0 + -18,-16: 0 + -18,-15: 0 + -18,-14: 0 + -18,-13: 0 + -18,-12: 0 + -18,-11: 0 + -18,-10: 0 + -17,-16: 0 + -17,-15: 0 + -17,-14: 0 + -17,-13: 0 + -17,-12: 0 + -17,-11: 0 + -17,-10: 0 + -29,11: 0 + -29,12: 0 + -29,13: 0 + -29,14: 0 + -29,15: 0 + -28,11: 0 + -28,12: 0 + -28,13: 0 + -28,14: 0 + -28,15: 0 + -27,11: 0 + -27,12: 0 + -27,13: 0 + -27,14: 0 + -27,15: 0 + -26,11: 0 + -26,12: 0 + -26,13: 0 + -26,14: 0 + -26,15: 0 + -25,11: 0 + -25,12: 0 + -25,13: 0 + -25,14: 0 + -25,15: 0 + -24,11: 0 + -24,12: 0 + -24,13: 0 + -24,14: 0 + -24,15: 0 + -23,11: 0 + -23,12: 0 + -23,13: 0 + -23,14: 0 + -23,15: 0 + -22,11: 0 + -22,12: 0 + -22,13: 0 + -22,14: 0 + -22,15: 0 + -21,11: 0 + -21,12: 0 + -21,13: 0 + -21,14: 0 + -21,15: 0 + -20,11: 0 + -20,12: 0 + -20,13: 0 + -20,14: 0 + -20,15: 0 + -19,11: 0 + -19,12: 0 + -19,13: 0 + -19,14: 0 + -19,15: 0 + -18,11: 0 + -18,12: 0 + -18,13: 0 + -18,14: 0 + -18,15: 0 + -17,11: 0 + -17,12: 0 + -17,13: 0 + -17,14: 0 + -17,15: 0 + 16,-16: 0 + 16,-15: 0 + 16,-14: 0 + 16,-13: 0 + 16,-12: 0 + 16,-11: 0 + 16,-10: 0 + 17,-16: 0 + 17,-15: 0 + 17,-14: 0 + 17,-13: 0 + 17,-12: 0 + 17,-11: 1 + 17,-10: 0 + 18,-16: 0 + 18,-15: 0 + 18,-14: 0 + 18,-13: 0 + 18,-12: 0 + 18,-11: 0 + 18,-10: 0 + 19,-16: 0 + 19,-15: 0 + 19,-14: 0 + 19,-13: 0 + 19,-12: 0 + 19,-11: 0 + 19,-10: 0 + 20,-16: 0 + 20,-15: 0 + 20,-14: 0 + 20,-13: 0 + 20,-12: 0 + 20,-11: 0 + 20,-10: 0 + 21,-16: 0 + 21,-15: 0 + 21,-14: 0 + 21,-13: 0 + 21,-12: 0 + 21,-11: 0 + 21,-10: 0 + 22,-16: 0 + 22,-15: 0 + 22,-14: 0 + 22,-13: 0 + 22,-12: 0 + 22,-11: 0 + 22,-10: 0 + 22,-9: 1 + 22,-8: 0 + 22,-7: 0 + 22,-6: 0 + 22,-5: 0 + 22,-4: 0 + 22,-2: 0 + 22,-1: 0 + 23,-16: 0 + 23,-15: 0 + 23,-14: 0 + 23,-13: 0 + 23,-12: 0 + 23,-11: 0 + 23,-10: 0 + 23,-9: 0 + 23,-8: 0 + 23,-7: 0 + 23,-6: 0 + 23,-5: 0 + 23,-4: 0 + 23,-2: 0 + 23,-1: 0 + 24,-16: 0 + 24,-15: 0 + 24,-14: 0 + 24,-13: 0 + 24,-12: 0 + 24,-11: 0 + 24,-10: 0 + 24,-9: 0 + 24,-8: 0 + 24,-7: 0 + 24,-6: 0 + 24,-5: 0 + 24,-4: 0 + 24,-3: 0 + 24,-2: 0 + 24,-1: 0 + 25,-16: 0 + 25,-15: 0 + 25,-14: 0 + 25,-13: 0 + 25,-12: 0 + 25,-11: 0 + 25,-10: 0 + 25,-9: 0 + 25,-8: 0 + 25,-7: 0 + 25,-6: 0 + 25,-5: 0 + 25,-4: 0 + 25,-2: 0 + 25,-1: 0 + 26,-16: 0 + 26,-15: 0 + 26,-14: 0 + 26,-13: 0 + 26,-12: 0 + 26,-11: 0 + 26,-10: 0 + 26,-9: 0 + 26,-8: 0 + 26,-7: 0 + 26,-6: 0 + 26,-5: 0 + 26,-4: 0 + 26,-2: 0 + 26,-1: 0 + 27,-16: 0 + 27,-15: 0 + 27,-14: 0 + 27,-13: 0 + 27,-12: 0 + 27,-11: 0 + 27,-10: 0 + 27,-9: 0 + 27,-8: 0 + 27,-7: 0 + 27,-6: 0 + 27,-5: 0 + 27,-4: 0 + 27,-2: 0 + 27,-1: 0 + 28,-16: 0 + 28,-15: 0 + 28,-14: 0 + 28,-13: 0 + 28,-12: 0 + 28,-11: 0 + 28,-10: 0 + 28,-9: 0 + 28,-8: 0 + 28,-7: 0 + 28,-6: 0 + 28,-5: 0 + 28,-4: 0 + 28,-2: 0 + 28,-1: 0 + 29,-16: 0 + 29,-15: 0 + 29,-14: 0 + 29,-13: 0 + 29,-12: 0 + 29,-11: 0 + 29,-10: 0 + 29,-9: 0 + 29,-8: 0 + 29,-7: 0 + 29,-6: 0 + 29,-5: 0 + 29,-4: 0 + 29,-3: 0 + 29,-2: 0 + 29,-1: 0 + 30,-16: 0 + 30,-15: 0 + 30,-14: 0 + 30,-13: 0 + 30,-12: 0 + 30,-11: 0 + 30,-10: 0 + 30,-9: 0 + 30,-8: 0 + 30,-7: 0 + 30,-6: 0 + 30,-5: 0 + 30,-4: 0 + 30,-3: 0 + 30,-2: 0 + 30,-1: 0 + 31,-9: 0 + 31,-8: 0 + 31,-7: 0 + 31,-6: 0 + 31,-5: 0 + 31,-4: 0 + 31,-3: 0 + 31,-2: 0 + 31,-1: 0 + 16,11: 0 + 16,12: 0 + 16,13: 0 + 16,14: 0 + 16,15: 0 + 17,11: 0 + 17,12: 0 + 17,13: 0 + 17,14: 0 + 17,15: 0 + 18,11: 0 + 18,12: 0 + 18,13: 0 + 18,14: 0 + 18,15: 0 + 19,11: 0 + 19,12: 0 + 19,13: 0 + 19,14: 0 + 19,15: 0 + 20,11: 0 + 20,12: 0 + 20,13: 0 + 20,14: 0 + 20,15: 0 + 21,11: 0 + 21,12: 0 + 21,13: 0 + 21,14: 0 + 21,15: 0 + 22,0: 0 + 22,1: 0 + 22,2: 0 + 22,3: 0 + 22,5: 0 + 22,6: 0 + 22,7: 0 + 22,8: 0 + 22,9: 0 + 22,10: 0 + 22,11: 0 + 22,12: 1 + 22,13: 0 + 22,14: 0 + 22,15: 0 + 23,0: 0 + 23,1: 0 + 23,2: 0 + 23,3: 0 + 23,5: 0 + 23,6: 0 + 23,7: 0 + 23,8: 0 + 23,9: 0 + 23,10: 0 + 23,11: 0 + 23,12: 0 + 23,13: 0 + 23,14: 0 + 23,15: 0 + 24,0: 0 + 24,1: 0 + 24,2: 0 + 24,3: 0 + 24,4: 0 + 24,5: 0 + 24,6: 0 + 24,7: 0 + 24,8: 0 + 24,9: 0 + 24,10: 0 + 24,11: 0 + 24,12: 0 + 24,13: 0 + 24,14: 0 + 24,15: 0 + 25,0: 0 + 25,1: 0 + 25,2: 0 + 25,3: 0 + 25,5: 0 + 25,6: 0 + 25,7: 0 + 25,8: 0 + 25,9: 0 + 25,10: 0 + 25,11: 0 + 25,12: 0 + 25,13: 0 + 25,14: 0 + 25,15: 0 + 26,0: 0 + 26,1: 0 + 26,2: 0 + 26,3: 0 + 26,5: 0 + 26,6: 0 + 26,7: 0 + 26,8: 0 + 26,9: 0 + 26,10: 0 + 26,11: 0 + 26,12: 0 + 26,13: 0 + 26,14: 0 + 26,15: 0 + 27,0: 0 + 27,1: 0 + 27,2: 0 + 27,3: 0 + 27,5: 0 + 27,6: 0 + 27,7: 0 + 27,8: 0 + 27,9: 0 + 27,10: 0 + 27,11: 0 + 27,12: 0 + 27,13: 0 + 27,14: 0 + 27,15: 0 + 28,0: 0 + 28,1: 0 + 28,2: 0 + 28,5: 0 + 28,6: 0 + 28,7: 0 + 28,8: 0 + 28,9: 0 + 28,10: 1 + 28,11: 0 + 28,12: 0 + 28,13: 0 + 28,14: 0 + 28,15: 0 + 29,0: 0 + 29,1: 0 + 29,2: 0 + 29,3: 0 + 29,4: 0 + 29,5: 0 + 29,6: 0 + 29,7: 0 + 29,8: 0 + 29,9: 0 + 29,10: 0 + 29,11: 0 + 29,12: 0 + 29,13: 0 + 29,14: 0 + 29,15: 0 + 30,0: 0 + 30,1: 0 + 30,2: 0 + 30,3: 0 + 30,4: 0 + 30,5: 0 + 30,6: 0 + 30,7: 0 + 30,8: 0 + 30,9: 0 + 30,10: 0 + 30,11: 0 + 30,12: 0 + 30,13: 0 + 30,14: 0 + 30,15: 0 + 31,0: 0 + 31,1: 0 + 31,2: 0 + 31,3: 0 + 31,4: 0 + 31,5: 0 + 31,6: 0 + 31,7: 0 + 31,8: 0 + 31,9: 0 + 31,10: 1 + 31,11: 0 + 31,12: 0 + 31,13: 0 + 31,14: 0 + 31,15: 0 + -16,16: 0 + -16,17: 0 + -15,16: 0 + -15,17: 0 + -14,16: 0 + -14,17: 0 + -13,16: 0 + -13,17: 0 + -12,16: 0 + -12,17: 0 + -11,16: 0 + -11,17: 0 + -10,16: 0 + -10,17: 0 + -9,16: 0 + -9,17: 0 + -8,16: 0 + -8,17: 0 + -7,16: 0 + -7,17: 0 + -6,16: 0 + -6,17: 0 + -5,16: 0 + -5,17: 0 + -4,16: 0 + -4,17: 0 + -3,16: 0 + -3,17: 0 + -2,16: 0 + -2,17: 0 + -1,16: 0 + -1,17: 0 + 0,16: 0 + 0,17: 0 + 1,16: 0 + 1,17: 0 + 2,16: 0 + 2,17: 0 + 3,16: 0 + 3,17: 0 + 4,16: 0 + 4,17: 0 + 5,16: 0 + 5,17: 0 + 6,16: 0 + 6,17: 0 + 7,16: 0 + 7,17: 0 + 8,16: 0 + 8,17: 0 + 8,18: 0 + 8,19: 0 + 8,20: 0 + 8,21: 0 + 8,22: 0 + 9,16: 0 + 9,17: 0 + 9,18: 0 + 9,19: 0 + 9,20: 0 + 9,21: 0 + 9,22: 0 + 10,16: 0 + 10,17: 0 + 10,18: 0 + 10,19: 0 + 10,20: 0 + 10,21: 0 + 10,22: 0 + 11,16: 0 + 11,17: 0 + 11,18: 0 + 11,19: 0 + 11,20: 0 + 11,21: 0 + 11,22: 0 + 12,16: 0 + 12,17: 0 + 12,18: 0 + 12,19: 0 + 12,20: 0 + 12,21: 0 + 12,22: 0 + 13,16: 0 + 13,17: 0 + 13,18: 0 + 13,19: 0 + 13,20: 0 + 13,21: 0 + 13,22: 0 + 14,16: 0 + 14,17: 0 + 14,18: 0 + 14,19: 0 + 14,20: 0 + 14,21: 0 + 14,22: 0 + 15,16: 0 + 15,17: 0 + 15,18: 0 + 15,19: 0 + 15,20: 0 + 15,21: 0 + 15,22: 0 + 16,16: 0 + 16,17: 0 + 16,18: 0 + 16,19: 0 + 16,20: 0 + 16,21: 0 + 16,22: 0 + 17,16: 0 + 17,17: 0 + 17,18: 0 + 17,19: 0 + 17,20: 0 + 17,21: 0 + 17,22: 0 + 18,16: 0 + 18,17: 0 + 18,18: 0 + 18,19: 0 + 18,20: 0 + 18,21: 0 + 18,22: 0 + 19,16: 0 + 19,17: 0 + 19,18: 0 + 19,19: 0 + 19,20: 0 + 19,21: 0 + 19,22: 0 + 20,16: 0 + 20,17: 0 + 20,18: 0 + 20,19: 0 + 20,20: 0 + 20,21: 0 + 20,22: 0 + 21,16: 0 + 21,17: 0 + 21,18: 0 + 21,19: 0 + 21,20: 0 + 21,21: 0 + 21,22: 0 + 22,16: 0 + 22,17: 0 + 22,18: 0 + 22,19: 0 + 22,20: 0 + 22,21: 0 + 22,22: 0 + 23,16: 0 + 23,17: 0 + 23,18: 0 + 23,19: 0 + 23,20: 0 + 23,21: 0 + 23,22: 0 + 24,16: 0 + 24,17: 0 + 24,18: 0 + 24,19: 0 + 24,20: 0 + 24,21: 0 + 24,22: 0 + 25,16: 0 + 25,17: 0 + 25,18: 0 + 25,19: 0 + 25,20: 0 + 25,21: 0 + 25,22: 0 + 26,16: 0 + 26,17: 0 + 26,18: 0 + 26,19: 0 + 26,20: 0 + 26,21: 0 + 26,22: 0 + 27,16: 0 + 27,17: 0 + 27,18: 0 + 27,19: 0 + 27,20: 0 + 27,21: 0 + 27,22: 0 + 28,16: 0 + 28,17: 0 + 28,18: 0 + 28,19: 0 + 28,20: 0 + 28,21: 0 + 28,22: 0 + 29,16: 0 + 29,17: 0 + 29,18: 0 + 29,19: 0 + 29,20: 0 + 29,21: 0 + 29,22: 0 + 30,16: 0 + 30,17: 0 + 30,18: 0 + 30,19: 0 + 30,20: 0 + 30,21: 0 + 30,22: 0 + 31,16: 0 + 31,17: 0 + 31,18: 0 + 31,19: 0 + 31,20: 0 + 31,21: 0 + 31,22: 0 + -29,-20: 0 + -29,-19: 0 + -29,-18: 0 + -29,-17: 0 + -28,-20: 0 + -28,-19: 0 + -28,-18: 0 + -28,-17: 0 + -27,-20: 0 + -27,-19: 0 + -27,-18: 0 + -27,-17: 0 + -26,-20: 0 + -26,-19: 0 + -26,-18: 0 + -26,-17: 0 + -25,-20: 0 + -25,-19: 0 + -25,-18: 0 + -25,-17: 0 + -24,-20: 0 + -24,-19: 0 + -24,-18: 0 + -24,-17: 0 + -23,-20: 0 + -23,-19: 0 + -23,-18: 0 + -23,-17: 0 + -22,-20: 0 + -22,-19: 0 + -22,-18: 0 + -22,-17: 0 + -21,-20: 0 + -21,-19: 0 + -21,-18: 0 + -21,-17: 0 + -20,-20: 0 + -20,-19: 0 + -20,-18: 0 + -20,-17: 0 + -19,-20: 0 + -19,-19: 0 + -19,-18: 0 + -19,-17: 0 + -18,-20: 0 + -18,-19: 0 + -18,-18: 0 + -18,-17: 0 + -17,-20: 0 + -17,-19: 0 + -17,-18: 0 + -17,-17: 0 + -16,-20: 0 + -16,-19: 0 + -16,-18: 0 + -16,-17: 0 + -15,-20: 0 + -15,-19: 0 + -15,-18: 0 + -15,-17: 0 + -14,-20: 0 + -14,-19: 0 + -14,-18: 0 + -14,-17: 0 + -13,-20: 0 + -13,-19: 0 + -13,-18: 0 + -13,-17: 0 + -12,-20: 0 + -12,-19: 0 + -12,-18: 0 + -12,-17: 0 + -11,-20: 0 + -11,-19: 0 + -11,-18: 0 + -11,-17: 0 + -10,-20: 0 + -10,-19: 0 + -10,-18: 0 + -10,-17: 0 + -9,-20: 0 + -9,-19: 0 + -9,-18: 0 + -9,-17: 0 + -8,-20: 0 + -8,-19: 0 + -8,-18: 0 + -8,-17: 0 + -7,-20: 0 + -7,-19: 0 + -7,-18: 0 + -7,-17: 0 + -6,-20: 0 + -6,-19: 0 + -6,-18: 0 + -6,-17: 0 + -5,-20: 0 + -5,-19: 0 + -5,-18: 0 + -5,-17: 0 + -4,-20: 0 + -4,-19: 0 + -4,-18: 0 + -4,-17: 0 + -3,-20: 0 + -3,-19: 0 + -3,-18: 0 + -3,-17: 0 + -2,-20: 0 + -2,-19: 0 + -2,-18: 0 + -2,-17: 0 + -1,-20: 0 + -1,-19: 0 + -1,-18: 0 + -1,-17: 0 + 0,-20: 0 + 0,-19: 0 + 0,-18: 0 + 0,-17: 0 + 1,-20: 0 + 1,-19: 0 + 1,-18: 0 + 1,-17: 0 + 2,-20: 0 + 2,-19: 0 + 2,-18: 0 + 2,-17: 0 + 3,-20: 0 + 3,-19: 0 + 3,-18: 0 + 3,-17: 0 + 4,-20: 0 + 4,-19: 0 + 4,-18: 0 + 4,-17: 0 + 5,-20: 0 + 5,-19: 0 + 5,-18: 0 + 5,-17: 0 + 6,-20: 0 + 6,-19: 0 + 6,-18: 0 + 6,-17: 0 + 7,-20: 0 + 7,-19: 0 + 7,-18: 0 + 7,-17: 0 + 8,-20: 0 + 8,-19: 0 + 8,-18: 0 + 8,-17: 0 + 9,-20: 0 + 9,-19: 0 + 9,-18: 0 + 9,-17: 1 + 10,-20: 0 + 10,-19: 0 + 10,-18: 0 + 10,-17: 0 + 11,-20: 0 + 11,-19: 0 + 11,-18: 0 + 11,-17: 0 + 12,-20: 0 + 12,-19: 0 + 12,-18: 0 + 12,-17: 0 + 13,-20: 0 + 13,-19: 0 + 13,-18: 0 + 13,-17: 0 + 14,-20: 0 + 14,-19: 0 + 14,-18: 0 + 14,-17: 0 + 15,-20: 0 + 15,-19: 0 + 15,-18: 0 + 15,-17: 0 + 16,-20: 0 + 16,-19: 0 + 16,-18: 0 + 16,-17: 0 + 17,-20: 0 + 17,-19: 0 + 17,-18: 0 + 17,-17: 0 + 18,-20: 0 + 18,-19: 0 + 18,-18: 0 + 18,-17: 0 + 19,-20: 0 + 19,-19: 0 + 19,-18: 0 + 19,-17: 0 + 20,-20: 0 + 20,-19: 0 + 20,-18: 0 + 20,-17: 0 + 21,-20: 0 + 21,-19: 0 + 21,-18: 0 + 21,-17: 0 + 22,-20: 0 + 22,-19: 0 + 22,-18: 0 + 22,-17: 0 + 23,-20: 0 + 23,-19: 0 + 23,-18: 0 + 23,-17: 0 + 24,-20: 0 + 24,-19: 0 + 24,-18: 0 + 24,-17: 0 + 25,-20: 0 + 25,-19: 0 + 25,-18: 0 + 25,-17: 0 + 26,-20: 0 + 26,-19: 0 + 26,-18: 0 + 26,-17: 0 + 27,-20: 0 + 27,-19: 0 + 27,-18: 0 + 27,-17: 0 + 28,-20: 0 + 28,-19: 0 + 28,-18: 0 + 28,-17: 0 + 29,-20: 0 + 29,-19: 0 + 29,-18: 0 + 29,-17: 0 + 30,-20: 0 + 30,-19: 0 + 30,-18: 0 + 30,-17: 0 + 32,0: 0 + 32,1: 0 + 32,2: 0 + 32,3: 0 + 32,4: 0 + 32,5: 0 + 32,6: 0 + 32,7: 0 + 32,8: 0 + 32,9: 0 + 32,10: 0 + 32,11: 0 + 32,12: 0 + 32,13: 0 + 32,14: 0 + 32,15: 0 + 33,0: 0 + 33,1: 0 + 33,2: 0 + 33,3: 0 + 33,4: 0 + 33,5: 0 + 33,6: 0 + 33,7: 0 + 33,8: 0 + 33,9: 0 + 33,10: 0 + 33,11: 0 + 33,12: 0 + 33,13: 0 + 33,14: 0 + 33,15: 0 + 34,0: 0 + 34,1: 0 + 34,2: 0 + 34,3: 0 + 34,4: 0 + 34,5: 0 + 34,6: 0 + 34,7: 0 + 34,8: 0 + 34,9: 0 + 34,10: 1 + 34,11: 0 + 34,12: 0 + 34,13: 0 + 34,14: 0 + 34,15: 0 + 35,0: 0 + 35,1: 0 + 35,2: 0 + 35,3: 0 + 35,4: 0 + 35,5: 0 + 35,6: 0 + 35,7: 0 + 35,8: 0 + 35,9: 0 + 35,10: 0 + 35,11: 0 + 35,12: 0 + 35,13: 0 + 35,14: 0 + 35,15: 0 + 36,0: 0 + 36,1: 0 + 36,2: 0 + 36,3: 0 + 36,4: 0 + 36,5: 1 + 36,6: 0 + 36,7: 0 + 36,8: 1 + 36,9: 0 + 36,10: 0 + 36,11: 0 + 36,12: 0 + 36,13: 0 + 36,14: 0 + 36,15: 0 + 37,0: 0 + 37,1: 0 + 37,2: 0 + 37,3: 0 + 37,4: 0 + 37,5: 0 + 37,6: 0 + 37,7: 0 + 37,8: 0 + 37,9: 0 + 37,10: 1 + 37,11: 1 + 37,12: 1 + 37,13: 0 + 37,14: 0 + 37,15: 0 + 38,0: 0 + 38,1: 0 + 38,2: 0 + 38,3: 0 + 38,4: 0 + 38,5: 0 + 38,6: 0 + 38,7: 0 + 38,8: 0 + 38,9: 0 + 38,10: 0 + 38,11: 0 + 38,12: 0 + 38,13: 0 + 38,14: 0 + 38,15: 0 + 39,0: 0 + 39,1: 0 + 39,2: 0 + 39,3: 0 + 39,4: 0 + 39,5: 0 + 39,6: 0 + 39,7: 0 + 39,8: 0 + 39,9: 0 + 39,10: 0 + 39,11: 0 + 39,12: 0 + 39,13: 0 + 39,14: 0 + 39,15: 0 + 40,0: 0 + 40,1: 0 + 40,2: 0 + 40,3: 0 + 40,4: 0 + 40,5: 0 + 40,6: 0 + 40,7: 0 + 40,8: 0 + 40,9: 0 + 40,10: 0 + 40,11: 0 + 40,12: 0 + 40,13: 0 + 40,14: 0 + 40,15: 0 + 32,16: 0 + 32,17: 0 + 32,18: 0 + 32,19: 0 + 32,20: 0 + 32,21: 0 + 32,22: 0 + 33,16: 0 + 33,17: 0 + 33,18: 0 + 33,19: 0 + 33,20: 0 + 33,21: 0 + 33,22: 0 + 34,16: 0 + 34,17: 0 + 34,18: 0 + 34,19: 0 + 34,20: 0 + 34,21: 0 + 34,22: 0 + 35,16: 0 + 35,17: 0 + 35,18: 0 + 35,19: 0 + 35,20: 0 + 35,21: 0 + 35,22: 0 + 36,16: 0 + 36,17: 0 + 36,18: 0 + 36,19: 0 + 36,20: 0 + 36,21: 0 + 36,22: 0 + 37,16: 1 + 37,17: 0 + 37,18: 0 + 37,19: 0 + 37,20: 0 + 37,21: 0 + 37,22: 0 + 38,16: 1 + 38,17: 0 + 38,18: 0 + 38,19: 0 + 38,20: 0 + 38,21: 0 + 38,22: 0 + 39,16: 1 + 39,17: 0 + 39,18: 0 + 39,19: 0 + 39,20: 0 + 39,21: 0 + 39,22: 0 + 40,16: 1 + 40,17: 0 + 40,18: 0 + 40,19: 0 + 40,20: 0 + 40,21: 0 + 40,22: 0 + 32,-9: 0 + 32,-8: 0 + 32,-7: 0 + 32,-6: 0 + 32,-5: 0 + 32,-4: 0 + 32,-3: 0 + 32,-2: 0 + 32,-1: 0 + 33,-9: 0 + 33,-8: 0 + 33,-7: 0 + 33,-6: 0 + 33,-5: 0 + 33,-4: 0 + 33,-3: 0 + 33,-2: 0 + 33,-1: 0 + 34,-9: 0 + 34,-8: 0 + 34,-7: 0 + 34,-6: 0 + 34,-5: 0 + 34,-4: 0 + 34,-3: 0 + 34,-2: 0 + 34,-1: 0 + 35,-9: 0 + 35,-8: 0 + 35,-7: 0 + 35,-6: 0 + 35,-5: 0 + 35,-4: 0 + 35,-3: 0 + 35,-2: 0 + 35,-1: 0 + 36,-9: 0 + 36,-8: 0 + 36,-7: 0 + 36,-6: 0 + 36,-5: 0 + 36,-4: 0 + 36,-3: 0 + 36,-2: 0 + 36,-1: 0 + 37,-9: 0 + 37,-8: 0 + 37,-7: 0 + 37,-6: 0 + 37,-5: 0 + 37,-4: 0 + 37,-3: 0 + 37,-2: 0 + 37,-1: 0 + 38,-9: 0 + 38,-8: 0 + 38,-7: 0 + 38,-6: 0 + 38,-5: 0 + 38,-4: 0 + 38,-3: 0 + 38,-2: 0 + 38,-1: 0 + 39,-9: 0 + 39,-8: 0 + 39,-7: 0 + 39,-6: 0 + 39,-5: 0 + 39,-4: 0 + 39,-3: 0 + 39,-2: 0 + 39,-1: 0 + 40,-9: 0 + 40,-8: 0 + 40,-7: 0 + 40,-6: 0 + 40,-5: 0 + 40,-4: 0 + 40,-3: 0 + 40,-2: 0 + 40,-1: 0 + -29,16: 0 + -29,17: 0 + -28,16: 0 + -28,17: 0 + -27,16: 0 + -27,17: 0 + -26,16: 0 + -26,17: 0 + -25,16: 0 + -25,17: 0 + -24,16: 0 + -24,17: 0 + -23,16: 0 + -23,17: 0 + -22,16: 0 + -22,17: 0 + -21,16: 0 + -21,17: 0 + -20,16: 0 + -20,17: 0 + -19,16: 0 + -19,17: 0 + -18,16: 0 + -18,17: 0 + -17,16: 0 + -17,17: 0 + 31,-16: 0 + 31,-15: 0 + 31,-14: 0 + 31,-13: 0 + 31,-12: 0 + 31,-11: 0 + 31,-10: 0 + -3,18: 0 + -3,19: 0 + -3,20: 0 + -3,21: 0 + -3,22: 0 + -2,18: 1 + -2,19: 1 + -2,20: 1 + -2,21: 1 + -2,22: 0 + -1,18: 0 + -1,19: 0 + -1,20: 0 + -1,21: 0 + -1,22: 0 + 0,18: 0 + 0,19: 1 + 0,20: 1 + 0,21: 1 + 0,22: 0 + 1,18: 0 + 1,19: 0 + 1,20: 0 + 1,21: 0 + 1,22: 0 + 2,18: 0 + 2,19: 1 + 2,20: 1 + 2,21: 1 + 2,22: 0 + 3,18: 0 + 3,19: 0 + 3,20: 0 + 3,21: 0 + 3,22: 0 + 4,18: 0 + 4,19: 0 + 4,20: 0 + 4,21: 0 + 4,22: 1 + 5,18: 0 + 5,19: 0 + 5,20: 0 + 5,21: 0 + 5,22: 0 + 6,18: 0 + 6,19: 0 + 6,20: 0 + 6,21: 0 + 6,22: 0 + 7,18: 0 + 7,19: 0 + 7,20: 0 + 7,21: 0 + 7,22: 0 + -23,-32: 0 + -23,-31: 0 + -23,-30: 0 + -23,-29: 1 + -23,-28: 0 + -23,-27: 0 + -23,-26: 0 + -23,-25: 0 + -23,-24: 0 + -23,-23: 0 + -23,-22: 0 + -23,-21: 0 + -22,-32: 0 + -22,-31: 0 + -22,-30: 0 + -22,-29: 0 + -22,-28: 0 + -22,-27: 0 + -22,-26: 0 + -22,-25: 0 + -22,-24: 0 + -22,-23: 0 + -22,-22: 0 + -22,-21: 0 + -21,-32: 0 + -21,-31: 0 + -21,-30: 0 + -21,-29: 0 + -21,-28: 0 + -21,-27: 0 + -21,-26: 0 + -21,-25: 0 + -21,-24: 0 + -21,-23: 0 + -21,-22: 0 + -21,-21: 0 + -20,-32: 0 + -20,-31: 0 + -20,-30: 0 + -20,-29: 0 + -20,-28: 0 + -20,-27: 0 + -20,-26: 0 + -20,-25: 0 + -20,-24: 0 + -20,-23: 0 + -20,-22: 0 + -20,-21: 0 + -19,-32: 0 + -19,-31: 0 + -19,-30: 0 + -19,-29: 0 + -19,-28: 0 + -19,-27: 0 + -19,-26: 0 + -19,-25: 0 + -19,-24: 0 + -19,-23: 0 + -19,-22: 0 + -19,-21: 0 + -18,-32: 0 + -18,-31: 0 + -18,-30: 0 + -18,-29: 0 + -18,-28: 0 + -18,-27: 0 + -18,-26: 0 + -18,-25: 0 + -18,-24: 0 + -18,-23: 0 + -18,-22: 0 + -18,-21: 0 + -17,-32: 0 + -17,-31: 0 + -17,-30: 0 + -17,-29: 0 + -17,-28: 0 + -17,-27: 0 + -17,-26: 0 + -17,-25: 0 + -17,-24: 0 + -17,-23: 0 + -17,-22: 0 + -17,-21: 0 + -16,-32: 0 + -16,-31: 0 + -16,-30: 0 + -16,-29: 0 + -16,-28: 0 + -16,-27: 0 + -16,-26: 0 + -16,-25: 0 + -16,-24: 0 + -16,-23: 0 + -16,-22: 0 + -16,-21: 0 + -15,-32: 0 + -15,-31: 0 + -15,-30: 0 + -15,-29: 0 + -15,-28: 0 + -15,-27: 0 + -15,-26: 0 + -15,-25: 0 + -15,-24: 0 + -15,-23: 0 + -15,-22: 0 + -15,-21: 0 + -14,-32: 0 + -14,-31: 0 + -14,-30: 0 + -14,-29: 0 + -14,-28: 0 + -14,-27: 0 + -14,-26: 0 + -14,-25: 0 + -14,-24: 0 + -14,-23: 0 + -14,-22: 0 + -14,-21: 0 + -13,-32: 0 + -13,-31: 1 + -13,-30: 0 + -13,-29: 0 + -13,-28: 0 + -13,-27: 0 + -13,-26: 0 + -13,-25: 0 + -13,-24: 0 + -13,-23: 0 + -13,-22: 0 + -13,-21: 0 + -12,-32: 0 + -12,-31: 1 + -12,-30: 0 + -12,-29: 0 + -12,-28: 0 + -12,-27: 0 + -12,-26: 0 + -12,-25: 0 + -12,-24: 0 + -12,-23: 0 + -12,-22: 1 + -12,-21: 0 + -11,-32: 0 + -11,-31: 0 + -11,-30: 0 + -11,-29: 0 + -11,-28: 0 + -11,-27: 0 + -11,-26: 0 + -11,-25: 0 + -11,-24: 0 + -11,-23: 0 + -11,-22: 1 + -11,-21: 0 + -10,-32: 0 + -10,-31: 0 + -10,-30: 0 + -10,-29: 0 + -10,-28: 0 + -10,-27: 0 + -10,-26: 0 + -10,-25: 0 + -10,-24: 0 + -10,-23: 0 + -10,-22: 1 + -10,-21: 0 + -9,-32: 0 + -9,-31: 0 + -9,-30: 0 + -9,-29: 0 + -9,-28: 0 + -9,-27: 0 + -9,-26: 0 + -9,-25: 0 + -9,-24: 0 + -9,-23: 0 + -9,-22: 0 + -9,-21: 0 + -8,-32: 0 + -8,-31: 0 + -8,-30: 0 + -8,-29: 0 + -8,-28: 0 + -8,-27: 0 + -8,-26: 0 + -8,-25: 0 + -8,-24: 0 + -8,-23: 0 + -8,-22: 0 + -8,-21: 0 + -7,-32: 0 + -7,-31: 0 + -7,-30: 0 + -7,-29: 0 + -7,-28: 0 + -7,-27: 0 + -7,-26: 0 + -7,-25: 0 + -7,-24: 0 + -7,-23: 0 + -7,-22: 0 + -7,-21: 0 + -6,-32: 0 + -6,-31: 0 + -6,-30: 0 + -6,-29: 0 + -6,-28: 0 + -6,-27: 0 + -6,-26: 0 + -6,-25: 0 + -6,-24: 0 + -6,-23: 0 + -6,-22: 0 + -6,-21: 0 + -5,-32: 0 + -5,-31: 0 + -5,-30: 0 + -5,-29: 0 + -5,-28: 0 + -5,-27: 0 + -5,-26: 0 + -5,-25: 0 + -5,-24: 0 + -5,-23: 0 + -5,-22: 0 + -5,-21: 0 + -4,-32: 0 + -4,-31: 0 + -4,-30: 0 + -4,-29: 0 + -4,-28: 0 + -4,-27: 0 + -4,-26: 0 + -4,-25: 0 + -4,-24: 0 + -4,-23: 0 + -4,-22: 0 + -4,-21: 0 + -3,-32: 0 + -3,-31: 0 + -3,-30: 0 + -3,-29: 0 + -3,-28: 0 + -3,-27: 0 + -3,-26: 0 + -3,-25: 0 + -3,-24: 0 + -3,-23: 0 + -3,-22: 0 + -3,-21: 0 + -2,-32: 0 + -2,-31: 0 + -2,-30: 0 + -2,-29: 0 + -2,-28: 0 + -2,-27: 0 + -2,-26: 0 + -2,-25: 0 + -2,-24: 0 + -2,-23: 0 + -2,-22: 0 + -2,-21: 0 + -1,-32: 0 + -1,-31: 0 + -1,-30: 0 + -1,-29: 0 + -1,-28: 0 + -1,-27: 0 + -1,-26: 0 + -1,-25: 0 + -1,-24: 0 + -1,-23: 0 + -1,-22: 0 + -1,-21: 0 + 0,-32: 0 + 0,-31: 0 + 0,-30: 0 + 0,-29: 0 + 0,-28: 0 + 0,-27: 0 + 0,-26: 0 + 0,-25: 0 + 0,-24: 0 + 0,-23: 0 + 0,-22: 0 + 0,-21: 0 + 1,-32: 0 + 1,-31: 0 + 1,-30: 0 + 1,-29: 0 + 1,-28: 0 + 1,-27: 0 + 1,-26: 0 + 1,-25: 0 + 1,-24: 0 + 1,-23: 0 + 1,-22: 0 + 1,-21: 0 + 2,-32: 0 + 2,-31: 0 + 2,-30: 0 + 2,-29: 0 + 2,-28: 0 + 2,-27: 0 + 2,-26: 1 + 2,-25: 0 + 2,-24: 0 + 2,-23: 0 + 2,-22: 0 + 2,-21: 0 + 3,-32: 0 + 3,-31: 0 + 3,-30: 0 + 3,-29: 0 + 3,-28: 0 + 3,-27: 0 + 3,-26: 1 + 3,-25: 0 + 3,-24: 0 + 3,-23: 0 + 3,-22: 0 + 3,-21: 0 + 4,-32: 0 + 4,-31: 0 + 4,-30: 0 + 4,-29: 0 + 4,-28: 0 + 4,-27: 0 + 4,-26: 0 + 4,-25: 0 + 4,-24: 0 + 4,-23: 0 + 4,-22: 0 + 4,-21: 0 + 5,-32: 0 + 5,-31: 0 + 5,-30: 0 + 5,-29: 0 + 5,-28: 0 + 5,-27: 0 + 5,-26: 0 + 5,-25: 0 + 5,-24: 0 + 5,-23: 0 + 5,-22: 0 + 5,-21: 0 + 6,-32: 0 + 6,-31: 0 + 6,-30: 0 + 6,-29: 0 + 6,-28: 0 + 6,-27: 0 + 6,-26: 0 + 6,-25: 0 + 6,-24: 0 + 6,-23: 0 + 6,-22: 0 + 6,-21: 0 + 7,-32: 0 + 7,-31: 0 + 7,-30: 0 + 7,-29: 0 + 7,-28: 0 + 7,-27: 0 + 7,-26: 0 + 7,-25: 0 + 7,-24: 0 + 7,-23: 0 + 7,-22: 0 + 7,-21: 0 + 8,-32: 0 + 8,-31: 0 + 8,-30: 0 + 8,-29: 0 + 8,-28: 0 + 8,-27: 0 + 8,-26: 0 + 8,-25: 0 + 8,-24: 0 + 8,-23: 0 + 8,-22: 0 + 8,-21: 0 + 9,-32: 0 + 9,-31: 0 + 9,-30: 0 + 9,-29: 0 + 9,-28: 0 + 9,-27: 0 + 9,-26: 0 + 9,-25: 0 + 9,-24: 0 + 9,-23: 0 + 9,-22: 0 + 9,-21: 0 + 10,-32: 0 + 10,-31: 0 + 10,-30: 0 + 10,-29: 0 + 10,-28: 0 + 10,-27: 0 + 10,-26: 0 + 10,-25: 0 + 10,-24: 0 + 10,-23: 0 + 10,-22: 0 + 10,-21: 0 + 11,-32: 0 + 11,-31: 0 + 11,-30: 0 + 11,-29: 0 + 11,-28: 0 + 11,-27: 0 + 11,-26: 0 + 11,-25: 0 + 11,-24: 0 + 11,-23: 0 + 11,-22: 0 + 11,-21: 0 + 12,-32: 0 + 12,-31: 0 + 12,-30: 0 + 12,-29: 0 + 12,-28: 0 + 12,-27: 0 + 12,-26: 0 + 12,-25: 0 + 12,-24: 0 + 12,-23: 0 + 12,-22: 0 + 12,-21: 0 + 13,-32: 0 + 13,-31: 0 + 13,-30: 0 + 13,-29: 0 + 13,-28: 0 + 13,-27: 0 + 13,-26: 0 + 13,-25: 0 + 13,-24: 0 + 13,-23: 0 + 13,-22: 0 + 13,-21: 0 + 14,-32: 0 + 14,-31: 0 + 14,-30: 0 + 14,-29: 0 + 14,-28: 0 + 14,-27: 0 + 14,-26: 0 + 14,-25: 0 + 14,-24: 0 + 14,-23: 0 + 14,-22: 0 + 14,-21: 0 + 15,-32: 0 + 15,-31: 0 + 15,-30: 0 + 15,-29: 0 + 15,-28: 0 + 15,-27: 0 + 15,-26: 0 + 15,-25: 0 + 15,-24: 0 + 15,-23: 0 + 15,-22: 0 + 15,-21: 0 + 16,-32: 0 + 16,-31: 0 + 16,-30: 0 + 16,-29: 0 + 16,-28: 0 + 16,-27: 0 + 16,-26: 0 + 16,-25: 0 + 16,-24: 0 + 16,-23: 0 + 16,-22: 0 + 16,-21: 0 + 17,-32: 0 + 17,-31: 0 + 17,-30: 0 + 17,-29: 0 + 17,-28: 0 + 17,-27: 0 + 17,-26: 0 + 17,-25: 0 + 17,-24: 0 + 17,-23: 0 + 17,-22: 0 + 17,-21: 0 + 18,-32: 0 + 18,-31: 0 + 18,-30: 0 + 18,-29: 0 + 18,-28: 0 + 18,-27: 0 + 18,-26: 0 + 18,-25: 0 + 18,-24: 0 + 18,-23: 0 + 18,-22: 0 + 18,-21: 0 + 19,-32: 0 + 19,-31: 0 + 19,-30: 0 + 19,-29: 0 + 19,-28: 0 + 19,-27: 0 + 19,-26: 0 + 19,-25: 0 + 19,-24: 0 + 19,-23: 0 + 19,-22: 0 + 19,-21: 0 + 20,-32: 0 + 20,-31: 0 + 20,-30: 0 + 20,-29: 0 + 20,-28: 0 + 20,-27: 0 + 20,-26: 0 + 20,-25: 0 + 20,-24: 0 + 20,-23: 0 + 20,-22: 0 + 20,-21: 0 + 21,-32: 0 + 21,-31: 0 + 21,-30: 0 + 21,-29: 0 + 21,-28: 0 + 21,-27: 0 + 21,-26: 0 + 21,-25: 0 + 21,-24: 0 + 21,-23: 0 + 21,-22: 0 + 21,-21: 0 + 22,-32: 0 + 22,-31: 0 + 22,-30: 0 + 22,-29: 0 + 22,-28: 0 + 22,-27: 0 + 22,-26: 0 + 22,-25: 0 + 22,-24: 0 + 22,-23: 0 + 22,-22: 0 + 22,-21: 0 + 23,-32: 0 + 23,-31: 0 + 23,-30: 0 + 23,-29: 0 + 23,-28: 0 + 23,-27: 0 + 23,-26: 0 + 23,-25: 0 + 23,-24: 0 + 23,-23: 0 + 23,-22: 0 + 23,-21: 0 + 24,-32: 0 + 24,-31: 0 + 24,-30: 0 + 24,-29: 0 + 24,-28: 0 + 24,-27: 0 + 24,-26: 0 + 24,-25: 0 + 24,-24: 0 + 24,-23: 0 + 24,-22: 0 + 24,-21: 0 + 25,-32: 0 + 25,-31: 0 + 25,-30: 0 + 25,-29: 0 + 25,-28: 0 + 25,-27: 0 + 25,-26: 0 + 25,-25: 0 + 25,-24: 0 + 25,-23: 0 + 25,-22: 0 + 25,-21: 0 + 26,-32: 0 + 26,-31: 0 + 26,-30: 0 + 26,-29: 0 + 26,-28: 0 + 26,-27: 0 + 26,-26: 0 + 26,-25: 0 + 26,-24: 0 + 26,-23: 0 + 26,-22: 0 + 26,-21: 0 + 27,-32: 0 + 27,-31: 0 + 27,-30: 0 + 27,-29: 0 + 27,-28: 0 + 27,-27: 0 + 27,-26: 0 + 27,-25: 0 + 27,-24: 0 + 27,-23: 0 + 27,-22: 0 + 27,-21: 0 + 28,-32: 0 + 28,-31: 0 + 28,-30: 0 + 28,-29: 0 + 28,-28: 0 + 28,-27: 0 + 28,-26: 0 + 28,-25: 0 + 28,-24: 0 + 28,-23: 0 + 28,-22: 0 + 28,-21: 0 + 29,-32: 0 + 29,-31: 0 + 29,-30: 0 + 29,-29: 0 + 29,-28: 1 + 29,-27: 0 + 29,-26: 0 + 29,-25: 0 + 29,-24: 0 + 29,-23: 0 + 29,-22: 0 + 29,-21: 0 + 30,-32: 0 + 30,-31: 0 + 30,-30: 0 + 30,-29: 0 + 30,-28: 0 + 30,-27: 0 + 30,-26: 0 + 30,-25: 0 + 30,-24: 0 + 30,-23: 0 + 30,-22: 0 + 30,-21: 0 + 31,-32: 0 + 31,-31: 0 + 31,-30: 0 + 31,-29: 0 + 31,-28: 0 + 31,-27: 0 + 31,-26: 0 + 31,-25: 0 + 31,-24: 0 + 31,-23: 0 + 31,-22: 0 + 31,-21: 0 + 31,-20: 0 + 31,-19: 0 + 31,-18: 0 + 31,-17: 0 + 41,0: 0 + 41,1: 0 + 41,2: 0 + 41,3: 0 + 41,4: 0 + 41,5: 0 + 41,6: 0 + 41,7: 0 + 41,8: 0 + 41,9: 0 + 41,10: 0 + 41,11: 0 + 41,12: 0 + 41,13: 0 + 41,14: 0 + 41,15: 0 + 42,0: 0 + 42,1: 0 + 42,2: 0 + 42,3: 0 + 42,4: 0 + 42,5: 0 + 42,6: 0 + 42,7: 0 + 42,8: 0 + 42,9: 0 + 42,10: 0 + 42,11: 0 + 42,12: 1 + 42,13: 0 + 42,14: 0 + 42,15: 0 + 43,0: 0 + 43,1: 0 + 43,2: 0 + 43,3: 0 + 43,4: 0 + 43,5: 0 + 43,6: 0 + 43,7: 0 + 43,8: 0 + 43,9: 0 + 43,10: 0 + 43,11: 0 + 43,12: 0 + 43,13: 0 + 43,14: 0 + 43,15: 0 + 44,0: 0 + 44,1: 0 + 44,2: 0 + 44,3: 0 + 44,4: 0 + 44,5: 0 + 44,6: 0 + 44,7: 0 + 44,8: 0 + 44,9: 0 + 44,10: 0 + 44,11: 0 + 44,12: 0 + 44,13: 0 + 44,14: 0 + 44,15: 0 + 45,0: 0 + 45,1: 0 + 45,2: 0 + 45,3: 0 + 45,4: 0 + 45,5: 0 + 45,6: 0 + 45,7: 0 + 45,8: 0 + 45,9: 0 + 45,10: 0 + 45,11: 0 + 45,12: 0 + 45,13: 0 + 45,14: 0 + 45,15: 0 + 46,0: 0 + 46,1: 0 + 46,2: 0 + 46,3: 0 + 46,4: 0 + 46,5: 0 + 46,6: 0 + 46,7: 0 + 46,8: 0 + 46,9: 0 + 46,10: 0 + 46,11: 0 + 46,12: 0 + 46,13: 0 + 46,14: 0 + 46,15: 0 + 47,0: 0 + 47,1: 0 + 47,2: 0 + 47,3: 0 + 47,4: 0 + 47,5: 0 + 47,6: 0 + 47,7: 0 + 47,8: 0 + 47,9: 0 + 47,10: 0 + 47,11: 0 + 47,12: 0 + 47,13: 0 + 47,14: 0 + 47,15: 0 + 41,16: 1 + 41,17: 0 + 41,18: 0 + 41,19: 0 + 41,20: 0 + 41,21: 0 + 41,22: 0 + 42,16: 1 + 42,17: 0 + 42,18: 0 + 42,19: 0 + 42,20: 0 + 42,21: 0 + 42,22: 0 + 43,16: 0 + 43,17: 0 + 43,18: 0 + 43,19: 0 + 43,20: 0 + 43,21: 0 + 43,22: 0 + 44,16: 0 + 44,17: 0 + 44,18: 0 + 44,19: 0 + 44,20: 0 + 44,21: 0 + 44,22: 0 + 45,16: 0 + 45,17: 0 + 45,18: 0 + 45,19: 0 + 45,20: 0 + 45,21: 0 + 45,22: 0 + 46,16: 0 + 46,17: 0 + 46,18: 0 + 46,19: 0 + 46,20: 0 + 46,21: 0 + 46,22: 1 + 47,16: 0 + 47,17: 0 + 47,18: 0 + 47,19: 0 + 47,20: 0 + 47,21: 0 + 47,22: 0 + 32,-16: 0 + 32,-15: 0 + 32,-14: 0 + 32,-13: 0 + 32,-12: 0 + 32,-11: 0 + 32,-10: 0 + 33,-16: 0 + 33,-15: 0 + 33,-14: 0 + 33,-13: 0 + 33,-12: 0 + 33,-11: 0 + 33,-10: 0 + 34,-16: 0 + 34,-15: 0 + 34,-14: 0 + 34,-13: 0 + 34,-12: 0 + 34,-11: 0 + 34,-10: 0 + 35,-16: 0 + 35,-15: 0 + 35,-14: 0 + 35,-13: 0 + 35,-12: 0 + 35,-11: 0 + 35,-10: 0 + 36,-16: 0 + 36,-15: 0 + 36,-14: 0 + 36,-13: 1 + 36,-12: 0 + 36,-11: 0 + 36,-10: 0 + 37,-16: 0 + 37,-15: 0 + 37,-14: 0 + 37,-13: 0 + 37,-12: 0 + 37,-11: 0 + 37,-10: 0 + 38,-16: 0 + 38,-15: 0 + 38,-14: 0 + 38,-13: 0 + 38,-12: 0 + 38,-11: 0 + 38,-10: 0 + 39,-16: 1 + 39,-15: 0 + 39,-14: 0 + 39,-13: 0 + 39,-12: 0 + 39,-11: 0 + 39,-10: 0 + 40,-16: 0 + 40,-15: 0 + 40,-14: 0 + 40,-13: 0 + 40,-12: 0 + 40,-11: 0 + 40,-10: 0 + 41,-16: 0 + 41,-15: 0 + 41,-14: 0 + 41,-13: 0 + 41,-12: 0 + 41,-11: 0 + 41,-10: 0 + 41,-9: 0 + 41,-8: 0 + 41,-7: 0 + 41,-6: 0 + 41,-5: 0 + 41,-4: 0 + 41,-3: 0 + 41,-2: 0 + 41,-1: 0 + 42,-16: 0 + 42,-15: 0 + 42,-14: 0 + 42,-13: 0 + 42,-12: 0 + 42,-11: 0 + 42,-10: 0 + 42,-9: 0 + 42,-8: 0 + 42,-7: 0 + 42,-6: 0 + 42,-5: 0 + 42,-4: 0 + 42,-3: 0 + 42,-2: 0 + 42,-1: 0 + 43,-16: 0 + 43,-15: 0 + 43,-14: 0 + 43,-13: 0 + 43,-12: 0 + 43,-11: 0 + 43,-10: 0 + 43,-9: 0 + 43,-8: 0 + 43,-7: 1 + 43,-6: 0 + 43,-5: 0 + 43,-4: 0 + 43,-3: 0 + 43,-2: 0 + 43,-1: 0 + 44,-16: 0 + 44,-15: 0 + 44,-14: 0 + 44,-13: 0 + 44,-12: 0 + 44,-11: 0 + 44,-10: 0 + 44,-9: 0 + 44,-8: 0 + 44,-7: 1 + 44,-6: 0 + 44,-5: 0 + 44,-4: 0 + 44,-3: 0 + 44,-2: 0 + 44,-1: 0 + 45,-16: 0 + 45,-15: 0 + 45,-14: 0 + 45,-13: 0 + 45,-12: 0 + 45,-11: 0 + 45,-10: 0 + 45,-9: 0 + 45,-8: 0 + 45,-7: 0 + 45,-6: 0 + 45,-5: 0 + 45,-4: 0 + 45,-3: 0 + 45,-2: 0 + 45,-1: 0 + 46,-9: 0 + 46,-8: 0 + 46,-7: 0 + 46,-6: 0 + 46,-5: 0 + 46,-4: 1 + 46,-3: 0 + 46,-2: 0 + 46,-1: 0 + 47,-9: 0 + 47,-8: 0 + 47,-7: 0 + 47,-6: 0 + 47,-5: 0 + 47,-4: 0 + 47,-3: 0 + 47,-2: 0 + 47,-1: 0 + 48,16: 0 + 48,17: 0 + 48,18: 0 + 48,19: 0 + 48,20: 0 + 48,21: 0 + 48,22: 0 + 48,0: 0 + 48,1: 0 + 48,2: 0 + 48,3: 0 + 48,4: 0 + 48,5: 0 + 48,6: 0 + 48,7: 0 + 48,8: 0 + 48,9: 0 + 48,10: 0 + 48,11: 0 + 48,12: 0 + 48,13: 0 + 48,14: 0 + 48,15: 0 + 48,-9: 0 + 48,-8: 0 + 48,-7: 0 + 48,-6: 0 + 48,-5: 0 + 48,-4: 0 + 48,-3: 0 + 48,-2: 0 + 48,-1: 0 + 32,-32: 0 + 32,-31: 0 + 32,-30: 0 + 32,-29: 0 + 32,-28: 0 + 32,-27: 0 + 32,-26: 0 + 32,-25: 0 + 32,-24: 0 + 32,-23: 0 + 32,-22: 0 + 32,-21: 0 + 32,-20: 0 + 32,-19: 0 + 32,-18: 0 + 32,-17: 0 + 33,-32: 0 + 33,-31: 0 + 33,-30: 0 + 33,-29: 0 + 33,-28: 0 + 33,-27: 0 + 33,-26: 0 + 33,-25: 0 + 33,-24: 0 + 33,-23: 0 + 33,-22: 0 + 33,-21: 0 + 33,-20: 0 + 33,-19: 0 + 33,-18: 0 + 33,-17: 0 + 34,-32: 0 + 34,-31: 0 + 34,-30: 0 + 34,-29: 0 + 34,-28: 0 + 34,-27: 0 + 34,-26: 0 + 34,-25: 0 + 34,-24: 0 + 34,-23: 0 + 34,-22: 0 + 34,-21: 0 + 34,-20: 0 + 34,-19: 0 + 34,-18: 0 + 34,-17: 0 + 35,-32: 0 + 35,-31: 0 + 35,-30: 0 + 35,-29: 0 + 35,-28: 0 + 35,-27: 0 + 35,-26: 0 + 35,-25: 0 + 35,-24: 0 + 35,-23: 0 + 35,-22: 0 + 35,-21: 0 + 35,-20: 0 + 35,-19: 0 + 35,-18: 0 + 35,-17: 0 + 36,-32: 0 + 36,-31: 0 + 36,-30: 0 + 36,-29: 0 + 36,-28: 0 + 36,-27: 0 + 36,-26: 0 + 36,-25: 0 + 36,-24: 0 + 36,-23: 0 + 36,-22: 0 + 36,-21: 0 + 36,-20: 0 + 36,-19: 0 + 36,-18: 0 + 36,-17: 0 + 37,-32: 0 + 37,-31: 0 + 37,-30: 0 + 37,-29: 0 + 37,-28: 0 + 37,-27: 0 + 37,-26: 0 + 37,-25: 0 + 37,-24: 0 + 37,-23: 0 + 37,-22: 0 + 37,-21: 0 + 37,-20: 0 + 37,-19: 0 + 37,-18: 0 + 37,-17: 0 + 38,-32: 0 + 38,-31: 0 + 38,-30: 0 + 38,-29: 0 + 38,-28: 0 + 38,-27: 0 + 38,-26: 0 + 38,-25: 0 + 38,-24: 0 + 38,-23: 0 + 38,-22: 0 + 38,-21: 0 + 38,-20: 0 + 38,-19: 0 + 38,-18: 0 + 38,-17: 0 + 39,-32: 0 + 39,-31: 0 + 39,-30: 0 + 39,-29: 1 + 39,-28: 0 + 39,-27: 0 + 39,-26: 0 + 39,-25: 0 + 39,-24: 0 + 39,-23: 0 + 39,-22: 0 + 39,-21: 0 + 39,-20: 0 + 39,-19: 0 + 39,-18: 0 + 39,-17: 0 + 40,-32: 0 + 40,-31: 0 + 40,-30: 0 + 40,-29: 0 + 40,-28: 0 + 40,-27: 0 + 40,-26: 0 + 40,-25: 0 + 40,-24: 0 + 40,-23: 0 + 40,-22: 0 + 40,-21: 0 + 40,-20: 0 + 40,-19: 0 + 40,-18: 0 + 40,-17: 0 + 41,-20: 0 + 41,-19: 0 + 41,-18: 0 + 41,-17: 0 + 42,-20: 0 + 42,-19: 0 + 42,-18: 0 + 42,-17: 0 + 43,-20: 0 + 43,-19: 0 + 43,-18: 0 + 43,-17: 0 + 44,-20: 0 + 44,-19: 0 + 44,-18: 0 + 44,-17: 0 + 45,-20: 0 + 45,-19: 0 + 45,-18: 0 + 45,-17: 0 + -23,-44: 0 + -23,-43: 0 + -23,-42: 0 + -23,-41: 0 + -23,-40: 0 + -23,-39: 1 + -23,-38: 0 + -23,-37: 0 + -23,-36: 0 + -23,-35: 0 + -23,-34: 0 + -23,-33: 0 + -22,-44: 0 + -22,-43: 0 + -22,-42: 0 + -22,-41: 0 + -22,-40: 0 + -22,-39: 0 + -22,-38: 0 + -22,-37: 0 + -22,-36: 0 + -22,-35: 0 + -22,-34: 0 + -22,-33: 0 + -21,-44: 0 + -21,-43: 0 + -21,-42: 0 + -21,-41: 0 + -21,-40: 0 + -21,-39: 0 + -21,-38: 0 + -21,-37: 0 + -21,-36: 0 + -21,-35: 0 + -21,-34: 0 + -21,-33: 0 + -20,-44: 0 + -20,-43: 0 + -20,-42: 0 + -20,-41: 0 + -20,-40: 0 + -20,-39: 0 + -20,-38: 0 + -20,-37: 0 + -20,-36: 0 + -20,-35: 0 + -20,-34: 0 + -20,-33: 0 + -19,-44: 0 + -19,-43: 0 + -19,-42: 0 + -19,-41: 0 + -19,-40: 0 + -19,-39: 0 + -19,-38: 0 + -19,-37: 0 + -19,-36: 0 + -19,-35: 0 + -19,-34: 0 + -19,-33: 0 + -18,-44: 0 + -18,-43: 0 + -18,-42: 0 + -18,-41: 0 + -18,-40: 0 + -18,-39: 0 + -18,-38: 0 + -18,-37: 0 + -18,-36: 0 + -18,-35: 0 + -18,-34: 0 + -18,-33: 0 + -17,-44: 0 + -17,-43: 0 + -17,-42: 0 + -17,-41: 0 + -17,-40: 0 + -17,-39: 0 + -17,-38: 0 + -17,-37: 0 + -17,-36: 0 + -17,-35: 0 + -17,-34: 0 + -17,-33: 0 + -16,-44: 0 + -16,-43: 0 + -16,-42: 0 + -16,-41: 0 + -16,-40: 0 + -16,-39: 0 + -16,-38: 0 + -16,-37: 0 + -16,-36: 0 + -16,-35: 1 + -16,-34: 0 + -16,-33: 0 + -15,-44: 0 + -15,-43: 0 + -15,-42: 0 + -15,-41: 0 + -15,-40: 0 + -15,-39: 0 + -15,-38: 0 + -15,-37: 0 + -15,-36: 0 + -15,-35: 0 + -15,-34: 0 + -15,-33: 0 + -14,-44: 0 + -14,-43: 0 + -14,-42: 0 + -14,-41: 0 + -14,-40: 0 + -14,-39: 0 + -14,-38: 0 + -14,-37: 0 + -14,-36: 0 + -14,-35: 0 + -14,-34: 0 + -14,-33: 0 + -13,-44: 0 + -13,-43: 0 + -13,-42: 0 + -13,-41: 0 + -13,-40: 0 + -13,-39: 0 + -13,-38: 0 + -13,-37: 0 + -13,-36: 0 + -13,-35: 0 + -13,-34: 0 + -13,-33: 0 + -12,-44: 0 + -12,-43: 0 + -12,-42: 0 + -12,-41: 0 + -12,-40: 0 + -12,-39: 0 + -12,-38: 0 + -12,-37: 0 + -12,-36: 0 + -12,-35: 0 + -12,-34: 0 + -12,-33: 0 + -11,-44: 0 + -11,-43: 0 + -11,-42: 0 + -11,-41: 0 + -11,-40: 0 + -11,-39: 0 + -11,-38: 0 + -11,-37: 0 + -11,-36: 0 + -11,-35: 0 + -11,-34: 0 + -11,-33: 0 + -10,-44: 0 + -10,-43: 0 + -10,-42: 0 + -10,-41: 0 + -10,-40: 0 + -10,-39: 0 + -10,-38: 0 + -10,-37: 0 + -10,-36: 0 + -10,-35: 0 + -10,-34: 0 + -10,-33: 0 + -9,-44: 0 + -9,-43: 0 + -9,-42: 0 + -9,-41: 0 + -9,-40: 0 + -9,-39: 0 + -9,-38: 0 + -9,-37: 0 + -9,-36: 0 + -9,-35: 0 + -9,-34: 0 + -9,-33: 0 + -8,-44: 0 + -8,-43: 0 + -8,-42: 0 + -8,-41: 0 + -8,-40: 0 + -8,-39: 0 + -8,-38: 0 + -8,-37: 0 + -8,-36: 0 + -8,-35: 0 + -8,-34: 0 + -8,-33: 0 + -7,-44: 0 + -7,-43: 0 + -7,-42: 0 + -7,-41: 0 + -7,-40: 0 + -7,-39: 0 + -7,-38: 0 + -7,-37: 0 + -7,-36: 0 + -7,-35: 0 + -7,-34: 0 + -7,-33: 0 + -6,-44: 0 + -6,-43: 0 + -6,-42: 0 + -6,-41: 0 + -6,-40: 0 + -6,-39: 0 + -6,-38: 0 + -6,-37: 0 + -6,-36: 0 + -6,-35: 0 + -6,-34: 0 + -6,-33: 0 + -5,-44: 0 + -5,-43: 0 + -5,-42: 0 + -5,-41: 0 + -5,-40: 0 + -5,-39: 0 + -5,-38: 0 + -5,-37: 0 + -5,-36: 0 + -5,-35: 0 + -5,-34: 0 + -5,-33: 0 + -4,-44: 0 + -4,-43: 0 + -4,-42: 0 + -4,-41: 0 + -4,-40: 0 + -4,-39: 0 + -4,-38: 0 + -4,-37: 0 + -4,-36: 0 + -4,-35: 0 + -4,-34: 0 + -4,-33: 0 + -3,-44: 0 + -3,-43: 0 + -3,-42: 0 + -3,-41: 0 + -3,-40: 0 + -3,-39: 0 + -3,-38: 0 + -3,-37: 0 + -3,-36: 0 + -3,-35: 0 + -3,-34: 0 + -3,-33: 0 + -2,-44: 0 + -2,-43: 0 + -2,-42: 0 + -2,-41: 0 + -2,-40: 0 + -2,-39: 0 + -2,-38: 0 + -2,-37: 0 + -2,-36: 0 + -2,-35: 0 + -2,-34: 0 + -2,-33: 0 + -1,-44: 0 + -1,-43: 0 + -1,-42: 0 + -1,-41: 0 + -1,-40: 0 + -1,-39: 0 + -1,-38: 0 + -1,-37: 0 + -1,-36: 0 + -1,-35: 0 + -1,-34: 0 + -1,-33: 0 + 0,-44: 0 + 0,-43: 0 + 0,-42: 0 + 0,-41: 0 + 0,-40: 0 + 0,-39: 0 + 0,-38: 0 + 0,-37: 0 + 0,-36: 0 + 0,-35: 0 + 0,-34: 0 + 0,-33: 0 + 1,-44: 0 + 1,-43: 0 + 1,-42: 0 + 1,-41: 1 + 1,-40: 0 + 1,-39: 0 + 1,-38: 0 + 1,-37: 0 + 1,-36: 0 + 1,-35: 0 + 1,-34: 0 + 1,-33: 0 + 2,-44: 0 + 2,-43: 0 + 2,-42: 0 + 2,-41: 0 + 2,-40: 0 + 2,-39: 0 + 2,-38: 0 + 2,-37: 0 + 2,-36: 0 + 2,-35: 0 + 2,-34: 0 + 2,-33: 0 + 3,-44: 0 + 3,-43: 0 + 3,-42: 0 + 3,-41: 0 + 3,-40: 0 + 3,-39: 0 + 3,-38: 0 + 3,-37: 0 + 3,-36: 0 + 3,-35: 0 + 3,-34: 0 + 3,-33: 0 + 4,-44: 0 + 4,-43: 0 + 4,-42: 0 + 4,-41: 1 + 4,-40: 0 + 4,-39: 0 + 4,-38: 0 + 4,-37: 0 + 4,-36: 0 + 4,-35: 0 + 4,-34: 0 + 4,-33: 0 + 5,-44: 0 + 5,-43: 0 + 5,-42: 0 + 5,-41: 0 + 5,-40: 0 + 5,-39: 0 + 5,-38: 0 + 5,-37: 0 + 5,-36: 0 + 5,-35: 0 + 5,-34: 0 + 5,-33: 0 + 6,-44: 0 + 6,-43: 0 + 6,-42: 0 + 6,-41: 0 + 6,-40: 0 + 6,-39: 0 + 6,-38: 0 + 6,-37: 0 + 6,-36: 0 + 6,-35: 0 + 6,-34: 0 + 6,-33: 0 + 7,-44: 0 + 7,-43: 0 + 7,-42: 0 + 7,-41: 0 + 7,-40: 0 + 7,-39: 0 + 7,-38: 0 + 7,-37: 0 + 7,-36: 0 + 7,-35: 0 + 7,-34: 0 + 7,-33: 0 + 8,-44: 0 + 8,-43: 0 + 8,-42: 0 + 8,-41: 0 + 8,-40: 0 + 8,-39: 0 + 8,-38: 0 + 8,-37: 0 + 8,-36: 0 + 8,-35: 0 + 8,-34: 0 + 8,-33: 0 + 9,-44: 0 + 9,-43: 0 + 9,-42: 0 + 9,-41: 0 + 9,-40: 0 + 9,-39: 0 + 9,-38: 0 + 9,-37: 0 + 9,-36: 0 + 9,-35: 0 + 9,-34: 0 + 9,-33: 0 + 10,-44: 0 + 10,-43: 0 + 10,-42: 0 + 10,-41: 0 + 10,-40: 0 + 10,-39: 0 + 10,-38: 0 + 10,-37: 0 + 10,-36: 0 + 10,-35: 0 + 10,-34: 0 + 10,-33: 0 + 11,-44: 0 + 11,-43: 0 + 11,-42: 0 + 11,-41: 0 + 11,-40: 0 + 11,-39: 0 + 11,-38: 0 + 11,-37: 0 + 11,-36: 0 + 11,-35: 0 + 11,-34: 0 + 11,-33: 0 + 12,-44: 0 + 12,-43: 0 + 12,-42: 0 + 12,-41: 0 + 12,-40: 0 + 12,-39: 0 + 12,-38: 0 + 12,-37: 0 + 12,-36: 0 + 12,-35: 0 + 12,-34: 0 + 12,-33: 0 + 13,-44: 0 + 13,-43: 0 + 13,-42: 0 + 13,-41: 0 + 13,-40: 0 + 13,-39: 0 + 13,-38: 0 + 13,-37: 0 + 13,-36: 0 + 13,-35: 0 + 13,-34: 0 + 13,-33: 0 + 14,-44: 0 + 14,-43: 0 + 14,-42: 0 + 14,-41: 0 + 14,-40: 0 + 14,-39: 0 + 14,-38: 0 + 14,-37: 0 + 14,-36: 0 + 14,-35: 0 + 14,-34: 0 + 14,-33: 0 + 15,-44: 0 + 15,-43: 0 + 15,-42: 0 + 15,-41: 0 + 15,-40: 0 + 15,-39: 0 + 15,-38: 0 + 15,-37: 0 + 15,-36: 0 + 15,-35: 0 + 15,-34: 0 + 15,-33: 0 + 16,-44: 0 + 16,-43: 0 + 16,-42: 0 + 16,-41: 0 + 16,-40: 0 + 16,-39: 0 + 16,-38: 0 + 16,-37: 0 + 16,-36: 0 + 16,-35: 0 + 16,-34: 0 + 16,-33: 0 + 17,-44: 0 + 17,-43: 0 + 17,-42: 0 + 17,-41: 0 + 17,-40: 0 + 17,-39: 0 + 17,-38: 0 + 17,-37: 0 + 17,-36: 0 + 17,-35: 0 + 17,-34: 0 + 17,-33: 0 + 18,-44: 0 + 18,-43: 0 + 18,-42: 0 + 18,-41: 0 + 18,-40: 1 + 18,-39: 0 + 18,-38: 0 + 18,-37: 0 + 18,-36: 0 + 18,-35: 0 + 18,-34: 0 + 18,-33: 0 + 19,-44: 0 + 19,-43: 0 + 19,-42: 0 + 19,-41: 0 + 19,-40: 1 + 19,-39: 0 + 19,-38: 0 + 19,-37: 0 + 19,-36: 0 + 19,-35: 0 + 19,-34: 0 + 19,-33: 0 + 20,-44: 0 + 20,-43: 0 + 20,-42: 0 + 20,-41: 0 + 20,-40: 0 + 20,-39: 0 + 20,-38: 0 + 20,-37: 0 + 20,-36: 0 + 20,-35: 0 + 20,-34: 0 + 20,-33: 0 + 21,-44: 0 + 21,-43: 0 + 21,-42: 0 + 21,-41: 0 + 21,-40: 0 + 21,-39: 0 + 21,-38: 0 + 21,-37: 0 + 21,-36: 0 + 21,-35: 1 + 21,-34: 0 + 21,-33: 0 + 22,-44: 0 + 22,-43: 0 + 22,-42: 0 + 22,-41: 0 + 22,-40: 0 + 22,-39: 0 + 22,-38: 0 + 22,-37: 0 + 22,-36: 0 + 22,-35: 0 + 22,-34: 0 + 22,-33: 0 + 23,-44: 0 + 23,-43: 0 + 23,-42: 0 + 23,-41: 0 + 23,-40: 0 + 23,-39: 0 + 23,-38: 0 + 23,-37: 0 + 23,-36: 0 + 23,-35: 0 + 23,-34: 0 + 23,-33: 0 + 24,-44: 0 + 24,-43: 0 + 24,-42: 0 + 24,-41: 0 + 24,-40: 0 + 24,-39: 0 + 24,-38: 0 + 24,-37: 0 + 24,-36: 0 + 24,-35: 0 + 24,-34: 0 + 24,-33: 0 + 25,-44: 0 + 25,-43: 0 + 25,-42: 0 + 25,-41: 0 + 25,-40: 0 + 25,-39: 0 + 25,-38: 0 + 25,-37: 0 + 25,-36: 0 + 25,-35: 0 + 25,-34: 0 + 25,-33: 0 + 26,-44: 0 + 26,-43: 0 + 26,-42: 0 + 26,-41: 0 + 26,-40: 0 + 26,-39: 0 + 26,-38: 0 + 26,-37: 0 + 26,-36: 0 + 26,-35: 0 + 26,-34: 0 + 26,-33: 0 + 27,-44: 0 + 27,-43: 0 + 27,-42: 0 + 27,-41: 0 + 27,-40: 0 + 27,-39: 0 + 27,-38: 0 + 27,-37: 0 + 27,-36: 0 + 27,-35: 0 + 27,-34: 0 + 27,-33: 0 + 28,-44: 0 + 28,-43: 0 + 28,-42: 0 + 28,-41: 0 + 28,-40: 0 + 28,-39: 0 + 28,-38: 0 + 28,-37: 0 + 28,-36: 0 + 28,-35: 0 + 28,-34: 0 + 28,-33: 0 + 29,-44: 0 + 29,-43: 0 + 29,-42: 0 + 29,-41: 0 + 29,-40: 0 + 29,-39: 0 + 29,-38: 0 + 29,-37: 0 + 29,-36: 0 + 29,-35: 0 + 29,-34: 0 + 29,-33: 0 + 30,-44: 0 + 30,-43: 0 + 30,-42: 0 + 30,-41: 0 + 30,-40: 0 + 30,-39: 0 + 30,-38: 0 + 30,-37: 0 + 30,-36: 0 + 30,-35: 0 + 30,-34: 0 + 30,-33: 0 + 31,-44: 0 + 31,-43: 0 + 31,-42: 0 + 31,-41: 0 + 31,-40: 0 + 31,-39: 0 + 31,-38: 0 + 31,-37: 0 + 31,-36: 0 + 31,-35: 0 + 31,-34: 0 + 31,-33: 0 + 32,-44: 0 + 32,-43: 0 + 32,-42: 0 + 32,-41: 0 + 32,-40: 0 + 32,-39: 0 + 32,-38: 0 + 32,-37: 0 + 32,-36: 0 + 32,-35: 0 + 32,-34: 0 + 32,-33: 0 + 33,-44: 0 + 33,-43: 0 + 33,-42: 0 + 33,-41: 0 + 33,-40: 0 + 33,-39: 0 + 33,-38: 0 + 33,-37: 0 + 33,-36: 0 + 33,-35: 0 + 33,-34: 0 + 33,-33: 0 + 34,-44: 0 + 34,-43: 0 + 34,-42: 0 + 34,-41: 0 + 34,-40: 0 + 34,-39: 0 + 34,-38: 0 + 34,-37: 0 + 34,-36: 0 + 34,-35: 0 + 34,-34: 0 + 34,-33: 0 + 35,-44: 0 + 35,-43: 0 + 35,-42: 0 + 35,-41: 0 + 35,-40: 0 + 35,-39: 0 + 35,-38: 0 + 35,-37: 0 + 35,-36: 0 + 35,-35: 0 + 35,-34: 0 + 35,-33: 0 + 36,-44: 0 + 36,-43: 0 + 36,-42: 0 + 36,-41: 0 + 36,-40: 0 + 36,-39: 0 + 36,-38: 0 + 36,-37: 0 + 36,-36: 0 + 36,-35: 0 + 36,-34: 0 + 36,-33: 0 + 37,-44: 0 + 37,-43: 0 + 37,-42: 0 + 37,-41: 0 + 37,-40: 0 + 37,-39: 0 + 37,-38: 0 + 37,-37: 0 + 37,-36: 0 + 37,-35: 0 + 37,-34: 0 + 37,-33: 0 + 38,-44: 0 + 38,-43: 0 + 38,-42: 0 + 38,-41: 0 + 38,-40: 0 + 38,-39: 0 + 38,-38: 0 + 38,-37: 0 + 38,-36: 0 + 38,-35: 0 + 38,-34: 0 + 38,-33: 0 + 39,-44: 0 + 39,-43: 0 + 39,-42: 0 + 39,-41: 0 + 39,-40: 0 + 39,-39: 0 + 39,-38: 0 + 39,-37: 0 + 39,-36: 0 + 39,-35: 0 + 39,-34: 0 + 39,-33: 0 + 40,-44: 0 + 40,-43: 0 + 40,-42: 0 + 40,-41: 0 + 40,-40: 0 + 40,-39: 0 + 40,-38: 0 + 40,-37: 0 + 40,-36: 0 + 40,-35: 0 + 40,-34: 0 + 40,-33: 0 + 18,23: 1 + 18,24: 0 + 18,25: 0 + 18,26: 0 + 18,27: 0 + 18,28: 0 + 18,29: 0 + 18,30: 0 + 19,23: 0 + 19,24: 0 + 19,25: 0 + 19,26: 0 + 19,27: 0 + 19,28: 0 + 19,29: 0 + 19,30: 0 + 20,23: 1 + 20,24: 0 + 20,25: 0 + 20,26: 0 + 20,27: 0 + 20,28: 0 + 20,29: 0 + 20,30: 0 + 21,23: 0 + 21,24: 0 + 21,25: 0 + 21,26: 0 + 21,27: 0 + 21,28: 0 + 21,29: 0 + 21,30: 0 + 22,23: 0 + 22,24: 0 + 22,25: 0 + 22,26: 0 + 22,27: 0 + 22,28: 0 + 22,29: 0 + 22,30: 0 + 23,23: 0 + 23,24: 0 + 23,25: 0 + 23,26: 0 + 23,27: 0 + 23,28: 0 + 23,29: 0 + 23,30: 0 + 24,23: 0 + 24,24: 0 + 24,25: 0 + 24,26: 0 + 24,27: 0 + 24,28: 0 + 24,29: 0 + 24,30: 0 + 25,23: 0 + 25,24: 0 + 25,25: 0 + 25,26: 0 + 25,27: 0 + 25,28: 0 + 25,29: 0 + 25,30: 0 + 26,23: 0 + 26,24: 0 + 26,25: 0 + 26,26: 0 + 26,27: 0 + 26,28: 0 + 26,29: 0 + 26,30: 0 + 27,23: 0 + 27,24: 0 + 27,25: 0 + 27,26: 0 + 27,27: 0 + 27,28: 0 + 27,29: 0 + 27,30: 0 + 28,23: 0 + 28,24: 0 + 28,25: 0 + 28,26: 0 + 28,27: 0 + 28,28: 0 + 28,29: 0 + 28,30: 0 + 29,23: 0 + 29,24: 0 + 29,25: 0 + 29,26: 0 + 29,27: 0 + 29,28: 0 + 29,29: 0 + 29,30: 0 + 30,23: 0 + 30,24: 0 + 30,25: 0 + 30,26: 0 + 30,27: 0 + 30,28: 0 + 30,29: 0 + 30,30: 0 + 31,23: 0 + 31,24: 0 + 31,25: 0 + 31,26: 0 + 31,27: 0 + 31,28: 0 + 31,29: 0 + 31,30: 0 + 32,23: 0 + 32,24: 0 + 32,25: 1 + 32,26: 0 + 32,27: 0 + 32,28: 0 + 32,29: 0 + 32,30: 0 + 33,23: 0 + 33,24: 0 + 33,25: 0 + 33,26: 0 + 33,27: 0 + 33,28: 0 + 33,29: 0 + 33,30: 0 + 3,23: 0 + 3,24: 0 + 3,25: 0 + 3,26: 0 + 3,27: 0 + 3,28: 0 + 3,29: 0 + 4,23: 0 + 4,24: 0 + 4,25: 0 + 4,26: 0 + 4,27: 0 + 4,28: 0 + 4,29: 0 + 5,23: 0 + 5,24: 0 + 5,25: 0 + 5,26: 0 + 5,27: 0 + 5,28: 0 + 5,29: 0 + 6,23: 0 + 6,24: 0 + 6,25: 0 + 6,26: 0 + 6,27: 0 + 6,28: 0 + 6,29: 0 + 7,23: 0 + 7,24: 0 + 7,25: 0 + 7,26: 0 + 7,27: 0 + 7,28: 0 + 7,29: 0 + 8,23: 0 + 8,24: 0 + 8,25: 0 + 8,26: 0 + 8,27: 0 + 8,28: 0 + 8,29: 0 + 9,23: 0 + 9,24: 0 + 9,25: 0 + 9,26: 0 + 9,27: 0 + 9,28: 0 + 9,29: 0 + 10,23: 0 + 10,24: 0 + 10,25: 0 + 10,26: 0 + 10,27: 0 + 10,28: 0 + 10,29: 0 + 11,23: 0 + 11,24: 0 + 11,25: 1 + 11,26: 0 + 11,27: 0 + 11,28: 0 + 11,29: 0 + 12,23: 0 + 12,24: 0 + 12,25: 0 + 12,26: 0 + 12,27: 0 + 12,28: 0 + 12,29: 0 + 13,23: 0 + 13,24: 0 + 13,25: 0 + 13,26: 0 + 13,27: 0 + 13,28: 0 + 13,29: 0 + 14,23: 0 + 14,24: 0 + 14,25: 0 + 14,26: 0 + 14,27: 0 + 14,28: 0 + 14,29: 0 + 15,23: 0 + 15,24: 0 + 15,25: 0 + 15,26: 0 + 15,27: 0 + 15,28: 0 + 15,29: 0 + 16,23: 0 + 16,24: 0 + 16,25: 0 + 16,26: 0 + 16,27: 0 + 16,28: 0 + 16,29: 0 + 17,23: 0 + 17,24: 0 + 17,25: 0 + 17,26: 0 + 17,27: 0 + 17,28: 0 + 17,29: 0 + 25,31: 0 + 26,31: 1 + 27,31: 0 + 28,31: 0 + 29,31: 0 + 30,31: 0 + 31,31: 0 + 32,31: 0 + 33,31: 0 + 32,32: 0 + 32,33: 0 + 33,32: 0 + 33,33: 0 + 25,32: 0 + 25,33: 0 + 26,32: 0 + 26,33: 0 + 27,32: 0 + 27,33: 0 + 28,32: 0 + 28,33: 0 + 29,32: 0 + 29,33: 0 + 30,32: 0 + 30,33: 0 + 31,32: 0 + 31,33: 0 + -23,-45: 0 + -22,-48: 0 + -22,-47: 0 + -22,-46: 0 + -22,-45: 0 + -21,-48: 0 + -21,-47: 0 + -21,-46: 0 + -21,-45: 0 + -20,-48: 0 + -20,-47: 0 + -20,-46: 0 + -20,-45: 0 + -19,-48: 0 + -19,-47: 0 + -19,-46: 0 + -19,-45: 0 + -18,-48: 0 + -18,-47: 0 + -18,-46: 0 + -18,-45: 0 + -17,-48: 0 + -17,-47: 0 + -17,-46: 0 + -17,-45: 0 + -16,-48: 1 + -16,-47: 0 + -16,-46: 1 + -16,-45: 0 + -15,-48: 1 + -15,-47: 0 + -15,-46: 1 + -15,-45: 0 + -14,-48: 0 + -14,-47: 0 + -14,-46: 0 + -14,-45: 0 + -13,-48: 0 + -13,-47: 0 + -13,-46: 0 + -13,-45: 0 + -12,-48: 0 + -12,-47: 0 + -12,-46: 0 + -12,-45: 0 + -11,-48: 0 + -11,-47: 0 + -11,-46: 0 + -11,-45: 0 + -10,-48: 0 + -10,-47: 0 + -10,-46: 0 + -10,-45: 0 + -9,-48: 0 + -9,-47: 0 + -9,-46: 0 + -9,-45: 0 + -8,-48: 0 + -8,-47: 0 + -8,-46: 0 + -8,-45: 0 + -7,-48: 0 + -7,-47: 0 + -7,-46: 0 + -7,-45: 0 + -6,-48: 0 + -6,-47: 0 + -6,-46: 0 + -6,-45: 0 + -5,-48: 0 + -5,-47: 0 + -5,-46: 0 + -5,-45: 0 + -4,-48: 0 + -4,-47: 0 + -4,-46: 0 + -4,-45: 0 + -3,-48: 0 + -3,-47: 0 + -3,-46: 0 + -3,-45: 0 + -2,-48: 0 + -2,-47: 0 + -2,-46: 0 + -2,-45: 0 + -1,-48: 0 + -1,-47: 0 + -1,-46: 0 + -1,-45: 0 + 0,-48: 0 + 0,-47: 0 + 0,-46: 0 + 0,-45: 0 + 1,-48: 0 + 1,-47: 0 + 1,-46: 0 + 1,-45: 0 + 2,-48: 0 + 2,-47: 0 + 2,-46: 0 + 2,-45: 0 + 3,-48: 0 + 3,-47: 0 + 3,-46: 0 + 3,-45: 0 + 4,-48: 0 + 4,-47: 0 + 4,-46: 0 + 4,-45: 0 + 5,-48: 0 + 5,-47: 0 + 5,-46: 0 + 5,-45: 0 + 6,-48: 0 + 6,-47: 0 + 6,-46: 0 + 6,-45: 0 + 7,-48: 0 + 7,-47: 0 + 7,-46: 0 + 7,-45: 0 + 8,-48: 0 + 8,-47: 0 + 8,-46: 0 + 8,-45: 0 + 9,-48: 0 + 9,-47: 0 + 9,-46: 0 + 9,-45: 0 + 10,-48: 0 + 10,-47: 0 + 10,-46: 0 + 10,-45: 0 + 11,-48: 0 + 11,-47: 0 + 11,-46: 0 + 11,-45: 0 + 12,-48: 0 + 12,-47: 0 + 12,-46: 0 + 12,-45: 0 + 13,-48: 0 + 13,-47: 0 + 13,-46: 0 + 13,-45: 0 + 14,-48: 0 + 14,-47: 0 + 14,-46: 0 + 14,-45: 0 + 15,-48: 0 + 15,-47: 0 + 15,-46: 0 + 15,-45: 0 + 16,-48: 0 + 16,-47: 0 + 16,-46: 0 + 16,-45: 0 + 17,-48: 0 + 17,-47: 0 + 17,-46: 0 + 17,-45: 0 + 18,-48: 0 + 18,-47: 0 + 18,-46: 0 + 18,-45: 0 + 19,-48: 0 + 19,-47: 0 + 19,-46: 0 + 19,-45: 0 + 20,-48: 0 + 20,-47: 0 + 20,-46: 0 + 20,-45: 0 + 21,-48: 0 + 21,-47: 0 + 21,-46: 0 + 21,-45: 0 + 22,-48: 0 + 22,-47: 0 + 22,-46: 0 + 22,-45: 0 + 23,-48: 0 + 23,-47: 0 + 23,-46: 0 + 23,-45: 0 + 24,-48: 0 + 24,-47: 0 + 24,-46: 0 + 24,-45: 0 + 25,-48: 0 + 25,-47: 0 + 25,-46: 0 + 25,-45: 0 + 26,-48: 0 + 26,-47: 0 + 26,-46: 0 + 26,-45: 0 + 27,-48: 0 + 27,-47: 0 + 27,-46: 0 + 27,-45: 0 + 28,-48: 0 + 28,-47: 0 + 28,-46: 0 + 28,-45: 0 + 29,-48: 0 + 29,-47: 0 + 29,-46: 0 + 29,-45: 0 + 30,-48: 0 + 30,-47: 0 + 30,-46: 0 + 30,-45: 0 + 31,-48: 0 + 31,-47: 0 + 31,-46: 0 + 31,-45: 0 + 32,-48: 0 + 32,-47: 0 + 32,-46: 0 + 32,-45: 0 + 33,-48: 0 + 33,-47: 0 + 33,-46: 0 + 33,-45: 0 + 34,-48: 0 + 34,-47: 0 + 34,-46: 0 + 34,-45: 0 + 35,-48: 0 + 35,-47: 0 + 35,-46: 0 + 35,-45: 0 + 36,-48: 0 + 36,-47: 0 + 36,-46: 0 + 36,-45: 0 + 37,-48: 0 + 37,-47: 0 + 37,-46: 0 + 37,-45: 0 + 38,-48: 0 + 38,-47: 0 + 38,-46: 0 + 38,-45: 0 + 39,-48: 0 + 39,-47: 1 + 39,-46: 0 + 39,-45: 0 + 40,-48: 0 + 40,-47: 0 + 40,-46: 0 + 40,-45: 0 + 0,-64: 0 + 0,-63: 0 + 0,-62: 0 + 0,-61: 0 + 0,-60: 0 + 0,-59: 0 + 0,-58: 0 + 0,-57: 0 + 0,-56: 0 + 0,-55: 0 + 0,-54: 0 + 0,-53: 0 + 0,-52: 0 + 0,-51: 0 + 0,-50: 0 + 0,-49: 0 + 1,-64: 0 + 1,-63: 0 + 1,-62: 0 + 1,-61: 0 + 1,-60: 0 + 1,-59: 0 + 1,-58: 0 + 1,-57: 0 + 1,-56: 0 + 1,-55: 0 + 1,-54: 0 + 1,-53: 0 + 1,-52: 0 + 1,-51: 0 + 1,-50: 0 + 1,-49: 0 + 2,-64: 0 + 2,-63: 0 + 2,-62: 0 + 2,-61: 0 + 2,-60: 0 + 2,-59: 0 + 2,-58: 0 + 2,-57: 0 + 2,-56: 0 + 2,-55: 0 + 2,-54: 0 + 2,-53: 0 + 2,-52: 0 + 2,-51: 0 + 2,-50: 0 + 2,-49: 0 + 3,-64: 0 + 3,-63: 0 + 3,-62: 0 + 3,-61: 0 + 3,-60: 0 + 3,-59: 0 + 3,-58: 0 + 3,-57: 0 + 3,-56: 0 + 3,-55: 0 + 3,-54: 0 + 3,-53: 0 + 3,-52: 0 + 3,-51: 0 + 3,-50: 0 + 3,-49: 0 + 4,-64: 0 + 4,-63: 0 + 4,-62: 0 + 4,-61: 0 + 4,-60: 0 + 4,-59: 0 + 4,-58: 0 + 4,-57: 0 + 4,-56: 0 + 4,-55: 0 + 4,-54: 0 + 4,-53: 0 + 4,-52: 0 + 4,-51: 0 + 4,-50: 0 + 4,-49: 0 + 5,-64: 0 + 5,-63: 0 + 5,-62: 0 + 5,-61: 0 + 5,-60: 0 + 5,-59: 0 + 5,-58: 0 + 5,-57: 0 + 5,-56: 0 + 5,-55: 0 + 5,-54: 0 + 5,-53: 0 + 5,-52: 0 + 5,-51: 1 + 5,-50: 0 + 5,-49: 0 + 6,-64: 0 + 6,-63: 0 + 6,-62: 0 + 6,-61: 0 + 6,-60: 0 + 6,-59: 0 + 6,-58: 0 + 6,-57: 0 + 6,-56: 0 + 6,-55: 0 + 6,-54: 0 + 6,-53: 0 + 6,-52: 0 + 6,-51: 1 + 6,-50: 0 + 6,-49: 0 + 7,-64: 0 + 7,-63: 0 + 7,-62: 0 + 7,-61: 0 + 7,-60: 0 + 7,-59: 0 + 7,-58: 0 + 7,-57: 0 + 7,-56: 0 + 7,-55: 0 + 7,-54: 0 + 7,-53: 0 + 7,-52: 0 + 7,-51: 0 + 7,-50: 0 + 7,-49: 0 + 8,-64: 0 + 8,-63: 0 + 8,-62: 0 + 8,-61: 0 + 8,-60: 0 + 8,-59: 0 + 8,-58: 0 + 8,-57: 0 + 8,-56: 0 + 8,-55: 0 + 8,-54: 0 + 8,-53: 0 + 8,-52: 0 + 8,-51: 0 + 8,-50: 0 + 8,-49: 0 + 9,-64: 0 + 9,-63: 0 + 9,-62: 0 + 9,-61: 0 + 9,-60: 0 + 9,-59: 0 + 9,-58: 0 + 9,-57: 0 + 9,-56: 0 + 9,-55: 0 + 9,-54: 0 + 9,-53: 0 + 9,-52: 0 + 9,-51: 0 + 9,-50: 0 + 9,-49: 0 + 10,-64: 0 + 10,-63: 0 + 10,-62: 0 + 10,-61: 0 + 10,-60: 0 + 10,-59: 0 + 10,-58: 0 + 10,-57: 0 + 10,-56: 0 + 10,-55: 0 + 10,-54: 0 + 10,-53: 0 + 10,-52: 0 + 10,-51: 0 + 10,-50: 0 + 10,-49: 0 + 11,-64: 0 + 11,-63: 0 + 11,-62: 0 + 11,-61: 0 + 11,-60: 0 + 11,-59: 0 + 11,-58: 0 + 11,-57: 0 + 11,-56: 0 + 11,-55: 0 + 11,-54: 0 + 11,-53: 0 + 11,-52: 1 + 11,-51: 0 + 11,-50: 0 + 11,-49: 0 + 12,-64: 0 + 12,-63: 0 + 12,-62: 0 + 12,-61: 0 + 12,-60: 0 + 12,-59: 0 + 12,-58: 0 + 12,-57: 0 + 12,-56: 0 + 12,-55: 0 + 12,-54: 0 + 12,-53: 1 + 12,-52: 0 + 12,-51: 0 + 12,-50: 0 + 12,-49: 0 + 13,-64: 0 + 13,-63: 0 + 13,-62: 0 + 13,-61: 0 + 13,-60: 0 + 13,-59: 0 + 13,-58: 0 + 13,-57: 0 + 13,-56: 0 + 13,-55: 0 + 13,-54: 0 + 13,-53: 0 + 13,-52: 0 + 13,-51: 0 + 13,-50: 0 + 13,-49: 0 + 14,-64: 0 + 14,-63: 0 + 14,-62: 0 + 14,-61: 0 + 14,-60: 0 + 14,-59: 0 + 14,-58: 0 + 14,-49: 0 + 15,-49: 0 + 16,-49: 0 + 17,-49: 0 + 18,-49: 0 + 19,-49: 0 + 20,-49: 0 + 21,-49: 0 + 22,-49: 0 + 23,-49: 0 + 24,-49: 0 + 25,-49: 0 + 26,-49: 0 + 27,-49: 0 + 28,-49: 0 + 29,-49: 0 + 30,-49: 0 + 31,-49: 0 + 32,-49: 0 + 33,-49: 0 + 34,-49: 0 + 35,-49: 0 + 36,-49: 0 + 37,-49: 0 + 38,-49: 0 + 39,-49: 0 + 40,-49: 0 + -16,-64: 1 + -16,-63: 0 + -16,-62: 0 + -16,-61: 0 + -16,-60: 0 + -16,-59: 0 + -16,-58: 0 + -16,-57: 0 + -16,-56: 0 + -16,-55: 0 + -16,-54: 0 + -16,-53: 0 + -16,-52: 0 + -16,-51: 0 + -16,-50: 1 + -16,-49: 0 + -15,-64: 0 + -15,-63: 0 + -15,-62: 0 + -15,-61: 0 + -15,-60: 0 + -15,-59: 0 + -15,-58: 0 + -15,-57: 0 + -15,-56: 0 + -15,-55: 0 + -15,-54: 0 + -15,-53: 0 + -15,-52: 0 + -15,-51: 0 + -15,-50: 1 + -15,-49: 0 + -14,-64: 0 + -14,-63: 0 + -14,-62: 0 + -14,-61: 0 + -14,-60: 0 + -14,-59: 0 + -14,-58: 0 + -14,-57: 0 + -14,-56: 0 + -14,-55: 0 + -14,-54: 0 + -14,-53: 0 + -14,-52: 0 + -14,-51: 0 + -14,-50: 0 + -14,-49: 0 + -13,-64: 1 + -13,-63: 0 + -13,-62: 0 + -13,-61: 0 + -13,-60: 0 + -13,-59: 0 + -13,-58: 0 + -13,-57: 0 + -13,-56: 0 + -13,-55: 0 + -13,-54: 0 + -13,-53: 0 + -13,-52: 0 + -13,-51: 0 + -13,-50: 0 + -13,-49: 0 + -12,-64: 0 + -12,-63: 0 + -12,-62: 0 + -12,-61: 0 + -12,-60: 0 + -12,-59: 0 + -12,-58: 0 + -12,-57: 0 + -12,-56: 0 + -12,-55: 0 + -12,-54: 0 + -12,-53: 0 + -12,-52: 0 + -12,-51: 0 + -12,-50: 0 + -12,-49: 0 + -11,-64: 0 + -11,-63: 0 + -11,-62: 0 + -11,-61: 0 + -11,-60: 0 + -11,-59: 0 + -11,-58: 0 + -11,-57: 0 + -11,-56: 0 + -11,-55: 0 + -11,-54: 0 + -11,-53: 0 + -11,-52: 0 + -11,-51: 0 + -11,-50: 0 + -11,-49: 0 + -10,-64: 0 + -10,-63: 0 + -10,-62: 0 + -10,-61: 0 + -10,-60: 0 + -10,-59: 0 + -10,-58: 0 + -10,-57: 0 + -10,-56: 0 + -10,-55: 0 + -10,-54: 0 + -10,-53: 0 + -10,-52: 0 + -10,-51: 0 + -10,-50: 0 + -10,-49: 0 + -9,-64: 0 + -9,-63: 0 + -9,-62: 0 + -9,-61: 0 + -9,-60: 0 + -9,-59: 0 + -9,-58: 0 + -9,-57: 0 + -9,-56: 0 + -9,-55: 0 + -9,-54: 0 + -9,-53: 0 + -9,-52: 0 + -9,-51: 0 + -9,-50: 0 + -9,-49: 0 + -8,-64: 0 + -8,-63: 0 + -8,-62: 0 + -8,-61: 0 + -8,-60: 1 + -8,-59: 0 + -8,-58: 0 + -8,-57: 0 + -8,-56: 0 + -8,-55: 0 + -8,-54: 0 + -8,-53: 0 + -8,-52: 0 + -8,-51: 0 + -8,-50: 0 + -8,-49: 0 + -7,-64: 0 + -7,-63: 0 + -7,-62: 0 + -7,-61: 0 + -7,-60: 0 + -7,-59: 0 + -7,-58: 0 + -7,-57: 0 + -7,-56: 0 + -7,-55: 0 + -7,-54: 0 + -7,-53: 0 + -7,-52: 0 + -7,-51: 0 + -7,-50: 0 + -7,-49: 0 + -6,-64: 0 + -6,-63: 0 + -6,-62: 0 + -6,-61: 0 + -6,-60: 0 + -6,-59: 0 + -6,-58: 0 + -6,-57: 0 + -6,-56: 0 + -6,-55: 0 + -6,-54: 0 + -6,-53: 0 + -6,-52: 0 + -6,-51: 0 + -6,-50: 0 + -6,-49: 0 + -5,-64: 0 + -5,-63: 0 + -5,-62: 0 + -5,-61: 0 + -5,-60: 1 + -5,-59: 0 + -5,-58: 0 + -5,-57: 0 + -5,-56: 0 + -5,-55: 0 + -5,-54: 0 + -5,-53: 0 + -5,-52: 0 + -5,-51: 0 + -5,-50: 0 + -5,-49: 0 + -4,-64: 0 + -4,-63: 0 + -4,-62: 0 + -4,-61: 0 + -4,-60: 0 + -4,-59: 0 + -4,-58: 0 + -4,-57: 0 + -4,-56: 0 + -4,-55: 0 + -4,-54: 0 + -4,-53: 0 + -4,-52: 0 + -4,-51: 0 + -4,-50: 0 + -4,-49: 0 + -3,-64: 0 + -3,-63: 0 + -3,-62: 0 + -3,-61: 0 + -3,-60: 0 + -3,-59: 0 + -3,-58: 0 + -3,-57: 0 + -3,-56: 0 + -3,-55: 0 + -3,-54: 0 + -3,-53: 0 + -3,-52: 0 + -3,-51: 0 + -3,-50: 0 + -3,-49: 0 + -2,-64: 0 + -2,-63: 0 + -2,-62: 0 + -2,-61: 0 + -2,-60: 0 + -2,-59: 0 + -2,-58: 0 + -2,-57: 0 + -2,-56: 0 + -2,-55: 0 + -2,-54: 0 + -2,-53: 0 + -2,-52: 0 + -2,-51: 0 + -2,-50: 0 + -2,-49: 0 + -1,-64: 0 + -1,-63: 0 + -1,-62: 0 + -1,-61: 0 + -1,-60: 0 + -1,-59: 0 + -1,-58: 0 + -1,-57: 0 + -1,-56: 0 + -1,-55: 0 + -1,-54: 0 + -1,-53: 0 + -1,-52: 0 + -1,-51: 0 + -1,-50: 0 + -1,-49: 0 + -25,-63: 0 + -25,-62: 0 + -25,-61: 0 + -25,-60: 0 + -25,-59: 0 + -25,-58: 0 + -25,-57: 0 + -25,-56: 0 + -25,-55: 0 + -25,-54: 0 + -25,-53: 0 + -25,-52: 0 + -25,-51: 0 + -24,-63: 0 + -24,-62: 0 + -24,-61: 0 + -24,-60: 0 + -24,-59: 0 + -24,-58: 0 + -24,-57: 0 + -24,-56: 0 + -24,-55: 0 + -24,-54: 0 + -24,-53: 0 + -24,-52: 0 + -24,-51: 0 + -23,-63: 0 + -23,-62: 0 + -23,-61: 0 + -23,-60: 0 + -23,-59: 0 + -23,-58: 0 + -23,-57: 0 + -23,-56: 0 + -23,-55: 0 + -23,-54: 0 + -23,-53: 0 + -23,-52: 0 + -23,-51: 0 + -22,-63: 0 + -22,-62: 0 + -22,-61: 0 + -22,-60: 0 + -22,-59: 0 + -22,-58: 0 + -22,-57: 0 + -22,-56: 0 + -22,-55: 0 + -22,-54: 0 + -22,-53: 0 + -22,-52: 0 + -22,-51: 0 + -22,-50: 0 + -22,-49: 0 + -21,-63: 0 + -21,-62: 0 + -21,-61: 0 + -21,-60: 0 + -21,-59: 0 + -21,-58: 0 + -21,-57: 0 + -21,-56: 0 + -21,-55: 0 + -21,-54: 0 + -21,-53: 0 + -21,-52: 0 + -21,-51: 1 + -21,-50: 0 + -21,-49: 0 + -20,-63: 0 + -20,-62: 0 + -20,-61: 0 + -20,-60: 0 + -20,-59: 0 + -20,-58: 0 + -20,-57: 0 + -20,-56: 0 + -20,-55: 0 + -20,-54: 0 + -20,-53: 0 + -20,-52: 0 + -20,-51: 0 + -20,-50: 0 + -20,-49: 0 + -19,-63: 0 + -19,-62: 0 + -19,-61: 0 + -19,-60: 0 + -19,-59: 0 + -19,-58: 0 + -19,-57: 0 + -19,-56: 0 + -19,-55: 1 + -19,-54: 0 + -19,-53: 0 + -19,-52: 0 + -19,-51: 0 + -19,-50: 0 + -19,-49: 0 + -18,-64: 0 + -18,-63: 0 + -18,-62: 0 + -18,-61: 0 + -18,-60: 0 + -18,-59: 0 + -18,-58: 0 + -18,-57: 0 + -18,-56: 0 + -18,-55: 0 + -18,-54: 0 + -18,-53: 0 + -18,-52: 0 + -18,-51: 0 + -18,-50: 0 + -18,-49: 0 + -17,-64: 0 + -17,-63: 0 + -17,-62: 0 + -17,-61: 0 + -17,-60: 0 + -17,-59: 0 + -17,-58: 0 + -17,-57: 0 + -17,-56: 0 + -17,-55: 0 + -17,-54: 0 + -17,-53: 0 + -17,-52: 0 + -17,-51: 0 + -17,-50: 0 + -17,-49: 0 + -16,-69: 0 + -16,-68: 0 + -16,-67: 5 + -16,-66: 5 + -16,-65: 5 + -15,-69: 0 + -15,-68: 0 + -15,-67: 0 + -15,-66: 0 + -15,-65: 0 + -14,-69: 0 + -14,-68: 0 + -14,-67: 0 + -14,-66: 0 + -14,-65: 0 + -13,-69: 0 + -13,-68: 0 + -13,-67: 5 + -13,-66: 5 + -13,-65: 5 + -12,-69: 0 + -12,-68: 0 + -12,-67: 0 + -12,-66: 0 + -12,-65: 0 + -11,-71: 0 + -11,-70: 0 + -11,-69: 0 + -11,-68: 0 + -11,-67: 0 + -11,-66: 0 + -11,-65: 0 + -10,-72: 0 + -10,-71: 0 + -10,-70: 0 + -10,-69: 0 + -10,-68: 0 + -10,-67: 0 + -10,-66: 0 + -10,-65: 0 + -9,-72: 0 + -9,-71: 0 + -9,-70: 0 + -9,-69: 0 + -9,-68: 0 + -9,-67: 0 + -9,-66: 0 + -9,-65: 0 + -8,-72: 0 + -8,-71: 0 + -8,-70: 0 + -8,-69: 0 + -8,-68: 0 + -8,-67: 0 + -8,-66: 0 + -8,-65: 0 + -7,-72: 0 + -7,-71: 0 + -7,-70: 0 + -7,-69: 0 + -7,-68: 0 + -7,-67: 0 + -7,-66: 0 + -7,-65: 0 + -6,-68: 0 + -6,-67: 0 + -6,-66: 0 + -6,-65: 0 + -5,-69: 0 + -5,-68: 0 + -5,-67: 0 + -5,-66: 0 + -5,-65: 0 + -4,-69: 0 + -4,-68: 0 + -4,-67: 0 + -4,-66: 0 + -4,-65: 0 + -3,-69: 0 + -3,-68: 0 + -3,-67: 0 + -3,-66: 0 + -3,-65: 0 + -2,-69: 0 + -2,-68: 0 + -2,-67: 0 + -2,-66: 0 + -2,-65: 0 + -1,-69: 0 + -1,-68: 0 + -1,-67: 0 + -1,-66: 0 + -1,-65: 0 + -18,-69: 0 + -18,-68: 0 + -18,-67: 0 + -18,-66: 0 + -18,-65: 0 + -17,-69: 0 + -17,-68: 0 + -17,-67: 0 + -17,-66: 0 + -17,-65: 0 + 0,-69: 0 + 0,-68: 0 + 0,-67: 0 + 0,-66: 0 + 0,-65: 0 + 1,-69: 0 + 1,-68: 0 + 1,-67: 0 + 1,-66: 0 + 1,-65: 0 + 2,-67: 0 + 2,-66: 0 + 2,-65: 0 + 3,-67: 0 + 3,-66: 0 + 3,-65: 0 + 4,-67: 0 + 4,-66: 0 + 4,-65: 0 + 5,-67: 0 + 5,-66: 0 + 5,-65: 0 + 6,-67: 0 + 6,-66: 0 + 6,-65: 0 + 7,-67: 0 + 7,-66: 0 + 7,-65: 0 + 8,-67: 0 + 8,-66: 0 + 8,-65: 0 + 9,-67: 0 + 9,-66: 0 + 9,-65: 0 + 10,-67: 0 + 10,-66: 0 + 10,-65: 0 + 11,-67: 0 + 11,-66: 0 + 11,-65: 0 + 12,-67: 0 + 12,-66: 0 + 12,-65: 0 + 13,-67: 0 + 13,-66: 0 + 13,-65: 0 + 14,-67: 0 + 14,-66: 0 + 14,-65: 0 + -28,-64: 0 + -27,-64: 0 + -26,-64: 0 + -25,-64: 0 + -24,-64: 0 + -23,-64: 0 + -22,-64: 0 + -21,-64: 0 + -20,-64: 0 + -19,-64: 0 + -16,-80: 0 + -16,-79: 0 + -16,-78: 0 + -16,-77: 0 + -16,-76: 0 + -16,-75: 0 + -16,-74: 0 + -16,-73: 0 + -16,-72: 0 + -16,-71: 0 + -16,-70: 0 + -15,-80: 0 + -15,-79: 0 + -15,-78: 0 + -15,-77: 0 + -15,-76: 0 + -15,-75: 0 + -15,-74: 0 + -15,-73: 0 + -15,-72: 0 + -15,-71: 0 + -15,-70: 0 + -14,-80: 0 + -14,-79: 0 + -14,-78: 0 + -14,-77: 0 + -14,-76: 0 + -14,-75: 0 + -14,-74: 0 + -14,-73: 0 + -14,-72: 0 + -14,-71: 0 + -14,-70: 0 + -13,-80: 0 + -13,-79: 0 + -13,-78: 0 + -13,-77: 0 + -13,-76: 0 + -13,-75: 0 + -13,-74: 0 + -13,-73: 0 + -13,-72: 0 + -13,-71: 0 + -13,-70: 0 + -12,-80: 0 + -12,-79: 0 + -12,-78: 0 + -12,-77: 0 + -12,-76: 0 + -12,-75: 0 + -12,-74: 1 + -12,-73: 0 + -12,-72: 0 + -12,-71: 0 + -12,-70: 0 + -11,-80: 0 + -11,-79: 0 + -11,-78: 0 + -11,-77: 0 + -11,-76: 0 + -11,-75: 0 + -11,-74: 0 + -11,-73: 0 + -11,-72: 0 + -10,-80: 0 + -10,-79: 0 + -10,-78: 0 + -10,-77: 0 + -10,-76: 0 + -10,-75: 0 + -10,-74: 0 + -10,-73: 0 + -9,-80: 0 + -9,-79: 0 + -9,-78: 0 + -9,-77: 0 + -9,-76: 0 + -9,-75: 0 + -9,-74: 0 + -9,-73: 0 + -8,-80: 0 + -8,-79: 0 + -8,-78: 0 + -8,-77: 0 + -8,-76: 0 + -8,-75: 0 + -8,-74: 0 + -8,-73: 0 + -7,-79: 0 + -7,-78: 0 + -7,-77: 0 + -7,-76: 0 + -7,-75: 0 + -7,-74: 0 + -7,-73: 0 + -6,-75: 0 + -6,-74: 1 + -6,-73: 0 + -6,-72: 0 + -6,-71: 0 + -6,-70: 0 + -6,-69: 1 + -5,-75: 0 + -5,-74: 0 + -5,-73: 0 + -5,-72: 0 + -5,-71: 0 + -5,-70: 0 + -4,-75: 0 + -4,-74: 0 + -4,-73: 0 + -4,-72: 0 + -4,-71: 0 + -4,-70: 0 + -3,-75: 0 + -3,-74: 0 + -3,-73: 0 + -3,-72: 0 + -3,-71: 0 + -3,-70: 0 + -2,-75: 0 + -2,-74: 0 + -2,-73: 0 + -2,-72: 0 + -2,-71: 0 + -2,-70: 0 + -1,-75: 0 + -1,-74: 0 + -1,-73: 0 + -1,-72: 0 + -1,-71: 0 + -1,-70: 0 + -32,-80: 0 + -32,-79: 0 + -32,-78: 0 + -32,-77: 0 + -32,-76: 0 + -32,-75: 0 + -32,-74: 0 + -31,-80: 0 + -31,-79: 0 + -31,-78: 0 + -31,-77: 0 + -31,-76: 0 + -31,-75: 0 + -31,-74: 0 + -30,-80: 0 + -30,-79: 0 + -30,-78: 0 + -30,-77: 0 + -30,-76: 0 + -30,-75: 0 + -30,-74: 0 + -29,-80: 0 + -29,-79: 0 + -29,-78: 0 + -29,-77: 0 + -29,-76: 0 + -29,-75: 0 + -29,-74: 0 + -29,-73: 0 + -29,-72: 0 + -29,-71: 0 + -29,-70: 0 + -29,-69: 0 + -29,-68: 1 + -29,-67: 0 + -28,-80: 0 + -28,-79: 0 + -28,-78: 0 + -28,-77: 0 + -28,-76: 0 + -28,-75: 0 + -28,-74: 0 + -28,-73: 0 + -28,-72: 0 + -28,-71: 0 + -28,-70: 0 + -28,-69: 0 + -28,-68: 1 + -28,-67: 0 + -28,-66: 0 + -28,-65: 0 + -27,-80: 0 + -27,-79: 0 + -27,-78: 0 + -27,-77: 0 + -27,-76: 0 + -27,-75: 0 + -27,-74: 0 + -27,-73: 0 + -27,-72: 0 + -27,-71: 0 + -27,-70: 0 + -27,-69: 0 + -27,-68: 0 + -27,-67: 0 + -27,-66: 0 + -27,-65: 0 + -26,-80: 0 + -26,-79: 0 + -26,-78: 0 + -26,-77: 0 + -26,-76: 0 + -26,-75: 0 + -26,-74: 1 + -26,-73: 0 + -26,-72: 0 + -26,-71: 0 + -26,-70: 0 + -26,-69: 0 + -26,-68: 0 + -26,-67: 0 + -26,-66: 0 + -26,-65: 0 + -25,-80: 0 + -25,-79: 0 + -25,-78: 0 + -25,-77: 0 + -25,-76: 0 + -25,-75: 0 + -25,-74: 0 + -25,-73: 0 + -25,-72: 0 + -25,-71: 0 + -25,-70: 0 + -25,-69: 0 + -25,-68: 0 + -25,-67: 0 + -25,-66: 0 + -25,-65: 0 + -24,-80: 0 + -24,-79: 0 + -24,-78: 0 + -24,-77: 0 + -24,-76: 0 + -24,-75: 0 + -24,-74: 0 + -24,-73: 0 + -24,-72: 0 + -24,-71: 0 + -24,-70: 0 + -24,-69: 0 + -24,-68: 0 + -24,-67: 0 + -24,-66: 0 + -24,-65: 0 + -23,-80: 1 + -23,-79: 0 + -23,-78: 0 + -23,-77: 0 + -23,-76: 0 + -23,-75: 0 + -23,-74: 0 + -23,-73: 0 + -23,-72: 0 + -23,-71: 0 + -23,-70: 0 + -23,-69: 0 + -23,-68: 0 + -23,-67: 0 + -23,-66: 0 + -23,-65: 0 + -22,-80: 0 + -22,-79: 0 + -22,-78: 0 + -22,-77: 0 + -22,-76: 0 + -22,-75: 0 + -22,-74: 0 + -22,-73: 0 + -22,-72: 0 + -22,-71: 0 + -22,-70: 0 + -22,-69: 0 + -22,-68: 0 + -22,-67: 0 + -22,-66: 0 + -22,-65: 0 + -21,-80: 0 + -21,-79: 0 + -21,-78: 0 + -21,-77: 0 + -21,-76: 0 + -21,-75: 0 + -21,-74: 0 + -21,-73: 0 + -21,-72: 0 + -21,-71: 0 + -21,-70: 0 + -21,-69: 0 + -21,-68: 0 + -21,-67: 0 + -21,-66: 0 + -21,-65: 0 + -20,-80: 0 + -20,-79: 0 + -20,-78: 0 + -20,-77: 0 + -20,-76: 0 + -20,-75: 0 + -20,-74: 0 + -20,-73: 0 + -20,-72: 0 + -20,-71: 0 + -20,-70: 0 + -20,-69: 0 + -20,-68: 0 + -20,-67: 0 + -20,-66: 0 + -20,-65: 0 + -19,-80: 0 + -19,-79: 0 + -19,-78: 0 + -19,-77: 0 + -19,-76: 0 + -19,-75: 0 + -19,-74: 0 + -19,-73: 0 + -19,-72: 0 + -19,-71: 0 + -19,-70: 0 + -19,-69: 0 + -19,-68: 0 + -19,-67: 0 + -19,-66: 0 + -19,-65: 0 + -18,-80: 0 + -18,-79: 0 + -18,-78: 0 + -18,-77: 0 + -18,-76: 0 + -18,-75: 0 + -18,-74: 0 + -18,-73: 0 + -18,-72: 0 + -18,-71: 0 + -18,-70: 0 + -17,-80: 0 + -17,-79: 0 + -17,-78: 0 + -17,-77: 0 + -17,-76: 0 + -17,-75: 0 + -17,-74: 0 + -17,-73: 0 + -17,-72: 0 + -17,-71: 0 + -17,-70: 0 + 0,-75: 0 + 0,-74: 0 + 0,-73: 0 + 0,-72: 0 + 0,-71: 0 + 0,-70: 0 + 1,-75: 0 + 1,-74: 0 + 1,-73: 0 + 1,-72: 0 + 1,-71: 0 + 1,-70: 0 + 2,-72: 0 + 2,-71: 0 + 2,-70: 0 + 2,-69: 0 + 2,-68: 0 + 3,-72: 0 + 3,-71: 0 + 3,-70: 0 + 3,-69: 0 + 3,-68: 0 + 4,-72: 0 + 4,-71: 0 + 4,-70: 0 + 4,-69: 0 + 4,-68: 0 + 5,-72: 0 + 5,-71: 0 + 5,-70: 1 + 5,-69: 0 + 5,-68: 0 + 6,-72: 0 + 6,-71: 0 + 6,-70: 0 + 6,-69: 0 + 6,-68: 0 + 7,-72: 0 + 7,-71: 0 + 7,-70: 0 + 7,-69: 0 + 7,-68: 0 + 8,-72: 0 + 8,-71: 0 + 8,-70: 0 + 8,-69: 0 + 8,-68: 0 + 9,-72: 0 + 9,-71: 0 + 9,-70: 0 + 9,-69: 0 + 9,-68: 0 + 10,-72: 0 + 10,-71: 0 + 10,-70: 0 + 10,-69: 0 + 10,-68: 0 + -16,-84: 0 + -16,-83: 0 + -16,-82: 0 + -16,-81: 0 + -15,-84: 0 + -15,-83: 0 + -15,-82: 0 + -15,-81: 0 + -14,-84: 0 + -14,-83: 0 + -14,-82: 0 + -14,-81: 0 + -13,-84: 0 + -13,-83: 0 + -13,-82: 0 + -13,-81: 0 + -12,-84: 0 + -12,-83: 0 + -12,-82: 0 + -12,-81: 0 + -11,-84: 0 + -11,-83: 0 + -11,-82: 0 + -11,-81: 0 + -10,-84: 0 + -10,-83: 0 + -10,-82: 0 + -10,-81: 0 + -9,-84: 0 + -9,-83: 0 + -9,-82: 0 + -9,-81: 0 + -32,-84: 0 + -32,-83: 0 + -32,-82: 0 + -32,-81: 0 + -31,-84: 0 + -31,-83: 0 + -31,-82: 0 + -31,-81: 0 + -30,-84: 0 + -30,-83: 0 + -30,-82: 0 + -30,-81: 0 + -29,-90: 0 + -29,-89: 0 + -29,-84: 0 + -29,-83: 0 + -29,-82: 0 + -29,-81: 0 + -28,-92: 0 + -28,-91: 0 + -28,-90: 0 + -28,-89: 0 + -28,-88: 0 + -28,-87: 0 + -28,-86: 0 + -28,-85: 0 + -28,-84: 0 + -28,-83: 0 + -28,-82: 0 + -28,-81: 0 + -27,-92: 0 + -27,-91: 0 + -27,-90: 0 + -27,-89: 0 + -27,-88: 0 + -27,-87: 0 + -27,-86: 0 + -27,-85: 0 + -27,-84: 0 + -27,-83: 0 + -27,-82: 0 + -27,-81: 0 + -26,-93: 0 + -26,-92: 0 + -26,-91: 0 + -26,-90: 0 + -26,-89: 0 + -26,-88: 0 + -26,-87: 0 + -26,-86: 0 + -26,-85: 0 + -26,-84: 0 + -26,-83: 0 + -26,-82: 0 + -26,-81: 0 + -25,-93: 0 + -25,-92: 0 + -25,-91: 0 + -25,-90: 0 + -25,-89: 0 + -25,-88: 0 + -25,-87: 0 + -25,-86: 0 + -25,-85: 0 + -25,-84: 0 + -25,-83: 0 + -25,-82: 0 + -25,-81: 0 + -24,-92: 0 + -24,-91: 0 + -24,-90: 0 + -24,-89: 0 + -24,-88: 0 + -24,-87: 0 + -24,-86: 0 + -24,-85: 0 + -24,-84: 0 + -24,-83: 0 + -24,-82: 0 + -24,-81: 0 + -23,-92: 0 + -23,-91: 0 + -23,-90: 0 + -23,-89: 0 + -23,-88: 0 + -23,-87: 0 + -23,-86: 0 + -23,-85: 0 + -23,-84: 0 + -23,-83: 0 + -23,-82: 0 + -23,-81: 0 + -22,-93: 0 + -22,-92: 0 + -22,-91: 0 + -22,-90: 0 + -22,-89: 0 + -22,-88: 0 + -22,-87: 0 + -22,-86: 0 + -22,-85: 0 + -22,-84: 0 + -22,-83: 0 + -22,-82: 0 + -22,-81: 0 + -21,-93: 0 + -21,-92: 0 + -21,-91: 0 + -21,-90: 0 + -21,-89: 0 + -21,-88: 0 + -21,-87: 0 + -21,-86: 0 + -21,-85: 0 + -21,-84: 0 + -21,-83: 0 + -21,-82: 0 + -21,-81: 0 + -20,-92: 0 + -20,-91: 0 + -20,-90: 0 + -20,-89: 0 + -20,-88: 0 + -20,-87: 0 + -20,-86: 0 + -20,-85: 0 + -20,-84: 0 + -20,-83: 0 + -20,-82: 0 + -20,-81: 0 + -19,-92: 0 + -19,-91: 0 + -19,-90: 0 + -19,-89: 0 + -19,-88: 0 + -19,-87: 0 + -19,-86: 0 + -19,-85: 0 + -19,-84: 0 + -19,-83: 0 + -19,-82: 0 + -19,-81: 0 + -18,-90: 0 + -18,-89: 0 + -18,-84: 0 + -18,-83: 0 + -18,-82: 0 + -18,-81: 0 + -17,-84: 0 + -17,-83: 0 + -17,-82: 0 + -17,-81: 0 + -33,-84: 0 + -33,-83: 0 + -33,-82: 0 + -33,-81: 0 + -33,-80: 0 + -33,-79: 0 + -33,-78: 0 + -33,-77: 0 + -33,-76: 0 + -33,-75: 0 + -33,-74: 0 + -6,-77: 0 + -6,-76: 0 + -5,-77: 0 + -5,-76: 0 + -4,-80: 0 + -4,-79: 0 + -4,-78: 0 + -4,-77: 0 + -4,-76: 0 + -3,-80: 0 + -3,-79: 0 + -3,-78: 0 + -3,-77: 0 + -3,-76: 0 + -2,-80: 0 + -2,-79: 0 + -2,-78: 0 + -2,-77: 0 + -2,-76: 0 + -1,-80: 0 + -1,-79: 0 + -1,-78: 0 + -1,-77: 0 + -1,-76: 0 + 0,-80: 0 + 0,-79: 0 + 0,-78: 0 + 0,-77: 0 + 0,-76: 0 + 1,-77: 0 + 1,-76: 0 + 2,-77: 0 + 2,-73: 0 + 3,-80: 0 + 3,-79: 0 + 3,-78: 0 + 3,-77: 0 + 3,-76: 0 + 3,-75: 0 + 3,-74: 0 + 3,-73: 0 + 4,-75: 0 + 4,-73: 0 + 5,-75: 0 + 5,-73: 0 + 6,-75: 0 + 6,-74: 0 + 6,-73: 0 + -4,-82: 0 + -4,-81: 0 + -3,-86: 0 + -3,-85: 0 + -3,-84: 0 + -3,-83: 0 + -3,-82: 0 + -3,-81: 0 + -2,-90: 0 + -2,-89: 0 + -2,-88: 0 + -2,-87: 0 + -2,-86: 0 + -2,-85: 0 + -2,-84: 0 + -2,-83: 0 + -2,-82: 0 + -2,-81: 0 + -1,-90: 0 + -1,-86: 0 + -1,-85: 0 + -1,-84: 0 + -1,-83: 0 + -1,-82: 0 + -1,-81: 0 + 0,-93: 0 + 0,-90: 0 + 0,-82: 0 + 0,-81: 0 + 1,-93: 0 + 1,-90: 0 + 1,-82: 0 + 2,-93: 0 + 2,-92: 0 + 2,-91: 0 + 2,-90: 0 + 2,-82: 0 + 3,-93: 0 + 3,-90: 0 + 3,-82: 0 + 3,-81: 0 + 4,-96: 0 + 4,-93: 0 + 4,-90: 0 + 4,-89: 0 + 4,-88: 0 + 4,-87: 0 + 4,-86: 0 + 4,-85: 0 + 4,-84: 0 + 4,-83: 0 + 4,-82: 0 + 5,-96: 0 + 5,-93: 0 + 5,-90: 0 + 6,-96: 0 + 6,-93: 0 + 7,-96: 0 + 7,-95: 0 + 7,-94: 0 + 7,-93: 0 + 8,-96: 0 + 8,-93: 0 + 9,-96: 0 + 9,-93: 0 + 10,-96: 0 + 10,-93: 0 + 11,-96: 0 + 11,-95: 0 + 11,-94: 0 + 11,-93: 0 + 12,-96: 0 + 12,-93: 0 + 13,-96: 0 + 14,-96: 0 + 15,-96: 0 + 16,-96: 0 + 17,-96: 0 + 18,-96: 0 + 7,-99: 0 + 8,-102: 0 + 8,-99: 0 + 9,-105: 0 + 9,-102: 0 + 9,-99: 0 + 10,-105: 0 + 10,-102: 0 + 10,-99: 0 + 11,-106: 0 + 11,-105: 0 + 11,-104: 0 + 11,-103: 0 + 11,-102: 0 + 11,-101: 0 + 11,-100: 0 + 11,-99: 0 + 11,-98: 0 + 11,-97: 0 + 12,-105: 0 + 12,-102: 0 + 12,-99: 0 + 13,-105: 0 + 13,-102: 0 + 13,-99: 0 + 14,-102: 0 + 14,-99: 0 + 15,-99: 0 + 14,-57: 0 + 14,-56: 0 + 14,-55: 0 + 14,-54: 0 + 14,-53: 0 + 14,-52: 0 + 14,-51: 0 + 14,-50: 0 + 15,-64: 0 + 15,-63: 0 + 15,-62: 0 + 15,-61: 0 + 15,-60: 0 + 15,-59: 0 + 15,-58: 0 + 15,-57: 0 + 15,-56: 0 + 15,-55: 0 + 15,-54: 0 + 15,-53: 0 + 15,-52: 0 + 15,-51: 0 + 15,-50: 0 + 16,-64: 0 + 16,-60: 0 + 16,-59: 0 + 16,-58: 0 + 16,-57: 0 + 16,-56: 0 + 16,-55: 0 + 16,-54: 0 + 16,-53: 0 + 16,-52: 0 + 16,-51: 0 + 16,-50: 0 + 17,-64: 0 + 17,-57: 0 + 17,-56: 0 + 17,-55: 0 + 17,-54: 0 + 17,-53: 0 + 17,-52: 0 + 17,-51: 0 + 17,-50: 0 + 18,-57: 0 + 18,-56: 0 + 18,-55: 0 + 18,-54: 0 + 18,-53: 0 + 18,-52: 0 + 18,-51: 0 + 18,-50: 0 + 19,-57: 0 + 19,-56: 0 + 19,-55: 0 + 19,-54: 0 + 19,-53: 0 + 19,-52: 0 + 19,-51: 0 + 19,-50: 0 + 20,-57: 0 + 20,-56: 0 + 20,-55: 0 + 20,-54: 0 + 20,-53: 0 + 20,-52: 0 + 20,-51: 0 + 20,-50: 0 + 21,-57: 0 + 21,-56: 0 + 21,-55: 0 + 21,-54: 0 + 21,-53: 1 + 21,-52: 0 + 21,-51: 0 + 21,-50: 0 + 22,-57: 0 + 22,-56: 0 + 22,-55: 0 + 22,-54: 0 + 22,-53: 1 + 22,-52: 0 + 22,-51: 0 + 22,-50: 1 + 23,-57: 0 + 23,-56: 0 + 23,-55: 0 + 23,-54: 0 + 23,-53: 0 + 23,-52: 0 + 23,-51: 0 + 23,-50: 0 + 24,-57: 1 + 24,-56: 1 + 24,-55: 0 + 24,-54: 0 + 24,-53: 0 + 24,-52: 0 + 24,-51: 0 + 24,-50: 0 + 25,-57: 0 + 25,-56: 0 + 25,-55: 0 + 25,-54: 0 + 25,-53: 0 + 25,-52: 0 + 25,-51: 0 + 25,-50: 0 + 26,-57: 0 + 26,-56: 0 + 26,-55: 0 + 26,-54: 0 + 26,-53: 0 + 26,-52: 0 + 26,-51: 0 + 26,-50: 0 + 27,-57: 0 + 27,-56: 0 + 27,-55: 0 + 27,-54: 0 + 27,-53: 0 + 27,-52: 0 + 27,-51: 0 + 27,-50: 0 + 11,-69: 0 + 11,-68: 0 + 12,-69: 0 + 12,-68: 0 + 13,-69: 0 + 13,-68: 0 + 14,-69: 0 + 14,-68: 0 + 15,-69: 0 + 15,-68: 0 + 15,-67: 0 + 15,-66: 0 + 15,-65: 0 + 16,-69: 0 + 16,-68: 0 + 16,-67: 0 + 16,-66: 0 + 16,-65: 0 + 17,-69: 0 + 17,-68: 0 + 17,-67: 0 + 17,-66: 0 + 17,-65: 0 + 18,-68: 0 + 18,-67: 0 + 18,-66: 0 + 18,-65: 0 + -16,18: 0 + -16,19: 0 + -16,20: 0 + -16,21: 0 + -16,22: 0 + -16,23: 0 + -16,24: 0 + -16,25: 0 + -15,18: 0 + -15,19: 0 + -15,20: 0 + -15,21: 0 + -15,22: 0 + -15,23: 0 + -15,24: 0 + -15,25: 0 + -14,18: 0 + -14,19: 0 + -14,20: 0 + -14,21: 0 + -14,22: 0 + -14,23: 0 + -14,24: 0 + -14,25: 0 + -13,18: 0 + -13,19: 0 + -13,20: 0 + -13,21: 0 + -13,22: 0 + -13,23: 0 + -13,24: 0 + -13,25: 0 + -12,18: 0 + -12,19: 0 + -12,20: 0 + -12,21: 0 + -12,22: 0 + -12,23: 0 + -12,24: 0 + -12,25: 0 + -11,18: 0 + -11,19: 0 + -11,20: 0 + -11,21: 0 + -11,22: 0 + -11,23: 0 + -11,24: 0 + -11,25: 0 + -10,18: 0 + -10,19: 0 + -10,20: 0 + -10,21: 0 + -10,22: 0 + -10,23: 0 + -10,24: 0 + -10,25: 0 + -10,26: 0 + -10,27: 0 + -10,28: 0 + -10,29: 0 + -10,30: 0 + -10,31: 0 + -9,18: 0 + -9,19: 0 + -9,20: 0 + -9,21: 0 + -9,22: 0 + -9,23: 0 + -9,24: 0 + -9,25: 0 + -9,26: 0 + -9,27: 0 + -9,28: 0 + -9,29: 0 + -9,30: 0 + -9,31: 0 + -8,18: 0 + -8,19: 0 + -8,20: 0 + -8,21: 0 + -8,22: 0 + -8,23: 0 + -8,24: 0 + -8,25: 0 + -8,26: 0 + -8,27: 0 + -8,28: 0 + -8,29: 0 + -8,30: 0 + -8,31: 0 + -7,18: 0 + -7,19: 0 + -7,20: 0 + -7,21: 0 + -7,22: 0 + -7,23: 0 + -7,24: 0 + -7,25: 0 + -7,31: 0 + -6,18: 0 + -6,19: 0 + -6,20: 0 + -6,21: 0 + -6,22: 0 + -6,23: 0 + -6,24: 0 + -6,25: 0 + -6,31: 0 + -5,18: 0 + -5,19: 0 + -5,20: 0 + -5,21: 0 + -5,22: 0 + -5,23: 0 + -5,24: 0 + -5,25: 0 + -5,29: 0 + -5,30: 0 + -5,31: 0 + -4,18: 0 + -4,19: 1 + -4,20: 0 + -4,21: 0 + -4,22: 0 + -4,23: 0 + -4,24: 0 + -4,25: 0 + -4,29: 0 + -4,30: 0 + -4,31: 0 + -3,23: 0 + -3,24: 0 + -3,25: 0 + -3,29: 0 + -3,30: 0 + -3,31: 0 + -2,23: 0 + -2,24: 0 + -2,25: 0 + -2,29: 0 + -2,30: 0 + -2,31: 0 + -1,23: 0 + -1,24: 0 + -1,25: 0 + -1,29: 0 + -1,30: 0 + -1,31: 0 + 0,23: 0 + 0,24: 0 + 0,25: 0 + 0,29: 0 + 0,30: 0 + 0,31: 0 + 1,23: 0 + 1,24: 0 + 1,25: 0 + 1,29: 0 + 1,30: 0 + 1,31: 0 + 2,23: 0 + 2,24: 0 + 2,25: 0 + 2,31: 0 + 3,31: 0 + 4,31: 0 + 5,31: 0 + 6,30: 0 + 6,31: 0 + 7,31: 0 + 8,31: 0 + 9,31: 0 + 10,31: 0 + 11,31: 0 + 12,31: 0 + 13,31: 0 + 14,30: 0 + 14,31: 0 + 15,30: 0 + 15,31: 0 + 16,30: 0 + 16,31: 0 + 17,30: 0 + 17,31: 0 + 18,31: 0 + -22,18: 0 + -22,19: 0 + -22,20: 0 + -22,21: 0 + -22,22: 0 + -22,23: 0 + -22,24: 0 + -22,25: 0 + -21,18: 0 + -21,19: 0 + -21,20: 0 + -21,21: 0 + -21,22: 0 + -21,23: 0 + -21,24: 0 + -21,25: 0 + -20,18: 0 + -20,19: 0 + -20,20: 0 + -20,21: 0 + -20,22: 0 + -20,23: 0 + -20,24: 0 + -20,25: 0 + -19,18: 0 + -19,19: 0 + -19,20: 0 + -19,21: 0 + -19,22: 0 + -19,23: 0 + -19,24: 0 + -19,25: 0 + -18,18: 0 + -18,19: 0 + -18,20: 0 + -18,21: 0 + -18,22: 0 + -18,23: 0 + -18,24: 0 + -18,25: 0 + -17,18: 0 + -17,19: 0 + -17,20: 0 + -17,21: 0 + -17,22: 0 + -17,23: 0 + -17,24: 0 + -17,25: 0 + 41,-29: 0 + 41,-28: 0 + 41,-27: 0 + 41,-26: 0 + 41,-25: 0 + 41,-24: 0 + 42,-29: 0 + 42,-28: 0 + 42,-27: 0 + 42,-26: 0 + 42,-25: 0 + 42,-24: 0 + 43,-32: 0 + 43,-31: 0 + 43,-30: 0 + 43,-29: 0 + 43,-28: 0 + 43,-27: 0 + 43,-26: 0 + 43,-25: 0 + 43,-24: 0 + 43,-23: 0 + 43,-22: 0 + 43,-21: 0 + 44,-32: 0 + 44,-31: 0 + 44,-30: 0 + 44,-29: 0 + 44,-28: 0 + 44,-27: 0 + 44,-26: 0 + 44,-25: 0 + 44,-24: 0 + 44,-23: 0 + 44,-22: 0 + 44,-21: 0 + 45,-32: 0 + 45,-31: 0 + 45,-30: 0 + 45,-29: 0 + 45,-28: 0 + 45,-27: 0 + 45,-26: 0 + 45,-25: 0 + 45,-24: 0 + 45,-23: 0 + 45,-22: 0 + 45,-21: 0 + 46,-32: 0 + 46,-31: 0 + 46,-30: 0 + 46,-29: 0 + 46,-28: 0 + 46,-27: 0 + 46,-26: 0 + 46,-25: 0 + 46,-24: 0 + 46,-23: 0 + 46,-22: 0 + 46,-21: 0 + 47,-32: 0 + 47,-31: 0 + 47,-30: 0 + 47,-29: 0 + 47,-28: 0 + 47,-27: 0 + 47,-26: 0 + 47,-25: 0 + 47,-24: 0 + 47,-23: 0 + 47,-22: 0 + 47,-21: 0 + 41,-45: 0 + 41,-44: 0 + 41,-43: 0 + 41,-42: 0 + 41,-41: 0 + 42,-45: 0 + 42,-44: 0 + 42,-43: 0 + 42,-42: 0 + 42,-41: 0 + 43,-45: 0 + 43,-44: 0 + 43,-43: 0 + 43,-42: 0 + 43,-41: 0 + 44,-45: 0 + 44,-44: 0 + 44,-43: 0 + 44,-42: 0 + 44,-41: 0 + 45,-45: 0 + 45,-44: 0 + 45,-43: 0 + 45,-42: 0 + 45,-41: 0 + 46,-45: 0 + 46,-44: 0 + 46,-43: 0 + 46,-42: 0 + 46,-41: 0 + 32,34: 0 + 32,35: 0 + 32,36: 0 + 32,37: 0 + 33,37: 0 + 16,32: 0 + 16,33: 0 + 16,34: 0 + 16,35: 0 + 16,36: 0 + 16,37: 0 + 16,38: 0 + 16,39: 0 + 16,40: 0 + 16,41: 0 + 16,42: 0 + 16,43: 0 + 16,44: 0 + 16,45: 0 + 16,46: 0 + 16,47: 0 + 17,32: 0 + 17,33: 0 + 17,34: 1 + 17,35: 0 + 17,36: 0 + 17,37: 0 + 17,38: 0 + 17,39: 0 + 17,40: 0 + 17,41: 0 + 17,42: 0 + 17,43: 0 + 17,44: 0 + 17,47: 0 + 18,32: 0 + 18,33: 0 + 18,34: 0 + 18,35: 0 + 18,36: 0 + 18,37: 0 + 18,38: 0 + 18,39: 0 + 18,40: 0 + 18,41: 0 + 18,47: 0 + 19,34: 0 + 19,35: 0 + 19,36: 0 + 19,37: 0 + 19,38: 0 + 19,39: 0 + 19,40: 0 + 19,47: 0 + 20,37: 0 + 20,47: 0 + 21,37: 0 + 21,47: 0 + 22,37: 0 + 22,47: 0 + 23,37: 0 + 23,47: 0 + 24,37: 0 + 25,37: 0 + 26,34: 0 + 26,35: 0 + 26,36: 0 + 26,37: 0 + 27,37: 0 + 28,37: 0 + 29,37: 0 + 30,37: 0 + 31,37: 0 + 23,-62: 0 + 23,-61: 0 + 23,-60: 0 + 23,-59: 0 + 23,-58: 0 + 24,-62: 0 + 24,-61: 0 + 24,-60: 0 + 24,-59: 0 + 24,-58: 0 + 25,-62: 0 + 25,-61: 0 + 25,-60: 0 + 25,-59: 0 + 25,-58: 0 + 26,-62: 0 + 26,-61: 0 + 26,-60: 0 + 26,-59: 0 + 26,-58: 0 + 27,-62: 0 + 27,-61: 0 + 27,-60: 0 + 27,-59: 0 + 27,-58: 0 + 28,-64: 0 + 28,-63: 0 + 28,-62: 0 + 28,-61: 0 + 28,-60: 0 + 28,-59: 0 + 28,-58: 0 + 29,-64: 0 + 29,-63: 0 + 29,-62: 0 + 29,-61: 0 + 29,-60: 0 + 29,-59: 0 + 29,-58: 0 + 30,-64: 0 + 30,-63: 0 + 30,-62: 0 + 30,-61: 0 + 30,-60: 0 + 30,-59: 0 + 30,-58: 0 + 31,-64: 0 + 31,-63: 0 + 31,-62: 0 + 31,-61: 0 + 31,-60: 0 + 31,-59: 0 + 31,-58: 0 + 32,-64: 0 + 32,-63: 0 + 32,-62: 0 + 32,-61: 0 + 32,-60: 0 + 32,-59: 0 + 32,-58: 0 + 33,-64: 0 + 33,-63: 0 + 33,-62: 0 + 33,-61: 0 + 33,-60: 0 + 33,-59: 0 + 33,-58: 0 + 34,-62: 0 + 34,-61: 0 + 34,-60: 0 + 34,-59: 0 + 34,-58: 0 + 35,-62: 0 + 35,-61: 0 + 35,-60: 0 + 35,-59: 0 + 35,-58: 0 + 36,-62: 0 + 36,-61: 0 + 36,-60: 0 + 36,-59: 0 + 36,-58: 0 + 29,-65: 0 + 30,-65: 0 + 31,-65: 0 + 32,-65: 0 + 48,-32: 0 + 48,-31: 0 + 48,-30: 0 + 48,-29: 0 + 48,-28: 0 + 48,-27: 0 + 48,-26: 0 + 48,-25: 0 + 48,-24: 0 + 48,-23: 0 + 48,-22: 0 + 48,-21: 0 + 49,-32: 0 + 49,-31: 0 + 49,-30: 0 + 49,-29: 0 + 49,-28: 0 + 49,-27: 0 + 49,-26: 0 + 49,-25: 0 + 49,-24: 0 + 49,-23: 0 + 49,-22: 0 + 49,-21: 0 + 0,32: 0 + 0,33: 0 + 0,34: 1 + 0,35: 0 + 1,32: 0 + 1,33: 0 + 1,34: 0 + 1,35: 0 + 2,32: 0 + 2,33: 0 + 3,32: 0 + 3,33: 0 + 4,32: 0 + 4,33: 0 + 5,32: 0 + 5,33: 0 + 6,32: 0 + 6,33: 0 + 7,32: 0 + 7,33: 0 + 8,32: 0 + 8,33: 0 + 9,32: 0 + 9,33: 0 + 9,47: 0 + 10,32: 0 + 10,33: 0 + 10,47: 0 + 11,32: 0 + 11,33: 0 + 11,47: 0 + 12,32: 0 + 12,33: 0 + 12,47: 0 + 13,32: 0 + 13,33: 0 + 13,34: 0 + 13,35: 0 + 13,36: 0 + 13,37: 0 + 13,38: 0 + 13,39: 0 + 13,40: 0 + 13,47: 0 + 14,32: 0 + 14,33: 0 + 14,34: 0 + 14,35: 0 + 14,36: 0 + 14,37: 0 + 14,38: 0 + 14,39: 1 + 14,40: 0 + 14,41: 0 + 14,47: 0 + 15,32: 0 + 15,33: 0 + 15,34: 0 + 15,35: 0 + 15,36: 0 + 15,37: 0 + 15,38: 0 + 15,39: 0 + 15,40: 0 + 15,41: 0 + 15,42: 0 + 15,43: 0 + 15,44: 0 + 15,47: 0 + 16,48: 0 + 16,49: 0 + 16,50: 0 + 16,51: 0 + 16,52: 0 + 16,53: 0 + 16,54: 0 + 16,55: 0 + 16,56: 0 + 16,57: 0 + 16,58: 0 + 16,59: 0 + 16,60: 0 + 17,49: 0 + 17,52: 0 + 17,54: 0 + 17,57: 0 + 17,59: 0 + 18,49: 0 + 18,52: 0 + 18,54: 0 + 18,57: 0 + 19,49: 0 + 19,52: 0 + 19,54: 0 + 19,57: 0 + 20,49: 0 + 20,52: 0 + 20,54: 0 + 21,49: 0 + 21,52: 0 + 21,54: 0 + 22,49: 0 + 22,52: 0 + 23,49: 0 + 23,52: 0 + 24,49: 0 + 25,49: 0 + 7,49: 0 + 8,49: 0 + 9,49: 0 + 9,52: 0 + 10,49: 0 + 10,52: 0 + 11,49: 0 + 11,52: 0 + 11,54: 0 + 12,49: 0 + 12,52: 0 + 12,54: 0 + 13,49: 0 + 13,52: 0 + 13,54: 0 + 13,57: 0 + 14,49: 0 + 14,52: 0 + 14,54: 0 + 14,57: 0 + 15,49: 0 + 15,52: 0 + 15,54: 0 + 15,57: 0 + 15,59: 0 + -10,32: 0 + -10,33: 0 + -9,32: 0 + -9,33: 0 + -8,32: 0 + -8,33: 0 + -7,32: 0 + -7,33: 0 + -6,32: 0 + -6,33: 0 + -5,32: 0 + -5,33: 0 + -5,34: 0 + -5,35: 0 + -4,32: 0 + -4,33: 0 + -4,34: 0 + -4,35: 0 + -3,32: 0 + -3,33: 0 + -3,34: 0 + -3,35: 0 + -2,32: 0 + -2,33: 0 + -2,34: 0 + -2,35: 0 + -1,32: 0 + -1,33: 0 + -1,34: 0 + -1,35: 0 + 34,23: 0 + 34,24: 0 + 34,25: 0 + 34,26: 0 + 35,23: 0 + 35,24: 0 + 36,23: 0 + 36,24: 0 + 37,23: 0 + 37,24: 0 + 38,23: 0 + 38,24: 0 + 39,23: 0 + 39,24: 0 + 40,23: 0 + 40,24: 0 + 41,23: 0 + 41,24: 0 + 41,25: 0 + 41,26: 0 + 41,27: 0 + 42,23: 0 + 42,24: 0 + 42,25: 0 + 42,26: 0 + 42,27: 0 + 43,23: 0 + 43,24: 0 + 43,25: 0 + 43,26: 0 + 43,27: 0 + 44,23: 0 + 44,24: 0 + 44,25: 0 + 44,26: 0 + 44,27: 0 + 45,23: 0 + 45,24: 0 + 45,25: 0 + 45,26: 0 + 45,27: 0 + 46,23: 0 + 46,24: 0 + 46,25: 0 + 46,26: 0 + 46,27: 0 + 47,23: 0 + 47,24: 0 + 47,25: 0 + 47,26: 0 + 47,27: 0 + 46,-13: 0 + 46,-12: 0 + 46,-11: 0 + 46,-10: 0 + 47,-13: 0 + 47,-12: 0 + 47,-11: 0 + 47,-10: 0 + 48,23: 0 + 48,24: 0 + 48,25: 0 + 48,26: 0 + 48,27: 0 + 49,16: 0 + 49,17: 0 + 49,18: 0 + 49,19: 0 + 49,20: 0 + 49,21: 0 + 49,22: 1 + 49,23: 0 + 49,24: 0 + 49,25: 0 + 49,26: 0 + 49,27: 0 + 50,16: 0 + 50,17: 0 + 50,18: 0 + 50,19: 0 + 50,20: 0 + 50,21: 0 + 50,22: 0 + 50,23: 0 + 50,24: 0 + 50,25: 0 + 50,26: 0 + 50,27: 0 + 51,16: 0 + 51,17: 0 + 51,18: 0 + 51,19: 0 + 51,20: 0 + 51,21: 0 + 51,22: 0 + 51,23: 0 + 51,24: 0 + 51,25: 0 + 51,26: 0 + 51,27: 0 + 52,16: 0 + 52,17: 0 + 52,18: 0 + 52,19: 0 + 52,20: 0 + 52,21: 0 + 52,22: 1 + 52,23: 0 + 52,24: 0 + 52,25: 0 + 52,26: 0 + 52,27: 0 + 53,16: 0 + 53,17: 0 + 53,18: 0 + 53,19: 0 + 53,20: 0 + 53,21: 0 + 53,22: 0 + 53,23: 0 + 53,24: 0 + 53,25: 0 + 53,26: 0 + 53,27: 0 + 54,16: 0 + 54,17: 0 + 54,18: 0 + 54,19: 0 + 54,20: 0 + 54,21: 0 + 54,22: 0 + 54,23: 0 + 54,24: 0 + 54,25: 0 + 54,26: 0 + 54,27: 0 + 55,16: 0 + 55,17: 0 + 55,18: 0 + 55,19: 0 + 55,20: 0 + 55,21: 0 + 55,22: 1 + 55,23: 0 + 55,24: 0 + 55,25: 0 + 55,26: 0 + 55,27: 0 + 56,16: 0 + 56,17: 0 + 56,18: 0 + 56,19: 0 + 56,20: 0 + 56,21: 0 + 56,22: 0 + 56,23: 0 + 56,24: 0 + 56,25: 0 + 56,26: 0 + 56,27: 0 + 57,16: 0 + 57,17: 0 + 57,18: 0 + 57,19: 0 + 57,20: 0 + 57,21: 0 + 57,22: 0 + 57,23: 0 + 57,24: 0 + 57,25: 0 + 57,26: 0 + 57,27: 0 + 58,16: 0 + 58,17: 0 + 58,18: 0 + 58,19: 0 + 58,20: 0 + 58,21: 0 + 58,22: 1 + 58,23: 0 + 58,24: 0 + 58,25: 0 + 58,26: 0 + 58,27: 0 + 59,16: 0 + 59,17: 0 + 59,18: 0 + 59,19: 0 + 59,20: 0 + 59,21: 0 + 59,22: 0 + 59,23: 0 + 59,24: 0 + 59,25: 0 + 59,26: 0 + 59,27: 0 + 60,16: 1 + 60,17: 0 + 60,18: 0 + 60,19: 1 + 60,20: 0 + 60,21: 0 + 60,22: 0 + 60,23: 0 + 60,24: 0 + 60,25: 0 + 60,26: 0 + 60,27: 0 + 61,16: 0 + 61,17: 0 + 61,18: 0 + 61,19: 0 + 61,20: 0 + 61,21: 0 + 61,22: 0 + 61,23: 0 + 61,24: 0 + 61,25: 0 + 61,26: 0 + 61,27: 0 + 62,16: 0 + 62,17: 0 + 62,18: 0 + 62,19: 0 + 62,20: 0 + 62,21: 0 + 62,22: 0 + 62,23: 0 + 62,24: 0 + 62,25: 0 + 62,26: 0 + 62,27: 0 + 63,16: 0 + 63,17: 0 + 63,18: 0 + 63,19: 0 + 63,20: 0 + 63,21: 0 + 63,22: 0 + 63,23: 0 + 63,24: 0 + 63,25: 0 + 63,26: 0 + 63,27: 0 + 49,0: 0 + 49,1: 0 + 49,2: 0 + 49,3: 0 + 49,4: 0 + 49,5: 0 + 49,6: 0 + 49,7: 0 + 49,8: 0 + 49,9: 0 + 49,10: 0 + 49,11: 0 + 49,12: 0 + 49,13: 0 + 49,14: 0 + 49,15: 0 + 50,0: 0 + 50,1: 0 + 50,2: 0 + 50,3: 0 + 50,4: 0 + 50,5: 0 + 50,6: 0 + 50,7: 0 + 50,8: 0 + 50,9: 0 + 50,10: 0 + 50,11: 0 + 50,12: 0 + 50,13: 0 + 50,14: 0 + 50,15: 0 + 51,0: 0 + 51,1: 0 + 51,2: 0 + 51,3: 0 + 51,4: 0 + 51,5: 0 + 51,6: 0 + 51,7: 0 + 51,8: 0 + 51,9: 0 + 51,10: 0 + 51,11: 0 + 51,12: 0 + 51,13: 0 + 51,14: 0 + 51,15: 0 + 52,0: 0 + 52,1: 0 + 52,2: 0 + 52,3: 0 + 52,4: 0 + 52,5: 0 + 52,6: 0 + 52,7: 0 + 52,8: 0 + 52,9: 0 + 52,10: 0 + 52,11: 0 + 52,12: 0 + 52,13: 1 + 52,14: 0 + 52,15: 0 + 53,0: 0 + 53,1: 0 + 53,2: 0 + 53,3: 0 + 53,4: 0 + 53,5: 0 + 53,6: 0 + 53,7: 0 + 53,8: 0 + 53,9: 0 + 53,10: 0 + 53,11: 0 + 53,12: 0 + 53,13: 0 + 53,14: 0 + 53,15: 0 + 54,0: 0 + 54,1: 0 + 54,2: 0 + 54,3: 0 + 54,4: 0 + 54,5: 0 + 54,6: 0 + 54,7: 0 + 54,8: 0 + 54,9: 0 + 54,10: 0 + 54,11: 0 + 54,12: 0 + 54,13: 0 + 54,14: 0 + 54,15: 0 + 55,0: 0 + 55,1: 0 + 55,2: 0 + 55,3: 0 + 55,4: 0 + 55,5: 0 + 55,6: 0 + 55,7: 0 + 55,8: 0 + 55,9: 0 + 55,10: 0 + 55,11: 0 + 55,12: 0 + 55,13: 0 + 55,14: 0 + 55,15: 0 + 56,0: 0 + 56,1: 0 + 56,2: 0 + 56,3: 0 + 56,4: 0 + 56,5: 0 + 56,6: 0 + 56,7: 0 + 56,8: 0 + 56,9: 0 + 56,10: 0 + 56,11: 0 + 56,12: 0 + 56,13: 0 + 56,14: 0 + 56,15: 0 + 57,0: 0 + 57,1: 0 + 57,2: 0 + 57,3: 0 + 57,4: 0 + 57,5: 0 + 57,6: 0 + 57,7: 0 + 57,8: 0 + 57,9: 0 + 57,10: 0 + 57,11: 0 + 57,12: 0 + 57,13: 0 + 57,14: 0 + 57,15: 0 + 58,0: 0 + 58,1: 0 + 58,2: 0 + 58,3: 0 + 58,4: 0 + 58,5: 0 + 58,6: 0 + 58,7: 0 + 58,8: 0 + 58,9: 0 + 58,10: 0 + 58,11: 0 + 58,12: 0 + 58,13: 0 + 58,14: 0 + 58,15: 0 + 59,0: 0 + 59,1: 0 + 59,2: 0 + 59,3: 0 + 59,4: 0 + 59,5: 0 + 59,6: 0 + 59,7: 0 + 59,8: 0 + 59,9: 0 + 59,10: 0 + 59,11: 0 + 59,12: 0 + 59,13: 0 + 59,14: 0 + 59,15: 0 + 60,0: 0 + 60,1: 0 + 60,2: 0 + 60,3: 0 + 60,4: 0 + 60,5: 0 + 60,6: 0 + 60,7: 0 + 60,8: 0 + 60,9: 0 + 60,10: 0 + 60,11: 0 + 60,12: 0 + 60,13: 0 + 60,14: 0 + 60,15: 0 + 61,0: 0 + 61,1: 0 + 61,2: 0 + 61,3: 0 + 61,4: 0 + 61,5: 0 + 61,6: 0 + 61,7: 0 + 61,8: 0 + 61,9: 0 + 61,10: 0 + 61,11: 0 + 61,12: 0 + 61,13: 0 + 61,14: 0 + 61,15: 0 + 62,0: 0 + 62,1: 0 + 62,2: 0 + 62,3: 0 + 62,4: 0 + 62,5: 0 + 62,6: 0 + 62,7: 0 + 62,8: 0 + 62,9: 0 + 62,10: 0 + 62,11: 0 + 62,12: 0 + 62,13: 0 + 62,14: 0 + 62,15: 0 + 63,0: 0 + 63,1: 0 + 63,2: 0 + 63,3: 0 + 63,4: 1 + 63,5: 1 + 63,6: 1 + 63,7: 0 + 63,8: 0 + 63,9: 0 + 63,10: 0 + 63,11: 0 + 63,12: 0 + 63,13: 0 + 63,14: 0 + 63,15: 0 + 48,-13: 0 + 48,-12: 0 + 48,-11: 0 + 48,-10: 0 + 49,-13: 0 + 49,-12: 0 + 49,-11: 0 + 49,-10: 0 + 49,-9: 0 + 49,-8: 0 + 49,-7: 0 + 49,-6: 0 + 49,-5: 0 + 49,-4: 0 + 49,-3: 0 + 49,-2: 0 + 49,-1: 0 + 50,-13: 0 + 50,-12: 0 + 50,-11: 0 + 50,-10: 0 + 50,-9: 0 + 50,-8: 0 + 50,-7: 0 + 50,-6: 0 + 50,-5: 0 + 50,-4: 0 + 50,-3: 0 + 50,-2: 0 + 50,-1: 0 + 51,-13: 0 + 51,-12: 0 + 51,-11: 0 + 51,-10: 0 + 51,-9: 0 + 51,-8: 0 + 51,-7: 0 + 51,-6: 0 + 51,-5: 0 + 51,-4: 0 + 51,-3: 0 + 51,-2: 0 + 51,-1: 0 + 52,-13: 0 + 52,-12: 0 + 52,-11: 0 + 52,-10: 0 + 52,-9: 0 + 52,-8: 0 + 52,-7: 0 + 52,-6: 0 + 52,-5: 0 + 52,-4: 0 + 52,-3: 0 + 52,-2: 0 + 52,-1: 0 + 53,-13: 0 + 53,-12: 0 + 53,-11: 0 + 53,-10: 0 + 53,-9: 0 + 53,-8: 0 + 53,-7: 0 + 53,-6: 0 + 53,-5: 0 + 53,-4: 0 + 53,-3: 0 + 53,-2: 0 + 53,-1: 0 + 54,-13: 0 + 54,-12: 0 + 54,-11: 0 + 54,-10: 0 + 54,-9: 0 + 54,-8: 0 + 54,-7: 0 + 54,-6: 0 + 54,-5: 0 + 54,-4: 0 + 54,-3: 0 + 54,-2: 0 + 54,-1: 0 + 55,-13: 0 + 55,-12: 0 + 55,-11: 0 + 55,-10: 0 + 55,-9: 0 + 55,-8: 0 + 55,-7: 0 + 55,-6: 0 + 55,-5: 0 + 55,-4: 1 + 55,-3: 0 + 55,-2: 0 + 55,-1: 0 + 56,-13: 0 + 56,-12: 0 + 56,-11: 0 + 56,-10: 0 + 56,-9: 0 + 56,-8: 0 + 56,-7: 0 + 56,-6: 0 + 56,-5: 0 + 56,-4: 0 + 56,-3: 0 + 56,-2: 0 + 56,-1: 0 + 57,-13: 0 + 57,-12: 0 + 57,-11: 0 + 57,-10: 0 + 57,-9: 0 + 57,-8: 0 + 57,-7: 0 + 57,-6: 0 + 57,-5: 0 + 57,-4: 0 + 57,-3: 0 + 57,-2: 0 + 57,-1: 0 + 58,-13: 0 + 58,-12: 0 + 58,-11: 0 + 58,-10: 0 + 58,-9: 0 + 58,-8: 0 + 58,-7: 0 + 58,-6: 0 + 58,-5: 0 + 58,-4: 0 + 58,-3: 0 + 58,-2: 0 + 58,-1: 0 + 59,-13: 0 + 59,-12: 0 + 59,-11: 0 + 59,-10: 0 + 59,-9: 0 + 59,-8: 0 + 59,-7: 0 + 59,-6: 0 + 59,-5: 0 + 60,-13: 0 + 60,-12: 0 + 60,-11: 0 + 60,-10: 0 + 60,-9: 0 + 60,-8: 0 + 60,-7: 0 + 60,-6: 0 + 60,-5: 0 + 61,-13: 0 + 61,-12: 0 + 61,-11: 0 + 61,-10: 0 + 61,-9: 0 + 61,-8: 0 + 61,-7: 0 + 61,-6: 0 + 61,-5: 0 + 62,-13: 0 + 62,-12: 0 + 62,-11: 0 + 62,-10: 0 + 62,-9: 0 + 62,-8: 0 + 62,-7: 0 + 62,-6: 1 + 62,-5: 0 + 63,-13: 0 + 63,-12: 0 + 63,-11: 0 + 63,-10: 0 + 63,-9: 0 + 63,-8: 0 + 63,-7: 0 + 63,-6: 1 + 63,-5: 0 + 64,16: 0 + 64,17: 0 + 64,18: 0 + 64,19: 0 + 64,20: 0 + 64,21: 0 + 64,22: 0 + 64,23: 0 + 64,24: 0 + 64,25: 0 + 64,26: 0 + 64,27: 0 + 65,16: 0 + 65,17: 0 + 65,18: 0 + 65,19: 0 + 65,20: 0 + 65,21: 0 + 65,22: 0 + 65,23: 0 + 65,24: 0 + 65,25: 0 + 65,26: 0 + 65,27: 0 + 66,16: 0 + 66,17: 0 + 66,18: 0 + 66,19: 0 + 66,20: 0 + 66,21: 0 + 66,22: 0 + 66,23: 0 + 66,24: 0 + 66,25: 0 + 66,26: 0 + 66,27: 0 + 64,0: 0 + 64,1: 0 + 64,2: 0 + 64,3: 0 + 64,4: 0 + 64,5: 0 + 64,6: 0 + 64,7: 0 + 64,8: 0 + 64,9: 0 + 64,10: 0 + 64,11: 0 + 64,12: 0 + 64,13: 0 + 64,14: 0 + 64,15: 0 + 65,0: 0 + 65,1: 1 + 65,2: 0 + 65,3: 0 + 65,4: 0 + 65,5: 0 + 65,6: 0 + 65,7: 0 + 65,8: 0 + 65,9: 0 + 65,10: 0 + 65,11: 0 + 65,12: 0 + 65,13: 0 + 65,14: 0 + 65,15: 0 + 66,1: 0 + 66,2: 0 + 66,3: 0 + 66,4: 0 + 66,5: 0 + 66,6: 0 + 66,7: 0 + 66,8: 0 + 66,9: 0 + 66,10: 0 + 66,11: 0 + 66,12: 0 + 66,13: 0 + 66,14: 0 + 66,15: 0 + 64,-13: 0 + 64,-12: 0 + 64,-11: 0 + 64,-10: 0 + 64,-9: 0 + 64,-8: 0 + 64,-7: 0 + 64,-6: 0 + 64,-5: 0 + 65,-13: 0 + 65,-12: 0 + 65,-11: 0 + 65,-10: 0 + 65,-9: 0 + 65,-8: 0 + 65,-7: 0 + 65,-6: 0 + 65,-5: 0 + 66,-13: 0 + 66,-12: 0 + 66,-11: 0 + 66,-10: 0 + 66,-9: 0 + 66,-8: 0 + 66,-7: 0 + 66,-6: 0 + 66,-5: 0 + 34,28: 0 + 35,28: 0 + 36,27: 0 + 36,28: 0 + 36,29: 0 + 36,30: 0 + 36,31: 0 + 46,-16: 0 + 46,-15: 0 + 46,-14: 0 + 47,-15: 0 + 47,-14: 0 + 48,-15: 0 + 48,-14: 0 + 49,-15: 0 + 49,-14: 0 + 50,-15: 0 + 50,-14: 0 + 51,-16: 0 + 51,-15: 0 + 51,-14: 0 + 52,-16: 0 + 52,-15: 0 + 52,-14: 0 + 53,-16: 0 + 53,-15: 0 + 53,-14: 0 + 54,-16: 0 + 54,-15: 0 + 54,-14: 0 + 55,-16: 0 + 55,-15: 0 + 55,-14: 0 + 56,-16: 0 + 56,-15: 0 + 56,-14: 0 + 57,-16: 0 + 57,-15: 1 + 57,-14: 0 + 58,-16: 0 + 58,-15: 0 + 58,-14: 0 + 59,-16: 0 + 59,-15: 0 + 59,-14: 0 + 59,-4: 0 + 59,-3: 0 + 59,-2: 0 + 59,-1: 0 + 60,-16: 0 + 60,-15: 0 + 60,-14: 0 + 60,-4: 0 + 60,-3: 0 + 60,-2: 0 + 60,-1: 0 + 61,-16: 0 + 61,-15: 0 + 61,-14: 0 + 61,-4: 0 + 61,-3: 0 + 61,-2: 0 + 61,-1: 0 + 62,-16: 0 + 62,-15: 0 + 62,-14: 0 + 62,-4: 0 + 62,-3: 0 + 62,-2: 0 + 62,-1: 0 + 63,-16: 0 + 63,-15: 0 + 63,-14: 0 + 63,-4: 0 + 63,-3: 0 + 63,-2: 0 + 63,-1: 0 + 41,-48: 0 + 41,-47: 0 + 41,-46: 0 + 41,-40: 0 + 41,-39: 0 + 41,-38: 0 + 41,-37: 0 + 41,-36: 0 + 41,-35: 0 + 42,-48: 0 + 42,-47: 0 + 42,-46: 1 + 42,-40: 0 + 42,-39: 0 + 42,-38: 0 + 42,-37: 0 + 42,-36: 0 + 42,-35: 0 + 43,-48: 0 + 43,-47: 0 + 43,-46: 0 + 43,-40: 0 + 43,-39: 0 + 43,-38: 0 + 43,-37: 0 + 43,-36: 0 + 43,-35: 0 + 44,-48: 0 + 44,-47: 0 + 44,-46: 1 + 44,-40: 0 + 44,-39: 0 + 44,-38: 0 + 44,-37: 0 + 44,-36: 0 + 44,-35: 0 + 45,-48: 0 + 45,-47: 0 + 45,-46: 0 + 45,-40: 0 + 45,-39: 0 + 45,-38: 0 + 45,-37: 0 + 45,-36: 1 + 45,-35: 0 + 46,-48: 0 + 46,-47: 0 + 46,-46: 0 + 46,-40: 0 + 46,-39: 0 + 46,-38: 0 + 46,-37: 0 + 46,-36: 0 + 46,-35: 0 + 47,-48: 0 + 47,-47: 0 + 47,-46: 0 + 47,-45: 0 + 47,-44: 0 + 47,-43: 0 + 47,-42: 0 + 47,-41: 0 + 47,-40: 0 + 47,-39: 0 + 47,-38: 0 + 47,-37: 0 + 47,-36: 0 + 47,-35: 0 + 34,32: 0 + 35,32: 0 + 36,32: 0 + 36,33: 0 + 24,47: 0 + 25,47: 0 + 26,47: 0 + 27,46: 0 + 27,47: 0 + 28,-57: 0 + 28,-56: 0 + 28,-55: 0 + 28,-54: 0 + 28,-53: 0 + 28,-52: 0 + 28,-51: 0 + 28,-50: 0 + 29,-57: 0 + 29,-56: 0 + 29,-55: 0 + 29,-54: 0 + 29,-53: 0 + 29,-52: 0 + 29,-51: 0 + 29,-50: 0 + 30,-57: 0 + 30,-56: 0 + 30,-55: 0 + 30,-54: 0 + 30,-53: 0 + 30,-52: 0 + 30,-51: 0 + 30,-50: 0 + 31,-57: 0 + 31,-56: 0 + 31,-55: 0 + 31,-54: 0 + 31,-53: 0 + 31,-52: 0 + 31,-51: 0 + 31,-50: 0 + 32,-57: 0 + 32,-56: 0 + 32,-55: 0 + 32,-54: 0 + 32,-53: 0 + 32,-52: 0 + 32,-51: 0 + 32,-50: 0 + 33,-57: 0 + 33,-56: 0 + 33,-55: 0 + 33,-54: 0 + 33,-53: 0 + 33,-52: 0 + 33,-51: 0 + 33,-50: 0 + 34,-57: 0 + 34,-56: 0 + 34,-55: 0 + 34,-54: 0 + 34,-53: 0 + 34,-52: 0 + 34,-51: 0 + 34,-50: 0 + 35,-57: 0 + 35,-56: 0 + 35,-55: 0 + 35,-54: 0 + 35,-53: 0 + 35,-52: 0 + 35,-51: 0 + 35,-50: 0 + 36,-57: 0 + 36,-56: 0 + 36,-55: 0 + 36,-54: 0 + 36,-53: 0 + 36,-52: 0 + 36,-51: 0 + 36,-50: 0 + 41,-51: 0 + 41,-50: 0 + 41,-49: 0 + 42,-51: 0 + 42,-50: 0 + 42,-49: 0 + 43,-51: 0 + 43,-50: 0 + 43,-49: 0 + 44,-51: 0 + 44,-50: 0 + 44,-49: 0 + 45,-51: 0 + 45,-50: 0 + 45,-49: 0 + 46,-55: 0 + 46,-54: 0 + 46,-53: 0 + 46,-52: 0 + 46,-51: 0 + 46,-50: 0 + 46,-49: 0 + 47,-56: 0 + 47,-55: 0 + 47,-54: 0 + 47,-53: 0 + 47,-52: 0 + 47,-51: 0 + 47,-50: 0 + 47,-49: 0 + 50,-27: 0 + 50,-26: 0 + 50,-25: 0 + 51,-26: 0 + 51,-17: 0 + 52,-26: 0 + 52,-18: 0 + 52,-17: 0 + 53,-26: 0 + 53,-18: 0 + 53,-17: 0 + 54,-32: 0 + 54,-31: 0 + 54,-26: 0 + 54,-18: 0 + 55,-31: 0 + 55,-26: 0 + 55,-18: 0 + 56,-32: 0 + 56,-31: 0 + 56,-18: 0 + 57,-31: 0 + 57,-20: 0 + 57,-19: 0 + 57,-18: 0 + 57,-17: 0 + 58,-31: 0 + 58,-20: 0 + 59,-32: 0 + 59,-31: 0 + 59,-30: 0 + 59,-29: 0 + 59,-28: 0 + 59,-27: 0 + 59,-26: 0 + 59,-25: 0 + 59,-24: 0 + 59,-23: 0 + 59,-22: 0 + 59,-21: 0 + 59,-20: 0 + 60,-32: 0 + 60,-28: 0 + 60,-26: 0 + 60,-24: 0 + 60,-22: 0 + 60,-20: 0 + 60,-17: 0 + 61,-32: 0 + 61,-31: 0 + 61,-30: 0 + 61,-29: 0 + 61,-28: 0 + 61,-27: 0 + 61,-26: 0 + 61,-25: 0 + 61,-24: 0 + 61,-23: 0 + 61,-22: 0 + 61,-21: 0 + 61,-20: 0 + 61,-19: 0 + 61,-18: 0 + 61,-17: 0 + 62,-32: 0 + 62,-31: 0 + 62,-30: 0 + 62,-29: 0 + 62,-28: 0 + 62,-27: 0 + 62,-26: 0 + 62,-25: 0 + 62,-24: 0 + 62,-23: 0 + 62,-22: 0 + 62,-21: 0 + 62,-20: 0 + 62,-19: 0 + 62,-18: 0 + 62,-17: 0 + 63,-32: 0 + 63,-31: 0 + 63,-30: 0 + 63,-29: 0 + 63,-28: 0 + 63,-27: 0 + 63,-26: 0 + 63,-25: 0 + 63,-24: 0 + 63,-23: 0 + 63,-22: 0 + 63,-21: 0 + 63,-20: 0 + 63,-19: 0 + 63,-18: 0 + 63,-17: 0 + 5,46: 0 + 5,47: 0 + 6,47: 0 + 7,47: 0 + 8,47: 0 + 16,61: 0 + 16,62: 0 + 17,62: 0 + 18,59: 0 + 18,62: 0 + 19,59: 0 + 19,62: 0 + 20,59: 0 + 21,59: 0 + 22,59: 0 + 23,59: 0 + 24,59: 0 + 25,59: 0 + 26,59: 0 + 27,48: 0 + 27,49: 0 + 27,50: 0 + 27,51: 0 + 27,52: 0 + 27,53: 0 + 27,54: 0 + 27,55: 0 + 27,56: 0 + 27,57: 0 + 27,58: 0 + 27,59: 0 + 27,60: 0 + 5,48: 0 + 5,49: 0 + 5,50: 0 + 5,51: 0 + 5,52: 0 + 5,53: 0 + 5,54: 0 + 5,55: 0 + 5,56: 0 + 5,57: 0 + 5,58: 0 + 5,59: 0 + 5,60: 0 + 6,59: 0 + 7,59: 0 + 8,59: 0 + 9,59: 0 + 10,59: 0 + 11,59: 0 + 12,59: 0 + 13,59: 0 + 13,62: 0 + 14,59: 0 + 14,62: 0 + 15,62: 0 + 64,-15: 0 + 64,-14: 0 + 64,-4: 0 + 64,-3: 0 + 64,-2: 0 + 64,-1: 0 + 65,-15: 0 + 65,-14: 0 + 65,-4: 0 + 65,-3: 0 + 66,-15: 0 + 66,-14: 0 + 66,-4: 0 + 66,-3: 0 + 64,-48: 0 + 64,-47: 0 + 64,-46: 0 + 64,-45: 0 + 64,-44: 0 + 64,-43: 0 + 64,-38: 0 + 64,-37: 0 + 64,-36: 0 + 64,-35: 0 + 64,-34: 0 + 64,-33: 0 + 65,-48: 0 + 65,-47: 0 + 65,-46: 0 + 65,-45: 0 + 65,-44: 0 + 65,-38: 0 + 65,-37: 0 + 65,-36: 0 + 65,-35: 0 + 65,-34: 1 + 65,-33: 0 + 66,-48: 0 + 66,-47: 0 + 66,-46: 0 + 66,-45: 0 + 66,-44: 0 + 66,-37: 0 + 66,-36: 0 + 66,-35: 0 + 66,-34: 0 + 66,-33: 0 + 67,-48: 0 + 67,-47: 0 + 67,-46: 0 + 67,-45: 0 + 67,-44: 0 + 67,-36: 0 + 67,-35: 0 + 67,-34: 0 + 68,-48: 0 + 68,-47: 0 + 68,-46: 0 + 68,-45: 0 + 68,-44: 0 + 68,-36: 0 + 68,-35: 0 + 68,-34: 0 + 69,-48: 0 + 69,-47: 0 + 69,-46: 0 + 69,-45: 0 + 69,-44: 0 + 69,-41: 0 + 69,-35: 0 + 70,-48: 0 + 70,-47: 0 + 70,-46: 0 + 70,-45: 0 + 70,-44: 0 + 70,-43: 0 + 70,-42: 0 + 70,-41: 0 + 70,-40: 0 + 70,-39: 0 + 70,-38: 0 + 70,-37: 0 + 70,-36: 0 + 70,-35: 0 + 70,-34: 0 + 71,-48: 0 + 71,-47: 0 + 71,-46: 0 + 71,-45: 0 + 71,-44: 0 + 71,-41: 0 + 72,-48: 0 + 72,-47: 0 + 72,-46: 0 + 72,-45: 0 + 72,-41: 0 + 73,-48: 0 + 73,-47: 1 + 73,-46: 0 + 73,-45: 0 + 73,-41: 0 + 74,-48: 0 + 74,-47: 0 + 74,-46: 0 + 74,-45: 0 + 74,-41: 0 + 75,-48: 0 + 75,-47: 0 + 75,-41: 0 + 76,-48: 0 + 76,-47: 0 + 76,-46: 0 + 76,-45: 0 + 76,-44: 0 + 76,-43: 0 + 76,-42: 0 + 76,-41: 0 + 64,-32: 0 + 65,-32: 0 + 48,-48: 0 + 48,-47: 0 + 48,-46: 0 + 48,-45: 0 + 48,-44: 0 + 48,-43: 0 + 48,-42: 0 + 48,-41: 0 + 48,-40: 0 + 48,-39: 0 + 48,-38: 0 + 48,-37: 0 + 49,-48: 0 + 49,-47: 0 + 49,-46: 0 + 49,-45: 0 + 49,-44: 0 + 49,-43: 0 + 49,-42: 0 + 49,-41: 0 + 49,-40: 0 + 49,-39: 0 + 49,-38: 0 + 49,-37: 0 + 50,-48: 0 + 50,-47: 0 + 50,-46: 0 + 50,-45: 0 + 50,-44: 0 + 50,-43: 0 + 50,-42: 0 + 50,-41: 0 + 50,-40: 0 + 50,-39: 0 + 50,-38: 0 + 50,-37: 0 + 51,-48: 0 + 51,-47: 0 + 51,-46: 0 + 51,-45: 0 + 51,-44: 0 + 51,-43: 0 + 51,-42: 0 + 51,-41: 0 + 51,-40: 0 + 51,-39: 0 + 51,-38: 1 + 51,-37: 0 + 52,-48: 0 + 52,-47: 0 + 52,-46: 0 + 52,-45: 0 + 52,-44: 0 + 52,-43: 0 + 52,-42: 0 + 52,-41: 0 + 52,-40: 0 + 52,-39: 0 + 52,-38: 0 + 52,-37: 0 + 53,-47: 0 + 53,-46: 0 + 53,-45: 0 + 53,-44: 0 + 53,-43: 0 + 53,-42: 0 + 53,-41: 0 + 53,-40: 0 + 53,-39: 0 + 53,-37: 0 + 54,-47: 0 + 54,-46: 0 + 54,-45: 0 + 54,-44: 0 + 54,-43: 0 + 54,-42: 0 + 54,-41: 0 + 54,-40: 0 + 54,-39: 0 + 54,-38: 0 + 54,-37: 0 + 54,-36: 0 + 54,-35: 0 + 54,-34: 0 + 54,-33: 0 + 55,-47: 0 + 55,-46: 0 + 55,-45: 0 + 55,-44: 0 + 55,-43: 0 + 55,-42: 0 + 55,-41: 0 + 55,-35: 0 + 56,-47: 0 + 56,-46: 0 + 56,-45: 0 + 56,-44: 0 + 56,-43: 0 + 56,-42: 0 + 56,-41: 0 + 56,-36: 0 + 56,-35: 0 + 56,-34: 0 + 56,-33: 0 + 57,-47: 0 + 57,-46: 0 + 57,-45: 0 + 57,-44: 0 + 57,-43: 0 + 57,-42: 0 + 57,-41: 0 + 57,-36: 0 + 57,-35: 0 + 57,-34: 0 + 58,-48: 0 + 58,-47: 0 + 58,-46: 0 + 58,-45: 0 + 58,-44: 0 + 58,-43: 0 + 58,-42: 0 + 58,-41: 0 + 58,-37: 0 + 58,-36: 0 + 58,-35: 0 + 58,-34: 0 + 58,-33: 0 + 59,-48: 0 + 59,-47: 0 + 59,-46: 0 + 59,-45: 0 + 59,-44: 0 + 59,-38: 0 + 59,-37: 0 + 59,-36: 0 + 59,-35: 0 + 59,-34: 1 + 59,-33: 0 + 60,-48: 0 + 60,-47: 0 + 60,-46: 0 + 60,-45: 0 + 60,-44: 0 + 60,-43: 0 + 60,-38: 0 + 60,-37: 0 + 60,-36: 0 + 60,-35: 0 + 60,-34: 0 + 60,-33: 0 + 61,-48: 0 + 61,-47: 0 + 61,-46: 0 + 61,-45: 0 + 61,-44: 0 + 61,-43: 0 + 61,-42: 0 + 61,-41: 0 + 61,-40: 0 + 61,-39: 0 + 61,-38: 0 + 61,-37: 0 + 61,-36: 0 + 61,-35: 0 + 61,-34: 0 + 61,-33: 0 + 62,-48: 0 + 62,-47: 0 + 62,-46: 0 + 62,-45: 0 + 62,-44: 0 + 62,-43: 0 + 62,-42: 0 + 62,-41: 0 + 62,-40: 0 + 62,-39: 0 + 62,-38: 0 + 62,-37: 0 + 62,-36: 0 + 62,-35: 1 + 62,-34: 0 + 62,-33: 0 + 63,-48: 0 + 63,-47: 0 + 63,-46: 0 + 63,-45: 0 + 63,-44: 0 + 63,-43: 0 + 63,-42: 0 + 63,-41: 0 + 63,-40: 0 + 63,-39: 0 + 63,-38: 0 + 63,-37: 0 + 63,-36: 0 + 63,-35: 0 + 63,-34: 0 + 63,-33: 0 + 48,-56: 0 + 48,-55: 0 + 48,-54: 0 + 48,-53: 0 + 48,-52: 0 + 48,-51: 0 + 48,-50: 0 + 48,-49: 0 + 49,-56: 0 + 49,-55: 0 + 49,-54: 0 + 49,-53: 0 + 49,-52: 0 + 49,-51: 0 + 49,-50: 0 + 49,-49: 0 + 50,-56: 0 + 50,-55: 0 + 50,-54: 0 + 50,-53: 0 + 50,-52: 0 + 50,-51: 0 + 50,-50: 0 + 50,-49: 0 + 51,-56: 0 + 51,-55: 0 + 51,-54: 0 + 51,-53: 0 + 51,-52: 0 + 51,-51: 0 + 51,-50: 1 + 51,-49: 0 + 52,-56: 0 + 52,-55: 0 + 52,-54: 0 + 52,-53: 0 + 52,-52: 0 + 52,-51: 1 + 52,-50: 0 + 52,-49: 0 + 53,-56: 0 + 53,-55: 0 + 53,-54: 0 + 53,-53: 0 + 53,-52: 0 + 53,-51: 0 + 53,-50: 0 + 54,-55: 0 + 54,-54: 0 + 54,-53: 0 + 54,-52: 0 + 54,-51: 0 + 58,-54: 0 + 58,-53: 0 + 58,-52: 0 + 58,-51: 0 + 58,-50: 0 + 58,-49: 0 + 59,-56: 0 + 59,-55: 0 + 59,-54: 0 + 59,-53: 0 + 59,-52: 0 + 59,-51: 0 + 59,-50: 0 + 59,-49: 0 + 60,-57: 0 + 60,-56: 0 + 60,-55: 0 + 60,-54: 0 + 60,-53: 0 + 60,-52: 0 + 60,-51: 0 + 60,-50: 0 + 60,-49: 0 + 61,-57: 0 + 61,-56: 0 + 61,-55: 0 + 61,-54: 0 + 61,-53: 0 + 61,-52: 0 + 61,-51: 0 + 61,-50: 0 + 61,-49: 0 + 62,-57: 0 + 62,-56: 0 + 62,-55: 0 + 62,-54: 0 + 62,-53: 0 + 62,-52: 0 + 62,-51: 0 + 62,-50: 0 + 62,-49: 0 + 63,-57: 0 + 63,-56: 1 + 63,-55: 0 + 63,-54: 0 + 63,-53: 0 + 63,-52: 0 + 63,-51: 0 + 63,-50: 0 + 63,-49: 0 + 64,-57: 0 + 64,-56: 0 + 64,-55: 0 + 64,-54: 0 + 64,-53: 0 + 64,-52: 0 + 64,-51: 0 + 64,-50: 0 + 64,-49: 0 + 65,-56: 0 + 65,-55: 0 + 65,-54: 0 + 65,-53: 0 + 65,-52: 0 + 65,-51: 0 + 65,-50: 0 + 65,-49: 0 + 66,-54: 0 + 66,-53: 0 + 66,-52: 0 + 66,-51: 0 + 66,-50: 0 + 66,-49: 0 + 67,-51: 0 + 67,-50: 0 + 67,-49: 0 + 68,-51: 0 + 68,-50: 0 + 68,-49: 0 + 69,-51: 0 + 69,-50: 0 + 69,-49: 0 + 70,-51: 0 + 70,-50: 0 + 70,-49: 0 + 71,-51: 0 + 71,-50: 0 + 71,-49: 0 + 72,-50: 0 + 72,-49: 0 + 73,-50: 0 + 73,-49: 0 + 74,-50: 0 + 74,-49: 0 + 76,-50: 0 + 76,-49: 0 + 37,-57: 0 + 38,-57: 0 + 39,-57: 0 + 40,-57: 0 + 41,-57: 0 + 42,-62: 0 + 42,-61: 0 + 42,-60: 0 + 42,-59: 0 + 42,-58: 0 + 42,-57: 0 + 43,-62: 0 + 43,-61: 0 + 43,-60: 0 + 43,-59: 0 + 43,-58: 0 + 43,-57: 0 + 44,-62: 0 + 44,-61: 0 + 44,-60: 0 + 44,-59: 0 + 44,-58: 0 + 44,-57: 0 + 44,-56: 0 + 44,-55: 0 + 44,-54: 0 + 44,-53: 0 + 44,-52: 0 + 45,-62: 0 + 45,-61: 0 + 45,-60: 0 + 45,-59: 0 + 45,-58: 0 + 45,-57: 0 + 45,-56: 0 + 45,-55: 0 + 45,-54: 0 + 45,-53: 0 + 45,-52: 0 + 46,-62: 0 + 46,-61: 0 + 46,-60: 0 + 46,-59: 0 + 46,-58: 0 + 46,-57: 0 + 46,-56: 0 + 47,-62: 0 + 47,-61: 0 + 47,-60: 0 + 47,-59: 0 + 47,-58: 0 + 47,-57: 0 + 48,-62: 6 + 48,-61: 6 + 48,-60: 0 + 48,-59: 0 + 48,-58: 0 + 48,-57: 0 + 49,-63: 0 + 49,-62: 6 + 49,-61: 6 + 49,-60: 0 + 49,-59: 0 + 49,-58: 0 + 49,-57: 0 + 50,-62: 6 + 50,-61: 6 + 50,-60: 0 + 50,-59: 0 + 50,-58: 0 + 50,-57: 0 + 51,-62: 6 + 51,-61: 6 + 51,-60: 0 + 51,-59: 0 + 51,-58: 0 + 51,-57: 0 + 52,-62: 0 + 52,-61: 0 + 52,-60: 0 + 52,-59: 0 + 52,-58: 0 + 52,-57: 0 + 53,-57: 0 + 47,-63: 0 + 48,-63: 0 + 49,-64: 0 + 50,-63: 7 + 51,-63: 0 + 52,-63: 0 + 37,-64: 0 + 37,-63: 0 + 37,-62: 0 + 37,-61: 0 + 37,-60: 0 + 37,-59: 0 + 37,-58: 0 + 37,-56: 0 + 37,-55: 0 + 37,-54: 0 + 37,-53: 0 + 37,-52: 0 + 37,-51: 0 + 37,-50: 0 + 38,-64: 0 + 38,-63: 0 + 38,-62: 0 + 38,-61: 0 + 38,-60: 0 + 38,-59: 0 + 38,-58: 0 + 38,-56: 0 + 38,-55: 0 + 38,-54: 0 + 38,-53: 0 + 38,-52: 0 + 38,-51: 0 + 38,-50: 0 + 39,-64: 0 + 39,-63: 0 + 39,-62: 0 + 39,-61: 0 + 39,-60: 0 + 39,-59: 0 + 39,-58: 0 + 39,-56: 0 + 39,-55: 0 + 39,-54: 0 + 39,-53: 0 + 39,-52: 0 + 39,-51: 0 + 39,-50: 0 + 40,-64: 0 + 40,-63: 0 + 40,-62: 0 + 40,-61: 0 + 40,-60: 0 + 40,-59: 0 + 40,-58: 0 + 40,-56: 0 + 40,-55: 0 + 40,-54: 0 + 40,-53: 0 + 40,-52: 0 + 40,-51: 0 + 40,-50: 0 + 41,-64: 0 + 41,-63: 0 + 41,-62: 0 + 41,-61: 0 + 41,-60: 0 + 41,-59: 0 + 41,-58: 0 + 41,-56: 0 + 41,-55: 0 + 41,-54: 0 + 41,-53: 0 + 41,-52: 0 + 42,-56: 0 + 42,-55: 0 + 42,-54: 0 + 42,-53: 0 + 42,-52: 0 + 43,-56: 0 + 43,-55: 0 + 43,-54: 0 + 43,-53: 0 + 43,-52: 0 + 37,-69: 0 + 37,-68: 0 + 37,-67: 0 + 37,-66: 0 + 37,-65: 0 + 38,-69: 0 + 38,-68: 0 + 38,-67: 0 + 38,-66: 0 + 38,-65: 0 + 39,-69: 0 + 39,-68: 0 + 39,-67: 0 + 39,-66: 0 + 39,-65: 0 + 40,-69: 0 + 40,-68: 0 + 40,-67: 0 + 40,-66: 0 + 40,-65: 0 + 41,-69: 0 + 41,-68: 0 + 41,-67: 0 + 41,-66: 0 + 41,-65: 0 + -32,-16: 0 + -32,-15: 0 + -32,-14: 0 + -32,-13: 0 + -32,-12: 0 + -32,-11: 0 + -32,-10: 0 + -32,-9: 0 + -32,-8: 0 + -31,-16: 0 + -31,-15: 0 + -31,-14: 0 + -31,-13: 0 + -31,-12: 0 + -31,-11: 0 + -31,-10: 0 + -31,-9: 0 + -31,-8: 0 + -30,-16: 0 + -30,-15: 0 + -30,-14: 0 + -30,-13: 0 + -30,-12: 0 + -30,-11: 0 + -30,-10: 0 + -30,-9: 0 + -30,-8: 0 + -32,-26: 0 + -32,-25: 0 + -32,-24: 0 + -32,-23: 0 + -32,-22: 0 + -32,-21: 0 + -32,-20: 0 + -32,-19: 0 + -32,-18: 0 + -32,-17: 0 + -31,-25: 0 + -31,-24: 0 + -31,-23: 0 + -31,-22: 0 + -31,-21: 0 + -31,-20: 0 + -31,-19: 0 + -31,-18: 0 + -31,-17: 0 + -30,-25: 0 + -30,-24: 0 + -30,-23: 0 + -30,-22: 0 + -30,-21: 0 + -30,-20: 0 + -30,-19: 0 + -30,-18: 0 + -30,-17: 0 + -29,-25: 0 + -29,-24: 0 + -29,-23: 0 + -29,-22: 0 + -29,-21: 0 + -28,-26: 0 + -28,-25: 0 + -28,-24: 0 + -28,-23: 0 + -28,-22: 0 + -28,-21: 0 + -27,-26: 0 + -27,-25: 0 + -27,-24: 0 + -27,-23: 0 + -27,-22: 0 + -27,-21: 1 + -26,-26: 0 + -26,-25: 0 + -26,-24: 0 + -26,-23: 0 + -26,-22: 0 + -26,-21: 0 + -25,-26: 0 + -25,-25: 0 + -25,-24: 0 + -25,-23: 0 + -25,-22: 0 + -25,-21: 0 + -24,-26: 0 + -24,-25: 0 + -24,-24: 0 + -24,-23: 0 + -24,-22: 0 + -24,-21: 0 + -37,-16: 0 + -37,-15: 0 + -37,-14: 0 + -37,-13: 0 + -37,-12: 0 + -37,-11: 0 + -37,-10: 0 + -37,-9: 0 + -37,-8: 0 + -36,-16: 0 + -36,-15: 0 + -36,-14: 1 + -36,-13: 1 + -36,-12: 0 + -36,-11: 0 + -36,-10: 0 + -36,-9: 0 + -36,-8: 0 + -35,-16: 0 + -35,-15: 0 + -35,-14: 0 + -35,-13: 0 + -35,-12: 0 + -35,-11: 0 + -35,-10: 0 + -35,-9: 0 + -35,-8: 0 + -34,-16: 0 + -34,-15: 0 + -34,-14: 0 + -34,-13: 0 + -34,-12: 0 + -34,-11: 0 + -34,-10: 0 + -34,-9: 0 + -34,-8: 0 + -33,-16: 0 + -33,-15: 0 + -33,-14: 0 + -33,-13: 0 + -33,-12: 0 + -33,-11: 0 + -33,-10: 0 + -33,-9: 0 + -33,-8: 0 + -37,-20: 0 + -37,-19: 0 + -37,-18: 0 + -37,-17: 0 + -36,-20: 0 + -36,-19: 0 + -36,-18: 0 + -36,-17: 0 + -35,-20: 0 + -35,-19: 0 + -35,-18: 0 + -35,-17: 0 + -34,-26: 0 + -34,-25: 0 + -34,-24: 0 + -34,-23: 0 + -34,-22: 0 + -34,-21: 0 + -34,-20: 0 + -34,-19: 0 + -34,-18: 0 + -34,-17: 0 + -33,-26: 0 + -33,-25: 0 + -33,-24: 0 + -33,-23: 0 + -33,-22: 0 + -33,-21: 0 + -33,-20: 0 + -33,-19: 0 + -33,-18: 0 + -33,-17: 0 + 53,-63: 0 + 53,-62: 0 + 53,-61: 0 + 53,-60: 0 + 53,-59: 0 + 53,-58: 0 + 54,-63: 0 + 54,-62: 0 + 54,-61: 0 + 54,-60: 0 + 54,-59: 0 + 54,-58: 0 + 54,-57: 0 + 55,-63: 0 + 55,-62: 0 + 55,-61: 0 + 55,-60: 0 + 55,-59: 0 + 55,-58: 0 + 55,-57: 0 + 56,-63: 0 + 56,-62: 0 + 56,-61: 0 + 56,-60: 0 + 56,-59: 0 + 56,-58: 0 + 56,-57: 0 + 57,-63: 0 + 57,-62: 0 + 57,-61: 0 + 57,-60: 0 + 57,-59: 0 + 57,-58: 0 + 58,-62: 0 + 58,-61: 0 + 58,-60: 0 + 58,-59: 0 + 31,-83: 0 + 31,-82: 0 + 31,-79: 0 + 31,-78: 0 + 32,-80: 0 + 32,-79: 0 + 32,-78: 0 + 32,-75: 0 + 32,-74: 0 + 32,-73: 0 + 32,-72: 0 + 32,-71: 0 + 32,-70: 0 + 33,-80: 0 + 33,-79: 0 + 33,-78: 0 + 33,-77: 0 + 33,-76: 0 + 33,-75: 0 + 33,-74: 0 + 33,-73: 0 + 33,-72: 1 + 33,-71: 0 + 33,-70: 0 + 34,-80: 0 + 34,-79: 0 + 34,-78: 0 + 34,-77: 0 + 34,-76: 0 + 34,-75: 0 + 34,-74: 0 + 34,-73: 0 + 34,-72: 0 + 34,-71: 0 + 34,-70: 0 + 35,-80: 0 + 35,-79: 0 + 35,-78: 0 + 35,-77: 0 + 35,-76: 0 + 35,-75: 0 + 35,-74: 0 + 35,-73: 0 + 35,-72: 0 + 35,-71: 0 + 35,-70: 0 + 36,-80: 0 + 36,-79: 0 + 36,-78: 0 + 36,-77: 0 + 36,-76: 0 + 36,-75: 0 + 36,-74: 0 + 36,-73: 0 + 36,-72: 0 + 36,-71: 0 + 36,-70: 0 + 37,-80: 0 + 37,-79: 0 + 37,-78: 0 + 37,-77: 0 + 37,-76: 0 + 37,-75: 0 + 37,-74: 0 + 37,-73: 0 + 37,-72: 0 + 37,-71: 0 + 37,-70: 0 + 38,-80: 0 + 38,-79: 0 + 38,-78: 0 + 38,-77: 0 + 38,-75: 0 + 38,-74: 0 + 38,-73: 0 + 38,-72: 0 + 38,-71: 0 + 38,-70: 0 + 39,-80: 0 + 39,-79: 0 + 39,-78: 0 + 39,-77: 0 + 39,-75: 0 + 39,-74: 0 + 39,-73: 0 + 39,-72: 0 + 39,-71: 0 + 39,-70: 0 + 40,-80: 0 + 40,-79: 0 + 40,-78: 1 + 40,-77: 0 + 40,-75: 0 + 40,-74: 0 + 40,-73: 0 + 40,-72: 0 + 40,-71: 0 + 40,-70: 0 + 41,-80: 0 + 41,-79: 0 + 41,-78: 0 + 41,-77: 0 + 41,-76: 0 + 41,-75: 0 + 41,-74: 0 + 41,-73: 0 + 41,-72: 0 + 41,-71: 0 + 41,-70: 0 + 42,-80: 0 + 42,-79: 0 + 42,-78: 0 + 42,-77: 0 + 42,-76: 0 + 42,-75: 0 + 42,-74: 0 + 42,-73: 0 + 42,-72: 0 + 42,-71: 0 + 42,-70: 0 + 43,-80: 0 + 43,-79: 0 + 43,-78: 0 + 43,-77: 0 + 43,-76: 0 + 43,-75: 0 + 43,-74: 0 + 43,-73: 0 + 43,-72: 0 + 43,-71: 0 + 43,-70: 0 + 44,-80: 0 + 44,-79: 0 + 44,-78: 0 + 44,-77: 0 + 44,-76: 0 + 44,-75: 0 + 44,-74: 0 + 44,-73: 0 + 44,-72: 0 + 44,-71: 0 + 44,-70: 0 + 45,-80: 0 + 45,-79: 0 + 45,-78: 0 + 45,-77: 0 + 45,-76: 0 + 45,-75: 0 + 45,-74: 0 + 45,-73: 0 + 45,-72: 1 + 45,-71: 0 + 45,-70: 0 + 46,-80: 0 + 46,-79: 0 + 46,-78: 0 + 46,-75: 0 + 46,-74: 0 + 46,-73: 0 + 46,-72: 0 + 46,-71: 0 + 46,-70: 0 + 47,-80: 0 + 47,-79: 0 + 54,-56: 0 + 55,-56: 0 + 55,-55: 0 + 56,-56: 0 + 56,-55: 0 + 32,-83: 0 + 32,-82: 0 + 32,-81: 0 + 33,-84: 0 + 33,-83: 0 + 33,-82: 0 + 33,-81: 0 + 34,-84: 0 + 34,-83: 0 + 34,-82: 0 + 34,-81: 0 + 35,-84: 0 + 35,-83: 0 + 35,-82: 0 + 35,-81: 0 + 36,-84: 0 + 36,-83: 0 + 36,-82: 0 + 36,-81: 0 + 37,-84: 0 + 37,-83: 0 + 37,-82: 0 + 37,-81: 0 + 38,-84: 0 + 38,-83: 0 + 38,-82: 0 + 38,-81: 0 + 39,-84: 0 + 39,-83: 0 + 39,-82: 0 + 39,-81: 0 + 40,-84: 0 + 40,-83: 0 + 40,-82: 0 + 40,-81: 0 + 41,-84: 0 + 41,-83: 0 + 41,-82: 0 + 41,-81: 0 + 42,-84: 0 + 42,-83: 0 + 42,-82: 0 + 42,-81: 0 + 43,-84: 0 + 43,-83: 0 + 43,-82: 0 + 43,-81: 0 + 44,-84: 0 + 44,-83: 0 + 44,-82: 0 + 44,-81: 0 + 45,-84: 0 + 45,-83: 0 + 45,-82: 0 + 45,-81: 0 + 46,-83: 0 + 46,-82: 0 + 46,-81: 0 + 47,-82: 0 + 47,-81: 0 + 48,-81: 0 + 48,-80: 0 + -32,-7: 0 + -32,-6: 0 + -32,-5: 0 + -31,-7: 0 + -31,-6: 0 + -31,-5: 0 + -32,-32: 0 + -32,-31: 0 + -32,-30: 0 + -32,-29: 0 + -32,-28: 0 + -32,-27: 0 + -31,-32: 0 + -31,-31: 0 + -31,-30: 0 + -31,-29: 0 + -31,-28: 0 + -31,-27: 0 + -31,-26: 0 + -30,-32: 0 + -30,-31: 0 + -30,-30: 0 + -30,-29: 0 + -30,-28: 0 + -30,-27: 0 + -30,-26: 0 + -29,-32: 0 + -29,-31: 0 + -29,-30: 0 + -29,-29: 0 + -29,-28: 0 + -29,-27: 0 + -29,-26: 0 + -28,-32: 0 + -28,-31: 0 + -28,-30: 0 + -28,-29: 0 + -28,-28: 0 + -28,-27: 0 + -27,-32: 0 + -27,-31: 0 + -27,-30: 0 + -27,-29: 0 + -27,-28: 0 + -27,-27: 0 + -26,-32: 0 + -26,-31: 0 + -26,-30: 0 + -26,-29: 0 + -26,-28: 0 + -26,-27: 0 + -25,-32: 0 + -25,-31: 0 + -25,-30: 0 + -25,-29: 0 + -25,-28: 0 + -25,-27: 0 + -24,-32: 1 + -24,-31: 0 + -24,-30: 0 + -24,-29: 0 + -24,-28: 0 + -24,-27: 0 + -32,-37: 0 + -32,-36: 0 + -32,-35: 0 + -32,-34: 0 + -32,-33: 0 + -31,-37: 0 + -31,-36: 0 + -31,-35: 0 + -31,-34: 0 + -31,-33: 1 + -30,-48: 0 + -30,-47: 0 + -30,-37: 0 + -30,-36: 0 + -30,-35: 0 + -30,-34: 0 + -30,-33: 0 + -29,-48: 0 + -29,-47: 0 + -29,-36: 0 + -29,-35: 0 + -29,-34: 0 + -29,-33: 0 + -28,-48: 0 + -28,-47: 0 + -28,-36: 0 + -28,-35: 0 + -28,-34: 0 + -28,-33: 0 + -27,-48: 0 + -27,-47: 0 + -27,-46: 0 + -27,-45: 0 + -27,-44: 0 + -27,-43: 0 + -27,-42: 0 + -27,-41: 0 + -27,-37: 0 + -27,-36: 0 + -27,-35: 0 + -27,-34: 0 + -27,-33: 0 + -26,-48: 0 + -26,-47: 0 + -26,-46: 0 + -26,-45: 0 + -26,-44: 0 + -26,-43: 0 + -26,-42: 0 + -26,-41: 0 + -26,-37: 0 + -26,-36: 0 + -26,-35: 0 + -26,-34: 0 + -26,-33: 0 + -25,-48: 0 + -25,-47: 0 + -25,-46: 0 + -25,-45: 0 + -25,-44: 0 + -25,-43: 0 + -25,-42: 0 + -25,-41: 0 + -25,-37: 0 + -25,-36: 0 + -25,-35: 0 + -25,-34: 0 + -25,-33: 0 + -24,-48: 0 + -24,-47: 0 + -24,-46: 0 + -24,-45: 0 + -24,-44: 0 + -24,-43: 0 + -24,-42: 1 + -24,-41: 0 + -24,-37: 0 + -24,-36: 0 + -24,-35: 0 + -24,-34: 0 + -24,-33: 0 + -23,-48: 0 + -23,-47: 0 + -23,-46: 0 + -30,-64: 0 + -30,-63: 0 + -30,-62: 0 + -30,-61: 0 + -30,-60: 0 + -30,-59: 0 + -30,-58: 1 + -30,-57: 0 + -30,-56: 0 + -30,-55: 0 + -30,-54: 0 + -30,-53: 0 + -30,-52: 0 + -30,-51: 0 + -30,-50: 0 + -30,-49: 0 + -29,-64: 0 + -29,-63: 0 + -29,-62: 0 + -29,-61: 0 + -29,-60: 0 + -29,-59: 0 + -29,-58: 0 + -29,-57: 0 + -29,-56: 0 + -29,-55: 0 + -29,-54: 0 + -29,-53: 0 + -29,-52: 0 + -29,-51: 0 + -29,-50: 0 + -29,-49: 0 + -28,-63: 0 + -28,-62: 0 + -28,-61: 0 + -28,-60: 0 + -28,-59: 0 + -28,-58: 0 + -28,-57: 0 + -28,-56: 0 + -28,-55: 0 + -28,-54: 0 + -28,-53: 0 + -28,-52: 0 + -28,-51: 0 + -28,-50: 0 + -28,-49: 0 + -27,-63: 0 + -27,-62: 0 + -27,-61: 0 + -27,-60: 0 + -27,-59: 0 + -27,-58: 1 + -27,-57: 0 + -27,-56: 0 + -27,-55: 0 + -27,-54: 0 + -27,-53: 0 + -27,-52: 0 + -27,-51: 0 + -27,-50: 0 + -27,-49: 0 + -26,-63: 0 + -26,-62: 0 + -26,-61: 0 + -26,-60: 0 + -26,-59: 0 + -26,-58: 0 + -26,-57: 0 + -26,-56: 0 + -26,-55: 0 + -26,-54: 0 + -26,-53: 0 + -26,-52: 0 + -26,-51: 0 + -26,-50: 0 + -26,-49: 0 + -25,-50: 0 + -25,-49: 0 + -24,-50: 0 + -24,-49: 0 + -23,-50: 0 + -23,-49: 0 + -30,-66: 0 + -30,-65: 0 + -29,-66: 0 + -29,-65: 0 + 9,-75: 0 + 9,-74: 0 + 9,-73: 0 + 10,-75: 0 + 10,-74: 0 + 10,-73: 0 + 11,-75: 0 + 11,-74: 0 + 11,-73: 0 + 11,-72: 0 + 11,-71: 0 + 11,-70: 1 + 12,-75: 0 + 12,-74: 0 + 12,-73: 0 + 12,-72: 0 + 12,-71: 0 + 12,-70: 0 + 13,-75: 0 + 13,-74: 0 + 13,-73: 0 + 14,-75: 0 + 14,-74: 0 + 14,-73: 0 + 15,-75: 0 + 15,-74: 0 + 15,-73: 0 + 31,-81: 0 + 16,-75: 0 + 16,-74: 0 + 16,-73: 1 + 17,-75: 0 + 17,-74: 0 + 17,-73: 0 + 18,-75: 0 + 18,-74: 0 + 18,-73: 0 + 19,-75: 0 + 19,-74: 0 + 19,-73: 0 + 20,-75: 0 + 20,-74: 0 + 20,-73: 0 + 21,-75: 0 + 21,-74: 0 + 21,-73: 0 + 22,-75: 0 + 22,-74: 0 + 22,-73: 0 + 22,-72: 0 + 22,-71: 0 + 22,-70: 0 + 23,-75: 0 + 23,-74: 0 + 23,-73: 0 + 23,-72: 0 + 23,-71: 0 + 23,-70: 0 + 23,-69: 0 + 24,-75: 0 + 24,-74: 0 + 24,-73: 0 + 24,-72: 0 + 24,-71: 0 + 24,-70: 0 + 24,-69: 0 + 25,-75: 0 + 25,-74: 0 + 25,-73: 0 + 25,-72: 0 + 25,-71: 0 + 25,-70: 0 + 25,-69: 0 + 26,-75: 0 + 26,-74: 0 + 26,-73: 0 + 26,-72: 0 + 26,-71: 0 + 26,-70: 0 + 26,-69: 0 + 27,-74: 0 + 27,-73: 0 + 27,-72: 0 + 27,-71: 0 + 27,-70: 0 + 27,-69: 0 + 28,-74: 0 + 28,-73: 0 + 28,-72: 0 + 28,-71: 1 + 28,-70: 0 + 28,-69: 0 + 29,-74: 0 + 29,-73: 0 + 29,-72: 0 + 29,-71: 0 + 29,-70: 0 + 30,-74: 0 + 30,-73: 0 + 30,-72: 0 + 31,-80: 0 + 31,-74: 0 + 31,-73: 0 + 31,-72: 0 + 32,-77: 0 + 56,-54: 0 + 57,-54: 0 + 59,-62: 0 + 59,-59: 0 + 60,-64: 0 + 60,-62: 0 + 60,-59: 0 + 60,-58: 0 + 61,-64: 0 + 61,-63: 0 + 61,-62: 0 + 62,-64: 0 + 62,-62: 0 + 63,-62: 0 + 64,-62: 0 + 64,-61: 0 + 64,-60: 0 + 64,-59: 0 + 64,-58: 0 + 65,-62: 0 + 66,-62: 0 + 67,-62: 0 + 68,-62: 0 + 69,-62: 0 + 70,-62: 0 + 71,-62: 0 + 72,-63: 0 + 72,-62: 0 + 72,-61: 0 + 72,-60: 0 + 72,-59: 0 + 72,-58: 0 + 72,-57: 0 + 72,-56: 0 + 72,-55: 0 + 72,-54: 0 + 73,-55: 0 + 74,-55: 0 + 75,-55: 0 + 76,-55: 0 + 76,-54: 0 + 76,-53: 0 + 76,-52: 0 + 76,-51: 0 + 77,-55: 0 + -44,-16: 0 + -44,-15: 0 + -44,-14: 0 + -44,-13: 0 + -44,-12: 0 + -44,-11: 0 + -44,-10: 0 + -44,-9: 0 + -44,-8: 0 + -44,-7: 0 + -44,-6: 0 + -44,-5: 0 + -43,-16: 1 + -43,-15: 0 + -43,-14: 0 + -43,-13: 0 + -43,-12: 0 + -43,-11: 0 + -43,-10: 0 + -43,-9: 0 + -43,-8: 0 + -43,-7: 0 + -43,-6: 0 + -43,-5: 0 + -42,-16: 0 + -42,-15: 0 + -42,-14: 0 + -42,-13: 0 + -42,-12: 0 + -42,-11: 0 + -42,-10: 0 + -42,-9: 0 + -42,-8: 0 + -42,-7: 0 + -42,-6: 0 + -42,-5: 0 + -41,-16: 0 + -41,-15: 0 + -41,-14: 0 + -41,-13: 0 + -41,-12: 0 + -41,-11: 0 + -41,-10: 0 + -41,-9: 0 + -41,-8: 0 + -41,-7: 0 + -41,-6: 0 + -41,-5: 0 + -40,-16: 1 + -40,-15: 0 + -40,-14: 1 + -40,-13: 1 + -40,-12: 0 + -40,-11: 0 + -40,-10: 0 + -40,-9: 0 + -40,-8: 0 + -40,-7: 0 + -40,-6: 0 + -40,-5: 0 + -39,-16: 0 + -39,-15: 0 + -39,-14: 0 + -39,-13: 0 + -39,-12: 0 + -39,-11: 0 + -39,-10: 0 + -39,-9: 0 + -39,-8: 0 + -39,-7: 0 + -39,-6: 0 + -39,-5: 0 + -38,-16: 1 + -38,-15: 0 + -38,-14: 1 + -38,-13: 1 + -38,-12: 0 + -38,-11: 0 + -38,-10: 0 + -38,-9: 0 + -38,-8: 0 + -38,-7: 0 + -38,-6: 0 + -38,-5: 0 + -37,-7: 0 + -37,-6: 0 + -37,-5: 0 + -36,-7: 0 + -36,-6: 0 + -36,-5: 0 + -35,-7: 0 + -35,-6: 0 + -35,-5: 0 + -34,-7: 0 + -34,-6: 0 + -34,-5: 0 + -33,-7: 0 + -33,-6: 0 + -33,-5: 0 + -47,-29: 0 + -47,-28: 0 + -47,-27: 0 + -47,-26: 0 + -47,-25: 0 + -47,-24: 0 + -47,-23: 0 + -47,-22: 0 + -47,-21: 0 + -47,-20: 0 + -47,-19: 0 + -46,-29: 0 + -46,-28: 0 + -46,-27: 0 + -46,-26: 0 + -46,-25: 0 + -46,-24: 0 + -46,-23: 0 + -46,-22: 0 + -46,-21: 0 + -46,-20: 0 + -46,-19: 0 + -45,-29: 0 + -45,-28: 0 + -45,-27: 0 + -45,-26: 0 + -45,-25: 0 + -45,-24: 0 + -45,-23: 0 + -45,-22: 0 + -45,-21: 0 + -45,-20: 0 + -45,-19: 0 + -44,-29: 0 + -44,-28: 0 + -44,-27: 0 + -44,-26: 0 + -44,-25: 0 + -44,-24: 0 + -44,-23: 0 + -44,-22: 0 + -44,-21: 0 + -44,-20: 0 + -44,-19: 0 + -44,-18: 0 + -44,-17: 0 + -43,-29: 0 + -43,-28: 0 + -43,-27: 0 + -43,-26: 0 + -43,-25: 0 + -43,-24: 0 + -43,-23: 0 + -43,-22: 0 + -43,-21: 0 + -43,-20: 0 + -43,-19: 0 + -43,-18: 0 + -43,-17: 0 + -42,-29: 0 + -42,-28: 0 + -42,-27: 0 + -42,-26: 0 + -42,-25: 0 + -42,-24: 0 + -42,-23: 0 + -42,-22: 0 + -42,-21: 0 + -42,-20: 0 + -42,-19: 0 + -42,-18: 0 + -42,-17: 0 + -41,-29: 0 + -41,-28: 0 + -41,-27: 0 + -41,-26: 0 + -41,-25: 0 + -41,-24: 0 + -41,-23: 0 + -41,-22: 0 + -41,-21: 0 + -41,-20: 0 + -41,-19: 0 + -41,-18: 0 + -41,-17: 0 + -40,-29: 0 + -40,-28: 0 + -40,-27: 0 + -40,-26: 0 + -40,-25: 0 + -40,-24: 0 + -40,-23: 0 + -40,-22: 0 + -40,-21: 0 + -40,-20: 0 + -40,-19: 0 + -40,-18: 0 + -40,-17: 0 + -39,-29: 0 + -39,-28: 0 + -39,-27: 0 + -39,-26: 0 + -39,-25: 0 + -39,-24: 0 + -39,-23: 0 + -39,-22: 0 + -39,-21: 0 + -39,-20: 0 + -39,-19: 0 + -39,-18: 0 + -39,-17: 0 + -38,-29: 0 + -38,-28: 0 + -38,-27: 0 + -38,-26: 0 + -38,-25: 0 + -38,-24: 0 + -38,-23: 0 + -38,-22: 0 + -38,-21: 0 + -38,-20: 0 + -38,-19: 0 + -38,-18: 0 + -38,-17: 0 + -37,-29: 0 + -37,-28: 0 + -37,-27: 0 + -37,-26: 0 + -37,-25: 0 + -37,-24: 0 + -37,-23: 0 + -37,-22: 0 + -37,-21: 0 + -36,-29: 0 + -36,-28: 0 + -36,-27: 0 + -36,-26: 0 + -36,-25: 0 + -36,-24: 0 + -36,-23: 0 + -36,-22: 0 + -36,-21: 0 + -35,-32: 0 + -35,-29: 0 + -35,-28: 0 + -35,-27: 0 + -35,-26: 0 + -35,-25: 0 + -35,-24: 0 + -35,-23: 0 + -35,-22: 0 + -35,-21: 0 + -34,-32: 0 + -34,-31: 0 + -34,-30: 0 + -34,-29: 0 + -34,-28: 0 + -34,-27: 0 + -33,-32: 0 + -33,-31: 0 + -33,-30: 0 + -33,-29: 0 + -33,-28: 0 + -33,-27: 0 + 32,-84: 0 + 49,-81: 0 + 49,-80: 0 + 57,-71: 0 + 57,-70: 0 + 57,-69: 0 + 57,-68: 0 + 57,-67: 0 + 58,-72: 0 + 58,-71: 0 + 58,-70: 0 + 58,-69: 0 + 58,-68: 0 + 58,-67: 0 + 58,-66: 0 + 59,-73: 0 + 59,-72: 0 + 59,-71: 0 + 59,-70: 0 + 59,-69: 0 + 59,-68: 0 + 59,-67: 0 + 59,-66: 0 + 59,-65: 0 + 60,-73: 0 + 60,-72: 0 + 60,-71: 0 + 60,-70: 0 + 60,-69: 0 + 60,-68: 0 + 60,-67: 0 + 60,-66: 0 + 60,-65: 0 + 61,-73: 0 + 61,-72: 0 + 61,-71: 0 + 61,-70: 0 + 61,-69: 0 + 61,-68: 0 + 61,-67: 0 + 61,-66: 0 + 61,-65: 0 + 62,-73: 0 + 62,-72: 0 + 62,-71: 0 + 62,-70: 0 + 62,-69: 0 + 62,-68: 0 + 62,-67: 0 + 62,-66: 0 + 62,-65: 0 + 63,-73: 0 + 63,-72: 0 + 63,-71: 0 + 63,-70: 0 + 63,-69: 0 + 63,-68: 0 + 63,-67: 0 + 63,-66: 0 + 63,-65: 0 + 64,-72: 0 + 64,-71: 0 + 64,-70: 0 + 64,-69: 0 + 64,-68: 0 + 64,-67: 0 + 64,-66: 0 + 65,-71: 0 + 65,-70: 0 + 65,-69: 0 + 65,-68: 0 + 65,-67: 0 + -35,-37: 0 + -35,-36: 0 + -35,-35: 0 + -35,-34: 0 + -35,-33: 0 + -34,-37: 0 + -34,-36: 0 + -34,-35: 0 + -34,-34: 0 + -34,-33: 1 + -33,-37: 0 + -33,-36: 0 + -33,-35: 0 + -33,-34: 0 + -33,-33: 0 + -32,-2: 0 + -32,-1: 1 + -31,-2: 0 + -31,-1: 0 + -30,-2: 0 + -30,-1: 0 + -32,0: 0 + -32,1: 0 + -32,2: 0 + -32,13: 0 + -32,14: 0 + -32,15: 0 + -31,0: 0 + -31,1: 0 + -31,2: 0 + -31,12: 0 + -31,13: 0 + -31,14: 0 + -31,15: 0 + -30,0: 0 + -30,1: 0 + -30,2: 0 + -30,12: 1 + -30,13: 0 + -30,14: 0 + -30,15: 0 + -32,16: 0 + -32,17: 0 + -32,18: 0 + -32,19: 0 + -32,20: 0 + -32,21: 0 + -32,22: 0 + -32,23: 0 + -32,24: 0 + -32,25: 0 + -31,16: 0 + -31,17: 0 + -31,18: 0 + -31,19: 0 + -31,20: 0 + -31,21: 0 + -31,22: 0 + -31,23: 0 + -31,24: 0 + -31,25: 0 + -30,16: 0 + -30,17: 0 + -30,18: 0 + -30,19: 0 + -30,20: 0 + -30,21: 0 + -30,22: 0 + -30,23: 0 + -30,24: 0 + -30,25: 0 + -29,18: 0 + -29,19: 0 + -29,20: 0 + -29,21: 0 + -29,22: 0 + -29,23: 0 + -29,24: 0 + -29,25: 0 + -28,18: 0 + -28,19: 0 + -28,20: 0 + -28,21: 0 + -28,22: 0 + -28,23: 0 + -28,24: 0 + -28,25: 0 + -27,18: 0 + -27,19: 0 + -27,20: 0 + -27,21: 0 + -27,22: 0 + -27,23: 0 + -27,24: 0 + -27,25: 0 + -26,18: 0 + -26,19: 0 + -26,20: 0 + -26,21: 0 + -26,22: 0 + -26,23: 0 + -26,24: 0 + -26,25: 0 + -25,18: 0 + -25,19: 0 + -25,20: 0 + -25,21: 0 + -25,22: 0 + -25,23: 0 + -25,24: 0 + -25,25: 0 + -24,18: 0 + -24,19: 0 + -24,20: 0 + -24,21: 0 + -24,22: 0 + -24,23: 0 + -24,24: 0 + -24,25: 0 + -23,18: 0 + -23,19: 0 + -23,20: 0 + -23,21: 0 + -23,22: 0 + -23,23: 0 + -23,24: 0 + -23,25: 0 + -32,-43: 0 + -32,-42: 1 + -32,-41: 0 + -32,-40: 0 + -32,-39: 0 + -32,-38: 0 + -31,-43: 0 + -31,-42: 0 + -31,-41: 0 + -31,-40: 0 + -31,-39: 0 + -31,-38: 1 + -30,-43: 0 + -30,-42: 0 + -30,-41: 0 + -30,-40: 1 + -30,-39: 0 + -30,-38: 0 + -27,-38: 0 + -26,-38: 0 + -25,-38: 0 + -24,-38: 0 + -48,-16: 0 + -48,-15: 0 + -48,-14: 0 + -48,-13: 0 + -48,-12: 0 + -48,-11: 0 + -48,-10: 0 + -48,-9: 0 + -48,-8: 0 + -48,-7: 0 + -48,-6: 0 + -48,-5: 0 + -47,-16: 0 + -47,-15: 0 + -47,-14: 0 + -47,-13: 0 + -47,-12: 0 + -47,-11: 0 + -47,-10: 0 + -47,-9: 0 + -47,-8: 0 + -47,-7: 0 + -47,-6: 0 + -47,-5: 0 + -46,-16: 0 + -46,-15: 0 + -46,-14: 0 + -46,-13: 0 + -46,-12: 0 + -46,-11: 0 + -46,-10: 0 + -46,-9: 0 + -46,-8: 0 + -46,-7: 0 + -46,-6: 0 + -46,-5: 0 + -45,-16: 0 + -45,-15: 0 + -45,-14: 0 + -45,-13: 0 + -45,-12: 0 + -45,-11: 0 + -45,-10: 0 + -45,-9: 0 + -45,-8: 0 + -45,-7: 0 + -45,-6: 0 + -45,-5: 0 + -38,-2: 0 + -38,-1: 0 + -37,-2: 0 + -37,-1: 0 + -36,-2: 0 + -36,-1: 0 + -35,-2: 0 + -35,-1: 0 + -34,-2: 0 + -34,-1: 0 + -33,-2: 0 + -33,-1: 1 + -48,-18: 0 + -48,-17: 0 + -47,-18: 0 + -47,-17: 0 + -46,-18: 0 + -46,-17: 0 + -45,-18: 0 + -45,-17: 0 + -42,-32: 0 + -42,-31: 1 + -41,-32: 0 + -41,-31: 0 + -40,-32: 0 + -40,-31: 0 + -39,-32: 0 + -39,-31: 0 + -38,-32: 0 + -38,-31: 0 + -37,-32: 0 + -37,-31: 0 + -36,-32: 0 + -36,-31: 0 + -48,-48: 0 + -48,-47: 0 + -48,-46: 0 + -48,-45: 0 + -48,-44: 0 + -48,-43: 0 + -48,-42: 0 + -48,-41: 0 + -47,-48: 0 + -47,-47: 0 + -47,-46: 0 + -47,-45: 0 + -47,-44: 0 + -47,-43: 0 + -47,-42: 0 + -47,-41: 0 + -46,-48: 0 + -46,-47: 0 + -46,-46: 0 + -46,-45: 0 + -46,-44: 0 + -46,-43: 0 + -46,-42: 0 + -46,-41: 0 + -45,-48: 0 + -45,-47: 0 + -45,-46: 0 + -45,-45: 0 + -45,-44: 0 + -45,-43: 0 + -45,-42: 0 + -45,-41: 0 + -44,-48: 0 + -44,-47: 0 + -44,-46: 0 + -44,-45: 0 + -44,-44: 0 + -44,-43: 0 + -44,-42: 0 + -44,-41: 0 + -43,-48: 0 + -43,-47: 0 + -43,-46: 0 + -43,-45: 0 + -43,-44: 0 + -43,-43: 0 + -43,-42: 0 + -43,-41: 0 + -42,-48: 0 + -42,-47: 0 + -42,-46: 0 + -42,-45: 0 + -42,-44: 0 + -42,-43: 0 + -42,-42: 0 + -42,-41: 0 + -42,-40: 0 + -42,-39: 0 + -42,-38: 0 + -42,-37: 0 + -42,-36: 0 + -42,-35: 0 + -42,-34: 0 + -42,-33: 0 + -41,-48: 0 + -41,-47: 0 + -41,-46: 0 + -41,-45: 0 + -41,-44: 0 + -41,-43: 0 + -41,-42: 0 + -41,-41: 0 + -41,-40: 0 + -41,-39: 0 + -41,-38: 0 + -41,-37: 1 + -41,-36: 0 + -41,-35: 0 + -41,-34: 0 + -41,-33: 0 + -40,-48: 0 + -40,-47: 0 + -40,-46: 0 + -40,-45: 0 + -40,-44: 0 + -40,-43: 0 + -40,-42: 0 + -40,-41: 0 + -40,-40: 0 + -40,-39: 0 + -40,-38: 0 + -40,-37: 1 + -40,-36: 0 + -40,-35: 0 + -40,-34: 0 + -40,-33: 0 + -39,-48: 0 + -39,-47: 0 + -39,-46: 0 + -39,-45: 0 + -39,-44: 0 + -39,-43: 0 + -39,-42: 0 + -39,-41: 0 + -39,-40: 0 + -39,-39: 0 + -39,-38: 0 + -39,-37: 1 + -39,-36: 0 + -39,-35: 0 + -39,-34: 0 + -39,-33: 0 + -38,-48: 0 + -38,-47: 0 + -38,-46: 0 + -38,-45: 0 + -38,-44: 0 + -38,-43: 0 + -38,-42: 0 + -38,-41: 0 + -38,-40: 0 + -38,-39: 0 + -38,-38: 0 + -38,-37: 1 + -38,-36: 0 + -38,-35: 0 + -38,-34: 0 + -38,-33: 0 + -37,-48: 0 + -37,-47: 0 + -37,-46: 0 + -37,-45: 0 + -37,-44: 0 + -37,-43: 0 + -37,-42: 0 + -37,-41: 0 + -37,-40: 0 + -37,-39: 0 + -37,-38: 0 + -37,-37: 1 + -37,-36: 0 + -37,-35: 0 + -37,-34: 0 + -37,-33: 0 + -36,-48: 0 + -36,-47: 0 + -36,-46: 0 + -36,-45: 0 + -36,-44: 0 + -36,-43: 0 + -36,-42: 0 + -36,-41: 0 + -36,-40: 0 + -36,-39: 0 + -36,-38: 0 + -36,-37: 1 + -36,-36: 0 + -36,-35: 0 + -36,-34: 0 + -36,-33: 0 + -35,-44: 0 + -35,-43: 0 + -35,-42: 0 + -35,-41: 0 + -35,-40: 0 + -35,-39: 0 + -35,-38: 0 + -34,-44: 0 + -34,-43: 0 + -34,-42: 0 + -34,-41: 0 + -34,-40: 0 + -34,-39: 0 + -34,-38: 0 + -33,-44: 0 + -33,-43: 0 + -33,-42: 0 + -33,-41: 0 + -33,-40: 0 + -33,-39: 0 + -33,-38: 0 + -48,-58: 0 + -48,-57: 0 + -48,-56: 0 + -48,-55: 0 + -48,-54: 0 + -48,-53: 0 + -48,-52: 0 + -48,-51: 0 + -48,-50: 0 + -48,-49: 0 + -47,-58: 0 + -47,-57: 0 + -47,-56: 0 + -47,-55: 0 + -47,-54: 0 + -47,-53: 0 + -47,-52: 0 + -47,-51: 0 + -47,-50: 0 + -47,-49: 0 + -46,-58: 0 + -46,-57: 0 + -46,-56: 0 + -46,-55: 0 + -46,-54: 0 + -46,-53: 0 + -46,-52: 0 + -46,-51: 0 + -46,-50: 0 + -46,-49: 0 + -45,-58: 0 + -45,-57: 0 + -45,-56: 0 + -45,-55: 0 + -45,-54: 0 + -45,-53: 0 + -45,-52: 0 + -45,-51: 0 + -45,-50: 0 + -45,-49: 0 + -44,-58: 0 + -44,-57: 0 + -44,-56: 0 + -44,-55: 0 + -44,-54: 0 + -44,-53: 0 + -44,-52: 0 + -44,-51: 0 + -44,-50: 0 + -44,-49: 0 + -43,-58: 0 + -43,-57: 0 + -43,-56: 0 + -43,-55: 0 + -43,-54: 0 + -43,-53: 0 + -43,-52: 0 + -43,-51: 0 + -43,-50: 0 + -43,-49: 0 + -42,-58: 0 + -42,-57: 0 + -42,-56: 0 + -42,-55: 0 + -42,-54: 0 + -42,-53: 0 + -42,-52: 0 + -42,-51: 0 + -42,-50: 0 + -42,-49: 0 + -41,-58: 0 + -41,-57: 0 + -41,-56: 0 + -41,-55: 0 + -41,-54: 0 + -41,-53: 0 + -41,-52: 0 + -41,-51: 0 + -41,-50: 0 + -41,-49: 0 + -40,-58: 0 + -40,-57: 0 + -40,-56: 0 + -40,-55: 0 + -40,-54: 0 + -40,-53: 0 + -40,-52: 0 + -40,-51: 0 + -40,-50: 0 + -40,-49: 0 + -39,-58: 0 + -39,-57: 0 + -39,-56: 0 + -39,-55: 0 + -39,-54: 0 + -39,-53: 0 + -39,-52: 0 + -39,-51: 0 + -39,-50: 0 + -39,-49: 0 + -38,-58: 0 + -38,-57: 0 + -38,-56: 0 + -38,-55: 0 + -38,-54: 0 + -38,-53: 0 + -38,-52: 0 + -38,-51: 0 + -38,-50: 0 + -38,-49: 0 + -37,-58: 0 + -37,-57: 0 + -37,-56: 0 + -37,-55: 0 + -37,-54: 0 + -37,-53: 0 + -37,-52: 0 + -37,-51: 0 + -37,-50: 0 + -37,-49: 0 + -36,-58: 0 + -36,-57: 0 + -36,-56: 0 + -36,-55: 0 + -36,-54: 0 + -36,-53: 0 + -36,-52: 0 + -36,-51: 0 + -36,-50: 0 + -36,-49: 0 + -51,-48: 0 + -51,-47: 8 + -51,-46: 0 + -51,-45: 6 + -51,-44: 0 + -51,-43: 6 + -51,-42: 0 + -51,-41: 0 + -50,-48: 0 + -50,-47: 8 + -50,-46: 0 + -50,-45: 6 + -50,-44: 0 + -50,-43: 6 + -50,-42: 0 + -50,-41: 0 + -49,-48: 0 + -49,-47: 8 + -49,-46: 0 + -49,-45: 6 + -49,-44: 0 + -49,-43: 6 + -49,-42: 0 + -49,-41: 0 + -51,-58: 0 + -51,-57: 0 + -51,-56: 0 + -51,-55: 9 + -51,-54: 0 + -51,-53: 10 + -51,-52: 0 + -51,-51: 6 + -51,-50: 0 + -51,-49: 6 + -50,-58: 0 + -50,-57: 0 + -50,-56: 0 + -50,-55: 9 + -50,-54: 0 + -50,-53: 10 + -50,-52: 0 + -50,-51: 6 + -50,-50: 0 + -50,-49: 6 + -49,-58: 0 + -49,-57: 0 + -49,-56: 0 + -49,-55: 9 + -49,-54: 0 + -49,-53: 10 + -49,-52: 0 + -49,-51: 6 + -49,-50: 0 + -49,-49: 6 + -38,0: 0 + -38,1: 0 + -38,2: 0 + -37,0: 0 + -37,1: 0 + -37,2: 0 + -36,0: 0 + -36,1: 0 + -36,2: 0 + -35,0: 0 + -35,1: 0 + -35,2: 0 + -34,0: 0 + -34,1: 0 + -34,2: 0 + -34,13: 0 + -34,14: 0 + -34,15: 0 + -33,0: 0 + -33,1: 0 + -33,2: 0 + -33,13: 0 + -33,14: 0 + -33,15: 0 + -34,16: 0 + -34,17: 0 + -34,18: 0 + -34,19: 0 + -34,20: 0 + -34,21: 0 + -34,22: 0 + -34,23: 0 + -34,24: 0 + -34,25: 0 + -33,16: 0 + -33,17: 0 + -33,18: 0 + -33,19: 0 + -33,20: 0 + -33,21: 0 + -33,22: 0 + -33,23: 0 + -33,24: 0 + -33,25: 0 + -58,-16: 0 + -58,-15: 0 + -58,-14: 0 + -58,-13: 0 + -58,-12: 0 + -58,-11: 0 + -58,-10: 0 + -58,-9: 0 + -58,-8: 0 + -58,-7: 0 + -58,-6: 0 + -58,-5: 0 + -57,-16: 0 + -57,-15: 0 + -57,-14: 0 + -57,-13: 0 + -57,-12: 0 + -57,-11: 0 + -57,-10: 0 + -57,-9: 0 + -57,-8: 0 + -57,-7: 0 + -57,-6: 0 + -57,-5: 0 + -56,-16: 0 + -56,-15: 0 + -56,-14: 0 + -56,-13: 0 + -56,-12: 0 + -56,-11: 0 + -56,-10: 0 + -56,-9: 0 + -56,-8: 0 + -56,-7: 0 + -56,-6: 0 + -56,-5: 0 + -55,-16: 0 + -55,-15: 0 + -55,-14: 0 + -55,-13: 0 + -55,-12: 0 + -55,-11: 0 + -55,-10: 0 + -55,-9: 0 + -55,-8: 0 + -55,-7: 0 + -55,-6: 1 + -55,-5: 0 + -54,-16: 0 + -54,-15: 0 + -54,-14: 0 + -54,-13: 0 + -54,-12: 0 + -54,-11: 0 + -54,-10: 0 + -54,-9: 0 + -54,-8: 0 + -54,-7: 0 + -54,-6: 0 + -54,-5: 0 + -53,-16: 0 + -53,-15: 0 + -53,-14: 0 + -53,-13: 0 + -53,-12: 0 + -53,-11: 0 + -53,-10: 0 + -53,-9: 0 + -53,-8: 0 + -53,-7: 0 + -53,-6: 0 + -53,-5: 0 + -52,-16: 0 + -52,-15: 0 + -52,-14: 0 + -52,-13: 0 + -52,-12: 0 + -52,-11: 0 + -52,-10: 0 + -52,-9: 0 + -52,-8: 0 + -52,-7: 0 + -52,-6: 0 + -52,-5: 0 + -51,-16: 0 + -51,-15: 1 + -51,-14: 1 + -51,-13: 1 + -51,-12: 0 + -51,-11: 0 + -51,-10: 0 + -51,-9: 0 + -51,-8: 0 + -51,-7: 0 + -51,-6: 0 + -51,-5: 0 + -50,-16: 0 + -50,-15: 0 + -50,-14: 0 + -50,-13: 0 + -50,-12: 0 + -50,-11: 0 + -50,-10: 0 + -50,-9: 0 + -50,-8: 0 + -50,-7: 0 + -50,-6: 0 + -50,-5: 0 + -49,-16: 0 + -49,-15: 0 + -49,-14: 0 + -49,-13: 0 + -49,-12: 0 + -49,-11: 0 + -49,-10: 0 + -49,-9: 0 + -49,-8: 0 + -49,-7: 0 + -49,-6: 0 + -49,-5: 0 + -58,-22: 0 + -58,-21: 0 + -58,-20: 0 + -58,-19: 0 + -58,-18: 0 + -58,-17: 0 + -57,-22: 0 + -57,-21: 0 + -57,-20: 0 + -57,-19: 0 + -57,-18: 0 + -57,-17: 0 + -56,-22: 0 + -56,-21: 0 + -56,-20: 0 + -56,-19: 0 + -56,-18: 0 + -56,-17: 0 + -55,-22: 0 + -55,-21: 0 + -55,-20: 0 + -55,-19: 0 + -55,-18: 0 + -55,-17: 0 + -54,-22: 0 + -54,-21: 0 + -54,-20: 0 + -54,-19: 0 + -54,-18: 0 + -54,-17: 0 + -53,-22: 0 + -53,-21: 0 + -53,-20: 0 + -53,-19: 0 + -53,-18: 0 + -53,-17: 0 + -52,-22: 0 + -52,-21: 0 + -52,-20: 0 + -52,-19: 0 + -52,-18: 0 + -52,-17: 0 + -51,-22: 0 + -51,-21: 1 + -51,-20: 0 + -51,-19: 0 + -51,-18: 0 + -51,-17: 0 + -50,-22: 0 + -50,-21: 0 + -50,-20: 0 + -50,-19: 0 + -50,-18: 0 + -50,-17: 0 + -49,-18: 0 + -49,-17: 0 + -32,-4: 0 + -32,-3: 0 + -31,-4: 0 + -31,-3: 0 + -30,-7: 0 + -30,-6: 0 + -30,-5: 0 + -30,-4: 0 + -30,-3: 0 + -32,11: 0 + -32,12: 0 + -31,11: 0 + -30,11: 0 + -13,30: 0 + -13,31: 0 + -12,30: 0 + -12,31: 0 + -11,30: 0 + -11,31: 0 + -32,26: 0 + -32,27: 0 + -32,28: 0 + -32,29: 0 + -32,30: 0 + -32,31: 0 + -31,26: 0 + -31,27: 0 + -31,28: 0 + -31,29: 0 + -31,30: 0 + -31,31: 0 + -30,26: 0 + -30,27: 0 + -30,28: 0 + -30,29: 0 + -30,30: 0 + -30,31: 0 + -29,26: 0 + -28,26: 0 + -27,26: 0 + -26,26: 0 + -25,26: 0 + -24,26: 0 + -23,26: 0 + -22,26: 0 + -22,27: 0 + -22,28: 0 + -22,29: 0 + -22,30: 0 + -22,31: 0 + -21,26: 0 + -21,27: 0 + -21,28: 0 + -21,29: 0 + -21,30: 0 + -21,31: 0 + -20,26: 0 + -20,27: 0 + -20,28: 0 + -20,29: 0 + -20,30: 0 + -20,31: 0 + -19,26: 0 + -19,27: 0 + -19,28: 0 + -19,29: 0 + -19,30: 0 + -19,31: 0 + -18,26: 0 + -18,27: 0 + -18,28: 0 + -18,29: 0 + -18,30: 0 + -18,31: 0 + -32,-48: 0 + -32,-47: 0 + -32,-46: 0 + -32,-45: 0 + -32,-44: 0 + -31,-48: 0 + -31,-47: 0 + -31,-46: 0 + -31,-45: 0 + -31,-44: 0 + -30,-46: 0 + -30,-45: 0 + -30,-44: 0 + -29,-46: 0 + -29,-45: 0 + -29,-44: 0 + -29,-43: 0 + -29,-42: 0 + -29,-41: 0 + -29,-40: 0 + -29,-39: 0 + -29,-38: 0 + -29,-37: 0 + -28,-46: 0 + -28,-45: 0 + -28,-44: 0 + -28,-43: 0 + -28,-42: 0 + -28,-41: 0 + -28,-40: 0 + -28,-39: 0 + -28,-38: 0 + -28,-37: 0 + -27,-40: 0 + -27,-39: 0 + -26,-40: 0 + -26,-39: 0 + -25,-40: 0 + -25,-39: 0 + -24,-40: 0 + -24,-39: 0 + 42,-63: 0 + 43,-63: 0 + -32,-64: 0 + -32,-63: 0 + -32,-62: 0 + -32,-61: 0 + -32,-59: 0 + -32,-58: 0 + -32,-57: 0 + -32,-56: 0 + -32,-55: 0 + -32,-54: 0 + -32,-53: 0 + -32,-52: 0 + -32,-51: 0 + -32,-50: 0 + -32,-49: 0 + -31,-64: 0 + -31,-63: 0 + -31,-62: 0 + -31,-61: 0 + -31,-60: 0 + -31,-59: 0 + -31,-58: 0 + -31,-57: 0 + -31,-56: 0 + -31,-55: 0 + -31,-54: 0 + -31,-53: 0 + -31,-52: 0 + -31,-51: 0 + -31,-50: 0 + -31,-49: 0 + -6,-78: 0 + -5,-79: 0 + -5,-78: 0 + -32,-73: 0 + -32,-72: 0 + -32,-71: 0 + -32,-70: 0 + -32,-69: 0 + -32,-68: 0 + -32,-67: 0 + -32,-66: 0 + -32,-65: 0 + -31,-73: 0 + -31,-72: 0 + -31,-71: 0 + -31,-70: 0 + -31,-69: 0 + -31,-68: 0 + -31,-67: 0 + -31,-66: 0 + -31,-65: 0 + -30,-73: 0 + -30,-72: 0 + -30,-71: 0 + -30,-70: 0 + -30,-69: 0 + -30,-68: 0 + -30,-67: 0 + 1,-78: 0 + 2,-74: 0 + 7,-73: 0 + 8,-73: 0 + 13,-72: 0 + 13,-71: 0 + 13,-70: 0 + 14,-70: 0 + 15,-70: 0 + -48,-80: 0 + -48,-79: 0 + -48,-78: 0 + -48,-77: 0 + -48,-76: 0 + -48,-75: 0 + -48,-74: 0 + -48,-73: 0 + -48,-72: 0 + -48,-71: 1 + -48,-70: 0 + -48,-69: 0 + -48,-68: 0 + -48,-67: 0 + -48,-66: 0 + -48,-65: 0 + -47,-80: 0 + -47,-79: 0 + -47,-78: 0 + -47,-77: 0 + -47,-76: 0 + -47,-75: 0 + -47,-74: 0 + -47,-73: 0 + -47,-72: 0 + -47,-71: 0 + -47,-70: 0 + -47,-69: 0 + -47,-68: 0 + -47,-67: 0 + -47,-66: 0 + -47,-65: 0 + -46,-80: 0 + -46,-79: 0 + -46,-78: 0 + -46,-77: 0 + -46,-76: 0 + -46,-75: 0 + -46,-74: 0 + -46,-73: 0 + -46,-72: 0 + -46,-71: 0 + -46,-70: 0 + -46,-69: 0 + -46,-68: 0 + -46,-67: 0 + -46,-66: 0 + -46,-65: 0 + -45,-80: 0 + -45,-79: 0 + -45,-78: 0 + -45,-77: 0 + -45,-76: 0 + -45,-75: 0 + -45,-74: 0 + -45,-73: 0 + -45,-72: 0 + -45,-71: 0 + -45,-70: 0 + -45,-69: 0 + -45,-68: 0 + -45,-67: 0 + -45,-66: 0 + -45,-65: 0 + -44,-80: 0 + -44,-79: 0 + -44,-78: 0 + -44,-77: 0 + -44,-76: 0 + -44,-75: 0 + -44,-74: 0 + -44,-73: 0 + -44,-72: 0 + -44,-71: 0 + -44,-70: 0 + -44,-69: 0 + -44,-68: 0 + -44,-67: 0 + -44,-66: 0 + -44,-65: 0 + -43,-80: 0 + -43,-79: 0 + -43,-78: 0 + -43,-77: 0 + -43,-76: 0 + -43,-75: 0 + -43,-74: 0 + -43,-73: 0 + -43,-72: 0 + -43,-71: 0 + -43,-70: 0 + -43,-69: 0 + -43,-68: 0 + -43,-67: 0 + -43,-66: 0 + -43,-65: 0 + -42,-80: 0 + -42,-79: 0 + -42,-78: 0 + -42,-77: 0 + -42,-76: 0 + -42,-75: 0 + -42,-74: 0 + -42,-73: 0 + -42,-72: 0 + -42,-71: 0 + -42,-70: 0 + -42,-69: 0 + -42,-68: 0 + -42,-67: 0 + -42,-66: 0 + -42,-65: 0 + -41,-80: 0 + -41,-79: 0 + -41,-78: 0 + -41,-77: 0 + -41,-76: 0 + -41,-75: 0 + -41,-74: 0 + -41,-73: 0 + -41,-72: 0 + -41,-71: 0 + -41,-70: 0 + -41,-69: 0 + -41,-68: 0 + -41,-67: 0 + -41,-66: 0 + -41,-65: 0 + -40,-80: 0 + -40,-79: 0 + -40,-78: 0 + -40,-77: 0 + -40,-76: 0 + -40,-75: 0 + -40,-74: 0 + -40,-73: 0 + -40,-72: 0 + -40,-71: 0 + -40,-70: 0 + -40,-69: 0 + -40,-68: 0 + -40,-67: 0 + -40,-66: 0 + -40,-65: 0 + -39,-80: 0 + -39,-79: 0 + -39,-78: 0 + -39,-77: 0 + -39,-76: 0 + -39,-75: 0 + -39,-74: 0 + -39,-73: 0 + -39,-72: 0 + -39,-71: 0 + -39,-70: 0 + -39,-69: 0 + -39,-68: 0 + -39,-67: 0 + -39,-66: 0 + -39,-65: 0 + -38,-80: 0 + -38,-79: 0 + -38,-78: 0 + -38,-77: 0 + -38,-76: 0 + -38,-75: 0 + -38,-74: 0 + -38,-73: 0 + -38,-72: 0 + -38,-71: 0 + -38,-70: 0 + -38,-69: 0 + -38,-68: 1 + -38,-67: 0 + -38,-66: 0 + -38,-65: 0 + -37,-80: 0 + -37,-79: 0 + -37,-78: 0 + -37,-77: 0 + -37,-76: 0 + -37,-75: 0 + -37,-74: 0 + -37,-73: 0 + -37,-72: 0 + -37,-71: 0 + -37,-70: 0 + -37,-69: 0 + -37,-68: 0 + -37,-67: 0 + -37,-66: 0 + -37,-65: 0 + -36,-80: 0 + -36,-79: 0 + -36,-78: 0 + -36,-77: 0 + -36,-76: 0 + -36,-75: 0 + -36,-74: 0 + -36,-73: 0 + -36,-72: 0 + -36,-71: 0 + -36,-70: 0 + -36,-69: 0 + -36,-68: 0 + -36,-67: 0 + -36,-66: 0 + -36,-65: 0 + -35,-78: 0 + -35,-74: 0 + -35,-73: 0 + -35,-72: 0 + -35,-71: 0 + -35,-70: 0 + -35,-69: 0 + -35,-68: 0 + -35,-67: 0 + -35,-66: 0 + -35,-65: 0 + -34,-78: 0 + -34,-75: 0 + -34,-74: 0 + -34,-73: 0 + -34,-72: 0 + -34,-71: 0 + -34,-70: 0 + -34,-69: 0 + -34,-68: 0 + -34,-67: 0 + -34,-66: 0 + -34,-65: 0 + -33,-73: 0 + -33,-72: 0 + -33,-71: 0 + -33,-70: 0 + -33,-69: 0 + -33,-68: 0 + -33,-67: 0 + -33,-66: 0 + -33,-65: 0 + 16,-70: 0 + 18,-69: 0 + 20,-72: 0 + 21,-72: 0 + 21,-71: 0 + 22,-69: 0 + 29,-69: 0 + 30,-71: 0 + 31,-71: 0 + 35,-69: 0 + 36,-69: 0 + 36,-68: 0 + 38,-76: 0 + 39,-76: 0 + 40,-76: 0 + 42,-69: 0 + 42,-68: 0 + 43,-69: 0 + -16,35: 0 + -16,36: 0 + -16,37: 0 + -16,38: 0 + -16,39: 0 + -16,40: 0 + -16,41: 0 + -16,42: 0 + -16,43: 0 + -16,44: 0 + -16,45: 0 + -16,46: 0 + -16,47: 0 + -15,39: 0 + -15,40: 0 + -15,41: 0 + -15,42: 0 + -15,43: 0 + -15,44: 0 + -15,45: 0 + -15,46: 0 + -15,47: 0 + -14,39: 0 + -14,40: 0 + -14,41: 0 + -14,42: 0 + -14,43: 0 + -14,44: 0 + -14,45: 0 + -14,46: 0 + -14,47: 0 + -13,32: 0 + -12,32: 0 + -11,32: 0 + 64,-41: 0 + 65,-41: 0 + 66,-41: 0 + 67,-41: 0 + 68,-41: 0 + 64,-31: 0 + 53,-64: 0 + 54,-64: 0 + 55,-64: 0 + 56,-64: 0 + 57,-64: 0 + 67,-53: 0 + 67,-52: 0 + 68,-52: 0 + 72,-51: 0 + -47,-4: 0 + -47,-3: 0 + -47,-2: 0 + -47,-1: 0 + -46,-4: 0 + -46,-3: 0 + -46,-2: 0 + -46,-1: 0 + -45,-4: 0 + -45,-3: 0 + -45,-2: 0 + -45,-1: 0 + -44,-4: 0 + -44,-3: 0 + -44,-2: 0 + -44,-1: 0 + -43,-4: 0 + -43,-3: 0 + -43,-2: 0 + -43,-1: 0 + -42,-4: 0 + -42,-3: 0 + -42,-2: 0 + -42,-1: 0 + -41,-4: 0 + -41,-3: 0 + -41,-2: 0 + -41,-1: 0 + -40,-4: 0 + -40,-3: 0 + -40,-2: 0 + -40,-1: 0 + -39,-4: 0 + -39,-3: 0 + -39,-2: 0 + -39,-1: 0 + -38,-4: 0 + -38,-3: 0 + -37,-4: 0 + -37,-3: 0 + -36,-4: 0 + -36,-3: 0 + -35,-4: 0 + -35,-3: 0 + -34,-4: 0 + -34,-3: 0 + -33,-4: 0 + -33,-3: 0 + -48,-32: 0 + -48,-31: 0 + -48,-30: 0 + -48,-29: 0 + -48,-28: 0 + -48,-27: 0 + -48,-26: 0 + -48,-25: 0 + -48,-24: 0 + -48,-23: 0 + -48,-22: 0 + -48,-21: 0 + -48,-20: 0 + -48,-19: 0 + -47,-32: 0 + -47,-31: 0 + -47,-30: 0 + -46,-32: 0 + -46,-31: 0 + -46,-30: 0 + -45,-32: 1 + -45,-31: 0 + -45,-30: 0 + -44,-32: 0 + -44,-31: 0 + -44,-30: 0 + -43,-32: 0 + -43,-31: 0 + -43,-30: 0 + -42,-30: 0 + -41,-30: 0 + -40,-30: 0 + -39,-30: 0 + -38,-30: 0 + -37,-30: 0 + -36,-30: 0 + -35,-31: 0 + -35,-30: 0 + -48,-40: 0 + -48,-34: 0 + -48,-33: 0 + -47,-40: 0 + -46,-40: 0 + -46,-37: 0 + -46,-36: 0 + -46,-35: 11 + -46,-34: 0 + -46,-33: 0 + -45,-40: 0 + -45,-39: 0 + -45,-37: 0 + -45,-36: 6 + -45,-35: 6 + -45,-34: 6 + -45,-33: 0 + -44,-40: 0 + -44,-38: 0 + -44,-37: 0 + -44,-36: 6 + -44,-35: 6 + -44,-34: 6 + -44,-33: 0 + -43,-40: 0 + -43,-39: 0 + -43,-38: 0 + -43,-37: 6 + -43,-36: 6 + -43,-35: 6 + -43,-34: 6 + -43,-33: 6 + -35,-48: 0 + -35,-47: 0 + -35,-46: 0 + -35,-45: 0 + -34,-48: 0 + -34,-47: 0 + -34,-46: 0 + -34,-45: 0 + -33,-48: 0 + -33,-47: 0 + -33,-46: 0 + -33,-45: 0 + -48,-64: 0 + -48,-63: 0 + -48,-59: 0 + -47,-64: 0 + -47,-63: 0 + -47,-59: 0 + -46,-64: 0 + -46,-63: 0 + -46,-59: 0 + -45,-64: 0 + -45,-63: 0 + -45,-59: 0 + -44,-64: 0 + -44,-63: 0 + -44,-59: 0 + -43,-64: 0 + -43,-63: 0 + -43,-59: 0 + -42,-64: 0 + -42,-63: 0 + -42,-59: 0 + -41,-64: 0 + -41,-63: 0 + -41,-59: 0 + -40,-64: 0 + -40,-63: 0 + -40,-59: 0 + -39,-64: 0 + -39,-63: 0 + -39,-60: 0 + -39,-59: 0 + -38,-64: 0 + -38,-63: 0 + -38,-60: 0 + -38,-59: 0 + -37,-64: 1 + -37,-63: 0 + -37,-60: 0 + -37,-59: 0 + -36,-64: 0 + -36,-63: 0 + -36,-59: 0 + -35,-64: 0 + -35,-63: 0 + -35,-59: 0 + -35,-58: 0 + -35,-57: 0 + -35,-56: 0 + -35,-55: 0 + -35,-54: 0 + -35,-53: 0 + -35,-52: 0 + -35,-51: 0 + -35,-50: 0 + -35,-49: 0 + -34,-64: 0 + -34,-63: 0 + -34,-62: 0 + -34,-59: 0 + -34,-58: 0 + -34,-57: 0 + -34,-56: 0 + -34,-55: 0 + -34,-54: 0 + -34,-53: 0 + -34,-52: 0 + -34,-51: 0 + -34,-50: 0 + -34,-49: 0 + -33,-64: 0 + -33,-63: 0 + -33,-62: 0 + -33,-58: 0 + -33,-57: 0 + -33,-56: 0 + -33,-55: 0 + -33,-54: 0 + -33,-53: 0 + -33,-52: 0 + -33,-51: 0 + -33,-50: 0 + -33,-49: 0 + -64,-33: 0 + -59,-48: 0 + -59,-47: 0 + -59,-46: 0 + -59,-45: 0 + -59,-44: 0 + -59,-43: 0 + -59,-42: 0 + -59,-41: 0 + -59,-40: 0 + -59,-39: 0 + -59,-38: 0 + -59,-37: 0 + -59,-36: 0 + -59,-35: 0 + -59,-34: 0 + -59,-33: 0 + -58,-48: 0 + -58,-47: 0 + -58,-46: 1 + -58,-45: 0 + -58,-44: 0 + -58,-43: 0 + -58,-42: 0 + -58,-41: 0 + -58,-40: 0 + -58,-39: 0 + -58,-38: 0 + -58,-37: 0 + -58,-36: 0 + -58,-35: 0 + -58,-34: 0 + -58,-33: 1 + -57,-48: 0 + -57,-47: 0 + -57,-46: 0 + -57,-45: 0 + -57,-44: 0 + -57,-43: 0 + -57,-42: 0 + -57,-41: 0 + -57,-40: 0 + -57,-39: 0 + -57,-38: 0 + -57,-37: 0 + -57,-36: 0 + -57,-35: 0 + -57,-34: 0 + -57,-33: 1 + -56,-48: 0 + -56,-47: 0 + -56,-46: 0 + -56,-45: 0 + -56,-44: 0 + -56,-43: 0 + -56,-42: 0 + -56,-41: 0 + -56,-40: 0 + -56,-39: 0 + -56,-38: 0 + -56,-37: 0 + -56,-36: 0 + -56,-35: 0 + -56,-34: 0 + -56,-33: 0 + -55,-41: 0 + -55,-40: 0 + -55,-39: 0 + -55,-38: 0 + -55,-37: 0 + -55,-36: 0 + -55,-35: 0 + -55,-34: 0 + -55,-33: 0 + -54,-41: 0 + -54,-40: 0 + -54,-39: 0 + -54,-38: 0 + -54,-37: 0 + -54,-36: 0 + -54,-35: 0 + -54,-34: 0 + -54,-33: 0 + -53,-42: 0 + -53,-41: 0 + -53,-40: 0 + -53,-34: 0 + -53,-33: 0 + -52,-48: 0 + -52,-47: 0 + -52,-46: 0 + -52,-45: 0 + -52,-44: 0 + -52,-43: 0 + -52,-42: 0 + -52,-41: 0 + -52,-34: 0 + -52,-33: 0 + -51,-34: 0 + -51,-33: 0 + -50,-34: 0 + -50,-33: 0 + -49,-34: 0 + -49,-33: 0 + -59,-62: 0 + -59,-61: 0 + -59,-60: 0 + -59,-59: 0 + -59,-58: 0 + -59,-57: 0 + -59,-56: 0 + -59,-55: 0 + -59,-54: 0 + -59,-53: 0 + -59,-52: 0 + -59,-51: 0 + -59,-50: 0 + -59,-49: 0 + -58,-60: 0 + -58,-59: 0 + -58,-58: 0 + -58,-57: 0 + -58,-56: 0 + -58,-55: 0 + -58,-54: 0 + -58,-53: 0 + -58,-52: 0 + -58,-51: 0 + -58,-50: 0 + -58,-49: 0 + -57,-64: 0 + -57,-61: 0 + -57,-59: 0 + -57,-58: 0 + -57,-57: 0 + -57,-56: 0 + -57,-55: 0 + -57,-54: 0 + -57,-53: 0 + -57,-52: 0 + -57,-51: 0 + -57,-50: 0 + -57,-49: 0 + -56,-64: 0 + -56,-63: 0 + -56,-62: 0 + -56,-61: 0 + -56,-60: 0 + -56,-59: 0 + -56,-58: 0 + -56,-57: 0 + -56,-56: 0 + -56,-55: 0 + -56,-54: 0 + -56,-53: 0 + -56,-52: 0 + -56,-51: 0 + -56,-50: 0 + -56,-49: 0 + -55,-64: 0 + -55,-63: 0 + -55,-60: 0 + -55,-59: 0 + -55,-58: 0 + -55,-57: 0 + -54,-63: 0 + -54,-59: 0 + -53,-64: 0 + -53,-63: 0 + -53,-62: 0 + -52,-64: 0 + -52,-63: 0 + -52,-62: 0 + -52,-61: 0 + -52,-56: 0 + -52,-55: 0 + -52,-54: 0 + -52,-53: 0 + -52,-52: 0 + -52,-51: 0 + -52,-50: 0 + -52,-49: 0 + -51,-64: 0 + -51,-63: 0 + -51,-62: 0 + -50,-64: 0 + -50,-63: 0 + -50,-62: 0 + -49,-64: 0 + -49,-63: 0 + -48,13: 0 + -48,14: 0 + -48,15: 0 + -47,0: 0 + -47,1: 0 + -47,2: 0 + -47,13: 0 + -47,14: 0 + -47,15: 0 + -46,0: 0 + -46,1: 0 + -46,2: 0 + -46,13: 0 + -46,14: 0 + -46,15: 0 + -45,0: 0 + -45,1: 0 + -45,2: 0 + -45,14: 0 + -45,15: 0 + -44,0: 0 + -44,1: 0 + -44,2: 0 + -44,3: 0 + -44,4: 0 + -44,5: 0 + -44,6: 0 + -44,7: 0 + -44,8: 0 + -44,9: 0 + -44,10: 0 + -44,11: 0 + -44,12: 0 + -44,13: 0 + -44,14: 0 + -44,15: 0 + -43,0: 0 + -43,1: 0 + -43,2: 0 + -43,3: 0 + -43,4: 0 + -43,5: 0 + -43,6: 0 + -43,7: 0 + -43,8: 0 + -43,9: 0 + -43,10: 0 + -43,11: 0 + -43,12: 0 + -43,13: 0 + -43,14: 0 + -43,15: 0 + -42,0: 0 + -42,1: 0 + -42,2: 0 + -42,3: 0 + -42,4: 0 + -42,5: 0 + -42,6: 0 + -42,7: 0 + -42,8: 0 + -42,9: 0 + -42,10: 0 + -42,11: 0 + -42,12: 0 + -42,13: 0 + -42,14: 0 + -42,15: 0 + -41,0: 0 + -41,1: 0 + -41,2: 0 + -41,3: 0 + -41,4: 0 + -41,5: 0 + -41,6: 0 + -41,7: 0 + -41,8: 0 + -41,9: 0 + -41,10: 0 + -41,11: 0 + -41,12: 0 + -41,13: 0 + -41,14: 0 + -41,15: 0 + -40,0: 0 + -40,1: 0 + -40,2: 0 + -40,3: 0 + -40,4: 0 + -40,5: 0 + -40,6: 0 + -40,7: 0 + -40,8: 0 + -40,9: 0 + -40,10: 0 + -40,11: 0 + -40,12: 0 + -40,13: 0 + -40,14: 0 + -40,15: 0 + -39,0: 0 + -39,1: 0 + -39,2: 0 + -39,3: 0 + -39,4: 0 + -39,5: 0 + -39,6: 0 + -39,7: 0 + -39,8: 0 + -39,9: 0 + -39,10: 0 + -39,11: 0 + -39,12: 0 + -39,13: 0 + -39,14: 0 + -39,15: 0 + -38,3: 0 + -38,4: 0 + -38,5: 0 + -38,6: 0 + -38,7: 0 + -38,8: 0 + -38,9: 0 + -38,10: 0 + -38,11: 0 + -38,12: 0 + -38,13: 0 + -38,14: 0 + -38,15: 0 + -37,3: 0 + -37,4: 0 + -37,5: 0 + -37,6: 0 + -37,7: 0 + -37,8: 0 + -37,9: 0 + -37,10: 0 + -37,11: 0 + -37,12: 0 + -37,13: 0 + -37,14: 0 + -37,15: 0 + -36,3: 0 + -36,4: 0 + -36,5: 0 + -36,6: 0 + -36,7: 0 + -36,8: 0 + -36,9: 0 + -36,10: 0 + -36,11: 0 + -36,12: 0 + -36,13: 0 + -36,14: 0 + -36,15: 0 + -35,3: 0 + -35,4: 0 + -35,5: 0 + -35,6: 0 + -35,7: 0 + -35,8: 0 + -35,9: 0 + -35,10: 0 + -35,11: 0 + -35,12: 0 + -35,13: 0 + -35,14: 0 + -35,15: 0 + -34,3: 0 + -34,4: 0 + -34,5: 0 + -34,6: 0 + -34,7: 0 + -34,8: 0 + -34,9: 0 + -34,10: 1 + -34,11: 0 + -34,12: 0 + -33,11: 0 + -33,12: 0 + -48,16: 0 + -48,17: 0 + -48,18: 0 + -48,19: 0 + -48,20: 0 + -48,21: 0 + -48,22: 0 + -48,23: 0 + -48,24: 0 + -48,25: 0 + -48,26: 0 + -48,27: 0 + -48,28: 0 + -48,29: 0 + -48,30: 0 + -47,16: 0 + -47,17: 0 + -47,18: 0 + -47,19: 0 + -47,20: 0 + -47,21: 0 + -47,22: 0 + -47,23: 0 + -47,24: 0 + -47,25: 0 + -47,26: 0 + -47,27: 0 + -47,28: 0 + -47,29: 0 + -47,30: 0 + -46,16: 0 + -46,17: 0 + -46,18: 0 + -46,19: 0 + -46,20: 0 + -46,21: 0 + -46,22: 0 + -46,23: 0 + -46,24: 0 + -46,25: 0 + -46,26: 0 + -46,27: 0 + -46,28: 0 + -46,29: 0 + -46,30: 0 + -45,16: 0 + -45,17: 0 + -45,18: 0 + -45,19: 0 + -45,20: 0 + -45,21: 0 + -45,22: 0 + -45,23: 0 + -45,24: 0 + -45,25: 0 + -45,26: 0 + -45,27: 0 + -45,28: 0 + -45,29: 0 + -44,16: 0 + -44,17: 0 + -44,18: 0 + -44,19: 0 + -44,20: 0 + -44,21: 0 + -44,22: 0 + -44,23: 0 + -44,24: 0 + -44,25: 0 + -44,26: 0 + -44,27: 0 + -44,28: 0 + -43,16: 0 + -43,17: 0 + -43,18: 0 + -43,19: 0 + -43,20: 0 + -43,21: 0 + -43,22: 0 + -43,23: 0 + -43,24: 0 + -43,25: 0 + -43,26: 0 + -43,27: 0 + -43,28: 0 + -42,16: 0 + -42,17: 0 + -42,18: 0 + -42,19: 0 + -42,20: 0 + -42,21: 0 + -42,22: 0 + -42,23: 0 + -42,24: 0 + -42,25: 0 + -42,26: 0 + -42,27: 0 + -42,28: 0 + -41,16: 0 + -41,17: 0 + -41,18: 0 + -41,19: 0 + -41,20: 0 + -41,21: 0 + -41,22: 0 + -41,23: 0 + -41,24: 0 + -41,25: 0 + -41,26: 0 + -41,27: 0 + -41,28: 0 + -40,16: 0 + -40,17: 0 + -40,18: 0 + -40,19: 0 + -40,20: 0 + -40,21: 0 + -40,22: 0 + -40,23: 0 + -40,24: 0 + -40,25: 0 + -40,26: 0 + -40,27: 0 + -40,28: 0 + -39,16: 0 + -39,17: 0 + -39,18: 0 + -39,19: 0 + -39,20: 0 + -39,21: 0 + -39,22: 0 + -39,23: 1 + -39,24: 0 + -39,25: 0 + -39,26: 0 + -39,27: 0 + -39,28: 0 + -39,29: 0 + -38,16: 0 + -38,17: 0 + -38,18: 0 + -38,19: 0 + -38,20: 0 + -38,21: 0 + -38,22: 0 + -38,23: 0 + -38,24: 0 + -38,25: 0 + -38,26: 0 + -38,27: 0 + -38,28: 0 + -38,29: 0 + -37,16: 0 + -37,17: 0 + -37,18: 0 + -37,19: 0 + -37,20: 0 + -37,21: 0 + -37,22: 0 + -37,23: 0 + -37,24: 0 + -37,25: 0 + -37,26: 0 + -37,27: 0 + -37,28: 1 + -37,29: 1 + -36,16: 0 + -36,17: 0 + -36,18: 0 + -36,19: 0 + -36,20: 0 + -36,21: 0 + -36,22: 0 + -36,23: 0 + -36,24: 0 + -36,25: 0 + -36,26: 0 + -36,27: 0 + -36,28: 0 + -36,29: 0 + -36,30: 0 + -36,31: 0 + -35,16: 0 + -35,17: 0 + -35,18: 1 + -35,19: 0 + -35,20: 0 + -35,21: 0 + -35,22: 0 + -35,23: 0 + -35,24: 0 + -35,25: 0 + -35,26: 0 + -35,27: 0 + -35,28: 0 + -35,29: 0 + -35,30: 0 + -35,31: 1 + -34,26: 0 + -34,27: 0 + -34,28: 0 + -34,29: 0 + -34,30: 0 + -34,31: 0 + -33,26: 0 + -33,27: 0 + -33,28: 0 + -33,29: 0 + -33,30: 0 + -33,31: 0 + -64,-14: 0 + -64,-10: 0 + -64,-7: 0 + -64,-6: 0 + -64,-5: 0 + -64,-4: 0 + -64,-2: 0 + -63,-16: 0 + -63,-15: 0 + -63,-14: 0 + -63,-13: 0 + -63,-12: 0 + -63,-11: 0 + -63,-10: 0 + -63,-9: 0 + -63,-8: 0 + -63,-7: 0 + -63,-6: 0 + -63,-5: 0 + -63,-4: 0 + -63,-2: 0 + -62,-14: 0 + -62,-10: 0 + -62,-7: 0 + -62,-6: 0 + -62,-5: 0 + -62,-4: 0 + -62,-2: 0 + -61,-14: 0 + -61,-10: 0 + -61,-7: 0 + -61,-5: 0 + -61,-4: 0 + -61,-2: 0 + -60,-16: 0 + -60,-15: 0 + -60,-14: 0 + -60,-13: 0 + -60,-12: 0 + -60,-11: 0 + -60,-10: 0 + -60,-9: 0 + -60,-8: 0 + -60,-7: 0 + -60,-5: 0 + -60,-4: 0 + -60,-2: 0 + -59,-14: 0 + -59,-11: 0 + -59,-10: 0 + -59,-9: 0 + -59,-5: 0 + -59,-4: 0 + -59,-2: 0 + -58,-4: 0 + -57,-4: 0 + -64,-32: 0 + -64,-31: 0 + -64,-30: 0 + -64,-29: 0 + -64,-28: 0 + -64,-27: 0 + -64,-26: 0 + -64,-25: 0 + -64,-24: 0 + -64,-23: 0 + -64,-22: 0 + -64,-21: 0 + -64,-18: 0 + -63,-32: 0 + -63,-31: 0 + -63,-30: 0 + -63,-27: 0 + -63,-26: 0 + -63,-25: 0 + -63,-24: 0 + -63,-23: 0 + -63,-22: 0 + -63,-21: 0 + -63,-20: 0 + -63,-19: 0 + -63,-18: 0 + -63,-17: 0 + -62,-32: 0 + -62,-31: 0 + -62,-30: 0 + -62,-29: 0 + -62,-28: 0 + -62,-27: 0 + -62,-26: 0 + -62,-25: 0 + -62,-24: 0 + -62,-23: 0 + -62,-22: 0 + -62,-21: 0 + -62,-18: 0 + -61,-32: 0 + -61,-31: 0 + -61,-30: 0 + -61,-29: 0 + -61,-28: 0 + -61,-27: 0 + -61,-26: 0 + -61,-25: 0 + -61,-24: 1 + -61,-23: 0 + -61,-21: 0 + -61,-18: 0 + -60,-32: 0 + -60,-31: 0 + -60,-30: 0 + -60,-29: 0 + -60,-28: 0 + -60,-27: 0 + -60,-26: 0 + -60,-25: 0 + -60,-24: 1 + -60,-23: 0 + -60,-21: 0 + -60,-20: 0 + -60,-19: 0 + -60,-18: 0 + -60,-17: 0 + -59,-32: 0 + -59,-31: 0 + -59,-30: 0 + -59,-27: 0 + -59,-26: 0 + -59,-25: 0 + -59,-24: 0 + -59,-23: 0 + -59,-22: 0 + -59,-21: 0 + -59,-20: 0 + -59,-19: 0 + -59,-18: 0 + -59,-17: 0 + -58,-32: 0 + -58,-31: 0 + -58,-30: 0 + -58,-27: 0 + -58,-26: 0 + -58,-25: 0 + -58,-24: 0 + -58,-23: 0 + -57,-32: 0 + -57,-31: 0 + -57,-30: 0 + -57,-27: 0 + -57,-26: 0 + -57,-25: 0 + -57,-24: 0 + -57,-23: 0 + -56,-32: 0 + -56,-31: 0 + -56,-30: 0 + -56,-27: 0 + -56,-26: 0 + -56,-25: 0 + -56,-24: 0 + -56,-23: 0 + -55,-32: 0 + -55,-31: 0 + -55,-30: 0 + -55,-27: 0 + -55,-26: 0 + -55,-25: 0 + -55,-24: 0 + -55,-23: 0 + -54,-32: 0 + -54,-31: 0 + -54,-30: 0 + -54,-27: 0 + -54,-26: 0 + -54,-25: 0 + -54,-24: 0 + -54,-23: 0 + -53,-32: 0 + -53,-31: 0 + -53,-30: 0 + -53,-27: 0 + -53,-26: 0 + -53,-25: 0 + -53,-24: 0 + -53,-23: 0 + -52,-32: 0 + -52,-31: 0 + -52,-30: 0 + -52,-29: 0 + -52,-28: 0 + -52,-27: 0 + -52,-26: 0 + -52,-25: 0 + -52,-24: 0 + -52,-23: 0 + -51,-32: 0 + -51,-31: 0 + -51,-30: 0 + -51,-29: 0 + -51,-28: 0 + -51,-27: 0 + -51,-26: 0 + -51,-25: 0 + -51,-24: 0 + -51,-23: 0 + -50,-32: 0 + -50,-31: 0 + -50,-30: 0 + -50,-29: 0 + -50,-28: 0 + -50,-27: 0 + -50,-26: 0 + -50,-25: 0 + -50,-24: 0 + -50,-23: 0 + -49,-32: 0 + -49,-31: 0 + -49,-30: 0 + -49,-29: 0 + -49,-28: 0 + -49,-27: 0 + -49,-26: 0 + -49,-25: 0 + -49,-24: 0 + -49,-23: 0 + -49,-22: 0 + -49,-21: 0 + -49,-20: 0 + -49,-19: 0 + -80,-16: 0 + -80,-15: 0 + -80,-14: 0 + -80,-13: 0 + -80,-12: 0 + -80,-11: 0 + -80,-10: 0 + -80,-9: 0 + -80,-8: 0 + -80,-7: 0 + -80,-6: 0 + -80,-5: 0 + -80,-4: 0 + -80,-3: 0 + -80,-2: 0 + -79,-6: 0 + -79,-2: 0 + -78,-6: 0 + -78,-2: 0 + -77,-16: 0 + -77,-15: 0 + -77,-14: 0 + -77,-13: 0 + -77,-12: 0 + -77,-11: 0 + -77,-10: 0 + -77,-9: 0 + -77,-8: 0 + -77,-7: 0 + -77,-6: 0 + -77,-5: 0 + -77,-4: 0 + -77,-2: 0 + -76,-16: 0 + -76,-15: 0 + -76,-14: 0 + -76,-13: 0 + -76,-12: 0 + -76,-11: 0 + -76,-10: 0 + -76,-9: 0 + -76,-8: 0 + -76,-7: 0 + -76,-6: 0 + -76,-5: 0 + -76,-4: 0 + -76,-2: 0 + -75,-14: 0 + -75,-13: 0 + -75,-12: 0 + -75,-11: 0 + -75,-10: 0 + -75,-9: 0 + -75,-5: 0 + -75,-4: 0 + -75,-2: 0 + -74,-16: 0 + -74,-15: 0 + -74,-14: 0 + -74,-13: 0 + -74,-12: 0 + -74,-11: 0 + -74,-10: 0 + -74,-9: 0 + -74,-8: 0 + -74,-7: 0 + -74,-5: 0 + -74,-4: 0 + -74,-2: 0 + -73,-14: 0 + -73,-10: 0 + -73,-7: 0 + -73,-5: 0 + -73,-4: 0 + -73,-2: 0 + -72,-14: 0 + -72,-10: 0 + -72,-7: 0 + -72,-6: 0 + -72,-5: 0 + -72,-4: 0 + -72,-3: 0 + -72,-2: 0 + -71,-16: 0 + -71,-15: 0 + -71,-14: 0 + -71,-13: 0 + -71,-12: 0 + -71,-11: 0 + -71,-10: 0 + -71,-9: 0 + -71,-8: 0 + -71,-7: 0 + -71,-6: 0 + -71,-5: 0 + -71,-4: 0 + -71,-2: 0 + -70,-14: 0 + -70,-10: 0 + -70,-7: 0 + -70,-6: 0 + -70,-5: 0 + -70,-4: 0 + -70,-2: 0 + -69,-14: 0 + -69,-10: 0 + -69,-7: 0 + -69,-6: 0 + -69,-5: 0 + -69,-4: 0 + -69,-2: 0 + -68,-14: 0 + -68,-10: 0 + -68,-7: 0 + -68,-6: 0 + -68,-5: 0 + -68,-4: 0 + -68,-2: 0 + -67,-16: 0 + -67,-15: 0 + -67,-14: 0 + -67,-13: 0 + -67,-12: 0 + -67,-11: 0 + -67,-10: 0 + -67,-9: 0 + -67,-8: 0 + -67,-7: 0 + -67,-6: 0 + -67,-5: 0 + -67,-4: 0 + -67,-2: 0 + -66,-14: 0 + -66,-10: 0 + -66,-7: 0 + -66,-6: 0 + -66,-5: 0 + -66,-4: 0 + -66,-2: 0 + -65,-14: 0 + -65,-10: 0 + -65,-7: 0 + -65,-6: 0 + -65,-5: 0 + -65,-4: 0 + -65,-3: 0 + -65,-2: 0 + -80,-27: 0 + -80,-26: 0 + -80,-25: 0 + -80,-24: 0 + -80,-23: 0 + -80,-22: 0 + -80,-21: 0 + -80,-20: 0 + -80,-19: 0 + -80,-18: 0 + -80,-17: 0 + -79,-26: 0 + -79,-20: 0 + -78,-27: 0 + -78,-26: 0 + -78,-25: 0 + -78,-20: 0 + -77,-27: 0 + -77,-26: 0 + -77,-25: 0 + -77,-24: 0 + -77,-23: 0 + -77,-22: 0 + -77,-21: 0 + -77,-20: 0 + -77,-19: 0 + -77,-18: 0 + -77,-17: 0 + -76,-28: 0 + -76,-27: 0 + -76,-26: 0 + -76,-25: 0 + -76,-24: 0 + -76,-23: 0 + -76,-22: 0 + -76,-21: 0 + -76,-20: 0 + -76,-19: 0 + -76,-18: 0 + -76,-17: 0 + -75,-28: 0 + -75,-27: 0 + -75,-26: 0 + -75,-25: 0 + -75,-24: 0 + -75,-23: 0 + -75,-19: 0 + -75,-18: 0 + -75,-17: 0 + -74,-28: 0 + -74,-27: 0 + -74,-26: 0 + -74,-25: 0 + -74,-24: 0 + -74,-23: 0 + -74,-21: 0 + -74,-20: 0 + -74,-19: 0 + -74,-18: 0 + -74,-17: 0 + -73,-28: 0 + -73,-27: 0 + -73,-26: 0 + -73,-25: 0 + -73,-24: 0 + -73,-23: 0 + -73,-21: 0 + -73,-18: 0 + -72,-28: 0 + -72,-27: 0 + -72,-26: 0 + -72,-25: 0 + -72,-24: 0 + -72,-23: 0 + -72,-22: 0 + -72,-21: 0 + -72,-18: 0 + -71,-28: 0 + -71,-27: 0 + -71,-26: 0 + -71,-25: 0 + -71,-24: 0 + -71,-23: 0 + -71,-22: 0 + -71,-21: 0 + -71,-20: 0 + -71,-19: 0 + -71,-18: 0 + -71,-17: 0 + -70,-32: 0 + -70,-31: 0 + -70,-30: 0 + -70,-29: 0 + -70,-28: 0 + -70,-27: 0 + -70,-26: 0 + -70,-25: 0 + -70,-24: 0 + -70,-23: 0 + -70,-22: 0 + -70,-21: 0 + -70,-18: 0 + -69,-32: 0 + -69,-31: 0 + -69,-30: 0 + -69,-29: 0 + -69,-28: 0 + -69,-27: 0 + -69,-26: 0 + -69,-25: 0 + -69,-24: 0 + -69,-23: 0 + -69,-22: 0 + -69,-21: 0 + -69,-18: 0 + -68,-32: 0 + -68,-31: 0 + -68,-30: 0 + -68,-29: 0 + -68,-28: 0 + -68,-27: 0 + -68,-26: 0 + -68,-25: 0 + -68,-24: 0 + -68,-23: 0 + -68,-22: 0 + -68,-21: 0 + -68,-18: 0 + -67,-32: 0 + -67,-31: 0 + -67,-30: 0 + -67,-29: 0 + -67,-28: 0 + -67,-27: 0 + -67,-26: 0 + -67,-25: 0 + -67,-24: 0 + -67,-23: 0 + -67,-22: 0 + -67,-21: 0 + -67,-20: 0 + -67,-19: 0 + -67,-18: 0 + -67,-17: 0 + -66,-32: 0 + -66,-31: 0 + -66,-30: 0 + -66,-29: 0 + -66,-28: 0 + -66,-27: 0 + -66,-26: 0 + -66,-25: 0 + -66,-24: 0 + -66,-23: 0 + -66,-22: 0 + -66,-21: 0 + -66,-18: 0 + -65,-32: 0 + -65,-31: 0 + -65,-30: 0 + -65,-29: 0 + -65,-28: 0 + -65,-27: 0 + -65,-26: 0 + -65,-25: 0 + -65,-24: 0 + -65,-23: 0 + -65,-22: 0 + -65,-21: 0 + -65,-18: 0 + -70,-33: 0 + -69,-34: 0 + -69,-33: 0 + -68,-34: 0 + -68,-33: 0 + -67,-34: 0 + -67,-33: 0 + -66,-34: 0 + -66,-33: 0 + -65,-34: 0 + -65,-33: 0 + -60,-80: 0 + -60,-79: 0 + -60,-75: 0 + -60,-74: 0 + -60,-73: 0 + -60,-72: 0 + -60,-71: 0 + -59,-80: 0 + -59,-79: 0 + -59,-75: 0 + -59,-74: 0 + -59,-73: 0 + -59,-72: 0 + -59,-71: 0 + -58,-80: 0 + -58,-79: 0 + -58,-78: 0 + -58,-77: 0 + -58,-76: 0 + -58,-75: 0 + -58,-74: 0 + -58,-73: 0 + -58,-72: 0 + -58,-71: 0 + -58,-70: 0 + -58,-69: 0 + -58,-68: 0 + -57,-80: 0 + -57,-79: 0 + -57,-78: 0 + -57,-77: 0 + -57,-76: 0 + -57,-75: 0 + -57,-74: 0 + -57,-73: 0 + -57,-72: 0 + -57,-71: 0 + -57,-70: 0 + -57,-69: 0 + -57,-68: 0 + -57,-67: 0 + -57,-66: 0 + -57,-65: 0 + -56,-80: 0 + -56,-79: 0 + -56,-78: 0 + -56,-77: 0 + -56,-76: 0 + -56,-75: 0 + -56,-74: 0 + -56,-73: 0 + -56,-72: 0 + -56,-71: 0 + -56,-70: 0 + -56,-69: 0 + -56,-68: 0 + -56,-67: 1 + -56,-66: 0 + -56,-65: 0 + -55,-80: 0 + -55,-79: 0 + -55,-78: 0 + -55,-77: 0 + -55,-76: 0 + -55,-75: 0 + -55,-74: 0 + -55,-73: 0 + -55,-72: 0 + -55,-71: 0 + -55,-70: 0 + -55,-69: 0 + -55,-68: 0 + -55,-67: 1 + -55,-66: 0 + -55,-65: 0 + -54,-80: 0 + -54,-79: 0 + -54,-78: 0 + -54,-77: 0 + -54,-76: 0 + -54,-75: 0 + -54,-74: 0 + -54,-73: 0 + -54,-72: 0 + -54,-71: 0 + -54,-70: 0 + -54,-69: 0 + -54,-68: 0 + -54,-67: 0 + -54,-66: 0 + -54,-65: 0 + -53,-80: 0 + -53,-79: 0 + -53,-78: 0 + -53,-77: 0 + -53,-76: 0 + -53,-75: 0 + -53,-74: 0 + -53,-73: 1 + -53,-72: 0 + -53,-71: 0 + -53,-70: 0 + -53,-69: 0 + -53,-68: 0 + -53,-67: 0 + -53,-66: 0 + -53,-65: 0 + -52,-80: 0 + -52,-79: 0 + -52,-78: 0 + -52,-77: 0 + -52,-76: 0 + -52,-75: 0 + -52,-74: 0 + -52,-73: 0 + -52,-72: 0 + -52,-71: 0 + -52,-70: 0 + -52,-69: 0 + -52,-68: 0 + -52,-67: 0 + -52,-66: 0 + -52,-65: 0 + -51,-80: 0 + -51,-79: 0 + -51,-78: 0 + -51,-77: 0 + -51,-76: 0 + -51,-75: 0 + -51,-74: 0 + -51,-73: 0 + -51,-72: 0 + -51,-71: 0 + -51,-70: 0 + -51,-69: 0 + -51,-68: 0 + -51,-67: 0 + -51,-66: 0 + -51,-65: 0 + -50,-78: 0 + -50,-77: 0 + -50,-76: 0 + -50,-75: 0 + -50,-74: 0 + -50,-73: 0 + -50,-72: 0 + -50,-71: 0 + -50,-70: 0 + -50,-69: 0 + -50,-68: 0 + -50,-67: 0 + -50,-66: 0 + -50,-65: 0 + -49,-80: 0 + -49,-79: 0 + -49,-78: 0 + -49,-77: 0 + -49,-76: 0 + -49,-75: 0 + -49,-74: 0 + -49,-73: 0 + -49,-72: 0 + -49,-71: 0 + -49,-70: 0 + -49,-69: 0 + -49,-68: 0 + -49,-67: 0 + -49,-66: 0 + -49,-65: 0 + -60,-83: 0 + -60,-82: 0 + -60,-81: 0 + -59,-89: 0 + -59,-88: 0 + -59,-87: 0 + -59,-83: 0 + -59,-82: 0 + -59,-81: 0 + -58,-91: 0 + -58,-90: 0 + -58,-89: 0 + -58,-88: 0 + -58,-87: 0 + -58,-86: 0 + -58,-85: 0 + -58,-84: 0 + -58,-83: 0 + -58,-82: 0 + -58,-81: 0 + -57,-91: 0 + -57,-90: 0 + -57,-89: 0 + -57,-88: 0 + -57,-87: 0 + -57,-86: 0 + -57,-85: 0 + -57,-84: 0 + -57,-83: 0 + -57,-82: 0 + -57,-81: 0 + -56,-91: 0 + -56,-90: 0 + -56,-89: 0 + -56,-88: 0 + -56,-87: 0 + -56,-86: 0 + -56,-85: 0 + -56,-84: 0 + -56,-83: 0 + -56,-82: 0 + -56,-81: 0 + -55,-91: 0 + -55,-90: 0 + -55,-89: 0 + -55,-88: 0 + -55,-87: 0 + -55,-86: 0 + -55,-85: 0 + -55,-84: 0 + -55,-83: 0 + -55,-82: 0 + -55,-81: 0 + -54,-91: 0 + -54,-90: 0 + -54,-89: 0 + -54,-88: 0 + -54,-87: 0 + -54,-86: 0 + -54,-85: 0 + -54,-84: 0 + -54,-83: 0 + -54,-82: 0 + -54,-81: 0 + -53,-90: 0 + -53,-89: 0 + -53,-88: 0 + -53,-87: 0 + -53,-86: 0 + -53,-84: 0 + -53,-83: 0 + -53,-82: 0 + -53,-81: 0 + -52,-90: 0 + -52,-89: 0 + -52,-88: 0 + -52,-87: 0 + -52,-86: 0 + -52,-82: 0 + -52,-81: 0 + -51,-89: 0 + -51,-88: 0 + -51,-87: 0 + -51,-81: 0 + -50,-88: 0 + -49,-85: 0 + -49,-84: 0 + -49,-83: 0 + -49,-82: 0 + -49,-81: 0 + -48,-86: 0 + -48,-85: 0 + -48,-84: 0 + -48,-83: 0 + -48,-82: 0 + -48,-81: 1 + -47,-87: 0 + -47,-86: 0 + -47,-85: 0 + -47,-84: 0 + -47,-83: 0 + -47,-82: 0 + -47,-81: 0 + -46,-87: 0 + -46,-86: 0 + -46,-85: 0 + -46,-84: 0 + -46,-83: 0 + -46,-82: 0 + -46,-81: 0 + -45,-87: 0 + -45,-86: 0 + -45,-85: 0 + -45,-84: 0 + -45,-83: 0 + -45,-82: 0 + -45,-81: 0 + -44,-87: 0 + -44,-86: 0 + -44,-85: 0 + -44,-84: 0 + -44,-83: 0 + -44,-82: 0 + -44,-81: 0 + -43,-87: 0 + -43,-86: 0 + -43,-85: 0 + -43,-84: 0 + -43,-83: 0 + -43,-82: 0 + -43,-81: 0 + -42,-87: 0 + -42,-86: 0 + -42,-85: 0 + -42,-84: 0 + -42,-83: 0 + -42,-82: 0 + -42,-81: 0 + -41,-87: 0 + -41,-86: 0 + -41,-85: 0 + -41,-84: 0 + -41,-83: 0 + -41,-82: 0 + -41,-81: 0 + -40,-87: 0 + -40,-86: 0 + -40,-85: 0 + -40,-84: 0 + -40,-83: 0 + -40,-82: 0 + -40,-81: 0 + -39,-87: 0 + -39,-86: 0 + -39,-85: 0 + -39,-84: 0 + -39,-83: 0 + -39,-82: 0 + -39,-81: 0 + -38,-87: 0 + -38,-86: 0 + -38,-85: 0 + -38,-84: 0 + -38,-83: 0 + -38,-82: 0 + -38,-81: 0 + -37,-86: 0 + -37,-85: 0 + -37,-84: 0 + -37,-83: 0 + -37,-82: 0 + -37,-81: 0 + -36,-85: 0 + -36,-84: 0 + -36,-83: 0 + -36,-82: 0 + -36,-81: 0 + -52,18: 0 + -52,19: 0 + -52,20: 0 + -52,21: 0 + -52,22: 0 + -52,23: 0 + -52,24: 0 + -51,18: 0 + -51,19: 0 + -51,20: 0 + -51,21: 0 + -51,22: 0 + -51,23: 0 + -51,24: 0 + -50,16: 0 + -50,17: 0 + -50,18: 0 + -50,19: 0 + -50,20: 0 + -50,21: 0 + -50,22: 0 + -50,23: 0 + -50,24: 0 + -50,25: 0 + -50,26: 0 + -50,27: 0 + -50,28: 0 + -50,29: 0 + -50,30: 0 + -49,16: 0 + -49,17: 0 + -49,18: 0 + -49,19: 0 + -49,20: 0 + -49,21: 0 + -49,22: 0 + -49,23: 0 + -49,24: 0 + -49,25: 0 + -49,26: 0 + -49,27: 0 + -49,28: 0 + -49,29: 0 + -49,30: 0 + -50,13: 0 + -50,14: 0 + -50,15: 0 + -49,13: 0 + -49,14: 0 + -49,15: 0 + -32,32: 0 + -31,32: 0 + -30,32: 0 + -26,39: 0 + -26,40: 0 + -26,41: 0 + -26,42: 0 + -26,43: 0 + -26,44: 0 + -26,45: 0 + -26,46: 0 + -26,47: 0 + -25,39: 0 + -25,40: 0 + -25,41: 0 + -25,42: 0 + -25,43: 0 + -25,44: 0 + -25,45: 0 + -25,46: 0 + -25,47: 0 + -24,35: 0 + -24,36: 0 + -24,37: 0 + -24,38: 0 + -24,39: 0 + -24,40: 0 + -24,41: 0 + -24,42: 0 + -24,43: 0 + -24,44: 0 + -24,45: 0 + -24,46: 0 + -24,47: 0 + -23,35: 0 + -23,36: 0 + -23,37: 0 + -23,38: 0 + -23,39: 0 + -23,40: 0 + -23,41: 0 + -23,42: 0 + -23,43: 0 + -23,44: 0 + -23,45: 0 + -23,46: 0 + -23,47: 0 + -22,32: 0 + -22,33: 0 + -22,34: 0 + -22,35: 0 + -22,36: 0 + -22,37: 0 + -22,38: 0 + -22,39: 0 + -22,40: 0 + -22,41: 0 + -22,42: 0 + -22,43: 0 + -22,44: 0 + -22,45: 0 + -22,46: 0 + -22,47: 0 + -21,32: 0 + -21,33: 0 + -21,34: 0 + -21,35: 0 + -21,36: 0 + -21,37: 0 + -21,38: 0 + -21,39: 0 + -21,40: 0 + -21,41: 0 + -21,42: 0 + -21,43: 0 + -21,44: 0 + -21,45: 0 + -21,46: 0 + -21,47: 0 + -20,32: 0 + -20,33: 0 + -20,34: 0 + -20,35: 0 + -20,36: 0 + -20,37: 0 + -20,38: 0 + -20,39: 0 + -20,40: 0 + -20,41: 0 + -20,42: 0 + -20,43: 0 + -20,44: 0 + -20,45: 0 + -20,46: 0 + -20,47: 0 + -19,32: 0 + -19,33: 0 + -19,34: 0 + -19,35: 0 + -19,36: 0 + -19,37: 0 + -19,38: 0 + -19,39: 0 + -19,40: 0 + -19,41: 0 + -19,42: 0 + -19,43: 0 + -19,44: 0 + -19,45: 0 + -19,46: 0 + -19,47: 0 + -18,32: 0 + -18,33: 0 + -18,34: 0 + -18,35: 0 + -18,36: 0 + -18,37: 0 + -18,38: 1 + -18,39: 0 + -18,40: 0 + -18,41: 0 + -18,42: 0 + -18,43: 0 + -18,44: 0 + -18,45: 0 + -18,46: 0 + -18,47: 0 + -17,35: 0 + -17,36: 0 + -17,37: 0 + -17,38: 0 + -17,39: 0 + -17,40: 0 + -17,41: 0 + -17,42: 0 + -17,43: 0 + -17,44: 0 + -17,45: 0 + -17,46: 0 + -17,47: 0 + -26,48: 0 + -25,48: 0 + -25,49: 0 + -24,48: 0 + -24,49: 0 + -24,50: 0 + -23,48: 0 + -23,49: 0 + -23,50: 0 + -22,48: 0 + -22,49: 0 + -22,50: 0 + -21,48: 0 + -21,49: 0 + -21,50: 0 + -20,48: 0 + -20,49: 0 + -20,50: 0 + -19,48: 0 + -19,49: 0 + -19,50: 0 + -18,48: 0 + -18,49: 0 + -18,50: 0 + -17,48: 0 + -17,49: 0 + -17,50: 0 + -16,48: 0 + -16,49: 0 + -16,50: 0 + -15,48: 0 + -15,49: 0 + -14,48: 0 + -36,32: 0 + -35,32: 0 + -34,32: 0 + -33,32: 0 + -48,31: 0 + -47,31: 0 + -46,31: 0 + -45,30: 0 + -45,31: 0 + -44,29: 0 + -44,30: 0 + -44,31: 0 + -43,29: 0 + -43,30: 0 + -43,31: 0 + -42,29: 0 + -42,30: 0 + -42,31: 0 + -41,29: 0 + -41,30: 0 + -41,31: 0 + -40,29: 0 + -40,30: 0 + -40,31: 0 + -39,30: 0 + -39,31: 0 + -38,30: 0 + -38,31: 0 + -37,30: 1 + -37,31: 1 + -54,18: 0 + -54,19: 12 + -54,20: 0 + -54,21: 0 + -54,22: 0 + -54,23: 12 + -54,24: 0 + -54,28: 0 + -54,29: 0 + -54,30: 0 + -54,31: 0 + -53,18: 0 + -53,19: 0 + -53,20: 0 + -53,21: 0 + -53,22: 0 + -53,23: 0 + -53,24: 0 + -53,28: 0 + -53,29: 0 + -53,30: 0 + -53,31: 0 + -52,28: 0 + -52,29: 0 + -52,30: 0 + -52,31: 0 + -51,28: 0 + -51,29: 0 + -51,30: 0 + -51,31: 0 + -50,31: 0 + -49,31: 0 + -48,32: 0 + -48,33: 0 + -48,34: 0 + -48,35: 0 + -48,36: 0 + -48,37: 0 + -47,32: 0 + -47,33: 0 + -47,34: 0 + -47,35: 0 + -47,36: 1 + -47,37: 0 + -46,32: 0 + -46,33: 0 + -46,34: 0 + -46,35: 0 + -46,36: 0 + -46,37: 0 + -45,32: 0 + -45,33: 0 + -45,34: 0 + -45,35: 0 + -45,36: 0 + -45,37: 0 + -44,32: 0 + -44,33: 0 + -44,34: 0 + -44,35: 0 + -44,36: 0 + -43,32: 0 + -43,33: 0 + -43,34: 0 + -43,35: 0 + -43,36: 0 + -42,32: 0 + -42,33: 0 + -42,34: 0 + -42,35: 0 + -42,36: 0 + -41,32: 0 + -41,33: 0 + -41,34: 0 + -41,35: 0 + -41,36: 0 + -40,32: 0 + -40,33: 0 + -40,34: 0 + -40,35: 0 + -40,36: 0 + -39,32: 0 + -39,33: 0 + -39,34: 0 + -38,32: 0 + -38,33: 0 + -38,34: 0 + -37,32: 1 + -37,33: 0 + -37,34: 0 + -36,33: 0 + -36,34: 0 + -54,32: 0 + -54,33: 0 + -54,34: 0 + -54,35: 0 + -54,36: 0 + -53,32: 0 + -53,33: 0 + -53,34: 0 + -53,35: 0 + -53,36: 0 + -52,32: 0 + -52,33: 0 + -52,34: 0 + -52,35: 0 + -52,36: 0 + -51,32: 0 + -51,33: 0 + -51,34: 0 + -51,35: 0 + -51,36: 0 + -50,32: 0 + -50,33: 0 + -50,34: 0 + -50,35: 0 + -50,36: 0 + -50,37: 0 + -49,32: 0 + -49,33: 0 + -49,34: 0 + -49,35: 0 + -49,36: 0 + -49,37: 0 + -32,3: 0 + -32,4: 0 + -32,5: 0 + -32,6: 0 + -32,7: 0 + -32,8: 0 + -32,9: 0 + -32,10: 0 + -31,3: 0 + -31,4: 0 + -31,5: 0 + -31,6: 0 + -31,7: 0 + -31,8: 0 + -31,9: 0 + -31,10: 0 + -30,3: 0 + -30,4: 0 + -30,5: 0 + -30,6: 0 + -30,7: 0 + -30,8: 2 + -30,9: 1 + -30,10: 1 + 70,-33: 0 + 64,-28: 0 + 64,-22: 0 + 64,-17: 0 + 65,-31: 0 + 65,-30: 0 + 65,-29: 0 + 65,-28: 0 + 65,-27: 0 + 65,-26: 0 + 65,-25: 0 + 65,-24: 0 + 65,-23: 0 + 65,-22: 0 + 65,-21: 0 + 65,-20: 0 + 65,-19: 0 + 65,-18: 0 + 65,-17: 0 + 66,-31: 0 + 67,-31: 0 + 68,-31: 0 + 69,-31: 0 + 70,-32: 0 + 70,-31: 0 + -48,-4: 0 + -48,-3: 0 + -48,-2: 0 + -48,-1: 0 + -48,0: 0 + -48,1: 0 + -48,2: 0 + -48,3: 0 + -48,4: 0 + -48,5: 0 + -48,6: 0 + -48,7: 0 + -48,8: 0 + -48,9: 0 + -48,10: 0 + -48,11: 0 + -48,12: 0 + -47,3: 0 + -47,4: 0 + -47,5: 0 + -47,6: 0 + -47,7: 0 + -47,8: 0 + -47,9: 0 + -47,10: 0 + -47,11: 0 + -47,12: 0 + -46,3: 0 + -46,4: 0 + -46,5: 0 + -46,6: 0 + -46,7: 0 + -46,8: 0 + -46,9: 0 + -46,10: 0 + -46,11: 0 + -46,12: 0 + -45,3: 0 + -45,4: 0 + -45,5: 0 + -45,6: 0 + -45,7: 0 + -45,8: 0 + -45,9: 0 + -45,10: 0 + -45,11: 0 + -45,12: 0 + -45,13: 0 + -33,3: 0 + -33,4: 0 + -33,5: 0 + -33,6: 0 + -33,7: 0 + -33,8: 0 + -33,9: 0 + -33,10: 0 + -58,-3: 0 + -58,-2: 0 + -58,-1: 0 + -57,-3: 0 + -57,-2: 0 + -57,-1: 0 + -56,-4: 0 + -56,-3: 0 + -56,-2: 0 + -56,-1: 0 + -55,-4: 0 + -55,-3: 0 + -55,-2: 0 + -55,-1: 0 + -54,-4: 0 + -54,-3: 0 + -54,-2: 0 + -54,-1: 0 + -53,-4: 0 + -53,-3: 0 + -53,-2: 0 + -53,-1: 0 + -52,-4: 0 + -52,-3: 0 + -52,-2: 0 + -52,-1: 0 + -51,-4: 0 + -51,-3: 0 + -51,-2: 0 + -51,-1: 0 + -50,-4: 0 + -50,-3: 0 + -50,-2: 0 + -50,-1: 0 + -49,-4: 0 + -49,-3: 0 + -49,-2: 0 + -49,-1: 0 + -51,16: 0 + -58,4: 0 + -58,5: 0 + -58,6: 0 + -58,7: 0 + -57,3: 0 + -57,4: 0 + -57,5: 0 + -57,6: 0 + -57,7: 0 + -57,8: 0 + -56,0: 0 + -56,1: 0 + -56,2: 0 + -56,3: 0 + -56,4: 0 + -56,5: 0 + -56,6: 0 + -56,7: 0 + -56,8: 0 + -56,9: 0 + -55,0: 0 + -55,1: 0 + -55,2: 0 + -55,3: 0 + -55,4: 0 + -55,5: 0 + -55,6: 0 + -55,7: 0 + -55,8: 0 + -55,9: 0 + -54,0: 1 + -54,1: 0 + -54,2: 0 + -54,3: 0 + -54,4: 0 + -54,5: 0 + -54,6: 0 + -54,7: 0 + -54,8: 0 + -54,9: 0 + -54,10: 0 + -54,11: 0 + -54,12: 0 + -53,0: 0 + -53,1: 0 + -53,2: 0 + -53,3: 0 + -53,4: 0 + -53,5: 0 + -53,6: 0 + -53,7: 0 + -53,8: 0 + -53,9: 0 + -53,10: 0 + -53,11: 0 + -53,12: 0 + -53,13: 0 + -53,14: 0 + -53,15: 0 + -52,0: 0 + -52,1: 0 + -52,2: 0 + -52,3: 0 + -52,4: 0 + -52,5: 0 + -52,6: 0 + -52,7: 0 + -52,8: 0 + -52,9: 0 + -52,10: 0 + -52,11: 0 + -52,12: 0 + -52,13: 0 + -52,14: 0 + -52,15: 0 + -51,0: 0 + -51,1: 0 + -51,2: 0 + -51,3: 0 + -51,4: 0 + -51,5: 0 + -51,6: 0 + -51,7: 0 + -51,8: 0 + -51,9: 0 + -51,10: 0 + -51,11: 0 + -51,12: 0 + -51,13: 0 + -51,14: 0 + -51,15: 0 + -50,0: 0 + -50,1: 0 + -50,2: 0 + -50,3: 1 + -50,4: 0 + -50,5: 0 + -50,6: 0 + -50,7: 0 + -50,8: 0 + -50,9: 0 + -50,10: 0 + -50,11: 0 + -50,12: 0 + -49,0: 0 + -49,1: 0 + -49,2: 0 + -49,3: 1 + -49,4: 0 + -49,5: 0 + -49,6: 0 + -49,7: 0 + -49,8: 0 + -49,9: 0 + -49,10: 0 + -49,11: 0 + -49,12: 0 + -48,38: 0 + -48,39: 0 + -48,40: 0 + -48,41: 0 + -47,41: 0 + -46,41: 0 + -46,42: 0 + -46,43: 0 + -46,44: 0 + -46,45: 0 + -46,46: 0 + -46,47: 0 + -45,41: 0 + -45,45: 0 + -44,41: 0 + -44,45: 0 + -43,37: 0 + -43,38: 0 + -43,39: 0 + -43,40: 0 + -43,41: 0 + -43,45: 0 + -42,39: 0 + -42,41: 0 + -42,45: 0 + -41,39: 0 + -41,45: 0 + -41,46: 0 + -41,47: 0 + -40,39: 0 + -40,45: 0 + -39,39: 0 + -39,45: 0 + -38,35: 0 + -38,36: 0 + -38,37: 0 + -38,38: 0 + -38,39: 0 + -38,40: 0 + -38,41: 0 + -38,42: 0 + -38,43: 0 + -38,44: 0 + -38,45: 0 + -37,39: 0 + -37,45: 0 + -36,39: 0 + -35,39: 0 + -34,39: 0 + -53,41: 0 + -52,37: 0 + -52,38: 0 + -52,39: 0 + -52,40: 0 + -52,41: 0 + -51,41: 0 + -50,41: 0 + -50,42: 0 + -50,43: 0 + -50,44: 0 + -50,45: 0 + -50,46: 0 + -50,47: 0 + -49,41: 0 + -48,49: 0 + -48,53: 0 + -48,54: 0 + -48,55: 0 + -48,56: 0 + -48,57: 0 + -48,58: 0 + -48,59: 0 + -48,60: 0 + -48,61: 0 + -48,62: 0 + -48,63: 0 + -47,49: 0 + -47,50: 0 + -47,51: 0 + -47,52: 0 + -47,53: 0 + -47,54: 0 + -47,55: 0 + -47,56: 0 + -47,57: 0 + -47,58: 0 + -47,59: 0 + -47,60: 0 + -47,61: 0 + -47,62: 0 + -47,63: 0 + -46,48: 0 + -46,49: 0 + -46,53: 0 + -46,54: 0 + -46,55: 0 + -46,56: 0 + -46,57: 0 + -46,58: 0 + -46,59: 0 + -46,60: 0 + -46,61: 0 + -46,62: 0 + -46,63: 0 + -45,49: 0 + -45,53: 0 + -45,54: 0 + -45,55: 0 + -45,56: 0 + -45,57: 0 + -45,58: 0 + -45,59: 0 + -45,60: 0 + -45,61: 0 + -45,62: 0 + -45,63: 0 + -44,53: 0 + -44,54: 0 + -44,55: 0 + -44,56: 0 + -44,57: 0 + -44,58: 0 + -44,59: 0 + -44,60: 0 + -44,61: 0 + -44,62: 0 + -44,63: 0 + -43,53: 0 + -43,54: 0 + -43,55: 0 + -43,56: 0 + -43,57: 0 + -43,58: 0 + -43,59: 0 + -43,60: 0 + -43,61: 0 + -43,62: 0 + -43,63: 0 + -42,53: 0 + -42,54: 0 + -42,55: 0 + -42,56: 0 + -42,57: 0 + -42,58: 0 + -42,59: 0 + -42,60: 0 + -42,61: 0 + -42,62: 0 + -42,63: 0 + -41,48: 0 + -41,49: 0 + -41,50: 0 + -41,51: 0 + -41,52: 0 + -41,53: 0 + -41,54: 0 + -41,55: 0 + -41,56: 0 + -41,57: 0 + -41,58: 0 + -41,59: 0 + -41,60: 0 + -41,61: 0 + -41,62: 0 + -41,63: 0 + -40,53: 0 + -40,55: 0 + -40,56: 0 + -40,57: 0 + -40,58: 0 + -40,59: 0 + -40,60: 0 + -40,61: 0 + -40,62: 0 + -40,63: 0 + -39,53: 0 + -39,55: 0 + -39,56: 0 + -39,57: 0 + -39,58: 0 + -39,59: 0 + -39,60: 0 + -39,61: 0 + -39,62: 0 + -39,63: 0 + -38,53: 0 + -38,56: 0 + -38,57: 0 + -38,58: 0 + -38,59: 0 + -38,60: 0 + -38,61: 0 + -38,62: 0 + -38,63: 0 + -37,53: 0 + -37,59: 0 + -37,60: 0 + -37,61: 0 + -37,62: 0 + -37,63: 0 + -36,53: 0 + -36,61: 0 + -36,62: 0 + -36,63: 0 + -35,53: 0 + -34,53: 0 + -34,54: 0 + -34,55: 0 + -34,56: 0 + -34,57: 0 + -34,58: 0 + -34,59: 0 + -34,60: 0 + -34,61: 0 + -34,62: 0 + -34,63: 0 + -62,53: 0 + -62,54: 0 + -62,55: 0 + -62,56: 0 + -62,57: 0 + -62,58: 0 + -62,59: 0 + -62,60: 0 + -62,61: 0 + -62,62: 0 + -62,63: 0 + -61,53: 0 + -60,53: 0 + -59,53: 0 + -58,53: 0 + -58,63: 0 + -57,53: 0 + -57,61: 0 + -57,62: 0 + -57,63: 0 + -56,53: 0 + -56,61: 0 + -56,62: 0 + -56,63: 0 + -55,53: 0 + -55,58: 0 + -55,59: 0 + -55,60: 0 + -55,61: 0 + -55,62: 0 + -55,63: 0 + -54,53: 0 + -54,57: 0 + -54,58: 0 + -54,59: 0 + -54,60: 0 + -54,61: 0 + -54,62: 0 + -54,63: 0 + -53,53: 0 + -53,55: 0 + -53,56: 0 + -53,57: 0 + -53,58: 0 + -53,59: 0 + -53,60: 0 + -53,61: 0 + -53,62: 0 + -53,63: 0 + -52,53: 0 + -52,55: 0 + -52,56: 0 + -52,57: 0 + -52,58: 0 + -52,59: 0 + -52,60: 0 + -52,61: 0 + -52,62: 0 + -52,63: 0 + -51,53: 0 + -51,55: 0 + -51,56: 0 + -51,57: 0 + -51,58: 0 + -51,59: 0 + -51,60: 0 + -51,61: 0 + -51,62: 0 + -51,63: 0 + -50,48: 0 + -50,49: 0 + -50,53: 0 + -50,54: 0 + -50,55: 0 + -50,56: 0 + -50,57: 0 + -50,58: 0 + -50,59: 0 + -50,60: 0 + -50,61: 0 + -50,62: 0 + -50,63: 0 + -49,49: 0 + -49,53: 0 + -49,54: 0 + -49,55: 0 + -49,56: 0 + -49,57: 0 + -49,58: 0 + -49,59: 0 + -49,60: 0 + -49,61: 0 + -49,62: 0 + -49,63: 0 + -48,64: 0 + -48,65: 0 + -48,66: 0 + -48,67: 0 + -48,68: 0 + -48,72: 0 + -47,64: 0 + -47,65: 0 + -47,66: 0 + -47,67: 0 + -47,68: 0 + -47,69: 0 + -47,72: 0 + -46,64: 0 + -46,65: 0 + -46,66: 0 + -46,67: 0 + -46,68: 0 + -46,69: 0 + -46,72: 0 + -45,64: 0 + -45,65: 0 + -45,66: 0 + -45,67: 0 + -45,68: 0 + -45,69: 0 + -45,70: 0 + -45,72: 0 + -44,64: 0 + -44,65: 0 + -44,66: 0 + -44,67: 0 + -44,68: 0 + -44,69: 0 + -44,70: 0 + -44,72: 0 + -43,64: 0 + -43,65: 0 + -43,66: 0 + -43,67: 0 + -43,68: 0 + -43,69: 0 + -43,70: 0 + -43,72: 0 + -42,64: 0 + -42,65: 0 + -42,66: 0 + -42,67: 0 + -42,68: 0 + -42,69: 0 + -42,70: 0 + -42,72: 0 + -41,64: 0 + -41,65: 0 + -41,66: 0 + -41,67: 0 + -41,68: 0 + -41,69: 0 + -41,70: 0 + -41,72: 0 + -40,64: 0 + -40,65: 0 + -40,66: 0 + -40,67: 0 + -40,68: 0 + -40,69: 0 + -40,70: 0 + -40,72: 0 + -39,64: 0 + -39,65: 0 + -39,66: 0 + -39,67: 0 + -39,68: 0 + -39,69: 0 + -39,72: 0 + -38,64: 0 + -38,65: 0 + -38,66: 0 + -38,67: 0 + -38,68: 0 + -38,69: 0 + -38,72: 0 + -37,64: 0 + -37,65: 0 + -37,66: 0 + -37,67: 0 + -37,68: 0 + -37,72: 0 + -36,64: 0 + -36,65: 0 + -36,66: 0 + -36,67: 0 + -36,72: 0 + -35,72: 0 + -34,64: 0 + -34,65: 0 + -34,66: 0 + -34,67: 0 + -34,68: 0 + -34,69: 0 + -34,70: 0 + -34,71: 0 + -34,72: 0 + -62,64: 0 + -62,65: 0 + -62,66: 0 + -62,67: 0 + -62,68: 0 + -62,69: 0 + -62,70: 0 + -62,71: 0 + -62,72: 0 + -61,72: 0 + -60,66: 0 + -60,67: 0 + -60,68: 0 + -60,69: 0 + -60,72: 0 + -59,64: 0 + -59,65: 0 + -59,66: 0 + -59,67: 0 + -59,68: 0 + -59,69: 0 + -59,70: 0 + -59,72: 0 + -58,64: 0 + -58,65: 0 + -58,66: 0 + -58,67: 0 + -58,68: 0 + -58,69: 0 + -58,70: 0 + -58,72: 0 + -57,64: 0 + -57,65: 0 + -57,66: 0 + -57,67: 0 + -57,68: 0 + -57,69: 0 + -57,70: 0 + -57,71: 0 + -57,72: 0 + -56,64: 0 + -56,65: 0 + -56,66: 0 + -56,67: 0 + -56,68: 0 + -56,69: 0 + -56,70: 0 + -56,71: 0 + -56,72: 0 + -55,64: 0 + -55,65: 0 + -55,66: 0 + -55,67: 0 + -55,68: 0 + -55,69: 0 + -55,70: 0 + -55,71: 0 + -55,72: 0 + -54,64: 0 + -54,65: 0 + -54,66: 0 + -54,67: 0 + -54,68: 0 + -54,69: 0 + -54,70: 0 + -54,71: 0 + -54,72: 0 + -53,64: 0 + -53,65: 0 + -53,66: 0 + -53,67: 0 + -53,68: 0 + -53,69: 0 + -53,70: 0 + -53,71: 0 + -53,72: 0 + -52,64: 0 + -52,65: 0 + -52,66: 0 + -52,67: 0 + -52,68: 0 + -52,69: 0 + -52,70: 0 + -52,72: 0 + -51,64: 0 + -51,65: 0 + -51,66: 0 + -51,67: 0 + -51,68: 0 + -51,69: 0 + -51,70: 0 + -51,72: 0 + -50,64: 0 + -50,65: 0 + -50,66: 0 + -50,67: 0 + -50,68: 0 + -50,69: 0 + -50,70: 0 + -50,72: 0 + -49,64: 0 + -49,65: 0 + -49,66: 0 + -49,67: 0 + -49,68: 0 + -49,69: 0 + -49,72: 0 + -16,26: 0 + -16,31: 0 + -15,31: 0 + -14,31: 0 + -29,27: 0 + -29,28: 0 + -28,27: 0 + -24,27: 0 + -23,27: 0 + -23,28: 0 + -17,26: 0 + -17,27: 0 + -17,31: 0 + 35,-63: 0 + 36,-63: 0 + -32,-60: 0 + -15,37: 0 + -15,38: 0 + -14,38: 0 + 53,-48: 0 + 54,-48: 0 + 55,-48: 0 + 56,-48: 0 + 57,-48: 0 + 53,-49: 0 + 54,-50: 0 + -48,-62: 0 + -34,-60: 0 + -33,-61: 0 + -33,-60: 0 + -33,-59: 0 + -49,-62: 0 + -59,-70: 0 + -49,-86: 0 + -48,-87: 0 + -46,-88: 0 + -45,-88: 0 + -44,-88: 0 + -43,-88: 0 + -42,-88: 0 + -41,-88: 0 + -40,-88: 0 + -39,-88: 0 + -37,-87: 0 + -36,-86: 0 + -35,-82: 0 + -34,-82: 0 + -54,16: 0 + -53,16: 0 + -52,16: 0 + -54,13: 0 + -54,14: 0 + -54,15: 0 + -29,32: 0 + -28,32: 0 + -27,32: 0 + -26,32: 0 + -26,38: 0 + -25,32: 0 + -25,37: 0 + -25,38: 0 + -24,32: 0 + -23,32: 0 + -35,33: 0 + -40,54: 0 + 2,-96: 0 + 2,-95: 0 + 2,-94: 0 + 13,-93: 0 + 14,-93: 0 + 15,-93: 0 + 16,-93: 0 + 17,-93: 0 + 18,-93: 0 + 19,-93: 0 + 20,-96: 0 + 20,-95: 0 + 20,-94: 0 + 20,-93: 0 + 2,-108: 0 + 2,-107: 0 + 2,-106: 0 + 2,-105: 0 + 2,-104: 0 + 2,-103: 0 + 2,-102: 0 + 2,-101: 0 + 2,-100: 0 + 2,-99: 0 + 2,-98: 0 + 2,-97: 0 + 3,-108: 0 + 4,-108: 0 + 4,-105: 0 + 4,-102: 0 + 4,-99: 0 + 5,-108: 0 + 5,-105: 0 + 5,-102: 0 + 5,-99: 0 + 6,-108: 0 + 6,-105: 0 + 6,-102: 0 + 6,-99: 0 + 7,-108: 0 + 7,-105: 0 + 7,-102: 0 + 8,-108: 0 + 8,-105: 0 + 9,-108: 0 + 10,-108: 0 + 11,-108: 0 + 12,-108: 0 + 13,-108: 0 + 14,-108: 0 + 14,-105: 0 + 15,-108: 0 + 15,-105: 0 + 15,-102: 0 + 0,36: 0 + 0,37: 0 + 1,37: 0 + 20,57: 0 + 20,62: 0 + 21,57: 0 + 21,62: 0 + 22,54: 0 + 22,57: 0 + 22,62: 0 + 23,54: 0 + 23,57: 0 + 23,62: 0 + 24,52: 0 + 24,54: 0 + 24,57: 0 + 24,62: 0 + 25,52: 0 + 25,54: 0 + 25,57: 0 + 25,62: 0 + 26,62: 0 + 27,61: 0 + 27,62: 0 + 5,61: 0 + 5,62: 0 + 6,62: 0 + 7,52: 0 + 7,54: 0 + 7,57: 0 + 7,62: 0 + 8,52: 0 + 8,54: 0 + 8,57: 0 + 8,62: 0 + 9,54: 0 + 9,57: 0 + 9,62: 0 + 10,54: 0 + 10,57: 0 + 10,62: 0 + 11,57: 0 + 11,62: 0 + 12,57: 0 + 12,62: 0 + -13,41: 0 + -13,46: 0 + -12,36: 0 + -12,37: 0 + -12,38: 0 + -12,39: 0 + -12,40: 0 + -12,41: 0 + -12,42: 0 + -12,43: 0 + -12,44: 0 + -12,45: 0 + -12,46: 0 + -12,47: 1 + -11,36: 0 + -10,34: 0 + -10,35: 0 + -10,36: 0 + -9,36: 0 + -8,36: 0 + -8,37: 0 + -7,37: 0 + -6,37: 0 + -5,37: 0 + -4,36: 0 + -4,37: 0 + -3,37: 0 + -2,37: 0 + -1,37: 0 + -32,55: 0 + -31,55: 0 + -30,55: 0 + -29,55: 0 + -28,55: 0 + -27,55: 0 + -26,55: 0 + -25,52: 0 + -25,53: 0 + -25,54: 0 + -25,55: 0 + -24,52: 0 + -23,51: 0 + -23,52: 0 + -22,52: 0 + -21,52: 0 + -20,52: 0 + -19,52: 0 + -18,51: 0 + -18,52: 0 + -17,52: 0 + -16,52: 0 + -15,52: 0 + -14,52: 0 + -13,52: 0 + -12,48: 0 + -12,49: 0 + -12,50: 0 + -12,51: 0 + -12,52: 0 + -33,55: 0 + 16,-108: 0 + 16,-105: 0 + 16,-102: 0 + 16,-99: 0 + 17,-108: 0 + 17,-105: 0 + 17,-102: 0 + 17,-99: 0 + 18,-108: 0 + 18,-105: 0 + 18,-102: 0 + 18,-99: 0 + 19,-108: 0 + 20,-108: 0 + 20,-107: 0 + 20,-106: 0 + 20,-105: 0 + 20,-104: 0 + 20,-103: 0 + 20,-102: 0 + 20,-101: 0 + 20,-100: 0 + 20,-99: 0 + 20,-98: 0 + 20,-97: 0 + -79,-13: 0 + -78,-14: 0 + -78,-13: 0 + -78,-12: 0 + -44,-62: 0 + -44,-61: 0 + -44,-60: 0 + -48,52: 0 + -42,52: 0 + 46,-77: 0 + 47,-78: 0 + 46,-84: 0 + 47,-83: 0 + 48,-82: 0 + 48,-79: 0 + 47,-77: 0 + 47,-84: 0 + 48,-83: 0 + 48,-78: 0 + 22,31: 0 + 24,31: 0 + 34,27: 0 + 34,29: 0 + 34,30: 0 + 34,31: 0 + 33,34: 0 + 34,33: 0 + 34,34: 0 + 22,32: 0 + 22,33: 0 + 22,34: 0 + 22,35: 0 + 23,34: 0 + 24,32: 0 + 24,33: 0 + 24,34: 0 + 25,34: 0 + 27,34: 0 + 28,34: 0 + 29,34: 0 + 30,34: 0 + 31,34: 0 + 34,37: 0 + 35,37: 0 + 36,34: 0 + 36,35: 0 + 36,36: 0 + 36,37: 0 + 18,-58: 0 + 1,26: 0 + -59,-29: 0 + -59,-28: 0 + -58,-29: 0 + -58,-28: 0 + -57,-29: 0 + -57,-28: 0 + -56,-29: 0 + -56,-28: 0 + -55,-29: 0 + -55,-28: 0 + -54,-29: 0 + -54,-28: 0 + -53,-29: 0 + -53,-28: 1 + 37,31: 0 + 38,31: 0 + 32,38: 0 + 32,39: 0 + 24,38: 0 + 24,39: 0 + 2,37: 0 + 3,37: 0 + 4,37: 0 + 5,37: 0 + 5,44: 0 + 5,45: 0 + 6,34: 0 + 6,35: 0 + 6,36: 0 + 6,37: 0 + 6,38: 0 + 6,39: 0 + 6,44: 0 + 7,39: 0 + 7,44: 0 + 8,39: 0 + 8,40: 0 + 8,41: 0 + 8,42: 0 + 8,43: 0 + 8,44: 0 + 9,44: 0 + 10,44: 0 + 11,44: 0 + 12,44: 0 + 13,44: 0 + 14,44: 0 + -64,-36: 0 + -63,-36: 0 + -62,-48: 0 + -62,-47: 0 + -62,-46: 0 + -62,-45: 0 + -62,-44: 0 + -62,-43: 0 + -62,-42: 0 + -62,-41: 0 + -62,-40: 0 + -62,-39: 0 + -62,-38: 0 + -62,-37: 0 + -62,-36: 0 + -61,-46: 0 + -61,-39: 0 + -60,-46: 0 + -60,-39: 0 + -62,-59: 0 + -62,-58: 0 + -62,-57: 0 + -62,-56: 0 + -62,-55: 0 + -62,-54: 0 + -62,-53: 0 + -62,-52: 0 + -62,-51: 0 + -62,-50: 0 + -62,-49: 0 + -61,-54: 0 + -60,-54: 0 + -80,-32: 0 + -80,-31: 0 + -80,-30: 0 + -80,-29: 0 + -80,-28: 0 + -79,-32: 0 + -79,-34: 0 + -79,-33: 0 + -78,-34: 0 + -77,-36: 0 + -77,-35: 0 + -77,-34: 0 + -76,-36: 0 + -75,-36: 0 + -74,-36: 0 + -73,-36: 0 + -72,-36: 0 + -71,-36: 0 + -70,-36: 0 + -69,-36: 0 + -69,-35: 0 + -68,-36: 0 + -67,-36: 0 + -66,-36: 0 + -65,-36: 0 + -65,-35: 0 + 75,-46: 0 + 77,-48: 0 + 77,-47: 0 + 77,-46: 0 + 78,-48: 0 + 78,-47: 0 + 78,-46: 0 + 72,-53: 0 + 72,-52: 0 + 75,-49: 0 + 77,-49: 0 + 78,-49: 0 + -16,27: 0 + -16,28: 0 + -16,29: 0 + -16,30: 0 + -15,26: 0 + -15,27: 0 + -15,28: 0 + -15,29: 0 + -15,30: 0 + -14,26: 0 + -14,27: 0 + -14,28: 0 + -14,29: 0 + -14,30: 0 + -13,26: 0 + -13,27: 0 + -13,28: 0 + -13,29: 1 + -12,26: 0 + -12,27: 0 + -12,28: 0 + -12,29: 0 + -11,26: 0 + -11,27: 0 + -11,28: 0 + -11,29: 0 + -4,26: 0 + -4,27: 0 + -4,28: 0 + -3,26: 0 + -3,27: 0 + -3,28: 0 + -2,26: 0 + -2,27: 0 + -2,28: 0 + 4,30: 0 + 5,30: 0 + 7,30: 0 + 8,30: 0 + 9,30: 0 + 10,30: 0 + 11,30: 0 + 43,28: 0 + 43,29: 0 + 43,30: 0 + 43,31: 0 + 44,28: 0 + 44,29: 0 + 44,30: 0 + 44,31: 0 + 45,28: 0 + 45,29: 0 + 45,30: 0 + 45,31: 0 + 46,28: 0 + 46,29: 0 + 46,30: 0 + 46,31: 0 + 47,28: 0 + 47,29: 0 + 47,30: 0 + 47,31: 0 + -29,29: 0 + -29,30: 0 + -29,31: 0 + -28,28: 1 + -28,29: 0 + -28,30: 0 + -28,31: 0 + -27,27: 0 + -27,28: 1 + -27,29: 0 + -27,30: 0 + -27,31: 0 + -26,27: 0 + -26,28: 0 + -26,29: 0 + -26,30: 0 + -26,31: 0 + -25,27: 0 + -25,28: 0 + -25,29: 0 + -25,30: 0 + -25,31: 0 + -24,28: 0 + -24,29: 0 + -24,30: 0 + -24,31: 0 + -23,29: 0 + -23,30: 0 + -23,31: 0 + -17,28: 0 + -17,29: 0 + -17,30: 0 + 48,28: 0 + 48,29: 0 + 48,30: 0 + 48,31: 0 + 49,28: 0 + 49,29: 0 + 49,30: 0 + 49,31: 0 + 50,28: 0 + 50,29: 0 + 50,30: 0 + 50,31: 0 + 51,28: 0 + 51,29: 0 + 51,30: 0 + 51,31: 0 + 52,28: 0 + 52,29: 0 + 52,30: 0 + 52,31: 0 + 53,28: 0 + 53,29: 0 + 53,30: 0 + 53,31: 0 + 54,28: 0 + 54,29: 0 + 54,30: 0 + 54,31: 0 + 55,28: 0 + 55,29: 0 + 55,30: 0 + 55,31: 0 + 56,28: 0 + 56,29: 0 + 56,30: 0 + 56,31: 0 + 57,28: 0 + 57,29: 0 + 57,30: 0 + 57,31: 0 + 58,28: 0 + 58,29: 1 + 58,30: 0 + 58,31: 0 + 59,28: 0 + 59,29: 0 + 59,30: 0 + 59,31: 0 + 60,28: 0 + 60,29: 0 + 60,30: 0 + 61,28: 0 + 61,29: 0 + 61,30: 0 + 43,32: 0 + 43,33: 0 + 43,34: 0 + 43,35: 0 + 44,32: 0 + 44,33: 0 + 44,34: 0 + 44,35: 0 + 44,36: 0 + 44,37: 0 + 44,38: 0 + 44,39: 0 + 44,40: 0 + 44,41: 0 + 44,42: 0 + 44,43: 0 + 44,44: 0 + 44,45: 0 + 44,46: 0 + 44,47: 0 + 45,32: 0 + 45,33: 0 + 45,34: 0 + 45,35: 0 + 45,36: 0 + 45,37: 0 + 45,38: 0 + 45,39: 0 + 45,40: 0 + 45,41: 0 + 45,42: 0 + 45,43: 0 + 45,44: 0 + 45,45: 0 + 45,46: 0 + 45,47: 0 + 46,32: 0 + 46,33: 0 + 46,34: 0 + 46,35: 0 + 46,36: 0 + 46,37: 0 + 46,38: 0 + 46,39: 0 + 46,40: 0 + 46,41: 0 + 46,42: 0 + 46,43: 0 + 46,44: 0 + 46,45: 0 + 46,46: 0 + 46,47: 0 + 47,32: 0 + 47,33: 0 + 47,34: 0 + 47,35: 0 + 47,36: 0 + 47,37: 0 + 47,38: 0 + 47,39: 0 + 47,40: 0 + 47,41: 0 + 47,42: 0 + 47,43: 0 + 47,44: 0 + 47,45: 0 + 47,46: 0 + 47,47: 0 + 4,34: 0 + 5,34: 0 + 5,35: 0 + 7,34: 0 + 7,35: 0 + 8,34: 0 + 8,35: 0 + 9,34: 0 + 9,35: 0 + 10,34: 0 + 10,35: 0 + 11,34: 0 + 11,35: 0 + -16,32: 0 + -16,33: 0 + -16,34: 0 + -15,32: 0 + -15,33: 0 + -15,34: 0 + -15,35: 0 + -15,36: 0 + -14,32: 0 + 66,0: 0 + 65,-2: 0 + 65,-1: 0 + 66,-2: 0 + 66,-1: 0 + 67,-15: 0 + 67,-14: 0 + 67,-13: 0 + 67,-12: 0 + 67,-11: 0 + 67,-10: 0 + 67,-9: 0 + 67,-8: 0 + 67,-7: 0 + 67,-6: 0 + 67,-5: 0 + 67,-4: 0 + 67,-3: 0 + 68,-15: 0 + 68,-14: 0 + 68,-13: 0 + 68,-12: 0 + 68,-11: 0 + 68,-7: 0 + 68,-6: 0 + 68,-5: 0 + 68,-4: 0 + 68,-3: 0 + 69,-15: 0 + 69,-14: 0 + 69,-13: 0 + 69,-12: 0 + 69,-11: 0 + 69,-7: 0 + 69,-6: 0 + 69,-5: 0 + 69,-4: 0 + 69,-3: 0 + -55,-48: 0 + -55,-47: 0 + -54,-48: 0 + -54,-47: 0 + -61,-56: 0 + -61,-55: 0 + -60,-56: 0 + -60,-55: 0 + -55,-52: 0 + -55,-51: 0 + -55,-50: 0 + -55,-49: 0 + -54,-52: 0 + -54,-51: 0 + -54,-50: 0 + -54,-49: 0 + -25,33: 0 + -25,34: 0 + -25,35: 0 + -25,36: 0 + -24,33: 0 + -24,34: 0 + -23,33: 0 + -23,34: 0 + -17,32: 0 + -17,33: 0 + -17,34: 0 + 48,32: 0 + 48,33: 0 + 48,34: 0 + 48,35: 0 + 48,36: 0 + 48,37: 0 + 48,38: 0 + 48,39: 0 + 48,40: 0 + 48,41: 0 + 48,42: 0 + 48,43: 0 + 48,44: 0 + 48,45: 0 + 48,46: 0 + 48,47: 0 + 49,32: 0 + 49,33: 0 + 49,34: 0 + 49,35: 0 + 49,36: 0 + 49,37: 0 + 49,38: 0 + 49,39: 0 + 49,40: 1 + 49,41: 0 + 49,42: 0 + 49,43: 0 + 49,44: 0 + 49,45: 0 + 49,46: 0 + 49,47: 0 + 50,32: 0 + 50,33: 0 + 50,34: 0 + 50,35: 0 + 50,36: 0 + 50,37: 0 + 50,38: 0 + 50,39: 0 + 50,40: 1 + 50,41: 0 + 50,42: 0 + 50,43: 0 + 50,44: 0 + 50,45: 0 + 50,46: 0 + 50,47: 0 + 51,32: 0 + 51,33: 0 + 51,34: 0 + 51,35: 0 + 51,36: 0 + 51,37: 0 + 51,38: 0 + 51,39: 0 + 51,40: 0 + 51,41: 0 + 51,42: 0 + 51,43: 0 + 51,44: 0 + 51,45: 0 + 51,46: 0 + 51,47: 0 + 52,32: 0 + 52,33: 0 + 52,34: 0 + 52,35: 0 + 52,36: 0 + 52,37: 0 + 52,38: 0 + 52,39: 0 + 52,40: 0 + 52,41: 0 + 52,42: 0 + 52,43: 0 + 52,44: 0 + 52,45: 0 + 52,46: 0 + 52,47: 0 + 53,32: 0 + 53,33: 0 + 53,34: 0 + 53,35: 0 + 53,36: 0 + 53,37: 0 + 53,38: 0 + 53,39: 0 + 53,40: 0 + 53,41: 0 + 53,42: 0 + 53,43: 0 + 53,44: 0 + 53,45: 0 + 53,46: 0 + 53,47: 0 + 54,32: 0 + 54,33: 0 + 54,34: 0 + 54,35: 0 + 54,36: 0 + 54,37: 0 + 54,38: 0 + 54,39: 0 + 54,40: 0 + 54,41: 0 + 54,42: 0 + 54,43: 0 + 54,44: 0 + 54,45: 0 + 54,46: 0 + 54,47: 0 + 55,32: 0 + 55,33: 0 + 55,34: 0 + 55,35: 0 + 55,36: 0 + 55,37: 0 + 55,38: 0 + 55,39: 0 + 55,40: 0 + 55,41: 0 + 55,42: 0 + 55,43: 0 + 55,44: 0 + 55,45: 0 + 55,46: 0 + 55,47: 0 + 56,32: 0 + 56,33: 0 + 56,34: 0 + 56,35: 0 + 56,36: 0 + 56,37: 0 + 56,38: 0 + 56,39: 0 + 56,40: 0 + 56,41: 0 + 56,42: 0 + 56,43: 0 + 56,44: 0 + 56,45: 0 + 56,46: 0 + 56,47: 0 + 57,32: 0 + 57,33: 0 + 57,34: 0 + 57,35: 0 + 57,36: 0 + 57,37: 0 + 57,38: 0 + 57,39: 0 + 57,40: 0 + 57,41: 0 + 57,42: 0 + 57,43: 0 + 57,44: 0 + 57,45: 0 + 57,46: 0 + 57,47: 0 + 58,32: 0 + 58,33: 0 + 58,34: 0 + 58,35: 0 + 58,36: 0 + 58,37: 0 + 58,38: 0 + 58,39: 0 + 58,40: 0 + 58,41: 0 + 58,42: 0 + 58,43: 0 + 58,44: 0 + 58,45: 0 + 58,46: 0 + 58,47: 0 + 59,32: 0 + 59,33: 0 + 59,34: 0 + 59,35: 0 + 59,36: 0 + 59,37: 0 + 59,38: 0 + 59,39: 0 + 59,40: 0 + 59,41: 0 + 59,42: 0 + 59,43: 0 + 59,44: 0 + 59,45: 0 + 59,46: 0 + 59,47: 0 + 60,35: 0 + 60,36: 0 + 60,37: 0 + 60,38: 0 + 60,39: 0 + 60,40: 0 + 60,41: 0 + 60,42: 1 + 60,43: 0 + 60,44: 0 + 60,45: 0 + 60,46: 0 + 60,47: 0 + 61,35: 0 + 61,36: 0 + 61,37: 0 + 61,38: 0 + 61,39: 0 + 61,40: 0 + 61,41: 0 + 61,42: 0 + 61,43: 0 + 61,44: 0 + 61,45: 0 + 61,46: 0 + 61,47: 0 + 62,42: 0 + 62,43: 0 + 62,44: 0 + 62,45: 0 + 62,46: 0 + 62,47: 0 + 44,48: 0 + 44,49: 0 + 44,50: 0 + 45,48: 0 + 45,49: 0 + 45,50: 0 + 46,48: 0 + 46,49: 0 + 46,50: 0 + 47,48: 0 + 47,49: 0 + 47,50: 0 + 48,48: 0 + 48,49: 0 + 48,50: 0 + 49,48: 0 + 49,49: 0 + 49,50: 0 + 49,51: 0 + 49,52: 0 + 49,53: 0 + 50,48: 0 + 50,49: 0 + 50,50: 0 + 50,51: 0 + 50,52: 0 + 50,53: 0 + 50,55: 0 + 50,56: 0 + 50,57: 0 + 50,58: 0 + 50,59: 0 + 51,48: 0 + 51,49: 0 + 51,50: 0 + 51,51: 0 + 51,52: 0 + 51,53: 0 + 51,54: 0 + 51,55: 0 + 51,56: 0 + 51,57: 0 + 51,58: 0 + 51,59: 0 + 51,60: 0 + 52,48: 0 + 52,49: 0 + 52,50: 0 + 52,51: 0 + 52,52: 0 + 52,53: 0 + 52,54: 0 + 52,55: 0 + 52,56: 0 + 52,57: 0 + 52,58: 0 + 52,59: 0 + 52,60: 0 + 52,61: 0 + 53,48: 0 + 53,49: 0 + 53,50: 0 + 53,51: 0 + 53,52: 0 + 53,53: 0 + 53,54: 0 + 53,55: 0 + 53,56: 0 + 53,57: 0 + 53,58: 0 + 53,59: 0 + 53,60: 0 + 53,61: 0 + 54,48: 0 + 54,49: 0 + 54,50: 0 + 54,51: 0 + 54,52: 0 + 54,53: 0 + 54,54: 0 + 54,55: 0 + 54,56: 0 + 54,57: 0 + 54,58: 0 + 54,59: 0 + 54,60: 0 + 54,61: 0 + 55,48: 0 + 55,49: 0 + 55,50: 0 + 55,51: 0 + 55,52: 0 + 55,53: 0 + 55,54: 0 + 55,55: 0 + 55,56: 0 + 55,57: 0 + 55,58: 0 + 55,59: 0 + 55,60: 0 + 55,61: 0 + 56,48: 0 + 56,49: 0 + 56,50: 0 + 56,51: 0 + 56,52: 0 + 56,53: 0 + 56,54: 0 + 56,55: 0 + 56,56: 0 + 56,57: 0 + 56,58: 0 + 56,59: 1 + 56,60: 0 + 56,61: 0 + 57,48: 0 + 57,49: 0 + 57,50: 0 + 57,51: 0 + 57,52: 0 + 57,53: 0 + 57,54: 0 + 57,55: 0 + 57,56: 0 + 57,57: 0 + 57,58: 0 + 57,59: 0 + 57,60: 0 + 58,48: 0 + 58,49: 0 + 58,50: 0 + 58,51: 0 + 58,52: 0 + 58,53: 0 + 58,55: 0 + 58,56: 0 + 58,57: 0 + 58,58: 0 + 58,59: 0 + 59,48: 0 + 59,49: 0 + 59,50: 0 + 59,51: 0 + 59,52: 0 + 59,53: 0 + 60,48: 0 + 60,49: 0 + 60,50: 0 + 61,48: 0 + 61,49: 0 + 61,50: 0 + 62,48: 0 + 62,49: 0 + 62,50: 0 + 47,-16: 1 + 48,-16: 0 + 46,-18: 0 + 46,-17: 0 + 47,-18: 0 + 47,-17: 0 + 32,43: 0 + 32,44: 0 + 32,45: 0 + 32,46: 0 + 32,47: 0 + 33,43: 0 + 33,44: 0 + 33,45: 0 + 33,46: 0 + 33,47: 0 + 34,42: 0 + 34,43: 0 + 34,44: 0 + 34,45: 0 + 34,46: 0 + 34,47: 0 + 35,42: 0 + 35,43: 0 + 35,44: 0 + 35,45: 0 + 35,46: 0 + 35,47: 0 + 36,42: 0 + 36,43: 0 + 36,44: 0 + 36,45: 0 + 36,46: 0 + 36,47: 0 + 37,42: 0 + 37,43: 0 + 37,44: 0 + 37,45: 0 + 37,46: 0 + 37,47: 0 + 38,42: 0 + 38,43: 0 + 38,44: 0 + 38,45: 0 + 38,46: 0 + 38,47: 0 + 39,42: 0 + 39,43: 0 + 39,44: 0 + 39,45: 0 + 39,46: 0 + 39,47: 0 + 40,42: 0 + 40,43: 0 + 40,44: 0 + 40,45: 0 + 40,46: 0 + 40,47: 0 + 41,42: 0 + 41,43: 0 + 41,44: 0 + 41,45: 0 + 41,46: 0 + 41,47: 0 + 42,42: 0 + 42,43: 0 + 42,44: 0 + 42,45: 0 + 42,46: 0 + 42,47: 0 + 43,42: 0 + 43,43: 0 + 43,44: 0 + 43,45: 0 + 43,46: 0 + 43,47: 0 + 48,-17: 0 + 0,38: 0 + 1,38: 0 + 2,38: 0 + 3,38: 0 + 4,38: 0 + 5,38: 0 + -14,33: 0 + -14,34: 0 + -14,35: 0 + -14,36: 0 + -14,37: 0 + -13,33: 0 + -13,34: 0 + -13,35: 0 + -13,36: 0 + -13,37: 0 + -13,38: 0 + -13,39: 0 + -13,40: 0 + -13,42: 0 + -13,43: 0 + -13,44: 0 + -13,45: 0 + -13,47: 1 + -12,33: 0 + -12,34: 0 + -12,35: 0 + -11,33: 0 + -11,34: 0 + -11,35: 0 + -11,37: 0 + -11,38: 0 + -11,39: 0 + -11,40: 0 + -11,41: 0 + -11,42: 0 + -11,43: 0 + -11,44: 0 + -11,45: 0 + -11,46: 0 + -11,47: 0 + -10,37: 0 + -10,38: 0 + -10,39: 0 + -10,40: 0 + -10,41: 0 + -10,42: 0 + -10,43: 0 + -10,44: 0 + -10,45: 0 + -10,46: 0 + -10,47: 0 + -9,34: 0 + -9,35: 0 + -9,37: 0 + -9,38: 0 + -9,39: 0 + -9,40: 0 + -9,41: 0 + -9,42: 0 + -8,34: 0 + -8,35: 0 + -8,38: 0 + -8,39: 0 + -8,40: 0 + -8,41: 0 + -8,42: 0 + -7,38: 0 + -7,39: 0 + -6,38: 0 + -6,39: 0 + -5,38: 0 + -4,38: 0 + -3,38: 0 + -2,38: 0 + -1,38: 0 + 67,5: 0 + 67,6: 0 + 67,7: 0 + 67,8: 0 + 67,9: 0 + 67,10: 0 + 67,11: 0 + 67,12: 0 + 67,13: 0 + 68,6: 0 + 68,7: 0 + 68,8: 0 + 68,9: 0 + 68,10: 0 + 68,11: 0 + 68,12: 0 + -32,35: 0 + -32,36: 0 + -32,37: 0 + -31,35: 0 + -31,36: 0 + -31,37: 0 + -30,35: 0 + -30,36: 0 + -30,37: 0 + -29,33: 0 + -29,34: 0 + -29,35: 0 + -29,36: 0 + -29,37: 0 + -28,33: 0 + -28,34: 0 + -28,35: 0 + -28,36: 0 + -28,37: 0 + -27,33: 0 + -27,34: 0 + -27,35: 0 + -27,36: 0 + -27,37: 0 + -26,33: 0 + -26,34: 0 + -26,35: 0 + -26,36: 0 + -24,51: 0 + -24,53: 0 + -24,54: 0 + -24,55: 0 + -24,56: 0 + -24,57: 0 + -24,58: 0 + -24,59: 0 + -24,60: 0 + -24,61: 0 + -24,62: 0 + -24,63: 0 + -23,53: 0 + -23,54: 0 + -23,55: 0 + -23,56: 0 + -23,57: 0 + -23,58: 0 + -23,59: 0 + -23,60: 0 + -23,61: 0 + -23,62: 0 + -23,63: 0 + -22,51: 0 + -22,53: 0 + -22,54: 0 + -22,55: 0 + -22,56: 0 + -22,57: 0 + -22,58: 0 + -22,59: 0 + -22,60: 0 + -22,61: 0 + -22,62: 0 + -22,63: 0 + -21,51: 0 + -21,53: 0 + -21,54: 0 + -21,55: 0 + -21,56: 0 + -21,57: 0 + -21,58: 0 + -21,59: 0 + -21,60: 0 + -21,61: 0 + -21,62: 0 + -21,63: 0 + -20,51: 0 + -20,54: 0 + -20,55: 0 + -20,56: 0 + -20,59: 0 + -20,60: 0 + -20,61: 0 + -20,62: 0 + -20,63: 0 + -19,51: 0 + -19,53: 0 + -19,54: 0 + -19,55: 0 + -19,56: 0 + -19,57: 0 + -19,58: 0 + -19,59: 0 + -19,60: 0 + -19,61: 0 + -19,62: 0 + -19,63: 0 + -18,53: 0 + -18,54: 0 + -18,55: 0 + -18,56: 0 + -18,57: 0 + -18,58: 0 + -18,59: 0 + -18,60: 0 + -18,61: 0 + -18,62: 0 + -18,63: 0 + -17,51: 0 + -17,53: 0 + -17,54: 0 + -17,55: 0 + -17,56: 0 + -17,57: 0 + -17,58: 0 + -17,59: 0 + -17,60: 0 + -17,61: 0 + -17,62: 0 + -17,63: 0 + -16,51: 0 + -16,59: 0 + -16,60: 0 + -16,61: 0 + -16,62: 0 + -16,63: 0 + -15,50: 0 + -15,51: 0 + -15,53: 0 + -15,54: 0 + -15,55: 0 + -15,56: 0 + -15,57: 0 + -15,58: 0 + -15,59: 0 + -15,60: 0 + -15,61: 0 + -15,62: 0 + -15,63: 0 + -14,49: 0 + -14,50: 0 + -14,51: 0 + -14,53: 0 + -14,54: 0 + -14,55: 0 + -14,56: 0 + -14,57: 0 + -14,58: 0 + -14,59: 0 + -14,60: 0 + -14,61: 0 + -14,62: 0 + -14,63: 0 + -13,48: 0 + -13,49: 1 + -13,50: 0 + -13,51: 0 + -13,53: 0 + -13,54: 0 + -13,55: 0 + -13,56: 0 + -13,57: 0 + -13,58: 0 + -13,59: 0 + -13,60: 0 + -13,61: 0 + -13,62: 0 + -13,63: 0 + -12,53: 0 + -12,54: 0 + -12,55: 0 + -12,56: 0 + -12,57: 0 + -12,58: 0 + -12,59: 0 + -12,60: 0 + -12,61: 0 + -12,62: 0 + -12,63: 0 + -11,48: 0 + -10,48: 0 + -39,35: 0 + -39,36: 1 + -39,37: 1 + -37,35: 0 + -37,36: 0 + -37,37: 0 + -36,35: 0 + -36,36: 0 + -36,37: 0 + -35,35: 0 + -35,36: 0 + -35,37: 0 + -34,35: 0 + -34,36: 0 + -34,37: 0 + -33,35: 0 + -33,36: 0 + -33,37: 0 + 32,48: 0 + 33,48: 0 + 34,48: 0 + 34,49: 0 + 35,48: 0 + 35,49: 0 + 36,48: 0 + 36,49: 0 + 37,48: 0 + 37,49: 0 + 38,48: 0 + 38,49: 0 + 39,48: 0 + 39,49: 0 + 40,48: 0 + 40,49: 0 + 41,48: 0 + 41,49: 0 + 42,48: 0 + 42,49: 0 + 43,48: 0 + 43,49: 0 + -24,64: 0 + -24,65: 0 + -24,66: 0 + -24,67: 0 + -24,68: 0 + -24,69: 0 + -24,70: 0 + -24,71: 0 + -24,72: 0 + -24,73: 0 + -24,74: 0 + -24,75: 0 + -23,64: 0 + -23,65: 0 + -23,66: 0 + -23,67: 0 + -23,68: 0 + -23,69: 0 + -23,70: 0 + -23,71: 0 + -23,72: 0 + -23,73: 0 + -23,74: 0 + -23,75: 0 + -22,64: 0 + -22,65: 0 + -22,66: 0 + -22,67: 0 + -22,68: 0 + -22,69: 0 + -22,70: 0 + -22,71: 0 + -22,72: 0 + -22,73: 0 + -22,74: 0 + -22,75: 0 + -21,64: 0 + -21,65: 0 + -21,66: 0 + -21,67: 0 + -21,68: 0 + -21,69: 0 + -21,70: 0 + -21,71: 0 + -21,72: 0 + -21,73: 0 + -21,74: 0 + -21,75: 0 + -20,64: 0 + -19,64: 0 + -19,65: 0 + -19,66: 0 + -19,67: 0 + -19,68: 0 + -19,69: 0 + -19,70: 0 + -19,71: 0 + -19,72: 0 + -19,73: 0 + -18,64: 0 + -18,65: 0 + -18,66: 0 + -18,67: 0 + -18,68: 0 + -18,69: 0 + -18,70: 0 + -18,71: 0 + -18,72: 0 + -18,73: 0 + -17,64: 0 + -17,65: 0 + -17,66: 0 + -17,67: 0 + -17,68: 0 + -17,69: 0 + -17,70: 0 + -17,71: 0 + -17,72: 0 + -17,73: 0 + -16,64: 0 + -16,66: 0 + -16,67: 0 + -16,68: 0 + -15,64: 0 + -15,65: 0 + -15,66: 0 + -15,67: 0 + -15,68: 0 + -15,69: 0 + -15,70: 0 + -15,71: 0 + -15,72: 0 + -15,73: 0 + -15,74: 0 + -15,75: 0 + -14,64: 0 + -14,65: 0 + -14,66: 0 + -14,67: 0 + -14,68: 0 + -14,69: 0 + -14,70: 0 + -14,71: 0 + -14,72: 0 + -14,73: 0 + -14,74: 0 + -14,75: 0 + -13,64: 0 + -13,65: 0 + -13,66: 0 + -13,67: 0 + -13,68: 0 + -13,69: 0 + -13,70: 0 + -13,71: 0 + -13,72: 0 + -13,73: 0 + -13,74: 0 + -13,75: 0 + -12,64: 0 + -12,65: 0 + -12,66: 0 + -12,67: 0 + -12,68: 0 + -12,69: 0 + -12,70: 0 + -12,71: 0 + -12,72: 0 + -12,73: 0 + -12,74: 0 + -12,75: 0 + 63,42: 0 + 63,43: 0 + 63,44: 0 + 63,45: 0 + 63,46: 0 + 63,47: 0 + 60,51: 0 + 60,52: 0 + 60,53: 0 + 60,54: 0 + 61,51: 0 + 61,52: 0 + 61,53: 0 + 61,54: 0 + 61,55: 0 + 62,51: 0 + 62,52: 0 + 62,53: 0 + 62,54: 0 + 62,55: 0 + 63,48: 0 + 63,49: 0 + 63,50: 0 + 63,51: 0 + 63,52: 0 + 63,53: 0 + 63,54: 0 + 63,55: 0 + 64,48: 0 + 64,49: 0 + 64,50: 0 + 64,51: 0 + 64,52: 0 + 64,53: 0 + 64,54: 0 + 64,55: 0 + 65,48: 0 + 65,49: 0 + 65,50: 0 + 65,51: 0 + 65,52: 0 + 65,53: 0 + 65,54: 0 + 65,55: 0 + 66,48: 0 + 66,49: 0 + 66,50: 0 + 66,51: 0 + 66,52: 0 + 66,53: 0 + 66,54: 0 + 67,48: 0 + 67,49: 0 + 67,50: 0 + 67,51: 0 + 67,52: 0 + 67,53: 0 + 68,48: 0 + 68,49: 0 + 68,50: 0 + 68,51: 0 + 68,52: 0 + 69,48: 0 + 69,49: 0 + 69,50: 0 + 69,51: 0 + 70,48: 0 + 70,49: 0 + 70,50: 0 + 70,51: 0 + 64,42: 0 + 64,43: 0 + 64,44: 0 + 64,45: 0 + 64,46: 0 + 64,47: 0 + 65,42: 0 + 65,43: 0 + 65,44: 0 + 65,45: 0 + 65,46: 0 + 65,47: 0 + 66,42: 0 + 66,43: 0 + 66,44: 0 + 66,45: 0 + 66,46: 0 + 66,47: 0 + 67,42: 0 + 67,43: 0 + 67,44: 0 + 67,45: 0 + 67,46: 0 + 67,47: 0 + 68,43: 0 + 68,44: 0 + 68,45: 0 + 68,46: 0 + 68,47: 0 + 69,44: 0 + 69,45: 0 + 69,46: 0 + 69,47: 0 + 70,44: 0 + 70,45: 0 + 70,46: 0 + 70,47: 0 + 17,45: 0 + 17,46: 0 + 18,43: 0 + 18,44: 0 + 18,45: 0 + 18,46: 0 + 19,43: 0 + 19,44: 0 + 19,45: 0 + 19,46: 0 + 20,43: 0 + 20,44: 0 + 20,45: 0 + 20,46: 0 + 21,43: 0 + 21,44: 0 + 21,45: 0 + 21,46: 0 + 22,43: 0 + 22,44: 0 + 22,45: 0 + 22,46: 0 + 23,43: 0 + 23,44: 0 + 23,45: 0 + 23,46: 0 + 24,43: 0 + 24,44: 0 + 24,45: 0 + 24,46: 0 + 25,43: 0 + 25,44: 0 + 25,45: 0 + 25,46: 0 + 26,43: 0 + 26,44: 0 + 26,45: 0 + 26,46: 0 + 27,43: 0 + 27,44: 0 + 27,45: 0 + 28,43: 0 + 28,44: 0 + 28,45: 0 + 28,46: 0 + 28,47: 0 + 29,43: 0 + 29,44: 0 + 29,45: 0 + 29,46: 0 + 29,47: 0 + 30,43: 0 + 30,44: 0 + 30,45: 0 + 30,46: 0 + 30,47: 0 + 31,43: 0 + 31,44: 0 + 31,45: 0 + 31,46: 0 + 31,47: 0 + 0,42: 0 + 0,43: 0 + 0,44: 0 + 0,45: 0 + 0,46: 0 + 0,47: 0 + 1,42: 0 + 1,43: 0 + 1,44: 0 + 1,45: 0 + 1,46: 0 + 1,47: 0 + 2,42: 0 + 2,43: 0 + 2,44: 0 + 2,45: 0 + 2,46: 0 + 2,47: 0 + 3,42: 0 + 3,43: 0 + 3,44: 0 + 3,45: 0 + 3,46: 0 + 3,47: 0 + 4,42: 0 + 4,43: 0 + 4,44: 0 + 4,45: 0 + 4,46: 0 + 4,47: 0 + 5,42: 0 + 5,43: 0 + 6,42: 0 + 6,43: 0 + 6,45: 0 + 6,46: 0 + 7,42: 0 + 7,43: 0 + 7,45: 0 + 7,46: 0 + 8,45: 0 + 8,46: 0 + 9,42: 0 + 9,43: 0 + 9,45: 0 + 9,46: 0 + 10,42: 0 + 10,43: 0 + 10,45: 0 + 10,46: 0 + 11,42: 0 + 11,43: 0 + 11,45: 0 + 11,46: 0 + 12,42: 0 + 12,43: 0 + 12,45: 0 + 12,46: 0 + 13,42: 0 + 13,43: 0 + 13,45: 0 + 13,46: 0 + 14,42: 0 + 14,43: 0 + 14,45: 0 + 14,46: 0 + 15,45: 0 + 15,46: 0 + -9,43: 0 + -9,44: 0 + -9,45: 0 + -9,46: 0 + -9,47: 0 + -8,43: 0 + -8,44: 0 + -8,45: 0 + -8,46: 0 + -8,47: 0 + -7,42: 0 + -7,43: 0 + -7,44: 0 + -7,45: 0 + -7,46: 0 + -7,47: 0 + -6,42: 0 + -6,43: 0 + -6,44: 0 + -6,45: 0 + -6,46: 0 + -6,47: 0 + -5,42: 0 + -5,43: 0 + -5,44: 0 + -5,45: 0 + -5,46: 0 + -5,47: 0 + -4,42: 0 + -4,43: 0 + -4,44: 0 + -4,45: 0 + -4,46: 0 + -4,47: 0 + -3,42: 0 + -3,43: 0 + -3,44: 0 + -3,45: 0 + -3,46: 0 + -3,47: 0 + -2,42: 0 + -2,43: 0 + -2,44: 0 + -2,45: 0 + -2,46: 0 + -2,47: 0 + -1,42: 0 + -1,43: 0 + -1,44: 0 + -1,45: 0 + -1,46: 0 + -1,47: 0 + 41,29: 0 + 41,30: 0 + 41,31: 0 + 42,28: 0 + 42,29: 0 + 42,30: 0 + 42,31: 0 + 62,28: 0 + 62,29: 0 + 62,30: 0 + 63,28: 0 + 63,29: 0 + 63,30: 0 + 63,31: 0 + 37,37: 0 + 38,37: 0 + 39,37: 0 + 40,37: 0 + 41,32: 0 + 41,33: 0 + 41,34: 0 + 41,37: 0 + 42,32: 0 + 42,33: 0 + 42,34: 0 + 42,36: 0 + 42,37: 0 + 42,38: 0 + 43,36: 0 + 43,37: 0 + 43,38: 0 + 18,42: 0 + 19,42: 0 + 20,42: 0 + 21,42: 0 + 22,42: 0 + 7,41: 0 + 9,41: 0 + 10,41: 0 + 11,41: 0 + 17,48: 0 + 17,50: 0 + 17,51: 0 + 17,53: 0 + 17,55: 0 + 17,56: 0 + 17,58: 0 + 18,48: 0 + 18,50: 0 + 18,51: 0 + 18,53: 0 + 18,55: 0 + 18,56: 0 + 18,58: 0 + 19,48: 0 + 19,50: 0 + 19,51: 0 + 19,53: 0 + 19,55: 0 + 19,56: 0 + 19,58: 0 + 20,48: 0 + 20,50: 0 + 20,51: 0 + 20,53: 0 + 20,55: 0 + 20,56: 0 + 20,58: 0 + 21,48: 0 + 21,50: 0 + 21,51: 0 + 21,53: 0 + 21,55: 0 + 21,56: 0 + 21,58: 0 + 22,48: 0 + 22,50: 0 + 22,51: 0 + 22,53: 0 + 22,55: 0 + 22,56: 0 + 22,58: 0 + 23,48: 0 + 23,50: 0 + 23,51: 0 + 23,53: 0 + 23,55: 0 + 23,56: 0 + 24,48: 0 + 24,50: 0 + 24,51: 0 + 24,53: 0 + 24,55: 0 + 24,56: 0 + 25,48: 0 + 25,50: 0 + 25,51: 0 + 25,53: 0 + 25,55: 0 + 26,48: 0 + 26,49: 0 + 26,50: 0 + 26,51: 0 + 26,52: 0 + 26,53: 0 + 29,48: 0 + 29,49: 0 + 29,50: 0 + 29,51: 0 + 29,52: 0 + 29,53: 0 + 30,48: 0 + 30,49: 0 + 30,50: 0 + 30,51: 0 + 30,52: 0 + 30,53: 0 + 30,54: 0 + 31,48: 0 + 31,49: 0 + 31,50: 0 + 31,51: 0 + 31,52: 0 + 31,53: 0 + 31,54: 0 + 0,48: 0 + 0,49: 0 + 0,50: 0 + 0,51: 0 + 0,52: 0 + 0,53: 0 + 0,54: 0 + 0,55: 0 + 0,56: 0 + 0,57: 0 + 0,58: 0 + 0,59: 0 + 0,60: 0 + 1,48: 0 + 1,49: 0 + 1,50: 0 + 1,51: 0 + 1,52: 0 + 1,53: 0 + 1,54: 0 + 1,55: 0 + 1,56: 0 + 1,57: 0 + 1,58: 0 + 1,59: 0 + 1,60: 0 + 2,48: 0 + 2,49: 0 + 2,50: 0 + 2,51: 0 + 2,52: 0 + 2,53: 0 + 2,54: 0 + 2,55: 0 + 2,56: 0 + 2,57: 0 + 2,58: 0 + 2,59: 0 + 2,60: 0 + 3,48: 0 + 3,49: 0 + 3,50: 0 + 3,51: 0 + 3,52: 0 + 3,53: 0 + 4,48: 0 + 4,49: 0 + 4,50: 0 + 4,51: 0 + 4,52: 0 + 4,53: 0 + 4,54: 0 + 4,55: 0 + 6,48: 0 + 6,49: 0 + 6,50: 0 + 6,51: 0 + 6,52: 0 + 6,53: 0 + 6,54: 0 + 6,55: 0 + 6,56: 0 + 7,48: 0 + 7,50: 0 + 7,51: 0 + 7,53: 0 + 7,55: 0 + 7,56: 0 + 8,48: 0 + 8,50: 0 + 8,51: 0 + 8,53: 0 + 8,55: 0 + 8,56: 0 + 9,48: 0 + 9,50: 0 + 9,51: 0 + 9,53: 0 + 9,55: 0 + 9,56: 0 + 9,58: 0 + 10,48: 0 + 10,50: 0 + 10,51: 0 + 10,53: 0 + 10,55: 0 + 10,56: 0 + 10,58: 0 + 11,48: 0 + 11,50: 0 + 11,51: 0 + 11,53: 0 + 11,55: 0 + 11,56: 0 + 11,58: 0 + 12,48: 0 + 12,50: 0 + 12,51: 0 + 12,53: 0 + 12,55: 0 + 12,56: 0 + 12,58: 0 + 13,48: 0 + 13,50: 0 + 13,51: 0 + 13,53: 0 + 13,55: 0 + 13,56: 0 + 13,58: 0 + 14,48: 0 + 14,50: 0 + 14,51: 0 + 14,53: 0 + 14,55: 0 + 14,56: 0 + 14,58: 0 + 15,48: 0 + 15,50: 0 + 15,51: 0 + 15,53: 0 + 15,55: 0 + 15,56: 0 + 15,58: 0 + 64,28: 0 + 64,29: 0 + 64,30: 0 + 65,28: 0 + 65,29: 0 + 65,30: 0 + -32,38: 1 + -32,39: 0 + -32,40: 0 + -31,38: 0 + -31,39: 0 + -31,40: 0 + -31,41: 0 + -31,42: 0 + -30,38: 0 + -30,39: 0 + -30,40: 0 + -30,41: 0 + -30,42: 0 + -29,38: 0 + -29,39: 0 + -29,40: 0 + -29,41: 0 + -29,42: 0 + -28,38: 0 + -28,39: 0 + -28,40: 0 + -28,41: 0 + -28,42: 0 + -28,43: 0 + -27,38: 0 + -27,39: 0 + -27,40: 0 + -27,41: 0 + -27,42: 0 + -27,43: 0 + -26,37: 0 + -11,49: 0 + -11,50: 0 + -11,51: 0 + -11,52: 0 + -11,53: 0 + -11,54: 0 + -11,55: 0 + -11,56: 0 + -11,57: 0 + -11,58: 0 + -11,59: 0 + -11,60: 0 + -10,49: 0 + -10,50: 0 + -10,51: 0 + -10,52: 0 + -10,53: 0 + -10,54: 0 + -10,55: 0 + -10,56: 0 + -10,57: 0 + -10,58: 0 + -10,59: 0 + -10,60: 0 + -9,48: 0 + -9,49: 0 + -9,50: 0 + -9,51: 0 + -9,52: 0 + -9,53: 0 + -9,54: 0 + -9,55: 0 + -9,56: 0 + -9,57: 0 + -9,58: 0 + -9,59: 0 + -9,60: 0 + -8,48: 0 + -8,49: 0 + -8,50: 0 + -8,51: 0 + -8,52: 0 + -8,53: 0 + -8,54: 0 + -8,55: 0 + -8,56: 0 + -8,57: 0 + -8,58: 0 + -8,59: 0 + -8,60: 0 + -7,48: 0 + -7,49: 0 + -7,50: 0 + -7,51: 0 + -7,52: 0 + -7,53: 0 + -7,54: 0 + -7,55: 0 + -7,56: 0 + -7,57: 0 + -7,58: 0 + -7,59: 0 + -7,60: 0 + -6,48: 0 + -6,49: 0 + -6,50: 0 + -6,51: 0 + -6,52: 0 + -6,53: 0 + -6,54: 0 + -6,55: 0 + -6,56: 0 + -6,57: 0 + -6,58: 0 + -6,59: 0 + -6,60: 0 + -5,48: 0 + -5,49: 0 + -5,50: 0 + -5,51: 0 + -5,52: 0 + -5,53: 0 + -5,54: 0 + -5,55: 0 + -5,56: 0 + -5,57: 0 + -5,58: 0 + -5,59: 0 + -5,60: 0 + -4,48: 0 + -4,49: 0 + -4,50: 0 + -4,51: 0 + -4,52: 0 + -4,53: 0 + -4,54: 0 + -4,55: 0 + -4,56: 0 + -4,57: 0 + -4,58: 0 + -4,59: 0 + -4,60: 0 + -3,48: 0 + -3,49: 0 + -3,50: 0 + -3,51: 0 + -3,52: 0 + -3,53: 0 + -3,54: 0 + -3,55: 0 + -3,56: 0 + -3,57: 0 + -3,58: 0 + -3,59: 0 + -3,60: 0 + -2,48: 0 + -2,49: 0 + -2,50: 0 + -2,51: 0 + -2,52: 0 + -2,53: 0 + -2,54: 0 + -2,55: 0 + -2,56: 0 + -2,57: 0 + -2,58: 0 + -2,59: 0 + -2,60: 0 + -1,48: 0 + -1,49: 0 + -1,50: 0 + -1,51: 0 + -1,52: 0 + -1,53: 0 + -1,54: 0 + -1,55: 0 + -1,56: 0 + -1,57: 0 + -1,58: 0 + -1,59: 0 + -1,60: 0 + -47,38: 0 + -47,39: 0 + -47,40: 0 + -46,38: 0 + -46,39: 0 + -46,40: 0 + -45,38: 0 + -45,39: 0 + -45,40: 0 + -44,37: 1 + -44,38: 0 + -44,39: 0 + -44,40: 0 + -42,37: 0 + -42,38: 0 + -42,40: 0 + -41,37: 0 + -41,38: 0 + -41,40: 0 + -40,37: 0 + -40,38: 0 + -40,40: 0 + -39,38: 0 + -39,40: 0 + -37,38: 0 + -37,40: 0 + -36,38: 0 + -36,40: 0 + -35,38: 0 + -35,40: 0 + -34,38: 0 + -34,40: 0 + -33,38: 0 + -33,39: 0 + -33,40: 0 + -49,38: 0 + -49,39: 0 + -49,40: 0 + 62,37: 0 + 63,32: 0 + 63,33: 0 + 63,34: 0 + 63,35: 0 + 63,36: 0 + 63,37: 0 + 63,38: 0 + 32,49: 0 + 32,50: 0 + 32,51: 0 + 32,52: 0 + 32,53: 0 + 32,54: 0 + 33,49: 0 + 33,50: 0 + 33,51: 0 + 33,52: 0 + 33,53: 0 + 33,54: 0 + 34,50: 0 + 34,51: 0 + 34,52: 0 + 34,53: 0 + 34,54: 0 + 35,50: 0 + 35,51: 0 + 35,52: 0 + 35,53: 0 + 35,54: 0 + 36,50: 0 + 36,51: 0 + 36,52: 0 + 36,53: 0 + 36,54: 0 + 37,50: 0 + 37,51: 0 + 37,52: 0 + 37,53: 0 + 37,54: 0 + 38,50: 0 + 38,51: 0 + 38,52: 0 + 38,53: 0 + 38,54: 0 + 39,50: 0 + 39,51: 0 + 39,52: 0 + 39,53: 0 + 39,54: 0 + 40,50: 0 + 40,51: 0 + 40,52: 0 + 40,53: 0 + 40,54: 0 + 41,50: 0 + 41,51: 0 + 41,52: 0 + 41,53: 0 + 42,50: 0 + 42,51: 0 + 42,52: 0 + 42,53: 0 + 62,31: 0 + 28,41: 0 + 28,42: 0 + 29,41: 0 + 29,42: 0 + 30,41: 0 + 30,42: 0 + 28,48: 0 + 28,49: 0 + 28,50: 0 + 0,61: 0 + 0,62: 0 + 0,63: 0 + 2,63: 0 + 64,31: 0 + 66,29: 0 + 67,29: 0 + 68,29: 0 + 69,29: 0 + 69,30: 0 + 69,31: 0 + 70,29: 0 + 71,29: 0 + 72,29: 0 + 73,29: 0 + 74,29: 0 + 75,26: 0 + 75,27: 0 + 75,28: 0 + 75,29: 0 + 75,30: 0 + 75,31: 0 + 76,26: 0 + 77,26: 0 + 78,26: 0 + 78,28: 0 + 78,29: 0 + 78,30: 0 + 78,31: 0 + 79,26: 0 + -6,63: 0 + -4,61: 0 + -4,62: 0 + -4,63: 0 + -3,61: 0 + -3,62: 0 + -3,63: 0 + -2,61: 0 + -2,62: 0 + -2,63: 0 + -1,61: 0 + -1,62: 0 + -1,63: 0 + -39,41: 0 + -39,42: 0 + -39,43: 0 + -37,41: 0 + -37,42: 0 + -37,43: 0 + 62,32: 0 + 46,51: 0 + 47,51: 0 + 48,51: 0 + -9,66: 0 + -9,67: 0 + -9,68: 0 + -9,69: 0 + -9,70: 0 + -9,71: 0 + -9,72: 0 + -8,65: 0 + -8,66: 0 + -8,67: 2 + -8,68: 2 + -8,69: 2 + -8,70: 2 + -8,71: 2 + -8,72: 0 + -8,73: 0 + -7,64: 0 + -7,65: 0 + -7,66: 2 + -7,67: 2 + -7,68: 2 + -7,69: 2 + -7,70: 2 + -7,71: 2 + -7,72: 2 + -7,73: 0 + -7,74: 0 + -6,64: 0 + -6,65: 0 + -6,66: 2 + -6,67: 2 + -6,68: 2 + -6,69: 2 + -6,70: 2 + -6,71: 2 + -6,72: 2 + -6,73: 2 + -6,74: 0 + -5,64: 0 + -5,65: 2 + -5,66: 2 + -5,67: 2 + -5,68: 2 + -5,69: 2 + -5,70: 2 + -5,71: 2 + -5,72: 2 + -5,73: 2 + -5,74: 0 + -4,64: 0 + -4,65: 2 + -4,66: 2 + -4,67: 2 + -4,68: 2 + -4,69: 2 + -4,70: 2 + -4,71: 2 + -4,72: 2 + -4,73: 2 + -4,74: 0 + -3,64: 0 + -3,65: 2 + -3,66: 2 + -3,67: 2 + -3,68: 2 + -3,69: 2 + -3,70: 2 + -3,71: 2 + -3,72: 2 + -3,73: 2 + -3,74: 0 + -2,64: 0 + -2,65: 2 + -2,66: 2 + -2,67: 2 + -2,68: 2 + -2,69: 2 + -2,70: 2 + -2,71: 2 + -2,72: 2 + -2,73: 0 + -2,74: 0 + -1,64: 0 + -1,65: 2 + -1,66: 2 + -1,67: 2 + -1,68: 2 + -1,69: 2 + -1,70: 2 + -1,71: 2 + -1,72: 2 + -1,73: 2 + -1,74: 0 + 64,32: 0 + 64,36: 0 + 65,36: 0 + 66,36: 0 + 67,35: 0 + 67,36: 0 + 67,37: 0 + 67,38: 0 + 67,39: 0 + 67,40: 0 + 67,41: 0 + 68,35: 0 + 68,36: 0 + 68,37: 0 + 69,32: 0 + 69,33: 0 + 69,34: 0 + 69,35: 0 + 69,36: 0 + 69,37: 0 + 69,38: 0 + 69,39: 0 + 70,32: 0 + 70,33: 0 + 70,34: 0 + 70,35: 0 + 70,36: 0 + 70,37: 0 + 70,38: 0 + 70,39: 0 + 71,33: 0 + 71,34: 0 + 71,35: 0 + 71,36: 0 + 71,37: 0 + 71,38: 0 + 71,39: 0 + 72,33: 0 + 72,34: 0 + 72,35: 0 + 72,36: 0 + 72,37: 0 + 72,38: 0 + 72,39: 0 + 73,33: 0 + 73,34: 0 + 73,35: 0 + 73,36: 0 + 73,37: 0 + 73,38: 0 + 73,39: 0 + 74,33: 0 + 74,34: 0 + 74,35: 0 + 74,36: 0 + 74,37: 0 + 74,38: 0 + 74,39: 0 + 75,32: 0 + 75,33: 0 + 75,34: 0 + 75,35: 0 + 75,36: 0 + 75,37: 0 + 75,38: 0 + 75,39: 0 + 75,40: 0 + 75,41: 0 + 75,42: 0 + 75,43: 0 + 75,44: 0 + 75,45: 0 + 75,46: 0 + 76,35: 0 + 76,36: 0 + 76,37: 0 + 76,46: 0 + 77,35: 0 + 77,36: 0 + 77,37: 0 + 77,46: 0 + 78,32: 0 + 78,33: 0 + 78,34: 0 + 78,35: 0 + 78,36: 0 + 78,37: 0 + 78,38: 0 + 78,39: 0 + 78,40: 0 + 78,41: 0 + 78,42: 0 + 78,43: 0 + 78,44: 0 + 78,46: 0 + 79,36: 0 + 79,46: 0 + 0,64: 0 + 0,65: 2 + 0,66: 2 + 0,67: 2 + 0,68: 2 + 0,69: 2 + 0,70: 2 + 0,71: 2 + 0,72: 2 + 0,73: 2 + 0,74: 0 + 1,64: 0 + 1,65: 2 + 1,66: 2 + 1,67: 2 + 1,68: 2 + 1,69: 2 + 1,70: 2 + 1,71: 2 + 1,72: 2 + 1,73: 2 + 1,74: 0 + 2,64: 0 + 2,65: 0 + 2,66: 2 + 2,67: 2 + 2,68: 2 + 2,69: 2 + 2,70: 2 + 2,71: 2 + 2,72: 2 + 2,73: 2 + 2,74: 0 + 3,64: 0 + 3,65: 0 + 3,66: 2 + 3,67: 2 + 3,68: 2 + 3,69: 2 + 3,70: 2 + 3,71: 2 + 3,72: 2 + 3,73: 0 + 3,74: 0 + 4,65: 0 + 4,66: 0 + 4,67: 2 + 4,68: 2 + 4,69: 2 + 4,70: 2 + 4,71: 2 + 4,72: 0 + 4,73: 0 + 5,66: 0 + 5,67: 0 + 5,68: 0 + 5,69: 0 + 5,70: 0 + 5,71: 0 + 5,72: 0 + 80,36: 0 + 80,46: 0 + 81,32: 0 + 81,33: 0 + 81,34: 0 + 81,35: 0 + 81,36: 0 + 81,37: 0 + 81,38: 0 + 81,39: 0 + 81,40: 0 + 81,41: 0 + 81,42: 0 + 81,43: 0 + 81,44: 0 + 81,46: 0 + 82,36: 0 + 82,46: 0 + 83,36: 0 + 83,46: 0 + 84,32: 0 + 84,33: 0 + 84,34: 0 + 84,35: 0 + 84,36: 0 + 84,37: 0 + 84,38: 0 + 84,39: 0 + 84,40: 0 + 84,41: 0 + 84,42: 0 + 84,43: 0 + 84,44: 0 + 84,46: 0 + 85,36: 0 + 85,46: 0 + 86,36: 0 + 86,46: 0 + 87,32: 0 + 87,33: 0 + 87,34: 0 + 87,35: 0 + 87,36: 0 + 87,37: 0 + 87,38: 0 + 87,39: 0 + 87,40: 0 + 87,41: 0 + 87,42: 0 + 87,43: 0 + 87,44: 0 + 87,46: 0 + 88,36: 0 + 88,46: 0 + 89,36: 0 + 89,46: 0 + 90,32: 0 + 90,33: 0 + 90,34: 0 + 90,35: 0 + 90,36: 0 + 90,37: 0 + 90,38: 0 + 90,39: 0 + 90,40: 0 + 90,41: 0 + 90,42: 0 + 90,43: 0 + 90,44: 0 + 90,46: 0 + 91,36: 0 + 91,46: 0 + 92,46: 0 + 93,32: 0 + 93,33: 0 + 93,34: 0 + 93,35: 0 + 93,36: 0 + 93,37: 0 + 93,38: 0 + 93,39: 0 + 93,40: 0 + 93,41: 0 + 93,42: 0 + 93,43: 0 + 93,44: 0 + 93,45: 0 + 93,46: 0 + 80,26: 0 + 81,26: 0 + 81,28: 0 + 81,29: 0 + 81,30: 0 + 81,31: 0 + 82,26: 0 + 83,26: 0 + 84,26: 0 + 84,28: 0 + 84,29: 0 + 84,30: 0 + 84,31: 0 + 85,26: 0 + 86,26: 0 + 87,26: 0 + 87,28: 0 + 87,29: 0 + 87,30: 0 + 87,31: 0 + 88,26: 0 + 89,26: 0 + 90,26: 0 + 90,28: 0 + 90,29: 0 + 90,30: 0 + 90,31: 0 + 91,26: 0 + 92,26: 0 + 93,26: 0 + 93,27: 0 + 93,28: 0 + 93,29: 0 + 93,30: 0 + 93,31: 0 + -30,43: 0 + -30,44: 0 + -30,45: 0 + -30,46: 0 + -30,47: 0 + -29,43: 0 + -29,44: 0 + -29,45: 0 + -29,46: 0 + -29,47: 0 + -28,44: 0 + -28,45: 0 + -28,46: 0 + -28,47: 0 + -27,44: 0 + -27,45: 0 + -27,46: 0 + -27,47: 0 + -11,61: 0 + -11,62: 0 + -11,63: 0 + -10,61: 0 + -10,62: 0 + -10,63: 0 + -9,61: 0 + -9,62: 0 + -9,63: 0 + -27,50: 0 + -27,51: 0 + -27,52: 0 + -27,53: 0 + -27,54: 0 + -27,56: 0 + -26,49: 0 + -26,50: 0 + -26,51: 1 + -26,52: 1 + -26,53: 0 + -26,54: 0 + -26,56: 0 + -26,57: 0 + -25,50: 0 + -25,51: 0 + -25,56: 0 + -25,57: 0 + 29,38: 0 + 29,39: 0 + 29,40: 0 + -7,-80: 0 + -6,-80: 0 + -6,-79: 0 + -5,-80: 0 + -16,-96: 0 + -16,-90: 0 + -16,-89: 0 + -16,-88: 0 + -16,-87: 0 + -16,-86: 0 + -16,-85: 0 + -15,-96: 0 + -15,-90: 0 + -15,-89: 0 + -15,-88: 0 + -15,-87: 0 + -15,-86: 0 + -15,-85: 0 + -14,-96: 0 + -14,-90: 0 + -14,-89: 0 + -14,-88: 0 + -14,-87: 0 + -14,-86: 0 + -14,-85: 0 + -13,-96: 0 + -13,-90: 0 + -13,-89: 0 + -13,-88: 0 + -13,-87: 0 + -13,-86: 0 + -13,-85: 0 + -12,-96: 0 + -12,-95: 0 + -12,-90: 0 + -12,-89: 0 + -12,-88: 0 + -12,-87: 0 + -12,-86: 0 + -12,-85: 0 + -11,-96: 0 + -11,-95: 0 + -11,-90: 0 + -11,-89: 0 + -11,-88: 0 + -11,-87: 0 + -11,-86: 0 + -11,-85: 0 + -10,-96: 0 + -10,-95: 0 + -10,-90: 0 + -10,-89: 0 + -10,-88: 0 + -10,-87: 0 + -10,-86: 0 + -10,-85: 0 + -9,-96: 0 + -9,-95: 0 + -9,-94: 0 + -9,-93: 0 + -9,-92: 0 + -9,-91: 0 + -9,-90: 0 + -9,-89: 0 + -9,-88: 0 + -9,-87: 0 + -9,-86: 0 + -9,-85: 0 + -8,-96: 0 + -8,-95: 0 + -8,-94: 0 + -8,-93: 0 + -8,-92: 0 + -8,-91: 0 + -8,-90: 0 + -8,-89: 0 + -8,-88: 0 + -8,-87: 0 + -8,-86: 0 + -8,-85: 0 + -8,-84: 0 + -8,-83: 0 + -8,-82: 0 + -8,-81: 0 + -7,-96: 0 + -7,-95: 0 + -7,-94: 0 + -7,-93: 0 + -7,-92: 0 + -7,-91: 0 + -7,-90: 0 + -7,-89: 0 + -7,-88: 0 + -7,-87: 0 + -7,-86: 0 + -7,-85: 0 + -7,-84: 0 + -7,-83: 0 + -7,-82: 0 + -7,-81: 0 + -6,-96: 1 + -6,-95: 0 + -6,-94: 0 + -6,-90: 0 + -6,-89: 0 + -6,-88: 0 + -6,-87: 0 + -6,-86: 0 + -6,-85: 0 + -6,-84: 0 + -6,-83: 0 + -6,-82: 0 + -6,-81: 0 + -5,-96: 0 + -5,-95: 0 + -5,-90: 0 + -5,-89: 0 + -5,-88: 0 + -5,-87: 0 + -5,-86: 0 + -5,-85: 0 + -5,-84: 0 + -5,-83: 0 + -5,-82: 0 + -5,-81: 0 + -4,-96: 0 + -4,-90: 0 + -4,-89: 0 + -4,-88: 0 + -4,-87: 0 + -4,-86: 0 + -4,-85: 0 + -4,-84: 0 + -4,-83: 0 + -1,-96: 0 + -1,-95: 0 + -1,-94: 0 + -1,-93: 0 + -32,-96: 0 + -31,-96: 0 + -30,-96: 0 + -29,-96: 0 + -28,-96: 0 + -27,-96: 0 + -27,-95: 0 + -26,-96: 0 + -26,-95: 0 + -25,-96: 0 + -25,-95: 0 + -24,-96: 0 + -24,-95: 0 + -23,-96: 0 + -23,-95: 0 + -23,-94: 0 + -23,-93: 0 + -22,-96: 0 + -22,-95: 0 + -21,-96: 0 + -21,-95: 0 + -21,-94: 0 + -20,-96: 0 + -20,-95: 0 + -19,-96: 0 + -19,-95: 0 + -18,-96: 0 + -17,-96: 0 + -17,-90: 0 + -17,-89: 0 + -17,-88: 0 + -17,-87: 0 + -17,-86: 0 + -17,-85: 0 + 26,54: 0 + 28,54: 0 + 28,62: 0 + 29,54: 0 + 29,55: 0 + 29,56: 0 + 29,57: 0 + 29,58: 0 + 29,59: 0 + 29,60: 0 + 29,61: 0 + 29,62: 0 + 7,63: 0 + 66,-16: 0 + 67,-16: 0 + 68,-16: 0 + 66,-22: 0 + 66,-17: 0 + 67,-22: 0 + 67,-21: 0 + 67,-20: 0 + 67,-19: 0 + 67,-18: 0 + 67,-17: 0 + 68,-17: 0 + -45,-96: 0 + -45,-95: 0 + -45,-94: 0 + -45,-93: 0 + -45,-92: 0 + -45,-91: 0 + -45,-90: 0 + -45,-89: 0 + -44,-96: 0 + -44,-95: 1 + -44,-94: 0 + -44,-93: 0 + -44,-92: 0 + -44,-91: 0 + -44,-90: 0 + -44,-89: 0 + -43,-96: 0 + -43,-95: 0 + -43,-94: 0 + -43,-93: 0 + -43,-92: 0 + -43,-91: 0 + -43,-90: 0 + -43,-89: 0 + -42,-96: 0 + -42,-95: 0 + -42,-94: 0 + -42,-93: 0 + -42,-92: 0 + -42,-91: 0 + -42,-90: 0 + -42,-89: 0 + -41,-96: 0 + -41,-95: 0 + -41,-94: 0 + -41,-93: 0 + -41,-92: 0 + -41,-91: 0 + -41,-90: 0 + -41,-89: 0 + -40,-96: 0 + -40,-95: 0 + -40,-94: 0 + -40,-93: 0 + -40,-92: 0 + -40,-91: 0 + -40,-90: 0 + -40,-89: 0 + -39,-96: 0 + -39,-95: 0 + -39,-94: 0 + -39,-93: 0 + -38,-96: 0 + -38,-95: 0 + -38,-94: 0 + -38,-93: 0 + -37,-96: 0 + -37,-95: 0 + -37,-94: 1 + -37,-93: 0 + -36,-96: 0 + -36,-95: 0 + -36,-94: 1 + -36,-93: 0 + -35,-96: 0 + -35,-95: 0 + -35,-94: 0 + -35,-93: 0 + -34,-96: 0 + -33,-96: 0 + -20,53: 0 + -20,57: 0 + -20,58: 0 + -20,65: 0 + -20,66: 0 + -20,67: 0 + -20,68: 0 + -16,65: 0 + -11,75: 0 + -10,75: 0 + -9,75: 0 + -8,75: 0 + -7,75: 0 + -6,75: 0 + -5,75: 0 + -4,75: 0 + -3,75: 0 + -2,75: 0 + -1,75: 0 + 0,75: 0 + 1,75: 0 + 2,75: 0 + 3,75: 0 + 4,75: 0 + 5,75: 0 + 6,75: 0 + 7,64: 0 + 7,65: 0 + 7,66: 0 + 7,67: 0 + 7,68: 0 + 7,69: 0 + 7,70: 0 + 7,71: 0 + 7,72: 0 + 7,73: 0 + 7,74: 0 + 7,75: 0 + -16,-106: 0 + -16,-100: 0 + -16,-99: 0 + -16,-98: 0 + -16,-97: 0 + -15,-106: 0 + -15,-100: 0 + -15,-99: 0 + -15,-98: 0 + -15,-97: 0 + -14,-106: 0 + -14,-100: 0 + -14,-99: 0 + -14,-98: 0 + -14,-97: 0 + -13,-106: 0 + -13,-100: 0 + -13,-99: 0 + -13,-98: 0 + -13,-97: 0 + -12,-106: 0 + -12,-101: 0 + -12,-100: 0 + -12,-99: 0 + -12,-98: 0 + -12,-97: 0 + -11,-106: 0 + -11,-105: 0 + -11,-104: 0 + -11,-103: 0 + -11,-102: 0 + -11,-101: 0 + -11,-100: 0 + -11,-99: 0 + -11,-98: 0 + -11,-97: 0 + -10,-106: 0 + -10,-102: 0 + -10,-101: 0 + -10,-100: 0 + -10,-99: 0 + -10,-98: 0 + -10,-97: 0 + -9,-106: 0 + -9,-102: 0 + -9,-101: 0 + -9,-100: 0 + -9,-99: 0 + -9,-98: 0 + -9,-97: 0 + -8,-106: 0 + -8,-102: 0 + -8,-101: 0 + -8,-100: 0 + -8,-99: 0 + -8,-98: 0 + -8,-97: 0 + -7,-106: 0 + -7,-102: 0 + -7,-101: 0 + -7,-100: 0 + -7,-99: 0 + -7,-98: 0 + -7,-97: 0 + -6,-106: 0 + -6,-102: 0 + -6,-101: 0 + -6,-100: 0 + -6,-99: 0 + -6,-98: 0 + -6,-97: 0 + -5,-106: 0 + -5,-102: 0 + -5,-101: 0 + -5,-100: 0 + -5,-99: 0 + -5,-98: 0 + -5,-97: 0 + -4,-106: 0 + -4,-101: 0 + -4,-100: 0 + -4,-99: 0 + -4,-98: 0 + -4,-97: 0 + -3,-106: 0 + -3,-100: 0 + -3,-97: 0 + -2,-106: 0 + -2,-100: 0 + -2,-97: 0 + -1,-106: 0 + -1,-105: 0 + -1,-104: 0 + -1,-103: 0 + -1,-102: 0 + -1,-101: 0 + -1,-100: 0 + -1,-99: 0 + -1,-98: 0 + -1,-97: 0 + -32,-106: 0 + -32,-100: 0 + -32,-99: 0 + -32,-98: 0 + -32,-97: 0 + -31,-106: 0 + -31,-100: 0 + -31,-99: 0 + -31,-98: 0 + -31,-97: 0 + -30,-106: 0 + -30,-100: 0 + -30,-99: 0 + -30,-98: 0 + -30,-97: 0 + -29,-106: 0 + -29,-100: 0 + -29,-99: 0 + -29,-98: 0 + -29,-97: 0 + -28,-106: 0 + -28,-100: 0 + -28,-99: 0 + -28,-98: 0 + -28,-97: 0 + -27,-106: 0 + -27,-105: 0 + -27,-104: 0 + -27,-103: 0 + -27,-102: 0 + -27,-101: 0 + -27,-100: 0 + -27,-99: 0 + -27,-98: 0 + -27,-97: 0 + -26,-106: 0 + -26,-101: 0 + -26,-100: 0 + -26,-99: 0 + -26,-98: 0 + -26,-97: 0 + -25,-106: 0 + -25,-101: 0 + -25,-100: 0 + -25,-99: 0 + -25,-98: 0 + -25,-97: 0 + -24,-106: 0 + -24,-101: 0 + -24,-100: 0 + -24,-99: 0 + -24,-98: 0 + -24,-97: 0 + -23,-106: 0 + -23,-101: 0 + -23,-100: 0 + -23,-99: 0 + -23,-98: 0 + -23,-97: 0 + -22,-106: 0 + -22,-101: 0 + -22,-100: 0 + -22,-99: 0 + -22,-98: 0 + -22,-97: 0 + -21,-106: 0 + -21,-101: 0 + -21,-100: 0 + -21,-99: 0 + -21,-98: 0 + -21,-97: 0 + -20,-106: 0 + -20,-101: 0 + -20,-100: 0 + -20,-99: 0 + -20,-98: 0 + -20,-97: 0 + -19,-106: 0 + -19,-105: 0 + -19,-104: 0 + -19,-103: 0 + -19,-102: 0 + -19,-101: 0 + -19,-100: 0 + -19,-99: 0 + -19,-98: 0 + -19,-97: 0 + -18,-106: 0 + -18,-100: 0 + -18,-99: 0 + -18,-98: 0 + -18,-97: 0 + -17,-106: 0 + -17,-100: 0 + -17,-99: 0 + -17,-98: 0 + -17,-97: 0 + -45,-99: 0 + -45,-98: 0 + -45,-97: 0 + -44,-99: 0 + -44,-98: 0 + -44,-97: 0 + -43,-99: 0 + -43,-98: 0 + -43,-97: 0 + -42,-99: 0 + -42,-98: 0 + -42,-97: 0 + -41,-99: 0 + -41,-98: 0 + -41,-97: 0 + -40,-100: 0 + -40,-99: 0 + -40,-98: 0 + -40,-97: 0 + -39,-106: 0 + -39,-105: 0 + -39,-104: 0 + -39,-100: 0 + -39,-99: 0 + -39,-98: 0 + -39,-97: 0 + -38,-106: 0 + -38,-105: 0 + -38,-104: 0 + -38,-103: 0 + -38,-102: 0 + -38,-101: 0 + -38,-100: 0 + -38,-99: 0 + -38,-98: 0 + -38,-97: 0 + -37,-106: 0 + -37,-105: 0 + -37,-104: 0 + -37,-103: 0 + -37,-102: 0 + -37,-101: 0 + -37,-100: 0 + -37,-99: 0 + -37,-98: 0 + -37,-97: 0 + -36,-106: 0 + -36,-105: 0 + -36,-104: 0 + -36,-103: 0 + -36,-102: 0 + -36,-101: 0 + -36,-100: 0 + -36,-99: 0 + -36,-98: 0 + -36,-97: 0 + -35,-106: 0 + -35,-102: 0 + -35,-101: 0 + -35,-100: 0 + -35,-99: 0 + -35,-98: 0 + -35,-97: 0 + -34,-106: 0 + -34,-100: 0 + -34,-99: 0 + -34,-98: 0 + -34,-97: 0 + -33,-106: 0 + -33,-100: 0 + -33,-99: 0 + -33,-98: 0 + -33,-97: 0 + -25,-102: 0 + -24,-102: 0 + -23,-102: 0 + -22,-102: 0 + -21,-102: 0 + -64,-44: 0 + -64,-37: 0 + -63,-44: 0 + -63,-37: 0 + -64,-49: 0 + -63,-49: 0 + -76,-32: 0 + -76,-31: 0 + -76,-30: 0 + -76,-29: 0 + -75,-32: 0 + -75,-31: 0 + -75,-30: 0 + -75,-29: 1 + -74,-32: 0 + -74,-31: 0 + -74,-30: 0 + -74,-29: 0 + -73,-32: 0 + -73,-31: 0 + -73,-30: 0 + -73,-29: 0 + -72,-32: 0 + -72,-31: 0 + -72,-30: 0 + -72,-29: 0 + -71,-32: 0 + -71,-31: 0 + -71,-30: 0 + -71,-29: 0 + -77,-37: 0 + -76,-37: 0 + -76,-34: 0 + -76,-33: 0 + -75,-48: 0 + -75,-47: 0 + -75,-46: 0 + -75,-45: 0 + -75,-44: 0 + -75,-43: 0 + -75,-42: 0 + -75,-41: 0 + -75,-40: 0 + -75,-39: 0 + -75,-38: 0 + -75,-37: 0 + -75,-34: 0 + -75,-33: 0 + -74,-45: 0 + -74,-43: 0 + -74,-37: 0 + -74,-35: 0 + -74,-34: 0 + -74,-33: 0 + -73,-47: 0 + -73,-46: 0 + -73,-45: 0 + -73,-44: 0 + -73,-43: 0 + -73,-42: 0 + -73,-41: 0 + -73,-37: 0 + -73,-35: 0 + -73,-34: 0 + -73,-33: 0 + -72,-47: 0 + -72,-46: 0 + -72,-45: 0 + -72,-44: 0 + -72,-43: 0 + -72,-42: 0 + -72,-41: 0 + -72,-37: 0 + -72,-35: 0 + -72,-34: 0 + -72,-33: 0 + -71,-48: 0 + -71,-47: 0 + -71,-46: 0 + -71,-45: 0 + -71,-44: 0 + -71,-43: 0 + -71,-42: 0 + -71,-41: 0 + -71,-40: 0 + -71,-39: 0 + -71,-37: 0 + -71,-34: 0 + -71,-33: 0 + -70,-47: 0 + -70,-46: 0 + -70,-45: 0 + -70,-44: 0 + -70,-43: 0 + -70,-42: 0 + -70,-41: 0 + -70,-40: 0 + -70,-39: 0 + -70,-38: 0 + -70,-37: 0 + -70,-34: 0 + -69,-48: 0 + -69,-47: 0 + -69,-46: 0 + -69,-45: 0 + -69,-44: 0 + -69,-43: 0 + -69,-42: 0 + -69,-41: 0 + -69,-40: 0 + -69,-39: 0 + -69,-37: 0 + -68,-47: 0 + -68,-46: 0 + -68,-45: 0 + -68,-44: 0 + -68,-43: 0 + -68,-42: 0 + -68,-41: 0 + -68,-37: 0 + -67,-47: 0 + -67,-46: 0 + -67,-45: 0 + -67,-44: 0 + -67,-43: 0 + -67,-42: 0 + -67,-41: 0 + -67,-37: 0 + -66,-45: 0 + -66,-44: 0 + -66,-43: 0 + -66,-37: 0 + -65,-45: 0 + -65,-44: 0 + -65,-43: 0 + -65,-37: 0 + -75,-49: 0 + -74,-49: 0 + -73,-49: 0 + -72,-49: 0 + -71,-49: 0 + -70,-49: 0 + -69,-49: 0 + -68,-49: 0 + -67,-49: 0 + -66,-49: 0 + -65,-49: 0 + 3,56: 0 + 3,57: 0 + 3,58: 0 + 3,59: 0 + 36,25: 0 + 36,26: 0 + 14,-72: 6 + 15,-72: 6 + 16,-72: 6 + 17,-72: 6 + 18,-72: 6 + 19,-72: 6 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 21.213781 + - 79.80423 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 278.61252 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.213781 + - 79.80423 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 20.619795 + - 77.56971 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 220.5375 + moles: + - 10.912439 + - 41.05156 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 220.53749 + moles: + - 10.912439 + - 41.05156 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 220.53749 + moles: + - 16.36866 + - 61.57734 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + type: GridAtmosphere + - id: Origin + type: BecomesStation + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: RadiationGridResistance +- uid: 865 + type: WallSolid + components: + - pos: -6.5,-5.5 + parent: 864 + type: Transform +- uid: 866 + type: SpawnMobMcGriff + components: + - pos: 8.5,19.5 + parent: 864 + type: Transform +- uid: 867 + type: SpawnPointBotanist + components: + - pos: -5.5,7.5 + parent: 864 + type: Transform +- uid: 868 + type: CableMV + components: + - pos: 5.5,-45.5 + parent: 864 + type: Transform +- uid: 869 + type: CableMV + components: + - pos: 5.5,-44.5 + parent: 864 + type: Transform +- uid: 870 + type: CableMV + components: + - pos: 4.5,-43.5 + parent: 864 + type: Transform +- uid: 871 + type: CableMV + components: + - pos: 3.5,-43.5 + parent: 864 + type: Transform +- uid: 872 + type: CableMV + components: + - pos: 3.5,-42.5 + parent: 864 + type: Transform +- uid: 873 + type: CableMV + components: + - pos: 2.5,-42.5 + parent: 864 + type: Transform +- uid: 874 + type: CableMV + components: + - pos: 1.5,-42.5 + parent: 864 + type: Transform +- uid: 875 + type: CableMV + components: + - pos: 0.5,-42.5 + parent: 864 + type: Transform +- uid: 876 + type: CableMV + components: + - pos: 0.5,-41.5 + parent: 864 + type: Transform +- uid: 877 + type: CableMV + components: + - pos: 0.5,-40.5 + parent: 864 + type: Transform +- uid: 878 + type: APCHighCapacity + components: + - pos: 0.5,-40.5 + parent: 864 + type: Transform +- uid: 879 + type: CableApcExtension + components: + - pos: 4.5,-41.5 + parent: 864 + type: Transform +- uid: 880 + type: Cautery + components: + - rot: -1.5707963267948966 rad + pos: 0.5414771,-66.9678 + parent: 864 + type: Transform +- uid: 881 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 6.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 882 + type: SubstationBasic + components: + - pos: 8.5,-16.5 + parent: 864 + type: Transform +- uid: 883 + type: DisposalPipe + components: + - pos: -9.5,1.5 + parent: 864 + type: Transform +- uid: 884 + type: AirlockHydroponicsLocked + components: + - pos: -3.5,9.5 + parent: 864 + type: Transform +- uid: 885 + type: DisposalTrunk + components: + - pos: -9.5,5.5 + parent: 864 + type: Transform +- uid: 886 + type: Grille + components: + - pos: 7.5,18.5 + parent: 864 + type: Transform +- uid: 887 + type: Catwalk + components: + - pos: 2.5,-90.5 + parent: 864 + type: Transform +- uid: 888 + type: Catwalk + components: + - pos: -1.5,-88.5 + parent: 864 + type: Transform +- uid: 889 + type: Catwalk + components: + - pos: -0.5,-89.5 + parent: 864 + type: Transform +- uid: 890 + type: Catwalk + components: + - pos: 0.5,-89.5 + parent: 864 + type: Transform +- uid: 891 + type: Catwalk + components: + - pos: 3.5,-92.5 + parent: 864 + type: Transform +- uid: 892 + type: CableHV + components: + - pos: 5.5,-92.5 + parent: 864 + type: Transform +- uid: 893 + type: CableHV + components: + - pos: 4.5,-92.5 + parent: 864 + type: Transform +- uid: 894 + type: CableHV + components: + - pos: 2.5,-92.5 + parent: 864 + type: Transform +- uid: 895 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 8.5,-52.5 + parent: 864 + type: Transform +- uid: 896 + type: WallReinforced + components: + - pos: 7.5,-71.5 + parent: 864 + type: Transform +- uid: 897 + type: CableApcExtension + components: + - pos: -6.5,-74.5 + parent: 864 + type: Transform +- uid: 898 + type: CableApcExtension + components: + - pos: -8.5,-75.5 + parent: 864 + type: Transform +- uid: 899 + type: CableApcExtension + components: + - pos: -10.5,-75.5 + parent: 864 + type: Transform +- uid: 900 + type: CarpetSBlue + components: + - pos: 21.5,-22.5 + parent: 864 + type: Transform +- uid: 901 + type: CarpetSBlue + components: + - pos: 21.5,-23.5 + parent: 864 + type: Transform +- uid: 902 + type: DisposalPipe + components: + - pos: -9.5,4.5 + parent: 864 + type: Transform +- uid: 903 + type: DisposalPipe + components: + - pos: -9.5,3.5 + parent: 864 + type: Transform +- uid: 904 + type: DisposalPipe + components: + - pos: -9.5,2.5 + parent: 864 + type: Transform +- uid: 905 + type: CarpetSBlue + components: + - pos: 23.5,-23.5 + parent: 864 + type: Transform +- uid: 906 + type: CarpetSBlue + components: + - pos: 24.5,-25.5 + parent: 864 + type: Transform +- uid: 907 + type: CarpetSBlue + components: + - pos: 26.5,-24.5 + parent: 864 + type: Transform +- uid: 908 + type: CarpetSBlue + components: + - pos: 26.5,-25.5 + parent: 864 + type: Transform +- uid: 909 + type: Firelock + components: + - pos: 18.5,-24.5 + parent: 864 + type: Transform +- uid: 910 + type: CarpetSBlue + components: + - pos: 29.5,-23.5 + parent: 864 + type: Transform +- uid: 911 + type: AirlockCommandGlassLocked + components: + - pos: 19.5,-25.5 + parent: 864 + type: Transform +- uid: 912 + type: CarpetSBlue + components: + - pos: 28.5,-22.5 + parent: 864 + type: Transform +- uid: 913 + type: CarpetSBlue + components: + - pos: 29.5,-23.5 + parent: 864 + type: Transform +- uid: 914 + type: ReinforcedWindow + components: + - pos: -6.5,-38.5 + parent: 864 + type: Transform +- uid: 915 + type: ClosetMaintenanceFilledRandom + components: + - pos: 11.5,-51.5 + parent: 864 + type: Transform +- uid: 916 + type: WallSolid + components: + - pos: 43.5,-57.5 + parent: 864 + type: Transform +- uid: 917 + type: WallReinforced + components: + - pos: -1.5,-30.5 + parent: 864 + type: Transform +- uid: 918 + type: CarpetSBlue + components: + - pos: 25.5,-25.5 + parent: 864 + type: Transform +- uid: 919 + type: ExtinguisherCabinetFilled + components: + - pos: -20.5,64.5 + parent: 864 + type: Transform +- uid: 920 + type: Poweredlight + components: + - pos: 4.5,-59.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 921 + type: ExtinguisherCabinetFilled + components: + - pos: -1.5,47.5 + parent: 864 + type: Transform +- uid: 922 + type: CableHV + components: + - pos: 12.5,-49.5 + parent: 864 + type: Transform +- uid: 923 + type: CableHV + components: + - pos: 10.5,-49.5 + parent: 864 + type: Transform +- uid: 924 + type: CableHV + components: + - pos: 9.5,-49.5 + parent: 864 + type: Transform +- uid: 925 + type: CableHV + components: + - pos: 8.5,-54.5 + parent: 864 + type: Transform +- uid: 926 + type: CableHV + components: + - pos: 8.5,-53.5 + parent: 864 + type: Transform +- uid: 927 + type: CableHV + components: + - pos: 10.5,-55.5 + parent: 864 + type: Transform +- uid: 928 + type: CableHV + components: + - pos: 11.5,-55.5 + parent: 864 + type: Transform +- uid: 929 + type: CableHV + components: + - pos: 12.5,-56.5 + parent: 864 + type: Transform +- uid: 930 + type: CableHV + components: + - pos: 14.5,-57.5 + parent: 864 + type: Transform +- uid: 931 + type: APCHighCapacity + components: + - pos: 19.5,-51.5 + parent: 864 + type: Transform +- uid: 932 + type: CableHV + components: + - pos: 14.5,-58.5 + parent: 864 + type: Transform +- uid: 933 + type: CableMV + components: + - pos: 15.5,-58.5 + parent: 864 + type: Transform +- uid: 934 + type: CableMV + components: + - pos: 15.5,-57.5 + parent: 864 + type: Transform +- uid: 935 + type: CableMV + components: + - pos: 14.5,-57.5 + parent: 864 + type: Transform +- uid: 936 + type: CableMV + components: + - pos: 12.5,-57.5 + parent: 864 + type: Transform +- uid: 937 + type: CableMV + components: + - pos: 12.5,-56.5 + parent: 864 + type: Transform +- uid: 938 + type: CableMV + components: + - pos: 11.5,-55.5 + parent: 864 + type: Transform +- uid: 939 + type: CableMV + components: + - pos: 12.5,-55.5 + parent: 864 + type: Transform +- uid: 940 + type: CableMV + components: + - pos: 8.5,-55.5 + parent: 864 + type: Transform +- uid: 941 + type: CableMV + components: + - pos: 8.5,-54.5 + parent: 864 + type: Transform +- uid: 942 + type: CableMV + components: + - pos: 8.5,-53.5 + parent: 864 + type: Transform +- uid: 943 + type: CableMV + components: + - pos: 8.5,-52.5 + parent: 864 + type: Transform +- uid: 944 + type: CableMV + components: + - pos: 8.5,-51.5 + parent: 864 + type: Transform +- uid: 945 + type: CableMV + components: + - pos: 8.5,-50.5 + parent: 864 + type: Transform +- uid: 946 + type: CableMV + components: + - pos: 16.5,-52.5 + parent: 864 + type: Transform +- uid: 947 + type: Catwalk + components: + - pos: 8.5,-53.5 + parent: 864 + type: Transform +- uid: 948 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 16.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 949 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 950 + type: CableApcExtension + components: + - pos: 20.5,-46.5 + parent: 864 + type: Transform +- uid: 951 + type: CableApcExtension + components: + - pos: 18.5,-48.5 + parent: 864 + type: Transform +- uid: 952 + type: CableApcExtension + components: + - pos: 19.5,-46.5 + parent: 864 + type: Transform +- uid: 953 + type: CableApcExtension + components: + - pos: 21.5,-50.5 + parent: 864 + type: Transform +- uid: 954 + type: CableApcExtension + components: + - pos: 21.5,-49.5 + parent: 864 + type: Transform +- uid: 955 + type: CableApcExtension + components: + - pos: 21.5,-53.5 + parent: 864 + type: Transform +- uid: 956 + type: CableApcExtension + components: + - pos: 23.5,-53.5 + parent: 864 + type: Transform +- uid: 957 + type: CableApcExtension + components: + - pos: 25.5,-52.5 + parent: 864 + type: Transform +- uid: 958 + type: CableApcExtension + components: + - pos: -4.5,-16.5 + parent: 864 + type: Transform +- uid: 959 + type: CableHV + components: + - pos: 39.5,-29.5 + parent: 864 + type: Transform +- uid: 960 + type: CableHV + components: + - pos: 36.5,-30.5 + parent: 864 + type: Transform +- uid: 961 + type: WallReinforced + components: + - pos: -23.5,5.5 + parent: 864 + type: Transform +- uid: 962 + type: CableMV + components: + - pos: 43.5,-26.5 + parent: 864 + type: Transform +- uid: 963 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 10.5,13.5 + parent: 864 + type: Transform +- uid: 964 + type: WallReinforced + components: + - pos: 44.5,-25.5 + parent: 864 + type: Transform +- uid: 965 + type: WallReinforced + components: + - pos: 49.5,-25.5 + parent: 864 + type: Transform +- uid: 966 + type: WallReinforced + components: + - pos: 49.5,-23.5 + parent: 864 + type: Transform +- uid: 967 + type: WallReinforced + components: + - pos: 39.5,-24.5 + parent: 864 + type: Transform +- uid: 968 + type: CableMV + components: + - pos: 0.5,14.5 + parent: 864 + type: Transform +- uid: 969 + type: CableApcExtension + components: + - pos: 6.5,8.5 + parent: 864 + type: Transform +- uid: 970 + type: WallReinforced + components: + - pos: 39.5,-31.5 + parent: 864 + type: Transform +- uid: 971 + type: CableApcExtension + components: + - pos: 46.5,-22.5 + parent: 864 + type: Transform +- uid: 972 + type: CableApcExtension + components: + - pos: 0.5,14.5 + parent: 864 + type: Transform +- uid: 973 + type: CableApcExtension + components: + - pos: 9.5,-26.5 + parent: 864 + type: Transform +- uid: 974 + type: RandomSpawner + components: + - pos: 11.5,-53.5 + parent: 864 + type: Transform +- uid: 975 + type: MaintenanceFluffSpawner + components: + - pos: 12.5,-53.5 + parent: 864 + type: Transform +- uid: 976 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-31.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 977 + type: WallSolid + components: + - pos: 13.5,-50.5 + parent: 864 + type: Transform +- uid: 978 + type: AirlockSecurityLocked + components: + - name: sec dorm + type: MetaData + - rot: 3.141592653589793 rad + pos: 3.5,17.5 + parent: 864 + type: Transform +- uid: 979 + type: WallSolid + components: + - pos: -17.5,-28.5 + parent: 864 + type: Transform +- uid: 980 + type: GasPipeStraight + components: + - pos: -3.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 981 + type: AirlockExternalGlass + components: + - pos: -1.5,-80.5 + parent: 864 + type: Transform +- uid: 982 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-80.5 + parent: 864 + type: Transform +- uid: 983 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-76.5 + parent: 864 + type: Transform +- uid: 984 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -9.5,-76.5 + parent: 864 + type: Transform +- uid: 985 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-76.5 + parent: 864 + type: Transform +- uid: 986 + type: CarpetSBlue + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-35.5 + parent: 864 + type: Transform +- uid: 987 + type: CableApcExtension + components: + - pos: 18.5,-29.5 + parent: 864 + type: Transform +- uid: 988 + type: WallReinforced + components: + - pos: 28.5,-33.5 + parent: 864 + type: Transform +- uid: 989 + type: Brutepack + components: + - pos: -10.641302,-3.848185 + parent: 864 + type: Transform +- uid: 990 + type: CableApcExtension + components: + - pos: -8.5,-6.5 + parent: 864 + type: Transform +- uid: 991 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 35.5,4.5 + parent: 864 + type: Transform +- uid: 992 + type: WallSolid + components: + - pos: -5.5,15.5 + parent: 864 + type: Transform +- uid: 993 + type: WallSolid + components: + - pos: -9.5,-7.5 + parent: 864 + type: Transform +- uid: 994 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 4.5,-7.5 + parent: 864 + type: Transform +- uid: 995 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,2.5 + parent: 864 + type: Transform +- uid: 996 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 23.5,5.5 + parent: 864 + type: Transform +- uid: 997 + type: CableApcExtension + components: + - pos: -4.5,14.5 + parent: 864 + type: Transform +- uid: 998 + type: CableApcExtension + components: + - pos: -5.5,14.5 + parent: 864 + type: Transform +- uid: 999 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 29.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1000 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 27.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1001 + type: DisposalPipe + components: + - pos: 24.5,-9.5 + parent: 864 + type: Transform +- uid: 1002 + type: GasVentPump + components: + - pos: 26.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1003 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 28.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1004 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 35.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1005 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 26.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1006 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-6.5 + parent: 864 + type: Transform +- uid: 1007 + type: DisposalPipe + components: + - pos: 24.5,-7.5 + parent: 864 + type: Transform +- uid: 1008 + type: GasPipeTJunction + components: + - pos: 7.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1009 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 10.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1010 + type: DisposalBend + components: + - pos: 34.5,8.5 + parent: 864 + type: Transform +- uid: 1011 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 13.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1012 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 1.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1013 + type: GasPipeStraight + components: + - pos: 0.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1014 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 0.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1015 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -1.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1016 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1017 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -5.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1018 + type: GasPipeStraight + components: + - pos: -6.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1019 + type: GasPipeStraight + components: + - pos: -6.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1020 + type: GasPipeStraight + components: + - pos: -6.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1021 + type: GasPipeStraight + components: + - pos: -8.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1022 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1023 + type: ReinforcedWindow + components: + - pos: -20.5,-91.5 + parent: 864 + type: Transform +- uid: 1024 + type: GasPipeStraight + components: + - pos: 15.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1025 + type: ReinforcedPlasmaWindow + components: + - pos: 29.5,26.5 + parent: 864 + type: Transform +- uid: 1026 + type: WallReinforced + components: + - pos: 27.5,26.5 + parent: 864 + type: Transform +- uid: 1027 + type: WallReinforced + components: + - pos: 31.5,26.5 + parent: 864 + type: Transform +- uid: 1028 + type: WallReinforced + components: + - pos: 31.5,25.5 + parent: 864 + type: Transform +- uid: 1029 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,33.5 + parent: 864 + type: Transform +- uid: 1030 + type: WallSolid + components: + - pos: -6.5,-16.5 + parent: 864 + type: Transform +- uid: 1031 + type: WallSolid + components: + - pos: -2.5,-10.5 + parent: 864 + type: Transform +- uid: 1032 + type: WallSolid + components: + - pos: -2.5,-5.5 + parent: 864 + type: Transform +- uid: 1033 + type: WallSolid + components: + - pos: -26.5,-9.5 + parent: 864 + type: Transform +- uid: 1034 + type: AirlockEngineeringLocked + components: + - pos: -26.5,-14.5 + parent: 864 + type: Transform +- uid: 1035 + type: WallSolid + components: + - pos: 13.5,-48.5 + parent: 864 + type: Transform +- uid: 1036 + type: ReinforcedWindow + components: + - pos: -1.5,-35.5 + parent: 864 + type: Transform +- uid: 1037 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-21.5 + parent: 864 + type: Transform +- uid: 1038 + type: TableReinforced + components: + - pos: 1.5,-48.5 + parent: 864 + type: Transform +- uid: 1039 + type: WallSolid + components: + - pos: -2.5,-18.5 + parent: 864 + type: Transform +- uid: 1040 + type: WallSolid + components: + - pos: -2.5,-17.5 + parent: 864 + type: Transform +- uid: 1041 + type: WallSolid + components: + - pos: -0.5,-15.5 + parent: 864 + type: Transform +- uid: 1042 + type: WallSolid + components: + - pos: -2.5,-14.5 + parent: 864 + type: Transform +- uid: 1043 + type: WallSolid + components: + - pos: -2.5,-13.5 + parent: 864 + type: Transform +- uid: 1044 + type: WallSolid + components: + - pos: -2.5,-19.5 + parent: 864 + type: Transform +- uid: 1045 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-20.5 + parent: 864 + type: Transform +- uid: 1046 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-22.5 + parent: 864 + type: Transform +- uid: 1047 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-19.5 + parent: 864 + type: Transform +- uid: 1048 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 864 + type: Transform +- uid: 1049 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-18.5 + parent: 864 + type: Transform +- uid: 1050 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-18.5 + parent: 864 + type: Transform +- uid: 1051 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-18.5 + parent: 864 + type: Transform +- uid: 1052 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-18.5 + parent: 864 + type: Transform +- uid: 1053 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1054 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 864 + type: Transform +- uid: 1055 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-10.5 + parent: 864 + type: Transform +- uid: 1056 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -10.5,-49.5 + parent: 864 + type: Transform +- uid: 1057 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -11.5,-44.5 + parent: 864 + type: Transform +- uid: 1058 + type: ReinforcedWindow + components: + - pos: -14.5,-44.5 + parent: 864 + type: Transform +- uid: 1059 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -10.5,-50.5 + parent: 864 + type: Transform +- uid: 1060 + type: GasPipeStraight + components: + - pos: 15.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1061 + type: AirAlarm + components: + - pos: -0.5,-40.5 + parent: 864 + type: Transform + - devices: + - 2307 + - 3937 + - 5231 + - 2467 + - 6139 + - 6163 + - 7272 + - 7271 + - 7273 + - 6838 + - 3268 + - 3269 + - 3266 + - 3264 + - 3265 + - 8217 + - 1785 + - 1784 + - 1783 + type: DeviceList +- uid: 1062 + type: GasPipeStraight + components: + - pos: 15.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1063 + type: CableApcExtension + components: + - pos: 3.5,-46.5 + parent: 864 + type: Transform +- uid: 1064 + type: GasPipeStraight + components: + - pos: -23.5,-77.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1065 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: 6.5,12.5 + parent: 864 + type: Transform +- uid: 1066 + type: AirlockGlass + components: + - pos: 19.5,-5.5 + parent: 864 + type: Transform +- uid: 1067 + type: FirelockGlass + components: + - pos: 15.5,7.5 + parent: 864 + type: Transform +- uid: 1068 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,15.5 + parent: 864 + type: Transform +- uid: 1069 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 19.5,15.5 + parent: 864 + type: Transform +- uid: 1070 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 15.5,13.5 + parent: 864 + type: Transform +- uid: 1071 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 17.5,9.5 + parent: 864 + type: Transform +- uid: 1072 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 18.5,9.5 + parent: 864 + type: Transform +- uid: 1073 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 19.5,10.5 + parent: 864 + type: Transform +- uid: 1074 + type: GasPipeStraight + components: + - pos: 17.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1075 + type: WallSolid + components: + - pos: 16.5,-13.5 + parent: 864 + type: Transform +- uid: 1076 + type: WallSolid + components: + - pos: 7.5,-12.5 + parent: 864 + type: Transform +- uid: 1077 + type: AirlockMaint + components: + - rot: 3.141592653589793 rad + pos: 7.5,-11.5 + parent: 864 + type: Transform +- uid: 1078 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 9.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1079 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-31.5 + parent: 864 + type: Transform +- uid: 1080 + type: SpawnVehicleSecway + components: + - pos: 10.5,22.5 + parent: 864 + type: Transform +- uid: 1081 + type: WallReinforced + components: + - pos: 3.5,18.5 + parent: 864 + type: Transform +- uid: 1082 + type: WallReinforced + components: + - pos: 4.5,18.5 + parent: 864 + type: Transform +- uid: 1083 + type: FirelockGlass + components: + - pos: 16.5,18.5 + parent: 864 + type: Transform +- uid: 1084 + type: FirelockGlass + components: + - pos: 27.5,18.5 + parent: 864 + type: Transform +- uid: 1085 + type: WallReinforced + components: + - pos: -15.5,-0.5 + parent: 864 + type: Transform +- uid: 1086 + type: DrinkIceCreamGlass + components: + - pos: 1.0313836,-5.433537 + parent: 864 + type: Transform +- uid: 1087 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1088 + type: GasPipeStraight + components: + - pos: 2.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1089 + type: GasPipeStraight + components: + - pos: 2.5,-7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1090 + type: FirelockGlass + components: + - pos: 31.5,-4.5 + parent: 864 + type: Transform +- uid: 1091 + type: FirelockGlass + components: + - pos: 4.5,-2.5 + parent: 864 + type: Transform +- uid: 1092 + type: AirlockGlass + components: + - name: bar + type: MetaData + - pos: 10.5,4.5 + parent: 864 + type: Transform +- uid: 1093 + type: WallReinforced + components: + - pos: 13.5,15.5 + parent: 864 + type: Transform +- uid: 1094 + type: TableReinforced + components: + - rot: 1.5707963267948966 rad + pos: 25.5,19.5 + parent: 864 + type: Transform +- uid: 1095 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1096 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1097 + type: GasVentScrubber + components: + - pos: -8.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1098 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 5.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1099 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1100 + type: VendingMachineCola + components: + - pos: 8.5,-2.5 + parent: 864 + type: Transform +- uid: 1101 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 864 + type: Transform +- uid: 1102 + type: Firelock + components: + - pos: -3.5,16.5 + parent: 864 + type: Transform +- uid: 1103 + type: AirlockBrigGlassLocked + components: + - name: brig + type: MetaData + - rot: 1.5707963267948966 rad + pos: 27.5,17.5 + parent: 864 + type: Transform +- uid: 1104 + type: FirelockGlass + components: + - pos: 7.5,7.5 + parent: 864 + type: Transform +- uid: 1105 + type: FirelockGlass + components: + - pos: -6.5,4.5 + parent: 864 + type: Transform +- uid: 1106 + type: AirlockMaintHydroLocked + components: + - name: hydrophonics + type: MetaData + - pos: -3.5,13.5 + parent: 864 + type: Transform +- uid: 1107 + type: FirelockGlass + components: + - rot: -1.5707963267948966 rad + pos: 15.5,-1.5 + parent: 864 + type: Transform +- uid: 1108 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 864 + type: Transform +- uid: 1109 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: -7.5,0.5 + parent: 864 + type: Transform +- uid: 1110 + type: KitchenReagentGrinder + components: + - pos: -3.5,5.5 + parent: 864 + type: Transform +- uid: 1111 + type: TableCounterMetal + components: + - pos: -3.5,5.5 + parent: 864 + type: Transform +- uid: 1112 + type: hydroponicsTray + components: + - pos: -6.5,10.5 + parent: 864 + type: Transform +- uid: 1113 + type: hydroponicsTray + components: + - pos: -10.5,10.5 + parent: 864 + type: Transform +- uid: 1114 + type: hydroponicsTray + components: + - pos: -4.5,7.5 + parent: 864 + type: Transform +- uid: 1115 + type: hydroponicsTray + components: + - pos: -8.5,9.5 + parent: 864 + type: Transform +- uid: 1116 + type: hydroponicsTray + components: + - pos: -6.5,7.5 + parent: 864 + type: Transform +- uid: 1117 + type: hydroponicsTray + components: + - pos: -6.5,9.5 + parent: 864 + type: Transform +- uid: 1118 + type: SignHydro3 + components: + - pos: -5.5,4.5 + parent: 864 + type: Transform +- uid: 1119 + type: hydroponicsTray + components: + - pos: -8.5,8.5 + parent: 864 + type: Transform +- uid: 1120 + type: WallReinforced + components: + - pos: -23.5,-1.5 + parent: 864 + type: Transform +- uid: 1121 + type: WallReinforced + components: + - pos: -23.5,-3.5 + parent: 864 + type: Transform +- uid: 1122 + type: WallSolid + components: + - pos: -7.5,14.5 + parent: 864 + type: Transform +- uid: 1123 + type: WallReinforced + components: + - pos: -20.5,-3.5 + parent: 864 + type: Transform +- uid: 1124 + type: WallReinforced + components: + - pos: -20.5,-2.5 + parent: 864 + type: Transform +- uid: 1125 + type: WallReinforced + components: + - pos: -18.5,-1.5 + parent: 864 + type: Transform +- uid: 1126 + type: WallSolid + components: + - pos: -8.5,12.5 + parent: 864 + type: Transform +- uid: 1127 + type: GasPipeBend + components: + - pos: -12.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1128 + type: ReinforcedPlasmaWindow + components: + - pos: -15.5,2.5 + parent: 864 + type: Transform +- uid: 1129 + type: WallSolid + components: + - pos: -32.5,-69.5 + parent: 864 + type: Transform +- uid: 1130 + type: FirelockGlass + components: + - pos: 18.5,-32.5 + parent: 864 + type: Transform +- uid: 1131 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 25.5,19.5 + parent: 864 + type: Transform +- uid: 1132 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 61.5,49.5 + parent: 864 + type: Transform +- uid: 1133 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 61.5,50.5 + parent: 864 + type: Transform +- uid: 1134 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 62.5,46.5 + parent: 864 + type: Transform +- uid: 1135 + type: RandomPosterContraband + components: + - pos: -25.5,-58.5 + parent: 864 + type: Transform +- uid: 1136 + type: APCBasic + components: + - rot: 1.5707963267948966 rad + pos: 29.5,2.5 + parent: 864 + type: Transform +- uid: 1137 + type: Catwalk + components: + - pos: 4.5,-92.5 + parent: 864 + type: Transform +- uid: 1138 + type: Grille + components: + - pos: 2.5,-62.5 + parent: 864 + type: Transform +- uid: 1139 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 29.5,-20.5 + parent: 864 + type: Transform +- uid: 1140 + type: FirelockGlass + components: + - pos: -5.5,-55.5 + parent: 864 + type: Transform +- uid: 1141 + type: CableApcExtension + components: + - pos: -33.5,-70.5 + parent: 864 + type: Transform +- uid: 1142 + type: CableApcExtension + components: + - pos: -34.5,-70.5 + parent: 864 + type: Transform +- uid: 1143 + type: WallSolid + components: + - pos: -32.5,-72.5 + parent: 864 + type: Transform +- uid: 1144 + type: Grille + components: + - pos: 3.5,-78.5 + parent: 864 + type: Transform +- uid: 1145 + type: ProximitySensor + components: + - pos: 59.550594,-52.45363 + parent: 864 + type: Transform +- uid: 1146 + type: FirelockGlass + components: + - pos: 32.5,-32.5 + parent: 864 + type: Transform +- uid: 1147 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 44.5,49.5 + parent: 864 + type: Transform +- uid: 1148 + type: Firelock + components: + - pos: 20.5,-44.5 + parent: 864 + type: Transform +- uid: 1149 + type: WallSolid + components: + - pos: 42.5,-52.5 + parent: 864 + type: Transform +- uid: 1150 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 43.5,42.5 + parent: 864 + type: Transform +- uid: 1151 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 38.5,42.5 + parent: 864 + type: Transform +- uid: 1152 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 34.5,42.5 + parent: 864 + type: Transform +- uid: 1153 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 33.5,43.5 + parent: 864 + type: Transform +- uid: 1154 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,57.5 + parent: 864 + type: Transform +- uid: 1155 + type: WallReinforced + components: + - pos: 35.5,50.5 + parent: 864 + type: Transform +- uid: 1156 + type: WallReinforced + components: + - pos: 35.5,52.5 + parent: 864 + type: Transform +- uid: 1157 + type: WallReinforced + components: + - pos: 36.5,52.5 + parent: 864 + type: Transform +- uid: 1158 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 39.5,52.5 + parent: 864 + type: Transform +- uid: 1159 + type: Firelock + components: + - pos: 56.5,-2.5 + parent: 864 + type: Transform +- uid: 1160 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 26.5,-21.5 + parent: 864 + type: Transform +- uid: 1161 + type: CableApcExtension + components: + - pos: 38.5,13.5 + parent: 864 + type: Transform +- uid: 1162 + type: CableMV + components: + - pos: 38.5,14.5 + parent: 864 + type: Transform +- uid: 1163 + type: SignRedFour + components: + - pos: 40.5,17.5 + parent: 864 + type: Transform +- uid: 1164 + type: SignRedOne + components: + - pos: 45.5,22.5 + parent: 864 + type: Transform +- uid: 1165 + type: SignRedTwo + components: + - pos: 48.5,22.5 + parent: 864 + type: Transform +- uid: 1166 + type: SignRedFour + components: + - pos: 54.5,22.5 + parent: 864 + type: Transform +- uid: 1167 + type: SignRedSeven + components: + - pos: 60.5,17.5 + parent: 864 + type: Transform +- uid: 1168 + type: SignRedNine + components: + - pos: 51.62568,41.505035 + parent: 864 + type: Transform +- uid: 1169 + type: SignRedZero + components: + - pos: 30.467585,-15.491432 + parent: 864 + type: Transform +- uid: 1170 + type: AsteroidRock + components: + - pos: 11.5,45.5 + parent: 864 + type: Transform +- uid: 1171 + type: AsteroidRock + components: + - pos: 13.5,44.5 + parent: 864 + type: Transform +- uid: 1172 + type: WallReinforced + components: + - pos: 34.5,48.5 + parent: 864 + type: Transform +- uid: 1173 + type: TableReinforced + components: + - pos: 37.5,49.5 + parent: 864 + type: Transform +- uid: 1174 + type: WallReinforced + components: + - pos: 37.5,-34.5 + parent: 864 + type: Transform +- uid: 1175 + type: GasPipeStraight + components: + - pos: -18.5,32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1176 + type: GasPipeStraight + components: + - pos: -20.5,28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1177 + type: CrayonMime + components: + - pos: -28.463287,46.56972 + parent: 864 + type: Transform +- uid: 1178 + type: DisposalPipe + components: + - pos: -23.5,-74.5 + parent: 864 + type: Transform +- uid: 1179 + type: WallReinforced + components: + - pos: -15.5,-1.5 + parent: 864 + type: Transform +- uid: 1180 + type: CableMV + components: + - pos: -5.5,-69.5 + parent: 864 + type: Transform +- uid: 1181 + type: CableApcExtension + components: + - pos: -12.5,-26.5 + parent: 864 + type: Transform +- uid: 1182 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 36.5,11.5 + parent: 864 + type: Transform +- uid: 1183 + type: SinkWide + components: + - rot: 3.141592653589793 rad + pos: 17.5,10.5 + parent: 864 + type: Transform +- uid: 1184 + type: CableApcExtension + components: + - pos: 31.5,-32.5 + parent: 864 + type: Transform +- uid: 1185 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-19.5 + parent: 864 + type: Transform +- uid: 1186 + type: CableHV + components: + - pos: 10.5,-92.5 + parent: 864 + type: Transform +- uid: 1187 + type: Grille + components: + - pos: -6.5,-55.5 + parent: 864 + type: Transform +- uid: 1188 + type: APCBasic + components: + - rot: -1.5707963267948966 rad + pos: 27.5,0.5 + parent: 864 + type: Transform +- uid: 1189 + type: Grille + components: + - pos: -12.5,-58.5 + parent: 864 + type: Transform +- uid: 1190 + type: WallReinforced + components: + - pos: 40.5,-31.5 + parent: 864 + type: Transform +- uid: 1191 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-63.5 + parent: 864 + type: Transform +- uid: 1192 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 39.5,3.5 + parent: 864 + type: Transform +- uid: 1193 + type: CarpetBlue + components: + - pos: -18.5,-56.5 + parent: 864 + type: Transform +- uid: 1194 + type: DrinkGlass + components: + - pos: 2.4800997,-7.463467 + parent: 864 + type: Transform +- uid: 1195 + type: CableHV + components: + - pos: -11.5,-75.5 + parent: 864 + type: Transform +- uid: 1196 + type: WallReinforced + components: + - pos: 1.5,-72.5 + parent: 864 + type: Transform +- uid: 1197 + type: WallSolid + components: + - pos: 0.5,-72.5 + parent: 864 + type: Transform +- uid: 1198 + type: DisposalPipe + components: + - pos: 12.5,11.5 + parent: 864 + type: Transform +- uid: 1199 + type: CarpetBlue + components: + - pos: -18.5,-55.5 + parent: 864 + type: Transform +- uid: 1200 + type: RandomSoap + components: + - pos: -6.5,-68.5 + parent: 864 + type: Transform +- uid: 1201 + type: GasPipeStraight + components: + - pos: 34.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1202 + type: Table + components: + - pos: 10.5,-56.5 + parent: 864 + type: Transform +- uid: 1203 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 23.5,-34.5 + parent: 864 + type: Transform +- uid: 1204 + type: CableHV + components: + - pos: 6.5,-92.5 + parent: 864 + type: Transform +- uid: 1205 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 1206 + type: SpawnPointMusician + components: + - pos: -9.5,-5.5 + parent: 864 + type: Transform +- uid: 1207 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1208 + type: Pen + components: + - rot: 3.141592653589793 rad + pos: 27.572367,-37.387577 + parent: 864 + type: Transform +- uid: 1209 + type: GasVentScrubber + components: + - pos: 31.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1210 + type: GasPipeStraight + components: + - pos: 31.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1211 + type: CableApcExtension + components: + - pos: 19.5,-31.5 + parent: 864 + type: Transform +- uid: 1212 + type: GasPipeStraight + components: + - pos: 24.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1213 + type: Catwalk + components: + - pos: -7.5,-19.5 + parent: 864 + type: Transform +- uid: 1214 + type: Firelock + components: + - rot: 3.141592653589793 rad + pos: 15.5,-13.5 + parent: 864 + type: Transform +- uid: 1215 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-15.5 + parent: 864 + type: Transform +- uid: 1216 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 16.5,-51.5 + parent: 864 + type: Transform +- uid: 1217 + type: GasPipeStraight + components: + - pos: 36.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1218 + type: CableApcExtension + components: + - pos: -3.5,-74.5 + parent: 864 + type: Transform +- uid: 1219 + type: CableHV + components: + - pos: -7.5,-75.5 + parent: 864 + type: Transform +- uid: 1220 + type: CableApcExtension + components: + - pos: 8.5,-42.5 + parent: 864 + type: Transform +- uid: 1221 + type: CableApcExtension + components: + - pos: 8.5,-65.5 + parent: 864 + type: Transform +- uid: 1222 + type: CableApcExtension + components: + - pos: 26.5,0.5 + parent: 864 + type: Transform +- uid: 1223 + type: Grille + components: + - pos: 21.5,-0.5 + parent: 864 + type: Transform +- uid: 1224 + type: Brutepack + components: + - pos: -10.453802,-3.723185 + parent: 864 + type: Transform +- uid: 1225 + type: PosterLegitSafetyEyeProtection + components: + - pos: -33.5,-31.5 + parent: 864 + type: Transform +- uid: 1226 + type: PosterLegitWalk + components: + - pos: -7.5,-28.5 + parent: 864 + type: Transform +- uid: 1227 + type: PosterContrabandFreeDrone + components: + - pos: 23.5,-46.5 + parent: 864 + type: Transform +- uid: 1228 + type: PosterLegitFoamForceAd + components: + - pos: 1.5,-39.5 + parent: 864 + type: Transform +- uid: 1229 + type: Chair + components: + - pos: -2.5,-32.5 + parent: 864 + type: Transform +- uid: 1230 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -15.5,5.5 + parent: 864 + type: Transform +- uid: 1231 + type: AirlockChiefEngineerLocked + components: + - name: vault substation + type: MetaData + - rot: 3.141592653589793 rad + pos: 37.5,-30.5 + parent: 864 + type: Transform +- uid: 1232 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1233 + type: FlashlightLantern + components: + - pos: -57.60324,-35.44005 + parent: 864 + type: Transform +- uid: 1234 + type: FlashlightLantern + components: + - pos: -42.51131,-17.74173 + parent: 864 + type: Transform +- uid: 1235 + type: FlashlightLantern + components: + - pos: 2.4386559,-17.536861 + parent: 864 + type: Transform +- uid: 1236 + type: FlashlightLantern + components: + - pos: -38.15784,-8.236425 + parent: 864 + type: Transform +- uid: 1237 + type: FlashlightLantern + components: + - pos: -15.561117,23.530336 + parent: 864 + type: Transform +- uid: 1238 + type: Grille + components: + - pos: -1.5,-35.5 + parent: 864 + type: Transform +- uid: 1239 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-58.5 + parent: 864 + type: Transform +- uid: 1240 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 17.5,-21.5 + parent: 864 + type: Transform +- uid: 1241 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 17.5,-22.5 + parent: 864 + type: Transform +- uid: 1242 + type: CableHV + components: + - pos: -5.5,-75.5 + parent: 864 + type: Transform +- uid: 1243 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,-21.5 + parent: 864 + type: Transform +- uid: 1244 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 22.5,-35.5 + parent: 864 + type: Transform +- uid: 1245 + type: MaterialCloth1 + components: + - pos: 27.404657,-34.28904 + parent: 864 + type: Transform +- uid: 1246 + type: RandomPosterLegit + components: + - pos: -40.5,-7.5 + parent: 864 + type: Transform +- uid: 1247 + type: CableHV + components: + - pos: 25.5,-49.5 + parent: 864 + type: Transform +- uid: 1248 + type: PosterLegitCarbonDioxide + components: + - pos: -14.5,-11.5 + parent: 864 + type: Transform +- uid: 1249 + type: GasPipeStraight + components: + - pos: 47.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1250 + type: ToolboxMechanicalFilled + components: + - pos: 32.498867,-21.658592 + parent: 864 + type: Transform +- uid: 1251 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-19.5 + parent: 864 + type: Transform +- uid: 1252 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1253 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-5.5 + parent: 864 + type: Transform +- uid: 1254 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 28.5,-15.5 + parent: 864 + type: Transform +- uid: 1255 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 20.5,-20.5 + parent: 864 + type: Transform +- uid: 1256 + type: ReinforcedPlasmaWindow + components: + - rot: 3.141592653589793 rad + pos: 23.5,-20.5 + parent: 864 + type: Transform +- uid: 1257 + type: CableApcExtension + components: + - pos: -8.5,-17.5 + parent: 864 + type: Transform +- uid: 1258 + type: ToyIan + components: + - pos: 48.44359,-22.433285 + parent: 864 + type: Transform +- uid: 1259 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 864 + type: Transform + - color: '#FFE4CEFF' + type: PointLight + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 1260 + type: ToolboxGoldFilled + components: + - pos: 48.38109,-24.38841 + parent: 864 + type: Transform +- uid: 1261 + type: CableHV + components: + - pos: 0.5,-89.5 + parent: 864 + type: Transform +- uid: 1262 + type: CableHV + components: + - pos: -0.5,-89.5 + parent: 864 + type: Transform +- uid: 1263 + type: CableHV + components: + - pos: -1.5,-89.5 + parent: 864 + type: Transform +- uid: 1264 + type: CableHV + components: + - pos: -1.5,-88.5 + parent: 864 + type: Transform +- uid: 1265 + type: CableHV + components: + - pos: -1.5,-87.5 + parent: 864 + type: Transform +- uid: 1266 + type: CableHV + components: + - pos: 14.5,-98.5 + parent: 864 + type: Transform +- uid: 1267 + type: CableHV + components: + - pos: 12.5,-95.5 + parent: 864 + type: Transform +- uid: 1268 + type: PosterLegitCohibaRobustoAd + components: + - pos: 13.5,-30.5 + parent: 864 + type: Transform +- uid: 1269 + type: CounterWoodFrame + components: + - pos: 37.5,-5.5 + parent: 864 + type: Transform +- uid: 1270 + type: RandomPosterContraband + components: + - pos: -30.5,-45.5 + parent: 864 + type: Transform +- uid: 1271 + type: RandomPosterContraband + components: + - pos: -24.5,-50.5 + parent: 864 + type: Transform +- uid: 1272 + type: RandomPosterContraband + components: + - pos: -26.5,-50.5 + parent: 864 + type: Transform +- uid: 1273 + type: PosterContrabandTheGriffin + components: + - pos: -43.5,-73.5 + parent: 864 + type: Transform +- uid: 1274 + type: PosterLegitEnlist + components: + - pos: -17.5,-31.5 + parent: 864 + type: Transform +- uid: 1275 + type: CableMV + components: + - pos: -6.5,18.5 + parent: 864 + type: Transform +- uid: 1276 + type: GasPipeStraight + components: + - pos: 21.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1277 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 16.5,-22.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 1278 + type: PoweredSmallLight + components: + - pos: 1.5,-40.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 1279 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 22.499586,-21.472416 + parent: 864 + type: Transform +- uid: 1280 + type: TableWood + components: + - pos: -20.5,-54.5 + parent: 864 + type: Transform +- uid: 1281 + type: CarpetBlue + components: + - pos: -20.5,-55.5 + parent: 864 + type: Transform +- uid: 1282 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 17.5,-23.5 + parent: 864 + type: Transform +- uid: 1283 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 22.499586,-21.472416 + parent: 864 + type: Transform +- uid: 1284 + type: CarpetBlue + components: + - pos: -20.5,-54.5 + parent: 864 + type: Transform +- uid: 1285 + type: CableApcExtension + components: + - pos: 24.5,1.5 + parent: 864 + type: Transform +- uid: 1286 + type: GasPipeStraight + components: + - pos: 8.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1287 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-84.5 + parent: 864 + type: Transform +- uid: 1288 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-76.5 + parent: 864 + type: Transform +- uid: 1289 + type: SpawnMobMouse + components: + - pos: -0.5,33.5 + parent: 864 + type: Transform +- uid: 1290 + type: RandomPosterContraband + components: + - pos: -5.5,-94.5 + parent: 864 + type: Transform +- uid: 1291 + type: ComputerAlert + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-44.5 + parent: 864 + type: Transform +- uid: 1292 + type: ClothingHeadHatRedwizard + components: + - pos: -68.50815,-34.45745 + parent: 864 + type: Transform +- uid: 1293 + type: FirelockGlass + components: + - pos: 35.5,-38.5 + parent: 864 + type: Transform +- uid: 1294 + type: CloningConsoleComputerCircuitboard + components: + - pos: -8.484572,38.2119 + parent: 864 + type: Transform +- uid: 1295 + type: Grille + components: + - pos: -28.5,-47.5 + parent: 864 + type: Transform +- uid: 1296 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -31.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 1297 + type: Girder + components: + - pos: -36.5,-68.5 + parent: 864 + type: Transform +- uid: 1298 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-68.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 1299 + type: AirCanister + components: + - pos: -34.5,-57.5 + parent: 864 + type: Transform +- uid: 1300 + type: AirCanister + components: + - pos: -29.5,-48.5 + parent: 864 + type: Transform +- uid: 1301 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-43.5 + parent: 864 + type: Transform +- uid: 1302 + type: ComputerSurveillanceCameraMonitor + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-43.5 + parent: 864 + type: Transform +- uid: 1303 + type: ClothingOuterWizardRed + components: + - pos: -59.983215,-45.447025 + parent: 864 + type: Transform +- uid: 1304 + type: ClosetMaintenance + components: + - pos: -22.5,-38.5 + parent: 864 + type: Transform +- uid: 1305 + type: CableMV + components: + - pos: 38.5,-28.5 + parent: 864 + type: Transform +- uid: 1306 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 864 + type: Transform +- uid: 1307 + type: SubstationBasic + components: + - pos: 28.5,-0.5 + parent: 864 + type: Transform +- uid: 1308 + type: CableMV + components: + - pos: 35.5,-29.5 + parent: 864 + type: Transform +- uid: 1309 + type: CableHV + components: + - pos: -4.5,-22.5 + parent: 864 + type: Transform +- uid: 1310 + type: CableMV + components: + - pos: 37.5,-30.5 + parent: 864 + type: Transform +- uid: 1311 + type: CableApcExtension + components: + - pos: -9.5,-4.5 + parent: 864 + type: Transform +- uid: 1312 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 19.5,19.5 + parent: 864 + type: Transform +- uid: 1313 + type: Table + components: + - pos: -28.5,21.5 + parent: 864 + type: Transform +- uid: 1314 + type: AirlockCommandGlassLocked + components: + - pos: 19.5,-24.5 + parent: 864 + type: Transform +- uid: 1315 + type: Brutepack + components: + - pos: -10.266302,-3.785685 + parent: 864 + type: Transform +- uid: 1316 + type: ComputerSurveillanceCameraMonitor + components: + - pos: 26.5,-24.5 + parent: 864 + type: Transform +- uid: 1317 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-43.5 + parent: 864 + type: Transform +- uid: 1318 + type: SpawnPointCaptain + components: + - pos: 28.5,-23.5 + parent: 864 + type: Transform +- uid: 1319 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 0.5,-71.5 + parent: 864 + type: Transform +- uid: 1320 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 864 + type: Transform +- uid: 1321 + type: Grille + components: + - pos: 24.5,-60.5 + parent: 864 + type: Transform +- uid: 1322 + type: SignDirectionalBridge + components: + - pos: -19.478844,48.09307 + parent: 864 + type: Transform +- uid: 1323 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -8.5,0.5 + parent: 864 + type: Transform +- uid: 1324 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 24.5,-19.5 + parent: 864 + type: Transform +- uid: 1325 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1326 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 22.499586,-21.472416 + parent: 864 + type: Transform +- uid: 1327 + type: SignDirectionalSolar + components: + - pos: -0.5,-76.5 + parent: 864 + type: Transform +- uid: 1328 + type: CableApcExtension + components: + - pos: -7.5,-71.5 + parent: 864 + type: Transform +- uid: 1329 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,30.5 + parent: 864 + type: Transform +- uid: 1330 + type: ComputerMedicalRecords + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-50.5 + parent: 864 + type: Transform +- uid: 1331 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 5.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1332 + type: CarpetSBlue + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-36.5 + parent: 864 + type: Transform +- uid: 1333 + type: GasPipeBend + components: + - pos: 34.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1334 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 1335 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 28.5,-61.5 + parent: 864 + type: Transform +- uid: 1336 + type: CableMV + components: + - pos: -11.5,-70.5 + parent: 864 + type: Transform +- uid: 1337 + type: TrumpetInstrument + components: + - pos: -10.547552,-5.035685 + parent: 864 + type: Transform +- uid: 1338 + type: CarpetSBlue + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-35.5 + parent: 864 + type: Transform +- uid: 1339 + type: Grille + components: + - pos: 23.5,-40.5 + parent: 864 + type: Transform +- uid: 1340 + type: Grille + components: + - pos: 24.5,-40.5 + parent: 864 + type: Transform +- uid: 1341 + type: Grille + components: + - pos: 25.5,-40.5 + parent: 864 + type: Transform +- uid: 1342 + type: Grille + components: + - pos: 26.5,-40.5 + parent: 864 + type: Transform +- uid: 1343 + type: WallSolid + components: + - pos: 42.5,-56.5 + parent: 864 + type: Transform +- uid: 1344 + type: WallSolid + components: + - pos: -17.5,-38.5 + parent: 864 + type: Transform +- uid: 1345 + type: WallReinforced + components: + - pos: -23.5,1.5 + parent: 864 + type: Transform +- uid: 1346 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-27.5 + parent: 864 + type: Transform +- uid: 1347 + type: CableApcExtension + components: + - pos: -12.5,-75.5 + parent: 864 + type: Transform +- uid: 1348 + type: CableApcExtension + components: + - pos: -8.5,-71.5 + parent: 864 + type: Transform +- uid: 1349 + type: FirelockGlass + components: + - pos: -0.5,-69.5 + parent: 864 + type: Transform +- uid: 1350 + type: WallReinforced + components: + - pos: 8.5,-71.5 + parent: 864 + type: Transform +- uid: 1351 + type: SolarPanel + components: + - pos: 10.5,-101.5 + parent: 864 + type: Transform +- uid: 1352 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-19.5 + parent: 864 + type: Transform +- uid: 1353 + type: ReinforcedWindow + components: + - pos: -17.5,-1.5 + parent: 864 + type: Transform +- uid: 1354 + type: ReinforcedWindow + components: + - pos: 4.5,-72.5 + parent: 864 + type: Transform +- uid: 1355 + type: CableHV + components: + - pos: 10.5,-95.5 + parent: 864 + type: Transform +- uid: 1356 + type: CableApcExtension + components: + - pos: -9.5,-11.5 + parent: 864 + type: Transform +- uid: 1357 + type: Grille + components: + - pos: 21.5,-3.5 + parent: 864 + type: Transform +- uid: 1358 + type: CableApcExtension + components: + - pos: 24.5,0.5 + parent: 864 + type: Transform +- uid: 1359 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1360 + type: AirlockMaint + components: + - name: waste disposal + type: MetaData + - rot: -1.5707963267948966 rad + pos: 14.5,-51.5 + parent: 864 + type: Transform +- uid: 1361 + type: CableHV + components: + - pos: 15.5,-37.5 + parent: 864 + type: Transform +- uid: 1362 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 20.5,19.5 + parent: 864 + type: Transform +- uid: 1363 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1364 + type: CableApcStack1 + components: + - pos: -12.61005,-8.519507 + parent: 864 + type: Transform +- uid: 1365 + type: DrinkGlass + components: + - pos: 2.4800997,-7.463467 + parent: 864 + type: Transform +- uid: 1366 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 1367 + type: WallReinforced + components: + - pos: 1.5,-73.5 + parent: 864 + type: Transform +- uid: 1368 + type: Firelock + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-25.5 + parent: 864 + type: Transform +- uid: 1369 + type: Catwalk + components: + - pos: 2.5,-91.5 + parent: 864 + type: Transform +- uid: 1370 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-77.5 + parent: 864 + type: Transform +- uid: 1371 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-34.5 + parent: 864 + type: Transform +- uid: 1372 + type: CableHV + components: + - pos: -15.5,-71.5 + parent: 864 + type: Transform +- uid: 1373 + type: GasPipeStraight + components: + - pos: -20.5,31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1374 + type: GasPipeStraight + components: + - pos: 8.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1375 + type: WallReinforced + components: + - pos: 1.5,-75.5 + parent: 864 + type: Transform +- uid: 1376 + type: Grille + components: + - pos: 23.5,-3.5 + parent: 864 + type: Transform +- uid: 1377 + type: CableMV + components: + - pos: 26.5,0.5 + parent: 864 + type: Transform +- uid: 1378 + type: Grille + components: + - pos: -6.5,-58.5 + parent: 864 + type: Transform +- uid: 1379 + type: TableWood + components: + - pos: -28.5,46.5 + parent: 864 + type: Transform +- uid: 1380 + type: CarpetBlue + components: + - pos: -19.5,-54.5 + parent: 864 + type: Transform +- uid: 1381 + type: GasPipeStraight + components: + - pos: -18.5,30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1382 + type: CableHV + components: + - pos: 35.5,-40.5 + parent: 864 + type: Transform +- uid: 1383 + type: StoolBar + components: + - name: stool + type: MetaData + - rot: 3.141592653589793 rad + pos: -6.5,3.5 + parent: 864 + type: Transform +- uid: 1384 + type: CableMV + components: + - pos: 21.5,15.5 + parent: 864 + type: Transform +- uid: 1385 + type: CableApcExtension + components: + - pos: -8.5,4.5 + parent: 864 + type: Transform +- uid: 1386 + type: WallReinforced + components: + - pos: 12.5,-28.5 + parent: 864 + type: Transform +- uid: 1387 + type: WallReinforced + components: + - pos: -18.5,-2.5 + parent: 864 + type: Transform +- uid: 1388 + type: VendingMachineCola + components: + - pos: 27.5,-11.5 + parent: 864 + type: Transform +- uid: 1389 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 29.5,13.5 + parent: 864 + type: Transform +- uid: 1390 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 33.5,10.5 + parent: 864 + type: Transform +- uid: 1391 + type: Poweredlight + components: + - pos: 30.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 1392 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 864 + type: Transform +- uid: 1393 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: 17.5,8.5 + parent: 864 + type: Transform +- uid: 1394 + type: WallSolid + components: + - pos: -11.5,9.5 + parent: 864 + type: Transform +- uid: 1395 + type: hydroponicsTray + components: + - pos: -4.5,8.5 + parent: 864 + type: Transform +- uid: 1396 + type: hydroponicsTray + components: + - pos: -8.5,10.5 + parent: 864 + type: Transform +- uid: 1397 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 11.5,1.5 + parent: 864 + type: Transform +- uid: 1398 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1399 + type: AirlockKitchenLocked + components: + - name: kitchen + type: MetaData + - rot: 3.141592653589793 rad + pos: 5.5,4.5 + parent: 864 + type: Transform +- uid: 1400 + type: WallSolid + components: + - pos: -14.5,-10.5 + parent: 864 + type: Transform +- uid: 1401 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-81.5 + parent: 864 + type: Transform +- uid: 1402 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-81.5 + parent: 864 + type: Transform +- uid: 1403 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-81.5 + parent: 864 + type: Transform +- uid: 1404 + type: WallSolid + components: + - pos: -30.5,-76.5 + parent: 864 + type: Transform +- uid: 1405 + type: WallReinforced + components: + - pos: -13.5,-78.5 + parent: 864 + type: Transform +- uid: 1406 + type: CableApcExtension + components: + - pos: -14.5,-61.5 + parent: 864 + type: Transform +- uid: 1407 + type: CableApcExtension + components: + - pos: -14.5,-55.5 + parent: 864 + type: Transform +- uid: 1408 + type: CableMV + components: + - pos: 5.5,-48.5 + parent: 864 + type: Transform +- uid: 1409 + type: CableMV + components: + - pos: 7.5,-47.5 + parent: 864 + type: Transform +- uid: 1410 + type: CableHV + components: + - pos: 13.5,-45.5 + parent: 864 + type: Transform +- uid: 1411 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1412 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 11.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1413 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1414 + type: GasPipeStraight + components: + - pos: 15.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1415 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - rot: 1.5707963267948966 rad + pos: 17.5,-29.5 + parent: 864 + type: Transform +- uid: 1416 + type: GasPipeStraight + components: + - pos: -3.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1417 + type: GasPipeStraight + components: + - pos: -3.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1418 + type: GasPipeStraight + components: + - pos: -3.5,-8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1419 + type: GasPipeStraight + components: + - pos: -3.5,-7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1420 + type: GasPipeStraight + components: + - pos: -3.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1421 + type: GasPipeStraight + components: + - pos: -5.5,-7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1422 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 24.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1423 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 15.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1424 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1425 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1426 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1427 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1428 + type: CableHV + components: + - pos: -4.5,-25.5 + parent: 864 + type: Transform +- uid: 1429 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -11.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1430 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1431 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1432 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1433 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1434 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -14.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1435 + type: GasVentPump + components: + - pos: -17.5,-57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1436 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -17.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1437 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -17.5,-59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1438 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -17.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1439 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1440 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1441 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -12.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1442 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -12.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1443 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1444 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1445 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -9.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1446 + type: GasPipeStraight + components: + - pos: -9.5,-59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1447 + type: GasPipeStraight + components: + - pos: -9.5,-58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1448 + type: GasPipeStraight + components: + - pos: -9.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1449 + type: GasPipeStraight + components: + - pos: -9.5,-56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1450 + type: GasPipeStraight + components: + - pos: -9.5,-55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1451 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1452 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -1.5,-52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1453 + type: GasPipeStraight + components: + - pos: -7.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1454 + type: GasPipeStraight + components: + - pos: -7.5,-51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1455 + type: GasPipeStraight + components: + - pos: -7.5,-50.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1456 + type: GasPipeStraight + components: + - pos: -7.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1457 + type: GasPipeStraight + components: + - pos: -0.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1458 + type: GasPipeTJunction + components: + - pos: -0.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1459 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1460 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1461 + type: GasPipeStraight + components: + - pos: -8.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1462 + type: GasPipeStraight + components: + - pos: -8.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1463 + type: GasPipeTJunction + components: + - pos: -8.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1464 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 5.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1465 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1466 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1467 + type: GasPipeStraight + components: + - pos: -6.5,-64.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1468 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -7.5,-63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1469 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -7.5,-61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1470 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1471 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1472 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1473 + type: SignShock + components: + - pos: 9.5,-15.5 + parent: 864 + type: Transform +- uid: 1474 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-20.5 + parent: 864 + type: Transform +- uid: 1475 + type: DisposalPipe + components: + - pos: 36.5,-24.5 + parent: 864 + type: Transform +- uid: 1476 + type: ReinforcedWindow + components: + - pos: -45.5,-50.5 + parent: 864 + type: Transform +- uid: 1477 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-21.5 + parent: 864 + type: Transform +- uid: 1478 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-21.5 + parent: 864 + type: Transform +- uid: 1479 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-21.5 + parent: 864 + type: Transform +- uid: 1480 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-21.5 + parent: 864 + type: Transform +- uid: 1481 + type: DisposalPipe + components: + - pos: 34.5,-4.5 + parent: 864 + type: Transform +- uid: 1482 + type: DisposalPipe + components: + - pos: 34.5,-2.5 + parent: 864 + type: Transform +- uid: 1483 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 34.5,5.5 + parent: 864 + type: Transform +- uid: 1484 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 39.5,6.5 + parent: 864 + type: Transform +- uid: 1485 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-6.5 + parent: 864 + type: Transform +- uid: 1486 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-6.5 + parent: 864 + type: Transform +- uid: 1487 + type: WallSolid + components: + - pos: 11.5,-65.5 + parent: 864 + type: Transform +- uid: 1488 + type: WallSolid + components: + - pos: 13.5,-63.5 + parent: 864 + type: Transform +- uid: 1489 + type: WallSolid + components: + - pos: 15.5,-56.5 + parent: 864 + type: Transform +- uid: 1490 + type: WallSolid + components: + - pos: 8.5,-63.5 + parent: 864 + type: Transform +- uid: 1491 + type: WallSolid + components: + - pos: 11.5,-62.5 + parent: 864 + type: Transform +- uid: 1492 + type: WallSolid + components: + - pos: 8.5,-57.5 + parent: 864 + type: Transform +- uid: 1493 + type: WallSolid + components: + - pos: 11.5,-60.5 + parent: 864 + type: Transform +- uid: 1494 + type: WallSolid + components: + - pos: 11.5,-59.5 + parent: 864 + type: Transform +- uid: 1495 + type: WallSolid + components: + - pos: 11.5,-58.5 + parent: 864 + type: Transform +- uid: 1496 + type: WallSolid + components: + - pos: 11.5,-57.5 + parent: 864 + type: Transform +- uid: 1497 + type: WallSolid + components: + - pos: 10.5,-57.5 + parent: 864 + type: Transform +- uid: 1498 + type: WallSolid + components: + - pos: 9.5,-57.5 + parent: 864 + type: Transform +- uid: 1499 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 11.5,-43.5 + parent: 864 + type: Transform +- uid: 1500 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 9.5,-43.5 + parent: 864 + type: Transform +- uid: 1501 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 10.5,-43.5 + parent: 864 + type: Transform +- uid: 1502 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-43.5 + parent: 864 + type: Transform +- uid: 1503 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-43.5 + parent: 864 + type: Transform +- uid: 1504 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-43.5 + parent: 864 + type: Transform +- uid: 1505 + type: chem_dispenser + components: + - pos: 4.5,-47.5 + parent: 864 + type: Transform +- uid: 1506 + type: TableCounterWood + components: + - pos: 18.5,15.5 + parent: 864 + type: Transform +- uid: 1507 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-43.5 + parent: 864 + type: Transform +- uid: 1508 + type: LockerChiefMedicalOfficerFilled + components: + - pos: -18.5,-54.5 + parent: 864 + type: Transform +- uid: 1509 + type: TableWood + components: + - pos: -20.5,-56.5 + parent: 864 + type: Transform +- uid: 1510 + type: TableWood + components: + - pos: -18.5,-56.5 + parent: 864 + type: Transform +- uid: 1511 + type: WallReinforced + components: + - pos: -21.5,-57.5 + parent: 864 + type: Transform +- uid: 1512 + type: WallReinforced + components: + - pos: -21.5,-55.5 + parent: 864 + type: Transform +- uid: 1513 + type: TableReinforced + components: + - pos: 29.5,32.5 + parent: 864 + type: Transform +- uid: 1514 + type: TableReinforced + components: + - pos: 27.5,32.5 + parent: 864 + type: Transform +- uid: 1515 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 1516 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 1517 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-33.5 + parent: 864 + type: Transform +- uid: 1518 + type: LockerMedicalFilled + components: + - pos: -4.5,-59.5 + parent: 864 + type: Transform +- uid: 1519 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 6.5,-47.5 + parent: 864 + type: Transform +- uid: 1520 + type: Table + components: + - pos: 2.5,-49.5 + parent: 864 + type: Transform +- uid: 1521 + type: DisposalPipe + components: + - pos: 6.5,-45.5 + parent: 864 + type: Transform +- uid: 1522 + type: SinkWide + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-69.5 + parent: 864 + type: Transform +- uid: 1523 + type: DisposalPipe + components: + - pos: 6.5,-44.5 + parent: 864 + type: Transform +- uid: 1524 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-77.5 + parent: 864 + type: Transform +- uid: 1525 + type: MopItem + components: + - rot: -1.5707963267948966 rad + pos: -9.459526,-68.63137 + parent: 864 + type: Transform +- uid: 1526 + type: MopBucket + components: + - pos: -9.522026,-69.41262 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 1527 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-69.5 + parent: 864 + type: Transform +- uid: 1528 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-70.5 + parent: 864 + type: Transform +- uid: 1529 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-70.5 + parent: 864 + type: Transform +- uid: 1530 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-68.5 + parent: 864 + type: Transform +- uid: 1531 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-68.5 + parent: 864 + type: Transform +- uid: 1532 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-68.5 + parent: 864 + type: Transform +- uid: 1533 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-67.5 + parent: 864 + type: Transform +- uid: 1534 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-67.5 + parent: 864 + type: Transform +- uid: 1535 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-67.5 + parent: 864 + type: Transform +- uid: 1536 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-67.5 + parent: 864 + type: Transform +- uid: 1537 + type: MedkitFilled + components: + - pos: -12.454127,-56.432407 + parent: 864 + type: Transform +- uid: 1538 + type: WallSolid + components: + - pos: 1.5,-62.5 + parent: 864 + type: Transform +- uid: 1539 + type: WallSolid + components: + - pos: 1.5,-65.5 + parent: 864 + type: Transform +- uid: 1540 + type: WallSolid + components: + - pos: -1.5,-62.5 + parent: 864 + type: Transform +- uid: 1541 + type: WallSolid + components: + - pos: -17.5,-65.5 + parent: 864 + type: Transform +- uid: 1542 + type: WallSolid + components: + - pos: -7.5,-62.5 + parent: 864 + type: Transform +- uid: 1543 + type: SignBridge + components: + - pos: 17.5,-26.5 + parent: 864 + type: Transform +- uid: 1544 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-62.5 + parent: 864 + type: Transform +- uid: 1545 + type: WallSolid + components: + - pos: 12.5,-50.5 + parent: 864 + type: Transform +- uid: 1546 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-55.5 + parent: 864 + type: Transform +- uid: 1547 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-57.5 + parent: 864 + type: Transform +- uid: 1548 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-58.5 + parent: 864 + type: Transform +- uid: 1549 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-58.5 + parent: 864 + type: Transform +- uid: 1550 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-57.5 + parent: 864 + type: Transform +- uid: 1551 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-57.5 + parent: 864 + type: Transform +- uid: 1552 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-17.5 + parent: 864 + type: Transform +- uid: 1553 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 37.5,-19.5 + parent: 864 + type: Transform +- uid: 1554 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: -0.5,-27.5 + parent: 864 + type: Transform +- uid: 1555 + type: GasPipeStraight + components: + - pos: 34.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1556 + type: ChairOfficeLight + components: + - rot: 3.141592653589793 rad + pos: 27.5,-22.5 + parent: 864 + type: Transform +- uid: 1557 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-24.5 + parent: 864 + type: Transform +- uid: 1558 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-24.5 + parent: 864 + type: Transform +- uid: 1559 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-24.5 + parent: 864 + type: Transform +- uid: 1560 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-24.5 + parent: 864 + type: Transform +- uid: 1561 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-37.5 + parent: 864 + type: Transform +- uid: 1562 + type: DisposalPipe + components: + - pos: 21.5,-32.5 + parent: 864 + type: Transform +- uid: 1563 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: 16.5,-18.5 + parent: 864 + type: Transform +- uid: 1564 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 20.5,-18.5 + parent: 864 + type: Transform +- uid: 1565 + type: DisposalRouterFlipped + components: + - pos: 24.5,-17.5 + parent: 864 + type: Transform +- uid: 1566 + type: DisposalPipe + components: + - pos: 24.5,-13.5 + parent: 864 + type: Transform +- uid: 1567 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 22.5,17.5 + parent: 864 + type: Transform +- uid: 1568 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: 21.5,17.5 + parent: 864 + type: Transform +- uid: 1569 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 28.5,17.5 + parent: 864 + type: Transform +- uid: 1570 + type: DisposalYJunction + components: + - pos: 25.5,17.5 + parent: 864 + type: Transform +- uid: 1571 + type: DisposalPipe + components: + - pos: 25.5,15.5 + parent: 864 + type: Transform +- uid: 1572 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-6.5 + parent: 864 + type: Transform +- uid: 1573 + type: GasPipeBend + components: + - pos: 35.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1574 + type: Grille + components: + - pos: 25.5,24.5 + parent: 864 + type: Transform +- uid: 1575 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 35.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1576 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 32.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1577 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 29.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1578 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 37.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1579 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 28.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1580 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-3.5 + parent: 864 + type: Transform +- uid: 1581 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 17.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1582 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 7.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1583 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 17.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1584 + type: GasPipeStraight + components: + - pos: 17.5,-3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1585 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1586 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 15.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1587 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1588 + type: GasPipeTJunction + components: + - pos: 41.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1589 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1590 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 34.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1591 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1592 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 31.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1593 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1594 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 31.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1595 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1596 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1597 + type: GasPipeStraight + components: + - pos: 40.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1598 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 33.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1599 + type: GasPipeFourway + components: + - pos: 38.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1600 + type: GasVentScrubber + components: + - pos: 31.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1601 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 29.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1602 + type: GasPipeBend + components: + - pos: 29.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1603 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 22.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1604 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 23.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1605 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 24.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1606 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 25.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1607 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 26.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1608 + type: GasPipeStraight + components: + - pos: 38.5,2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1609 + type: GasPipeStraight + components: + - pos: 38.5,4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1610 + type: GasPipeStraight + components: + - pos: 25.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1611 + type: GasPipeStraight + components: + - pos: 25.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1612 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 25.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1613 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 26.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1614 + type: GasPipeStraight + components: + - pos: 21.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1615 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 7.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1616 + type: WallReinforced + components: + - pos: 33.5,-28.5 + parent: 864 + type: Transform +- uid: 1617 + type: ReinforcedWindow + components: + - pos: 20.5,-35.5 + parent: 864 + type: Transform +- uid: 1618 + type: ReinforcedWindow + components: + - pos: 20.5,-36.5 + parent: 864 + type: Transform +- uid: 1619 + type: WallReinforced + components: + - pos: 20.5,-34.5 + parent: 864 + type: Transform +- uid: 1620 + type: WallReinforced + components: + - pos: 20.5,-33.5 + parent: 864 + type: Transform +- uid: 1621 + type: CableMV + components: + - pos: 29.5,-26.5 + parent: 864 + type: Transform +- uid: 1622 + type: CableApcExtension + components: + - pos: 46.5,-27.5 + parent: 864 + type: Transform +- uid: 1623 + type: WallReinforced + components: + - pos: 33.5,-29.5 + parent: 864 + type: Transform +- uid: 1624 + type: CableApcExtension + components: + - pos: 22.5,-39.5 + parent: 864 + type: Transform +- uid: 1625 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 26.5,8.5 + parent: 864 + type: Transform +- uid: 1626 + type: CableApcExtension + components: + - pos: 25.5,-39.5 + parent: 864 + type: Transform +- uid: 1627 + type: Bookshelf + components: + - pos: 11.5,-12.5 + parent: 864 + type: Transform +- uid: 1628 + type: Bookshelf + components: + - pos: 11.5,-10.5 + parent: 864 + type: Transform +- uid: 1629 + type: Bookshelf + components: + - pos: 12.5,-10.5 + parent: 864 + type: Transform +- uid: 1630 + type: Bookshelf + components: + - pos: 13.5,-10.5 + parent: 864 + type: Transform +- uid: 1631 + type: Bookshelf + components: + - pos: 13.5,-12.5 + parent: 864 + type: Transform +- uid: 1632 + type: Bookshelf + components: + - pos: 6.5,-6.5 + parent: 864 + type: Transform +- uid: 1633 + type: WallReinforced + components: + - pos: 23.5,-46.5 + parent: 864 + type: Transform +- uid: 1634 + type: WallReinforced + components: + - pos: 37.5,-28.5 + parent: 864 + type: Transform +- uid: 1635 + type: Bookshelf + components: + - pos: 6.5,-4.5 + parent: 864 + type: Transform +- uid: 1636 + type: WallReinforced + components: + - pos: 3.5,22.5 + parent: 864 + type: Transform +- uid: 1637 + type: WallReinforced + components: + - pos: 37.5,-29.5 + parent: 864 + type: Transform +- uid: 1638 + type: WallReinforced + components: + - pos: 37.5,-27.5 + parent: 864 + type: Transform +- uid: 1639 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-44.5 + parent: 864 + type: Transform +- uid: 1640 + type: ComputerCargoOrders + components: + - pos: 29.5,-21.5 + parent: 864 + type: Transform +- uid: 1641 + type: ComputerEmergencyShuttle + components: + - pos: 27.5,-21.5 + parent: 864 + type: Transform +- uid: 1642 + type: WallReinforced + components: + - pos: 32.5,-26.5 + parent: 864 + type: Transform +- uid: 1643 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-22.5 + parent: 864 + type: Transform +- uid: 1644 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-22.5 + parent: 864 + type: Transform +- uid: 1645 + type: WallSolid + components: + - pos: -23.5,-7.5 + parent: 864 + type: Transform +- uid: 1646 + type: WallSolid + components: + - pos: -21.5,-7.5 + parent: 864 + type: Transform +- uid: 1647 + type: WallSolid + components: + - pos: -26.5,-7.5 + parent: 864 + type: Transform +- uid: 1648 + type: WallSolid + components: + - pos: -16.5,-7.5 + parent: 864 + type: Transform +- uid: 1649 + type: WallSolid + components: + - pos: -14.5,-7.5 + parent: 864 + type: Transform +- uid: 1650 + type: WallSolid + components: + - pos: -12.5,-7.5 + parent: 864 + type: Transform +- uid: 1651 + type: WallSolid + components: + - pos: -11.5,-5.5 + parent: 864 + type: Transform +- uid: 1652 + type: WallSolid + components: + - pos: -11.5,-7.5 + parent: 864 + type: Transform +- uid: 1653 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -15.5,9.5 + parent: 864 + type: Transform +- uid: 1654 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -17.5,9.5 + parent: 864 + type: Transform +- uid: 1655 + type: WindowReinforcedDirectional + components: + - pos: 49.5,22.5 + parent: 864 + type: Transform +- uid: 1656 + type: AirAlarm + components: + - pos: -2.5,-13.5 + parent: 864 + type: Transform + - devices: + - 5306 + - 1359 + - 8985 + - 21930 + - 3087 + - 6014 + - 3086 + - 7267 + - 5615 + - 5432 + type: DeviceList +- uid: 1657 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 42.5,17.5 + parent: 864 + type: Transform +- uid: 1658 + type: WallReinforced + components: + - pos: 43.5,16.5 + parent: 864 + type: Transform +- uid: 1659 + type: WallReinforced + components: + - pos: 43.5,9.5 + parent: 864 + type: Transform +- uid: 1660 + type: ReinforcedWindow + components: + - pos: 43.5,11.5 + parent: 864 + type: Transform +- uid: 1661 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 43.5,6.5 + parent: 864 + type: Transform +- uid: 1662 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 43.5,3.5 + parent: 864 + type: Transform +- uid: 1663 + type: AirlockMaintLocked + components: + - rot: 3.141592653589793 rad + pos: 27.5,-8.5 + parent: 864 + type: Transform +- uid: 1664 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 27.5,-14.5 + parent: 864 + type: Transform +- uid: 1665 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,-23.5 + parent: 864 + type: Transform +- uid: 1666 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,-22.5 + parent: 864 + type: Transform +- uid: 1667 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,-20.5 + parent: 864 + type: Transform +- uid: 1668 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,-14.5 + parent: 864 + type: Transform +- uid: 1669 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,-19.5 + parent: 864 + type: Transform +- uid: 1670 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,-17.5 + parent: 864 + type: Transform +- uid: 1671 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,-16.5 + parent: 864 + type: Transform +- uid: 1672 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,-15.5 + parent: 864 + type: Transform +- uid: 1673 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,-13.5 + parent: 864 + type: Transform +- uid: 1674 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 17.5,-15.5 + parent: 864 + type: Transform +- uid: 1675 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 16.5,-15.5 + parent: 864 + type: Transform +- uid: 1676 + type: Firelock + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-25.5 + parent: 864 + type: Transform +- uid: 1677 + type: Firelock + components: + - pos: 32.5,-24.5 + parent: 864 + type: Transform +- uid: 1678 + type: WallReinforced + components: + - pos: 25.5,-26.5 + parent: 864 + type: Transform +- uid: 1679 + type: WallReinforced + components: + - pos: 21.5,-26.5 + parent: 864 + type: Transform +- uid: 1680 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.534615,-39.428345 + parent: 864 + type: Transform +- uid: 1681 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.51899,-39.44397 + parent: 864 + type: Transform +- uid: 1682 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-33.5 + parent: 864 + type: Transform +- uid: 1683 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 27.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1684 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 38.5,6.5 + parent: 864 + type: Transform +- uid: 1685 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 39.5,6.5 + parent: 864 + type: Transform +- uid: 1686 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 38.5,3.5 + parent: 864 + type: Transform +- uid: 1687 + type: WindoorSecurityLocked + components: + - rot: 1.5707963267948966 rad + pos: 39.5,7.5 + parent: 864 + type: Transform +- uid: 1688 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 22.5,-7.5 + parent: 864 + type: Transform +- uid: 1689 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,-9.5 + parent: 864 + type: Transform +- uid: 1690 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-14.5 + parent: 864 + type: Transform +- uid: 1691 + type: VendingBarDrobe + components: + - pos: 21.5,14.5 + parent: 864 + type: Transform +- uid: 1692 + type: WallReinforced + components: + - pos: 39.5,13.5 + parent: 864 + type: Transform +- uid: 1693 + type: WallReinforced + components: + - pos: 37.5,13.5 + parent: 864 + type: Transform +- uid: 1694 + type: AirlockSecurityGlass + components: + - pos: 39.5,11.5 + parent: 864 + type: Transform +- uid: 1695 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 19.5,22.5 + parent: 864 + type: Transform +- uid: 1696 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 24.5,19.5 + parent: 864 + type: Transform +- uid: 1697 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -15.5,-3.5 + parent: 864 + type: Transform +- uid: 1698 + type: ReinforcedWindow + components: + - pos: -16.5,-1.5 + parent: 864 + type: Transform +- uid: 1699 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -16.5,5.5 + parent: 864 + type: Transform +- uid: 1700 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 36.5,10.5 + parent: 864 + type: Transform +- uid: 1701 + type: WallReinforced + components: + - pos: 38.5,-24.5 + parent: 864 + type: Transform +- uid: 1702 + type: CableMV + components: + - pos: 0.5,11.5 + parent: 864 + type: Transform +- uid: 1703 + type: WallReinforced + components: + - pos: 40.5,-28.5 + parent: 864 + type: Transform +- uid: 1704 + type: CableApcExtension + components: + - pos: -8.5,13.5 + parent: 864 + type: Transform +- uid: 1705 + type: ChairOfficeLight + components: + - rot: 3.141592653589793 rad + pos: 29.5,-22.5 + parent: 864 + type: Transform +- uid: 1706 + type: SignDirectionalMed + components: + - pos: -19.479143,47.404522 + parent: 864 + type: Transform +- uid: 1707 + type: BrbSign + components: + - pos: 27.671656,-37.713814 + parent: 864 + type: Transform +- uid: 1708 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.534615,-39.428345 + parent: 864 + type: Transform +- uid: 1709 + type: BoxCartridgeCap + components: + - pos: 2.4494405,-9.311171 + parent: 864 + type: Transform +- uid: 1710 + type: CableApcExtension + components: + - pos: -16.5,-16.5 + parent: 864 + type: Transform +- uid: 1711 + type: CableHV + components: + - pos: -5.5,-30.5 + parent: 864 + type: Transform +- uid: 1712 + type: CableHV + components: + - pos: 6.5,-26.5 + parent: 864 + type: Transform +- uid: 1713 + type: CableHV + components: + - pos: 5.5,-26.5 + parent: 864 + type: Transform +- uid: 1714 + type: CableHV + components: + - pos: 3.5,-26.5 + parent: 864 + type: Transform +- uid: 1715 + type: CableHV + components: + - pos: 2.5,-26.5 + parent: 864 + type: Transform +- uid: 1716 + type: CableHV + components: + - pos: 1.5,-26.5 + parent: 864 + type: Transform +- uid: 1717 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: 12.5,2.5 + parent: 864 + type: Transform +- uid: 1718 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 11.5,2.5 + parent: 864 + type: Transform +- uid: 1719 + type: CableApcExtension + components: + - pos: -4.5,-40.5 + parent: 864 + type: Transform +- uid: 1720 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-44.5 + parent: 864 + type: Transform +- uid: 1721 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -5.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1722 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: 4.5,6.5 + parent: 864 + type: Transform +- uid: 1723 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-3.5 + parent: 864 + type: Transform +- uid: 1724 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1725 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-77.5 + parent: 864 + type: Transform + - enabled: False + type: AmbientSound +- uid: 1726 + type: DisposalPipe + components: + - pos: 6.5,4.5 + parent: 864 + type: Transform +- uid: 1727 + type: WallReinforced + components: + - pos: -8.5,-34.5 + parent: 864 + type: Transform +- uid: 1728 + type: WallReinforced + components: + - pos: -20.5,-74.5 + parent: 864 + type: Transform +- uid: 1729 + type: WindoorMedicalLocked + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-78.5 + parent: 864 + type: Transform +- uid: 1730 + type: CableApcExtension + components: + - pos: -9.5,-61.5 + parent: 864 + type: Transform +- uid: 1731 + type: CableApcExtension + components: + - pos: -13.5,-64.5 + parent: 864 + type: Transform +- uid: 1732 + type: CableApcExtension + components: + - pos: -16.5,-54.5 + parent: 864 + type: Transform +- uid: 1733 + type: CableApcExtension + components: + - pos: -17.5,-54.5 + parent: 864 + type: Transform +- uid: 1734 + type: CableApcExtension + components: + - pos: -17.5,-55.5 + parent: 864 + type: Transform +- uid: 1735 + type: CableApcExtension + components: + - pos: -18.5,-55.5 + parent: 864 + type: Transform +- uid: 1736 + type: CableApcExtension + components: + - pos: -6.5,-64.5 + parent: 864 + type: Transform +- uid: 1737 + type: CableApcExtension + components: + - pos: -6.5,-65.5 + parent: 864 + type: Transform +- uid: 1738 + type: CableApcExtension + components: + - pos: -1.5,-54.5 + parent: 864 + type: Transform +- uid: 1739 + type: CableApcExtension + components: + - pos: -4.5,-48.5 + parent: 864 + type: Transform +- uid: 1740 + type: CableApcExtension + components: + - pos: 25.5,-14.5 + parent: 864 + type: Transform +- uid: 1741 + type: CableApcExtension + components: + - pos: 25.5,-7.5 + parent: 864 + type: Transform +- uid: 1742 + type: CableApcExtension + components: + - pos: 24.5,-6.5 + parent: 864 + type: Transform +- uid: 1743 + type: CableApcExtension + components: + - pos: 18.5,-12.5 + parent: 864 + type: Transform +- uid: 1744 + type: StoolBar + components: + - name: stool + type: MetaData + - pos: 2.5,-1.5 + parent: 864 + type: Transform +- uid: 1745 + type: CableHV + components: + - pos: -17.5,-26.5 + parent: 864 + type: Transform +- uid: 1746 + type: CableHV + components: + - pos: 12.5,-45.5 + parent: 864 + type: Transform +- uid: 1747 + type: Grille + components: + - pos: -10.5,-57.5 + parent: 864 + type: Transform +- uid: 1748 + type: GasPipeBend + components: + - pos: 14.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1749 + type: GasPipeStraight + components: + - pos: -5.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1750 + type: GasPipeStraight + components: + - pos: -5.5,-17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1751 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 16.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1752 + type: CarpetPink + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 864 + type: Transform +- uid: 1753 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1754 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-10.5 + parent: 864 + type: Transform +- uid: 1755 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 17.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1756 + type: Grille + components: + - pos: 1.5,-24.5 + parent: 864 + type: Transform +- uid: 1757 + type: CableApcExtension + components: + - pos: -9.5,-9.5 + parent: 864 + type: Transform +- uid: 1758 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: 16.5,-55.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 1759 + type: CableHV + components: + - pos: 15.5,-41.5 + parent: 864 + type: Transform +- uid: 1760 + type: CableApcExtension + components: + - pos: 35.5,-40.5 + parent: 864 + type: Transform +- uid: 1761 + type: CableApcExtension + components: + - pos: 17.5,-53.5 + parent: 864 + type: Transform +- uid: 1762 + type: ChairWood + components: + - pos: 9.5,-5.5 + parent: 864 + type: Transform +- uid: 1763 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 864 + type: Transform +- uid: 1764 + type: CableHV + components: + - pos: 13.5,-42.5 + parent: 864 + type: Transform +- uid: 1765 + type: CableHV + components: + - pos: 10.5,-42.5 + parent: 864 + type: Transform +- uid: 1766 + type: CableHV + components: + - pos: 7.5,-42.5 + parent: 864 + type: Transform +- uid: 1767 + type: Grille + components: + - pos: 29.5,9.5 + parent: 864 + type: Transform +- uid: 1768 + type: CableHV + components: + - pos: 8.5,-42.5 + parent: 864 + type: Transform +- uid: 1769 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,32.5 + parent: 864 + type: Transform +- uid: 1770 + type: CableApcExtension + components: + - pos: 9.5,-17.5 + parent: 864 + type: Transform +- uid: 1771 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-27.5 + parent: 864 + type: Transform +- uid: 1772 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-27.5 + parent: 864 + type: Transform +- uid: 1773 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-27.5 + parent: 864 + type: Transform +- uid: 1774 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-27.5 + parent: 864 + type: Transform +- uid: 1775 + type: Grille + components: + - pos: 15.5,18.5 + parent: 864 + type: Transform +- uid: 1776 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-27.5 + parent: 864 + type: Transform +- uid: 1777 + type: DisposalRouter + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-27.5 + parent: 864 + type: Transform +- uid: 1778 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-27.5 + parent: 864 + type: Transform +- uid: 1779 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-33.5 + parent: 864 + type: Transform +- uid: 1780 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-33.5 + parent: 864 + type: Transform +- uid: 1781 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 1782 + type: AirlockGlass + components: + - pos: -16.5,-42.5 + parent: 864 + type: Transform +- uid: 1783 + type: FirelockGlass + components: + - pos: -16.5,-43.5 + parent: 864 + type: Transform +- uid: 1784 + type: FirelockGlass + components: + - pos: -16.5,-42.5 + parent: 864 + type: Transform +- uid: 1785 + type: FirelockGlass + components: + - pos: -16.5,-41.5 + parent: 864 + type: Transform +- uid: 1786 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-51.5 + parent: 864 + type: Transform +- uid: 1787 + type: CableMV + components: + - pos: 28.5,18.5 + parent: 864 + type: Transform +- uid: 1788 + type: CableApcExtension + components: + - pos: 15.5,-28.5 + parent: 864 + type: Transform +- uid: 1789 + type: CableApcExtension + components: + - pos: 14.5,-28.5 + parent: 864 + type: Transform +- uid: 1790 + type: CableApcExtension + components: + - pos: 14.5,-27.5 + parent: 864 + type: Transform +- uid: 1791 + type: Catwalk + components: + - pos: -1.5,-89.5 + parent: 864 + type: Transform +- uid: 1792 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 1793 + type: CableApcExtension + components: + - pos: 13.5,-26.5 + parent: 864 + type: Transform +- uid: 1794 + type: CableApcExtension + components: + - pos: -5.5,-73.5 + parent: 864 + type: Transform +- uid: 1795 + type: CableApcExtension + components: + - pos: 8.5,-26.5 + parent: 864 + type: Transform +- uid: 1796 + type: CableApcExtension + components: + - pos: -2.5,-74.5 + parent: 864 + type: Transform +- uid: 1797 + type: CableApcExtension + components: + - pos: 11.5,-26.5 + parent: 864 + type: Transform +- uid: 1798 + type: CableApcExtension + components: + - pos: 3.5,-26.5 + parent: 864 + type: Transform +- uid: 1799 + type: AirlockGlass + components: + - name: youtool + type: MetaData + - rot: -1.5707963267948966 rad + pos: -21.5,-21.5 + parent: 864 + type: Transform +- uid: 1800 + type: CableApcExtension + components: + - pos: -7.5,1.5 + parent: 864 + type: Transform +- uid: 1801 + type: CableApcExtension + components: + - pos: -8.5,1.5 + parent: 864 + type: Transform +- uid: 1802 + type: APCBasic + components: + - pos: 21.5,15.5 + parent: 864 + type: Transform +- uid: 1803 + type: CableHV + components: + - pos: 25.5,-6.5 + parent: 864 + type: Transform +- uid: 1804 + type: CableHV + components: + - pos: 25.5,-12.5 + parent: 864 + type: Transform +- uid: 1805 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1806 + type: CableHV + components: + - pos: 25.5,-13.5 + parent: 864 + type: Transform +- uid: 1807 + type: CableApcExtension + components: + - pos: -1.5,-75.5 + parent: 864 + type: Transform +- uid: 1808 + type: CableHV + components: + - pos: 25.5,-14.5 + parent: 864 + type: Transform +- uid: 1809 + type: GasPipeTJunction + components: + - pos: 44.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1810 + type: CableApcExtension + components: + - pos: -3.5,8.5 + parent: 864 + type: Transform +- uid: 1811 + type: CableHV + components: + - pos: 2.5,-71.5 + parent: 864 + type: Transform +- uid: 1812 + type: CableApcExtension + components: + - pos: -3.5,10.5 + parent: 864 + type: Transform +- uid: 1813 + type: CableMV + components: + - pos: 30.5,1.5 + parent: 864 + type: Transform +- uid: 1814 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 7.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1815 + type: CableApcExtension + components: + - pos: 32.5,1.5 + parent: 864 + type: Transform +- uid: 1816 + type: CableApcExtension + components: + - pos: 32.5,2.5 + parent: 864 + type: Transform +- uid: 1817 + type: CableHV + components: + - pos: -12.5,-73.5 + parent: 864 + type: Transform +- uid: 1818 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1819 + type: WallReinforced + components: + - pos: -15.5,-2.5 + parent: 864 + type: Transform +- uid: 1820 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1821 + type: SpawnPointMedicalDoctor + components: + - pos: -12.5,-46.5 + parent: 864 + type: Transform +- uid: 1822 + type: ToyRubberDuck + components: + - pos: 48.59984,-28.457928 + parent: 864 + type: Transform +- uid: 1823 + type: WindowReinforcedDirectional + components: + - pos: 25.5,-23.5 + parent: 864 + type: Transform +- uid: 1824 + type: CableApcExtension + components: + - pos: 1.5,-9.5 + parent: 864 + type: Transform +- uid: 1825 + type: PoweredSmallLight + components: + - pos: 32.5,-24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 1826 + type: CableApcExtension + components: + - pos: 2.5,8.5 + parent: 864 + type: Transform +- uid: 1827 + type: WallSolid + components: + - pos: 41.5,-52.5 + parent: 864 + type: Transform +- uid: 1828 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 22.5,-34.5 + parent: 864 + type: Transform +- uid: 1829 + type: WallSolid + components: + - pos: 13.5,-52.5 + parent: 864 + type: Transform +- uid: 1830 + type: ShuttersNormal + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-8.5 + parent: 864 + type: Transform +- uid: 1831 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 33.5,-63.5 + parent: 864 + type: Transform +- uid: 1832 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -3.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1833 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 47.5,-30.5 + parent: 864 + type: Transform +- uid: 1834 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -3.5,-56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1835 + type: ToyRubberDuck + components: + - pos: 48.396713,-28.473553 + parent: 864 + type: Transform +- uid: 1836 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -3.5,-57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1837 + type: ClothingNeckGoldmedal + components: + - pos: 48.490463,-23.06585 + parent: 864 + type: Transform +- uid: 1838 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -1.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1839 + type: IngotGold + components: + - pos: 48.50609,-23.67955 + parent: 864 + type: Transform +- uid: 1840 + type: CableApcExtension + components: + - pos: 61.5,-11.5 + parent: 864 + type: Transform +- uid: 1841 + type: ToyAi + components: + - pos: 48.41234,-27.902035 + parent: 864 + type: Transform +- uid: 1842 + type: GasPipeStraight + components: + - pos: 15.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1843 + type: Poweredlight + components: + - pos: 40.5,-25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 1844 + type: GasPipeStraight + components: + - pos: -3.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1845 + type: Firelock + components: + - pos: 40.5,-14.5 + parent: 864 + type: Transform +- uid: 1846 + type: GasPipeStraight + components: + - pos: -3.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1847 + type: ClothingUniformJumpsuitClown + components: + - pos: 47.490463,-21.494644 + parent: 864 + type: Transform +- uid: 1848 + type: GasPipeStraight + components: + - pos: -3.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1849 + type: GasPipeStraight + components: + - pos: -3.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1850 + type: WallReinforced + components: + - pos: 41.5,52.5 + parent: 864 + type: Transform +- uid: 1851 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 1852 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 12.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1853 + type: AirlockCommandGlassLocked + components: + - pos: 33.5,-24.5 + parent: 864 + type: Transform +- uid: 1854 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 10.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1855 + type: CableHV + components: + - pos: 35.5,-34.5 + parent: 864 + type: Transform +- uid: 1856 + type: GasPipeTJunction + components: + - pos: 7.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1857 + type: WallReinforced + components: + - pos: 37.5,-32.5 + parent: 864 + type: Transform +- uid: 1858 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1859 + type: PillTricordrazine + components: + - pos: -8.519056,-32.256336 + parent: 864 + type: Transform +- uid: 1860 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 11.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1861 + type: CableHV + components: + - pos: 25.5,-44.5 + parent: 864 + type: Transform +- uid: 1862 + type: GasPipeTJunction + components: + - pos: -7.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1863 + type: CableHV + components: + - pos: 25.5,-43.5 + parent: 864 + type: Transform +- uid: 1864 + type: CableApcExtension + components: + - pos: 21.5,-10.5 + parent: 864 + type: Transform +- uid: 1865 + type: CableHV + components: + - pos: 33.5,-42.5 + parent: 864 + type: Transform +- uid: 1866 + type: CableApcExtension + components: + - pos: 20.5,-13.5 + parent: 864 + type: Transform +- uid: 1867 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,-55.5 + parent: 864 + type: Transform +- uid: 1868 + type: CableApcExtension + components: + - pos: -0.5,0.5 + parent: 864 + type: Transform +- uid: 1869 + type: CableHV + components: + - pos: -67.5,-25.5 + parent: 864 + type: Transform +- uid: 1870 + type: CableHV + components: + - pos: -2.5,-61.5 + parent: 864 + type: Transform +- uid: 1871 + type: SubstationBasic + components: + - pos: 15.5,-58.5 + parent: 864 + type: Transform +- uid: 1872 + type: CableHV + components: + - pos: -2.5,-59.5 + parent: 864 + type: Transform +- uid: 1873 + type: Rack + components: + - pos: 31.5,-11.5 + parent: 864 + type: Transform +- uid: 1874 + type: StoolBar + components: + - name: stool + type: MetaData + - pos: 0.5,-1.5 + parent: 864 + type: Transform +- uid: 1875 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 17.5,-28.5 + parent: 864 + type: Transform +- uid: 1876 + type: CableHV + components: + - pos: -6.5,-69.5 + parent: 864 + type: Transform +- uid: 1877 + type: CableApcExtension + components: + - pos: 20.5,-5.5 + parent: 864 + type: Transform +- uid: 1878 + type: SignRedFive + components: + - pos: 57.5,22.5 + parent: 864 + type: Transform +- uid: 1879 + type: CableApcExtension + components: + - pos: 22.5,-6.5 + parent: 864 + type: Transform +- uid: 1880 + type: GasPipeStraight + components: + - pos: -20.5,29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1881 + type: CableApcExtension + components: + - pos: 23.5,-6.5 + parent: 864 + type: Transform +- uid: 1882 + type: CableApcExtension + components: + - pos: 25.5,-6.5 + parent: 864 + type: Transform +- uid: 1883 + type: Grille + components: + - pos: -9.5,-62.5 + parent: 864 + type: Transform +- uid: 1884 + type: CableApcExtension + components: + - pos: 25.5,-13.5 + parent: 864 + type: Transform +- uid: 1885 + type: CableApcExtension + components: + - pos: 25.5,-12.5 + parent: 864 + type: Transform +- uid: 1886 + type: CableApcExtension + components: + - pos: 25.5,-8.5 + parent: 864 + type: Transform +- uid: 1887 + type: CableApcExtension + components: + - pos: 24.5,-11.5 + parent: 864 + type: Transform +- uid: 1888 + type: CableApcExtension + components: + - pos: 5.5,-60.5 + parent: 864 + type: Transform +- uid: 1889 + type: CableApcExtension + components: + - pos: 5.5,-54.5 + parent: 864 + type: Transform +- uid: 1890 + type: CableApcExtension + components: + - pos: 2.5,-54.5 + parent: 864 + type: Transform +- uid: 1891 + type: CableApcExtension + components: + - pos: -14.5,-60.5 + parent: 864 + type: Transform +- uid: 1892 + type: CableMV + components: + - pos: -11.5,-71.5 + parent: 864 + type: Transform +- uid: 1893 + type: SMESBasic + components: + - pos: -2.5,-78.5 + parent: 864 + type: Transform +- uid: 1894 + type: Grille + components: + - pos: 4.5,-85.5 + parent: 864 + type: Transform +- uid: 1895 + type: WallSolid + components: + - pos: -12.5,-70.5 + parent: 864 + type: Transform +- uid: 1896 + type: CableApcExtension + components: + - pos: -8.5,-65.5 + parent: 864 + type: Transform +- uid: 1897 + type: CableApcExtension + components: + - pos: -7.5,-65.5 + parent: 864 + type: Transform +- uid: 1898 + type: CableApcExtension + components: + - pos: -6.5,-60.5 + parent: 864 + type: Transform +- uid: 1899 + type: CableApcExtension + components: + - pos: -3.5,-60.5 + parent: 864 + type: Transform +- uid: 1900 + type: CableApcExtension + components: + - pos: -2.5,-60.5 + parent: 864 + type: Transform +- uid: 1901 + type: CableApcExtension + components: + - pos: -0.5,-60.5 + parent: 864 + type: Transform +- uid: 1902 + type: CableApcExtension + components: + - pos: 3.5,-63.5 + parent: 864 + type: Transform +- uid: 1903 + type: CableApcExtension + components: + - pos: 3.5,-61.5 + parent: 864 + type: Transform +- uid: 1904 + type: Grille + components: + - pos: 4.5,-89.5 + parent: 864 + type: Transform +- uid: 1905 + type: WallSolid + components: + - pos: -26.5,-70.5 + parent: 864 + type: Transform +- uid: 1906 + type: Catwalk + components: + - pos: -6.5,-75.5 + parent: 864 + type: Transform +- uid: 1907 + type: Catwalk + components: + - pos: -8.5,-75.5 + parent: 864 + type: Transform +- uid: 1908 + type: CableApcExtension + components: + - pos: 10.5,-15.5 + parent: 864 + type: Transform +- uid: 1909 + type: CableApcExtension + components: + - pos: 10.5,-14.5 + parent: 864 + type: Transform +- uid: 1910 + type: CableApcExtension + components: + - pos: 11.5,-14.5 + parent: 864 + type: Transform +- uid: 1911 + type: Catwalk + components: + - pos: -7.5,-18.5 + parent: 864 + type: Transform +- uid: 1912 + type: CableApcExtension + components: + - pos: 13.5,-14.5 + parent: 864 + type: Transform +- uid: 1913 + type: CableApcExtension + components: + - pos: 14.5,-14.5 + parent: 864 + type: Transform +- uid: 1914 + type: CableApcExtension + components: + - pos: 15.5,-14.5 + parent: 864 + type: Transform +- uid: 1915 + type: CableApcExtension + components: + - pos: 15.5,-13.5 + parent: 864 + type: Transform +- uid: 1916 + type: CableApcExtension + components: + - pos: 15.5,-11.5 + parent: 864 + type: Transform +- uid: 1917 + type: CableApcExtension + components: + - pos: 14.5,-2.5 + parent: 864 + type: Transform +- uid: 1918 + type: WallSolid + components: + - pos: -24.5,-68.5 + parent: 864 + type: Transform +- uid: 1919 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-47.5 + parent: 864 + type: Transform +- uid: 1920 + type: CableApcExtension + components: + - pos: -19.5,-56.5 + parent: 864 + type: Transform +- uid: 1921 + type: CableApcExtension + components: + - pos: -19.5,-55.5 + parent: 864 + type: Transform +- uid: 1922 + type: DisposalPipe + components: + - pos: -19.5,-63.5 + parent: 864 + type: Transform +- uid: 1923 + type: CableApcExtension + components: + - pos: 14.5,-3.5 + parent: 864 + type: Transform +- uid: 1924 + type: CableApcExtension + components: + - pos: 14.5,-6.5 + parent: 864 + type: Transform +- uid: 1925 + type: DisposalUnit + components: + - pos: -6.5,-33.5 + parent: 864 + type: Transform +- uid: 1926 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-27.5 + parent: 864 + type: Transform +- uid: 1927 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-27.5 + parent: 864 + type: Transform +- uid: 1928 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-27.5 + parent: 864 + type: Transform +- uid: 1929 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-27.5 + parent: 864 + type: Transform +- uid: 1930 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-27.5 + parent: 864 + type: Transform +- uid: 1931 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-24.5 + parent: 864 + type: Transform +- uid: 1932 + type: MedkitBruteFilled + components: + - pos: 19.413246,-20.453436 + parent: 864 + type: Transform +- uid: 1933 + type: TableReinforced + components: + - pos: -23.5,-87.5 + parent: 864 + type: Transform +- uid: 1934 + type: DisposalPipe + components: + - pos: -23.5,-77.5 + parent: 864 + type: Transform +- uid: 1935 + type: CableApcExtension + components: + - pos: 20.5,-45.5 + parent: 864 + type: Transform +- uid: 1936 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-27.5 + parent: 864 + type: Transform +- uid: 1937 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-27.5 + parent: 864 + type: Transform +- uid: 1938 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-27.5 + parent: 864 + type: Transform +- uid: 1939 + type: hydroponicsTray + components: + - pos: -6.5,11.5 + parent: 864 + type: Transform +- uid: 1940 + type: AirlockEngineering + components: + - name: substation + type: MetaData + - pos: 9.5,-44.5 + parent: 864 + type: Transform +- uid: 1941 + type: CableHV + components: + - pos: -15.5,-72.5 + parent: 864 + type: Transform +- uid: 1942 + type: CableHV + components: + - pos: 11.5,-92.5 + parent: 864 + type: Transform +- uid: 1943 + type: CableHV + components: + - pos: 11.5,-93.5 + parent: 864 + type: Transform +- uid: 1944 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 26.5,28.5 + parent: 864 + type: Transform +- uid: 1945 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 27.5,24.5 + parent: 864 + type: Transform +- uid: 1946 + type: CableHV + components: + - pos: 18.5,-95.5 + parent: 864 + type: Transform +- uid: 1947 + type: CableHV + components: + - pos: 12.5,-98.5 + parent: 864 + type: Transform +- uid: 1948 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 864 + type: Transform +- uid: 1949 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 864 + type: Transform +- uid: 1950 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-9.5 + parent: 864 + type: Transform +- uid: 1951 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 864 + type: Transform +- uid: 1952 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-32.5 + parent: 864 + type: Transform +- uid: 1953 + type: Grille + components: + - pos: 18.5,-38.5 + parent: 864 + type: Transform +- uid: 1954 + type: Grille + components: + - pos: 17.5,-36.5 + parent: 864 + type: Transform +- uid: 1955 + type: Grille + components: + - pos: 17.5,-34.5 + parent: 864 + type: Transform +- uid: 1956 + type: Grille + components: + - pos: -27.5,-89.5 + parent: 864 + type: Transform +- uid: 1957 + type: Grille + components: + - pos: -1.5,-33.5 + parent: 864 + type: Transform +- uid: 1958 + type: WallSolid + components: + - pos: -8.5,14.5 + parent: 864 + type: Transform +- uid: 1959 + type: DisposalJunction + components: + - rot: -1.5707963267948966 rad + pos: 16.5,-43.5 + parent: 864 + type: Transform +- uid: 1960 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1961 + type: RandomDrinkGlass + components: + - pos: 12.5,7.5 + parent: 864 + type: Transform +- uid: 1962 + type: BalloonCorgi + components: + - pos: 0.23069036,-3.5857058 + parent: 864 + type: Transform +- uid: 1963 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -10.5,-61.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 1964 + type: CableHV + components: + - pos: -1.5,-77.5 + parent: 864 + type: Transform +- uid: 1965 + type: PoweredLightPostSmall + components: + - pos: -0.5,-85.5 + parent: 864 + type: Transform + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 1966 + type: PoweredLightPostSmall + components: + - pos: -2.5,-85.5 + parent: 864 + type: Transform + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 1967 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-65.5 + parent: 864 + type: Transform +- uid: 1968 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-66.5 + parent: 864 + type: Transform +- uid: 1969 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-35.5 + parent: 864 + type: Transform +- uid: 1970 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 37.5,-37.5 + parent: 864 + type: Transform +- uid: 1971 + type: RandomDrinkBottle + components: + - pos: 15.5,13.5 + parent: 864 + type: Transform +- uid: 1972 + type: DrinkShaker + components: + - pos: 18.551043,13.384511 + parent: 864 + type: Transform +- uid: 1973 + type: TableWood + components: + - pos: 2.5,-9.5 + parent: 864 + type: Transform +- uid: 1974 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-28.5 + parent: 864 + type: Transform +- uid: 1975 + type: Autolathe + components: + - pos: -29.5,-13.5 + parent: 864 + type: Transform + - materialWhiteList: + - Steel + - Plastic + - Wood + - Glass + - Cloth + type: MaterialStorage +- uid: 1976 + type: CableHV + components: + - pos: -1.5,-80.5 + parent: 864 + type: Transform +- uid: 1977 + type: CableHV + components: + - pos: -1.5,-68.5 + parent: 864 + type: Transform +- uid: 1978 + type: ReinforcedWindow + components: + - pos: 17.5,18.5 + parent: 864 + type: Transform +- uid: 1979 + type: AirlockHeadOfSecurityLocked + components: + - name: head of security's office + type: MetaData + - pos: 9.5,19.5 + parent: 864 + type: Transform +- uid: 1980 + type: GasPipeBend + components: + - pos: 11.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 1981 + type: WallSolid + components: + - pos: -6.5,-14.5 + parent: 864 + type: Transform +- uid: 1982 + type: LockerHeadOfPersonnelFilled + components: + - pos: 21.5,-34.5 + parent: 864 + type: Transform +- uid: 1983 + type: WallSolid + components: + - pos: -6.5,-28.5 + parent: 864 + type: Transform +- uid: 1984 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 30.5,29.5 + parent: 864 + type: Transform +- uid: 1985 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 9.5,23.5 + parent: 864 + type: Transform +- uid: 1986 + type: Grille + components: + - pos: 4.5,-84.5 + parent: 864 + type: Transform +- uid: 1987 + type: WallReinforced + components: + - pos: -0.5,15.5 + parent: 864 + type: Transform +- uid: 1988 + type: CableApcExtension + components: + - pos: 29.5,-13.5 + parent: 864 + type: Transform +- uid: 1989 + type: CableApcExtension + components: + - pos: 29.5,-8.5 + parent: 864 + type: Transform +- uid: 1990 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 33.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1991 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1992 + type: DisposalPipe + components: + - pos: 18.5,-2.5 + parent: 864 + type: Transform +- uid: 1993 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1994 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 864 + type: Transform +- uid: 1995 + type: CableApcExtension + components: + - pos: 14.5,-5.5 + parent: 864 + type: Transform +- uid: 1996 + type: WallSolid + components: + - pos: -22.5,-19.5 + parent: 864 + type: Transform +- uid: 1997 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 1998 + type: WallSolid + components: + - pos: -21.5,-19.5 + parent: 864 + type: Transform +- uid: 1999 + type: WallSolid + components: + - pos: 37.5,-57.5 + parent: 864 + type: Transform +- uid: 2000 + type: Catwalk + components: + - pos: 8.5,-46.5 + parent: 864 + type: Transform +- uid: 2001 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -6.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2002 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -8.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2003 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 27.5,17.5 + parent: 864 + type: Transform +- uid: 2004 + type: FirelockGlass + components: + - pos: 26.5,-15.5 + parent: 864 + type: Transform +- uid: 2005 + type: WallSolid + components: + - pos: -0.5,-4.5 + parent: 864 + type: Transform +- uid: 2006 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-11.5 + parent: 864 + type: Transform +- uid: 2007 + type: CableApcExtension + components: + - pos: 12.5,-14.5 + parent: 864 + type: Transform +- uid: 2008 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 5.5,23.5 + parent: 864 + type: Transform +- uid: 2009 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 4.5,23.5 + parent: 864 + type: Transform +- uid: 2010 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 3.5,23.5 + parent: 864 + type: Transform +- uid: 2011 + type: AirlockBrigGlassLocked + components: + - name: interrogation + type: MetaData + - pos: 16.5,18.5 + parent: 864 + type: Transform +- uid: 2012 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -7.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2013 + type: GasPipeStraight + components: + - pos: -8.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2014 + type: GasPipeStraight + components: + - pos: -8.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2015 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 11.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2016 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 16.5,-34.5 + parent: 864 + type: Transform +- uid: 2017 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 16.5,-32.5 + parent: 864 + type: Transform +- uid: 2018 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 16.5,-30.5 + parent: 864 + type: Transform +- uid: 2019 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 16.5,-28.5 + parent: 864 + type: Transform +- uid: 2020 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 28.5,8.5 + parent: 864 + type: Transform +- uid: 2021 + type: DisposalUnit + components: + - pos: 6.5,5.5 + parent: 864 + type: Transform +- uid: 2022 + type: WallSolid + components: + - pos: -1.5,5.5 + parent: 864 + type: Transform +- uid: 2023 + type: Grille + components: + - pos: -14.5,-77.5 + parent: 864 + type: Transform +- uid: 2024 + type: Grille + components: + - pos: -21.5,-91.5 + parent: 864 + type: Transform +- uid: 2025 + type: VendingMachineCigs + components: + - pos: -6.5,-34.5 + parent: 864 + type: Transform +- uid: 2026 + type: Grille + components: + - pos: 4.5,-88.5 + parent: 864 + type: Transform +- uid: 2027 + type: ReinforcedWindow + components: + - pos: -1.5,-32.5 + parent: 864 + type: Transform +- uid: 2028 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-28.5 + parent: 864 + type: Transform +- uid: 2029 + type: Grille + components: + - pos: -25.5,-91.5 + parent: 864 + type: Transform +- uid: 2030 + type: Grille + components: + - pos: 4.5,-81.5 + parent: 864 + type: Transform +- uid: 2031 + type: CableMV + components: + - pos: -7.5,-71.5 + parent: 864 + type: Transform +- uid: 2032 + type: CableMV + components: + - pos: -3.5,-68.5 + parent: 864 + type: Transform +- uid: 2033 + type: APCSuperCapacity + components: + - pos: -3.5,-68.5 + parent: 864 + type: Transform +- uid: 2034 + type: CableApcExtension + components: + - pos: -3.5,-69.5 + parent: 864 + type: Transform +- uid: 2035 + type: CableApcExtension + components: + - pos: -4.5,-69.5 + parent: 864 + type: Transform +- uid: 2036 + type: CableApcExtension + components: + - pos: -5.5,-70.5 + parent: 864 + type: Transform +- uid: 2037 + type: CableApcExtension + components: + - pos: -1.5,-77.5 + parent: 864 + type: Transform +- uid: 2038 + type: CableApcExtension + components: + - pos: -0.5,-69.5 + parent: 864 + type: Transform +- uid: 2039 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 864 + type: Transform +- uid: 2040 + type: Catwalk + components: + - pos: -5.5,-75.5 + parent: 864 + type: Transform +- uid: 2041 + type: WallSolid + components: + - pos: 5.5,-5.5 + parent: 864 + type: Transform +- uid: 2042 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 864 + type: Transform +- uid: 2043 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 864 + type: Transform +- uid: 2044 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 23.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2045 + type: SubstationBasic + components: + - pos: 8.5,-45.5 + parent: 864 + type: Transform +- uid: 2046 + type: CableHV + components: + - pos: 12.5,-47.5 + parent: 864 + type: Transform +- uid: 2047 + type: StoolBar + components: + - name: stool + type: MetaData + - rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 864 + type: Transform +- uid: 2048 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 864 + type: Transform +- uid: 2049 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 1.5,1.5 + parent: 864 + type: Transform +- uid: 2050 + type: CableApcExtension + components: + - pos: 10.5,2.5 + parent: 864 + type: Transform +- uid: 2051 + type: CableApcExtension + components: + - pos: -5.5,-47.5 + parent: 864 + type: Transform +- uid: 2052 + type: Catwalk + components: + - pos: -4.5,-75.5 + parent: 864 + type: Transform +- uid: 2053 + type: APCSuperCapacity + components: + - pos: -2.5,-51.5 + parent: 864 + type: Transform +- uid: 2054 + type: CableMV + components: + - pos: -1.5,-53.5 + parent: 864 + type: Transform +- uid: 2055 + type: CableApcExtension + components: + - pos: -14.5,-54.5 + parent: 864 + type: Transform +- uid: 2056 + type: CableApcExtension + components: + - pos: -13.5,-59.5 + parent: 864 + type: Transform +- uid: 2057 + type: CableApcExtension + components: + - pos: -10.5,-61.5 + parent: 864 + type: Transform +- uid: 2058 + type: FoodMeat + components: + - pos: -16.53665,-77.55797 + parent: 864 + type: Transform +- uid: 2059 + type: GasPipeStraight + components: + - pos: -23.5,-82.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2060 + type: WindoorMedicalLocked + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-76.5 + parent: 864 + type: Transform +- uid: 2061 + type: Catwalk + components: + - pos: -3.5,-75.5 + parent: 864 + type: Transform +- uid: 2062 + type: Catwalk + components: + - pos: -14.5,-73.5 + parent: 864 + type: Transform +- uid: 2063 + type: CableApcExtension + components: + - pos: -4.5,-11.5 + parent: 864 + type: Transform +- uid: 2064 + type: ClosetFireFilled + components: + - pos: -11.5,-73.5 + parent: 864 + type: Transform +- uid: 2065 + type: WallSolid + components: + - pos: -3.5,-72.5 + parent: 864 + type: Transform +- uid: 2066 + type: WallSolid + components: + - pos: -0.5,-72.5 + parent: 864 + type: Transform +- uid: 2067 + type: CableApcExtension + components: + - pos: 62.5,-9.5 + parent: 864 + type: Transform +- uid: 2068 + type: CableApcExtension + components: + - pos: 62.5,-7.5 + parent: 864 + type: Transform +- uid: 2069 + type: Catwalk + components: + - pos: 9.5,-47.5 + parent: 864 + type: Transform +- uid: 2070 + type: Grille + components: + - pos: -18.5,-89.5 + parent: 864 + type: Transform +- uid: 2071 + type: WallSolid + components: + - pos: -13.5,-28.5 + parent: 864 + type: Transform +- uid: 2072 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 18.5,-26.5 + parent: 864 + type: Transform +- uid: 2073 + type: DisposalPipe + components: + - pos: 18.5,-3.5 + parent: 864 + type: Transform +- uid: 2074 + type: CableHV + components: + - pos: -12.5,-69.5 + parent: 864 + type: Transform +- uid: 2075 + type: Grille + components: + - pos: 4.5,-87.5 + parent: 864 + type: Transform +- uid: 2076 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2077 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-27.5 + parent: 864 + type: Transform +- uid: 2078 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-27.5 + parent: 864 + type: Transform +- uid: 2079 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 16.5,-33.5 + parent: 864 + type: Transform +- uid: 2080 + type: AirlockExternalGlassShuttleEmergencyLocked + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-3.5 + parent: 864 + type: Transform + - fixtures: + - density: 100 + shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 2081 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 16.5,-31.5 + parent: 864 + type: Transform +- uid: 2082 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-17.5 + parent: 864 + type: Transform +- uid: 2083 + type: WallSolid + components: + - pos: -11.5,-6.5 + parent: 864 + type: Transform +- uid: 2084 + type: CableApcExtension + components: + - pos: 8.5,-8.5 + parent: 864 + type: Transform +- uid: 2085 + type: CableApcExtension + components: + - pos: 8.5,-10.5 + parent: 864 + type: Transform +- uid: 2086 + type: ReinforcedWindow + components: + - pos: 23.5,-12.5 + parent: 864 + type: Transform +- uid: 2087 + type: WallReinforced + components: + - pos: 42.5,50.5 + parent: 864 + type: Transform +- uid: 2088 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,35.5 + parent: 864 + type: Transform +- uid: 2089 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 8.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2090 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 28.5,-11.5 + parent: 864 + type: Transform +- uid: 2091 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 31.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2092 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 37.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2093 + type: AirlockArmoryGlassLocked + components: + - name: secway garage + type: MetaData + - rot: 3.141592653589793 rad + pos: 11.5,18.5 + parent: 864 + type: Transform +- uid: 2094 + type: WallReinforced + components: + - pos: 2.5,22.5 + parent: 864 + type: Transform +- uid: 2095 + type: WallReinforced + components: + - pos: 1.5,22.5 + parent: 864 + type: Transform +- uid: 2096 + type: CableMV + components: + - pos: -19.5,25.5 + parent: 864 + type: Transform +- uid: 2097 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 37.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2098 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 17.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2099 + type: GasPipeTJunction + components: + - pos: 28.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2100 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 28.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2101 + type: GasPipeFourway + components: + - pos: 31.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2102 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 38.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2103 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 38.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2104 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 38.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2105 + type: GasPipeTJunction + components: + - pos: 34.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2106 + type: GasVentScrubber + components: + - pos: 38.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2107 + type: FirelockGlass + components: + - pos: -8.5,4.5 + parent: 864 + type: Transform +- uid: 2108 + type: FirelockGlass + components: + - pos: -1.5,3.5 + parent: 864 + type: Transform +- uid: 2109 + type: FirelockGlass + components: + - rot: -1.5707963267948966 rad + pos: 15.5,-0.5 + parent: 864 + type: Transform +- uid: 2110 + type: AirlockHeadOfSecurityLocked + components: + - name: perma brig + type: MetaData + - rot: 1.5707963267948966 rad + pos: 30.5,5.5 + parent: 864 + type: Transform +- uid: 2111 + type: WallSolid + components: + - pos: 7.5,-13.5 + parent: 864 + type: Transform +- uid: 2112 + type: AirlockMaintSecLocked + components: + - name: warden's office + type: MetaData + - rot: 3.141592653589793 rad + pos: 21.5,24.5 + parent: 864 + type: Transform +- uid: 2113 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 19.5,21.5 + parent: 864 + type: Transform +- uid: 2114 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,-19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2115 + type: WallReinforced + components: + - pos: -2.5,-30.5 + parent: 864 + type: Transform +- uid: 2116 + type: WallReinforced + components: + - pos: 1.5,-39.5 + parent: 864 + type: Transform +- uid: 2117 + type: BalloonCorgi + components: + - pos: 0.49631536,-3.5857058 + parent: 864 + type: Transform +- uid: 2118 + type: FirelockGlass + components: + - pos: 19.5,-6.5 + parent: 864 + type: Transform +- uid: 2119 + type: WallReinforced + components: + - pos: 5.5,-40.5 + parent: 864 + type: Transform +- uid: 2120 + type: WallSolid + components: + - pos: 11.5,-48.5 + parent: 864 + type: Transform +- uid: 2121 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -2.5,9.5 + parent: 864 + type: Transform +- uid: 2122 + type: WallSolid + components: + - pos: 10.5,-48.5 + parent: 864 + type: Transform +- uid: 2123 + type: AirlockMedicalGlassLocked + components: + - pos: -15.5,-55.5 + parent: 864 + type: Transform +- uid: 2124 + type: WallSolid + components: + - pos: 7.5,-56.5 + parent: 864 + type: Transform +- uid: 2125 + type: WallSolid + components: + - pos: 7.5,-57.5 + parent: 864 + type: Transform +- uid: 2126 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-7.5 + parent: 864 + type: Transform +- uid: 2127 + type: FirelockGlass + components: + - pos: 2.5,-2.5 + parent: 864 + type: Transform +- uid: 2128 + type: Grille + components: + - pos: 19.5,0.5 + parent: 864 + type: Transform +- uid: 2129 + type: FirelockGlass + components: + - pos: 1.5,-2.5 + parent: 864 + type: Transform +- uid: 2130 + type: WardrobeBotanistFilled + components: + - pos: -4.5,12.5 + parent: 864 + type: Transform +- uid: 2131 + type: Bed + components: + - pos: 24.5,-0.5 + parent: 864 + type: Transform +- uid: 2132 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,14.5 + parent: 864 + type: Transform +- uid: 2133 + type: WallSolid + components: + - pos: -6.5,-3.5 + parent: 864 + type: Transform +- uid: 2134 + type: WallSolid + components: + - pos: -7.5,-3.5 + parent: 864 + type: Transform +- uid: 2135 + type: WallSolid + components: + - pos: -8.5,-3.5 + parent: 864 + type: Transform +- uid: 2136 + type: WallSolid + components: + - pos: -6.5,-2.5 + parent: 864 + type: Transform +- uid: 2137 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 2.5,-51.5 + parent: 864 + type: Transform +- uid: 2138 + type: SpaceMedipen + components: + - rot: -1.5707963267948966 rad + pos: 4.2126236,-11.336138 + parent: 864 + type: Transform + - tags: [] + type: Tag +- uid: 2139 + type: SpawnPointClown + components: + - pos: 2.5,-10.5 + parent: 864 + type: Transform +- uid: 2140 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-41.5 + parent: 864 + type: Transform +- uid: 2141 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 864 + type: Transform +- uid: 2142 + type: WallSolid + components: + - pos: 13.5,-2.5 + parent: 864 + type: Transform +- uid: 2143 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 3.5,12.5 + parent: 864 + type: Transform +- uid: 2144 + type: WallSolid + components: + - pos: 12.5,-47.5 + parent: 864 + type: Transform +- uid: 2145 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 32.5,28.5 + parent: 864 + type: Transform +- uid: 2146 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 60.5,14.5 + parent: 864 + type: Transform +- uid: 2147 + type: StoolBar + components: + - pos: 14.5,13.5 + parent: 864 + type: Transform +- uid: 2148 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 864 + type: Transform +- uid: 2149 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 2.5,9.5 + parent: 864 + type: Transform +- uid: 2150 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: 6.5,2.5 + parent: 864 + type: Transform +- uid: 2151 + type: Table + components: + - pos: 3.5,-45.5 + parent: 864 + type: Transform +- uid: 2152 + type: WallSolid + components: + - pos: -2.5,-7.5 + parent: 864 + type: Transform +- uid: 2153 + type: WallSolid + components: + - pos: 5.5,-2.5 + parent: 864 + type: Transform +- uid: 2154 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 62.5,17.5 + parent: 864 + type: Transform +- uid: 2155 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 63.5,18.5 + parent: 864 + type: Transform +- uid: 2156 + type: ReinforcedWindow + components: + - pos: -1.5,-34.5 + parent: 864 + type: Transform +- uid: 2157 + type: GasPipeStraight + components: + - pos: 7.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2158 + type: WindoorArmoryLocked + components: + - rot: 1.5707963267948966 rad + pos: 30.5,28.5 + parent: 864 + type: Transform +- uid: 2159 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 864 + type: Transform +- uid: 2160 + type: WallSolid + components: + - pos: 15.5,-3.5 + parent: 864 + type: Transform +- uid: 2161 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 1.5,9.5 + parent: 864 + type: Transform +- uid: 2162 + type: AirSensor + components: + - pos: 22.5,-27.5 + parent: 864 + type: Transform +- uid: 2163 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 7.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2164 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 7.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2165 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 2.5,13.5 + parent: 864 + type: Transform +- uid: 2166 + type: WallSolid + components: + - pos: 12.5,-2.5 + parent: 864 + type: Transform +- uid: 2167 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 25.5,3.5 + parent: 864 + type: Transform +- uid: 2168 + type: WallSolid + components: + - pos: -11.5,1.5 + parent: 864 + type: Transform +- uid: 2169 + type: CableApcExtension + components: + - pos: 2.5,-71.5 + parent: 864 + type: Transform +- uid: 2170 + type: TableWood + components: + - pos: 12.5,8.5 + parent: 864 + type: Transform +- uid: 2171 + type: GasPipeStraight + components: + - pos: -5.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2172 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2173 + type: StoolBar + components: + - pos: 14.5,12.5 + parent: 864 + type: Transform +- uid: 2174 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2175 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -8.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2176 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 864 + type: Transform +- uid: 2177 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 27.5,28.5 + parent: 864 + type: Transform +- uid: 2178 + type: ClothingNeckMantleHOS + components: + - pos: 5.905226,20.807451 + parent: 864 + type: Transform +- uid: 2179 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 2180 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2181 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2182 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2183 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 30.5,11.5 + parent: 864 + type: Transform +- uid: 2184 + type: Grille + components: + - pos: 19.5,-38.5 + parent: 864 + type: Transform +- uid: 2185 + type: CableApcExtension + components: + - pos: 22.5,-32.5 + parent: 864 + type: Transform +- uid: 2186 + type: Grille + components: + - pos: 8.5,-24.5 + parent: 864 + type: Transform +- uid: 2187 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 32.5,9.5 + parent: 864 + type: Transform +- uid: 2188 + type: Firelock + components: + - rot: 1.5707963267948966 rad + pos: 26.5,14.5 + parent: 864 + type: Transform +- uid: 2189 + type: Grille + components: + - pos: 7.5,-24.5 + parent: 864 + type: Transform +- uid: 2190 + type: Grille + components: + - pos: 6.5,-24.5 + parent: 864 + type: Transform +- uid: 2191 + type: Grille + components: + - pos: 3.5,-24.5 + parent: 864 + type: Transform +- uid: 2192 + type: Grille + components: + - pos: 2.5,-24.5 + parent: 864 + type: Transform +- uid: 2193 + type: Grille + components: + - pos: 4.5,-28.5 + parent: 864 + type: Transform +- uid: 2194 + type: Grille + components: + - pos: 3.5,-28.5 + parent: 864 + type: Transform +- uid: 2195 + type: Grille + components: + - pos: 23.5,-12.5 + parent: 864 + type: Transform +- uid: 2196 + type: Grille + components: + - pos: 21.5,-15.5 + parent: 864 + type: Transform +- uid: 2197 + type: Grille + components: + - pos: 19.5,1.5 + parent: 864 + type: Transform +- uid: 2198 + type: Grille + components: + - pos: 28.5,-20.5 + parent: 864 + type: Transform +- uid: 2199 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2200 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2201 + type: CableApcExtension + components: + - pos: -14.5,-22.5 + parent: 864 + type: Transform +- uid: 2202 + type: WindoorBarLocked + components: + - pos: 18.5,15.5 + parent: 864 + type: Transform +- uid: 2203 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 15.5,10.5 + parent: 864 + type: Transform +- uid: 2204 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 28.5,-12.5 + parent: 864 + type: Transform +- uid: 2205 + type: AirlockSecurityGlass + components: + - name: security + type: MetaData + - pos: 26.5,15.5 + parent: 864 + type: Transform +- uid: 2206 + type: AirlockSecurityGlass + components: + - name: security + type: MetaData + - pos: 24.5,15.5 + parent: 864 + type: Transform +- uid: 2207 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 28.5,13.5 + parent: 864 + type: Transform +- uid: 2208 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-9.5 + parent: 864 + type: Transform +- uid: 2209 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2210 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2211 + type: CableApcExtension + components: + - pos: 29.5,-11.5 + parent: 864 + type: Transform +- uid: 2212 + type: CableHV + components: + - pos: 11.5,-94.5 + parent: 864 + type: Transform +- uid: 2213 + type: CableHV + components: + - pos: 8.5,-92.5 + parent: 864 + type: Transform +- uid: 2214 + type: CableMV + components: + - pos: -11.5,-69.5 + parent: 864 + type: Transform +- uid: 2215 + type: Catwalk + components: + - pos: -13.5,-73.5 + parent: 864 + type: Transform +- uid: 2216 + type: CableApcExtension + components: + - pos: -2.5,-69.5 + parent: 864 + type: Transform +- uid: 2217 + type: CableMV + components: + - pos: -8.5,-71.5 + parent: 864 + type: Transform +- uid: 2218 + type: CableMV + components: + - pos: -10.5,-71.5 + parent: 864 + type: Transform +- uid: 2219 + type: CableApcExtension + components: + - pos: -9.5,10.5 + parent: 864 + type: Transform +- uid: 2220 + type: TableCounterMetal + components: + - pos: -7.5,4.5 + parent: 864 + type: Transform +- uid: 2221 + type: CableHV + components: + - pos: 23.5,-17.5 + parent: 864 + type: Transform +- uid: 2222 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 12.5,-15.5 + parent: 864 + type: Transform +- uid: 2223 + type: WallSolid + components: + - pos: 42.5,-57.5 + parent: 864 + type: Transform +- uid: 2224 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -8.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2225 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -4.5,-61.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 2226 + type: HolofanProjector + components: + - pos: -42.447636,35.63477 + parent: 864 + type: Transform +- uid: 2227 + type: CableApcExtension + components: + - pos: 20.5,-44.5 + parent: 864 + type: Transform +- uid: 2228 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-53.5 + parent: 864 + type: Transform +- uid: 2229 + type: MagazinePistolSubMachineGunTopMounted + components: + - rot: 6.283185307179586 rad + pos: 30.109991,32.63735 + parent: 864 + type: Transform + - containers: + ballistic-ammo: !type:Container + ents: [] + type: ContainerContainer +- uid: 2230 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-27.5 + parent: 864 + type: Transform +- uid: 2231 + type: CableHV + components: + - pos: -14.5,-71.5 + parent: 864 + type: Transform +- uid: 2232 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 13.5,7.5 + parent: 864 + type: Transform +- uid: 2233 + type: CableHV + components: + - pos: -15.5,-73.5 + parent: 864 + type: Transform +- uid: 2234 + type: CableHV + components: + - pos: 9.5,-47.5 + parent: 864 + type: Transform +- uid: 2235 + type: CableApcExtension + components: + - pos: 18.5,-13.5 + parent: 864 + type: Transform +- uid: 2236 + type: CableApcExtension + components: + - pos: 21.5,-11.5 + parent: 864 + type: Transform +- uid: 2237 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-57.5 + parent: 864 + type: Transform +- uid: 2238 + type: CableMV + components: + - pos: 21.5,-9.5 + parent: 864 + type: Transform +- uid: 2239 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2240 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2241 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 2.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2242 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 11.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2243 + type: GasPipeStraight + components: + - pos: -3.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2244 + type: FirelockGlass + components: + - pos: 8.5,-68.5 + parent: 864 + type: Transform +- uid: 2245 + type: CableApcExtension + components: + - pos: -4.5,-28.5 + parent: 864 + type: Transform +- uid: 2246 + type: CableMV + components: + - pos: 29.5,18.5 + parent: 864 + type: Transform +- uid: 2247 + type: CableMV + components: + - pos: 29.5,19.5 + parent: 864 + type: Transform +- uid: 2248 + type: CableMV + components: + - pos: 21.5,17.5 + parent: 864 + type: Transform +- uid: 2249 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-62.5 + parent: 864 + type: Transform +- uid: 2250 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -12.5,-51.5 + parent: 864 + type: Transform +- uid: 2251 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2252 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 23.5,-33.5 + parent: 864 + type: Transform +- uid: 2253 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 21.5,-33.5 + parent: 864 + type: Transform +- uid: 2254 + type: CableMV + components: + - pos: 30.5,2.5 + parent: 864 + type: Transform +- uid: 2255 + type: CableMV + components: + - pos: 29.5,1.5 + parent: 864 + type: Transform +- uid: 2256 + type: CableMV + components: + - pos: 29.5,-0.5 + parent: 864 + type: Transform +- uid: 2257 + type: CableMV + components: + - pos: 28.5,-0.5 + parent: 864 + type: Transform +- uid: 2258 + type: CableApcExtension + components: + - pos: 6.5,15.5 + parent: 864 + type: Transform +- uid: 2259 + type: CableApcExtension + components: + - pos: 5.5,15.5 + parent: 864 + type: Transform +- uid: 2260 + type: CableApcExtension + components: + - pos: 0.5,12.5 + parent: 864 + type: Transform +- uid: 2261 + type: WallReinforced + components: + - pos: 37.5,-31.5 + parent: 864 + type: Transform +- uid: 2262 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2263 + type: CableApcExtension + components: + - pos: 5.5,12.5 + parent: 864 + type: Transform +- uid: 2264 + type: CableApcExtension + components: + - pos: 5.5,13.5 + parent: 864 + type: Transform +- uid: 2265 + type: GasPipeStraight + components: + - pos: 47.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2266 + type: WallReinforced + components: + - pos: 13.5,-24.5 + parent: 864 + type: Transform +- uid: 2267 + type: WallReinforced + components: + - pos: 13.5,-28.5 + parent: 864 + type: Transform +- uid: 2268 + type: WallReinforced + components: + - pos: 37.5,-24.5 + parent: 864 + type: Transform +- uid: 2269 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 36.5,12.5 + parent: 864 + type: Transform +- uid: 2270 + type: WallReinforced + components: + - pos: 3.5,19.5 + parent: 864 + type: Transform +- uid: 2271 + type: WallReinforced + components: + - pos: 3.5,21.5 + parent: 864 + type: Transform +- uid: 2272 + type: WallReinforced + components: + - pos: 13.5,19.5 + parent: 864 + type: Transform +- uid: 2273 + type: WallReinforced + components: + - pos: 13.5,20.5 + parent: 864 + type: Transform +- uid: 2274 + type: WallReinforced + components: + - pos: 13.5,21.5 + parent: 864 + type: Transform +- uid: 2275 + type: Bookshelf + components: + - pos: 7.5,-4.5 + parent: 864 + type: Transform +- uid: 2276 + type: Bookshelf + components: + - pos: 7.5,-6.5 + parent: 864 + type: Transform +- uid: 2277 + type: Bookshelf + components: + - pos: 12.5,-12.5 + parent: 864 + type: Transform +- uid: 2278 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 9.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2279 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 12.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2280 + type: GasVentPump + components: + - pos: 10.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2281 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 13.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2282 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 26.5,-40.5 + parent: 864 + type: Transform +- uid: 2283 + type: DogBed + components: + - pos: 21.5,-35.5 + parent: 864 + type: Transform +- uid: 2284 + type: ComputerId + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-37.5 + parent: 864 + type: Transform +- uid: 2285 + type: DisposalTrunk + components: + - pos: 30.5,-23.5 + parent: 864 + type: Transform +- uid: 2286 + type: WallReinforced + components: + - pos: 20.5,-38.5 + parent: 864 + type: Transform +- uid: 2287 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 23.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2288 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2289 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2290 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 25.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2291 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 34.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2292 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2293 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 41.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2294 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2295 + type: DisposalTrunk + components: + - pos: 21.5,20.5 + parent: 864 + type: Transform +- uid: 2296 + type: DisposalPipe + components: + - pos: 24.5,-15.5 + parent: 864 + type: Transform +- uid: 2297 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-18.5 + parent: 864 + type: Transform +- uid: 2298 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-18.5 + parent: 864 + type: Transform +- uid: 2299 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-24.5 + parent: 864 + type: Transform +- uid: 2300 + type: CableApcExtension + components: + - pos: 32.5,18.5 + parent: 864 + type: Transform +- uid: 2301 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-31.5 + parent: 864 + type: Transform +- uid: 2302 + type: ReinforcedWindow + components: + - pos: 31.5,-38.5 + parent: 864 + type: Transform +- uid: 2303 + type: ReinforcedWindow + components: + - pos: 18.5,-38.5 + parent: 864 + type: Transform +- uid: 2304 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2305 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2306 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -5.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2307 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -4.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2308 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2309 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2310 + type: GasPipeTJunction + components: + - pos: 3.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2311 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2312 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2313 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2314 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2315 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2316 + type: CableApcExtension + components: + - pos: 1.5,0.5 + parent: 864 + type: Transform +- uid: 2317 + type: CableApcExtension + components: + - pos: 13.5,2.5 + parent: 864 + type: Transform +- uid: 2318 + type: CableApcExtension + components: + - pos: 13.5,0.5 + parent: 864 + type: Transform +- uid: 2319 + type: CableApcExtension + components: + - pos: 12.5,-0.5 + parent: 864 + type: Transform +- uid: 2320 + type: CableHV + components: + - pos: 10.5,-45.5 + parent: 864 + type: Transform +- uid: 2321 + type: CableHV + components: + - pos: 15.5,-43.5 + parent: 864 + type: Transform +- uid: 2322 + type: CableMV + components: + - pos: 8.5,-45.5 + parent: 864 + type: Transform +- uid: 2323 + type: CableMV + components: + - pos: 5.5,-46.5 + parent: 864 + type: Transform +- uid: 2324 + type: CableMV + components: + - pos: 3.5,-50.5 + parent: 864 + type: Transform +- uid: 2325 + type: CableApcExtension + components: + - pos: -13.5,-54.5 + parent: 864 + type: Transform +- uid: 2326 + type: APCHighCapacity + components: + - pos: -10.5,-58.5 + parent: 864 + type: Transform +- uid: 2327 + type: CableApcExtension + components: + - pos: -14.5,-59.5 + parent: 864 + type: Transform +- uid: 2328 + type: CableApcExtension + components: + - pos: -2.5,-54.5 + parent: 864 + type: Transform +- uid: 2329 + type: FireAxeCabinetFilled + components: + - pos: -41.5,-52.5 + parent: 864 + type: Transform +- uid: 2330 + type: WallReinforced + components: + - pos: -13.5,-77.5 + parent: 864 + type: Transform +- uid: 2331 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-78.5 + parent: 864 + type: Transform +- uid: 2332 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-83.5 + parent: 864 + type: Transform +- uid: 2333 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-82.5 + parent: 864 + type: Transform +- uid: 2334 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-81.5 + parent: 864 + type: Transform +- uid: 2335 + type: WallSolid + components: + - pos: -21.5,-81.5 + parent: 864 + type: Transform +- uid: 2336 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2337 + type: AirlockGlass + components: + - pos: -1.5,7.5 + parent: 864 + type: Transform +- uid: 2338 + type: WindoorSecureKitchenLocked + components: + - pos: 5.5,11.5 + parent: 864 + type: Transform +- uid: 2339 + type: ReinforcedWindow + components: + - pos: 5.5,-28.5 + parent: 864 + type: Transform +- uid: 2340 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 6.5,-2.5 + parent: 864 + type: Transform +- uid: 2341 + type: SignBar + components: + - rot: 1.5707963267948966 rad + pos: 15.5,8.5 + parent: 864 + type: Transform +- uid: 2342 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 22.5,25.5 + parent: 864 + type: Transform +- uid: 2343 + type: hydroponicsTray + components: + - pos: -6.5,8.5 + parent: 864 + type: Transform +- uid: 2344 + type: hydroponicsTray + components: + - pos: -10.5,8.5 + parent: 864 + type: Transform +- uid: 2345 + type: WallSolid + components: + - pos: -4.5,13.5 + parent: 864 + type: Transform +- uid: 2346 + type: DisposalPipe + components: + - pos: 12.5,7.5 + parent: 864 + type: Transform +- uid: 2347 + type: DisposalBend + components: + - pos: 0.5,0.5 + parent: 864 + type: Transform +- uid: 2348 + type: TableCounterMetal + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 864 + type: Transform +- uid: 2349 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 33.5,11.5 + parent: 864 + type: Transform +- uid: 2350 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 30.5,13.5 + parent: 864 + type: Transform +- uid: 2351 + type: FirelockGlass + components: + - pos: 35.5,-19.5 + parent: 864 + type: Transform +- uid: 2352 + type: FirelockGlass + components: + - pos: 36.5,-19.5 + parent: 864 + type: Transform +- uid: 2353 + type: AirlockGlass + components: + - pos: 31.5,8.5 + parent: 864 + type: Transform +- uid: 2354 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 18.5,12.5 + parent: 864 + type: Transform +- uid: 2355 + type: CableMV + components: + - pos: 13.5,-14.5 + parent: 864 + type: Transform +- uid: 2356 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-39.5 + parent: 864 + type: Transform +- uid: 2357 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 17.5,3.5 + parent: 864 + type: Transform +- uid: 2358 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 864 + type: Transform +- uid: 2359 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 864 + type: Transform +- uid: 2360 + type: DisposalPipe + components: + - pos: 10.5,-2.5 + parent: 864 + type: Transform +- uid: 2361 + type: TableCounterMetal + components: + - pos: 0.5,4.5 + parent: 864 + type: Transform +- uid: 2362 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 14.5,0.5 + parent: 864 + type: Transform +- uid: 2363 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 16.5,0.5 + parent: 864 + type: Transform +- uid: 2364 + type: CableMV + components: + - pos: 5.5,-49.5 + parent: 864 + type: Transform +- uid: 2365 + type: CableHV + components: + - pos: -2.5,-63.5 + parent: 864 + type: Transform +- uid: 2366 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 16.5,9.5 + parent: 864 + type: Transform +- uid: 2367 + type: WallReinforced + components: + - pos: 28.5,0.5 + parent: 864 + type: Transform +- uid: 2368 + type: AirlockEngineering + components: + - pos: 29.5,-0.5 + parent: 864 + type: Transform +- uid: 2369 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,10.5 + parent: 864 + type: Transform +- uid: 2370 + type: VendingMachineVendomat + components: + - pos: 27.5,-12.5 + parent: 864 + type: Transform +- uid: 2371 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 22.5,9.5 + parent: 864 + type: Transform +- uid: 2372 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 10.5,18.5 + parent: 864 + type: Transform +- uid: 2373 + type: WallSolid + components: + - pos: -11.5,-11.5 + parent: 864 + type: Transform +- uid: 2374 + type: WallSolid + components: + - pos: -11.5,-10.5 + parent: 864 + type: Transform +- uid: 2375 + type: GasPipeStraight + components: + - pos: 10.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2376 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 60.5,17.5 + parent: 864 + type: Transform +- uid: 2377 + type: WallSolid + components: + - pos: -6.5,-6.5 + parent: 864 + type: Transform +- uid: 2378 + type: WallSolid + components: + - pos: -15.5,-13.5 + parent: 864 + type: Transform +- uid: 2379 + type: PoweredlightEmpty + components: + - pos: 6.5,-32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 2380 + type: WallSolid + components: + - pos: 15.5,-6.5 + parent: 864 + type: Transform +- uid: 2381 + type: WallSolid + components: + - pos: 15.5,-2.5 + parent: 864 + type: Transform +- uid: 2382 + type: CableApcExtension + components: + - pos: -2.5,-41.5 + parent: 864 + type: Transform +- uid: 2383 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-53.5 + parent: 864 + type: Transform +- uid: 2384 + type: WallSolid + components: + - pos: 27.5,-56.5 + parent: 864 + type: Transform +- uid: 2385 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-54.5 + parent: 864 + type: Transform +- uid: 2386 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-55.5 + parent: 864 + type: Transform +- uid: 2387 + type: WallSolid + components: + - pos: 27.5,-50.5 + parent: 864 + type: Transform +- uid: 2388 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-47.5 + parent: 864 + type: Transform +- uid: 2389 + type: WallSolid + components: + - pos: 23.5,-50.5 + parent: 864 + type: Transform +- uid: 2390 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 23.5,-55.5 + parent: 864 + type: Transform +- uid: 2391 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 23.5,-56.5 + parent: 864 + type: Transform +- uid: 2392 + type: WallSolid + components: + - pos: 23.5,-54.5 + parent: 864 + type: Transform +- uid: 2393 + type: ConveyorBelt + components: + - pos: 18.5,-56.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 2394 + type: WallSolid + components: + - pos: 23.5,-52.5 + parent: 864 + type: Transform +- uid: 2395 + type: WallSolid + components: + - pos: 23.5,-51.5 + parent: 864 + type: Transform +- uid: 2396 + type: WallSolid + components: + - pos: 23.5,-49.5 + parent: 864 + type: Transform +- uid: 2397 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 18.5,-51.5 + parent: 864 + type: Transform +- uid: 2398 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-55.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 2399 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: 15.5,-55.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 2400 + type: ConveyorBelt + components: + - pos: 18.5,-55.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 2401 + type: WallReinforced + components: + - pos: 18.5,-64.5 + parent: 864 + type: Transform +- uid: 2402 + type: WallReinforced + components: + - pos: 15.5,-62.5 + parent: 864 + type: Transform +- uid: 2403 + type: WallReinforced + components: + - pos: 15.5,-61.5 + parent: 864 + type: Transform +- uid: 2404 + type: WallReinforced + components: + - pos: 17.5,-56.5 + parent: 864 + type: Transform +- uid: 2405 + type: WallReinforced + components: + - pos: 15.5,-60.5 + parent: 864 + type: Transform +- uid: 2406 + type: WallReinforced + components: + - pos: 15.5,-59.5 + parent: 864 + type: Transform +- uid: 2407 + type: WallReinforced + components: + - pos: 16.5,-59.5 + parent: 864 + type: Transform +- uid: 2408 + type: WallReinforced + components: + - pos: 16.5,-58.5 + parent: 864 + type: Transform +- uid: 2409 + type: WallReinforced + components: + - pos: 16.5,-57.5 + parent: 864 + type: Transform +- uid: 2410 + type: WallReinforced + components: + - pos: 16.5,-56.5 + parent: 864 + type: Transform +- uid: 2411 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 20.5,-55.5 + parent: 864 + type: Transform +- uid: 2412 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 21.5,-55.5 + parent: 864 + type: Transform +- uid: 2413 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 22.5,-51.5 + parent: 864 + type: Transform +- uid: 2414 + type: Firelock + components: + - pos: 23.5,-53.5 + parent: 864 + type: Transform +- uid: 2415 + type: UprightPianoInstrument + components: + - rot: 3.141592653589793 rad + pos: 10.5,12.5 + parent: 864 + type: Transform +- uid: 2416 + type: Grille + components: + - pos: 18.5,-66.5 + parent: 864 + type: Transform +- uid: 2417 + type: Grille + components: + - pos: 18.5,-65.5 + parent: 864 + type: Transform +- uid: 2418 + type: WallReinforced + components: + - pos: 17.5,-67.5 + parent: 864 + type: Transform +- uid: 2419 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 21.5,-55.5 + parent: 864 + type: Transform +- uid: 2420 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 18.5,-50.5 + parent: 864 + type: Transform +- uid: 2421 + type: ClosetFireFilled + components: + - pos: 22.5,-52.5 + parent: 864 + type: Transform +- uid: 2422 + type: Rack + components: + - pos: 22.5,-54.5 + parent: 864 + type: Transform +- uid: 2423 + type: ClosetEmergencyFilledRandom + components: + - pos: 21.5,-52.5 + parent: 864 + type: Transform +- uid: 2424 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 18.5,-52.5 + parent: 864 + type: Transform +- uid: 2425 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 14.5,-53.5 + parent: 864 + type: Transform +- uid: 2426 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 14.5,-52.5 + parent: 864 + type: Transform +- uid: 2427 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 19.5,-53.5 + parent: 864 + type: Transform +- uid: 2428 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 15.5,-53.5 + parent: 864 + type: Transform +- uid: 2429 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 15.5,-52.5 + parent: 864 + type: Transform +- uid: 2430 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 16.5,-52.5 + parent: 864 + type: Transform +- uid: 2431 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 17.5,-52.5 + parent: 864 + type: Transform +- uid: 2432 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 17.5,-53.5 + parent: 864 + type: Transform +- uid: 2433 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 20.5,-53.5 + parent: 864 + type: Transform +- uid: 2434 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 21.5,-53.5 + parent: 864 + type: Transform +- uid: 2435 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-74.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 2436 + type: PoweredSmallLight + components: + - pos: 0.5,-73.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 2437 + type: Chair + components: + - pos: -14.5,-52.5 + parent: 864 + type: Transform +- uid: 2438 + type: Chair + components: + - pos: 2.5,-52.5 + parent: 864 + type: Transform +- uid: 2439 + type: Chair + components: + - pos: -12.5,-52.5 + parent: 864 + type: Transform +- uid: 2440 + type: Chair + components: + - pos: -11.5,-52.5 + parent: 864 + type: Transform +- uid: 2441 + type: Girder + components: + - pos: 20.5,-54.5 + parent: 864 + type: Transform +- uid: 2442 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 22.5,24.5 + parent: 864 + type: Transform +- uid: 2443 + type: Chair + components: + - pos: 5.5,-52.5 + parent: 864 + type: Transform +- uid: 2444 + type: DrinkBeer + components: + - pos: 16.20447,-64.18169 + parent: 864 + type: Transform +- uid: 2445 + type: DrinkBeer + components: + - pos: 16.48572,-64.21294 + parent: 864 + type: Transform +- uid: 2446 + type: CableApcExtension + components: + - pos: -3.5,-0.5 + parent: 864 + type: Transform +- uid: 2447 + type: Chair + components: + - pos: 16.5,-67.5 + parent: 864 + type: Transform +- uid: 2448 + type: CableHV + components: + - pos: 12.5,-57.5 + parent: 864 + type: Transform +- uid: 2449 + type: CableHV + components: + - pos: 9.5,-55.5 + parent: 864 + type: Transform +- uid: 2450 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-77.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 2451 + type: WallSolidRust + components: + - rot: 3.141592653589793 rad + pos: 13.5,-58.5 + parent: 864 + type: Transform +- uid: 2452 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 27.5,-61.5 + parent: 864 + type: Transform +- uid: 2453 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 28.5,-62.5 + parent: 864 + type: Transform +- uid: 2454 + type: CableApcExtension + components: + - pos: 29.5,-47.5 + parent: 864 + type: Transform +- uid: 2455 + type: ClosetEmergencyFilledRandom + components: + - pos: 24.5,-56.5 + parent: 864 + type: Transform +- uid: 2456 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-64.5 + parent: 864 + type: Transform +- uid: 2457 + type: Rack + components: + - pos: 33.5,-11.5 + parent: 864 + type: Transform +- uid: 2458 + type: Rack + components: + - pos: 33.5,-13.5 + parent: 864 + type: Transform +- uid: 2459 + type: AirlockCommandGlassLocked + components: + - name: EVA + type: MetaData + - pos: 32.5,-15.5 + parent: 864 + type: Transform +- uid: 2460 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 33.5,-15.5 + parent: 864 + type: Transform +- uid: 2461 + type: Rack + components: + - pos: 31.5,-13.5 + parent: 864 + type: Transform +- uid: 2462 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,-14.5 + parent: 864 + type: Transform +- uid: 2463 + type: ClothingOuterHardsuitEVA + components: + - pos: 33.397083,-11.360956 + parent: 864 + type: Transform +- uid: 2464 + type: DoubleEmergencyOxygenTankFilled + components: + - pos: 33.522083,-10.501581 + parent: 864 + type: Transform +- uid: 2465 + type: EmergencyLight + components: + - pos: 30.5,-41.5 + parent: 864 + type: Transform +- uid: 2466 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 37.5,-35.5 + parent: 864 + type: Transform +- uid: 2467 + type: FirelockGlass + components: + - pos: 7.5,-41.5 + parent: 864 + type: Transform +- uid: 2468 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-44.5 + parent: 864 + type: Transform +- uid: 2469 + type: FirelockGlass + components: + - pos: 24.5,-44.5 + parent: 864 + type: Transform +- uid: 2470 + type: ShuttersNormalOpen + components: + - rot: -1.5707963267948966 rad + pos: 15.5,11.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -112358.78 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 3211 + Close: + - port: Off + uid: 3211 + Toggle: [] + type: SignalReceiver +- uid: 2471 + type: CableHV + components: + - pos: 15.5,-40.5 + parent: 864 + type: Transform +- uid: 2472 + type: CableHV + components: + - pos: -4.5,-69.5 + parent: 864 + type: Transform +- uid: 2473 + type: CableHV + components: + - pos: -1.5,-65.5 + parent: 864 + type: Transform +- uid: 2474 + type: CableHV + components: + - pos: 14.5,-47.5 + parent: 864 + type: Transform +- uid: 2475 + type: CableHV + components: + - pos: 14.5,-45.5 + parent: 864 + type: Transform +- uid: 2476 + type: CableMV + components: + - pos: 9.5,-55.5 + parent: 864 + type: Transform +- uid: 2477 + type: CableMV + components: + - pos: 9.5,-49.5 + parent: 864 + type: Transform +- uid: 2478 + type: CableApcExtension + components: + - pos: 15.5,-40.5 + parent: 864 + type: Transform +- uid: 2479 + type: CableApcExtension + components: + - pos: 11.5,-42.5 + parent: 864 + type: Transform +- uid: 2480 + type: CableApcExtension + components: + - pos: 12.5,-42.5 + parent: 864 + type: Transform +- uid: 2481 + type: CableApcExtension + components: + - pos: 13.5,-42.5 + parent: 864 + type: Transform +- uid: 2482 + type: DrinkShaker + components: + - pos: 18.316668,13.478261 + parent: 864 + type: Transform +- uid: 2483 + type: RandomDrinkGlass + components: + - pos: 15.5,11.5 + parent: 864 + type: Transform +- uid: 2484 + type: Stool + components: + - rot: 3.141592653589793 rad + pos: 10.5,11.5 + parent: 864 + type: Transform +- uid: 2485 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: 12.5,6.5 + parent: 864 + type: Transform +- uid: 2486 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 864 + type: Transform +- uid: 2487 + type: ChairWood + components: + - pos: 10.5,-5.5 + parent: 864 + type: Transform +- uid: 2488 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: 10.5,-8.5 + parent: 864 + type: Transform +- uid: 2489 + type: CableApcExtension + components: + - pos: 17.5,-54.5 + parent: 864 + type: Transform +- uid: 2490 + type: CableApcExtension + components: + - pos: 34.5,-41.5 + parent: 864 + type: Transform +- uid: 2491 + type: CableApcExtension + components: + - pos: 36.5,-40.5 + parent: 864 + type: Transform +- uid: 2492 + type: CableApcExtension + components: + - pos: 34.5,-40.5 + parent: 864 + type: Transform +- uid: 2493 + type: CableHV + components: + - pos: -0.5,-42.5 + parent: 864 + type: Transform +- uid: 2494 + type: CableHV + components: + - pos: 1.5,-42.5 + parent: 864 + type: Transform +- uid: 2495 + type: CableHV + components: + - pos: 3.5,-42.5 + parent: 864 + type: Transform +- uid: 2496 + type: CableHV + components: + - pos: 5.5,-42.5 + parent: 864 + type: Transform +- uid: 2497 + type: CableApcExtension + components: + - pos: 12.5,-6.5 + parent: 864 + type: Transform +- uid: 2498 + type: CableApcExtension + components: + - pos: 11.5,-6.5 + parent: 864 + type: Transform +- uid: 2499 + type: CableApcExtension + components: + - pos: 1.5,-4.5 + parent: 864 + type: Transform +- uid: 2500 + type: CableApcExtension + components: + - pos: 4.5,5.5 + parent: 864 + type: Transform +- uid: 2501 + type: DisposalPipe + components: + - pos: -4.5,-42.5 + parent: 864 + type: Transform +- uid: 2502 + type: DisposalPipe + components: + - pos: -4.5,-40.5 + parent: 864 + type: Transform +- uid: 2503 + type: DisposalPipe + components: + - pos: -4.5,-38.5 + parent: 864 + type: Transform +- uid: 2504 + type: DisposalPipe + components: + - pos: -4.5,-36.5 + parent: 864 + type: Transform +- uid: 2505 + type: DisposalPipe + components: + - pos: -4.5,-34.5 + parent: 864 + type: Transform +- uid: 2506 + type: DisposalPipe + components: + - pos: -4.5,-32.5 + parent: 864 + type: Transform +- uid: 2507 + type: DisposalPipe + components: + - pos: -4.5,-30.5 + parent: 864 + type: Transform +- uid: 2508 + type: CableHV + components: + - pos: 31.5,-5.5 + parent: 864 + type: Transform +- uid: 2509 + type: CableApcExtension + components: + - pos: -7.5,-10.5 + parent: 864 + type: Transform +- uid: 2510 + type: CableApcExtension + components: + - pos: 7.5,-17.5 + parent: 864 + type: Transform +- uid: 2511 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 5.5,11.5 + parent: 864 + type: Transform +- uid: 2512 + type: CableApcExtension + components: + - pos: 1.5,7.5 + parent: 864 + type: Transform +- uid: 2513 + type: CableApcExtension + components: + - pos: 1.5,8.5 + parent: 864 + type: Transform +- uid: 2514 + type: CableApcExtension + components: + - pos: 3.5,8.5 + parent: 864 + type: Transform +- uid: 2515 + type: UniformPrinter + components: + - pos: 26.5,-34.5 + parent: 864 + type: Transform +- uid: 2516 + type: MaterialCloth1 + components: + - pos: 27.389032,-34.429665 + parent: 864 + type: Transform +- uid: 2517 + type: CableApcExtension + components: + - pos: -3.5,7.5 + parent: 864 + type: Transform +- uid: 2518 + type: CableApcExtension + components: + - pos: -1.5,7.5 + parent: 864 + type: Transform +- uid: 2519 + type: CableApcExtension + components: + - pos: -2.5,7.5 + parent: 864 + type: Transform +- uid: 2520 + type: CableApcExtension + components: + - pos: -0.5,6.5 + parent: 864 + type: Transform +- uid: 2521 + type: CableApcExtension + components: + - pos: -0.5,7.5 + parent: 864 + type: Transform +- uid: 2522 + type: CableApcExtension + components: + - pos: 0.5,6.5 + parent: 864 + type: Transform +- uid: 2523 + type: CableApcExtension + components: + - pos: 0.5,11.5 + parent: 864 + type: Transform +- uid: 2524 + type: CableApcExtension + components: + - pos: 0.5,13.5 + parent: 864 + type: Transform +- uid: 2525 + type: CableApcExtension + components: + - pos: 0.5,9.5 + parent: 864 + type: Transform +- uid: 2526 + type: CableApcExtension + components: + - pos: -8.5,7.5 + parent: 864 + type: Transform +- uid: 2527 + type: CableApcExtension + components: + - pos: -7.5,7.5 + parent: 864 + type: Transform +- uid: 2528 + type: CableApcExtension + components: + - pos: -6.5,7.5 + parent: 864 + type: Transform +- uid: 2529 + type: CableApcExtension + components: + - pos: -5.5,7.5 + parent: 864 + type: Transform +- uid: 2530 + type: ClothingMaskClown + components: + - pos: 47.959213,-21.57277 + parent: 864 + type: Transform +- uid: 2531 + type: CableApcExtension + components: + - pos: 2.5,-6.5 + parent: 864 + type: Transform +- uid: 2532 + type: CableApcExtension + components: + - pos: 10.5,-11.5 + parent: 864 + type: Transform +- uid: 2533 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 34.5,9.5 + parent: 864 + type: Transform +- uid: 2534 + type: CableApcExtension + components: + - pos: 7.5,-6.5 + parent: 864 + type: Transform +- uid: 2535 + type: CableApcExtension + components: + - pos: 8.5,-6.5 + parent: 864 + type: Transform +- uid: 2536 + type: CableApcExtension + components: + - pos: 2.5,-11.5 + parent: 864 + type: Transform +- uid: 2537 + type: CableApcExtension + components: + - pos: 10.5,-10.5 + parent: 864 + type: Transform +- uid: 2538 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-29.5 + parent: 864 + type: Transform +- uid: 2539 + type: CarpetSBlue + components: + - pos: 27.5,-37.5 + parent: 864 + type: Transform +- uid: 2540 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 26.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2541 + type: CableApcExtension + components: + - pos: 42.5,-26.5 + parent: 864 + type: Transform +- uid: 2542 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 8.5,4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2543 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 16.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2544 + type: GasPipeFourway + components: + - pos: 21.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2545 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2546 + type: GasPipeStraight + components: + - pos: 34.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2547 + type: Grille + components: + - pos: 42.5,-23.5 + parent: 864 + type: Transform +- uid: 2548 + type: CableMV + components: + - pos: -3.5,14.5 + parent: 864 + type: Transform +- uid: 2549 + type: CableMV + components: + - pos: -2.5,14.5 + parent: 864 + type: Transform +- uid: 2550 + type: CableMV + components: + - pos: -1.5,14.5 + parent: 864 + type: Transform +- uid: 2551 + type: CableMV + components: + - pos: -0.5,14.5 + parent: 864 + type: Transform +- uid: 2552 + type: WallReinforced + components: + - pos: 40.5,-23.5 + parent: 864 + type: Transform +- uid: 2553 + type: WallReinforced + components: + - pos: 40.5,-24.5 + parent: 864 + type: Transform +- uid: 2554 + type: WallReinforced + components: + - pos: 49.5,-24.5 + parent: 864 + type: Transform +- uid: 2555 + type: WallReinforced + components: + - pos: 43.5,-26.5 + parent: 864 + type: Transform +- uid: 2556 + type: Grille + components: + - pos: 41.5,-23.5 + parent: 864 + type: Transform +- uid: 2557 + type: NuclearBomb + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-22.5 + parent: 864 + type: Transform +- uid: 2558 + type: NuclearBombKeg + components: + - pos: 46.5,-29.5 + parent: 864 + type: Transform +- uid: 2559 + type: CableApcExtension + components: + - pos: -8.5,-50.5 + parent: 864 + type: Transform +- uid: 2560 + type: CableApcExtension + components: + - pos: 5.5,8.5 + parent: 864 + type: Transform +- uid: 2561 + type: CableApcExtension + components: + - pos: -8.5,-51.5 + parent: 864 + type: Transform +- uid: 2562 + type: CableApcExtension + components: + - pos: -8.5,-52.5 + parent: 864 + type: Transform +- uid: 2563 + type: CableApcExtension + components: + - pos: -7.5,-52.5 + parent: 864 + type: Transform +- uid: 2564 + type: CableApcExtension + components: + - pos: -7.5,-53.5 + parent: 864 + type: Transform +- uid: 2565 + type: CableApcExtension + components: + - pos: 6.5,7.5 + parent: 864 + type: Transform +- uid: 2566 + type: CableMV + components: + - pos: -5.5,14.5 + parent: 864 + type: Transform +- uid: 2567 + type: CableMV + components: + - pos: -6.5,14.5 + parent: 864 + type: Transform +- uid: 2568 + type: ClothingHeadHatFez + components: + - pos: 20.326727,12.833071 + parent: 864 + type: Transform +- uid: 2569 + type: Catwalk + components: + - pos: 32.5,-10.5 + parent: 864 + type: Transform +- uid: 2570 + type: CableApcExtension + components: + - pos: 32.5,-9.5 + parent: 864 + type: Transform +- uid: 2571 + type: CableApcExtension + components: + - pos: 32.5,-10.5 + parent: 864 + type: Transform +- uid: 2572 + type: PoweredSmallLight + components: + - pos: 33.5,-10.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 2573 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 2574 + type: Catwalk + components: + - pos: 32.5,-13.5 + parent: 864 + type: Transform +- uid: 2575 + type: SpawnPointChef + components: + - pos: 5.5,7.5 + parent: 864 + type: Transform +- uid: 2576 + type: RandomSpawner + components: + - pos: -5.5,-26.5 + parent: 864 + type: Transform +- uid: 2577 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-27.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 2578 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-39.5 + parent: 864 + type: Transform +- uid: 2579 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 12.5,-27.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 2580 + type: CableHV + components: + - pos: 25.5,-5.5 + parent: 864 + type: Transform +- uid: 2581 + type: CableApcExtension + components: + - pos: -4.5,-20.5 + parent: 864 + type: Transform +- uid: 2582 + type: CableApcExtension + components: + - pos: 5.5,11.5 + parent: 864 + type: Transform +- uid: 2583 + type: Bucket + components: + - pos: 2.4660344,10.541086 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 2584 + type: Dresser + components: + - pos: 22.5,14.5 + parent: 864 + type: Transform +- uid: 2585 + type: LockerBoozeFilled + components: + - pos: 22.5,12.5 + parent: 864 + type: Transform +- uid: 2586 + type: VendingMachineDiscount + components: + - pos: -6.5,-32.5 + parent: 864 + type: Transform +- uid: 2587 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-43.5 + parent: 864 + type: Transform +- uid: 2588 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-43.5 + parent: 864 + type: Transform +- uid: 2589 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 11.5,-27.5 + parent: 864 + type: Transform +- uid: 2590 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 9.5,-27.5 + parent: 864 + type: Transform +- uid: 2591 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 10.5,-27.5 + parent: 864 + type: Transform +- uid: 2592 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-27.5 + parent: 864 + type: Transform +- uid: 2593 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-27.5 + parent: 864 + type: Transform +- uid: 2594 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 15.5,-27.5 + parent: 864 + type: Transform +- uid: 2595 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-27.5 + parent: 864 + type: Transform +- uid: 2596 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-27.5 + parent: 864 + type: Transform +- uid: 2597 + type: DrinkShaker + components: + - pos: 18.582293,13.603261 + parent: 864 + type: Transform +- uid: 2598 + type: CableApcExtension + components: + - pos: 5.5,7.5 + parent: 864 + type: Transform +- uid: 2599 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-27.5 + parent: 864 + type: Transform +- uid: 2600 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-27.5 + parent: 864 + type: Transform +- uid: 2601 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: 11.5,6.5 + parent: 864 + type: Transform +- uid: 2602 + type: CableApcExtension + components: + - pos: 26.5,-39.5 + parent: 864 + type: Transform +- uid: 2603 + type: Poweredlight + components: + - pos: 21.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 2604 + type: CableApcExtension + components: + - pos: 32.5,-41.5 + parent: 864 + type: Transform +- uid: 2605 + type: CableApcExtension + components: + - pos: 33.5,-40.5 + parent: 864 + type: Transform +- uid: 2606 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: 9.5,-8.5 + parent: 864 + type: Transform +- uid: 2607 + type: CableApcExtension + components: + - pos: 34.5,-42.5 + parent: 864 + type: Transform +- uid: 2608 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-6.5 + parent: 864 + type: Transform +- uid: 2609 + type: GasPipeStraight + components: + - pos: 10.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2610 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: 12.5,13.5 + parent: 864 + type: Transform +- uid: 2611 + type: CableApcExtension + components: + - pos: 23.5,-42.5 + parent: 864 + type: Transform +- uid: 2612 + type: CableApcExtension + components: + - pos: 21.5,-42.5 + parent: 864 + type: Transform +- uid: 2613 + type: DoubleEmergencyOxygenTankFilled + components: + - pos: 33.522083,-12.454706 + parent: 864 + type: Transform +- uid: 2614 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-12.5 + parent: 864 + type: Transform +- uid: 2615 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 31.5,-64.5 + parent: 864 + type: Transform +- uid: 2616 + type: DisposalPipe + components: + - pos: 17.5,-48.5 + parent: 864 + type: Transform +- uid: 2617 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-54.5 + parent: 864 + type: Transform +- uid: 2618 + type: TwoWayLever + components: + - pos: 16.5,-53.5 + parent: 864 + type: Transform + - nextSignalLeft: True + type: TwoWayLever + - outputs: + Left: + - port: Forward + uid: 7302 + - port: Forward + uid: 6606 + - port: Forward + uid: 7069 + - port: Forward + uid: 5443 + - port: Forward + uid: 2399 + - port: Forward + uid: 1758 + - port: Forward + uid: 2398 + - port: Forward + uid: 2400 + - port: Forward + uid: 7301 + - port: Forward + uid: 2393 + - port: Forward + uid: 6121 + Right: + - port: Reverse + uid: 7302 + - port: Reverse + uid: 6606 + - port: Reverse + uid: 7069 + - port: Reverse + uid: 5443 + - port: Reverse + uid: 2399 + - port: Reverse + uid: 1758 + - port: Reverse + uid: 2398 + - port: Reverse + uid: 2400 + - port: Reverse + uid: 7301 + - port: Reverse + uid: 2393 + - port: Reverse + uid: 6121 + Middle: + - port: Off + uid: 7302 + - port: Off + uid: 6606 + - port: Off + uid: 7069 + - port: Off + uid: 5443 + - port: Off + uid: 2399 + - port: Off + uid: 1758 + - port: Off + uid: 2398 + - port: Off + uid: 2400 + - port: Off + uid: 7301 + - port: Off + uid: 2393 + - port: Off + uid: 6121 + type: SignalTransmitter +- uid: 2619 + type: WallReinforced + components: + - pos: 17.5,-63.5 + parent: 864 + type: Transform +- uid: 2620 + type: AirlockMaint + components: + - pos: -6.5,-29.5 + parent: 864 + type: Transform +- uid: 2621 + type: WallSolid + components: + - pos: -17.5,-31.5 + parent: 864 + type: Transform +- uid: 2622 + type: AirlockCommandGlassLocked + components: + - pos: 31.5,-24.5 + parent: 864 + type: Transform +- uid: 2623 + type: ReinforcedWindow + components: + - pos: 43.5,8.5 + parent: 864 + type: Transform +- uid: 2624 + type: CableHV + components: + - pos: -4.5,-24.5 + parent: 864 + type: Transform +- uid: 2625 + type: GasPipeStraight + components: + - pos: -5.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2626 + type: ReinforcedWindow + components: + - pos: 23.5,-11.5 + parent: 864 + type: Transform +- uid: 2627 + type: CableApcExtension + components: + - pos: 8.5,-9.5 + parent: 864 + type: Transform +- uid: 2628 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 23.5,24.5 + parent: 864 + type: Transform +- uid: 2629 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 34.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2630 + type: WallReinforced + components: + - pos: -2.5,18.5 + parent: 864 + type: Transform +- uid: 2631 + type: Poweredlight + components: + - pos: 29.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 2632 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-58.5 + parent: 864 + type: Transform +- uid: 2633 + type: EmergencyLight + components: + - pos: -12.5,-52.5 + parent: 864 + type: Transform +- uid: 2634 + type: GasPipeStraight + components: + - pos: -9.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2635 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2636 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 30.5,10.5 + parent: 864 + type: Transform +- uid: 2637 + type: Firelock + components: + - rot: 1.5707963267948966 rad + pos: 25.5,14.5 + parent: 864 + type: Transform +- uid: 2638 + type: AirlockSecurityGlass + components: + - name: security + type: MetaData + - pos: 25.5,15.5 + parent: 864 + type: Transform +- uid: 2639 + type: WallSolid + components: + - pos: -16.5,-13.5 + parent: 864 + type: Transform +- uid: 2640 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-3.5 + parent: 864 + type: Transform +- uid: 2641 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 1.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2642 + type: CableApcExtension + components: + - pos: -20.5,-87.5 + parent: 864 + type: Transform +- uid: 2643 + type: TableCounterMetal + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 864 + type: Transform +- uid: 2644 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 864 + type: Transform +- uid: 2645 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: 15.5,7.5 + parent: 864 + type: Transform +- uid: 2646 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 24.5,5.5 + parent: 864 + type: Transform +- uid: 2647 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: 15.5,6.5 + parent: 864 + type: Transform +- uid: 2648 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-1.5 + parent: 864 + type: Transform +- uid: 2649 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-1.5 + parent: 864 + type: Transform +- uid: 2650 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-2.5 + parent: 864 + type: Transform +- uid: 2651 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 21.5,3.5 + parent: 864 + type: Transform +- uid: 2652 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 21.5,5.5 + parent: 864 + type: Transform +- uid: 2653 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-3.5 + parent: 864 + type: Transform +- uid: 2654 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-3.5 + parent: 864 + type: Transform +- uid: 2655 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-3.5 + parent: 864 + type: Transform +- uid: 2656 + type: FirelockGlass + components: + - rot: -1.5707963267948966 rad + pos: 15.5,2.5 + parent: 864 + type: Transform +- uid: 2657 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -4.5,0.5 + parent: 864 + type: Transform +- uid: 2658 + type: SinkWide + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 864 + type: Transform +- uid: 2659 + type: DisposalUnit + components: + - pos: 4.5,-7.5 + parent: 864 + type: Transform +- uid: 2660 + type: DisposalPipe + components: + - pos: 4.5,-6.5 + parent: 864 + type: Transform +- uid: 2661 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 864 + type: Transform +- uid: 2662 + type: WindoorTheatreLocked + components: + - rot: 3.141592653589793 rad + pos: 9.5,-0.5 + parent: 864 + type: Transform +- uid: 2663 + type: WindowDirectional + components: + - rot: -1.5707963267948966 rad + pos: 10.5,0.5 + parent: 864 + type: Transform +- uid: 2664 + type: WindowDirectional + components: + - rot: 1.5707963267948966 rad + pos: 7.5,1.5 + parent: 864 + type: Transform +- uid: 2665 + type: WallSolid + components: + - pos: 16.5,-7.5 + parent: 864 + type: Transform +- uid: 2666 + type: DisposalRouterFlipped + components: + - rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 864 + type: Transform +- uid: 2667 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 864 + type: Transform +- uid: 2668 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 864 + type: Transform +- uid: 2669 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 864 + type: Transform +- uid: 2670 + type: FirelockGlass + components: + - pos: 31.5,7.5 + parent: 864 + type: Transform +- uid: 2671 + type: CableHV + components: + - pos: -5.5,-40.5 + parent: 864 + type: Transform +- uid: 2672 + type: CableHV + components: + - pos: -5.5,-38.5 + parent: 864 + type: Transform +- uid: 2673 + type: CableHV + components: + - pos: -5.5,-26.5 + parent: 864 + type: Transform +- uid: 2674 + type: CableApcExtension + components: + - pos: -16.5,-19.5 + parent: 864 + type: Transform +- uid: 2675 + type: CableApcExtension + components: + - pos: -2.5,14.5 + parent: 864 + type: Transform +- uid: 2676 + type: CableApcExtension + components: + - pos: -3.5,14.5 + parent: 864 + type: Transform +- uid: 2677 + type: CableMV + components: + - pos: 2.5,9.5 + parent: 864 + type: Transform +- uid: 2678 + type: CableMV + components: + - pos: 2.5,10.5 + parent: 864 + type: Transform +- uid: 2679 + type: CableMV + components: + - pos: 1.5,10.5 + parent: 864 + type: Transform +- uid: 2680 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 8.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2681 + type: CableMV + components: + - pos: 0.5,10.5 + parent: 864 + type: Transform +- uid: 2682 + type: WindowReinforcedDirectional + components: + - pos: 36.5,18.5 + parent: 864 + type: Transform +- uid: 2683 + type: WallReinforced + components: + - pos: 39.5,17.5 + parent: 864 + type: Transform +- uid: 2684 + type: WallReinforced + components: + - pos: 37.5,17.5 + parent: 864 + type: Transform +- uid: 2685 + type: WallReinforced + components: + - pos: 33.5,17.5 + parent: 864 + type: Transform +- uid: 2686 + type: WallReinforced + components: + - pos: 32.5,20.5 + parent: 864 + type: Transform +- uid: 2687 + type: CableApcExtension + components: + - pos: 32.5,17.5 + parent: 864 + type: Transform +- uid: 2688 + type: LockerEvidence + components: + - pos: 37.5,10.5 + parent: 864 + type: Transform +- uid: 2689 + type: WallSolid + components: + - pos: 14.5,-44.5 + parent: 864 + type: Transform +- uid: 2690 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 63.5,15.5 + parent: 864 + type: Transform +- uid: 2691 + type: SeedExtractor + components: + - pos: 25.5,2.5 + parent: 864 + type: Transform +- uid: 2692 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 33.5,-7.5 + parent: 864 + type: Transform +- uid: 2693 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 35.5,-7.5 + parent: 864 + type: Transform +- uid: 2694 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 31.5,-7.5 + parent: 864 + type: Transform +- uid: 2695 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 20.5,-7.5 + parent: 864 + type: Transform +- uid: 2696 + type: AirlockGlass + components: + - pos: 35.5,1.5 + parent: 864 + type: Transform +- uid: 2697 + type: Firelock + components: + - pos: 28.5,1.5 + parent: 864 + type: Transform +- uid: 2698 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 8.5,13.5 + parent: 864 + type: Transform +- uid: 2699 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 11.5,13.5 + parent: 864 + type: Transform +- uid: 2700 + type: DisposalPipe + components: + - pos: 12.5,12.5 + parent: 864 + type: Transform +- uid: 2701 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-0.5 + parent: 864 + type: Transform +- uid: 2702 + type: FirelockEdge + components: + - rot: -1.5707963267948966 rad + pos: 10.5,13.5 + parent: 864 + type: Transform +- uid: 2703 + type: AirlockBrigGlassLocked + components: + - pos: 19.5,17.5 + parent: 864 + type: Transform +- uid: 2704 + type: TableReinforced + components: + - rot: 1.5707963267948966 rad + pos: 24.5,19.5 + parent: 864 + type: Transform +- uid: 2705 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 23.5,17.5 + parent: 864 + type: Transform +- uid: 2706 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 27.5,16.5 + parent: 864 + type: Transform +- uid: 2707 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 39.5,5.5 + parent: 864 + type: Transform +- uid: 2708 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 34.5,13.5 + parent: 864 + type: Transform +- uid: 2709 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 36.5,3.5 + parent: 864 + type: Transform +- uid: 2710 + type: GasPipeStraight + components: + - pos: 34.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2711 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 38.5,9.5 + parent: 864 + type: Transform +- uid: 2712 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 36.5,6.5 + parent: 864 + type: Transform +- uid: 2713 + type: AirlockMaintCommandLocked + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-32.5 + parent: 864 + type: Transform +- uid: 2714 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-33.5 + parent: 864 + type: Transform +- uid: 2715 + type: WallReinforced + components: + - pos: 25.5,-28.5 + parent: 864 + type: Transform +- uid: 2716 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.51899,-39.44397 + parent: 864 + type: Transform +- uid: 2717 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.534615,-39.428345 + parent: 864 + type: Transform +- uid: 2718 + type: WallReinforced + components: + - pos: 20.5,-26.5 + parent: 864 + type: Transform +- uid: 2719 + type: WallReinforced + components: + - pos: 17.5,-26.5 + parent: 864 + type: Transform +- uid: 2720 + type: WallReinforced + components: + - pos: 18.5,-26.5 + parent: 864 + type: Transform +- uid: 2721 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 22.5,-15.5 + parent: 864 + type: Transform +- uid: 2722 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,-21.5 + parent: 864 + type: Transform +- uid: 2723 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 31.5,-15.5 + parent: 864 + type: Transform +- uid: 2724 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,-15.5 + parent: 864 + type: Transform +- uid: 2725 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 37.5,-16.5 + parent: 864 + type: Transform +- uid: 2726 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 37.5,-15.5 + parent: 864 + type: Transform +- uid: 2727 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 36.5,-15.5 + parent: 864 + type: Transform +- uid: 2728 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 35.5,-15.5 + parent: 864 + type: Transform +- uid: 2729 + type: DisposalJunctionFlipped + components: + - pos: 36.5,-18.5 + parent: 864 + type: Transform +- uid: 2730 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-17.5 + parent: 864 + type: Transform +- uid: 2731 + type: DisposalPipe + components: + - pos: 36.5,-19.5 + parent: 864 + type: Transform +- uid: 2732 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 37.5,-20.5 + parent: 864 + type: Transform +- uid: 2733 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 37.5,-20.5 + parent: 864 + type: Transform +- uid: 2734 + type: ReinforcedWindow + components: + - pos: 37.5,-21.5 + parent: 864 + type: Transform +- uid: 2735 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 37.5,-23.5 + parent: 864 + type: Transform +- uid: 2736 + type: ReinforcedWindow + components: + - pos: 37.5,-22.5 + parent: 864 + type: Transform +- uid: 2737 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 40.5,3.5 + parent: 864 + type: Transform +- uid: 2738 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 43.5,4.5 + parent: 864 + type: Transform +- uid: 2739 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 43.5,5.5 + parent: 864 + type: Transform +- uid: 2740 + type: ReinforcedWindow + components: + - pos: 43.5,10.5 + parent: 864 + type: Transform +- uid: 2741 + type: ReinforcedWindow + components: + - pos: 43.5,7.5 + parent: 864 + type: Transform +- uid: 2742 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 43.5,12.5 + parent: 864 + type: Transform +- uid: 2743 + type: WallReinforced + components: + - pos: 44.5,16.5 + parent: 864 + type: Transform +- uid: 2744 + type: WallSolid + components: + - pos: 59.5,0.5 + parent: 864 + type: Transform +- uid: 2745 + type: WallReinforced + components: + - pos: 43.5,13.5 + parent: 864 + type: Transform +- uid: 2746 + type: WallReinforced + components: + - pos: 45.5,16.5 + parent: 864 + type: Transform +- uid: 2747 + type: WallReinforced + components: + - pos: 46.5,16.5 + parent: 864 + type: Transform +- uid: 2748 + type: WallReinforced + components: + - pos: 46.5,13.5 + parent: 864 + type: Transform +- uid: 2749 + type: WallReinforced + components: + - pos: 45.5,13.5 + parent: 864 + type: Transform +- uid: 2750 + type: AirAlarm + components: + - pos: 48.5,17.5 + parent: 864 + type: Transform + - devices: + - 14073 + - 9758 + - 9775 + - 9791 + - 9790 + - 9766 + - 9767 + - 9765 + - 9769 + - 9770 + - 9764 + - 9771 + - 9763 + - 9772 + - 9762 + - 9773 + - 9761 + - 9774 + - 9760 + type: DeviceList +- uid: 2751 + type: AirlockBrigGlassLocked + components: + - name: open prison + type: MetaData + - rot: -1.5707963267948966 rad + pos: 46.5,14.5 + parent: 864 + type: Transform +- uid: 2752 + type: WindowReinforcedDirectional + components: + - pos: 58.5,22.5 + parent: 864 + type: Transform +- uid: 2753 + type: FirelockGlass + components: + - rot: 1.5707963267948966 rad + pos: 43.5,14.5 + parent: 864 + type: Transform +- uid: 2754 + type: WindowReinforcedDirectional + components: + - pos: 52.5,22.5 + parent: 864 + type: Transform +- uid: 2755 + type: WindowReinforcedDirectional + components: + - pos: 55.5,22.5 + parent: 864 + type: Transform +- uid: 2756 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 15.5,12.5 + parent: 864 + type: Transform +- uid: 2757 + type: DisposalPipe + components: + - pos: 17.5,7.5 + parent: 864 + type: Transform +- uid: 2758 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -12.5,9.5 + parent: 864 + type: Transform +- uid: 2759 + type: WallSolid + components: + - pos: -27.5,10.5 + parent: 864 + type: Transform +- uid: 2760 + type: Grille + components: + - pos: -21.5,11.5 + parent: 864 + type: Transform +- uid: 2761 + type: ReinforcedWindow + components: + - pos: -26.5,9.5 + parent: 864 + type: Transform +- uid: 2762 + type: ReinforcedWindow + components: + - pos: -25.5,9.5 + parent: 864 + type: Transform +- uid: 2763 + type: WallSolid + components: + - pos: -21.5,9.5 + parent: 864 + type: Transform +- uid: 2764 + type: WallSolid + components: + - pos: -14.5,-32.5 + parent: 864 + type: Transform +- uid: 2765 + type: WallSolid + components: + - pos: -21.5,14.5 + parent: 864 + type: Transform +- uid: 2766 + type: PosterLegitNanotrasenLogo + components: + - rot: 3.141592653589793 rad + pos: -15.5,9.5 + parent: 864 + type: Transform +- uid: 2767 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -16.5,9.5 + parent: 864 + type: Transform +- uid: 2768 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -14.5,9.5 + parent: 864 + type: Transform +- uid: 2769 + type: WallSolid + components: + - pos: -10.5,-7.5 + parent: 864 + type: Transform +- uid: 2770 + type: WallSolid + components: + - pos: -11.5,-4.5 + parent: 864 + type: Transform +- uid: 2771 + type: WallSolid + components: + - pos: -13.5,-7.5 + parent: 864 + type: Transform +- uid: 2772 + type: WallSolid + components: + - pos: -15.5,-7.5 + parent: 864 + type: Transform +- uid: 2773 + type: WallSolid + components: + - pos: -17.5,-7.5 + parent: 864 + type: Transform +- uid: 2774 + type: WallSolid + components: + - pos: -21.5,-8.5 + parent: 864 + type: Transform +- uid: 2775 + type: WallSolid + components: + - pos: -22.5,-7.5 + parent: 864 + type: Transform +- uid: 2776 + type: WallSolid + components: + - pos: -24.5,-7.5 + parent: 864 + type: Transform +- uid: 2777 + type: WallSolid + components: + - pos: -17.5,-8.5 + parent: 864 + type: Transform +- uid: 2778 + type: WallSolid + components: + - pos: -25.5,-19.5 + parent: 864 + type: Transform +- uid: 2779 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,-15.5 + parent: 864 + type: Transform +- uid: 2780 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,-10.5 + parent: 864 + type: Transform +- uid: 2781 + type: SpawnPointDetective + components: + - pos: 19.5,-11.5 + parent: 864 + type: Transform +- uid: 2782 + type: TableWood + components: + - pos: 20.5,-12.5 + parent: 864 + type: Transform +- uid: 2783 + type: TableWood + components: + - pos: 19.5,-12.5 + parent: 864 + type: Transform +- uid: 2784 + type: Paper + components: + - pos: 20.483978,-12.296361 + parent: 864 + type: Transform +- uid: 2785 + type: Paper + components: + - pos: 20.661783,-12.471693 + parent: 864 + type: Transform +- uid: 2786 + type: ComfyChair + components: + - pos: 20.5,-11.5 + parent: 864 + type: Transform +- uid: 2787 + type: Firelock + components: + - pos: 30.5,23.5 + parent: 864 + type: Transform +- uid: 2788 + type: Lamp + components: + - pos: 21.425192,-12.111239 + parent: 864 + type: Transform + - toggleAction: + icon: Objects/Tools/flashlight.rsi/flashlight.png + iconOn: Objects/Tools/flashlight.rsi/flashlight-on.png + name: action-name-toggle-light + description: action-description-toggle-light + keywords: [] + event: !type:ToggleActionEvent {} + type: HandheldLight +- uid: 2789 + type: ComputerPowerMonitoring + components: + - pos: 21.5,-21.5 + parent: 864 + type: Transform +- uid: 2790 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-20.5 + parent: 864 + type: Transform +- uid: 2791 + type: ComputerComms + components: + - pos: 25.5,-21.5 + parent: 864 + type: Transform +- uid: 2792 + type: ChairPilotSeat + components: + - rot: 3.141592653589793 rad + pos: 25.5,-22.5 + parent: 864 + type: Transform +- uid: 2793 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-20.5 + parent: 864 + type: Transform +- uid: 2794 + type: ComputerCrewMonitoring + components: + - pos: 23.5,-21.5 + parent: 864 + type: Transform +- uid: 2795 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-21.5 + parent: 864 + type: Transform +- uid: 2796 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-22.5 + parent: 864 + type: Transform +- uid: 2797 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-20.5 + parent: 864 + type: Transform +- uid: 2798 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-20.5 + parent: 864 + type: Transform +- uid: 2799 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-21.5 + parent: 864 + type: Transform +- uid: 2800 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-22.5 + parent: 864 + type: Transform +- uid: 2801 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-36.5 + parent: 864 + type: Transform +- uid: 2802 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-36.5 + parent: 864 + type: Transform +- uid: 2803 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 21.5,-35.5 + parent: 864 + type: Transform +- uid: 2804 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2805 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2806 + type: AirlockMaintCommandLocked + components: + - name: conference room + type: MetaData + - rot: 3.141592653589793 rad + pos: 22.5,-31.5 + parent: 864 + type: Transform +- uid: 2807 + type: CableApcExtension + components: + - pos: 28.5,-39.5 + parent: 864 + type: Transform +- uid: 2808 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 30.5,8.5 + parent: 864 + type: Transform +- uid: 2809 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 27.5,8.5 + parent: 864 + type: Transform +- uid: 2810 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 25.5,-38.5 + parent: 864 + type: Transform +- uid: 2811 + type: BoxPDA + components: + - pos: 29.424988,-34.49831 + parent: 864 + type: Transform +- uid: 2812 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 21.5,-39.5 + parent: 864 + type: Transform +- uid: 2813 + type: CableHV + components: + - pos: 18.5,-29.5 + parent: 864 + type: Transform +- uid: 2814 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 15.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2815 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2816 + type: CableApcExtension + components: + - pos: 26.5,-32.5 + parent: 864 + type: Transform +- uid: 2817 + type: WallReinforced + components: + - pos: 20.5,-37.5 + parent: 864 + type: Transform +- uid: 2818 + type: TableReinforced + components: + - pos: 27.5,-37.5 + parent: 864 + type: Transform +- uid: 2819 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-33.5 + parent: 864 + type: Transform +- uid: 2820 + type: CableApcExtension + components: + - pos: 25.5,-42.5 + parent: 864 + type: Transform +- uid: 2821 + type: CableApcExtension + components: + - pos: 27.5,-42.5 + parent: 864 + type: Transform +- uid: 2822 + type: CableApcExtension + components: + - pos: 35.5,-38.5 + parent: 864 + type: Transform +- uid: 2823 + type: CableApcExtension + components: + - pos: 35.5,-39.5 + parent: 864 + type: Transform +- uid: 2824 + type: ChairOfficeLight + components: + - pos: 28.5,-37.5 + parent: 864 + type: Transform +- uid: 2825 + type: HandLabeler + components: + - pos: 26.31228,-37.588814 + parent: 864 + type: Transform +- uid: 2826 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 29.5,8.5 + parent: 864 + type: Transform +- uid: 2827 + type: WallReinforced + components: + - pos: 30.5,-34.5 + parent: 864 + type: Transform +- uid: 2828 + type: WallReinforced + components: + - pos: 30.5,-35.5 + parent: 864 + type: Transform +- uid: 2829 + type: WallReinforced + components: + - pos: 30.5,-36.5 + parent: 864 + type: Transform +- uid: 2830 + type: WallReinforced + components: + - pos: 30.5,-37.5 + parent: 864 + type: Transform +- uid: 2831 + type: RubberStampApproved + components: + - pos: 25.390406,-37.463814 + parent: 864 + type: Transform +- uid: 2832 + type: DrinkWaterCup + components: + - pos: -9.380106,-35.52635 + parent: 864 + type: Transform +- uid: 2833 + type: FirelockGlass + components: + - pos: 22.5,-40.5 + parent: 864 + type: Transform +- uid: 2834 + type: Grille + components: + - pos: 27.5,-38.5 + parent: 864 + type: Transform +- uid: 2835 + type: ClothingNeckMantleHOP + components: + - pos: 26.87478,-37.69819 + parent: 864 + type: Transform +- uid: 2836 + type: CableApcExtension + components: + - pos: 23.5,-32.5 + parent: 864 + type: Transform +- uid: 2837 + type: PosterLegitIan + components: + - pos: 21.5,-40.5 + parent: 864 + type: Transform +- uid: 2838 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-32.5 + parent: 864 + type: Transform +- uid: 2839 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-32.5 + parent: 864 + type: Transform +- uid: 2840 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-32.5 + parent: 864 + type: Transform +- uid: 2841 + type: CarpetSBlue + components: + - pos: 22.5,-36.5 + parent: 864 + type: Transform +- uid: 2842 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 23.5,-32.5 + parent: 864 + type: Transform +- uid: 2843 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 31.5,8.5 + parent: 864 + type: Transform +- uid: 2844 + type: WallReinforced + components: + - pos: 24.5,-34.5 + parent: 864 + type: Transform +- uid: 2845 + type: CableApcExtension + components: + - pos: 20.5,-32.5 + parent: 864 + type: Transform +- uid: 2846 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 23.5,-40.5 + parent: 864 + type: Transform +- uid: 2847 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 26.5,-38.5 + parent: 864 + type: Transform +- uid: 2848 + type: GasPipeStraight + components: + - pos: 28.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2849 + type: ComputerCrewMonitoring + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-36.5 + parent: 864 + type: Transform +- uid: 2850 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 27.5,-40.5 + parent: 864 + type: Transform +- uid: 2851 + type: SpawnMobCorgi + components: + - pos: 21.5,-35.5 + parent: 864 + type: Transform +- uid: 2852 + type: PosterLegitPDAAd + components: + - pos: 29.5,-40.5 + parent: 864 + type: Transform +- uid: 2853 + type: WallReinforced + components: + - pos: 30.5,-33.5 + parent: 864 + type: Transform +- uid: 2854 + type: WallReinforced + components: + - pos: 24.5,-33.5 + parent: 864 + type: Transform +- uid: 2855 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 28.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2856 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2857 + type: TableCounterMetal + components: + - pos: 7.5,8.5 + parent: 864 + type: Transform +- uid: 2858 + type: Table + components: + - pos: 29.5,-34.5 + parent: 864 + type: Transform +- uid: 2859 + type: WallReinforced + components: + - pos: 24.5,-35.5 + parent: 864 + type: Transform +- uid: 2860 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2861 + type: PoweredlightSodium + components: + - rot: -1.5707963267948966 rad + pos: 26.5,0.5 + parent: 864 + type: Transform + - softness: 0.5 + energy: 4 + color: '#FFAF38FF' + type: PointLight + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 2862 + type: PoweredlightSodium + components: + - rot: -1.5707963267948966 rad + pos: 30.5,0.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 2863 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 14.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2864 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 16.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2865 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 10.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2866 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 8.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2867 + type: GasPipeStraight + components: + - pos: 21.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2868 + type: GasPipeStraight + components: + - pos: 21.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2869 + type: GasPipeStraight + components: + - pos: 21.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2870 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 27.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2871 + type: GasPipeStraight + components: + - pos: 25.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2872 + type: GasPipeStraight + components: + - pos: 25.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2873 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 22.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2874 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 23.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2875 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 21.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2876 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 25.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2877 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 26.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2878 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 24.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2879 + type: GasPipeStraight + components: + - pos: 38.5,3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2880 + type: GasPipeStraight + components: + - pos: 31.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2881 + type: GasPipeStraight + components: + - pos: 31.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2882 + type: GasPipeFourway + components: + - pos: 31.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2883 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2884 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 28.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2885 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 29.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2886 + type: DisposalJunction + components: + - pos: 24.5,-11.5 + parent: 864 + type: Transform +- uid: 2887 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-10.5 + parent: 864 + type: Transform +- uid: 2888 + type: DisposalTrunk + components: + - pos: 22.5,-10.5 + parent: 864 + type: Transform +- uid: 2889 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-11.5 + parent: 864 + type: Transform +- uid: 2890 + type: DisposalUnit + components: + - pos: 22.5,-10.5 + parent: 864 + type: Transform +- uid: 2891 + type: DisposalUnit + components: + - pos: 27.5,-10.5 + parent: 864 + type: Transform +- uid: 2892 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 19.5,8.5 + parent: 864 + type: Transform +- uid: 2893 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 20.5,8.5 + parent: 864 + type: Transform +- uid: 2894 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 21.5,8.5 + parent: 864 + type: Transform +- uid: 2895 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 22.5,8.5 + parent: 864 + type: Transform +- uid: 2896 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 23.5,8.5 + parent: 864 + type: Transform +- uid: 2897 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 24.5,8.5 + parent: 864 + type: Transform +- uid: 2898 + type: DisposalPipe + components: + - pos: 25.5,9.5 + parent: 864 + type: Transform +- uid: 2899 + type: DisposalPipe + components: + - pos: 25.5,10.5 + parent: 864 + type: Transform +- uid: 2900 + type: DisposalPipe + components: + - pos: 25.5,11.5 + parent: 864 + type: Transform +- uid: 2901 + type: DisposalPipe + components: + - pos: 25.5,12.5 + parent: 864 + type: Transform +- uid: 2902 + type: DisposalPipe + components: + - pos: 25.5,13.5 + parent: 864 + type: Transform +- uid: 2903 + type: DisposalPipe + components: + - pos: 25.5,14.5 + parent: 864 + type: Transform +- uid: 2904 + type: DisposalPipe + components: + - pos: 25.5,16.5 + parent: 864 + type: Transform +- uid: 2905 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 26.5,17.5 + parent: 864 + type: Transform +- uid: 2906 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 24.5,17.5 + parent: 864 + type: Transform +- uid: 2907 + type: DisposalPipe + components: + - pos: 21.5,18.5 + parent: 864 + type: Transform +- uid: 2908 + type: DisposalPipe + components: + - pos: 21.5,19.5 + parent: 864 + type: Transform +- uid: 2909 + type: DisposalUnit + components: + - pos: 21.5,20.5 + parent: 864 + type: Transform +- uid: 2910 + type: DisposalPipe + components: + - pos: 24.5,-12.5 + parent: 864 + type: Transform +- uid: 2911 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-18.5 + parent: 864 + type: Transform +- uid: 2912 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-18.5 + parent: 864 + type: Transform +- uid: 2913 + type: DisposalPipe + components: + - pos: 16.5,-20.5 + parent: 864 + type: Transform +- uid: 2914 + type: DisposalPipe + components: + - pos: 16.5,-21.5 + parent: 864 + type: Transform +- uid: 2915 + type: DisposalPipe + components: + - pos: 16.5,-22.5 + parent: 864 + type: Transform +- uid: 2916 + type: DisposalPipe + components: + - pos: 16.5,-23.5 + parent: 864 + type: Transform +- uid: 2917 + type: DisposalPipe + components: + - pos: 16.5,-24.5 + parent: 864 + type: Transform +- uid: 2918 + type: DisposalJunctionFlipped + components: + - pos: 16.5,-25.5 + parent: 864 + type: Transform +- uid: 2919 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 17.5,-25.5 + parent: 864 + type: Transform +- uid: 2920 + type: DisposalRouterFlipped + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-25.5 + parent: 864 + type: Transform +- uid: 2921 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-25.5 + parent: 864 + type: Transform +- uid: 2922 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-25.5 + parent: 864 + type: Transform +- uid: 2923 + type: DisposalPipe + components: + - pos: 20.5,-24.5 + parent: 864 + type: Transform +- uid: 2924 + type: AirlockCommandGlassLocked + components: + - pos: 31.5,-25.5 + parent: 864 + type: Transform +- uid: 2925 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-17.5 + parent: 864 + type: Transform +- uid: 2926 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-17.5 + parent: 864 + type: Transform +- uid: 2927 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-17.5 + parent: 864 + type: Transform +- uid: 2928 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-17.5 + parent: 864 + type: Transform +- uid: 2929 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-17.5 + parent: 864 + type: Transform +- uid: 2930 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-17.5 + parent: 864 + type: Transform +- uid: 2931 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 16.5,-26.5 + parent: 864 + type: Transform +- uid: 2932 + type: DisposalJunction + components: + - pos: 16.5,-27.5 + parent: 864 + type: Transform +- uid: 2933 + type: WallReinforced + components: + - pos: 21.5,-31.5 + parent: 864 + type: Transform +- uid: 2934 + type: CableMV + components: + - pos: 19.5,-27.5 + parent: 864 + type: Transform +- uid: 2935 + type: DisposalJunction + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-29.5 + parent: 864 + type: Transform +- uid: 2936 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-29.5 + parent: 864 + type: Transform +- uid: 2937 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-29.5 + parent: 864 + type: Transform +- uid: 2938 + type: MaterialDurathread + components: + - pos: 27.717157,-34.585915 + parent: 864 + type: Transform +- uid: 2939 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 21.5,-37.5 + parent: 864 + type: Transform +- uid: 2940 + type: DisposalPipe + components: + - pos: 25.5,-35.5 + parent: 864 + type: Transform +- uid: 2941 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-17.5 + parent: 864 + type: Transform +- uid: 2942 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 36.5,-20.5 + parent: 864 + type: Transform +- uid: 2943 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 36.5,-21.5 + parent: 864 + type: Transform +- uid: 2944 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-18.5 + parent: 864 + type: Transform +- uid: 2945 + type: DisposalBend + components: + - pos: 36.5,-17.5 + parent: 864 + type: Transform +- uid: 2946 + type: DisposalUnit + components: + - pos: 37.5,-18.5 + parent: 864 + type: Transform +- uid: 2947 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 33.5,8.5 + parent: 864 + type: Transform +- uid: 2948 + type: WallReinforced + components: + - pos: 28.5,9.5 + parent: 864 + type: Transform +- uid: 2949 + type: WallReinforced + components: + - pos: 31.5,9.5 + parent: 864 + type: Transform +- uid: 2950 + type: WallReinforced + components: + - pos: 35.5,9.5 + parent: 864 + type: Transform +- uid: 2951 + type: WallReinforced + components: + - pos: 35.5,8.5 + parent: 864 + type: Transform +- uid: 2952 + type: WallReinforced + components: + - pos: 35.5,6.5 + parent: 864 + type: Transform +- uid: 2953 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 20.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2954 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 20.5,-3.5 + parent: 864 + type: Transform +- uid: 2955 + type: FirelockGlass + components: + - pos: 31.5,-5.5 + parent: 864 + type: Transform +- uid: 2956 + type: GasPipeStraight + components: + - pos: 20.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2957 + type: GasPipeStraight + components: + - pos: 20.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2958 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 20.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2959 + type: GasPipeStraight + components: + - pos: 20.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2960 + type: GasPipeStraight + components: + - pos: 20.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2961 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 20.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2962 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 19.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2963 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 18.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2964 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 18.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2965 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 18.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2966 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 18.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2967 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 18.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2968 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 19.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2969 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 18.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2970 + type: GasPipeFourway + components: + - pos: 21.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 2971 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 17.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2972 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 17.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2973 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 17.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2974 + type: GasPipeFourway + components: + - pos: 17.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2975 + type: GasPipeTJunction + components: + - pos: 4.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2976 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 5.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2977 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 14.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2978 + type: CableMV + components: + - pos: 21.5,16.5 + parent: 864 + type: Transform +- uid: 2979 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 3.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2980 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 2.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2981 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -3.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2982 + type: GasPipeStraight + components: + - pos: -8.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2983 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2984 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2985 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2986 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2987 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2988 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2989 + type: GasPipeBend + components: + - pos: 1.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2990 + type: GasPipeStraight + components: + - pos: 1.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2991 + type: GasPipeStraight + components: + - pos: 1.5,-0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2992 + type: GasPipeStraight + components: + - pos: 1.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2993 + type: GasPipeStraight + components: + - pos: 1.5,-2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2994 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2995 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2996 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2997 + type: GasPipeStraight + components: + - pos: 1.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2998 + type: GasPipeStraight + components: + - pos: 1.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 2999 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3000 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 10.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3001 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 9.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3002 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 9.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3003 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 8.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3004 + type: GasPipeStraight + components: + - pos: 9.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3005 + type: GasPipeStraight + components: + - pos: 9.5,-0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3006 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 9.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3007 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3008 + type: GasPipeBend + components: + - pos: 11.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3009 + type: GasPipeStraight + components: + - pos: 11.5,-2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3010 + type: GasPipeStraight + components: + - pos: 11.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3011 + type: GasPipeStraight + components: + - pos: 11.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3012 + type: GasPipeStraight + components: + - pos: 11.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3013 + type: GasPipeStraight + components: + - pos: 11.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3014 + type: GasPipeStraight + components: + - pos: 11.5,-7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3015 + type: GasPipeStraight + components: + - pos: 11.5,-8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3016 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3017 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-9.5 + parent: 864 + type: Transform +- uid: 3018 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3019 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3020 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -0.5,9.5 + parent: 864 + type: Transform +- uid: 3021 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 19.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3022 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 19.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3023 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 19.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3024 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 26.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3025 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 27.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3026 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 30.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3027 + type: GasVentPump + components: + - pos: 22.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3028 + type: GasPipeStraight + components: + - pos: 23.5,18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3029 + type: GasPipeStraight + components: + - pos: 23.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3030 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 23.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3031 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 24.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3032 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 25.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3033 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 25.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3034 + type: WallReinforced + components: + - pos: 23.5,19.5 + parent: 864 + type: Transform +- uid: 3035 + type: PianoInstrument + components: + - rot: -1.5707963267948966 rad + pos: 8.5,0.5 + parent: 864 + type: Transform +- uid: 3036 + type: FirelockGlass + components: + - pos: 10.5,4.5 + parent: 864 + type: Transform +- uid: 3037 + type: WallSolid + components: + - pos: -11.5,-2.5 + parent: 864 + type: Transform +- uid: 3038 + type: WallSolid + components: + - pos: -6.5,-7.5 + parent: 864 + type: Transform +- uid: 3039 + type: AirlockTheatreLocked + components: + - name: recording studio + type: MetaData + - pos: -9.5,-2.5 + parent: 864 + type: Transform +- uid: 3040 + type: WallSolid + components: + - pos: -8.5,-2.5 + parent: 864 + type: Transform +- uid: 3041 + type: ReinforcedWindow + components: + - pos: -21.5,-9.5 + parent: 864 + type: Transform +- uid: 3042 + type: WallSolid + components: + - pos: -17.5,-9.5 + parent: 864 + type: Transform +- uid: 3043 + type: FirelockGlass + components: + - pos: -21.5,-11.5 + parent: 864 + type: Transform +- uid: 3044 + type: WallSolid + components: + - pos: -17.5,-10.5 + parent: 864 + type: Transform +- uid: 3045 + type: PottedPlant1 + components: + - pos: -2.5,-40.5 + parent: 864 + type: Transform +- uid: 3046 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-7.5 + parent: 864 + type: Transform +- uid: 3047 + type: AirlockTheatreLocked + components: + - name: recording studio + type: MetaData + - rot: 1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 864 + type: Transform +- uid: 3048 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -3.5,52.5 + parent: 864 + type: Transform +- uid: 3049 + type: ReinforcedWindow + components: + - pos: -21.5,-13.5 + parent: 864 + type: Transform +- uid: 3050 + type: WallReinforced + components: + - pos: 17.5,-38.5 + parent: 864 + type: Transform +- uid: 3051 + type: WallReinforced + components: + - pos: 33.5,-38.5 + parent: 864 + type: Transform +- uid: 3052 + type: CableApcExtension + components: + - pos: 16.5,-32.5 + parent: 864 + type: Transform +- uid: 3053 + type: ReinforcedWindow + components: + - pos: 17.5,-34.5 + parent: 864 + type: Transform +- uid: 3054 + type: ReinforcedWindow + components: + - pos: 17.5,-35.5 + parent: 864 + type: Transform +- uid: 3055 + type: ReinforcedWindow + components: + - pos: 17.5,-36.5 + parent: 864 + type: Transform +- uid: 3056 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 17.5,-37.5 + parent: 864 + type: Transform +- uid: 3057 + type: ReinforcedWindow + components: + - pos: 19.5,-38.5 + parent: 864 + type: Transform +- uid: 3058 + type: ReinforcedWindow + components: + - pos: 32.5,-38.5 + parent: 864 + type: Transform +- uid: 3059 + type: ReinforcedWindow + components: + - pos: 33.5,-34.5 + parent: 864 + type: Transform +- uid: 3060 + type: ReinforcedWindow + components: + - pos: 33.5,-36.5 + parent: 864 + type: Transform +- uid: 3061 + type: FirelockGlass + components: + - pos: 36.5,-38.5 + parent: 864 + type: Transform +- uid: 3062 + type: ReinforcedWindow + components: + - pos: 33.5,-35.5 + parent: 864 + type: Transform +- uid: 3063 + type: WallReinforced + components: + - pos: 31.5,22.5 + parent: 864 + type: Transform +- uid: 3064 + type: WallReinforced + components: + - pos: 31.5,23.5 + parent: 864 + type: Transform +- uid: 3065 + type: WallReinforced + components: + - pos: 31.5,24.5 + parent: 864 + type: Transform +- uid: 3066 + type: ReinforcedPlasmaWindow + components: + - pos: 29.5,24.5 + parent: 864 + type: Transform +- uid: 3067 + type: WallReinforced + components: + - pos: 33.5,26.5 + parent: 864 + type: Transform +- uid: 3068 + type: WallReinforced + components: + - pos: 33.5,28.5 + parent: 864 + type: Transform +- uid: 3069 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 25.5,27.5 + parent: 864 + type: Transform +- uid: 3070 + type: WallReinforced + components: + - pos: 33.5,30.5 + parent: 864 + type: Transform +- uid: 3071 + type: CableApcExtension + components: + - pos: -10.5,-9.5 + parent: 864 + type: Transform +- uid: 3072 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-18.5 + parent: 864 + type: Transform +- uid: 3073 + type: ShardGlass + components: + - rot: -1.5707963267948966 rad + pos: -9.416685,-9.254942 + parent: 864 + type: Transform +- uid: 3074 + type: ShuttersNormal + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 864 + type: Transform +- uid: 3075 + type: WallSolid + components: + - pos: -14.5,-15.5 + parent: 864 + type: Transform +- uid: 3076 + type: WallSolid + components: + - pos: -6.5,-19.5 + parent: 864 + type: Transform +- uid: 3077 + type: WallSolid + components: + - pos: -6.5,-17.5 + parent: 864 + type: Transform +- uid: 3078 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 864 + type: Transform +- uid: 3079 + type: WallSolid + components: + - pos: 35.5,-6.5 + parent: 864 + type: Transform +- uid: 3080 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-0.5 + parent: 864 + type: Transform +- uid: 3081 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-0.5 + parent: 864 + type: Transform +- uid: 3082 + type: WallSolid + components: + - pos: 45.5,-0.5 + parent: 864 + type: Transform +- uid: 3083 + type: ReinforcedWindow + components: + - pos: 48.5,-0.5 + parent: 864 + type: Transform +- uid: 3084 + type: WallSolid + components: + - pos: -2.5,-15.5 + parent: 864 + type: Transform +- uid: 3085 + type: WallSolid + components: + - pos: -1.5,-15.5 + parent: 864 + type: Transform +- uid: 3086 + type: FirelockGlass + components: + - pos: -3.5,-2.5 + parent: 864 + type: Transform +- uid: 3087 + type: FirelockGlass + components: + - pos: -5.5,-2.5 + parent: 864 + type: Transform +- uid: 3088 + type: DisposalPipe + components: + - pos: -7.5,-1.5 + parent: 864 + type: Transform +- uid: 3089 + type: WallSolid + components: + - pos: -6.5,-4.5 + parent: 864 + type: Transform +- uid: 3090 + type: WallSolid + components: + - pos: -2.5,-2.5 + parent: 864 + type: Transform +- uid: 3091 + type: WallSolid + components: + - pos: -2.5,-4.5 + parent: 864 + type: Transform +- uid: 3092 + type: LargeBeaker + components: + - pos: 3.2216597,-45.50144 + parent: 864 + type: Transform + - solution: beaker + type: Drink +- uid: 3093 + type: CableApcExtension + components: + - pos: 3.5,9.5 + parent: 864 + type: Transform +- uid: 3094 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-23.5 + parent: 864 + type: Transform +- uid: 3095 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-24.5 + parent: 864 + type: Transform +- uid: 3096 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-24.5 + parent: 864 + type: Transform +- uid: 3097 + type: WallReinforced + components: + - pos: -2.5,-29.5 + parent: 864 + type: Transform +- uid: 3098 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 1.5,-44.5 + parent: 864 + type: Transform +- uid: 3099 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -10.5,-45.5 + parent: 864 + type: Transform +- uid: 3100 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-43.5 + parent: 864 + type: Transform +- uid: 3101 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3102 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-20.5 + parent: 864 + type: Transform +- uid: 3103 + type: WallReinforced + components: + - pos: -2.5,-44.5 + parent: 864 + type: Transform +- uid: 3104 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-44.5 + parent: 864 + type: Transform +- uid: 3105 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3106 + type: ReinforcedWindow + components: + - pos: -21.5,-10.5 + parent: 864 + type: Transform +- uid: 3107 + type: FirelockGlass + components: + - pos: -21.5,-12.5 + parent: 864 + type: Transform +- uid: 3108 + type: WallSolid + components: + - pos: -26.5,-8.5 + parent: 864 + type: Transform +- uid: 3109 + type: WallSolid + components: + - pos: -22.5,-15.5 + parent: 864 + type: Transform +- uid: 3110 + type: WindoorEngineeringLocked + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-12.5 + parent: 864 + type: Transform +- uid: 3111 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-10.5 + parent: 864 + type: Transform +- uid: 3112 + type: WallSolid + components: + - pos: -23.5,-15.5 + parent: 864 + type: Transform +- uid: 3113 + type: WallSolid + components: + - pos: -26.5,-13.5 + parent: 864 + type: Transform +- uid: 3114 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-44.5 + parent: 864 + type: Transform +- uid: 3115 + type: WallSolid + components: + - pos: -8.5,-28.5 + parent: 864 + type: Transform +- uid: 3116 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-48.5 + parent: 864 + type: Transform +- uid: 3117 + type: ChairPilotSeat + components: + - rot: 3.141592653589793 rad + pos: 16.5,23.5 + parent: 864 + type: Transform +- uid: 3118 + type: ShowcaseRobot + components: + - pos: 26.5,23.5 + parent: 864 + type: Transform +- uid: 3119 + type: Paper + components: + - pos: 24.486351,19.53259 + parent: 864 + type: Transform +- uid: 3120 + type: WallReinforced + components: + - pos: 19.5,24.5 + parent: 864 + type: Transform +- uid: 3121 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 18.5,18.5 + parent: 864 + type: Transform +- uid: 3122 + type: WallSolid + components: + - pos: 16.5,-44.5 + parent: 864 + type: Transform +- uid: 3123 + type: WindoorArmoryLocked + components: + - rot: 1.5707963267948966 rad + pos: 30.5,30.5 + parent: 864 + type: Transform +- uid: 3124 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 28.5,29.5 + parent: 864 + type: Transform +- uid: 3125 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 26.5,30.5 + parent: 864 + type: Transform +- uid: 3126 + type: WallSolid + components: + - pos: 16.5,-46.5 + parent: 864 + type: Transform +- uid: 3127 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-44.5 + parent: 864 + type: Transform +- uid: 3128 + type: WallReinforced + components: + - pos: 12.5,-35.5 + parent: 864 + type: Transform +- uid: 3129 + type: WallReinforced + components: + - pos: 12.5,-30.5 + parent: 864 + type: Transform +- uid: 3130 + type: Grille + components: + - pos: 12.5,-33.5 + parent: 864 + type: Transform +- uid: 3131 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-29.5 + parent: 864 + type: Transform +- uid: 3132 + type: WallReinforced + components: + - pos: 0.5,-28.5 + parent: 864 + type: Transform +- uid: 3133 + type: WallReinforced + components: + - pos: -2.5,-28.5 + parent: 864 + type: Transform +- uid: 3134 + type: WallReinforced + components: + - pos: -0.5,-28.5 + parent: 864 + type: Transform +- uid: 3135 + type: WallReinforced + components: + - pos: -1.5,-28.5 + parent: 864 + type: Transform +- uid: 3136 + type: WallReinforced + components: + - pos: 1.5,-28.5 + parent: 864 + type: Transform +- uid: 3137 + type: ReinforcedWindow + components: + - pos: 3.5,-28.5 + parent: 864 + type: Transform +- uid: 3138 + type: ReinforcedWindow + components: + - pos: 6.5,-28.5 + parent: 864 + type: Transform +- uid: 3139 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-18.5 + parent: 864 + type: Transform +- uid: 3140 + type: WallSolid + components: + - pos: -1.5,-10.5 + parent: 864 + type: Transform +- uid: 3141 + type: Grille + components: + - pos: 12.5,-32.5 + parent: 864 + type: Transform +- uid: 3142 + type: ReinforcedWindow + components: + - pos: 12.5,-33.5 + parent: 864 + type: Transform +- uid: 3143 + type: ReinforcedWindow + components: + - pos: 12.5,-32.5 + parent: 864 + type: Transform +- uid: 3144 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-36.5 + parent: 864 + type: Transform +- uid: 3145 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-37.5 + parent: 864 + type: Transform +- uid: 3146 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-38.5 + parent: 864 + type: Transform +- uid: 3147 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 864 + type: Transform +- uid: 3148 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-18.5 + parent: 864 + type: Transform +- uid: 3149 + type: WallSolid + components: + - pos: 5.5,-16.5 + parent: 864 + type: Transform +- uid: 3150 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-18.5 + parent: 864 + type: Transform +- uid: 3151 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-18.5 + parent: 864 + type: Transform +- uid: 3152 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 864 + type: Transform +- uid: 3153 + type: FirelockGlass + components: + - pos: -0.5,-25.5 + parent: 864 + type: Transform +- uid: 3154 + type: ComfyChair + components: + - pos: 6.5,21.5 + parent: 864 + type: Transform +- uid: 3155 + type: WallSolid + components: + - pos: 12.5,-46.5 + parent: 864 + type: Transform +- uid: 3156 + type: GasPipeStraight + components: + - pos: 7.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3157 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 8.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3158 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 20.5,17.5 + parent: 864 + type: Transform +- uid: 3159 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 19.5,17.5 + parent: 864 + type: Transform +- uid: 3160 + type: GasPipeStraight + components: + - pos: 17.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3161 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 15.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3162 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 16.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3163 + type: WallReinforced + components: + - pos: -2.5,19.5 + parent: 864 + type: Transform +- uid: 3164 + type: WallReinforced + components: + - pos: -2.5,17.5 + parent: 864 + type: Transform +- uid: 3165 + type: AirlockMaintSecLocked + components: + - name: security + type: MetaData + - rot: 1.5707963267948966 rad + pos: -2.5,16.5 + parent: 864 + type: Transform +- uid: 3166 + type: LockerHeadOfSecurityFilled + components: + - pos: 4.5,22.5 + parent: 864 + type: Transform +- uid: 3167 + type: HighSecArmoryLocked + components: + - pos: 28.5,26.5 + parent: 864 + type: Transform +- uid: 3168 + type: HighSecArmoryLocked + components: + - pos: 30.5,26.5 + parent: 864 + type: Transform +- uid: 3169 + type: LockerSecurityFilled + components: + - pos: -1.5,19.5 + parent: 864 + type: Transform +- uid: 3170 + type: LockerSecurityFilled + components: + - pos: -1.5,21.5 + parent: 864 + type: Transform +- uid: 3171 + type: LockerSecurityFilled + components: + - pos: 2.5,21.5 + parent: 864 + type: Transform +- uid: 3172 + type: LockerSecurityFilled + components: + - pos: 2.5,19.5 + parent: 864 + type: Transform +- uid: 3173 + type: LockerSecurityFilled + components: + - pos: 0.5,21.5 + parent: 864 + type: Transform +- uid: 3174 + type: LockerSecurityFilled + components: + - pos: 0.5,19.5 + parent: 864 + type: Transform +- uid: 3175 + type: Poweredlight + components: + - pos: 33.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 3176 + type: SpawnPointSecurityOfficer + components: + - pos: -0.5,21.5 + parent: 864 + type: Transform +- uid: 3177 + type: WardrobeSecurity + components: + - pos: -1.5,18.5 + parent: 864 + type: Transform +- uid: 3178 + type: WardrobeSecurity + components: + - pos: 2.5,20.5 + parent: 864 + type: Transform +- uid: 3179 + type: SpawnPointSecurityOfficer + components: + - pos: 1.5,21.5 + parent: 864 + type: Transform +- uid: 3180 + type: CableMV + components: + - pos: -19.5,24.5 + parent: 864 + type: Transform +- uid: 3181 + type: WardrobeSecurity + components: + - pos: -1.5,20.5 + parent: 864 + type: Transform +- uid: 3182 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -0.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3183 + type: TableReinforced + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-21.5 + parent: 864 + type: Transform +- uid: 3184 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 26.5,-20.5 + parent: 864 + type: Transform +- uid: 3185 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-20.5 + parent: 864 + type: Transform +- uid: 3186 + type: ChairOfficeLight + components: + - rot: 3.141592653589793 rad + pos: 23.5,-22.5 + parent: 864 + type: Transform +- uid: 3187 + type: ChairOfficeLight + components: + - rot: 3.141592653589793 rad + pos: 21.5,-22.5 + parent: 864 + type: Transform +- uid: 3188 + type: CarpetSBlue + components: + - pos: 29.5,-22.5 + parent: 864 + type: Transform +- uid: 3189 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 3190 + type: VendingMachineBooze + components: + - pos: 16.5,10.5 + parent: 864 + type: Transform +- uid: 3191 + type: WallSolid + components: + - pos: 12.5,-45.5 + parent: 864 + type: Transform +- uid: 3192 + type: WallSolid + components: + - pos: -9.5,-28.5 + parent: 864 + type: Transform +- uid: 3193 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-19.5 + parent: 864 + type: Transform +- uid: 3194 + type: TableWood + components: + - pos: 5.5,20.5 + parent: 864 + type: Transform +- uid: 3195 + type: GasPipeStraight + components: + - pos: 34.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3196 + type: GasPipeFourway + components: + - pos: 34.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3197 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3198 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-8.5 + parent: 864 + type: Transform +- uid: 3199 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-9.5 + parent: 864 + type: Transform +- uid: 3200 + type: WallReinforced + components: + - pos: 9.5,-40.5 + parent: 864 + type: Transform +- uid: 3201 + type: WallReinforced + components: + - pos: -1.5,-40.5 + parent: 864 + type: Transform +- uid: 3202 + type: Grille + components: + - pos: 2.5,-39.5 + parent: 864 + type: Transform +- uid: 3203 + type: WallReinforced + components: + - pos: 0.5,-40.5 + parent: 864 + type: Transform +- uid: 3204 + type: WallReinforced + components: + - pos: -0.5,-40.5 + parent: 864 + type: Transform +- uid: 3205 + type: ReinforcedWindow + components: + - pos: 2.5,-39.5 + parent: 864 + type: Transform +- uid: 3206 + type: FirelockGlass + components: + - pos: 15.5,-19.5 + parent: 864 + type: Transform +- uid: 3207 + type: WallSolid + components: + - pos: 9.5,-48.5 + parent: 864 + type: Transform +- uid: 3208 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 16.5,-19.5 + parent: 864 + type: Transform +- uid: 3209 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 15.5,-19.5 + parent: 864 + type: Transform +- uid: 3210 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-19.5 + parent: 864 + type: Transform +- uid: 3211 + type: SignalSwitch + components: + - pos: 16.5,15.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 6623 + - port: Open + uid: 673 + - port: Open + uid: 2470 + - port: Open + uid: 3213 + - port: Open + uid: 6770 + - port: Open + uid: 5436 + - port: Open + uid: 5120 + Off: + - port: Close + uid: 6623 + - port: Close + uid: 673 + - port: Close + uid: 2470 + - port: Close + uid: 3213 + - port: Close + uid: 6770 + - port: Close + uid: 5436 + - port: Close + uid: 5120 + type: SignalTransmitter +- uid: 3212 + type: FirelockGlass + components: + - pos: 6.5,-55.5 + parent: 864 + type: Transform +- uid: 3213 + type: ShuttersNormalOpen + components: + - rot: -1.5707963267948966 rad + pos: 15.5,10.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -112358.78 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 3211 + Close: + - port: Off + uid: 3211 + Toggle: [] + type: SignalReceiver +- uid: 3214 + type: WallSolid + components: + - pos: 2.5,-44.5 + parent: 864 + type: Transform +- uid: 3215 + type: WallSolid + components: + - pos: 8.5,-48.5 + parent: 864 + type: Transform +- uid: 3216 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 10.5,-27.5 + parent: 864 + type: Transform +- uid: 3217 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 10.5,-26.5 + parent: 864 + type: Transform +- uid: 3218 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: -0.5,-26.5 + parent: 864 + type: Transform +- uid: 3219 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-18.5 + parent: 864 + type: Transform +- uid: 3220 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-16.5 + parent: 864 + type: Transform +- uid: 3221 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-19.5 + parent: 864 + type: Transform +- uid: 3222 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 33.5,31.5 + parent: 864 + type: Transform +- uid: 3223 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 33.5,33.5 + parent: 864 + type: Transform +- uid: 3224 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 25.5,31.5 + parent: 864 + type: Transform +- uid: 3225 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 25.5,32.5 + parent: 864 + type: Transform +- uid: 3226 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 25.5,33.5 + parent: 864 + type: Transform +- uid: 3227 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 26.5,33.5 + parent: 864 + type: Transform +- uid: 3228 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 28.5,33.5 + parent: 864 + type: Transform +- uid: 3229 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,29.5 + parent: 864 + type: Transform +- uid: 3230 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,31.5 + parent: 864 + type: Transform +- uid: 3231 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,33.5 + parent: 864 + type: Transform +- uid: 3232 + type: HighSecArmoryLocked + components: + - pos: 30.5,24.5 + parent: 864 + type: Transform +- uid: 3233 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 32.5,33.5 + parent: 864 + type: Transform +- uid: 3234 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,37.5 + parent: 864 + type: Transform +- uid: 3235 + type: HighSecArmoryLocked + components: + - pos: 28.5,24.5 + parent: 864 + type: Transform +- uid: 3236 + type: DeployableBarrier + components: + - pos: 29.5,25.5 + parent: 864 + type: Transform + - bodyType: Dynamic + type: Physics +- uid: 3237 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-24.5 + parent: 864 + type: Transform +- uid: 3238 + type: TableWood + components: + - pos: 6.5,20.5 + parent: 864 + type: Transform +- uid: 3239 + type: WallReinforced + components: + - pos: 13.5,-39.5 + parent: 864 + type: Transform +- uid: 3240 + type: WallReinforced + components: + - pos: -12.5,-34.5 + parent: 864 + type: Transform +- uid: 3241 + type: SignAtmosMinsky + components: + - pos: -30.5,-29.5 + parent: 864 + type: Transform +- uid: 3242 + type: WallSolid + components: + - pos: 35.5,-44.5 + parent: 864 + type: Transform +- uid: 3243 + type: WallSolid + components: + - pos: 41.5,-49.5 + parent: 864 + type: Transform +- uid: 3244 + type: AirlockMaintLocked + components: + - pos: 36.5,-44.5 + parent: 864 + type: Transform +- uid: 3245 + type: WallSolid + components: + - pos: 39.5,-47.5 + parent: 864 + type: Transform +- uid: 3246 + type: WallReinforced + components: + - pos: 39.5,-44.5 + parent: 864 + type: Transform +- uid: 3247 + type: WallSolid + components: + - pos: 41.5,-48.5 + parent: 864 + type: Transform +- uid: 3248 + type: WindoorChemistryLocked + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-46.5 + parent: 864 + type: Transform +- uid: 3249 + type: WallSolid + components: + - pos: -3.5,-51.5 + parent: 864 + type: Transform +- uid: 3250 + type: TableWood + components: + - pos: -2.5,-48.5 + parent: 864 + type: Transform +- uid: 3251 + type: TableWood + components: + - pos: -2.5,-49.5 + parent: 864 + type: Transform +- uid: 3252 + type: WallSolid + components: + - pos: -5.5,-51.5 + parent: 864 + type: Transform +- uid: 3253 + type: AirlockMedicalGlass + components: + - pos: -7.5,-50.5 + parent: 864 + type: Transform +- uid: 3254 + type: WallSolid + components: + - pos: -6.5,-51.5 + parent: 864 + type: Transform +- uid: 3255 + type: TableWood + components: + - pos: -5.5,-48.5 + parent: 864 + type: Transform +- uid: 3256 + type: TableWood + components: + - pos: -6.5,-48.5 + parent: 864 + type: Transform +- uid: 3257 + type: WallSolid + components: + - pos: -2.5,-50.5 + parent: 864 + type: Transform +- uid: 3258 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 1.5,-45.5 + parent: 864 + type: Transform +- uid: 3259 + type: FirelockGlass + components: + - pos: -9.5,-51.5 + parent: 864 + type: Transform +- uid: 3260 + type: FirelockGlass + components: + - pos: -8.5,-51.5 + parent: 864 + type: Transform +- uid: 3261 + type: AirlockMedicalGlass + components: + - pos: -8.5,-50.5 + parent: 864 + type: Transform +- uid: 3262 + type: AirlockMedicalLocked + components: + - pos: -4.5,-51.5 + parent: 864 + type: Transform +- uid: 3263 + type: WallSolid + components: + - pos: 7.5,-54.5 + parent: 864 + type: Transform +- uid: 3264 + type: Firelock + components: + - pos: -9.5,-44.5 + parent: 864 + type: Transform +- uid: 3265 + type: Firelock + components: + - pos: -8.5,-44.5 + parent: 864 + type: Transform +- uid: 3266 + type: Firelock + components: + - pos: -7.5,-44.5 + parent: 864 + type: Transform +- uid: 3267 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-44.5 + parent: 864 + type: Transform +- uid: 3268 + type: Firelock + components: + - pos: -0.5,-44.5 + parent: 864 + type: Transform +- uid: 3269 + type: Firelock + components: + - pos: 0.5,-44.5 + parent: 864 + type: Transform +- uid: 3270 + type: TableReinforced + components: + - pos: 1.5,-46.5 + parent: 864 + type: Transform +- uid: 3271 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 33.5,13.5 + parent: 864 + type: Transform +- uid: 3272 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-40.5 + parent: 864 + type: Transform +- uid: 3273 + type: ReinforcedWindow + components: + - pos: -6.5,-36.5 + parent: 864 + type: Transform +- uid: 3274 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-40.5 + parent: 864 + type: Transform +- uid: 3275 + type: ReinforcedWindow + components: + - pos: -6.5,-37.5 + parent: 864 + type: Transform +- uid: 3276 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-58.5 + parent: 864 + type: Transform +- uid: 3277 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-58.5 + parent: 864 + type: Transform +- uid: 3278 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-58.5 + parent: 864 + type: Transform +- uid: 3279 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-55.5 + parent: 864 + type: Transform +- uid: 3280 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-55.5 + parent: 864 + type: Transform +- uid: 3281 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-58.5 + parent: 864 + type: Transform +- uid: 3282 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-58.5 + parent: 864 + type: Transform +- uid: 3283 + type: RailingCorner + components: + - rot: 1.5707963267948966 rad + pos: 61.5,-7.5 + parent: 864 + type: Transform +- uid: 3284 + type: HospitalCurtainsOpen + components: + - pos: -2.5,-55.5 + parent: 864 + type: Transform + - canCollide: False + type: Physics +- uid: 3285 + type: HospitalCurtainsOpen + components: + - pos: -5.5,-55.5 + parent: 864 + type: Transform + - canCollide: False + type: Physics +- uid: 3286 + type: HospitalCurtainsOpen + components: + - pos: -11.5,-55.5 + parent: 864 + type: Transform + - canCollide: False + type: Physics +- uid: 3287 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-55.5 + parent: 864 + type: Transform +- uid: 3288 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-55.5 + parent: 864 + type: Transform +- uid: 3289 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-55.5 + parent: 864 + type: Transform +- uid: 3290 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-56.5 + parent: 864 + type: Transform +- uid: 3291 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-56.5 + parent: 864 + type: Transform +- uid: 3292 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-56.5 + parent: 864 + type: Transform +- uid: 3293 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-56.5 + parent: 864 + type: Transform +- uid: 3294 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-56.5 + parent: 864 + type: Transform +- uid: 3295 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-56.5 + parent: 864 + type: Transform +- uid: 3296 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-55.5 + parent: 864 + type: Transform +- uid: 3297 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-55.5 + parent: 864 + type: Transform +- uid: 3298 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-58.5 + parent: 864 + type: Transform +- uid: 3299 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-55.5 + parent: 864 + type: Transform +- uid: 3300 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -23.5,-60.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 3301 + type: AirlockMedicalGlassLocked + components: + - rot: 3.141592653589793 rad + pos: -8.5,-58.5 + parent: 864 + type: Transform +- uid: 3302 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-57.5 + parent: 864 + type: Transform +- uid: 3303 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-57.5 + parent: 864 + type: Transform +- uid: 3304 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-58.5 + parent: 864 + type: Transform +- uid: 3305 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-57.5 + parent: 864 + type: Transform +- uid: 3306 + type: MedicalBed + components: + - pos: -9.5,-57.5 + parent: 864 + type: Transform +- uid: 3307 + type: MedicalBed + components: + - pos: -12.5,-57.5 + parent: 864 + type: Transform +- uid: 3308 + type: MedicalBed + components: + - pos: -3.5,-57.5 + parent: 864 + type: Transform +- uid: 3309 + type: MedicalBed + components: + - pos: -0.5,-57.5 + parent: 864 + type: Transform +- uid: 3310 + type: MedicalBed + components: + - pos: 2.5,-57.5 + parent: 864 + type: Transform +- uid: 3311 + type: BedsheetMedical + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-57.5 + parent: 864 + type: Transform +- uid: 3312 + type: BedsheetMedical + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-57.5 + parent: 864 + type: Transform +- uid: 3313 + type: BedsheetMedical + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-57.5 + parent: 864 + type: Transform +- uid: 3314 + type: BedsheetMedical + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-57.5 + parent: 864 + type: Transform +- uid: 3315 + type: BedsheetMedical + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-57.5 + parent: 864 + type: Transform +- uid: 3316 + type: BedsheetMedical + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-57.5 + parent: 864 + type: Transform +- uid: 3317 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-56.5 + parent: 864 + type: Transform +- uid: 3318 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-56.5 + parent: 864 + type: Transform +- uid: 3319 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-56.5 + parent: 864 + type: Transform +- uid: 3320 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-56.5 + parent: 864 + type: Transform +- uid: 3321 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-56.5 + parent: 864 + type: Transform +- uid: 3322 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-56.5 + parent: 864 + type: Transform +- uid: 3323 + type: FirelockGlass + components: + - pos: -19.5,-58.5 + parent: 864 + type: Transform +- uid: 3324 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -11.5,-51.5 + parent: 864 + type: Transform +- uid: 3325 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-76.5 + parent: 864 + type: Transform +- uid: 3326 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -14.5,-51.5 + parent: 864 + type: Transform +- uid: 3327 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -15.5,-51.5 + parent: 864 + type: Transform +- uid: 3328 + type: WallSolid + components: + - pos: 9.5,-51.5 + parent: 864 + type: Transform +- uid: 3329 + type: WallSolid + components: + - pos: 5.5,-51.5 + parent: 864 + type: Transform +- uid: 3330 + type: WallSolid + components: + - pos: 7.5,-52.5 + parent: 864 + type: Transform +- uid: 3331 + type: AirlockMaintLocked + components: + - name: medbay + type: MetaData + - rot: 1.5707963267948966 rad + pos: 7.5,-53.5 + parent: 864 + type: Transform +- uid: 3332 + type: WallSolid + components: + - pos: 9.5,-53.5 + parent: 864 + type: Transform +- uid: 3333 + type: WallSolid + components: + - pos: 10.5,-50.5 + parent: 864 + type: Transform +- uid: 3334 + type: WallSolid + components: + - pos: 11.5,-50.5 + parent: 864 + type: Transform +- uid: 3335 + type: WallSolid + components: + - pos: -17.5,-66.5 + parent: 864 + type: Transform +- uid: 3336 + type: CloningPod + components: + - pos: -7.5,-63.5 + parent: 864 + type: Transform + - containers: + - machine_parts + - machine_board + type: Construction + - containers: + clonepod-bodyContainer: !type:ContainerSlot {} + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer + - inputs: + CloningPodReceiver: [] + type: SignalReceiver +- uid: 3337 + type: ComputerCloningConsole + components: + - pos: -8.5,-63.5 + parent: 864 + type: Transform +- uid: 3338 + type: VendingMachineMedical + components: + - pos: -10.5,-52.5 + parent: 864 + type: Transform +- uid: 3339 + type: VendingMachineCoffee + components: + - pos: -5.5,-52.5 + parent: 864 + type: Transform +- uid: 3340 + type: FirelockGlass + components: + - pos: -6.5,-62.5 + parent: 864 + type: Transform +- uid: 3341 + type: AirlockMedicalLocked + components: + - name: morgue + type: MetaData + - pos: -13.5,-62.5 + parent: 864 + type: Transform +- uid: 3342 + type: FirelockGlass + components: + - pos: -2.5,-62.5 + parent: 864 + type: Transform +- uid: 3343 + type: BiomassReclaimer + components: + - pos: -5.5,-66.5 + parent: 864 + type: Transform +- uid: 3344 + type: WallSolid + components: + - pos: -17.5,-62.5 + parent: 864 + type: Transform +- uid: 3345 + type: WallSolid + components: + - pos: -16.5,-62.5 + parent: 864 + type: Transform +- uid: 3346 + type: WallSolid + components: + - pos: -15.5,-62.5 + parent: 864 + type: Transform +- uid: 3347 + type: WallSolid + components: + - pos: -14.5,-62.5 + parent: 864 + type: Transform +- uid: 3348 + type: WallSolid + components: + - pos: -12.5,-62.5 + parent: 864 + type: Transform +- uid: 3349 + type: WallSolid + components: + - pos: -11.5,-62.5 + parent: 864 + type: Transform +- uid: 3350 + type: Morgue + components: + - rot: -1.5707963267948966 rad + pos: -11.525187,-65.36892 + parent: 864 + type: Transform +- uid: 3351 + type: Morgue + components: + - rot: -1.5707963267948966 rad + pos: -11.540812,-64.43142 + parent: 864 + type: Transform +- uid: 3352 + type: Morgue + components: + - rot: 1.5707963267948966 rad + pos: -13.559625,-64.42283 + parent: 864 + type: Transform +- uid: 3353 + type: Morgue + components: + - rot: 1.5707963267948966 rad + pos: -13.528375,-65.38941 + parent: 864 + type: Transform +- uid: 3354 + type: Morgue + components: + - rot: 1.5707963267948966 rad + pos: -13.544,-66.34254 + parent: 864 + type: Transform +- uid: 3355 + type: Morgue + components: + - rot: -1.5707963267948966 rad + pos: -14.559625,-64.383125 + parent: 864 + type: Transform +- uid: 3356 + type: Morgue + components: + - rot: -1.5707963267948966 rad + pos: -14.528375,-65.33625 + parent: 864 + type: Transform +- uid: 3357 + type: Morgue + components: + - rot: -1.5707963267948966 rad + pos: -14.559625,-66.3675 + parent: 864 + type: Transform +- uid: 3358 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-53.5 + parent: 864 + type: Transform +- uid: 3359 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-53.5 + parent: 864 + type: Transform +- uid: 3360 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-53.5 + parent: 864 + type: Transform +- uid: 3361 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-53.5 + parent: 864 + type: Transform +- uid: 3362 + type: WallSolid + components: + - pos: 1.5,-66.5 + parent: 864 + type: Transform +- uid: 3363 + type: MedkitFilled + components: + - pos: -9.438502,-56.494907 + parent: 864 + type: Transform +- uid: 3364 + type: MedkitFilled + components: + - pos: -6.381832,-56.494907 + parent: 864 + type: Transform +- uid: 3365 + type: MedkitFilled + components: + - pos: -0.6009489,-56.479282 + parent: 864 + type: Transform +- uid: 3366 + type: MedkitFilled + components: + - pos: 2.499082,-56.494907 + parent: 864 + type: Transform +- uid: 3367 + type: SignSurgery + components: + - pos: -1.5,-62.5 + parent: 864 + type: Transform +- uid: 3368 + type: SignCloning + components: + - pos: -7.5,-62.5 + parent: 864 + type: Transform +- uid: 3369 + type: OperatingTable + components: + - pos: -1.5,-65.5 + parent: 864 + type: Transform +- uid: 3370 + type: TableCounterMetal + components: + - pos: 0.5,-64.5 + parent: 864 + type: Transform +- uid: 3371 + type: TableCounterMetal + components: + - pos: 0.5,-65.5 + parent: 864 + type: Transform +- uid: 3372 + type: TableCounterMetal + components: + - pos: 0.5,-66.5 + parent: 864 + type: Transform +- uid: 3373 + type: Saw + components: + - pos: 0.4741887,-64.29508 + parent: 864 + type: Transform +- uid: 3374 + type: Retractor + components: + - pos: 0.5210637,-65.43571 + parent: 864 + type: Transform +- uid: 3375 + type: WallSolid + components: + - pos: 1.5,-68.5 + parent: 864 + type: Transform +- uid: 3376 + type: WallSolid + components: + - pos: 0.5,-68.5 + parent: 864 + type: Transform +- uid: 3377 + type: WallSolid + components: + - pos: -0.5,-68.5 + parent: 864 + type: Transform +- uid: 3378 + type: WallSolid + components: + - pos: -2.5,-68.5 + parent: 864 + type: Transform +- uid: 3379 + type: WallSolid + components: + - pos: -3.5,-68.5 + parent: 864 + type: Transform +- uid: 3380 + type: WallSolid + components: + - pos: -4.5,-68.5 + parent: 864 + type: Transform +- uid: 3381 + type: WallSolid + components: + - pos: -4.5,-67.5 + parent: 864 + type: Transform +- uid: 3382 + type: SawElectric + components: + - pos: 0.5054387,-66.18094 + parent: 864 + type: Transform +- uid: 3383 + type: TableCounterMetal + components: + - pos: -3.5,-64.5 + parent: 864 + type: Transform +- uid: 3384 + type: TableCounterMetal + components: + - pos: -3.5,-65.5 + parent: 864 + type: Transform +- uid: 3385 + type: TableCounterMetal + components: + - pos: -3.5,-66.5 + parent: 864 + type: Transform +- uid: 3386 + type: ReinforcedWindow + components: + - pos: 2.5,-62.5 + parent: 864 + type: Transform +- uid: 3387 + type: ReinforcedWindow + components: + - pos: 4.5,-62.5 + parent: 864 + type: Transform +- uid: 3388 + type: HospitalCurtainsOpen + components: + - pos: 3.5,-62.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -390788.8 + state: Closing + type: Door + - canCollide: False + type: Physics +- uid: 3389 + type: WallSolid + components: + - pos: 5.5,-62.5 + parent: 864 + type: Transform +- uid: 3390 + type: WallSolid + components: + - pos: 5.5,-64.5 + parent: 864 + type: Transform +- uid: 3391 + type: WallSolid + components: + - pos: 5.5,-65.5 + parent: 864 + type: Transform +- uid: 3392 + type: WallSolid + components: + - pos: 5.5,-66.5 + parent: 864 + type: Transform +- uid: 3393 + type: WallSolid + components: + - pos: 4.5,-66.5 + parent: 864 + type: Transform +- uid: 3394 + type: WallSolid + components: + - pos: 3.5,-66.5 + parent: 864 + type: Transform +- uid: 3395 + type: StasisBed + components: + - pos: 4.5,-64.5 + parent: 864 + type: Transform +- uid: 3396 + type: WallSolid + components: + - pos: 2.5,-66.5 + parent: 864 + type: Transform +- uid: 3397 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-68.5 + parent: 864 + type: Transform +- uid: 3398 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-68.5 + parent: 864 + type: Transform +- uid: 3399 + type: LockerChemistryFilled + components: + - pos: 6.5,-50.5 + parent: 864 + type: Transform +- uid: 3400 + type: SignChem + components: + - pos: 2.5,-44.5 + parent: 864 + type: Transform +- uid: 3401 + type: WardrobeChemistry + components: + - pos: 5.5,-50.5 + parent: 864 + type: Transform +- uid: 3402 + type: KitchenReagentGrinder + components: + - pos: 3.5,-45.5 + parent: 864 + type: Transform +- uid: 3403 + type: DisposalUnit + components: + - pos: 6.5,-47.5 + parent: 864 + type: Transform +- uid: 3404 + type: AirAlarm + components: + - pos: 20.5,-51.5 + parent: 864 + type: Transform + - devices: + - 22004 + - 21507 + - 21505 + type: DeviceList +- uid: 3405 + type: BoxLatexGloves + components: + - pos: -3.4917045,-65.06756 + parent: 864 + type: Transform +- uid: 3406 + type: LockerMedicalFilled + components: + - pos: -7.5,-59.5 + parent: 864 + type: Transform +- uid: 3407 + type: MedicalScanner + components: + - pos: -9.5,-63.5 + parent: 864 + type: Transform +- uid: 3408 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 3409 + type: computerBodyScanner + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-65.5 + parent: 864 + type: Transform +- uid: 3410 + type: TableReinforced + components: + - pos: 28.5,32.5 + parent: 864 + type: Transform +- uid: 3411 + type: TableReinforced + components: + - pos: 30.5,32.5 + parent: 864 + type: Transform +- uid: 3412 + type: TableReinforced + components: + - pos: 31.5,32.5 + parent: 864 + type: Transform +- uid: 3413 + type: TableReinforced + components: + - pos: 26.5,30.5 + parent: 864 + type: Transform +- uid: 3414 + type: WeaponLaserCarbine + components: + - pos: 26.496643,28.39685 + parent: 864 + type: Transform +- uid: 3415 + type: TableReinforced + components: + - pos: 26.5,28.5 + parent: 864 + type: Transform +- uid: 3416 + type: WeaponLaserCarbine + components: + - pos: 26.481018,30.474976 + parent: 864 + type: Transform +- uid: 3417 + type: TableReinforced + components: + - pos: 32.5,28.5 + parent: 864 + type: Transform +- uid: 3418 + type: WeaponLaserCarbine + components: + - pos: 32.38727,30.4906 + parent: 864 + type: Transform +- uid: 3419 + type: TableReinforced + components: + - pos: 32.5,30.5 + parent: 864 + type: Transform +- uid: 3420 + type: ReinforcedWindow + components: + - pos: -18.5,-58.5 + parent: 864 + type: Transform +- uid: 3421 + type: ReinforcedWindow + components: + - pos: -20.5,-58.5 + parent: 864 + type: Transform +- uid: 3422 + type: WallReinforced + components: + - pos: -21.5,-58.5 + parent: 864 + type: Transform +- uid: 3423 + type: WallReinforced + components: + - pos: -21.5,-54.5 + parent: 864 + type: Transform +- uid: 3424 + type: Paper + components: + - pos: -19.652138,-56.366646 + parent: 864 + type: Transform +- uid: 3425 + type: Paper + components: + - pos: -19.324013,-56.429146 + parent: 864 + type: Transform +- uid: 3426 + type: Paper + components: + - pos: -19.574013,-56.56977 + parent: 864 + type: Transform +- uid: 3427 + type: LampGold + components: + - pos: -18.78946,-56.159798 + parent: 864 + type: Transform + - toggleAction: + icon: Objects/Tools/flashlight.rsi/flashlight.png + iconOn: Objects/Tools/flashlight.rsi/flashlight-on.png + name: action-name-toggle-light + description: action-description-toggle-light + keywords: [] + event: !type:ToggleActionEvent {} + type: HandheldLight +- uid: 3428 + type: CableHV + components: + - pos: -0.5,-17.5 + parent: 864 + type: Transform +- uid: 3429 + type: CableHV + components: + - pos: -1.5,-17.5 + parent: 864 + type: Transform +- uid: 3430 + type: CableHV + components: + - pos: -1.5,-18.5 + parent: 864 + type: Transform +- uid: 3431 + type: CableMV + components: + - pos: 8.5,-15.5 + parent: 864 + type: Transform +- uid: 3432 + type: CableHV + components: + - pos: 30.5,-3.5 + parent: 864 + type: Transform +- uid: 3433 + type: CableHV + components: + - pos: 30.5,0.5 + parent: 864 + type: Transform +- uid: 3434 + type: CableHV + components: + - pos: 30.5,1.5 + parent: 864 + type: Transform +- uid: 3435 + type: CableHV + components: + - pos: 30.5,2.5 + parent: 864 + type: Transform +- uid: 3436 + type: CableHV + components: + - pos: 30.5,3.5 + parent: 864 + type: Transform +- uid: 3437 + type: CableHV + components: + - pos: 30.5,4.5 + parent: 864 + type: Transform +- uid: 3438 + type: CableHV + components: + - pos: 30.5,5.5 + parent: 864 + type: Transform +- uid: 3439 + type: FirelockGlass + components: + - pos: 31.5,8.5 + parent: 864 + type: Transform +- uid: 3440 + type: CableHV + components: + - pos: 30.5,6.5 + parent: 864 + type: Transform +- uid: 3441 + type: Bucket + components: + - pos: 23.48703,-0.51067877 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 3442 + type: WaterTankFull + components: + - pos: 22.5,-0.5 + parent: 864 + type: Transform +- uid: 3443 + type: AppleSeeds + components: + - pos: 23.440155,1.5518212 + parent: 864 + type: Transform +- uid: 3444 + type: AppleSeeds + components: + - pos: 23.440155,1.5361962 + parent: 864 + type: Transform +- uid: 3445 + type: AppleSeeds + components: + - pos: 23.440155,1.5361962 + parent: 864 + type: Transform +- uid: 3446 + type: PineappleSeeds + components: + - pos: 23.408905,1.4736962 + parent: 864 + type: Transform +- uid: 3447 + type: FoodCakeBirthdaySlice + components: + - pos: 24.43676,1.0293168 + parent: 864 + type: Transform +- uid: 3448 + type: CarpetBlue + components: + - pos: 24.5,0.5 + parent: 864 + type: Transform +- uid: 3449 + type: CarpetBlue + components: + - pos: 23.5,1.5 + parent: 864 + type: Transform +- uid: 3450 + type: CarpetBlue + components: + - pos: 23.5,0.5 + parent: 864 + type: Transform +- uid: 3451 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 25.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3452 + type: CarpetBlue + components: + - rot: 3.141592653589793 rad + pos: 24.5,1.5 + parent: 864 + type: Transform +- uid: 3453 + type: CarpetBlue + components: + - pos: 25.5,0.5 + parent: 864 + type: Transform +- uid: 3454 + type: WallSolid + components: + - pos: 11.5,-54.5 + parent: 864 + type: Transform +- uid: 3455 + type: WallSolid + components: + - pos: 10.5,-54.5 + parent: 864 + type: Transform +- uid: 3456 + type: AirlockMaintMedLocked + components: + - name: medbay + type: MetaData + - pos: 6.5,-62.5 + parent: 864 + type: Transform +- uid: 3457 + type: WallSolid + components: + - pos: -21.5,-59.5 + parent: 864 + type: Transform +- uid: 3458 + type: AirlockMaintMedLocked + components: + - name: medbay + type: MetaData + - pos: -21.5,-60.5 + parent: 864 + type: Transform +- uid: 3459 + type: WallSolid + components: + - pos: -21.5,-61.5 + parent: 864 + type: Transform +- uid: 3460 + type: WallSolid + components: + - pos: -21.5,-62.5 + parent: 864 + type: Transform +- uid: 3461 + type: WallSolid + components: + - pos: -20.5,-62.5 + parent: 864 + type: Transform +- uid: 3462 + type: WallSolid + components: + - pos: -18.5,-62.5 + parent: 864 + type: Transform +- uid: 3463 + type: Firelock + components: + - pos: -13.5,-62.5 + parent: 864 + type: Transform +- uid: 3464 + type: DisposalPipe + components: + - pos: 16.5,-35.5 + parent: 864 + type: Transform +- uid: 3465 + type: DisposalPipe + components: + - pos: 16.5,-36.5 + parent: 864 + type: Transform +- uid: 3466 + type: DisposalPipe + components: + - pos: 16.5,-37.5 + parent: 864 + type: Transform +- uid: 3467 + type: DisposalPipe + components: + - pos: 16.5,-38.5 + parent: 864 + type: Transform +- uid: 3468 + type: DisposalPipe + components: + - pos: 16.5,-39.5 + parent: 864 + type: Transform +- uid: 3469 + type: DisposalPipe + components: + - pos: 16.5,-40.5 + parent: 864 + type: Transform +- uid: 3470 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 1.5,-59.5 + parent: 864 + type: Transform +- uid: 3471 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 1.5,-58.5 + parent: 864 + type: Transform +- uid: 3472 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 1.5,-57.5 + parent: 864 + type: Transform +- uid: 3473 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 1.5,-56.5 + parent: 864 + type: Transform +- uid: 3474 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 1.5,-55.5 + parent: 864 + type: Transform +- uid: 3475 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 1.5,-54.5 + parent: 864 + type: Transform +- uid: 3476 + type: DisposalBend + components: + - pos: 1.5,-53.5 + parent: 864 + type: Transform +- uid: 3477 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-53.5 + parent: 864 + type: Transform +- uid: 3478 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-45.5 + parent: 864 + type: Transform +- uid: 3479 + type: DisposalYJunction + components: + - rot: 3.141592653589793 rad + pos: -0.5,-53.5 + parent: 864 + type: Transform +- uid: 3480 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -0.5,-52.5 + parent: 864 + type: Transform +- uid: 3481 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -0.5,-51.5 + parent: 864 + type: Transform +- uid: 3482 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -0.5,-50.5 + parent: 864 + type: Transform +- uid: 3483 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -0.5,-48.5 + parent: 864 + type: Transform +- uid: 3484 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -0.5,-47.5 + parent: 864 + type: Transform +- uid: 3485 + type: DisposalJunctionFlipped + components: + - rot: 3.141592653589793 rad + pos: -0.5,-45.5 + parent: 864 + type: Transform +- uid: 3486 + type: DisposalPipe + components: + - pos: -0.5,-44.5 + parent: 864 + type: Transform +- uid: 3487 + type: DisposalUnit + components: + - pos: 1.5,-59.5 + parent: 864 + type: Transform +- uid: 3488 + type: DisposalUnit + components: + - pos: -2.5,-45.5 + parent: 864 + type: Transform +- uid: 3489 + type: LargeBeaker + components: + - pos: 3.2529097,-47.485813 + parent: 864 + type: Transform + - solution: beaker + type: Drink +- uid: 3490 + type: KitchenReagentGrinder + components: + - pos: 3.5,-47.5 + parent: 864 + type: Transform +- uid: 3491 + type: Table + components: + - pos: 10.5,-58.5 + parent: 864 + type: Transform +- uid: 3492 + type: Table + components: + - pos: 10.5,-59.5 + parent: 864 + type: Transform +- uid: 3493 + type: Table + components: + - pos: 10.5,-61.5 + parent: 864 + type: Transform +- uid: 3494 + type: Table + components: + - pos: 10.5,-62.5 + parent: 864 + type: Transform +- uid: 3495 + type: Table + components: + - pos: 9.5,-62.5 + parent: 864 + type: Transform +- uid: 3496 + type: Table + components: + - pos: 8.5,-62.5 + parent: 864 + type: Transform +- uid: 3497 + type: MedkitToxinFilled + components: + - pos: 10.350285,-59.237457 + parent: 864 + type: Transform +- uid: 3498 + type: MedkitToxinFilled + components: + - pos: 10.649347,-59.372696 + parent: 864 + type: Transform +- uid: 3499 + type: MedkitToxinFilled + components: + - pos: 10.352472,-59.60707 + parent: 864 + type: Transform +- uid: 3500 + type: MedkitRadiationFilled + components: + - pos: 10.352472,-60.278946 + parent: 864 + type: Transform +- uid: 3501 + type: MedkitRadiationFilled + components: + - pos: 10.649347,-60.466446 + parent: 864 + type: Transform +- uid: 3502 + type: MedkitRadiationFilled + components: + - pos: 10.368097,-60.685196 + parent: 864 + type: Transform +- uid: 3503 + type: MedkitOxygenFilled + components: + - pos: 10.352472,-61.403946 + parent: 864 + type: Transform +- uid: 3504 + type: MedkitOxygenFilled + components: + - pos: 10.649347,-61.57582 + parent: 864 + type: Transform +- uid: 3505 + type: MedkitOxygenFilled + components: + - pos: 10.352472,-61.76332 + parent: 864 + type: Transform +- uid: 3506 + type: MedkitBurnFilled + components: + - pos: 9.368097,-58.216446 + parent: 864 + type: Transform +- uid: 3507 + type: MedkitBurnFilled + components: + - pos: 9.633722,-58.372696 + parent: 864 + type: Transform +- uid: 3508 + type: MedkitBruteFilled + components: + - pos: 9.446222,-62.560196 + parent: 864 + type: Transform +- uid: 3509 + type: BoxSterileMask + components: + - pos: 8.352472,-58.29457 + parent: 864 + type: Transform +- uid: 3510 + type: BoxLatexGloves + components: + - pos: 8.430597,-62.372696 + parent: 864 + type: Transform +- uid: 3511 + type: BoxMouthSwab + components: + - pos: 10.414972,-62.341446 + parent: 864 + type: Transform +- uid: 3512 + type: BoxMouthSwab + components: + - pos: 8.805597,-58.41957 + parent: 864 + type: Transform +- uid: 3513 + type: HandheldHealthAnalyzer + components: + - pos: 10.274347,-58.341446 + parent: 864 + type: Transform +- uid: 3514 + type: HandheldHealthAnalyzer + components: + - pos: 10.539972,-58.60707 + parent: 864 + type: Transform +- uid: 3515 + type: WallSolid + components: + - pos: 12.5,-54.5 + parent: 864 + type: Transform +- uid: 3516 + type: WallSolid + components: + - pos: 14.5,-56.5 + parent: 864 + type: Transform +- uid: 3517 + type: WallSolid + components: + - pos: 14.5,-54.5 + parent: 864 + type: Transform +- uid: 3518 + type: WallSolid + components: + - pos: 13.5,-60.5 + parent: 864 + type: Transform +- uid: 3519 + type: WallSolid + components: + - pos: 13.5,-61.5 + parent: 864 + type: Transform +- uid: 3520 + type: WallSolid + components: + - pos: 13.5,-62.5 + parent: 864 + type: Transform +- uid: 3521 + type: WallSolid + components: + - pos: 13.5,-64.5 + parent: 864 + type: Transform +- uid: 3522 + type: WallSolid + components: + - pos: 12.5,-65.5 + parent: 864 + type: Transform +- uid: 3523 + type: WallSolid + components: + - pos: 10.5,-65.5 + parent: 864 + type: Transform +- uid: 3524 + type: WallSolid + components: + - pos: 10.5,-66.5 + parent: 864 + type: Transform +- uid: 3525 + type: GasPipeTJunction + components: + - pos: 21.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3526 + type: GasPipeStraight + components: + - pos: 21.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3527 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3528 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3529 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3530 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3531 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3532 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3533 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3534 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3535 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3536 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3537 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3538 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 25.5,-7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3539 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-6.5 + parent: 864 + type: Transform +- uid: 3540 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-6.5 + parent: 864 + type: Transform +- uid: 3541 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-6.5 + parent: 864 + type: Transform +- uid: 3542 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-6.5 + parent: 864 + type: Transform +- uid: 3543 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-6.5 + parent: 864 + type: Transform +- uid: 3544 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-6.5 + parent: 864 + type: Transform +- uid: 3545 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-6.5 + parent: 864 + type: Transform +- uid: 3546 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 34.5,7.5 + parent: 864 + type: Transform +- uid: 3547 + type: DisposalJunctionFlipped + components: + - pos: 34.5,6.5 + parent: 864 + type: Transform +- uid: 3548 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 35.5,6.5 + parent: 864 + type: Transform +- uid: 3549 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 36.5,6.5 + parent: 864 + type: Transform +- uid: 3550 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 37.5,6.5 + parent: 864 + type: Transform +- uid: 3551 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 38.5,6.5 + parent: 864 + type: Transform +- uid: 3552 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 40.5,6.5 + parent: 864 + type: Transform +- uid: 3553 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 34.5,3.5 + parent: 864 + type: Transform +- uid: 3554 + type: DisposalJunctionFlipped + components: + - pos: 34.5,1.5 + parent: 864 + type: Transform +- uid: 3555 + type: DisposalPipe + components: + - pos: 34.5,-0.5 + parent: 864 + type: Transform +- uid: 3556 + type: DisposalPipe + components: + - pos: 34.5,-1.5 + parent: 864 + type: Transform +- uid: 3557 + type: DisposalPipe + components: + - pos: 36.5,-27.5 + parent: 864 + type: Transform +- uid: 3558 + type: DisposalPipe + components: + - pos: 36.5,-28.5 + parent: 864 + type: Transform +- uid: 3559 + type: DisposalBend + components: + - pos: 18.5,-49.5 + parent: 864 + type: Transform +- uid: 3560 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 15.5,-44.5 + parent: 864 + type: Transform +- uid: 3561 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 16.5,-45.5 + parent: 864 + type: Transform +- uid: 3562 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 15.5,-45.5 + parent: 864 + type: Transform +- uid: 3563 + type: DisposalPipe + components: + - pos: 17.5,-46.5 + parent: 864 + type: Transform +- uid: 3564 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-43.5 + parent: 864 + type: Transform +- uid: 3565 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-43.5 + parent: 864 + type: Transform +- uid: 3566 + type: DisposalPipe + components: + - pos: 19.5,-42.5 + parent: 864 + type: Transform +- uid: 3567 + type: VendingMachineCoffee + components: + - pos: 37.5,-17.5 + parent: 864 + type: Transform +- uid: 3568 + type: JanitorialTrolley + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-22.5 + parent: 864 + type: Transform + - solution: bucket + type: Drink + - containers: + storagebase: !type:Container + ents: [] + mop_slot: !type:ContainerSlot {} + trashbag_slot: !type:ContainerSlot {} + type: ContainerContainer +- uid: 3569 + type: CableMV + components: + - pos: -9.5,-21.5 + parent: 864 + type: Transform +- uid: 3570 + type: AirlockMaintJanitorLocked + components: + - name: janitorial closet + type: MetaData + - rot: -1.5707963267948966 rad + pos: -8.5,-20.5 + parent: 864 + type: Transform +- uid: 3571 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-20.5 + parent: 864 + type: Transform +- uid: 3572 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-20.5 + parent: 864 + type: Transform +- uid: 3573 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 864 + type: Transform +- uid: 3574 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-21.5 + parent: 864 + type: Transform +- uid: 3575 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-23.5 + parent: 864 + type: Transform +- uid: 3576 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-24.5 + parent: 864 + type: Transform +- uid: 3577 + type: Table + components: + - pos: -13.5,-21.5 + parent: 864 + type: Transform +- uid: 3578 + type: Table + components: + - pos: -13.5,-23.5 + parent: 864 + type: Transform +- uid: 3579 + type: MopBucket + components: + - pos: -7.488649,-21.482498 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 3580 + type: MopBucket + components: + - pos: -7.441774,-23.373123 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 3581 + type: SignSmoking + components: + - pos: 1.5,-49.5 + parent: 864 + type: Transform +- uid: 3582 + type: SignInterrogation + components: + - pos: 18.5,18.5 + parent: 864 + type: Transform +- uid: 3583 + type: FireAlarm + components: + - pos: -6.5,-44.5 + parent: 864 + type: Transform + - devices: + - 3936 + - 20458 + - 20459 + - 3269 + - 3268 + - 6838 + - 3266 + - 3265 + - 3264 + - 3259 + - 3260 + - 6149 + - 13839 + - 13838 + - 13840 + - null + - 22048 + type: DeviceList +- uid: 3584 + type: SpawnPointChemist + components: + - pos: 3.5,-48.5 + parent: 864 + type: Transform +- uid: 3585 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 5.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3586 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 3.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3587 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 2.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3588 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 1.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3589 + type: TableWood + components: + - pos: 7.5,20.5 + parent: 864 + type: Transform +- uid: 3590 + type: GasPipeStraight + components: + - pos: 26.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3591 + type: GasPipeStraight + components: + - pos: 26.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3592 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3593 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3594 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3595 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3596 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3597 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3598 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3599 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3600 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3601 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3602 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 21.5,-15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3603 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 21.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3604 + type: GasPipeTJunction + components: + - pos: 20.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3605 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3606 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3607 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 20.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3608 + type: WallReinforced + components: + - pos: 33.5,-26.5 + parent: 864 + type: Transform +- uid: 3609 + type: Multitool + components: + - pos: 18.438862,-22.1858 + parent: 864 + type: Transform +- uid: 3610 + type: WallReinforced + components: + - pos: 26.5,-33.5 + parent: 864 + type: Transform +- uid: 3611 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 21.5,-32.5 + parent: 864 + type: Transform +- uid: 3612 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 24.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3613 + type: WallReinforced + components: + - pos: 27.5,-28.5 + parent: 864 + type: Transform +- uid: 3614 + type: CableApcExtension + components: + - pos: 26.5,-25.5 + parent: 864 + type: Transform +- uid: 3615 + type: CableApcExtension + components: + - pos: 25.5,-25.5 + parent: 864 + type: Transform +- uid: 3616 + type: CableApcExtension + components: + - pos: 24.5,-22.5 + parent: 864 + type: Transform +- uid: 3617 + type: CableApcExtension + components: + - pos: 23.5,-22.5 + parent: 864 + type: Transform +- uid: 3618 + type: CableApcExtension + components: + - pos: 21.5,-24.5 + parent: 864 + type: Transform +- uid: 3619 + type: CableApcExtension + components: + - pos: 21.5,-23.5 + parent: 864 + type: Transform +- uid: 3620 + type: CableApcExtension + components: + - pos: 21.5,-22.5 + parent: 864 + type: Transform +- uid: 3621 + type: CableApcExtension + components: + - pos: 26.5,-23.5 + parent: 864 + type: Transform +- uid: 3622 + type: CableApcExtension + components: + - pos: 27.5,-23.5 + parent: 864 + type: Transform +- uid: 3623 + type: CableApcExtension + components: + - pos: 28.5,-29.5 + parent: 864 + type: Transform +- uid: 3624 + type: CableApcExtension + components: + - pos: 27.5,-29.5 + parent: 864 + type: Transform +- uid: 3625 + type: CableApcExtension + components: + - pos: 27.5,-30.5 + parent: 864 + type: Transform +- uid: 3626 + type: CarpetSBlue + components: + - pos: 21.5,-36.5 + parent: 864 + type: Transform +- uid: 3627 + type: CableApcExtension + components: + - pos: 27.5,-33.5 + parent: 864 + type: Transform +- uid: 3628 + type: CableApcExtension + components: + - pos: 27.5,-34.5 + parent: 864 + type: Transform +- uid: 3629 + type: CableApcExtension + components: + - pos: 28.5,-35.5 + parent: 864 + type: Transform +- uid: 3630 + type: CableApcExtension + components: + - pos: 28.5,-36.5 + parent: 864 + type: Transform +- uid: 3631 + type: CableApcExtension + components: + - pos: 27.5,-36.5 + parent: 864 + type: Transform +- uid: 3632 + type: CableApcExtension + components: + - pos: 26.5,-30.5 + parent: 864 + type: Transform +- uid: 3633 + type: CableApcExtension + components: + - pos: 25.5,-30.5 + parent: 864 + type: Transform +- uid: 3634 + type: CableApcExtension + components: + - pos: 24.5,-30.5 + parent: 864 + type: Transform +- uid: 3635 + type: CableApcExtension + components: + - pos: 23.5,-30.5 + parent: 864 + type: Transform +- uid: 3636 + type: CableApcExtension + components: + - pos: 22.5,-30.5 + parent: 864 + type: Transform +- uid: 3637 + type: CableApcExtension + components: + - pos: 22.5,-28.5 + parent: 864 + type: Transform +- uid: 3638 + type: DisposalPipe + components: + - pos: 18.5,-27.5 + parent: 864 + type: Transform +- uid: 3639 + type: ComfyChair + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-28.5 + parent: 864 + type: Transform +- uid: 3640 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-28.5 + parent: 864 + type: Transform +- uid: 3641 + type: CableApcExtension + components: + - pos: 6.5,-3.5 + parent: 864 + type: Transform +- uid: 3642 + type: CableApcExtension + components: + - pos: 5.5,-3.5 + parent: 864 + type: Transform +- uid: 3643 + type: CableApcExtension + components: + - pos: 4.5,-3.5 + parent: 864 + type: Transform +- uid: 3644 + type: CableApcExtension + components: + - pos: 8.5,-4.5 + parent: 864 + type: Transform +- uid: 3645 + type: CableApcExtension + components: + - pos: 12.5,-5.5 + parent: 864 + type: Transform +- uid: 3646 + type: CableApcExtension + components: + - pos: 12.5,-9.5 + parent: 864 + type: Transform +- uid: 3647 + type: GasPipeStraight + components: + - pos: 24.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3648 + type: GasPipeStraight + components: + - pos: 24.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3649 + type: DisposalPipe + components: + - pos: -23.5,-80.5 + parent: 864 + type: Transform +- uid: 3650 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 23.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3651 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3652 + type: WindoorSecure + components: + - pos: 28.5,-38.5 + parent: 864 + type: Transform +- uid: 3653 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3654 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3655 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3656 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3657 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3658 + type: GasVentScrubber + components: + - pos: 23.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3659 + type: WallSolid + components: + - pos: 38.5,-52.5 + parent: 864 + type: Transform +- uid: 3660 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-36.5 + parent: 864 + type: Transform +- uid: 3661 + type: GasPipeStraight + components: + - pos: 28.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3662 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 22.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3663 + type: GasPipeFourway + components: + - pos: 26.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3664 + type: GasPipeStraight + components: + - pos: 22.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3665 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 20.5,-27.5 + parent: 864 + type: Transform +- uid: 3666 + type: WallSolid + components: + - pos: 37.5,-52.5 + parent: 864 + type: Transform +- uid: 3667 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - rot: 1.5707963267948966 rad + pos: -9.5,-18.5 + parent: 864 + type: Transform +- uid: 3668 + type: GasPipeStraight + components: + - pos: 22.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3669 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-19.5 + parent: 864 + type: Transform +- uid: 3670 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 21.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3671 + type: GasPipeStraight + components: + - pos: 22.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3672 + type: CableHV + components: + - pos: -11.5,-19.5 + parent: 864 + type: Transform +- uid: 3673 + type: CableHV + components: + - pos: -10.5,-19.5 + parent: 864 + type: Transform +- uid: 3674 + type: CableHV + components: + - pos: -9.5,-19.5 + parent: 864 + type: Transform +- uid: 3675 + type: CableHV + components: + - pos: -8.5,-19.5 + parent: 864 + type: Transform +- uid: 3676 + type: CableHV + components: + - pos: -7.5,-19.5 + parent: 864 + type: Transform +- uid: 3677 + type: CableHV + components: + - pos: -6.5,-19.5 + parent: 864 + type: Transform +- uid: 3678 + type: CableHV + components: + - pos: -5.5,-19.5 + parent: 864 + type: Transform +- uid: 3679 + type: CableHV + components: + - pos: -4.5,-19.5 + parent: 864 + type: Transform +- uid: 3680 + type: CableHV + components: + - pos: -4.5,-21.5 + parent: 864 + type: Transform +- uid: 3681 + type: CableMV + components: + - pos: -9.5,-18.5 + parent: 864 + type: Transform +- uid: 3682 + type: CableMV + components: + - pos: -8.5,-18.5 + parent: 864 + type: Transform +- uid: 3683 + type: CableMV + components: + - pos: -8.5,-19.5 + parent: 864 + type: Transform +- uid: 3684 + type: CableMV + components: + - pos: -8.5,-20.5 + parent: 864 + type: Transform +- uid: 3685 + type: CableMV + components: + - pos: -8.5,-21.5 + parent: 864 + type: Transform +- uid: 3686 + type: CableMV + components: + - pos: -10.5,-21.5 + parent: 864 + type: Transform +- uid: 3687 + type: CableMV + components: + - pos: -10.5,-20.5 + parent: 864 + type: Transform +- uid: 3688 + type: APCBasic + components: + - pos: -10.5,-20.5 + parent: 864 + type: Transform +- uid: 3689 + type: CableApcExtension + components: + - pos: -10.5,-22.5 + parent: 864 + type: Transform +- uid: 3690 + type: CableApcExtension + components: + - pos: -15.5,-22.5 + parent: 864 + type: Transform +- uid: 3691 + type: CableApcExtension + components: + - pos: -8.5,-14.5 + parent: 864 + type: Transform +- uid: 3692 + type: CableApcExtension + components: + - pos: -8.5,-13.5 + parent: 864 + type: Transform +- uid: 3693 + type: CableApcExtension + components: + - pos: -10.5,-13.5 + parent: 864 + type: Transform +- uid: 3694 + type: CableApcExtension + components: + - pos: -12.5,-13.5 + parent: 864 + type: Transform +- uid: 3695 + type: CableApcExtension + components: + - pos: -11.5,-13.5 + parent: 864 + type: Transform +- uid: 3696 + type: Bed + components: + - pos: 36.5,7.5 + parent: 864 + type: Transform +- uid: 3697 + type: Bed + components: + - pos: 36.5,4.5 + parent: 864 + type: Transform +- uid: 3698 + type: BedsheetGrey + components: + - pos: 29.5,10.5 + parent: 864 + type: Transform +- uid: 3699 + type: BedsheetGrey + components: + - pos: 32.5,10.5 + parent: 864 + type: Transform +- uid: 3700 + type: BedsheetGrey + components: + - pos: 35.5,10.5 + parent: 864 + type: Transform +- uid: 3701 + type: BedsheetGrey + components: + - pos: 36.5,7.5 + parent: 864 + type: Transform +- uid: 3702 + type: BedsheetGrey + components: + - pos: 36.5,4.5 + parent: 864 + type: Transform +- uid: 3703 + type: ReinforcedWindow + components: + - pos: -12.5,-44.5 + parent: 864 + type: Transform +- uid: 3704 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-44.5 + parent: 864 + type: Transform +- uid: 3705 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-48.5 + parent: 864 + type: Transform +- uid: 3706 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-46.5 + parent: 864 + type: Transform +- uid: 3707 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-44.5 + parent: 864 + type: Transform +- uid: 3708 + type: LockerMedicalFilled + components: + - pos: -14.5,-45.5 + parent: 864 + type: Transform +- uid: 3709 + type: WardrobeMedicalDoctorFilled + components: + - pos: -15.5,-49.5 + parent: 864 + type: Transform +- uid: 3710 + type: LockerMedicalFilled + components: + - pos: -14.5,-49.5 + parent: 864 + type: Transform +- uid: 3711 + type: WardrobeMedicalDoctor + components: + - pos: -15.5,-47.5 + parent: 864 + type: Transform +- uid: 3712 + type: WardrobeMedicalDoctor + components: + - pos: -15.5,-45.5 + parent: 864 + type: Transform +- uid: 3713 + type: LockerMedicalFilled + components: + - pos: -14.5,-47.5 + parent: 864 + type: Transform +- uid: 3714 + type: MedicalBed + components: + - pos: -17.5,-54.5 + parent: 864 + type: Transform +- uid: 3715 + type: BedsheetCMO + components: + - pos: -17.5,-54.5 + parent: 864 + type: Transform +- uid: 3716 + type: Paper + components: + - pos: 6.460813,20.691088 + parent: 864 + type: Transform +- uid: 3717 + type: SpawnPointBotanist + components: + - pos: -7.5,7.5 + parent: 864 + type: Transform +- uid: 3718 + type: BedsheetHOS + components: + - rot: -1.5707963267948966 rad + pos: 8.5,22.5 + parent: 864 + type: Transform +- uid: 3719 + type: Bed + components: + - pos: 8.5,22.5 + parent: 864 + type: Transform +- uid: 3720 + type: SpawnPointBotanist + components: + - pos: -9.5,7.5 + parent: 864 + type: Transform +- uid: 3721 + type: Paper + components: + - pos: 6.351438,20.675463 + parent: 864 + type: Transform +- uid: 3722 + type: DrinkWhiskeySodaGlass + components: + - pos: 7.0699005,20.752857 + parent: 864 + type: Transform +- uid: 3723 + type: Lamp + components: + - rot: -1.5707963267948966 rad + pos: 7.6524577,20.90233 + parent: 864 + type: Transform +- uid: 3724 + type: PosterLegitHereForYourSafety + components: + - pos: 28.5,9.5 + parent: 864 + type: Transform +- uid: 3725 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 19.5,8.5 + parent: 864 + type: Transform +- uid: 3726 + type: SignShock + components: + - pos: 17.5,-30.5 + parent: 864 + type: Transform +- uid: 3727 + type: SignElectricalMed + components: + - pos: -9.5,-19.5 + parent: 864 + type: Transform +- uid: 3728 + type: PosterLegitReportCrimes + components: + - pos: 18.5,-15.5 + parent: 864 + type: Transform +- uid: 3729 + type: PosterContrabandRedRum + components: + - pos: 13.5,4.5 + parent: 864 + type: Transform +- uid: 3730 + type: WallSolid + components: + - pos: -0.5,-3.5 + parent: 864 + type: Transform + - fibers: [] + fingerprints: + - 7FC07534BE5E16EEF246FC44056AB253 + type: Forensics +- uid: 3731 + type: PosterLegitDoNotQuestion + components: + - pos: 23.5,19.5 + parent: 864 + type: Transform +- uid: 3732 + type: PosterContrabandFunPolice + components: + - pos: 4.5,18.5 + parent: 864 + type: Transform +- uid: 3733 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.428345 + parent: 864 + type: Transform +- uid: 3734 + type: AirAlarm + components: + - pos: -2.5,4.5 + parent: 864 + type: Transform + - devices: + - 8986 + - 1097 + - 54 + - 21903 + - 21904 + - 21901 + - 21902 + - 8720 + - 3087 + - 6014 + - 3086 + - 6024 + - 4423 + - 4569 + - 2108 + - 1105 + - 4422 + - 2107 + - 22003 + type: DeviceList +- uid: 3735 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-32.5 + parent: 864 + type: Transform +- uid: 3736 + type: FoodCondimentBottleEnzyme + components: + - pos: 3.5430002,6.7808695 + parent: 864 + type: Transform +- uid: 3737 + type: LargeBeaker + components: + - pos: 4.621125,7.7027445 + parent: 864 + type: Transform + - solution: beaker + type: Drink +- uid: 3738 + type: DrinkMilkCarton + components: + - pos: 4.089875,7.6089945 + parent: 864 + type: Transform +- uid: 3739 + type: DrinkMilkCarton + components: + - pos: 4.246125,7.3902445 + parent: 864 + type: Transform +- uid: 3740 + type: ReagentContainerSugar + components: + - pos: 4.6055,7.306335 + parent: 864 + type: Transform +- uid: 3741 + type: FoodPieBananaCream + components: + - pos: 0.60048115,4.502785 + parent: 864 + type: Transform +- uid: 3742 + type: FoodPieBananaCream + components: + - pos: 1.4813356,4.5242853 + parent: 864 + type: Transform +- uid: 3743 + type: FoodPieBananaCream + components: + - pos: 2.412981,4.51841 + parent: 864 + type: Transform +- uid: 3744 + type: FloorDrain + components: + - pos: 3.5,8.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 3745 + type: Table + components: + - pos: 6.5,-45.5 + parent: 864 + type: Transform +- uid: 3746 + type: FloorDrain + components: + - pos: 3.5,-47.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 3747 + type: ToolboxEmergencyFilled + components: + - pos: 32.514492,-22.142967 + parent: 864 + type: Transform +- uid: 3748 + type: ToolboxElectricalFilled + components: + - pos: 32.498867,-21.158592 + parent: 864 + type: Transform +- uid: 3749 + type: filingCabinet + components: + - pos: 17.5,-14.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 3750 + type: BoxFolderRed + components: + - pos: 20.994316,-12.4294405 + parent: 864 + type: Transform +- uid: 3751 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-33.5 + parent: 864 + type: Transform +- uid: 3752 + type: TableWood + components: + - pos: -6.5,-49.5 + parent: 864 + type: Transform +- uid: 3753 + type: MopItem + components: + - pos: -13.596031,-22.66943 + parent: 864 + type: Transform +- uid: 3754 + type: SprayBottleSpaceCleaner + components: + - pos: -13.517906,-22.26318 + parent: 864 + type: Transform +- uid: 3755 + type: DisposalUnit + components: + - pos: -10.5,-23.5 + parent: 864 + type: Transform +- uid: 3756 + type: ClosetL3JanitorFilled + components: + - pos: -10.5,-21.5 + parent: 864 + type: Transform +- uid: 3757 + type: GasVentScrubber + components: + - pos: -8.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3758 + type: GasPipeStraight + components: + - pos: -11.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3759 + type: GasPipeStraight + components: + - pos: -11.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3760 + type: GasPipeStraight + components: + - pos: -8.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3761 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3762 + type: GasPipeStraight + components: + - pos: 2.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3763 + type: LauncherCreamPie + components: + - pos: 4.462709,-9.678722 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + PneumaticCannon-gasTank: !type:ContainerSlot {} + type: ContainerContainer +- uid: 3764 + type: CarpetPink + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 864 + type: Transform +- uid: 3765 + type: FoodCakeClownSlice + components: + - pos: 2.181459,-2.4230537 + parent: 864 + type: Transform +- uid: 3766 + type: BalloonCorgi + components: + - pos: 0.47833383,-3.3733401 + parent: 864 + type: Transform +- uid: 3767 + type: BalloonCorgi + components: + - pos: 0.75958383,-3.4983401 + parent: 864 + type: Transform +- uid: 3768 + type: CrowbarRed + components: + - pos: 4.478334,-12.322436 + parent: 864 + type: Transform +- uid: 3769 + type: Paper + components: + - pos: 4.462709,-11.197436 + parent: 864 + type: Transform +- uid: 3770 + type: Paper + components: + - pos: 4.462709,-11.197436 + parent: 864 + type: Transform +- uid: 3771 + type: Paper + components: + - pos: 4.462709,-11.197436 + parent: 864 + type: Transform +- uid: 3772 + type: Bed + components: + - pos: 1.5,-11.5 + parent: 864 + type: Transform +- uid: 3773 + type: CarpetPink + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 864 + type: Transform +- uid: 3774 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-23.5 + parent: 864 + type: Transform +- uid: 3775 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 9.5,10.5 + parent: 864 + type: Transform +- uid: 3776 + type: CrateHydroponicsSeeds + components: + - pos: 12.5,-52.5 + parent: 864 + type: Transform +- uid: 3777 + type: WallSolid + components: + - pos: -14.5,-11.5 + parent: 864 + type: Transform +- uid: 3778 + type: ShardGlass + components: + - pos: -9.541685,-9.723692 + parent: 864 + type: Transform +- uid: 3779 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 4.5,11.5 + parent: 864 + type: Transform +- uid: 3780 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -6.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3781 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -7.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3782 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -8.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3783 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3784 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -10.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3785 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -10.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3786 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -9.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3787 + type: GasPipeTJunction + components: + - pos: -10.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3788 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -11.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3789 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3790 + type: GasPipeStraight + components: + - pos: -9.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3791 + type: GasPipeStraight + components: + - pos: -9.5,-3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3792 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3793 + type: GasPipeStraight + components: + - pos: -10.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3794 + type: GasPipeStraight + components: + - pos: -10.5,-0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3795 + type: GasPipeStraight + components: + - pos: -10.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3796 + type: GasPipeStraight + components: + - pos: -10.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3797 + type: GasPipeStraight + components: + - pos: -10.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3798 + type: GasPipeStraight + components: + - pos: -10.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3799 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -10.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3800 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3801 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3802 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -2.5,-65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3803 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -6.5,-65.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3804 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -12.5,-65.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3805 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -8.5,-65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3806 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -15.5,-65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3807 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -5.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3808 + type: GasVentPump + components: + - pos: -2.5,-52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3809 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -8.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3810 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 3.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3811 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 5.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3812 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -0.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3813 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -8.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3814 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -2.5,-64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3815 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -2.5,-63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3816 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -2.5,-62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3817 + type: GasPipeTJunction + components: + - pos: -2.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3818 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3819 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3820 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3821 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3822 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -4.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3823 + type: GasPipeStraight + components: + - pos: -8.5,-63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3824 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -9.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3825 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3826 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3827 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3828 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3829 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3830 + type: GasPipeTJunction + components: + - pos: -15.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3831 + type: GasPipeStraight + components: + - pos: -15.5,-62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3832 + type: GasPipeStraight + components: + - pos: -15.5,-63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3833 + type: GasPipeStraight + components: + - pos: -15.5,-64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3834 + type: GasPipeTJunction + components: + - pos: -0.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3835 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -1.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3836 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -0.5,-61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3837 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -0.5,-62.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3838 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -0.5,-64.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3839 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3840 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3841 + type: GasPipeTJunction + components: + - pos: -12.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3842 + type: GasPipeStraight + components: + - pos: -12.5,-62.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3843 + type: GasPipeStraight + components: + - pos: -12.5,-63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3844 + type: GasPipeStraight + components: + - pos: -12.5,-64.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3845 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3846 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3847 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 3.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3848 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3849 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3850 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3851 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3852 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 5.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3853 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 5.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3854 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3855 + type: GasPipeTJunction + components: + - pos: 5.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3856 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3857 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3858 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3859 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3860 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3861 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3862 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3863 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -1.5,-51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3864 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3865 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3866 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -12.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3867 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3868 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3869 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 21.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3870 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3871 + type: GasPipeBend + components: + - pos: 11.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3872 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3873 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3874 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3875 + type: GasPipeFourway + components: + - pos: -5.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3876 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3877 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3878 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3879 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3880 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -11.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3881 + type: GasPipeStraight + components: + - pos: -3.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3882 + type: GasPipeStraight + components: + - pos: -3.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3883 + type: GasPipeStraight + components: + - pos: -3.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3884 + type: GasPipeStraight + components: + - pos: -3.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3885 + type: GasPipeStraight + components: + - pos: -3.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3886 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3887 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3888 + type: GasPipeTJunction + components: + - pos: 24.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3889 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3890 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3891 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3892 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3893 + type: GasPipeTJunction + components: + - pos: 20.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 3894 + type: FireAlarm + components: + - pos: 30.5,-40.5 + parent: 864 + type: Transform + - devices: + - 11813 + - 11812 + - 11811 + - 6436 + - 1293 + - 3061 + - 22000 + - 7070 + - 2469 + - 1148 + - 2467 + - 6139 + - 6163 + - 6552 + - 10964 + - 5284 + - 5542 + - 6490 + - 2833 + - 6368 + type: DeviceList +- uid: 3895 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-6.5 + parent: 864 + type: Transform +- uid: 3896 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 864 + type: Transform +- uid: 3897 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-8.5 + parent: 864 + type: Transform +- uid: 3898 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-8.5 + parent: 864 + type: Transform +- uid: 3899 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-8.5 + parent: 864 + type: Transform +- uid: 3900 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-8.5 + parent: 864 + type: Transform +- uid: 3901 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 864 + type: Transform +- uid: 3902 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 864 + type: Transform +- uid: 3903 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-6.5 + parent: 864 + type: Transform +- uid: 3904 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-6.5 + parent: 864 + type: Transform +- uid: 3905 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 864 + type: Transform +- uid: 3906 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-7.5 + parent: 864 + type: Transform +- uid: 3907 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-10.5 + parent: 864 + type: Transform +- uid: 3908 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-10.5 + parent: 864 + type: Transform +- uid: 3909 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-12.5 + parent: 864 + type: Transform +- uid: 3910 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-12.5 + parent: 864 + type: Transform +- uid: 3911 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-11.5 + parent: 864 + type: Transform +- uid: 3912 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-11.5 + parent: 864 + type: Transform +- uid: 3913 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-11.5 + parent: 864 + type: Transform +- uid: 3914 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-11.5 + parent: 864 + type: Transform +- uid: 3915 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-10.5 + parent: 864 + type: Transform +- uid: 3916 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-10.5 + parent: 864 + type: Transform +- uid: 3917 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-12.5 + parent: 864 + type: Transform +- uid: 3918 + type: CableApcExtension + components: + - pos: 23.5,-11.5 + parent: 864 + type: Transform +- uid: 3919 + type: CableApcExtension + components: + - pos: 25.5,-11.5 + parent: 864 + type: Transform +- uid: 3920 + type: CableApcExtension + components: + - pos: 25.5,-10.5 + parent: 864 + type: Transform +- uid: 3921 + type: CableApcExtension + components: + - pos: 25.5,-9.5 + parent: 864 + type: Transform +- uid: 3922 + type: CableApcExtension + components: + - pos: 21.5,-6.5 + parent: 864 + type: Transform +- uid: 3923 + type: CableApcExtension + components: + - pos: 20.5,-6.5 + parent: 864 + type: Transform +- uid: 3924 + type: CableApcExtension + components: + - pos: 26.5,-6.5 + parent: 864 + type: Transform +- uid: 3925 + type: CableApcExtension + components: + - pos: 27.5,-6.5 + parent: 864 + type: Transform +- uid: 3926 + type: CableApcExtension + components: + - pos: 28.5,-6.5 + parent: 864 + type: Transform +- uid: 3927 + type: CableHV + components: + - pos: 2.5,-91.5 + parent: 864 + type: Transform +- uid: 3928 + type: CableApcExtension + components: + - pos: 29.5,-6.5 + parent: 864 + type: Transform +- uid: 3929 + type: CableApcExtension + components: + - pos: 30.5,-6.5 + parent: 864 + type: Transform +- uid: 3930 + type: CableApcExtension + components: + - pos: 30.5,-5.5 + parent: 864 + type: Transform +- uid: 3931 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-12.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 3932 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 3933 + type: AirSensor + components: + - pos: -12.5,-49.5 + parent: 864 + type: Transform +- uid: 3934 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 21.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 3935 + type: WallReinforced + components: + - pos: 27.5,-29.5 + parent: 864 + type: Transform +- uid: 3936 + type: AirSensor + components: + - pos: -5.5,-47.5 + parent: 864 + type: Transform +- uid: 3937 + type: AirSensor + components: + - pos: 2.5,-42.5 + parent: 864 + type: Transform +- uid: 3938 + type: CarpetPink + components: + - pos: 21.5,-29.5 + parent: 864 + type: Transform +- uid: 3939 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-40.5 + parent: 864 + type: Transform +- uid: 3940 + type: CableApcExtension + components: + - pos: 29.5,-32.5 + parent: 864 + type: Transform +- uid: 3941 + type: PottedPlant3 + components: + - pos: 14.5,-16.5 + parent: 864 + type: Transform +- uid: 3942 + type: ComputerSurveillanceCameraMonitor + components: + - rot: 3.141592653589793 rad + pos: 18.5,-12.5 + parent: 864 + type: Transform +- uid: 3943 + type: TableWood + components: + - pos: 21.5,-12.5 + parent: 864 + type: Transform +- uid: 3944 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 17.5,-30.5 + parent: 864 + type: Transform +- uid: 3945 + type: SignVirology + components: + - pos: -18.5,-62.5 + parent: 864 + type: Transform +- uid: 3946 + type: SignMorgue + components: + - pos: -15.5,-68.5 + parent: 864 + type: Transform +- uid: 3947 + type: TableWood + components: + - pos: 22.5,-14.5 + parent: 864 + type: Transform +- uid: 3948 + type: BoxForensicPad + components: + - pos: 22.673187,-14.497248 + parent: 864 + type: Transform +- uid: 3949 + type: ForensicScanner + components: + - rot: -1.5707963267948966 rad + pos: 22.266937,-14.419123 + parent: 864 + type: Transform +- uid: 3950 + type: CigPackBlack + components: + - pos: 18.438812,-10.121985 + parent: 864 + type: Transform +- uid: 3951 + type: PersonalAI + components: + - pos: 12.555756,14.495035 + parent: 864 + type: Transform +- uid: 3952 + type: WallReinforced + components: + - pos: 9.5,12.5 + parent: 864 + type: Transform +- uid: 3953 + type: WallReinforced + components: + - pos: 8.5,11.5 + parent: 864 + type: Transform +- uid: 3954 + type: Table + components: + - pos: 8.5,13.5 + parent: 864 + type: Transform +- uid: 3955 + type: Table + components: + - pos: 7.5,12.5 + parent: 864 + type: Transform +- uid: 3956 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 7.5,13.5 + parent: 864 + type: Transform +- uid: 3957 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 7.5,14.5 + parent: 864 + type: Transform +- uid: 3958 + type: DiceBag + components: + - pos: 10.645734,-7.4315987 + parent: 864 + type: Transform +- uid: 3959 + type: FigureSpawner + components: + - pos: 10.5,-6.5 + parent: 864 + type: Transform +- uid: 3960 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-12.5 + parent: 864 + type: Transform +- uid: 3961 + type: BookGnominomicon + components: + - pos: 8.605781,-12.4316845 + parent: 864 + type: Transform +- uid: 3962 + type: CableApcExtension + components: + - pos: 8.5,-3.5 + parent: 864 + type: Transform +- uid: 3963 + type: CableApcExtension + components: + - pos: 8.5,-2.5 + parent: 864 + type: Transform +- uid: 3964 + type: CableApcExtension + components: + - pos: 8.5,-1.5 + parent: 864 + type: Transform +- uid: 3965 + type: CableApcExtension + components: + - pos: 7.5,-1.5 + parent: 864 + type: Transform +- uid: 3966 + type: CableApcExtension + components: + - pos: 6.5,-1.5 + parent: 864 + type: Transform +- uid: 3967 + type: CableApcExtension + components: + - pos: 5.5,-1.5 + parent: 864 + type: Transform +- uid: 3968 + type: CableApcExtension + components: + - pos: 4.5,-1.5 + parent: 864 + type: Transform +- uid: 3969 + type: CableApcExtension + components: + - pos: 4.5,-0.5 + parent: 864 + type: Transform +- uid: 3970 + type: CableApcExtension + components: + - pos: 2.5,0.5 + parent: 864 + type: Transform +- uid: 3971 + type: CableApcExtension + components: + - pos: 0.5,0.5 + parent: 864 + type: Transform +- uid: 3972 + type: CableApcExtension + components: + - pos: -0.5,1.5 + parent: 864 + type: Transform +- uid: 3973 + type: CableApcExtension + components: + - pos: -0.5,2.5 + parent: 864 + type: Transform +- uid: 3974 + type: CableApcExtension + components: + - pos: 0.5,2.5 + parent: 864 + type: Transform +- uid: 3975 + type: CableApcExtension + components: + - pos: 1.5,2.5 + parent: 864 + type: Transform +- uid: 3976 + type: CableApcExtension + components: + - pos: 3.5,2.5 + parent: 864 + type: Transform +- uid: 3977 + type: DisposalTrunk + components: + - pos: 6.5,5.5 + parent: 864 + type: Transform +- uid: 3978 + type: CableApcExtension + components: + - pos: 4.5,2.5 + parent: 864 + type: Transform +- uid: 3979 + type: CableApcExtension + components: + - pos: 5.5,2.5 + parent: 864 + type: Transform +- uid: 3980 + type: CableApcExtension + components: + - pos: 6.5,2.5 + parent: 864 + type: Transform +- uid: 3981 + type: CableApcExtension + components: + - pos: 7.5,2.5 + parent: 864 + type: Transform +- uid: 3982 + type: CableApcExtension + components: + - pos: 11.5,-0.5 + parent: 864 + type: Transform +- uid: 3983 + type: StoolBar + components: + - name: stool + type: MetaData + - pos: 1.5,-1.5 + parent: 864 + type: Transform +- uid: 3984 + type: StoolBar + components: + - name: stool + type: MetaData + - rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 864 + type: Transform +- uid: 3985 + type: StoolBar + components: + - name: stool + type: MetaData + - rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 864 + type: Transform +- uid: 3986 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 864 + type: Transform +- uid: 3987 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 2.5,1.5 + parent: 864 + type: Transform +- uid: 3988 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 864 + type: Transform +- uid: 3989 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 864 + type: Transform +- uid: 3990 + type: PaintingTheKiss + components: + - pos: 27.5,-33.5 + parent: 864 + type: Transform +- uid: 3991 + type: WallReinforced + components: + - pos: 25.5,-33.5 + parent: 864 + type: Transform +- uid: 3992 + type: CableHV + components: + - pos: 11.5,-45.5 + parent: 864 + type: Transform +- uid: 3993 + type: CableHV + components: + - pos: 9.5,-45.5 + parent: 864 + type: Transform +- uid: 3994 + type: CableHV + components: + - pos: 8.5,-45.5 + parent: 864 + type: Transform +- uid: 3995 + type: CableHV + components: + - pos: 13.5,-47.5 + parent: 864 + type: Transform +- uid: 3996 + type: CableHV + components: + - pos: 11.5,-47.5 + parent: 864 + type: Transform +- uid: 3997 + type: CableHV + components: + - pos: 8.5,-47.5 + parent: 864 + type: Transform +- uid: 3998 + type: SubstationBasic + components: + - pos: 8.5,-47.5 + parent: 864 + type: Transform +- uid: 3999 + type: CableMV + components: + - pos: 3.5,-51.5 + parent: 864 + type: Transform +- uid: 4000 + type: CableMV + components: + - pos: 3.5,-53.5 + parent: 864 + type: Transform +- uid: 4001 + type: CableMV + components: + - pos: 1.5,-53.5 + parent: 864 + type: Transform +- uid: 4002 + type: CableMV + components: + - pos: 0.5,-53.5 + parent: 864 + type: Transform +- uid: 4003 + type: CableApcExtension + components: + - pos: -2.5,-51.5 + parent: 864 + type: Transform +- uid: 4004 + type: RevolverCapGun + components: + - pos: 48.521713,-29.492037 + parent: 864 + type: Transform +- uid: 4005 + type: ClosetEmergencyFilledRandom + components: + - pos: -5.5,-68.5 + parent: 864 + type: Transform +- uid: 4006 + type: CableApcExtension + components: + - pos: -1.5,-49.5 + parent: 864 + type: Transform +- uid: 4007 + type: CableApcExtension + components: + - pos: -0.5,-48.5 + parent: 864 + type: Transform +- uid: 4008 + type: CableApcExtension + components: + - pos: 2.5,-48.5 + parent: 864 + type: Transform +- uid: 4009 + type: CableApcExtension + components: + - pos: 4.5,-48.5 + parent: 864 + type: Transform +- uid: 4010 + type: CableHV + components: + - pos: 7.5,-92.5 + parent: 864 + type: Transform +- uid: 4011 + type: CableApcExtension + components: + - pos: -1.5,-47.5 + parent: 864 + type: Transform +- uid: 4012 + type: FlashlightLantern + components: + - pos: -44.49476,-76.35105 + parent: 864 + type: Transform +- uid: 4013 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,-28.5 + parent: 864 + type: Transform +- uid: 4014 + type: CableApcExtension + components: + - pos: -6.5,-47.5 + parent: 864 + type: Transform +- uid: 4015 + type: CableApcExtension + components: + - pos: -3.5,-54.5 + parent: 864 + type: Transform +- uid: 4016 + type: CableApcExtension + components: + - pos: -5.5,-54.5 + parent: 864 + type: Transform +- uid: 4017 + type: CableApcExtension + components: + - pos: -6.5,-54.5 + parent: 864 + type: Transform +- uid: 4018 + type: CableApcExtension + components: + - pos: -8.5,-54.5 + parent: 864 + type: Transform +- uid: 4019 + type: AirlockMaintLocked + components: + - pos: 15.5,-15.5 + parent: 864 + type: Transform +- uid: 4020 + type: CableApcExtension + components: + - pos: -10.5,-54.5 + parent: 864 + type: Transform +- uid: 4021 + type: CableApcExtension + components: + - pos: -11.5,-54.5 + parent: 864 + type: Transform +- uid: 4022 + type: CableApcExtension + components: + - pos: 3.5,-54.5 + parent: 864 + type: Transform +- uid: 4023 + type: CableApcExtension + components: + - pos: 5.5,-55.5 + parent: 864 + type: Transform +- uid: 4024 + type: CableApcExtension + components: + - pos: 5.5,-57.5 + parent: 864 + type: Transform +- uid: 4025 + type: CableApcExtension + components: + - pos: 5.5,-58.5 + parent: 864 + type: Transform +- uid: 4026 + type: CableApcExtension + components: + - pos: 5.5,-59.5 + parent: 864 + type: Transform +- uid: 4027 + type: CableApcExtension + components: + - pos: 6.5,-60.5 + parent: 864 + type: Transform +- uid: 4028 + type: CableApcExtension + components: + - pos: 7.5,-60.5 + parent: 864 + type: Transform +- uid: 4029 + type: CableApcExtension + components: + - pos: 4.5,-60.5 + parent: 864 + type: Transform +- uid: 4030 + type: CableApcExtension + components: + - pos: 1.5,-60.5 + parent: 864 + type: Transform +- uid: 4031 + type: CableApcExtension + components: + - pos: 0.5,-60.5 + parent: 864 + type: Transform +- uid: 4032 + type: CableApcExtension + components: + - pos: -1.5,-61.5 + parent: 864 + type: Transform +- uid: 4033 + type: CableApcExtension + components: + - pos: -1.5,-62.5 + parent: 864 + type: Transform +- uid: 4034 + type: CableApcExtension + components: + - pos: -1.5,-64.5 + parent: 864 + type: Transform +- uid: 4035 + type: CableApcExtension + components: + - pos: -7.5,-61.5 + parent: 864 + type: Transform +- uid: 4036 + type: CableApcExtension + components: + - pos: -6.5,-61.5 + parent: 864 + type: Transform +- uid: 4037 + type: WallReinforced + components: + - pos: 24.5,-31.5 + parent: 864 + type: Transform +- uid: 4038 + type: CableApcExtension + components: + - pos: -11.5,-75.5 + parent: 864 + type: Transform +- uid: 4039 + type: CableApcExtension + components: + - pos: -11.5,-61.5 + parent: 864 + type: Transform +- uid: 4040 + type: CableApcExtension + components: + - pos: -12.5,-61.5 + parent: 864 + type: Transform +- uid: 4041 + type: CableApcExtension + components: + - pos: -13.5,-61.5 + parent: 864 + type: Transform +- uid: 4042 + type: CableApcExtension + components: + - pos: -13.5,-63.5 + parent: 864 + type: Transform +- uid: 4043 + type: CableApcExtension + components: + - pos: -13.5,-65.5 + parent: 864 + type: Transform +- uid: 4044 + type: CableApcExtension + components: + - pos: -13.5,-66.5 + parent: 864 + type: Transform +- uid: 4045 + type: CableApcExtension + components: + - pos: -15.5,-64.5 + parent: 864 + type: Transform +- uid: 4046 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-45.5 + parent: 864 + type: Transform +- uid: 4047 + type: WallSolid + components: + - pos: -21.5,-63.5 + parent: 864 + type: Transform +- uid: 4048 + type: WallSolid + components: + - pos: -21.5,-65.5 + parent: 864 + type: Transform +- uid: 4049 + type: WallSolid + components: + - pos: -26.5,-68.5 + parent: 864 + type: Transform +- uid: 4050 + type: WallSolid + components: + - pos: -26.5,-73.5 + parent: 864 + type: Transform +- uid: 4051 + type: SignCryogenicsMed + components: + - pos: -26.5,-71.5 + parent: 864 + type: Transform +- uid: 4052 + type: WallSolid + components: + - pos: -26.5,-74.5 + parent: 864 + type: Transform +- uid: 4053 + type: WallSolid + components: + - pos: -25.5,-74.5 + parent: 864 + type: Transform +- uid: 4054 + type: WallSolid + components: + - pos: -15.5,-70.5 + parent: 864 + type: Transform +- uid: 4055 + type: WallSolid + components: + - pos: -16.5,-70.5 + parent: 864 + type: Transform +- uid: 4056 + type: ReinforcedWindow + components: + - pos: 27.5,22.5 + parent: 864 + type: Transform +- uid: 4057 + type: AirlockVirologyLocked + components: + - name: virology + type: MetaData + - pos: -16.5,-72.5 + parent: 864 + type: Transform +- uid: 4058 + type: WallSolid + components: + - pos: -16.5,-73.5 + parent: 864 + type: Transform +- uid: 4059 + type: FlashlightLantern + components: + - pos: 11.541302,-66.381775 + parent: 864 + type: Transform +- uid: 4060 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -11.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4061 + type: WallReinforced + components: + - pos: -21.5,-76.5 + parent: 864 + type: Transform +- uid: 4062 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 4063 + type: CableHV + components: + - pos: -3.5,-75.5 + parent: 864 + type: Transform +- uid: 4064 + type: WallSolid + components: + - pos: -6.5,-72.5 + parent: 864 + type: Transform +- uid: 4065 + type: WallSolid + components: + - pos: 36.5,-49.5 + parent: 864 + type: Transform +- uid: 4066 + type: IngotGold + components: + - pos: 47.584213,-27.457407 + parent: 864 + type: Transform +- uid: 4067 + type: WallSolid + components: + - pos: -7.5,-72.5 + parent: 864 + type: Transform +- uid: 4068 + type: CableHV + components: + - pos: 20.5,-42.5 + parent: 864 + type: Transform +- uid: 4069 + type: WallSolid + components: + - pos: -10.5,-72.5 + parent: 864 + type: Transform +- uid: 4070 + type: WallSolid + components: + - pos: -10.5,-73.5 + parent: 864 + type: Transform +- uid: 4071 + type: WallSolid + components: + - pos: -9.5,-73.5 + parent: 864 + type: Transform +- uid: 4072 + type: WallSolid + components: + - pos: -7.5,-73.5 + parent: 864 + type: Transform +- uid: 4073 + type: WallSolid + components: + - pos: 3.5,-70.5 + parent: 864 + type: Transform +- uid: 4074 + type: WallSolid + components: + - pos: 3.5,-68.5 + parent: 864 + type: Transform +- uid: 4075 + type: WallSolid + components: + - pos: 4.5,-68.5 + parent: 864 + type: Transform +- uid: 4076 + type: WallSolid + components: + - pos: 5.5,-68.5 + parent: 864 + type: Transform +- uid: 4077 + type: WallSolid + components: + - pos: 7.5,-67.5 + parent: 864 + type: Transform +- uid: 4078 + type: WallSolid + components: + - pos: 8.5,-66.5 + parent: 864 + type: Transform +- uid: 4079 + type: WallReinforced + components: + - pos: -17.5,-80.5 + parent: 864 + type: Transform +- uid: 4080 + type: WallReinforced + components: + - pos: -15.5,-80.5 + parent: 864 + type: Transform +- uid: 4081 + type: WallReinforced + components: + - pos: -21.5,-74.5 + parent: 864 + type: Transform +- uid: 4082 + type: WallReinforced + components: + - pos: -14.5,-74.5 + parent: 864 + type: Transform +- uid: 4083 + type: WallSolid + components: + - pos: -13.5,-69.5 + parent: 864 + type: Transform +- uid: 4084 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 28.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4085 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 31.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4086 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -17.5,-78.5 + parent: 864 + type: Transform +- uid: 4087 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-76.5 + parent: 864 + type: Transform +- uid: 4088 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-79.5 + parent: 864 + type: Transform +- uid: 4089 + type: TableCounterMetal + components: + - pos: -16.5,-77.5 + parent: 864 + type: Transform +- uid: 4090 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-78.5 + parent: 864 + type: Transform +- uid: 4091 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-81.5 + parent: 864 + type: Transform +- uid: 4092 + type: GasPipeStraight + components: + - pos: 35.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4093 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-81.5 + parent: 864 + type: Transform +- uid: 4094 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-82.5 + parent: 864 + type: Transform +- uid: 4095 + type: WallSolid + components: + - pos: -21.5,-82.5 + parent: 864 + type: Transform +- uid: 4096 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-81.5 + parent: 864 + type: Transform +- uid: 4097 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-81.5 + parent: 864 + type: Transform +- uid: 4098 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-81.5 + parent: 864 + type: Transform +- uid: 4099 + type: WallReinforced + components: + - pos: -27.5,-86.5 + parent: 864 + type: Transform +- uid: 4100 + type: WallSolid + components: + - pos: -21.5,-83.5 + parent: 864 + type: Transform +- uid: 4101 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-83.5 + parent: 864 + type: Transform +- uid: 4102 + type: WallReinforced + components: + - pos: -22.5,-91.5 + parent: 864 + type: Transform +- uid: 4103 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-78.5 + parent: 864 + type: Transform +- uid: 4104 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -26.5,-88.5 + parent: 864 + type: Transform +- uid: 4105 + type: AirlockVirologyGlass + components: + - name: virology testing + type: MetaData + - rot: -1.5707963267948966 rad + pos: -20.5,-83.5 + parent: 864 + type: Transform +- uid: 4106 + type: AirlockVirologyGlassLocked + components: + - name: virology testing + type: MetaData + - rot: -1.5707963267948966 rad + pos: -22.5,-81.5 + parent: 864 + type: Transform +- uid: 4107 + type: Vaccinator + components: + - pos: -22.5,-77.5 + parent: 864 + type: Transform + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 4108 + type: Vaccinator + components: + - pos: -20.5,-76.5 + parent: 864 + type: Transform + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 4109 + type: DiseaseDiagnoser + components: + - pos: -22.5,-75.5 + parent: 864 + type: Transform +- uid: 4110 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 35.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4111 + type: ReinforcedPlasmaWindow + components: + - rot: 3.141592653589793 rad + pos: 25.5,-20.5 + parent: 864 + type: Transform +- uid: 4112 + type: WallSolid + components: + - pos: 10.5,-13.5 + parent: 864 + type: Transform +- uid: 4113 + type: Table + components: + - pos: -22.5,-78.5 + parent: 864 + type: Transform +- uid: 4114 + type: SignBiohazardMed + components: + - pos: -23.5,-74.5 + parent: 864 + type: Transform +- uid: 4115 + type: BoxSyringe + components: + - pos: -22.337778,-78.539825 + parent: 864 + type: Transform +- uid: 4116 + type: Table + components: + - pos: -20.5,-78.5 + parent: 864 + type: Transform +- uid: 4117 + type: BoxSyringe + components: + - pos: -20.550098,-77.81099 + parent: 864 + type: Transform +- uid: 4118 + type: RollerBed + components: + - pos: -29.534147,-77.30682 + parent: 864 + type: Transform +- uid: 4119 + type: TableReinforcedGlass + components: + - pos: -30.5,-77.5 + parent: 864 + type: Transform +- uid: 4120 + type: FireAxeCabinetFilled + components: + - pos: -20.5,-74.5 + parent: 864 + type: Transform +- uid: 4121 + type: BoxFolderYellow + components: + - rot: -1.5707963267948966 rad + pos: -22.614166,-70.214714 + parent: 864 + type: Transform +- uid: 4122 + type: BoxFolderWhite + components: + - rot: -1.5707963267948966 rad + pos: -22.629791,-70.464714 + parent: 864 + type: Transform +- uid: 4123 + type: ChairOfficeLight + components: + - pos: -23.5,-70.5 + parent: 864 + type: Transform +- uid: 4124 + type: PlushieNuke + components: + - pos: -14.485033,-78.68338 + parent: 864 + type: Transform +- uid: 4125 + type: LargeBeaker + components: + - pos: -25.403534,-78.32023 + parent: 864 + type: Transform + - solution: beaker + type: Drink +- uid: 4126 + type: LargeBeaker + components: + - pos: -25.716034,-78.71085 + parent: 864 + type: Transform + - solution: beaker + type: Drink +- uid: 4127 + type: Syringe + components: + - pos: -25.497284,-79.35806 + parent: 864 + type: Transform +- uid: 4128 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-43.5 + parent: 864 + type: Transform +- uid: 4129 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-43.5 + parent: 864 + type: Transform +- uid: 4130 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-43.5 + parent: 864 + type: Transform +- uid: 4131 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-43.5 + parent: 864 + type: Transform +- uid: 4132 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-43.5 + parent: 864 + type: Transform +- uid: 4133 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-43.5 + parent: 864 + type: Transform +- uid: 4134 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-43.5 + parent: 864 + type: Transform +- uid: 4135 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-43.5 + parent: 864 + type: Transform +- uid: 4136 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-43.5 + parent: 864 + type: Transform +- uid: 4137 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-43.5 + parent: 864 + type: Transform +- uid: 4138 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-43.5 + parent: 864 + type: Transform +- uid: 4139 + type: DisposalPipe + components: + - pos: -13.5,-44.5 + parent: 864 + type: Transform +- uid: 4140 + type: DisposalPipe + components: + - pos: -13.5,-46.5 + parent: 864 + type: Transform +- uid: 4141 + type: DisposalPipe + components: + - pos: -13.5,-47.5 + parent: 864 + type: Transform +- uid: 4142 + type: DisposalPipe + components: + - pos: -13.5,-48.5 + parent: 864 + type: Transform +- uid: 4143 + type: DisposalPipe + components: + - pos: -13.5,-49.5 + parent: 864 + type: Transform +- uid: 4144 + type: DisposalPipe + components: + - pos: -13.5,-50.5 + parent: 864 + type: Transform +- uid: 4145 + type: DisposalPipe + components: + - pos: -13.5,-51.5 + parent: 864 + type: Transform +- uid: 4146 + type: DisposalPipe + components: + - pos: -13.5,-52.5 + parent: 864 + type: Transform +- uid: 4147 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-53.5 + parent: 864 + type: Transform +- uid: 4148 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-53.5 + parent: 864 + type: Transform +- uid: 4149 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-54.5 + parent: 864 + type: Transform +- uid: 4150 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-54.5 + parent: 864 + type: Transform +- uid: 4151 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-54.5 + parent: 864 + type: Transform +- uid: 4152 + type: DisposalPipe + components: + - pos: -17.5,-56.5 + parent: 864 + type: Transform +- uid: 4153 + type: DisposalJunctionFlipped + components: + - rot: 3.141592653589793 rad + pos: -17.5,-57.5 + parent: 864 + type: Transform +- uid: 4154 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -17.5,-58.5 + parent: 864 + type: Transform +- uid: 4155 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -17.5,-59.5 + parent: 864 + type: Transform +- uid: 4156 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-57.5 + parent: 864 + type: Transform +- uid: 4157 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-57.5 + parent: 864 + type: Transform +- uid: 4158 + type: DisposalUnit + components: + - pos: -20.5,-57.5 + parent: 864 + type: Transform +- uid: 4159 + type: DisposalPipe + components: + - pos: -19.5,-69.5 + parent: 864 + type: Transform +- uid: 4160 + type: DisposalPipe + components: + - pos: -19.5,-70.5 + parent: 864 + type: Transform +- uid: 4161 + type: DisposalPipe + components: + - pos: -19.5,-71.5 + parent: 864 + type: Transform +- uid: 4162 + type: DisposalPipe + components: + - pos: -19.5,-72.5 + parent: 864 + type: Transform +- uid: 4163 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-73.5 + parent: 864 + type: Transform +- uid: 4164 + type: DisposalUnit + components: + - pos: -17.5,-73.5 + parent: 864 + type: Transform +- uid: 4165 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-73.5 + parent: 864 + type: Transform +- uid: 4166 + type: CableApcExtension + components: + - pos: -21.5,-68.5 + parent: 864 + type: Transform +- uid: 4167 + type: CableApcExtension + components: + - pos: -21.5,-69.5 + parent: 864 + type: Transform +- uid: 4168 + type: CableApcExtension + components: + - pos: -21.5,-70.5 + parent: 864 + type: Transform +- uid: 4169 + type: CableApcExtension + components: + - pos: -20.5,-70.5 + parent: 864 + type: Transform +- uid: 4170 + type: CableApcExtension + components: + - pos: -19.5,-70.5 + parent: 864 + type: Transform +- uid: 4171 + type: CableApcExtension + components: + - pos: -19.5,-69.5 + parent: 864 + type: Transform +- uid: 4172 + type: CableApcExtension + components: + - pos: -19.5,-68.5 + parent: 864 + type: Transform +- uid: 4173 + type: CableApcExtension + components: + - pos: -19.5,-72.5 + parent: 864 + type: Transform +- uid: 4174 + type: CableApcExtension + components: + - pos: -19.5,-73.5 + parent: 864 + type: Transform +- uid: 4175 + type: CableApcExtension + components: + - pos: -18.5,-74.5 + parent: 864 + type: Transform +- uid: 4176 + type: CableApcExtension + components: + - pos: -18.5,-76.5 + parent: 864 + type: Transform +- uid: 4177 + type: CableApcExtension + components: + - pos: -18.5,-77.5 + parent: 864 + type: Transform +- uid: 4178 + type: CableApcExtension + components: + - pos: -17.5,-77.5 + parent: 864 + type: Transform +- uid: 4179 + type: CableApcExtension + components: + - pos: -19.5,-77.5 + parent: 864 + type: Transform +- uid: 4180 + type: JawsOfLife + components: + - pos: -37.499683,-17.476149 + parent: 864 + type: Transform + - useSound: !type:SoundPathSpecifier + path: /Audio/Items/jaws_pry.ogg + type: Tool +- uid: 4181 + type: ReinforcedWindow + components: + - pos: -27.5,-89.5 + parent: 864 + type: Transform +- uid: 4182 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -20.5,-85.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4183 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -34.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4184 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -32.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4185 + type: GasPipeFourway + components: + - pos: -33.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4186 + type: ClothingHeadHelmetCosmonaut + components: + - pos: -31.517996,-64.46434 + parent: 864 + type: Transform +- uid: 4187 + type: CableApcExtension + components: + - pos: -20.5,-85.5 + parent: 864 + type: Transform +- uid: 4188 + type: MedkitFilled + components: + - pos: 18.506996,-21.230959 + parent: 864 + type: Transform +- uid: 4189 + type: SpawnMobWalter + components: + - pos: -0.5,-53.5 + parent: 864 + type: Transform +- uid: 4190 + type: RailingCorner + components: + - pos: -39.5,-84.5 + parent: 864 + type: Transform +- uid: 4191 + type: ReinforcedWindow + components: + - pos: -48.5,-81.5 + parent: 864 + type: Transform +- uid: 4192 + type: ReinforcedWindow + components: + - pos: -48.5,-82.5 + parent: 864 + type: Transform +- uid: 4193 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-73.5 + parent: 864 + type: Transform +- uid: 4194 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-73.5 + parent: 864 + type: Transform +- uid: 4195 + type: DisposalPipe + components: + - pos: -23.5,-82.5 + parent: 864 + type: Transform +- uid: 4196 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-53.5 + parent: 864 + type: Transform +- uid: 4197 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-53.5 + parent: 864 + type: Transform +- uid: 4198 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-53.5 + parent: 864 + type: Transform +- uid: 4199 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-77.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4200 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-78.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4201 + type: ReinforcedWindow + components: + - pos: 21.5,-15.5 + parent: 864 + type: Transform +- uid: 4202 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-80.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4203 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-74.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4204 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-77.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4205 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-78.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4206 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-78.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4207 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4208 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4209 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-80.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4210 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -23.5,-88.5 + parent: 864 + type: Transform +- uid: 4211 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -21.5,-88.5 + parent: 864 + type: Transform +- uid: 4212 + type: WindoorMedicalLocked + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-77.5 + parent: 864 + type: Transform +- uid: 4213 + type: chem_dispenser + components: + - pos: -26.5,-85.5 + parent: 864 + type: Transform +- uid: 4214 + type: CableApcExtension + components: + - pos: -25.5,-87.5 + parent: 864 + type: Transform +- uid: 4215 + type: CableApcExtension + components: + - pos: -25.5,-88.5 + parent: 864 + type: Transform +- uid: 4216 + type: BoxShotgunSlug + components: + - pos: 27.777893,32.615604 + parent: 864 + type: Transform +- uid: 4217 + type: WeaponShotgunKammerer + components: + - pos: 26.711714,32.682312 + parent: 864 + type: Transform +- uid: 4218 + type: WeaponSubMachineGunWt550 + components: + - rot: 6.283185307179586 rad + pos: 29.219366,32.57485 + parent: 864 + type: Transform +- uid: 4219 + type: RiotBulletShield + components: + - pos: 28.086714,32.338562 + parent: 864 + type: Transform +- uid: 4220 + type: RiotShield + components: + - pos: 27.321089,30.40106 + parent: 864 + type: Transform +- uid: 4221 + type: RiotShield + components: + - pos: 31.649214,30.322935 + parent: 864 + type: Transform +- uid: 4222 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-84.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4223 + type: GasPipeStraight + components: + - pos: -24.5,-87.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4224 + type: CableMV + components: + - pos: -20.5,-69.5 + parent: 864 + type: Transform +- uid: 4225 + type: CableMV + components: + - pos: -21.5,-68.5 + parent: 864 + type: Transform +- uid: 4226 + type: CableHV + components: + - pos: -65.5,-25.5 + parent: 864 + type: Transform +- uid: 4227 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-77.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4228 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-77.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4229 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4230 + type: WallReinforced + components: + - pos: -51.5,-52.5 + parent: 864 + type: Transform +- uid: 4231 + type: Chair + components: + - pos: -4.5,-45.5 + parent: 864 + type: Transform +- uid: 4232 + type: Chair + components: + - pos: -3.5,-45.5 + parent: 864 + type: Transform +- uid: 4233 + type: DrinkMilkshake + components: + - pos: 0.46348703,-5.392553 + parent: 864 + type: Transform +- uid: 4234 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-58.5 + parent: 864 + type: Transform +- uid: 4235 + type: WallSolid + components: + - pos: -10.5,-63.5 + parent: 864 + type: Transform +- uid: 4236 + type: WallSolid + components: + - pos: -10.5,-65.5 + parent: 864 + type: Transform +- uid: 4237 + type: SignMorgue + components: + - pos: -12.5,-62.5 + parent: 864 + type: Transform +- uid: 4238 + type: Morgue + components: + - rot: -1.5707963267948966 rad + pos: -11.525187,-66.36892 + parent: 864 + type: Transform +- uid: 4239 + type: GasPipeStraight + components: + - pos: -3.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4240 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-65.5 + parent: 864 + type: Transform +- uid: 4241 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-66.5 + parent: 864 + type: Transform +- uid: 4242 + type: WallSolid + components: + - pos: 40.5,-52.5 + parent: 864 + type: Transform +- uid: 4243 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-62.5 + parent: 864 + type: Transform +- uid: 4244 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-64.5 + parent: 864 + type: Transform +- uid: 4245 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-63.5 + parent: 864 + type: Transform +- uid: 4246 + type: ReinforcedWindow + components: + - pos: -9.5,-40.5 + parent: 864 + type: Transform +- uid: 4247 + type: WallSolid + components: + - pos: -6.5,-35.5 + parent: 864 + type: Transform +- uid: 4248 + type: WallSolid + components: + - pos: -24.5,-15.5 + parent: 864 + type: Transform +- uid: 4249 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 36.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4250 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 34.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4251 + type: GasPipeStraight + components: + - pos: 35.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4252 + type: GasPipeBend + components: + - pos: 36.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4253 + type: DisposalUnit + components: + - pos: 12.5,-3.5 + parent: 864 + type: Transform +- uid: 4254 + type: GasVentScrubber + components: + - pos: 17.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4255 + type: GasPipeStraight + components: + - pos: 17.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4256 + type: GasPipeStraight + components: + - pos: 17.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4257 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 16.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4258 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4259 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 21.5,-20.5 + parent: 864 + type: Transform +- uid: 4260 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 31.5,-6.5 + parent: 864 + type: Transform +- uid: 4261 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4262 + type: WallReinforced + components: + - pos: 29.5,-26.5 + parent: 864 + type: Transform +- uid: 4263 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 33.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4264 + type: GasVentScrubber + components: + - pos: 33.5,2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4265 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-21.5 + parent: 864 + type: Transform +- uid: 4266 + type: WindowReinforcedDirectional + components: + - pos: 26.5,-23.5 + parent: 864 + type: Transform +- uid: 4267 + type: AirlockCommandGlassLocked + components: + - pos: 17.5,-24.5 + parent: 864 + type: Transform +- uid: 4268 + type: Bed + components: + - pos: 32.5,-27.5 + parent: 864 + type: Transform +- uid: 4269 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-27.5 + parent: 864 + type: Transform +- uid: 4270 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,-18.5 + parent: 864 + type: Transform +- uid: 4271 + type: AirlockGlass + components: + - name: lawyer office + type: MetaData + - rot: 3.141592653589793 rad + pos: 38.5,-0.5 + parent: 864 + type: Transform +- uid: 4272 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 41.5,17.5 + parent: 864 + type: Transform +- uid: 4273 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 43.5,17.5 + parent: 864 + type: Transform +- uid: 4274 + type: GasPipeStraight + components: + - pos: 25.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4275 + type: WallSolid + components: + - pos: -13.5,-32.5 + parent: 864 + type: Transform +- uid: 4276 + type: WallSolid + components: + - pos: -25.5,-7.5 + parent: 864 + type: Transform +- uid: 4277 + type: ReinforcedWindow + components: + - pos: -21.5,12.5 + parent: 864 + type: Transform +- uid: 4278 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 21.5,-9.5 + parent: 864 + type: Transform +- uid: 4279 + type: WallSolid + components: + - pos: 12.5,-13.5 + parent: 864 + type: Transform +- uid: 4280 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 864 + type: Transform + - color: '#FFD1A3FF' + type: PointLight + - powerLoad: 60 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot + ent: 4281 + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 4281 + type: LightBulb + components: + - parent: 4280 + type: Transform +- uid: 4282 + type: WindoorBarLocked + components: + - pos: 17.5,15.5 + parent: 864 + type: Transform +- uid: 4283 + type: DisposalPipe + components: + - pos: 18.5,-4.5 + parent: 864 + type: Transform +- uid: 4284 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -24.5,-88.5 + parent: 864 + type: Transform +- uid: 4285 + type: CableApcExtension + components: + - pos: 8.5,-6.5 + parent: 864 + type: Transform +- uid: 4286 + type: ReinforcedWindow + components: + - pos: -22.5,-3.5 + parent: 864 + type: Transform +- uid: 4287 + type: ReinforcedWindow + components: + - pos: -16.5,-3.5 + parent: 864 + type: Transform +- uid: 4288 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 21.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4289 + type: LockerEvidence + components: + - pos: 37.5,12.5 + parent: 864 + type: Transform +- uid: 4290 + type: FirelockGlass + components: + - pos: 35.5,2.5 + parent: 864 + type: Transform +- uid: 4291 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 27.5,12.5 + parent: 864 + type: Transform +- uid: 4292 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 27.5,13.5 + parent: 864 + type: Transform +- uid: 4293 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 27.5,11.5 + parent: 864 + type: Transform +- uid: 4294 + type: Firelock + components: + - rot: 1.5707963267948966 rad + pos: 24.5,14.5 + parent: 864 + type: Transform +- uid: 4295 + type: DisposalTrunk + components: + - pos: 8.5,15.5 + parent: 864 + type: Transform +- uid: 4296 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 9.5,13.5 + parent: 864 + type: Transform +- uid: 4297 + type: WallReinforced + components: + - pos: 14.5,15.5 + parent: 864 + type: Transform +- uid: 4298 + type: WallSolid + components: + - pos: -9.5,-14.5 + parent: 864 + type: Transform +- uid: 4299 + type: ShuttersNormal + components: + - pos: -9.5,-24.5 + parent: 864 + type: Transform +- uid: 4300 + type: WallReinforced + components: + - pos: 9.5,15.5 + parent: 864 + type: Transform +- uid: 4301 + type: CableHV + components: + - pos: 2.5,-89.5 + parent: 864 + type: Transform +- uid: 4302 + type: CableHV + components: + - pos: -1.5,-84.5 + parent: 864 + type: Transform +- uid: 4303 + type: CableHV + components: + - pos: -1.5,-85.5 + parent: 864 + type: Transform +- uid: 4304 + type: CableHV + components: + - pos: 17.5,-95.5 + parent: 864 + type: Transform +- uid: 4305 + type: CableHV + components: + - pos: 4.5,-95.5 + parent: 864 + type: Transform +- uid: 4306 + type: Grille + components: + - pos: 4.5,-86.5 + parent: 864 + type: Transform +- uid: 4307 + type: ReinforcedWindow + components: + - pos: 9.5,13.5 + parent: 864 + type: Transform +- uid: 4308 + type: Grille + components: + - pos: 4.5,-83.5 + parent: 864 + type: Transform +- uid: 4309 + type: CableMV + components: + - pos: -9.5,-71.5 + parent: 864 + type: Transform +- uid: 4310 + type: CableMV + components: + - pos: -3.5,-69.5 + parent: 864 + type: Transform +- uid: 4311 + type: CableApcExtension + components: + - pos: -7.5,-75.5 + parent: 864 + type: Transform +- uid: 4312 + type: AirlockMaintLocked + components: + - name: arrivals + type: MetaData + - pos: 32.5,-72.5 + parent: 864 + type: Transform +- uid: 4313 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: -11.5,-70.5 + parent: 864 + type: Transform +- uid: 4314 + type: WallReinforced + components: + - pos: 3.5,-72.5 + parent: 864 + type: Transform +- uid: 4315 + type: WallReinforced + components: + - pos: 9.5,-71.5 + parent: 864 + type: Transform +- uid: 4316 + type: WallSolid + components: + - pos: 10.5,-68.5 + parent: 864 + type: Transform +- uid: 4317 + type: ReinforcedWindow + components: + - pos: 5.5,-72.5 + parent: 864 + type: Transform +- uid: 4318 + type: SolarPanelBroken + components: + - pos: -4.5,-73.5 + parent: 864 + type: Transform +- uid: 4319 + type: DrinkGlass + components: + - pos: 2.4800997,-7.463467 + parent: 864 + type: Transform +- uid: 4320 + type: DrinkGlass + components: + - pos: 2.4800997,-7.463467 + parent: 864 + type: Transform +- uid: 4321 + type: FirelockGlass + components: + - pos: -23.5,-81.5 + parent: 864 + type: Transform +- uid: 4322 + type: ComputerTelevision + components: + - pos: -6.5,-48.5 + parent: 864 + type: Transform +- uid: 4323 + type: BoxFolderWhite + components: + - pos: -5.7449856,-48.471176 + parent: 864 + type: Transform +- uid: 4324 + type: Brutepack + components: + - pos: -6.3699856,-49.096176 + parent: 864 + type: Transform +- uid: 4325 + type: SpawnPointMedicalIntern + components: + - pos: -4.5,-46.5 + parent: 864 + type: Transform +- uid: 4326 + type: CarpetBlue + components: + - pos: -17.5,-56.5 + parent: 864 + type: Transform +- uid: 4327 + type: AirlockMaintHOPLocked + components: + - name: head of personnel's office + type: MetaData + - rot: 3.141592653589793 rad + pos: 22.5,-33.5 + parent: 864 + type: Transform +- uid: 4328 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-39.5 + parent: 864 + type: Transform +- uid: 4329 + type: CableApcExtension + components: + - pos: 17.5,-32.5 + parent: 864 + type: Transform +- uid: 4330 + type: GasPipeStraight + components: + - pos: 23.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4331 + type: CableApcExtension + components: + - pos: -8.5,8.5 + parent: 864 + type: Transform +- uid: 4332 + type: CableApcExtension + components: + - pos: -8.5,10.5 + parent: 864 + type: Transform +- uid: 4333 + type: CableApcExtension + components: + - pos: -8.5,5.5 + parent: 864 + type: Transform +- uid: 4334 + type: CableApcExtension + components: + - pos: -3.5,9.5 + parent: 864 + type: Transform +- uid: 4335 + type: CableApcExtension + components: + - pos: 5.5,9.5 + parent: 864 + type: Transform +- uid: 4336 + type: CableApcExtension + components: + - pos: 9.5,-10.5 + parent: 864 + type: Transform +- uid: 4337 + type: CableApcExtension + components: + - pos: 1.5,-6.5 + parent: 864 + type: Transform +- uid: 4338 + type: CableApcExtension + components: + - pos: 1.5,-8.5 + parent: 864 + type: Transform +- uid: 4339 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 30.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4340 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 27.5,-13.5 + parent: 864 + type: Transform +- uid: 4341 + type: WindoorSecure + components: + - pos: 35.5,18.5 + parent: 864 + type: Transform +- uid: 4342 + type: WindowReinforcedDirectional + components: + - pos: 34.5,18.5 + parent: 864 + type: Transform +- uid: 4343 + type: WallReinforced + components: + - pos: 31.5,20.5 + parent: 864 + type: Transform +- uid: 4344 + type: CableApcExtension + components: + - pos: 32.5,16.5 + parent: 864 + type: Transform +- uid: 4345 + type: WallReinforced + components: + - pos: 27.5,20.5 + parent: 864 + type: Transform +- uid: 4346 + type: AirlockBrigGlassLocked + components: + - pos: 19.5,16.5 + parent: 864 + type: Transform +- uid: 4347 + type: SheetPlasma1 + components: + - pos: 6.467242,-45.752914 + parent: 864 + type: Transform +- uid: 4348 + type: GasPipeStraight + components: + - pos: 2.5,-8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4349 + type: CableApcExtension + components: + - pos: 0.5,8.5 + parent: 864 + type: Transform +- uid: 4350 + type: CableHV + components: + - pos: 25.5,-11.5 + parent: 864 + type: Transform +- uid: 4351 + type: CableHV + components: + - pos: 25.5,-9.5 + parent: 864 + type: Transform +- uid: 4352 + type: CableHV + components: + - pos: 25.5,-8.5 + parent: 864 + type: Transform +- uid: 4353 + type: CableHV + components: + - pos: 25.5,-7.5 + parent: 864 + type: Transform +- uid: 4354 + type: Catwalk + components: + - pos: -6.5,-70.5 + parent: 864 + type: Transform +- uid: 4355 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4356 + type: CableApcExtension + components: + - pos: 0.5,-26.5 + parent: 864 + type: Transform +- uid: 4357 + type: CableApcExtension + components: + - pos: -0.5,-26.5 + parent: 864 + type: Transform +- uid: 4358 + type: CableApcExtension + components: + - pos: -8.5,2.5 + parent: 864 + type: Transform +- uid: 4359 + type: CableApcExtension + components: + - pos: 1.5,-26.5 + parent: 864 + type: Transform +- uid: 4360 + type: CableApcExtension + components: + - pos: 6.5,-26.5 + parent: 864 + type: Transform +- uid: 4361 + type: CableApcExtension + components: + - pos: 7.5,-26.5 + parent: 864 + type: Transform +- uid: 4362 + type: CableApcExtension + components: + - pos: 12.5,-26.5 + parent: 864 + type: Transform +- uid: 4363 + type: CableApcExtension + components: + - pos: 14.5,-26.5 + parent: 864 + type: Transform +- uid: 4364 + type: GasPipeStraight + components: + - pos: 2.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4365 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4366 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -2.5,13.5 + parent: 864 + type: Transform +- uid: 4367 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -2.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4368 + type: CableHV + components: + - pos: 9.5,-42.5 + parent: 864 + type: Transform +- uid: 4369 + type: CableHV + components: + - pos: 14.5,-42.5 + parent: 864 + type: Transform +- uid: 4370 + type: CableHV + components: + - pos: 11.5,-42.5 + parent: 864 + type: Transform +- uid: 4371 + type: DisposalPipe + components: + - pos: -4.5,-29.5 + parent: 864 + type: Transform +- uid: 4372 + type: CableApcExtension + components: + - pos: 9.5,-16.5 + parent: 864 + type: Transform +- uid: 4373 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 10.5,7.5 + parent: 864 + type: Transform +- uid: 4374 + type: ChessBoard + components: + - rot: 3.141592653589793 rad + pos: 9.4885435,10.540761 + parent: 864 + type: Transform +- uid: 4375 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -4.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4376 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -3.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4377 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 4378 + type: TrashBananaPeel + components: + - pos: 0.76519525,-7.3079796 + parent: 864 + type: Transform +- uid: 4379 + type: CableApcExtension + components: + - pos: -8.5,-8.5 + parent: 864 + type: Transform +- uid: 4380 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 16.5,-14.5 + parent: 864 + type: Transform +- uid: 4381 + type: DisposalJunctionFlipped + components: + - pos: 16.5,-29.5 + parent: 864 + type: Transform +- uid: 4382 + type: GasPipeStraight + components: + - pos: -3.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4383 + type: CableHV + components: + - pos: 4.5,-26.5 + parent: 864 + type: Transform +- uid: 4384 + type: CableApcExtension + components: + - pos: -7.5,13.5 + parent: 864 + type: Transform +- uid: 4385 + type: SignBridge + components: + - pos: 33.5,-26.5 + parent: 864 + type: Transform +- uid: 4386 + type: GasPipeStraight + components: + - pos: 7.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4387 + type: AirlockMedicalGlass + components: + - pos: -9.5,-50.5 + parent: 864 + type: Transform +- uid: 4388 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-44.5 + parent: 864 + type: Transform +- uid: 4389 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-55.5 + parent: 864 + type: Transform +- uid: 4390 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-58.5 + parent: 864 + type: Transform +- uid: 4391 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -3.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4392 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4393 + type: WallSolid + components: + - pos: -5.5,9.5 + parent: 864 + type: Transform +- uid: 4394 + type: AirlockMaintHydroLocked + components: + - name: hydrophonics + type: MetaData + - rot: 1.5707963267948966 rad + pos: -9.5,12.5 + parent: 864 + type: Transform +- uid: 4395 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4396 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 30.5,12.5 + parent: 864 + type: Transform +- uid: 4397 + type: DisposalUnit + components: + - pos: -7.5,-2.5 + parent: 864 + type: Transform +- uid: 4398 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4399 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -2.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4400 + type: GasPipeBend + components: + - pos: 1.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4401 + type: GasPipeStraight + components: + - pos: 0.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4402 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4403 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 1.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4404 + type: FirelockGlass + components: + - pos: 19.5,8.5 + parent: 864 + type: Transform +- uid: 4405 + type: SeedExtractor + components: + - pos: -10.5,11.5 + parent: 864 + type: Transform +- uid: 4406 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 31.5,13.5 + parent: 864 + type: Transform +- uid: 4407 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 864 + type: Transform +- uid: 4408 + type: AirlockGlass + components: + - name: bar + type: MetaData + - pos: 11.5,4.5 + parent: 864 + type: Transform +- uid: 4409 + type: VendingMachineCigs + components: + - pos: 7.5,-2.5 + parent: 864 + type: Transform +- uid: 4410 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 1.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4411 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4412 + type: FirelockGlass + components: + - pos: 27.5,17.5 + parent: 864 + type: Transform +- uid: 4413 + type: TableReinforced + components: + - rot: 1.5707963267948966 rad + pos: 26.5,19.5 + parent: 864 + type: Transform +- uid: 4414 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4415 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 2.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4416 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 11.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4417 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 9.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4418 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 32.5,13.5 + parent: 864 + type: Transform +- uid: 4419 + type: FirelockGlass + components: + - pos: 14.5,-19.5 + parent: 864 + type: Transform +- uid: 4420 + type: FirelockGlass + components: + - pos: 7.5,9.5 + parent: 864 + type: Transform +- uid: 4421 + type: AirlockArmoryGlassLocked + components: + - name: warden's office + type: MetaData + - rot: 1.5707963267948966 rad + pos: 27.5,21.5 + parent: 864 + type: Transform +- uid: 4422 + type: FirelockGlass + components: + - pos: -7.5,4.5 + parent: 864 + type: Transform +- uid: 4423 + type: FirelockGlass + components: + - pos: -1.5,-1.5 + parent: 864 + type: Transform +- uid: 4424 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-6.5 + parent: 864 + type: Transform +- uid: 4425 + type: WallReinforced + components: + - pos: 9.5,-28.5 + parent: 864 + type: Transform +- uid: 4426 + type: hydroponicsTray + components: + - pos: -8.5,7.5 + parent: 864 + type: Transform +- uid: 4427 + type: TableCounterMetal + components: + - pos: -4.5,5.5 + parent: 864 + type: Transform +- uid: 4428 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 6.5,-3.5 + parent: 864 + type: Transform +- uid: 4429 + type: RailingCorner + components: + - rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 864 + type: Transform +- uid: 4430 + type: Railing + components: + - pos: 10.5,0.5 + parent: 864 + type: Transform +- uid: 4431 + type: WallReinforced + components: + - pos: 0.5,15.5 + parent: 864 + type: Transform +- uid: 4432 + type: DisposalUnit + components: + - pos: -9.5,5.5 + parent: 864 + type: Transform +- uid: 4433 + type: WallSolid + components: + - pos: -6.5,12.5 + parent: 864 + type: Transform +- uid: 4434 + type: SinkWide + components: + - rot: -1.5707963267948966 rad + pos: -2.5,5.5 + parent: 864 + type: Transform +- uid: 4435 + type: hydroponicsTray + components: + - pos: -10.5,7.5 + parent: 864 + type: Transform +- uid: 4436 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -1.5,13.5 + parent: 864 + type: Transform +- uid: 4437 + type: WallSolid + components: + - pos: -5.5,11.5 + parent: 864 + type: Transform +- uid: 4438 + type: WallSolid + components: + - pos: 17.5,-7.5 + parent: 864 + type: Transform +- uid: 4439 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 17.5,6.5 + parent: 864 + type: Transform +- uid: 4440 + type: WallSolid + components: + - pos: -11.5,12.5 + parent: 864 + type: Transform +- uid: 4441 + type: WallSolid + components: + - pos: -5.5,12.5 + parent: 864 + type: Transform +- uid: 4442 + type: WallSolid + components: + - pos: -11.5,5.5 + parent: 864 + type: Transform +- uid: 4443 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 9.5,11.5 + parent: 864 + type: Transform +- uid: 4444 + type: DisposalPipe + components: + - pos: 12.5,10.5 + parent: 864 + type: Transform +- uid: 4445 + type: DisposalTrunk + components: + - pos: 18.5,10.5 + parent: 864 + type: Transform +- uid: 4446 + type: DisposalBend + components: + - pos: 18.5,1.5 + parent: 864 + type: Transform +- uid: 4447 + type: DisposalPipe + components: + - pos: 18.5,-0.5 + parent: 864 + type: Transform +- uid: 4448 + type: DisposalJunctionFlipped + components: + - pos: 12.5,5.5 + parent: 864 + type: Transform +- uid: 4449 + type: DisposalPipe + components: + - pos: 12.5,9.5 + parent: 864 + type: Transform +- uid: 4450 + type: DisposalPipe + components: + - pos: 12.5,3.5 + parent: 864 + type: Transform +- uid: 4451 + type: DisposalYJunction + components: + - rot: 1.5707963267948966 rad + pos: 13.5,0.5 + parent: 864 + type: Transform +- uid: 4452 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 17.5,4.5 + parent: 864 + type: Transform +- uid: 4453 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 17.5,2.5 + parent: 864 + type: Transform +- uid: 4454 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 19.5,-51.5 + parent: 864 + type: Transform +- uid: 4455 + type: GasPipeTJunction + components: + - pos: 10.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4456 + type: FlashlightLantern + components: + - pos: 10.459883,-56.492657 + parent: 864 + type: Transform +- uid: 4457 + type: DisposalPipe + components: + - pos: 18.5,-1.5 + parent: 864 + type: Transform +- uid: 4458 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 15.5,0.5 + parent: 864 + type: Transform +- uid: 4459 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 6.5,11.5 + parent: 864 + type: Transform +- uid: 4460 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 864 + type: Transform +- uid: 4461 + type: DisposalPipe + components: + - pos: 10.5,-1.5 + parent: 864 + type: Transform +- uid: 4462 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 864 + type: Transform +- uid: 4463 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 864 + type: Transform +- uid: 4464 + type: DisposalPipe + components: + - pos: 6.5,-1.5 + parent: 864 + type: Transform +- uid: 4465 + type: CableMV + components: + - pos: 3.5,9.5 + parent: 864 + type: Transform +- uid: 4466 + type: SolarPanel + components: + - pos: 16.5,-95.5 + parent: 864 + type: Transform +- uid: 4467 + type: ReagentContainerSugar + components: + - pos: 0.2885555,-7.6467447 + parent: 864 + type: Transform +- uid: 4468 + type: WallSolid + components: + - pos: 13.5,-51.5 + parent: 864 + type: Transform +- uid: 4469 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -73.5,-11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 4470 + type: DisposalPipe + components: + - pos: 13.5,1.5 + parent: 864 + type: Transform +- uid: 4471 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-3.5 + parent: 864 + type: Transform +- uid: 4472 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 1.5,-7.5 + parent: 864 + type: Transform +- uid: 4473 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4474 + type: WindowDirectional + components: + - pos: 8.5,2.5 + parent: 864 + type: Transform +- uid: 4475 + type: WindowDirectional + components: + - rot: -1.5707963267948966 rad + pos: 10.5,1.5 + parent: 864 + type: Transform +- uid: 4476 + type: WallSolid + components: + - pos: 15.5,-7.5 + parent: 864 + type: Transform +- uid: 4477 + type: GasVentPump + components: + - pos: 20.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4478 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 27.5,2.5 + parent: 864 + type: Transform +- uid: 4479 + type: ReinforcedPlasmaWindow + components: + - pos: 28.5,2.5 + parent: 864 + type: Transform +- uid: 4480 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 27.5,0.5 + parent: 864 + type: Transform +- uid: 4481 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-0.5 + parent: 864 + type: Transform +- uid: 4482 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,0.5 + parent: 864 + type: Transform +- uid: 4483 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,2.5 + parent: 864 + type: Transform +- uid: 4484 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,0.5 + parent: 864 + type: Transform +- uid: 4485 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 22.5,5.5 + parent: 864 + type: Transform +- uid: 4486 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-3.5 + parent: 864 + type: Transform +- uid: 4487 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 20.5,5.5 + parent: 864 + type: Transform +- uid: 4488 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 27.5,3.5 + parent: 864 + type: Transform +- uid: 4489 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-0.5 + parent: 864 + type: Transform +- uid: 4490 + type: WallSolid + components: + - pos: -1.5,0.5 + parent: 864 + type: Transform +- uid: 4491 + type: WallSolid + components: + - pos: -1.5,1.5 + parent: 864 + type: Transform +- uid: 4492 + type: WallSolid + components: + - pos: 15.5,5.5 + parent: 864 + type: Transform +- uid: 4493 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,3.5 + parent: 864 + type: Transform +- uid: 4494 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 19.5,1.5 + parent: 864 + type: Transform +- uid: 4495 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,11.5 + parent: 864 + type: Transform +- uid: 4496 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 7.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4497 + type: hydroponicsTray + components: + - pos: -10.5,9.5 + parent: 864 + type: Transform +- uid: 4498 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 864 + type: Transform +- uid: 4499 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 864 + type: Transform +- uid: 4500 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 19.5,4.5 + parent: 864 + type: Transform +- uid: 4501 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 22.5,3.5 + parent: 864 + type: Transform +- uid: 4502 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 864 + type: Transform +- uid: 4503 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 3.5,14.5 + parent: 864 + type: Transform +- uid: 4504 + type: Grille + components: + - pos: 18.5,33.5 + parent: 864 + type: Transform +- uid: 4505 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: 3.5,7.5 + parent: 864 + type: Transform +- uid: 4506 + type: WallSolid + components: + - pos: -10.5,-14.5 + parent: 864 + type: Transform +- uid: 4507 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: 3.5,6.5 + parent: 864 + type: Transform +- uid: 4508 + type: WallSolid + components: + - pos: -1.5,4.5 + parent: 864 + type: Transform +- uid: 4509 + type: WallSolid + components: + - pos: -0.5,-6.5 + parent: 864 + type: Transform +- uid: 4510 + type: WallSolid + components: + - pos: -0.5,-8.5 + parent: 864 + type: Transform +- uid: 4511 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 864 + type: Transform +- uid: 4512 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 864 + type: Transform +- uid: 4513 + type: WeaponShotgunKammerer + components: + - pos: 26.777893,32.47498 + parent: 864 + type: Transform +- uid: 4514 + type: WallSolid + components: + - pos: 14.5,4.5 + parent: 864 + type: Transform +- uid: 4515 + type: CableApcExtension + components: + - pos: -4.5,-13.5 + parent: 864 + type: Transform +- uid: 4516 + type: GasPipeStraight + components: + - pos: 10.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4517 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-13.5 + parent: 864 + type: Transform +- uid: 4518 + type: GasPipeStraight + components: + - pos: 10.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4519 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 864 + type: Transform +- uid: 4520 + type: CableApcExtension + components: + - pos: -20.5,-86.5 + parent: 864 + type: Transform +- uid: 4521 + type: TableCounterMetal + components: + - pos: 4.5,11.5 + parent: 864 + type: Transform +- uid: 4522 + type: hydroponicsTray + components: + - pos: 23.5,2.5 + parent: 864 + type: Transform +- uid: 4523 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 5.5,2.5 + parent: 864 + type: Transform +- uid: 4524 + type: WallSolid + components: + - pos: -5.5,4.5 + parent: 864 + type: Transform +- uid: 4525 + type: WallReinforced + components: + - pos: -1.5,15.5 + parent: 864 + type: Transform +- uid: 4526 + type: WallReinforced + components: + - pos: 9.5,-2.5 + parent: 864 + type: Transform +- uid: 4527 + type: WallSolid + components: + - pos: 13.5,4.5 + parent: 864 + type: Transform +- uid: 4528 + type: GasPipeStraight + components: + - pos: 10.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4529 + type: WallSolid + components: + - pos: 5.5,-7.5 + parent: 864 + type: Transform +- uid: 4530 + type: CableApcExtension + components: + - pos: 20.5,-42.5 + parent: 864 + type: Transform +- uid: 4531 + type: BedsheetHOP + components: + - rot: 3.141592653589793 rad + pos: 23.5,-35.5 + parent: 864 + type: Transform +- uid: 4532 + type: WallSolid + components: + - pos: 7.5,-3.5 + parent: 864 + type: Transform +- uid: 4533 + type: FirelockGlass + components: + - pos: 34.5,-19.5 + parent: 864 + type: Transform +- uid: 4534 + type: Soap + components: + - pos: -13.440093,-21.677519 + parent: 864 + type: Transform +- uid: 4535 + type: WetFloorSign + components: + - pos: -7.7912116,-23.603895 + parent: 864 + type: Transform +- uid: 4536 + type: CableApcExtension + components: + - pos: -18.5,-60.5 + parent: 864 + type: Transform +- uid: 4537 + type: CableApcExtension + components: + - pos: 8.5,-56.5 + parent: 864 + type: Transform +- uid: 4538 + type: MagazinePistolSubMachineGunTopMounted + components: + - rot: 6.283185307179586 rad + pos: 30.063116,32.63735 + parent: 864 + type: Transform + - containers: + ballistic-ammo: !type:Container + ents: [] + type: ContainerContainer +- uid: 4539 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-89.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4540 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-53.5 + parent: 864 + type: Transform +- uid: 4541 + type: DisposalUnit + components: + - pos: -21.5,-84.5 + parent: 864 + type: Transform +- uid: 4542 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-84.5 + parent: 864 + type: Transform +- uid: 4543 + type: DisposalPipe + components: + - pos: -23.5,-83.5 + parent: 864 + type: Transform +- uid: 4544 + type: DisposalPipe + components: + - pos: -23.5,-78.5 + parent: 864 + type: Transform +- uid: 4545 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -21.5,-86.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4546 + type: MagazinePistolSubMachineGunTopMounted + components: + - rot: 6.283185307179586 rad + pos: 30.078741,32.590473 + parent: 864 + type: Transform + - containers: + ballistic-ammo: !type:Container + ents: [] + type: ContainerContainer +- uid: 4547 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-33.5 + parent: 864 + type: Transform +- uid: 4548 + type: MedkitBurnFilled + components: + - pos: 18.428871,-20.996584 + parent: 864 + type: Transform +- uid: 4549 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-90.5 + parent: 864 + type: Transform +- uid: 4550 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-88.5 + parent: 864 + type: Transform +- uid: 4551 + type: WallSolid + components: + - pos: -13.5,-72.5 + parent: 864 + type: Transform +- uid: 4552 + type: WindoorMedicalLocked + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-75.5 + parent: 864 + type: Transform +- uid: 4553 + type: CableApcExtension + components: + - pos: -4.5,-60.5 + parent: 864 + type: Transform +- uid: 4554 + type: CableApcExtension + components: + - pos: -1.5,-65.5 + parent: 864 + type: Transform +- uid: 4555 + type: CableApcExtension + components: + - pos: -1.5,-60.5 + parent: 864 + type: Transform +- uid: 4556 + type: CableApcExtension + components: + - pos: 3.5,-60.5 + parent: 864 + type: Transform +- uid: 4557 + type: CableApcExtension + components: + - pos: -3.5,-51.5 + parent: 864 + type: Transform +- uid: 4558 + type: CableApcExtension + components: + - pos: 3.5,-48.5 + parent: 864 + type: Transform +- uid: 4559 + type: CableApcExtension + components: + - pos: 5.5,-48.5 + parent: 864 + type: Transform +- uid: 4560 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 19.5,5.5 + parent: 864 + type: Transform +- uid: 4561 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,14.5 + parent: 864 + type: Transform +- uid: 4562 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 15.5,15.5 + parent: 864 + type: Transform +- uid: 4563 + type: CableApcExtension + components: + - pos: 6.5,-47.5 + parent: 864 + type: Transform +- uid: 4564 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 864 + type: Transform +- uid: 4565 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 24.5,3.5 + parent: 864 + type: Transform +- uid: 4566 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 21.5,2.5 + parent: 864 + type: Transform +- uid: 4567 + type: VendingMachineDetDrobe + components: + - pos: 19.5,-10.5 + parent: 864 + type: Transform +- uid: 4568 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 7.5,2.5 + parent: 864 + type: Transform +- uid: 4569 + type: FirelockGlass + components: + - pos: -1.5,2.5 + parent: 864 + type: Transform +- uid: 4570 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -21.5,-90.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4571 + type: WindoorMedicalLocked + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-79.5 + parent: 864 + type: Transform +- uid: 4572 + type: ReinforcedWindow + components: + - pos: -24.5,-91.5 + parent: 864 + type: Transform +- uid: 4573 + type: CableApcExtension + components: + - pos: -4.5,-50.5 + parent: 864 + type: Transform +- uid: 4574 + type: CableApcExtension + components: + - pos: -4.5,-49.5 + parent: 864 + type: Transform +- uid: 4575 + type: CableMV + components: + - pos: 2.5,-53.5 + parent: 864 + type: Transform +- uid: 4576 + type: CableMV + components: + - pos: 18.5,-11.5 + parent: 864 + type: Transform +- uid: 4577 + type: CableMV + components: + - pos: 17.5,-11.5 + parent: 864 + type: Transform +- uid: 4578 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-15.5 + parent: 864 + type: Transform +- uid: 4579 + type: CableApcExtension + components: + - pos: -6.5,-45.5 + parent: 864 + type: Transform +- uid: 4580 + type: ChairOfficeLight + components: + - rot: 3.141592653589793 rad + pos: -4.5,-49.5 + parent: 864 + type: Transform +- uid: 4581 + type: AirlockHeadOfPersonnelLocked + components: + - pos: 24.5,-36.5 + parent: 864 + type: Transform +- uid: 4582 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-45.5 + parent: 864 + type: Transform +- uid: 4583 + type: CableApcExtension + components: + - pos: 22.5,-24.5 + parent: 864 + type: Transform +- uid: 4584 + type: SpawnPointChemist + components: + - pos: 3.5,-46.5 + parent: 864 + type: Transform +- uid: 4585 + type: HydroponicsToolMiniHoe + components: + - pos: 22.533905,1.5361962 + parent: 864 + type: Transform +- uid: 4586 + type: PineappleSeeds + components: + - pos: 23.408905,1.4736962 + parent: 864 + type: Transform +- uid: 4587 + type: CableHV + components: + - pos: -3.5,-20.5 + parent: 864 + type: Transform +- uid: 4588 + type: Catwalk + components: + - pos: -11.5,-16.5 + parent: 864 + type: Transform +- uid: 4589 + type: WallReinforced + components: + - pos: 22.5,-44.5 + parent: 864 + type: Transform +- uid: 4590 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 864 + type: Transform +- uid: 4591 + type: AirlockFreezer + components: + - name: ice cream parlor + type: MetaData + - pos: 4.5,-2.5 + parent: 864 + type: Transform +- uid: 4592 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 63.5,17.5 + parent: 864 + type: Transform +- uid: 4593 + type: KitchenMicrowave + components: + - pos: 2.5,7.5 + parent: 864 + type: Transform +- uid: 4594 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 28.5,27.5 + parent: 864 + type: Transform +- uid: 4595 + type: CarpetGreen + components: + - pos: 20.5,13.5 + parent: 864 + type: Transform +- uid: 4596 + type: WallSolid + components: + - pos: -12.5,-28.5 + parent: 864 + type: Transform +- uid: 4597 + type: KitchenReagentGrinder + components: + - pos: 3.5,7.5 + parent: 864 + type: Transform +- uid: 4598 + type: WallSolid + components: + - pos: 15.5,-4.5 + parent: 864 + type: Transform +- uid: 4599 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-1.5 + parent: 864 + type: Transform +- uid: 4600 + type: WallSolid + components: + - pos: 15.5,0.5 + parent: 864 + type: Transform +- uid: 4601 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-0.5 + parent: 864 + type: Transform +- uid: 4602 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -1.5,12.5 + parent: 864 + type: Transform +- uid: 4603 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 12.5,-4.5 + parent: 864 + type: Transform +- uid: 4604 + type: WallSolid + components: + - pos: 37.5,-38.5 + parent: 864 + type: Transform +- uid: 4605 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-76.5 + parent: 864 + type: Transform +- uid: 4606 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-76.5 + parent: 864 + type: Transform +- uid: 4607 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-80.5 + parent: 864 + type: Transform +- uid: 4608 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-82.5 + parent: 864 + type: Transform +- uid: 4609 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-83.5 + parent: 864 + type: Transform +- uid: 4610 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-84.5 + parent: 864 + type: Transform +- uid: 4611 + type: AirlockExternalGlassLocked + components: + - pos: -1.5,-84.5 + parent: 864 + type: Transform +- uid: 4612 + type: SolarPanel + components: + - pos: 18.5,-95.5 + parent: 864 + type: Transform +- uid: 4613 + type: CableHV + components: + - pos: 10.5,-98.5 + parent: 864 + type: Transform +- uid: 4614 + type: SolarPanel + components: + - pos: 6.5,-104.5 + parent: 864 + type: Transform +- uid: 4615 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 9.5,-92.5 + parent: 864 + type: Transform +- uid: 4616 + type: CableHV + components: + - pos: 7.5,-95.5 + parent: 864 + type: Transform +- uid: 4617 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 10.5,-92.5 + parent: 864 + type: Transform +- uid: 4618 + type: CableApcExtension + components: + - pos: -6.5,-71.5 + parent: 864 + type: Transform +- uid: 4619 + type: CableApcExtension + components: + - pos: -9.5,-71.5 + parent: 864 + type: Transform +- uid: 4620 + type: BoxFolderWhite + components: + - pos: -5.5262356,-48.408676 + parent: 864 + type: Transform +- uid: 4621 + type: CarpetBlue + components: + - pos: -20.5,-56.5 + parent: 864 + type: Transform +- uid: 4622 + type: CarpetBlue + components: + - pos: -17.5,-54.5 + parent: 864 + type: Transform +- uid: 4623 + type: CarpetBlue + components: + - pos: -17.5,-55.5 + parent: 864 + type: Transform +- uid: 4624 + type: Catwalk + components: + - pos: -1.5,-82.5 + parent: 864 + type: Transform +- uid: 4625 + type: Grille + components: + - pos: -1.5,-31.5 + parent: 864 + type: Transform +- uid: 4626 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-60.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 4627 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-52.5 + parent: 864 + type: Transform +- uid: 4628 + type: WallReinforced + components: + - pos: 16.5,-63.5 + parent: 864 + type: Transform +- uid: 4629 + type: AirlockCaptainLocked + components: + - name: drone room + type: MetaData + - pos: 20.5,-44.5 + parent: 864 + type: Transform +- uid: 4630 + type: WallReinforced + components: + - pos: 17.5,-68.5 + parent: 864 + type: Transform +- uid: 4631 + type: Grille + components: + - pos: 15.5,-68.5 + parent: 864 + type: Transform +- uid: 4632 + type: DisposalPipe + components: + - pos: 24.5,-16.5 + parent: 864 + type: Transform +- uid: 4633 + type: CableHV + components: + - pos: 15.5,-42.5 + parent: 864 + type: Transform +- uid: 4634 + type: CableHV + components: + - pos: 15.5,-44.5 + parent: 864 + type: Transform +- uid: 4635 + type: CableHV + components: + - pos: 15.5,-36.5 + parent: 864 + type: Transform +- uid: 4636 + type: CableHV + components: + - pos: 15.5,-34.5 + parent: 864 + type: Transform +- uid: 4637 + type: CableHV + components: + - pos: 15.5,-32.5 + parent: 864 + type: Transform +- uid: 4638 + type: CableHV + components: + - pos: -3.5,-69.5 + parent: 864 + type: Transform +- uid: 4639 + type: CableHV + components: + - pos: -5.5,-69.5 + parent: 864 + type: Transform +- uid: 4640 + type: CableHV + components: + - pos: 14.5,-48.5 + parent: 864 + type: Transform +- uid: 4641 + type: CableHV + components: + - pos: -6.5,-71.5 + parent: 864 + type: Transform +- uid: 4642 + type: CableHV + components: + - pos: -6.5,-70.5 + parent: 864 + type: Transform +- uid: 4643 + type: CableHV + components: + - pos: -8.5,-71.5 + parent: 864 + type: Transform +- uid: 4644 + type: CableHV + components: + - pos: -10.5,-71.5 + parent: 864 + type: Transform +- uid: 4645 + type: WallSolidRust + components: + - rot: 3.141592653589793 rad + pos: 13.5,-56.5 + parent: 864 + type: Transform +- uid: 4646 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 14.5,-45.5 + parent: 864 + type: Transform +- uid: 4647 + type: CableHV + components: + - pos: 8.5,-50.5 + parent: 864 + type: Transform +- uid: 4648 + type: CableHV + components: + - pos: 14.5,-49.5 + parent: 864 + type: Transform +- uid: 4649 + type: CableHV + components: + - pos: 13.5,-49.5 + parent: 864 + type: Transform +- uid: 4650 + type: CableHV + components: + - pos: 11.5,-49.5 + parent: 864 + type: Transform +- uid: 4651 + type: CableHV + components: + - pos: -11.5,-71.5 + parent: 864 + type: Transform +- uid: 4652 + type: CableApcExtension + components: + - pos: 16.5,-52.5 + parent: 864 + type: Transform +- uid: 4653 + type: CableApcExtension + components: + - pos: 14.5,-52.5 + parent: 864 + type: Transform +- uid: 4654 + type: GasPipeStraight + components: + - pos: -19.5,-58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4655 + type: CableApcExtension + components: + - pos: 25.5,-50.5 + parent: 864 + type: Transform +- uid: 4656 + type: CableApcExtension + components: + - pos: 25.5,-54.5 + parent: 864 + type: Transform +- uid: 4657 + type: CableApcExtension + components: + - pos: 25.5,-55.5 + parent: 864 + type: Transform +- uid: 4658 + type: CableApcExtension + components: + - pos: 25.5,-56.5 + parent: 864 + type: Transform +- uid: 4659 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4660 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4661 + type: GasPipeStraight + components: + - pos: 31.5,-17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4662 + type: CableApcExtension + components: + - pos: -4.5,-14.5 + parent: 864 + type: Transform +- uid: 4663 + type: CableApcExtension + components: + - pos: -4.5,-18.5 + parent: 864 + type: Transform +- uid: 4664 + type: WallSolid + components: + - pos: 8.5,4.5 + parent: 864 + type: Transform +- uid: 4665 + type: GasPipeStraight + components: + - pos: 31.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4666 + type: GasVentScrubber + components: + - pos: 33.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4667 + type: CableHV + components: + - pos: 25.5,-17.5 + parent: 864 + type: Transform +- uid: 4668 + type: WallReinforced + components: + - pos: -23.5,0.5 + parent: 864 + type: Transform +- uid: 4669 + type: DrinkGoldschlagerBottleFull + components: + - pos: 47.41234,-30.196692 + parent: 864 + type: Transform +- uid: 4670 + type: WallReinforced + components: + - pos: 25.5,-29.5 + parent: 864 + type: Transform +- uid: 4671 + type: WallReinforced + components: + - pos: -23.5,-2.5 + parent: 864 + type: Transform +- uid: 4672 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 34.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4673 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-20.5 + parent: 864 + type: Transform +- uid: 4674 + type: PortableFlasher + components: + - pos: 32.5,31.5 + parent: 864 + type: Transform +- uid: 4675 + type: PoweredSmallLight + components: + - pos: 18.5,-24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 4676 + type: CableApcExtension + components: + - pos: 59.5,-4.5 + parent: 864 + type: Transform +- uid: 4677 + type: CableHV + components: + - pos: 38.5,-28.5 + parent: 864 + type: Transform +- uid: 4678 + type: CableHV + components: + - pos: 37.5,-30.5 + parent: 864 + type: Transform +- uid: 4679 + type: CableHV + components: + - pos: 35.5,-30.5 + parent: 864 + type: Transform +- uid: 4680 + type: CableHV + components: + - pos: 35.5,-29.5 + parent: 864 + type: Transform +- uid: 4681 + type: ReinforcedPlasmaWindow + components: + - pos: -19.5,5.5 + parent: 864 + type: Transform +- uid: 4682 + type: WallReinforced + components: + - pos: -23.5,3.5 + parent: 864 + type: Transform +- uid: 4683 + type: WallReinforced + components: + - pos: -23.5,4.5 + parent: 864 + type: Transform +- uid: 4684 + type: WallReinforced + components: + - pos: -21.5,5.5 + parent: 864 + type: Transform +- uid: 4685 + type: CableMV + components: + - pos: 38.5,-30.5 + parent: 864 + type: Transform +- uid: 4686 + type: CableMV + components: + - pos: 36.5,-30.5 + parent: 864 + type: Transform +- uid: 4687 + type: WallReinforced + components: + - pos: 40.5,-29.5 + parent: 864 + type: Transform +- uid: 4688 + type: WallReinforced + components: + - pos: 38.5,-31.5 + parent: 864 + type: Transform +- uid: 4689 + type: CableApcExtension + components: + - pos: 46.5,-25.5 + parent: 864 + type: Transform +- uid: 4690 + type: CableApcExtension + components: + - pos: 46.5,-24.5 + parent: 864 + type: Transform +- uid: 4691 + type: CableApcExtension + components: + - pos: 46.5,-29.5 + parent: 864 + type: Transform +- uid: 4692 + type: CableApcExtension + components: + - pos: 46.5,-28.5 + parent: 864 + type: Transform +- uid: 4693 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 10.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4694 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 10.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4695 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4696 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4697 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4698 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 10.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4699 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 18.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4700 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 19.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4701 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4702 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4703 + type: CableApcExtension + components: + - pos: 45.5,-27.5 + parent: 864 + type: Transform +- uid: 4704 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4705 + type: CableApcExtension + components: + - pos: 43.5,-27.5 + parent: 864 + type: Transform +- uid: 4706 + type: CableApcExtension + components: + - pos: 44.5,-27.5 + parent: 864 + type: Transform +- uid: 4707 + type: CableApcExtension + components: + - pos: 43.5,-26.5 + parent: 864 + type: Transform +- uid: 4708 + type: CableMV + components: + - pos: 28.5,-28.5 + parent: 864 + type: Transform +- uid: 4709 + type: CableMV + components: + - pos: 35.5,-27.5 + parent: 864 + type: Transform +- uid: 4710 + type: CableMV + components: + - pos: 35.5,-26.5 + parent: 864 + type: Transform +- uid: 4711 + type: CableMV + components: + - pos: 36.5,-26.5 + parent: 864 + type: Transform +- uid: 4712 + type: CableMV + components: + - pos: 37.5,-26.5 + parent: 864 + type: Transform +- uid: 4713 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4714 + type: CableMV + components: + - pos: 38.5,-26.5 + parent: 864 + type: Transform +- uid: 4715 + type: CableMV + components: + - pos: 39.5,-26.5 + parent: 864 + type: Transform +- uid: 4716 + type: CableMV + components: + - pos: 41.5,-26.5 + parent: 864 + type: Transform +- uid: 4717 + type: CableMV + components: + - pos: 42.5,-26.5 + parent: 864 + type: Transform +- uid: 4718 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4719 + type: GasPipeStraight + components: + - pos: 8.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4720 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 21.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4721 + type: DisposalUnit + components: + - pos: 8.5,15.5 + parent: 864 + type: Transform +- uid: 4722 + type: DisposalBend + components: + - pos: 12.5,13.5 + parent: 864 + type: Transform +- uid: 4723 + type: FirelockEdge + components: + - rot: -1.5707963267948966 rad + pos: 10.5,14.5 + parent: 864 + type: Transform +- uid: 4724 + type: WindoorSecurityLocked + components: + - rot: 1.5707963267948966 rad + pos: 39.5,4.5 + parent: 864 + type: Transform +- uid: 4725 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 39.5,8.5 + parent: 864 + type: Transform +- uid: 4726 + type: Grille + components: + - pos: 42.5,-28.5 + parent: 864 + type: Transform +- uid: 4727 + type: Grille + components: + - pos: 41.5,-28.5 + parent: 864 + type: Transform +- uid: 4728 + type: GasPipeStraight + components: + - pos: -3.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4729 + type: GasPipeStraight + components: + - pos: -3.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4730 + type: GasPipeStraight + components: + - pos: -3.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4731 + type: ReinforcedWindow + components: + - pos: 42.5,-28.5 + parent: 864 + type: Transform +- uid: 4732 + type: WallReinforced + components: + - pos: 49.5,-26.5 + parent: 864 + type: Transform +- uid: 4733 + type: WallReinforced + components: + - pos: 47.5,-20.5 + parent: 864 + type: Transform +- uid: 4734 + type: WallReinforced + components: + - pos: 44.5,-20.5 + parent: 864 + type: Transform +- uid: 4735 + type: WallReinforced + components: + - pos: 43.5,-22.5 + parent: 864 + type: Transform +- uid: 4736 + type: WallReinforced + components: + - pos: 43.5,-25.5 + parent: 864 + type: Transform +- uid: 4737 + type: CrateNPCCow + components: + - pos: 6.5,10.5 + parent: 864 + type: Transform +- uid: 4738 + type: WallReinforced + components: + - pos: 43.5,-23.5 + parent: 864 + type: Transform +- uid: 4739 + type: WallReinforced + components: + - pos: 43.5,-28.5 + parent: 864 + type: Transform +- uid: 4740 + type: CableMV + components: + - pos: 0.5,12.5 + parent: 864 + type: Transform +- uid: 4741 + type: CableMV + components: + - pos: 0.5,13.5 + parent: 864 + type: Transform +- uid: 4742 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-32.5 + parent: 864 + type: Transform +- uid: 4743 + type: Catwalk + components: + - pos: 32.5,-12.5 + parent: 864 + type: Transform +- uid: 4744 + type: Catwalk + components: + - pos: 32.5,-14.5 + parent: 864 + type: Transform +- uid: 4745 + type: WallReinforced + components: + - pos: 39.5,-27.5 + parent: 864 + type: Transform +- uid: 4746 + type: CableMV + components: + - pos: 38.5,-29.5 + parent: 864 + type: Transform +- uid: 4747 + type: CableApcExtension + components: + - pos: 5.5,10.5 + parent: 864 + type: Transform +- uid: 4748 + type: CableApcExtension + components: + - pos: 5.5,8.5 + parent: 864 + type: Transform +- uid: 4749 + type: CableApcExtension + components: + - pos: 10.5,-26.5 + parent: 864 + type: Transform +- uid: 4750 + type: AirlockGlass + components: + - pos: -16.5,-43.5 + parent: 864 + type: Transform +- uid: 4751 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-40.5 + parent: 864 + type: Transform +- uid: 4752 + type: AirlockGlass + components: + - pos: -16.5,-41.5 + parent: 864 + type: Transform +- uid: 4753 + type: Girder + components: + - pos: -18.5,-51.5 + parent: 864 + type: Transform +- uid: 4754 + type: CableApcExtension + components: + - pos: -4.5,-21.5 + parent: 864 + type: Transform +- uid: 4755 + type: MaintenanceWeaponSpawner + components: + - pos: 10.5,-51.5 + parent: 864 + type: Transform +- uid: 4756 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-43.5 + parent: 864 + type: Transform +- uid: 4757 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-35.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 4758 + type: ReinforcedWindow + components: + - pos: 16.5,-68.5 + parent: 864 + type: Transform +- uid: 4759 + type: WallSolid + components: + - pos: -17.5,-39.5 + parent: 864 + type: Transform +- uid: 4760 + type: FirelockEdge + components: + - rot: 3.141592653589793 rad + pos: 18.5,-52.5 + parent: 864 + type: Transform +- uid: 4761 + type: Catwalk + components: + - pos: -1.5,-85.5 + parent: 864 + type: Transform +- uid: 4762 + type: Catwalk + components: + - pos: -1.5,-87.5 + parent: 864 + type: Transform +- uid: 4763 + type: CableHV + components: + - pos: 9.5,-101.5 + parent: 864 + type: Transform +- uid: 4764 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 11.5,-105.5 + parent: 864 + type: Transform +- uid: 4765 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-81.5 + parent: 864 + type: Transform +- uid: 4766 + type: SignSpace + components: + - pos: -2.5,-76.5 + parent: 864 + type: Transform +- uid: 4767 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-77.5 + parent: 864 + type: Transform +- uid: 4768 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-78.5 + parent: 864 + type: Transform +- uid: 4769 + type: CableApcExtension + components: + - pos: 17.5,-29.5 + parent: 864 + type: Transform +- uid: 4770 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-79.5 + parent: 864 + type: Transform +- uid: 4771 + type: WindowReinforcedDirectional + components: + - pos: -9.5,-81.5 + parent: 864 + type: Transform +- uid: 4772 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -7.5,-76.5 + parent: 864 + type: Transform +- uid: 4773 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-76.5 + parent: 864 + type: Transform +- uid: 4774 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-77.5 + parent: 864 + type: Transform +- uid: 4775 + type: SynthesizerInstrument + components: + - pos: -10.500677,-5.723185 + parent: 864 + type: Transform +- uid: 4776 + type: AccordionInstrument + components: + - pos: -10.438177,-4.48881 + parent: 864 + type: Transform +- uid: 4777 + type: CableApcExtension + components: + - pos: -9.5,-10.5 + parent: 864 + type: Transform +- uid: 4778 + type: WallSolid + components: + - pos: 7.5,4.5 + parent: 864 + type: Transform +- uid: 4779 + type: DisposalTagger + components: + - rot: 1.5707963267948966 rad + pos: 10.5,2.5 + parent: 864 + type: Transform +- uid: 4780 + type: WallReinforced + components: + - pos: 1.5,15.5 + parent: 864 + type: Transform +- uid: 4781 + type: AirlockBrigGlassLocked + components: + - name: brig + type: MetaData + - pos: 42.5,3.5 + parent: 864 + type: Transform +- uid: 4782 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-3.5 + parent: 864 + type: Transform +- uid: 4783 + type: DisposalPipe + components: + - pos: 4.5,-5.5 + parent: 864 + type: Transform +- uid: 4784 + type: ReinforcedPlasmaWindow + components: + - pos: 31.5,1.5 + parent: 864 + type: Transform +- uid: 4785 + type: DisposalPipe + components: + - pos: 4.5,-4.5 + parent: 864 + type: Transform +- uid: 4786 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-22.5 + parent: 864 + type: Transform +- uid: 4787 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4788 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-3.5 + parent: 864 + type: Transform +- uid: 4789 + type: soda_dispenser + components: + - rot: 3.141592653589793 rad + pos: 1.5,-7.5 + parent: 864 + type: Transform +- uid: 4790 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 864 + type: Transform +- uid: 4791 + type: WindoorTheatreLocked + components: + - rot: 3.141592653589793 rad + pos: 4.5,-5.5 + parent: 864 + type: Transform +- uid: 4792 + type: WallReinforced + components: + - pos: 38.5,-27.5 + parent: 864 + type: Transform +- uid: 4793 + type: CableApcExtension + components: + - pos: -6.5,14.5 + parent: 864 + type: Transform +- uid: 4794 + type: WallReinforced + components: + - pos: 40.5,-27.5 + parent: 864 + type: Transform +- uid: 4795 + type: CableApcExtension + components: + - pos: -6.5,13.5 + parent: 864 + type: Transform +- uid: 4796 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 25.5,-40.5 + parent: 864 + type: Transform +- uid: 4797 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-6.5 + parent: 864 + type: Transform +- uid: 4798 + type: DisposalYJunction + components: + - pos: 24.5,-6.5 + parent: 864 + type: Transform +- uid: 4799 + type: DisposalPipe + components: + - pos: 24.5,-8.5 + parent: 864 + type: Transform +- uid: 4800 + type: DisposalJunctionFlipped + components: + - pos: 24.5,-10.5 + parent: 864 + type: Transform +- uid: 4801 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-10.5 + parent: 864 + type: Transform +- uid: 4802 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-10.5 + parent: 864 + type: Transform +- uid: 4803 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 22.5,-11.5 + parent: 864 + type: Transform +- uid: 4804 + type: DisposalPipe + components: + - pos: 16.5,-19.5 + parent: 864 + type: Transform +- uid: 4805 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 9.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4806 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4807 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 4.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4808 + type: GasPipeTJunction + components: + - pos: 15.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4809 + type: GasVentPump + components: + - pos: 5.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4810 + type: GasPipeTJunction + components: + - pos: 0.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4811 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -2.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4812 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 0.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4813 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 18.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4814 + type: GasPipeBend + components: + - pos: -4.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4815 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4816 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -6.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4817 + type: GasPipeStraight + components: + - pos: -6.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4818 + type: GasPipeStraight + components: + - pos: -6.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4819 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -6.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4820 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -7.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4821 + type: GasVentScrubber + components: + - pos: 25.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4822 + type: AirlockArmoryGlassLocked + components: + - name: secway garage + type: MetaData + - rot: 3.141592653589793 rad + pos: 13.5,22.5 + parent: 864 + type: Transform +- uid: 4823 + type: GasPipeStraight + components: + - pos: 15.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4824 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4825 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4826 + type: ReinforcedWindow + components: + - pos: -27.5,-88.5 + parent: 864 + type: Transform +- uid: 4827 + type: FloorDrain + components: + - pos: -15.5,-78.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 4828 + type: GasVentPump + components: + - pos: -24.5,-79.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4829 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -18.5,-78.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4830 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-84.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4831 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4832 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4833 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4834 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4835 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4836 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4837 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4838 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4839 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4840 + type: GasPipeStraight + components: + - pos: 15.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4841 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4842 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4843 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4844 + type: GasPipeStraight + components: + - pos: 15.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4845 + type: WallReinforced + components: + - pos: 26.5,26.5 + parent: 864 + type: Transform +- uid: 4846 + type: WallReinforced + components: + - pos: 25.5,26.5 + parent: 864 + type: Transform +- uid: 4847 + type: WallReinforced + components: + - pos: 25.5,28.5 + parent: 864 + type: Transform +- uid: 4848 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,29.5 + parent: 864 + type: Transform +- uid: 4849 + type: WallReinforced + components: + - pos: 25.5,30.5 + parent: 864 + type: Transform +- uid: 4850 + type: WallReinforced + components: + - pos: 32.5,26.5 + parent: 864 + type: Transform +- uid: 4851 + type: WallSolid + components: + - pos: -13.5,-15.5 + parent: 864 + type: Transform +- uid: 4852 + type: WallSolid + components: + - pos: -6.5,-18.5 + parent: 864 + type: Transform +- uid: 4853 + type: WallSolid + components: + - pos: -12.5,-15.5 + parent: 864 + type: Transform +- uid: 4854 + type: WallSolid + components: + - pos: -7.5,-17.5 + parent: 864 + type: Transform +- uid: 4855 + type: WallSolid + components: + - pos: -6.5,-15.5 + parent: 864 + type: Transform +- uid: 4856 + type: DisposalPipe + components: + - pos: -7.5,-0.5 + parent: 864 + type: Transform +- uid: 4857 + type: WallSolid + components: + - pos: -2.5,-3.5 + parent: 864 + type: Transform +- uid: 4858 + type: WallSolid + components: + - pos: -2.5,-6.5 + parent: 864 + type: Transform +- uid: 4859 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -10.5,-47.5 + parent: 864 + type: Transform +- uid: 4860 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-24.5 + parent: 864 + type: Transform +- uid: 4861 + type: WallSolid + components: + - pos: -4.5,9.5 + parent: 864 + type: Transform +- uid: 4862 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -16.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4863 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-44.5 + parent: 864 + type: Transform +- uid: 4864 + type: WallSolid + components: + - pos: -21.5,-15.5 + parent: 864 + type: Transform +- uid: 4865 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-12.5 + parent: 864 + type: Transform +- uid: 4866 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-11.5 + parent: 864 + type: Transform +- uid: 4867 + type: WallSolid + components: + - pos: -25.5,-15.5 + parent: 864 + type: Transform +- uid: 4868 + type: WallSolid + components: + - pos: -26.5,-15.5 + parent: 864 + type: Transform +- uid: 4869 + type: CableMV + components: + - pos: 8.5,-47.5 + parent: 864 + type: Transform +- uid: 4870 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 31.5,30.5 + parent: 864 + type: Transform +- uid: 4871 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-17.5 + parent: 864 + type: Transform +- uid: 4872 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 13.5,23.5 + parent: 864 + type: Transform +- uid: 4873 + type: ClothingBackpackDuffelSecurity + components: + - pos: 5.4199524,15.682768 + parent: 864 + type: Transform +- uid: 4874 + type: ClothingOuterWinterSec + components: + - pos: 4.896219,15.555333 + parent: 864 + type: Transform +- uid: 4875 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 19.5,23.5 + parent: 864 + type: Transform +- uid: 4876 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 20.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4877 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 8.5,23.5 + parent: 864 + type: Transform +- uid: 4878 + type: Dresser + components: + - pos: 18.5,-10.5 + parent: 864 + type: Transform +- uid: 4879 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 27.5,30.5 + parent: 864 + type: Transform +- uid: 4880 + type: WallReinforced + components: + - pos: -2.5,-39.5 + parent: 864 + type: Transform +- uid: 4881 + type: WindoorArmoryLocked + components: + - rot: -1.5707963267948966 rad + pos: 28.5,30.5 + parent: 864 + type: Transform +- uid: 4882 + type: WallReinforced + components: + - pos: 27.5,-44.5 + parent: 864 + type: Transform +- uid: 4883 + type: AirlockMaint + components: + - pos: -17.5,-29.5 + parent: 864 + type: Transform +- uid: 4884 + type: WallSolid + components: + - pos: -6.5,-30.5 + parent: 864 + type: Transform +- uid: 4885 + type: WallSolid + components: + - pos: -6.5,-31.5 + parent: 864 + type: Transform +- uid: 4886 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-39.5 + parent: 864 + type: Transform +- uid: 4887 + type: Grille + components: + - pos: -1.5,-32.5 + parent: 864 + type: Transform +- uid: 4888 + type: WallReinforced + components: + - pos: 23.5,-45.5 + parent: 864 + type: Transform +- uid: 4889 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: -7.5,-2.5 + parent: 864 + type: Transform +- uid: 4890 + type: ReinforcedWindow + components: + - pos: -1.5,-31.5 + parent: 864 + type: Transform +- uid: 4891 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-44.5 + parent: 864 + type: Transform +- uid: 4892 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-44.5 + parent: 864 + type: Transform +- uid: 4893 + type: WallSolid + components: + - pos: 12.5,-48.5 + parent: 864 + type: Transform +- uid: 4894 + type: PottedPlant24 + components: + - pos: -6.5,-40.5 + parent: 864 + type: Transform +- uid: 4895 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 10.5,-25.5 + parent: 864 + type: Transform +- uid: 4896 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: -0.5,-25.5 + parent: 864 + type: Transform +- uid: 4897 + type: WallReinforced + components: + - pos: 2.5,-28.5 + parent: 864 + type: Transform +- uid: 4898 + type: ReinforcedWindow + components: + - pos: 4.5,-28.5 + parent: 864 + type: Transform +- uid: 4899 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-24.5 + parent: 864 + type: Transform +- uid: 4900 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-24.5 + parent: 864 + type: Transform +- uid: 4901 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-24.5 + parent: 864 + type: Transform +- uid: 4902 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-24.5 + parent: 864 + type: Transform +- uid: 4903 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-24.5 + parent: 864 + type: Transform +- uid: 4904 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-24.5 + parent: 864 + type: Transform +- uid: 4905 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-24.5 + parent: 864 + type: Transform +- uid: 4906 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-24.5 + parent: 864 + type: Transform +- uid: 4907 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-24.5 + parent: 864 + type: Transform +- uid: 4908 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-23.5 + parent: 864 + type: Transform +- uid: 4909 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-18.5 + parent: 864 + type: Transform +- uid: 4910 + type: WallSolid + components: + - pos: 9.5,-15.5 + parent: 864 + type: Transform +- uid: 4911 + type: WallSolid + components: + - pos: 8.5,-15.5 + parent: 864 + type: Transform +- uid: 4912 + type: WallSolid + components: + - pos: 7.5,-15.5 + parent: 864 + type: Transform +- uid: 4913 + type: WallSolid + components: + - pos: 6.5,-15.5 + parent: 864 + type: Transform +- uid: 4914 + type: WallSolid + components: + - pos: 5.5,-15.5 + parent: 864 + type: Transform +- uid: 4915 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-18.5 + parent: 864 + type: Transform +- uid: 4916 + type: Catwalk + components: + - pos: -12.5,-16.5 + parent: 864 + type: Transform +- uid: 4917 + type: WallSolid + components: + - pos: -10.5,-28.5 + parent: 864 + type: Transform +- uid: 4918 + type: GasVentPump + components: + - pos: 17.5,20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4919 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 16.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4920 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 16.5,18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4921 + type: WallReinforced + components: + - pos: -2.5,21.5 + parent: 864 + type: Transform +- uid: 4922 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 16.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4923 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 16.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4924 + type: GasVentScrubber + components: + - pos: 16.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4925 + type: WallReinforced + components: + - pos: -0.5,22.5 + parent: 864 + type: Transform +- uid: 4926 + type: WallReinforced + components: + - pos: 0.5,22.5 + parent: 864 + type: Transform +- uid: 4927 + type: WallReinforced + components: + - pos: -1.5,22.5 + parent: 864 + type: Transform +- uid: 4928 + type: WallReinforced + components: + - pos: -2.5,22.5 + parent: 864 + type: Transform +- uid: 4929 + type: WallReinforced + components: + - pos: -2.5,20.5 + parent: 864 + type: Transform +- uid: 4930 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 33.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4931 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4932 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 31.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4933 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4934 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 28.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4935 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4936 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 25.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4937 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 24.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4938 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 23.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4939 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 22.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4940 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-10.5 + parent: 864 + type: Transform +- uid: 4941 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-9.5 + parent: 864 + type: Transform +- uid: 4942 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 864 + type: Transform +- uid: 4943 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 864 + type: Transform +- uid: 4944 + type: WallReinforced + components: + - pos: 7.5,-40.5 + parent: 864 + type: Transform +- uid: 4945 + type: WallReinforced + components: + - pos: 6.5,-40.5 + parent: 864 + type: Transform +- uid: 4946 + type: WallReinforced + components: + - pos: 5.5,-39.5 + parent: 864 + type: Transform +- uid: 4947 + type: WallReinforced + components: + - pos: 8.5,-40.5 + parent: 864 + type: Transform +- uid: 4948 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4949 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 15.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4950 + type: GasPipeStraight + components: + - pos: 15.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4951 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -10.5,-48.5 + parent: 864 + type: Transform +- uid: 4952 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 1.5,-49.5 + parent: 864 + type: Transform +- uid: 4953 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 1.5,-50.5 + parent: 864 + type: Transform +- uid: 4954 + type: WallSolid + components: + - pos: 3.5,-44.5 + parent: 864 + type: Transform +- uid: 4955 + type: WallSolid + components: + - pos: -2.5,-51.5 + parent: 864 + type: Transform +- uid: 4956 + type: TableWood + components: + - pos: -3.5,-48.5 + parent: 864 + type: Transform +- uid: 4957 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4958 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4959 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 33.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4960 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 16.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4961 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-44.5 + parent: 864 + type: Transform +- uid: 4962 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-40.5 + parent: 864 + type: Transform +- uid: 4963 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-40.5 + parent: 864 + type: Transform +- uid: 4964 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-55.5 + parent: 864 + type: Transform +- uid: 4965 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-55.5 + parent: 864 + type: Transform +- uid: 4966 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-55.5 + parent: 864 + type: Transform +- uid: 4967 + type: GasPipeStraight + components: + - pos: 15.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4968 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 21.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4969 + type: CableApcExtension + components: + - pos: 24.5,-32.5 + parent: 864 + type: Transform +- uid: 4970 + type: GasPipeStraight + components: + - pos: 15.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4971 + type: GasPipeStraight + components: + - pos: 15.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4972 + type: GasPipeStraight + components: + - pos: 15.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4973 + type: AirlockMedicalGlassLocked + components: + - rot: 3.141592653589793 rad + pos: -2.5,-58.5 + parent: 864 + type: Transform +- uid: 4974 + type: MedicalBed + components: + - pos: -6.5,-57.5 + parent: 864 + type: Transform +- uid: 4975 + type: GasPipeStraight + components: + - pos: 15.5,-20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4976 + type: GasPipeStraight + components: + - pos: 15.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4977 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4978 + type: GasPipeStraight + components: + - pos: 15.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4979 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 15.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4980 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 16.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4981 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4982 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4983 + type: VendingMachineTheater + components: + - pos: 1.5,-9.5 + parent: 864 + type: Transform +- uid: 4984 + type: Table + components: + - pos: 2.5,-50.5 + parent: 864 + type: Transform +- uid: 4985 + type: VendingMachineMediDrobe + components: + - pos: 1.5,-52.5 + parent: 864 + type: Transform +- uid: 4986 + type: PineappleSeeds + components: + - pos: 23.42453,1.4736962 + parent: 864 + type: Transform +- uid: 4987 + type: ClothingUniformJumpsuitPyjamaSyndicateRed + components: + - pos: 24.45578,-0.65130377 + parent: 864 + type: Transform +- uid: 4988 + type: HarmonicaInstrument + components: + - pos: 26.490051,0.5304266 + parent: 864 + type: Transform +- uid: 4989 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -0.5,-49.5 + parent: 864 + type: Transform +- uid: 4990 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -0.5,-46.5 + parent: 864 + type: Transform +- uid: 4991 + type: Table + components: + - pos: 10.5,-60.5 + parent: 864 + type: Transform +- uid: 4992 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 15.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4993 + type: GasPipeFourway + components: + - pos: -3.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4994 + type: MaintenanceToolSpawner + components: + - pos: -7.5,-13.5 + parent: 864 + type: Transform +- uid: 4995 + type: SignSmoking + components: + - pos: -10.5,-49.5 + parent: 864 + type: Transform +- uid: 4996 + type: GasPipeStraight + components: + - pos: 26.5,-8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4997 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 4998 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 4999 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5000 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5001 + type: CableApcExtension + components: + - pos: 27.5,-25.5 + parent: 864 + type: Transform +- uid: 5002 + type: CableApcExtension + components: + - pos: 25.5,-22.5 + parent: 864 + type: Transform +- uid: 5003 + type: CableApcExtension + components: + - pos: 28.5,-23.5 + parent: 864 + type: Transform +- uid: 5004 + type: CableApcExtension + components: + - pos: 29.5,-23.5 + parent: 864 + type: Transform +- uid: 5005 + type: CableApcExtension + components: + - pos: 30.5,-23.5 + parent: 864 + type: Transform +- uid: 5006 + type: CableApcExtension + components: + - pos: 28.5,-28.5 + parent: 864 + type: Transform +- uid: 5007 + type: CableMV + components: + - pos: 6.5,-11.5 + parent: 864 + type: Transform +- uid: 5008 + type: CableMV + components: + - pos: 7.5,-11.5 + parent: 864 + type: Transform +- uid: 5009 + type: CableMV + components: + - pos: 8.5,-11.5 + parent: 864 + type: Transform +- uid: 5010 + type: CableMV + components: + - pos: 8.5,-10.5 + parent: 864 + type: Transform +- uid: 5011 + type: CableMV + components: + - pos: 8.5,-9.5 + parent: 864 + type: Transform +- uid: 5012 + type: CableMV + components: + - pos: 8.5,-7.5 + parent: 864 + type: Transform +- uid: 5013 + type: CableMV + components: + - pos: 8.5,-5.5 + parent: 864 + type: Transform +- uid: 5014 + type: CableMV + components: + - pos: 8.5,-4.5 + parent: 864 + type: Transform +- uid: 5015 + type: CableMV + components: + - pos: 8.5,-3.5 + parent: 864 + type: Transform +- uid: 5016 + type: CableApcExtension + components: + - pos: 7.5,-3.5 + parent: 864 + type: Transform +- uid: 5017 + type: GasPipeStraight + components: + - pos: 22.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5018 + type: GasPipeTJunction + components: + - pos: 22.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5019 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 23.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5020 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 23.5,-35.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5021 + type: DisposalTrunk + components: + - pos: 25.5,-34.5 + parent: 864 + type: Transform +- uid: 5022 + type: GasPipeStraight + components: + - pos: 28.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5023 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 23.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5024 + type: CableApcExtension + components: + - pos: 25.5,-32.5 + parent: 864 + type: Transform +- uid: 5025 + type: CableApcExtension + components: + - pos: -16.5,-22.5 + parent: 864 + type: Transform +- uid: 5026 + type: CableApcExtension + components: + - pos: -14.5,-13.5 + parent: 864 + type: Transform +- uid: 5027 + type: WardrobePrisonFilled + components: + - pos: 28.5,10.5 + parent: 864 + type: Transform +- uid: 5028 + type: WardrobePrisonFilled + components: + - pos: 36.5,5.5 + parent: 864 + type: Transform +- uid: 5029 + type: Bed + components: + - pos: 29.5,10.5 + parent: 864 + type: Transform +- uid: 5030 + type: WardrobePrisonFilled + components: + - pos: 31.5,10.5 + parent: 864 + type: Transform +- uid: 5031 + type: WardrobePrisonFilled + components: + - pos: 34.5,10.5 + parent: 864 + type: Transform +- uid: 5032 + type: WardrobePrisonFilled + components: + - pos: 36.5,8.5 + parent: 864 + type: Transform +- uid: 5033 + type: CheapRollerBed + components: + - pos: -9.476166,-48.27978 + parent: 864 + type: Transform +- uid: 5034 + type: Bed + components: + - pos: 32.5,10.5 + parent: 864 + type: Transform +- uid: 5035 + type: Bed + components: + - pos: 35.5,10.5 + parent: 864 + type: Transform +- uid: 5036 + type: ReinforcedWindow + components: + - pos: -13.5,-44.5 + parent: 864 + type: Transform +- uid: 5037 + type: EmergencyLight + components: + - pos: 29.5,-4.5 + parent: 864 + type: Transform +- uid: 5038 + type: VendingMachineNutri + components: + - pos: -2.5,8.5 + parent: 864 + type: Transform +- uid: 5039 + type: ReagentContainerFlour + components: + - pos: 2.337051,6.9047713 + parent: 864 + type: Transform +- uid: 5040 + type: ReagentContainerFlour + components: + - pos: 2.696426,6.7797713 + parent: 864 + type: Transform +- uid: 5041 + type: ReagentContainerFlour + components: + - pos: 2.399551,6.5610213 + parent: 864 + type: Transform +- uid: 5042 + type: FoodCondimentBottleEnzyme + components: + - pos: 3.2617502,6.8589945 + parent: 864 + type: Transform +- uid: 5043 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -8.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5044 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-12.5 + parent: 864 + type: Transform +- uid: 5045 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 15.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5046 + type: GasPipeStraight + components: + - pos: -3.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5047 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 16.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5048 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5049 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 15.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5050 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 15.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5051 + type: GasPipeStraight + components: + - pos: 15.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5052 + type: GasPipeStraight + components: + - pos: -3.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5053 + type: WallSolid + components: + - pos: 3.5,-15.5 + parent: 864 + type: Transform +- uid: 5054 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 29.5,9.5 + parent: 864 + type: Transform +- uid: 5055 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-80.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5056 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-73.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5057 + type: CableMV + components: + - pos: -21.5,-69.5 + parent: 864 + type: Transform +- uid: 5058 + type: WallReinforced + components: + - pos: 8.5,18.5 + parent: 864 + type: Transform +- uid: 5059 + type: CableMV + components: + - pos: 10.5,-14.5 + parent: 864 + type: Transform +- uid: 5060 + type: CarpetSBlue + components: + - pos: 26.5,-37.5 + parent: 864 + type: Transform +- uid: 5061 + type: WallSolid + components: + - pos: 14.5,-11.5 + parent: 864 + type: Transform +- uid: 5062 + type: AirlockTheatreLocked + components: + - name: theatre + type: MetaData + - rot: -1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 864 + type: Transform +- uid: 5063 + type: BoxMouthSwab + components: + - pos: -22.524687,-71.12971 + parent: 864 + type: Transform +- uid: 5064 + type: WallSolid + components: + - pos: 8.5,-13.5 + parent: 864 + type: Transform +- uid: 5065 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -2.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5066 + type: GasPipeStraight + components: + - pos: -3.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5067 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 1.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5068 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-5.5 + parent: 864 + type: Transform +- uid: 5069 + type: WallReinforced + components: + - pos: 10.5,-28.5 + parent: 864 + type: Transform +- uid: 5070 + type: DisposalUnit + components: + - pos: 6.5,-2.5 + parent: 864 + type: Transform +- uid: 5071 + type: RailingCorner + components: + - rot: 3.141592653589793 rad + pos: 5.5,1.5 + parent: 864 + type: Transform +- uid: 5072 + type: Railing + components: + - pos: 6.5,0.5 + parent: 864 + type: Transform +- uid: 5073 + type: RailingCorner + components: + - pos: 12.5,0.5 + parent: 864 + type: Transform +- uid: 5074 + type: SignPrison + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 864 + type: Transform +- uid: 5075 + type: SignPrison + components: + - rot: 1.5707963267948966 rad + pos: 19.5,4.5 + parent: 864 + type: Transform +- uid: 5076 + type: MachineFrameDestroyed + components: + - pos: 45.5,44.5 + parent: 864 + type: Transform +- uid: 5077 + type: LockerFreezer + components: + - pos: -38.5,37.5 + parent: 864 + type: Transform +- uid: 5078 + type: RandomPosterContraband + components: + - pos: -36.5,-92.5 + parent: 864 + type: Transform +- uid: 5079 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5080 + type: CableMV + components: + - pos: -19.5,-69.5 + parent: 864 + type: Transform +- uid: 5081 + type: FirelockGlass + components: + - pos: 31.5,-6.5 + parent: 864 + type: Transform +- uid: 5082 + type: TableReinforced + components: + - pos: 47.5,49.5 + parent: 864 + type: Transform +- uid: 5083 + type: ClothingBeltUtility + components: + - pos: 47.423275,49.588562 + parent: 864 + type: Transform +- uid: 5084 + type: TrashBananaPeel + components: + - pos: 46.551132,46.620934 + parent: 864 + type: Transform +- uid: 5085 + type: DisposalMachineFrame + components: + - pos: 46.5,44.5 + parent: 864 + type: Transform +- uid: 5086 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5087 + type: BikeHornInstrument + components: + - pos: 4.415834,-11.744311 + parent: 864 + type: Transform +- uid: 5088 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -8.5,44.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5089 + type: WallSolid + components: + - pos: 16.5,-12.5 + parent: 864 + type: Transform +- uid: 5090 + type: WallSolid + components: + - pos: 16.5,-11.5 + parent: 864 + type: Transform +- uid: 5091 + type: WallSolid + components: + - pos: 16.5,-10.5 + parent: 864 + type: Transform +- uid: 5092 + type: WallSolid + components: + - pos: 16.5,-9.5 + parent: 864 + type: Transform +- uid: 5093 + type: WallSolid + components: + - pos: 17.5,-9.5 + parent: 864 + type: Transform +- uid: 5094 + type: WallSolid + components: + - pos: 0.5,-15.5 + parent: 864 + type: Transform +- uid: 5095 + type: WallSolid + components: + - pos: 1.5,-15.5 + parent: 864 + type: Transform +- uid: 5096 + type: WallSolid + components: + - pos: 11.5,-13.5 + parent: 864 + type: Transform +- uid: 5097 + type: WallSolid + components: + - pos: 2.5,-15.5 + parent: 864 + type: Transform +- uid: 5098 + type: WallSolid + components: + - pos: 14.5,-10.5 + parent: 864 + type: Transform +- uid: 5099 + type: WallSolid + components: + - pos: 14.5,-9.5 + parent: 864 + type: Transform +- uid: 5100 + type: TableCarpet + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 864 + type: Transform +- uid: 5101 + type: TableCarpet + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-6.5 + parent: 864 + type: Transform +- uid: 5102 + type: CableMV + components: + - pos: 9.5,-14.5 + parent: 864 + type: Transform +- uid: 5103 + type: CableMV + components: + - pos: 15.5,-14.5 + parent: 864 + type: Transform +- uid: 5104 + type: WallSolid + components: + - pos: 19.5,-9.5 + parent: 864 + type: Transform +- uid: 5105 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 27.5,23.5 + parent: 864 + type: Transform +- uid: 5106 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 19.5,9.5 + parent: 864 + type: Transform +- uid: 5107 + type: DisposalPipe + components: + - pos: 18.5,-5.5 + parent: 864 + type: Transform +- uid: 5108 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 19.5,11.5 + parent: 864 + type: Transform +- uid: 5109 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: 18.5,8.5 + parent: 864 + type: Transform +- uid: 5110 + type: FirelockGlass + components: + - pos: 31.5,6.5 + parent: 864 + type: Transform +- uid: 5111 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 7.5,18.5 + parent: 864 + type: Transform +- uid: 5112 + type: AirlockMaint + components: + - pos: 18.5,-7.5 + parent: 864 + type: Transform +- uid: 5113 + type: WallReinforced + components: + - pos: -15.5,4.5 + parent: 864 + type: Transform +- uid: 5114 + type: WallReinforced + components: + - pos: -15.5,3.5 + parent: 864 + type: Transform +- uid: 5115 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 19.5,6.5 + parent: 864 + type: Transform +- uid: 5116 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 15.5,11.5 + parent: 864 + type: Transform +- uid: 5117 + type: GasPipeTJunction + components: + - pos: 0.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5118 + type: CableHV + components: + - pos: -11.5,58.5 + parent: 864 + type: Transform +- uid: 5119 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 19.5,13.5 + parent: 864 + type: Transform +- uid: 5120 + type: ShuttersNormalOpen + components: + - pos: 18.5,15.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -112358.78 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 3211 + Close: + - port: Off + uid: 3211 + Toggle: [] + type: SignalReceiver +- uid: 5121 + type: FirelockGlass + components: + - pos: 15.5,6.5 + parent: 864 + type: Transform +- uid: 5122 + type: CableHV + components: + - pos: -12.5,58.5 + parent: 864 + type: Transform +- uid: 5123 + type: PoweredlightExterior + components: + - pos: -1.5,72.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5124 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -8.5,21.5 + parent: 864 + type: Transform +- uid: 5125 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 6.5,49.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 5126 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -0.5,62.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5127 + type: PoweredlightExterior + components: + - rot: 1.5707963267948966 rad + pos: -7.5,68.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5128 + type: PoweredlightExterior + components: + - rot: -1.5707963267948966 rad + pos: 4.5,68.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5129 + type: PoweredlightSodium + components: + - rot: 3.141592653589793 rad + pos: 72.5,34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5130 + type: CableHV + components: + - pos: -15.5,44.5 + parent: 864 + type: Transform +- uid: 5131 + type: CableHV + components: + - pos: -16.5,44.5 + parent: 864 + type: Transform +- uid: 5132 + type: CableHV + components: + - pos: -17.5,44.5 + parent: 864 + type: Transform +- uid: 5133 + type: AirlockGlass + components: + - pos: 19.5,-4.5 + parent: 864 + type: Transform +- uid: 5134 + type: AirlockGlass + components: + - pos: 19.5,-6.5 + parent: 864 + type: Transform +- uid: 5135 + type: CableHV + components: + - pos: -17.5,45.5 + parent: 864 + type: Transform +- uid: 5136 + type: CableHV + components: + - pos: -17.5,46.5 + parent: 864 + type: Transform +- uid: 5137 + type: CableHV + components: + - pos: -17.5,47.5 + parent: 864 + type: Transform +- uid: 5138 + type: CableHV + components: + - pos: -17.5,48.5 + parent: 864 + type: Transform +- uid: 5139 + type: CableHV + components: + - pos: -17.5,49.5 + parent: 864 + type: Transform +- uid: 5140 + type: CableHV + components: + - pos: -17.5,50.5 + parent: 864 + type: Transform +- uid: 5141 + type: CableHV + components: + - pos: -16.5,50.5 + parent: 864 + type: Transform +- uid: 5142 + type: CableHV + components: + - pos: -13.5,50.5 + parent: 864 + type: Transform +- uid: 5143 + type: CableHV + components: + - pos: -15.5,50.5 + parent: 864 + type: Transform +- uid: 5144 + type: CableHV + components: + - pos: -14.5,50.5 + parent: 864 + type: Transform +- uid: 5145 + type: AirlockBarLocked + components: + - name: bartender quarters + type: MetaData + - rot: -1.5707963267948966 rad + pos: 19.5,14.5 + parent: 864 + type: Transform +- uid: 5146 + type: CableHV + components: + - pos: -13.5,58.5 + parent: 864 + type: Transform +- uid: 5147 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 13.5,14.5 + parent: 864 + type: Transform +- uid: 5148 + type: GasPipeStraight + components: + - pos: -23.5,-76.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5149 + type: CableHV + components: + - pos: -13.5,57.5 + parent: 864 + type: Transform +- uid: 5150 + type: CableHV + components: + - pos: -13.5,51.5 + parent: 864 + type: Transform +- uid: 5151 + type: GasPipeStraight + components: + - pos: -23.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5152 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-73.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5153 + type: FirelockGlass + components: + - pos: 19.5,7.5 + parent: 864 + type: Transform +- uid: 5154 + type: Table + components: + - pos: 0.5,16.5 + parent: 864 + type: Transform +- uid: 5155 + type: WallReinforced + components: + - pos: 9.5,18.5 + parent: 864 + type: Transform +- uid: 5156 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-30.5 + parent: 864 + type: Transform +- uid: 5157 + type: CableHV + components: + - pos: -13.5,52.5 + parent: 864 + type: Transform +- uid: 5158 + type: CableHV + components: + - pos: -13.5,53.5 + parent: 864 + type: Transform +- uid: 5159 + type: CableHV + components: + - pos: -13.5,54.5 + parent: 864 + type: Transform +- uid: 5160 + type: CableHV + components: + - pos: -13.5,55.5 + parent: 864 + type: Transform +- uid: 5161 + type: CableHV + components: + - pos: -13.5,56.5 + parent: 864 + type: Transform +- uid: 5162 + type: WallSolid + components: + - pos: -42.5,-29.5 + parent: 864 + type: Transform +- uid: 5163 + type: WallSolid + components: + - pos: -42.5,-30.5 + parent: 864 + type: Transform +- uid: 5164 + type: WallSolid + components: + - pos: -37.5,-30.5 + parent: 864 + type: Transform +- uid: 5165 + type: WallSolid + components: + - pos: -37.5,-29.5 + parent: 864 + type: Transform +- uid: 5166 + type: WallSolid + components: + - pos: 13.5,-13.5 + parent: 864 + type: Transform +- uid: 5167 + type: WallSolid + components: + - pos: 14.5,-13.5 + parent: 864 + type: Transform +- uid: 5168 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 47.5,37.5 + parent: 864 + type: Transform +- uid: 5169 + type: SpawnMobCat + components: + - pos: 59.5,39.5 + parent: 864 + type: Transform +- uid: 5170 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 5.5,18.5 + parent: 864 + type: Transform +- uid: 5171 + type: WallReinforced + components: + - pos: -18.5,-85.5 + parent: 864 + type: Transform +- uid: 5172 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 19.5,12.5 + parent: 864 + type: Transform +- uid: 5173 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 18.5,-6.5 + parent: 864 + type: Transform +- uid: 5174 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-6.5 + parent: 864 + type: Transform +- uid: 5175 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 20.5,9.5 + parent: 864 + type: Transform +- uid: 5176 + type: WallSolid + components: + - pos: 18.5,-9.5 + parent: 864 + type: Transform +- uid: 5177 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-8.5 + parent: 864 + type: Transform +- uid: 5178 + type: TableCarpet + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-7.5 + parent: 864 + type: Transform +- uid: 5179 + type: CableMV + components: + - pos: 12.5,-14.5 + parent: 864 + type: Transform +- uid: 5180 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-39.5 + parent: 864 + type: Transform +- uid: 5181 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 8.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5182 + type: TableCarpet + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-6.5 + parent: 864 + type: Transform +- uid: 5183 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: 8.5,14.5 + parent: 864 + type: Transform +- uid: 5184 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 8.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5185 + type: GasPipeBend + components: + - pos: 8.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5186 + type: FirelockGlass + components: + - pos: 11.5,18.5 + parent: 864 + type: Transform +- uid: 5187 + type: Table + components: + - pos: 56.5,-41.5 + parent: 864 + type: Transform +- uid: 5188 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5189 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -12.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5190 + type: GasPipeStraight + components: + - pos: -9.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5191 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -3.5,-54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5192 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -3.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5193 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -1.5,-49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5194 + type: Stunbaton + components: + - pos: 8.313212,12.723815 + parent: 864 + type: Transform +- uid: 5195 + type: BoxHandcuff + components: + - pos: 8.531961,14.536315 + parent: 864 + type: Transform +- uid: 5196 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5197 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5198 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5199 + type: GasPipeStraight + components: + - pos: -5.5,-16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5200 + type: GasPipeStraight + components: + - pos: 2.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5201 + type: GasPipeStraight + components: + - pos: -5.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5202 + type: GasPipeStraight + components: + - pos: -5.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5203 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5204 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5205 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5206 + type: GasPipeStraight + components: + - pos: -5.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5207 + type: GasPipeStraight + components: + - pos: -5.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5208 + type: GasPipeStraight + components: + - pos: -5.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5209 + type: GasPipeStraight + components: + - pos: -5.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5210 + type: GasPipeStraight + components: + - pos: -5.5,-0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5211 + type: GasPipeStraight + components: + - pos: -5.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5212 + type: ReinforcedPlasmaWindow + components: + - rot: 3.141592653589793 rad + pos: 22.5,-20.5 + parent: 864 + type: Transform +- uid: 5213 + type: GasPipeStraight + components: + - pos: -5.5,-21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5214 + type: GasPipeStraight + components: + - pos: -5.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5215 + type: GasPipeStraight + components: + - pos: -5.5,-20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5216 + type: GasPipeStraight + components: + - pos: -5.5,-19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5217 + type: GasPipeStraight + components: + - pos: -5.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5218 + type: Table + components: + - pos: -25.5,-79.5 + parent: 864 + type: Transform +- uid: 5219 + type: CableApcExtension + components: + - pos: -13.5,-53.5 + parent: 864 + type: Transform +- uid: 5220 + type: MedkitToxin + components: + - pos: -30.612272,-79.2912 + parent: 864 + type: Transform +- uid: 5221 + type: TableReinforcedGlass + components: + - pos: -30.5,-79.5 + parent: 864 + type: Transform +- uid: 5222 + type: FirelockGlass + components: + - pos: 10.5,-2.5 + parent: 864 + type: Transform +- uid: 5223 + type: AirlockHeadOfSecurityLocked + components: + - name: perma brig + type: MetaData + - rot: 1.5707963267948966 rad + pos: 30.5,-3.5 + parent: 864 + type: Transform +- uid: 5224 + type: WallSolid + components: + - pos: -5.5,10.5 + parent: 864 + type: Transform +- uid: 5225 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5226 + type: AirlockEngineeringLocked + components: + - name: gravity generator + type: MetaData + - pos: -19.5,-3.5 + parent: 864 + type: Transform +- uid: 5227 + type: ReinforcedWindow + components: + - pos: -21.5,-3.5 + parent: 864 + type: Transform +- uid: 5228 + type: CableMV + components: + - pos: -16.5,-69.5 + parent: 864 + type: Transform +- uid: 5229 + type: DisposalRouterFlipped + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-53.5 + parent: 864 + type: Transform +- uid: 5230 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -1.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5231 + type: GasVentPump + components: + - pos: -4.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5232 + type: CableHV + components: + - pos: 15.5,-39.5 + parent: 864 + type: Transform +- uid: 5233 + type: CableApcExtension + components: + - pos: 7.5,-65.5 + parent: 864 + type: Transform +- uid: 5234 + type: TableCounterMetal + components: + - pos: 3.5,-5.5 + parent: 864 + type: Transform +- uid: 5235 + type: WallSolid + components: + - pos: -0.5,-2.5 + parent: 864 + type: Transform +- uid: 5236 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -1.5,11.5 + parent: 864 + type: Transform +- uid: 5237 + type: WallSolid + components: + - pos: 4.5,4.5 + parent: 864 + type: Transform +- uid: 5238 + type: CableApcExtension + components: + - pos: -13.5,-73.5 + parent: 864 + type: Transform +- uid: 5239 + type: CableApcExtension + components: + - pos: -8.5,-7.5 + parent: 864 + type: Transform +- uid: 5240 + type: CableApcExtension + components: + - pos: -29.5,1.5 + parent: 864 + type: Transform +- uid: 5241 + components: + - type: MetaData + - type: Transform + - index: 17 + type: Map + - type: EntityLookup + - type: Broadphase + - type: PhysicsMap + - type: OccluderTree +- uid: 5242 + type: WallSolid + components: + - pos: -1.5,6.5 + parent: 864 + type: Transform +- uid: 5243 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 19.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5244 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -1.5,10.5 + parent: 864 + type: Transform +- uid: 5245 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 3.5,11.5 + parent: 864 + type: Transform +- uid: 5246 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 1.5,13.5 + parent: 864 + type: Transform +- uid: 5247 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -4.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5248 + type: WallSolid + components: + - pos: 5.5,-3.5 + parent: 864 + type: Transform +- uid: 5249 + type: WallReinforced + components: + - pos: -2.5,15.5 + parent: 864 + type: Transform +- uid: 5250 + type: WallSolid + components: + - pos: 7.5,5.5 + parent: 864 + type: Transform +- uid: 5251 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -21.5,-88.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5252 + type: AirlockVirologyGlass + components: + - pos: -17.5,-77.5 + parent: 864 + type: Transform +- uid: 5253 + type: ReinforcedWindow + components: + - pos: -11.5,-40.5 + parent: 864 + type: Transform +- uid: 5254 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 37.5,42.5 + parent: 864 + type: Transform +- uid: 5255 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 62.5,50.5 + parent: 864 + type: Transform +- uid: 5256 + type: CarpetGreen + components: + - pos: 9.5,-11.5 + parent: 864 + type: Transform +- uid: 5257 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 62.5,43.5 + parent: 864 + type: Transform +- uid: 5258 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 62.5,42.5 + parent: 864 + type: Transform +- uid: 5259 + type: CableApcExtension + components: + - pos: 18.5,-40.5 + parent: 864 + type: Transform +- uid: 5260 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 60.5,48.5 + parent: 864 + type: Transform +- uid: 5261 + type: AirlockMaintMedLocked + components: + - name: cryogenics + type: MetaData + - rot: -1.5707963267948966 rad + pos: -32.5,-71.5 + parent: 864 + type: Transform +- uid: 5262 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 18.5,27.5 + parent: 864 + type: Transform +- uid: 5263 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 31.5,-4.5 + parent: 864 + type: Transform +- uid: 5264 + type: CableApcExtension + components: + - pos: -39.5,-68.5 + parent: 864 + type: Transform +- uid: 5265 + type: CableApcExtension + components: + - pos: -36.5,-70.5 + parent: 864 + type: Transform +- uid: 5266 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -8.5,57.5 + parent: 864 + type: Transform +- uid: 5267 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 32.5,43.5 + parent: 864 + type: Transform +- uid: 5268 + type: CableApcExtension + components: + - pos: 41.5,-26.5 + parent: 864 + type: Transform +- uid: 5269 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 28.5,-7.5 + parent: 864 + type: Transform +- uid: 5270 + type: CableHV + components: + - pos: -6.5,-75.5 + parent: 864 + type: Transform +- uid: 5271 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5272 + type: PosterContrabandCC64KAd + components: + - pos: 20.5,-3.5 + parent: 864 + type: Transform +- uid: 5273 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 60.5,50.5 + parent: 864 + type: Transform +- uid: 5274 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 18.5,-19.5 + parent: 864 + type: Transform +- uid: 5275 + type: CableApcExtension + components: + - pos: -35.5,-70.5 + parent: 864 + type: Transform +- uid: 5276 + type: CableApcExtension + components: + - pos: -37.5,-69.5 + parent: 864 + type: Transform +- uid: 5277 + type: CableHV + components: + - pos: 18.5,-42.5 + parent: 864 + type: Transform +- uid: 5278 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 42.5,49.5 + parent: 864 + type: Transform +- uid: 5279 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 34.5,43.5 + parent: 864 + type: Transform +- uid: 5280 + type: TimerTrigger + components: + - pos: 59.581844,-52.01613 + parent: 864 + type: Transform +- uid: 5281 + type: Fireplace + components: + - pos: 31.5,-27.5 + parent: 864 + type: Transform +- uid: 5282 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 60.5,49.5 + parent: 864 + type: Transform +- uid: 5283 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-19.5 + parent: 864 + type: Transform +- uid: 5284 + type: FirelockGlass + components: + - pos: 16.5,-38.5 + parent: 864 + type: Transform +- uid: 5285 + type: CableApcExtension + components: + - pos: -9.5,-22.5 + parent: 864 + type: Transform +- uid: 5286 + type: Grille + components: + - pos: 0.5,-62.5 + parent: 864 + type: Transform +- uid: 5287 + type: WallSolid + components: + - pos: -11.5,-15.5 + parent: 864 + type: Transform +- uid: 5288 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5289 + type: CableMV + components: + - pos: 8.5,-6.5 + parent: 864 + type: Transform +- uid: 5290 + type: CableApcExtension + components: + - pos: 12.5,-8.5 + parent: 864 + type: Transform +- uid: 5291 + type: CableHV + components: + - pos: 17.5,-29.5 + parent: 864 + type: Transform +- uid: 5292 + type: CableApcExtension + components: + - pos: 8.5,-5.5 + parent: 864 + type: Transform +- uid: 5293 + type: CableMV + components: + - pos: 8.5,-8.5 + parent: 864 + type: Transform +- uid: 5294 + type: CableApcExtension + components: + - pos: 3.5,-3.5 + parent: 864 + type: Transform +- uid: 5295 + type: CableApcExtension + components: + - pos: -8.5,-22.5 + parent: 864 + type: Transform +- uid: 5296 + type: CableApcExtension + components: + - pos: -11.5,-22.5 + parent: 864 + type: Transform +- uid: 5297 + type: AirlockEngineeringLocked + components: + - name: solar + type: MetaData + - pos: -1.5,-76.5 + parent: 864 + type: Transform +- uid: 5298 + type: SolarPanel + components: + - pos: 10.5,-95.5 + parent: 864 + type: Transform +- uid: 5299 + type: WallSolid + components: + - pos: -3.5,-70.5 + parent: 864 + type: Transform +- uid: 5300 + type: CableApcExtension + components: + - pos: -15.5,-66.5 + parent: 864 + type: Transform +- uid: 5301 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 10.5,1.5 + parent: 864 + type: Transform +- uid: 5302 + type: SheetPlasma1 + components: + - rot: 3.141592653589793 rad + pos: 6.607867,-45.95604 + parent: 864 + type: Transform +- uid: 5303 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 36.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5304 + type: WallReinforced + components: + - pos: -23.5,-0.5 + parent: 864 + type: Transform +- uid: 5305 + type: CableHV + components: + - pos: 35.5,-38.5 + parent: 864 + type: Transform +- uid: 5306 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5307 + type: AirlockGlass + components: + - pos: -20.5,-24.5 + parent: 864 + type: Transform +- uid: 5308 + type: WallSolid + components: + - pos: -17.5,-37.5 + parent: 864 + type: Transform +- uid: 5309 + type: GasPipeFourway + components: + - pos: -2.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5310 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5311 + type: WallSolid + components: + - pos: -26.5,34.5 + parent: 864 + type: Transform +- uid: 5312 + type: WallSolid + components: + - pos: -28.5,37.5 + parent: 864 + type: Transform +- uid: 5313 + type: TableCounterMetal + components: + - pos: 7.5,7.5 + parent: 864 + type: Transform +- uid: 5314 + type: GasPipeStraight + components: + - pos: 7.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5315 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 63.5,16.5 + parent: 864 + type: Transform +- uid: 5316 + type: CableApcExtension + components: + - pos: -4.5,-12.5 + parent: 864 + type: Transform +- uid: 5317 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5318 + type: TableCounterMetal + components: + - pos: 7.5,9.5 + parent: 864 + type: Transform +- uid: 5319 + type: Grille + components: + - pos: 23.5,-1.5 + parent: 864 + type: Transform +- uid: 5320 + type: CableApcExtension + components: + - pos: 2.5,-69.5 + parent: 864 + type: Transform +- uid: 5321 + type: GasPipeStraight + components: + - pos: 7.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5322 + type: PosterLegitHighClassMartini + components: + - pos: 8.5,11.5 + parent: 864 + type: Transform +- uid: 5323 + type: DisposalUnit + components: + - pos: 6.5,-32.5 + parent: 864 + type: Transform +- uid: 5324 + type: Catwalk + components: + - pos: -16.5,-34.5 + parent: 864 + type: Transform +- uid: 5325 + type: AirlockTheatreLocked + components: + - name: mime room + type: MetaData + - pos: -25.5,45.5 + parent: 864 + type: Transform +- uid: 5326 + type: WallSolid + components: + - pos: -2.5,-8.5 + parent: 864 + type: Transform +- uid: 5327 + type: WallSolid + components: + - pos: 3.5,4.5 + parent: 864 + type: Transform +- uid: 5328 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5329 + type: Bed + components: + - pos: -26.5,43.5 + parent: 864 + type: Transform +- uid: 5330 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 22.5,-9.5 + parent: 864 + type: Transform +- uid: 5331 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 5332 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-78.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5333 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-78.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5334 + type: Poweredlight + components: + - pos: 4.5,3.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5335 + type: KitchenMicrowave + components: + - pos: 4.5,6.5 + parent: 864 + type: Transform +- uid: 5336 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 5337 + type: CableMV + components: + - pos: -4.5,14.5 + parent: 864 + type: Transform +- uid: 5338 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5339 + type: DrinkGlass + components: + - pos: 2.4800997,-7.463467 + parent: 864 + type: Transform +- uid: 5340 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5341 + type: CableApcExtension + components: + - pos: 22.5,-32.5 + parent: 864 + type: Transform +- uid: 5342 + type: WallSolid + components: + - pos: -9.5,4.5 + parent: 864 + type: Transform +- uid: 5343 + type: CableApcExtension + components: + - pos: -47.5,37.5 + parent: 864 + type: Transform +- uid: 5344 + type: WallReinforced + components: + - pos: -10.5,-34.5 + parent: 864 + type: Transform +- uid: 5345 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-40.5 + parent: 864 + type: Transform +- uid: 5346 + type: WallReinforced + components: + - pos: -20.5,5.5 + parent: 864 + type: Transform +- uid: 5347 + type: VendingMachineTheater + components: + - pos: -8.5,-4.5 + parent: 864 + type: Transform +- uid: 5348 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-40.5 + parent: 864 + type: Transform +- uid: 5349 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 41.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5350 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 26.5,-19.5 + parent: 864 + type: Transform +- uid: 5351 + type: Dresser + components: + - pos: -26.5,46.5 + parent: 864 + type: Transform +- uid: 5352 + type: CarpetSBlue + components: + - pos: 27.5,-22.5 + parent: 864 + type: Transform +- uid: 5353 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5354 + type: GasPipeStraight + components: + - pos: 24.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5355 + type: WallSolid + components: + - pos: -7.5,-28.5 + parent: 864 + type: Transform +- uid: 5356 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5357 + type: PosterLegitSecWatch + components: + - pos: 18.5,-9.5 + parent: 864 + type: Transform +- uid: 5358 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 19.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5359 + type: CableHV + components: + - pos: 26.5,-42.5 + parent: 864 + type: Transform +- uid: 5360 + type: PosterLegitFruitBowl + components: + - pos: -4.5,9.5 + parent: 864 + type: Transform +- uid: 5361 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 5362 + type: FirelockGlass + components: + - pos: 26.5,-31.5 + parent: 864 + type: Transform +- uid: 5363 + type: CableHV + components: + - pos: -13.5,-26.5 + parent: 864 + type: Transform +- uid: 5364 + type: CableHV + components: + - pos: -10.5,-26.5 + parent: 864 + type: Transform +- uid: 5365 + type: RandomPosterContraband + components: + - pos: -48.5,-73.5 + parent: 864 + type: Transform +- uid: 5366 + type: CableApcExtension + components: + - pos: -10.5,-19.5 + parent: 864 + type: Transform +- uid: 5367 + type: CableApcExtension + components: + - pos: 29.5,-42.5 + parent: 864 + type: Transform +- uid: 5368 + type: AirlockGlass + components: + - pos: 35.5,0.5 + parent: 864 + type: Transform +- uid: 5369 + type: ClothingHeadHelmetEVA + components: + - pos: 33.772083,-11.282831 + parent: 864 + type: Transform +- uid: 5370 + type: DisposalUnit + components: + - pos: 20.5,-23.5 + parent: 864 + type: Transform +- uid: 5371 + type: CableApcExtension + components: + - pos: 32.5,-40.5 + parent: 864 + type: Transform +- uid: 5372 + type: CableApcExtension + components: + - pos: 67.5,-13.5 + parent: 864 + type: Transform +- uid: 5373 + type: SignRedSix + components: + - pos: 60.5,20.5 + parent: 864 + type: Transform +- uid: 5374 + type: CableHV + components: + - pos: -5.5,-34.5 + parent: 864 + type: Transform +- uid: 5375 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 13.5,18.5 + parent: 864 + type: Transform +- uid: 5376 + type: CableHV + components: + - pos: -5.5,-41.5 + parent: 864 + type: Transform +- uid: 5377 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 864 + type: Transform +- uid: 5378 + type: CableApcExtension + components: + - pos: 25.5,-46.5 + parent: 864 + type: Transform +- uid: 5379 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 22.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5380 + type: WallSolid + components: + - pos: 15.5,1.5 + parent: 864 + type: Transform +- uid: 5381 + type: CableApcExtension + components: + - pos: -5.5,-72.5 + parent: 864 + type: Transform +- uid: 5382 + type: CableApcExtension + components: + - pos: -7.5,10.5 + parent: 864 + type: Transform +- uid: 5383 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,14.5 + parent: 864 + type: Transform +- uid: 5384 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-80.5 + parent: 864 + type: Transform +- uid: 5385 + type: ReinforcedWindow + components: + - pos: 37.5,-36.5 + parent: 864 + type: Transform +- uid: 5386 + type: CableApcExtension + components: + - pos: 15.5,-42.5 + parent: 864 + type: Transform +- uid: 5387 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-78.5 + parent: 864 + type: Transform +- uid: 5388 + type: CableApcExtension + components: + - pos: 2.5,-68.5 + parent: 864 + type: Transform +- uid: 5389 + type: RailingCorner + components: + - rot: 1.5707963267948966 rad + pos: 12.5,1.5 + parent: 864 + type: Transform +- uid: 5390 + type: CableApcExtension + components: + - pos: 7.5,-70.5 + parent: 864 + type: Transform +- uid: 5391 + type: CableApcExtension + components: + - pos: -2.5,-26.5 + parent: 864 + type: Transform +- uid: 5392 + type: CableApcExtension + components: + - pos: 12.5,-7.5 + parent: 864 + type: Transform +- uid: 5393 + type: CableApcExtension + components: + - pos: 15.5,-39.5 + parent: 864 + type: Transform +- uid: 5394 + type: TableWood + components: + - pos: -19.5,-54.5 + parent: 864 + type: Transform +- uid: 5395 + type: SolarPanel + components: + - pos: 12.5,-101.5 + parent: 864 + type: Transform +- uid: 5396 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5397 + type: Welder + components: + - pos: -23.377909,-24.435646 + parent: 864 + type: Transform +- uid: 5398 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -12.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5399 + type: WallReinforced + components: + - pos: 37.5,-33.5 + parent: 864 + type: Transform +- uid: 5400 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-24.5 + parent: 864 + type: Transform +- uid: 5401 + type: CableHV + components: + - pos: 13.5,-57.5 + parent: 864 + type: Transform +- uid: 5402 + type: CableApcExtension + components: + - pos: 29.5,-60.5 + parent: 864 + type: Transform +- uid: 5403 + type: ComputerCriminalRecords + components: + - pos: 24.5,-24.5 + parent: 864 + type: Transform +- uid: 5404 + type: TableReinforced + components: + - pos: 39.5,49.5 + parent: 864 + type: Transform +- uid: 5405 + type: CableHV + components: + - pos: 12.5,-55.5 + parent: 864 + type: Transform +- uid: 5406 + type: CableHV + components: + - pos: 8.5,-52.5 + parent: 864 + type: Transform +- uid: 5407 + type: Catwalk + components: + - pos: 4.5,-67.5 + parent: 864 + type: Transform +- uid: 5408 + type: MaintenanceWeaponSpawner + components: + - pos: 28.5,-14.5 + parent: 864 + type: Transform +- uid: 5409 + type: CableApcExtension + components: + - pos: 3.5,-67.5 + parent: 864 + type: Transform +- uid: 5410 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -17.5,5.5 + parent: 864 + type: Transform +- uid: 5411 + type: CableMV + components: + - pos: 10.5,-49.5 + parent: 864 + type: Transform +- uid: 5412 + type: CableApcExtension + components: + - pos: 15.5,-45.5 + parent: 864 + type: Transform +- uid: 5413 + type: CableApcExtension + components: + - pos: 19.5,-49.5 + parent: 864 + type: Transform +- uid: 5414 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 46.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5415 + type: CableApcExtension + components: + - pos: -3.5,-26.5 + parent: 864 + type: Transform +- uid: 5416 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 17.5,15.5 + parent: 864 + type: Transform +- uid: 5417 + type: SurveillanceCameraSecurity + components: + - rot: 1.5707963267948966 rad + pos: 23.5,34.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: space armory + type: SurveillanceCamera +- uid: 5418 + type: Table + components: + - pos: 33.5,-10.5 + parent: 864 + type: Transform +- uid: 5419 + type: CableMV + components: + - pos: 19.5,-51.5 + parent: 864 + type: Transform +- uid: 5420 + type: CableMV + components: + - pos: 17.5,-52.5 + parent: 864 + type: Transform +- uid: 5421 + type: CableMV + components: + - pos: 15.5,-52.5 + parent: 864 + type: Transform +- uid: 5422 + type: CableMV + components: + - pos: 14.5,-51.5 + parent: 864 + type: Transform +- uid: 5423 + type: CableApcExtension + components: + - pos: 1.5,-71.5 + parent: 864 + type: Transform +- uid: 5424 + type: FoodTartMime + components: + - pos: -28.494537,45.97597 + parent: 864 + type: Transform +- uid: 5425 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 19.5,-19.5 + parent: 864 + type: Transform +- uid: 5426 + type: CableApcExtension + components: + - pos: -8.5,-26.5 + parent: 864 + type: Transform +- uid: 5427 + type: Grille + components: + - pos: 7.5,-61.5 + parent: 864 + type: Transform +- uid: 5428 + type: RandomPosterLegit + components: + - pos: -30.5,2.5 + parent: 864 + type: Transform +- uid: 5429 + type: Firelock + components: + - pos: -47.5,-27.5 + parent: 864 + type: Transform +- uid: 5430 + type: PoweredlightSodium + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-65.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5431 + type: Firelock + components: + - pos: -11.5,-24.5 + parent: 864 + type: Transform +- uid: 5432 + type: FirelockGlass + components: + - pos: -3.5,-22.5 + parent: 864 + type: Transform +- uid: 5433 + type: FirelockGlass + components: + - pos: -0.5,-26.5 + parent: 864 + type: Transform +- uid: 5434 + type: CableMV + components: + - pos: 14.5,-50.5 + parent: 864 + type: Transform +- uid: 5435 + type: CableMV + components: + - pos: 14.5,-49.5 + parent: 864 + type: Transform +- uid: 5436 + type: ShuttersNormalOpen + components: + - pos: 17.5,15.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -112358.78 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 3211 + Close: + - port: Off + uid: 3211 + Toggle: [] + type: SignalReceiver +- uid: 5437 + type: CableMV + components: + - pos: 13.5,-49.5 + parent: 864 + type: Transform +- uid: 5438 + type: CableMV + components: + - pos: 11.5,-49.5 + parent: 864 + type: Transform +- uid: 5439 + type: CableHV + components: + - pos: -11.5,-42.5 + parent: 864 + type: Transform +- uid: 5440 + type: CableApcExtension + components: + - pos: -4.5,1.5 + parent: 864 + type: Transform +- uid: 5441 + type: CableHV + components: + - pos: -8.5,-26.5 + parent: 864 + type: Transform +- uid: 5442 + type: ClosetFireFilled + components: + - pos: 24.5,-55.5 + parent: 864 + type: Transform +- uid: 5443 + type: ConveyorBelt + components: + - pos: 15.5,-54.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 5444 + type: PosterLegitWorkForAFuture + components: + - pos: 23.5,-38.5 + parent: 864 + type: Transform +- uid: 5445 + type: TableReinforced + components: + - pos: 38.5,49.5 + parent: 864 + type: Transform +- uid: 5446 + type: WallSolid + components: + - pos: -17.5,-16.5 + parent: 864 + type: Transform +- uid: 5447 + type: WallReinforced + components: + - pos: 40.5,52.5 + parent: 864 + type: Transform +- uid: 5448 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 864 + type: Transform +- uid: 5449 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 31.5,-5.5 + parent: 864 + type: Transform +- uid: 5450 + type: SinkWide + components: + - pos: 1.5,8.5 + parent: 864 + type: Transform +- uid: 5451 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5452 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 26.5,19.5 + parent: 864 + type: Transform +- uid: 5453 + type: WallReinforced + components: + - pos: 1.5,-74.5 + parent: 864 + type: Transform +- uid: 5454 + type: Grille + components: + - pos: 21.5,2.5 + parent: 864 + type: Transform +- uid: 5455 + type: CableHV + components: + - pos: -13.5,-73.5 + parent: 864 + type: Transform +- uid: 5456 + type: CableMV + components: + - pos: 27.5,0.5 + parent: 864 + type: Transform +- uid: 5457 + type: RandomSpawner + components: + - pos: 43.5,-71.5 + parent: 864 + type: Transform +- uid: 5458 + type: Catwalk + components: + - pos: 1.5,-89.5 + parent: 864 + type: Transform +- uid: 5459 + type: CarpetBlue + components: + - pos: -19.5,-55.5 + parent: 864 + type: Transform +- uid: 5460 + type: CableApcExtension + components: + - pos: 8.5,-70.5 + parent: 864 + type: Transform +- uid: 5461 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-28.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5462 + type: CableHV + components: + - pos: 25.5,-47.5 + parent: 864 + type: Transform +- uid: 5463 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,-20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5464 + type: CableApcExtension + components: + - pos: 30.5,-61.5 + parent: 864 + type: Transform +- uid: 5465 + type: CableApcExtension + components: + - pos: -16.5,-21.5 + parent: 864 + type: Transform +- uid: 5466 + type: CableApcExtension + components: + - pos: -4.5,-24.5 + parent: 864 + type: Transform +- uid: 5467 + type: CableApcExtension + components: + - pos: -4.5,-23.5 + parent: 864 + type: Transform +- uid: 5468 + type: SubstationBasic + components: + - pos: -11.5,-18.5 + parent: 864 + type: Transform +- uid: 5469 + type: CableApcExtension + components: + - pos: -4.5,-30.5 + parent: 864 + type: Transform +- uid: 5470 + type: CableApcExtension + components: + - pos: -4.5,-29.5 + parent: 864 + type: Transform +- uid: 5471 + type: CableApcExtension + components: + - pos: -4.5,-31.5 + parent: 864 + type: Transform +- uid: 5472 + type: CableApcExtension + components: + - pos: -9.5,-26.5 + parent: 864 + type: Transform +- uid: 5473 + type: CableApcExtension + components: + - pos: -11.5,-26.5 + parent: 864 + type: Transform +- uid: 5474 + type: CableApcExtension + components: + - pos: -16.5,-20.5 + parent: 864 + type: Transform +- uid: 5475 + type: CableApcExtension + components: + - pos: -16.5,-18.5 + parent: 864 + type: Transform +- uid: 5476 + type: CableApcExtension + components: + - pos: -16.5,-17.5 + parent: 864 + type: Transform +- uid: 5477 + type: CableApcExtension + components: + - pos: -15.5,-16.5 + parent: 864 + type: Transform +- uid: 5478 + type: CableHV + components: + - pos: -5.5,-31.5 + parent: 864 + type: Transform +- uid: 5479 + type: CableHV + components: + - pos: -5.5,-33.5 + parent: 864 + type: Transform +- uid: 5480 + type: CableHV + components: + - pos: -14.5,-26.5 + parent: 864 + type: Transform +- uid: 5481 + type: CableHV + components: + - pos: -15.5,-26.5 + parent: 864 + type: Transform +- uid: 5482 + type: CableHV + components: + - pos: -3.5,-26.5 + parent: 864 + type: Transform +- uid: 5483 + type: CableHV + components: + - pos: -2.5,-26.5 + parent: 864 + type: Transform +- uid: 5484 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 39.5,9.5 + parent: 864 + type: Transform +- uid: 5485 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 32.5,30.5 + parent: 864 + type: Transform +- uid: 5486 + type: Bed + components: + - pos: -7.5,-4.5 + parent: 864 + type: Transform +- uid: 5487 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-24.5 + parent: 864 + type: Transform +- uid: 5488 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 31.5,28.5 + parent: 864 + type: Transform +- uid: 5489 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 23.5,-38.5 + parent: 864 + type: Transform +- uid: 5490 + type: CableApcExtension + components: + - pos: 46.5,-23.5 + parent: 864 + type: Transform +- uid: 5491 + type: CableApcExtension + components: + - pos: 1.5,-69.5 + parent: 864 + type: Transform +- uid: 5492 + type: CableHV + components: + - pos: -0.5,-26.5 + parent: 864 + type: Transform +- uid: 5493 + type: CableHV + components: + - pos: 9.5,-26.5 + parent: 864 + type: Transform +- uid: 5494 + type: Grille + components: + - pos: 22.5,3.5 + parent: 864 + type: Transform +- uid: 5495 + type: RandomPosterContraband + components: + - pos: -41.5,-65.5 + parent: 864 + type: Transform +- uid: 5496 + type: CableApcExtension + components: + - pos: 30.5,-60.5 + parent: 864 + type: Transform +- uid: 5497 + type: CableHV + components: + - pos: 13.5,-26.5 + parent: 864 + type: Transform +- uid: 5498 + type: CableHV + components: + - pos: 15.5,-29.5 + parent: 864 + type: Transform +- uid: 5499 + type: CableHV + components: + - pos: -4.5,-42.5 + parent: 864 + type: Transform +- uid: 5500 + type: CableHV + components: + - pos: -7.5,-42.5 + parent: 864 + type: Transform +- uid: 5501 + type: CableHV + components: + - pos: -8.5,-42.5 + parent: 864 + type: Transform +- uid: 5502 + type: CableHV + components: + - pos: -10.5,-42.5 + parent: 864 + type: Transform +- uid: 5503 + type: CableHV + components: + - pos: -12.5,-42.5 + parent: 864 + type: Transform +- uid: 5504 + type: CableHV + components: + - pos: -13.5,-42.5 + parent: 864 + type: Transform +- uid: 5505 + type: CableMV + components: + - pos: 8.5,-49.5 + parent: 864 + type: Transform +- uid: 5506 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-13.5 + parent: 864 + type: Transform +- uid: 5507 + type: FirelockGlass + components: + - pos: -20.5,-39.5 + parent: 864 + type: Transform +- uid: 5508 + type: FirelockGlass + components: + - pos: 10.5,-27.5 + parent: 864 + type: Transform +- uid: 5509 + type: AirlockGlass + components: + - pos: -4.5,-22.5 + parent: 864 + type: Transform +- uid: 5510 + type: AirlockGlass + components: + - pos: -3.5,-22.5 + parent: 864 + type: Transform +- uid: 5511 + type: CableHV + components: + - pos: -15.5,-42.5 + parent: 864 + type: Transform +- uid: 5512 + type: CableHV + components: + - pos: -12.5,-70.5 + parent: 864 + type: Transform +- uid: 5513 + type: CableHV + components: + - pos: -8.5,-75.5 + parent: 864 + type: Transform +- uid: 5514 + type: Grille + components: + - pos: 26.5,-3.5 + parent: 864 + type: Transform +- uid: 5515 + type: CableApcExtension + components: + - pos: 9.5,-65.5 + parent: 864 + type: Transform +- uid: 5516 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 25.5,-19.5 + parent: 864 + type: Transform +- uid: 5517 + type: PosterContrabandSpaceCube + components: + - pos: -14.5,-32.5 + parent: 864 + type: Transform +- uid: 5518 + type: CableApcExtension + components: + - pos: 38.5,-25.5 + parent: 864 + type: Transform +- uid: 5519 + type: CableApcExtension + components: + - pos: 41.5,-25.5 + parent: 864 + type: Transform +- uid: 5520 + type: CarpetBlue + components: + - pos: -19.5,-56.5 + parent: 864 + type: Transform +- uid: 5521 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 10.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5522 + type: SpawnMobMouse + components: + - pos: -28.5,-41.5 + parent: 864 + type: Transform +- uid: 5523 + type: FirelockGlass + components: + - pos: -15.5,-58.5 + parent: 864 + type: Transform +- uid: 5524 + type: CableHV + components: + - pos: -18.5,-42.5 + parent: 864 + type: Transform +- uid: 5525 + type: Catwalk + components: + - pos: 8.5,-55.5 + parent: 864 + type: Transform +- uid: 5526 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5527 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 8.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5528 + type: CableApcExtension + components: + - pos: 14.5,-49.5 + parent: 864 + type: Transform +- uid: 5529 + type: CableApcExtension + components: + - pos: 24.5,-53.5 + parent: 864 + type: Transform +- uid: 5530 + type: CableApcExtension + components: + - pos: 25.5,-51.5 + parent: 864 + type: Transform +- uid: 5531 + type: PillSpaceDrugs + components: + - pos: -8.5,-32.5 + parent: 864 + type: Transform +- uid: 5532 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-2.5 + parent: 864 + type: Transform +- uid: 5533 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 11.5,-92.5 + parent: 864 + type: Transform +- uid: 5534 + type: CableApcExtension + components: + - pos: -3.5,2.5 + parent: 864 + type: Transform +- uid: 5535 + type: Table + components: + - pos: 40.5,-6.5 + parent: 864 + type: Transform +- uid: 5536 + type: WallSolid + components: + - pos: -17.5,-32.5 + parent: 864 + type: Transform +- uid: 5537 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5538 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -16.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5539 + type: WallSolid + components: + - pos: -25.5,42.5 + parent: 864 + type: Transform +- uid: 5540 + type: ReinforcedWindow + components: + - pos: -29.5,45.5 + parent: 864 + type: Transform +- uid: 5541 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 5542 + type: Firelock + components: + - pos: 31.5,-44.5 + parent: 864 + type: Transform +- uid: 5543 + type: TableWood + components: + - pos: -28.5,44.5 + parent: 864 + type: Transform +- uid: 5544 + type: Grille + components: + - pos: -13.5,37.5 + parent: 864 + type: Transform +- uid: 5545 + type: WallReinforced + components: + - pos: -29.5,44.5 + parent: 864 + type: Transform +- uid: 5546 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5547 + type: WallSolid + components: + - pos: -28.5,36.5 + parent: 864 + type: Transform +- uid: 5548 + type: ComputerTelevision + components: + - pos: -28.5,43.5 + parent: 864 + type: Transform +- uid: 5549 + type: CableApcExtension + components: + - pos: -9.5,-75.5 + parent: 864 + type: Transform +- uid: 5550 + type: CableApcExtension + components: + - pos: 24.5,-39.5 + parent: 864 + type: Transform +- uid: 5551 + type: FlashlightLantern + components: + - pos: 6.4653053,-69.51486 + parent: 864 + type: Transform +- uid: 5552 + type: FirelockGlass + components: + - pos: 1.5,4.5 + parent: 864 + type: Transform +- uid: 5553 + type: WallSolid + components: + - pos: -4.5,-70.5 + parent: 864 + type: Transform +- uid: 5554 + type: SignRedSix + components: + - pos: 51.40693,41.505035 + parent: 864 + type: Transform +- uid: 5555 + type: GasPipeStraight + components: + - pos: -20.5,26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5556 + type: Grille + components: + - pos: -15.5,-77.5 + parent: 864 + type: Transform +- uid: 5557 + type: WallReinforced + components: + - pos: 40.5,17.5 + parent: 864 + type: Transform +- uid: 5558 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -3.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5559 + type: GasPipeTJunction + components: + - pos: -5.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5560 + type: CableHV + components: + - pos: 15.5,-95.5 + parent: 864 + type: Transform +- uid: 5561 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -4.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5562 + type: WallSolid + components: + - pos: -4.5,-71.5 + parent: 864 + type: Transform +- uid: 5563 + type: WallSolid + components: + - pos: 39.5,-52.5 + parent: 864 + type: Transform +- uid: 5564 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,-22.5 + parent: 864 + type: Transform +- uid: 5565 + type: CableMV + components: + - pos: -11.5,-18.5 + parent: 864 + type: Transform +- uid: 5566 + type: APCHighCapacity + components: + - pos: 8.5,-3.5 + parent: 864 + type: Transform +- uid: 5567 + type: GasPipeStraight + components: + - pos: 26.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5568 + type: GasPipeStraight + components: + - pos: 26.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5569 + type: WallSolid + components: + - pos: -0.5,4.5 + parent: 864 + type: Transform +- uid: 5570 + type: CableHV + components: + - pos: 25.5,-50.5 + parent: 864 + type: Transform +- uid: 5571 + type: WallSolid + components: + - pos: -4.5,-72.5 + parent: 864 + type: Transform +- uid: 5572 + type: Firelock + components: + - pos: 3.5,-8.5 + parent: 864 + type: Transform +- uid: 5573 + type: WallReinforced + components: + - pos: -15.5,-74.5 + parent: 864 + type: Transform +- uid: 5574 + type: Grille + components: + - pos: 3.5,-79.5 + parent: 864 + type: Transform +- uid: 5575 + type: AirlockGlass + components: + - pos: -19.5,-24.5 + parent: 864 + type: Transform +- uid: 5576 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5577 + type: GasPipeStraight + components: + - pos: 2.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5578 + type: DrinkIceCreamGlass + components: + - pos: 2.390759,-5.3241615 + parent: 864 + type: Transform +- uid: 5579 + type: GasPipeStraight + components: + - pos: -3.5,-3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5580 + type: GasPipeStraight + components: + - pos: -3.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5581 + type: CableHV + components: + - pos: 9.5,-92.5 + parent: 864 + type: Transform +- uid: 5582 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5583 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -0.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5584 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,-24.5 + parent: 864 + type: Transform +- uid: 5585 + type: Firelock + components: + - pos: 26.5,-26.5 + parent: 864 + type: Transform +- uid: 5586 + type: Grille + components: + - pos: 21.5,0.5 + parent: 864 + type: Transform +- uid: 5587 + type: Grille + components: + - pos: 19.5,2.5 + parent: 864 + type: Transform +- uid: 5588 + type: CarpetSBlue + components: + - pos: 26.5,-22.5 + parent: 864 + type: Transform +- uid: 5589 + type: DrinkGlass + components: + - pos: 2.4800997,-7.463467 + parent: 864 + type: Transform +- uid: 5590 + type: CableApcExtension + components: + - pos: 3.5,-5.5 + parent: 864 + type: Transform +- uid: 5591 + type: CableHV + components: + - pos: 13.5,-95.5 + parent: 864 + type: Transform +- uid: 5592 + type: AirlockMaintSecLocked + components: + - name: detective agency + type: MetaData + - pos: 20.5,-9.5 + parent: 864 + type: Transform +- uid: 5593 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5594 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,-15.5 + parent: 864 + type: Transform +- uid: 5595 + type: GasPipeStraight + components: + - pos: -3.5,-15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5596 + type: WaterTankHighCapacity + components: + - pos: -5.5,8.5 + parent: 864 + type: Transform +- uid: 5597 + type: ReinforcedWindow + components: + - pos: 9.5,14.5 + parent: 864 + type: Transform +- uid: 5598 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 27.5,10.5 + parent: 864 + type: Transform +- uid: 5599 + type: WallReinforced + components: + - pos: -15.5,1.5 + parent: 864 + type: Transform +- uid: 5600 + type: WallReinforced + components: + - pos: -15.5,0.5 + parent: 864 + type: Transform +- uid: 5601 + type: Firelock + components: + - pos: 14.5,17.5 + parent: 864 + type: Transform +- uid: 5602 + type: Catwalk + components: + - pos: 3.5,-67.5 + parent: 864 + type: Transform +- uid: 5603 + type: CarpetBlue + components: + - pos: -18.5,-54.5 + parent: 864 + type: Transform +- uid: 5604 + type: CableApcExtension + components: + - pos: 2.5,-67.5 + parent: 864 + type: Transform +- uid: 5605 + type: CarpetSBlue + components: + - pos: 24.5,-24.5 + parent: 864 + type: Transform +- uid: 5606 + type: GasPipeStraight + components: + - pos: 47.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5607 + type: FlashlightSeclite + components: + - pos: 17.395416,21.653858 + parent: 864 + type: Transform +- uid: 5608 + type: SubstationBasic + components: + - pos: 19.5,-27.5 + parent: 864 + type: Transform +- uid: 5609 + type: WallReinforced + components: + - pos: 38.5,52.5 + parent: 864 + type: Transform +- uid: 5610 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5611 + type: CableApcExtension + components: + - pos: 1.5,-6.5 + parent: 864 + type: Transform +- uid: 5612 + type: Catwalk + components: + - pos: 5.5,-67.5 + parent: 864 + type: Transform +- uid: 5613 + type: GasPipeTJunction + components: + - pos: -20.5,-88.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5614 + type: WallSolid + components: + - pos: 16.5,-49.5 + parent: 864 + type: Transform +- uid: 5615 + type: FirelockGlass + components: + - pos: -4.5,-22.5 + parent: 864 + type: Transform +- uid: 5616 + type: FirelockGlass + components: + - pos: 7.5,8.5 + parent: 864 + type: Transform +- uid: 5617 + type: CableApcExtension + components: + - pos: -5.5,-26.5 + parent: 864 + type: Transform +- uid: 5618 + type: CableApcExtension + components: + - pos: 25.5,-58.5 + parent: 864 + type: Transform +- uid: 5619 + type: CableApcExtension + components: + - pos: 25.5,-59.5 + parent: 864 + type: Transform +- uid: 5620 + type: Table + components: + - pos: 5.5,15.5 + parent: 864 + type: Transform +- uid: 5621 + type: TableReinforced + components: + - pos: 36.5,49.5 + parent: 864 + type: Transform +- uid: 5622 + type: CableApcExtension + components: + - pos: 26.5,-60.5 + parent: 864 + type: Transform +- uid: 5623 + type: CableApcExtension + components: + - pos: 28.5,-42.5 + parent: 864 + type: Transform +- uid: 5624 + type: CableApcExtension + components: + - pos: 8.5,-69.5 + parent: 864 + type: Transform +- uid: 5625 + type: AirlockHeadOfSecurityGlassLocked + components: + - name: head of security's office + type: MetaData + - rot: -1.5707963267948966 rad + pos: 6.5,18.5 + parent: 864 + type: Transform +- uid: 5626 + type: CableApcExtension + components: + - pos: 19.5,-47.5 + parent: 864 + type: Transform +- uid: 5627 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-19.5 + parent: 864 + type: Transform +- uid: 5628 + type: WallSolid + components: + - pos: 16.5,-50.5 + parent: 864 + type: Transform +- uid: 5629 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,-13.5 + parent: 864 + type: Transform +- uid: 5630 + type: CableHV + components: + - pos: 34.5,-42.5 + parent: 864 + type: Transform +- uid: 5631 + type: CableHV + components: + - pos: 35.5,-42.5 + parent: 864 + type: Transform +- uid: 5632 + type: CableHV + components: + - pos: 25.5,-45.5 + parent: 864 + type: Transform +- uid: 5633 + type: PillSpaceDrugs + components: + - pos: -8.5,-32.5 + parent: 864 + type: Transform +- uid: 5634 + type: CableHV + components: + - pos: 35.5,-32.5 + parent: 864 + type: Transform +- uid: 5635 + type: CableHV + components: + - pos: 35.5,-36.5 + parent: 864 + type: Transform +- uid: 5636 + type: ComputerComms + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-30.5 + parent: 864 + type: Transform +- uid: 5637 + type: PillTricordrazine + components: + - pos: -8.503431,-32.256336 + parent: 864 + type: Transform +- uid: 5638 + type: FoodSoupClown + components: + - pos: 48.47484,-21.900894 + parent: 864 + type: Transform +- uid: 5639 + type: WallReinforced + components: + - pos: 43.5,-20.5 + parent: 864 + type: Transform +- uid: 5640 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5641 + type: IngotGold + components: + - pos: 48.16234,-27.566782 + parent: 864 + type: Transform +- uid: 5642 + type: DrinkGoldschlagerGlass + components: + - pos: 47.75609,-30.289944 + parent: 864 + type: Transform +- uid: 5643 + type: ToyRubberDuck + components: + - pos: 48.50609,-28.286053 + parent: 864 + type: Transform +- uid: 5644 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,-29.5 + parent: 864 + type: Transform +- uid: 5645 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 47.5,-27.5 + parent: 864 + type: Transform +- uid: 5646 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 8.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5647 + type: WallSolid + components: + - pos: 14.5,-55.5 + parent: 864 + type: Transform +- uid: 5648 + type: WallSolid + components: + - pos: -17.5,-17.5 + parent: 864 + type: Transform +- uid: 5649 + type: CarpetSBlue + components: + - pos: 24.5,-23.5 + parent: 864 + type: Transform +- uid: 5650 + type: Firelock + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-41.5 + parent: 864 + type: Transform +- uid: 5651 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5652 + type: CableHV + components: + - pos: -12.5,-74.5 + parent: 864 + type: Transform +- uid: 5653 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5654 + type: WallSolid + components: + - pos: 9.5,-50.5 + parent: 864 + type: Transform +- uid: 5655 + type: CableHV + components: + - pos: -0.5,-72.5 + parent: 864 + type: Transform +- uid: 5656 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 8.5,-51.5 + parent: 864 + type: Transform +- uid: 5657 + type: CableMV + components: + - pos: 29.5,2.5 + parent: 864 + type: Transform +- uid: 5658 + type: CableApcExtension + components: + - pos: -1.5,-74.5 + parent: 864 + type: Transform +- uid: 5659 + type: CableApcExtension + components: + - pos: 30.5,1.5 + parent: 864 + type: Transform +- uid: 5660 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5661 + type: CableApcExtension + components: + - pos: -1.5,-76.5 + parent: 864 + type: Transform +- uid: 5662 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 35.5,13.5 + parent: 864 + type: Transform +- uid: 5663 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 32.5,-7.5 + parent: 864 + type: Transform +- uid: 5664 + type: FirelockGlass + components: + - pos: 35.5,1.5 + parent: 864 + type: Transform +- uid: 5665 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-20.5 + parent: 864 + type: Transform +- uid: 5666 + type: WallSolid + components: + - pos: -21.5,-24.5 + parent: 864 + type: Transform +- uid: 5667 + type: ReinforcedWindow + components: + - pos: -23.5,-19.5 + parent: 864 + type: Transform +- uid: 5668 + type: CableApcExtension + components: + - pos: -5.5,-74.5 + parent: 864 + type: Transform +- uid: 5669 + type: WallSolid + components: + - pos: 41.5,-57.5 + parent: 864 + type: Transform +- uid: 5670 + type: Pen + components: + - rot: -1.5707963267948966 rad + pos: -4.7918606,-48.471176 + parent: 864 + type: Transform +- uid: 5671 + type: AirlockAtmosphericsGlassLocked + components: + - name: atmospherics + type: MetaData + - pos: -21.5,-32.5 + parent: 864 + type: Transform +- uid: 5672 + type: CableApcExtension + components: + - pos: -5.5,-71.5 + parent: 864 + type: Transform +- uid: 5673 + type: CableApcExtension + components: + - pos: 30.5,0.5 + parent: 864 + type: Transform +- uid: 5674 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 36.5,13.5 + parent: 864 + type: Transform +- uid: 5675 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5676 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 17.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5677 + type: WallReinforced + components: + - pos: 39.5,10.5 + parent: 864 + type: Transform +- uid: 5678 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-63.5 + parent: 864 + type: Transform +- uid: 5679 + type: CableApcExtension + components: + - pos: 19.5,-42.5 + parent: 864 + type: Transform +- uid: 5680 + type: CableHV + components: + - pos: 11.5,-105.5 + parent: 864 + type: Transform +- uid: 5681 + type: LockerEvidence + components: + - pos: 37.5,11.5 + parent: 864 + type: Transform +- uid: 5682 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5683 + type: CableHV + components: + - pos: -1.5,-86.5 + parent: 864 + type: Transform +- uid: 5684 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 10.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5685 + type: Grille + components: + - pos: 34.5,9.5 + parent: 864 + type: Transform +- uid: 5686 + type: Grille + components: + - pos: 35.5,4.5 + parent: 864 + type: Transform +- uid: 5687 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 23.5,-19.5 + parent: 864 + type: Transform +- uid: 5688 + type: Grille + components: + - pos: 1.5,-56.5 + parent: 864 + type: Transform +- uid: 5689 + type: Grille + components: + - pos: 1.5,-57.5 + parent: 864 + type: Transform +- uid: 5690 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 12.5,-27.5 + parent: 864 + type: Transform +- uid: 5691 + type: CableHV + components: + - pos: -16.5,-26.5 + parent: 864 + type: Transform +- uid: 5692 + type: CableHV + components: + - pos: 11.5,-26.5 + parent: 864 + type: Transform +- uid: 5693 + type: AirlockGlass + components: + - pos: -5.5,-22.5 + parent: 864 + type: Transform +- uid: 5694 + type: FirelockGlass + components: + - pos: 10.5,-25.5 + parent: 864 + type: Transform +- uid: 5695 + type: CableApcExtension + components: + - pos: 4.5,-71.5 + parent: 864 + type: Transform +- uid: 5696 + type: CableHV + components: + - pos: -17.5,-42.5 + parent: 864 + type: Transform +- uid: 5697 + type: CableHV + components: + - pos: -9.5,-71.5 + parent: 864 + type: Transform +- uid: 5698 + type: Grille + components: + - pos: -10.5,-56.5 + parent: 864 + type: Transform +- uid: 5699 + type: Grille + components: + - pos: -13.5,-57.5 + parent: 864 + type: Transform +- uid: 5700 + type: Grille + components: + - pos: -4.5,-44.5 + parent: 864 + type: Transform +- uid: 5701 + type: Grille + components: + - pos: -5.5,-44.5 + parent: 864 + type: Transform +- uid: 5702 + type: Grille + components: + - pos: 5.5,-44.5 + parent: 864 + type: Transform +- uid: 5703 + type: Grille + components: + - pos: 4.5,-44.5 + parent: 864 + type: Transform +- uid: 5704 + type: WallReinforced + components: + - pos: 0.5,-39.5 + parent: 864 + type: Transform +- uid: 5705 + type: WallReinforced + components: + - pos: 4.5,-39.5 + parent: 864 + type: Transform +- uid: 5706 + type: PottedPlant18 + components: + - pos: -15.5,-52.5 + parent: 864 + type: Transform +- uid: 5707 + type: ExtinguisherCabinetFilled + components: + - pos: -20.5,53.5 + parent: 864 + type: Transform +- uid: 5708 + type: CableApcExtension + components: + - pos: 10.5,-42.5 + parent: 864 + type: Transform +- uid: 5709 + type: ExtinguisherCabinetFilled + components: + - pos: -13.5,32.5 + parent: 864 + type: Transform +- uid: 5710 + type: Poweredlight + components: + - pos: -21.5,-84.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 5711 + type: CableApcExtension + components: + - pos: -14.5,-47.5 + parent: 864 + type: Transform +- uid: 5712 + type: CableApcExtension + components: + - pos: -12.5,-49.5 + parent: 864 + type: Transform +- uid: 5713 + type: CableApcExtension + components: + - pos: -13.5,-49.5 + parent: 864 + type: Transform +- uid: 5714 + type: CableApcExtension + components: + - pos: -13.5,-48.5 + parent: 864 + type: Transform +- uid: 5715 + type: CableApcExtension + components: + - pos: -13.5,-47.5 + parent: 864 + type: Transform +- uid: 5716 + type: CableApcExtension + components: + - pos: -12.5,-47.5 + parent: 864 + type: Transform +- uid: 5717 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-24.5 + parent: 864 + type: Transform +- uid: 5718 + type: BoxSyringe + components: + - pos: 2.6296678,-50.451572 + parent: 864 + type: Transform +- uid: 5719 + type: CableHV + components: + - pos: 6.5,-16.5 + parent: 864 + type: Transform +- uid: 5720 + type: WallSolid + components: + - pos: 36.5,-0.5 + parent: 864 + type: Transform +- uid: 5721 + type: WallReinforced + components: + - pos: 2.5,15.5 + parent: 864 + type: Transform +- uid: 5722 + type: WallSolid + components: + - pos: -6.5,15.5 + parent: 864 + type: Transform +- uid: 5723 + type: WallSolidRust + components: + - rot: -1.5707963267948966 rad + pos: -10.5,14.5 + parent: 864 + type: Transform +- uid: 5724 + type: AirlockBrigGlassLocked + components: + - name: brig + type: MetaData + - pos: 41.5,3.5 + parent: 864 + type: Transform +- uid: 5725 + type: WardrobeBotanistFilled + components: + - pos: -4.5,10.5 + parent: 864 + type: Transform +- uid: 5726 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 10.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5727 + type: WallSolid + components: + - pos: 9.5,-54.5 + parent: 864 + type: Transform +- uid: 5728 + type: GasPipeStraight + components: + - pos: 26.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5729 + type: GasPipeStraight + components: + - pos: 26.5,-16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5730 + type: WallSolid + components: + - pos: -17.5,-15.5 + parent: 864 + type: Transform +- uid: 5731 + type: CableMV + components: + - pos: 19.5,-28.5 + parent: 864 + type: Transform +- uid: 5732 + type: DisposalPipe + components: + - pos: 18.5,-28.5 + parent: 864 + type: Transform +- uid: 5733 + type: CableHV + components: + - pos: 19.5,-28.5 + parent: 864 + type: Transform +- uid: 5734 + type: AirlockMaintCommandLocked + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-32.5 + parent: 864 + type: Transform +- uid: 5735 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5736 + type: CableApcExtension + components: + - pos: -10.5,-18.5 + parent: 864 + type: Transform +- uid: 5737 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-31.5 + parent: 864 + type: Transform +- uid: 5738 + type: CableHV + components: + - pos: -4.5,-19.5 + parent: 864 + type: Transform +- uid: 5739 + type: SpawnPointMime + components: + - pos: 2.5,-6.5 + parent: 864 + type: Transform +- uid: 5740 + type: WallSolid + components: + - pos: 37.5,-40.5 + parent: 864 + type: Transform +- uid: 5741 + type: WallSolid + components: + - pos: 38.5,-40.5 + parent: 864 + type: Transform +- uid: 5742 + type: WallSolid + components: + - pos: 40.5,-40.5 + parent: 864 + type: Transform +- uid: 5743 + type: WallReinforced + components: + - pos: 23.5,-48.5 + parent: 864 + type: Transform +- uid: 5744 + type: WallReinforced + components: + - pos: 23.5,-47.5 + parent: 864 + type: Transform +- uid: 5745 + type: WallReinforced + components: + - pos: 19.5,-44.5 + parent: 864 + type: Transform +- uid: 5746 + type: WallSolid + components: + - pos: 27.5,-46.5 + parent: 864 + type: Transform +- uid: 5747 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-49.5 + parent: 864 + type: Transform +- uid: 5748 + type: WallSolid + components: + - pos: 39.5,-40.5 + parent: 864 + type: Transform +- uid: 5749 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5750 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 23.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5751 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5752 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-5.5 + parent: 864 + type: Transform +- uid: 5753 + type: CableMV + components: + - pos: 16.5,-14.5 + parent: 864 + type: Transform +- uid: 5754 + type: CableMV + components: + - pos: 17.5,-14.5 + parent: 864 + type: Transform +- uid: 5755 + type: CableMV + components: + - pos: 17.5,-13.5 + parent: 864 + type: Transform +- uid: 5756 + type: CableMV + components: + - pos: 17.5,-12.5 + parent: 864 + type: Transform +- uid: 5757 + type: CableMV + components: + - pos: 19.5,-11.5 + parent: 864 + type: Transform +- uid: 5758 + type: CableMV + components: + - pos: 21.5,-11.5 + parent: 864 + type: Transform +- uid: 5759 + type: CableApcExtension + components: + - pos: 21.5,-9.5 + parent: 864 + type: Transform +- uid: 5760 + type: CableApcExtension + components: + - pos: 20.5,-11.5 + parent: 864 + type: Transform +- uid: 5761 + type: CableApcExtension + components: + - pos: 20.5,-12.5 + parent: 864 + type: Transform +- uid: 5762 + type: CableHV + components: + - pos: -5.5,-32.5 + parent: 864 + type: Transform +- uid: 5763 + type: CableApcExtension + components: + - pos: 22.5,-41.5 + parent: 864 + type: Transform +- uid: 5764 + type: CableApcExtension + components: + - pos: 19.5,-13.5 + parent: 864 + type: Transform +- uid: 5765 + type: CableApcExtension + components: + - pos: 22.5,-11.5 + parent: 864 + type: Transform +- uid: 5766 + type: CableApcExtension + components: + - pos: 62.5,-8.5 + parent: 864 + type: Transform +- uid: 5767 + type: CableMV + components: + - pos: 5.5,-47.5 + parent: 864 + type: Transform +- uid: 5768 + type: CableApcExtension + components: + - pos: -3.5,-53.5 + parent: 864 + type: Transform +- uid: 5769 + type: CableApcExtension + components: + - pos: -14.5,-58.5 + parent: 864 + type: Transform +- uid: 5770 + type: CableApcExtension + components: + - pos: 8.5,-60.5 + parent: 864 + type: Transform +- uid: 5771 + type: CableApcExtension + components: + - pos: -8.5,-61.5 + parent: 864 + type: Transform +- uid: 5772 + type: WallSolid + components: + - pos: -26.5,-71.5 + parent: 864 + type: Transform +- uid: 5773 + type: ReinforcedWindow + components: + - pos: -25.5,-91.5 + parent: 864 + type: Transform +- uid: 5774 + type: ReinforcedWindow + components: + - pos: -21.5,-91.5 + parent: 864 + type: Transform +- uid: 5775 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-89.5 + parent: 864 + type: Transform +- uid: 5776 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-89.5 + parent: 864 + type: Transform +- uid: 5777 + type: ClothingNeckMantleCMO + components: + - pos: -20.144634,-56.34305 + parent: 864 + type: Transform +- uid: 5778 + type: CableApcExtension + components: + - pos: -20.5,-88.5 + parent: 864 + type: Transform +- uid: 5779 + type: MagazinePistolSubMachineGunTopMounted + components: + - rot: 6.283185307179586 rad + pos: 30.095226,32.63735 + parent: 864 + type: Transform + - containers: + ballistic-ammo: !type:Container + ents: [] + type: ContainerContainer +- uid: 5780 + type: SignRedThree + components: + - pos: 51.5,22.5 + parent: 864 + type: Transform +- uid: 5781 + type: SignRedSix + components: + - pos: 42.5,17.5 + parent: 864 + type: Transform +- uid: 5782 + type: DisposalPipe + components: + - pos: -23.5,-79.5 + parent: 864 + type: Transform +- uid: 5783 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -23.5,-84.5 + parent: 864 + type: Transform +- uid: 5784 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-84.5 + parent: 864 + type: Transform +- uid: 5785 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-75.5 + parent: 864 + type: Transform +- uid: 5786 + type: WallSolid + components: + - pos: -11.5,4.5 + parent: 864 + type: Transform +- uid: 5787 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-75.5 + parent: 864 + type: Transform +- uid: 5788 + type: DisposalUnit + components: + - pos: -25.5,-75.5 + parent: 864 + type: Transform +- uid: 5789 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-53.5 + parent: 864 + type: Transform +- uid: 5790 + type: ClothingBackpackDuffelMedical + components: + - pos: -2.4848266,-48.830677 + parent: 864 + type: Transform +- uid: 5791 + type: CableApcExtension + components: + - pos: 28.5,-60.5 + parent: 864 + type: Transform +- uid: 5792 + type: FoamBlade + components: + - pos: -14.780027,-76.18346 + parent: 864 + type: Transform +- uid: 5793 + type: CableApcExtension + components: + - pos: -8.5,-24.5 + parent: 864 + type: Transform +- uid: 5794 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-68.5 + parent: 864 + type: Transform +- uid: 5795 + type: CableApcExtension + components: + - pos: -4.5,-25.5 + parent: 864 + type: Transform +- uid: 5796 + type: VendingMachineSeeds + components: + - pos: -5.5,5.5 + parent: 864 + type: Transform +- uid: 5797 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 0.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5798 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-28.5 + parent: 864 + type: Transform +- uid: 5799 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 8.5,2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5800 + type: WallReinforced + components: + - pos: 7.5,11.5 + parent: 864 + type: Transform +- uid: 5801 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-1.5 + parent: 864 + type: Transform +- uid: 5802 + type: Grille + components: + - pos: 18.5,32.5 + parent: 864 + type: Transform +- uid: 5803 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,12.5 + parent: 864 + type: Transform +- uid: 5804 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-1.5 + parent: 864 + type: Transform +- uid: 5805 + type: CableApcExtension + components: + - pos: 8.5,-54.5 + parent: 864 + type: Transform +- uid: 5806 + type: CableApcExtension + components: + - pos: 8.5,-55.5 + parent: 864 + type: Transform +- uid: 5807 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - rot: 3.141592653589793 rad + pos: 13.5,-57.5 + parent: 864 + type: Transform +- uid: 5808 + type: CableApcExtension + components: + - pos: -17.5,-61.5 + parent: 864 + type: Transform +- uid: 5809 + type: CableApcExtension + components: + - pos: -18.5,-61.5 + parent: 864 + type: Transform +- uid: 5810 + type: CableHV + components: + - pos: 25.5,-48.5 + parent: 864 + type: Transform +- uid: 5811 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 864 + type: Transform +- uid: 5812 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,13.5 + parent: 864 + type: Transform +- uid: 5813 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 19.5,2.5 + parent: 864 + type: Transform +- uid: 5814 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-1.5 + parent: 864 + type: Transform +- uid: 5815 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-1.5 + parent: 864 + type: Transform +- uid: 5816 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 19.5,0.5 + parent: 864 + type: Transform +- uid: 5817 + type: WallReinforced + components: + - pos: 10.5,15.5 + parent: 864 + type: Transform +- uid: 5818 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-1.5 + parent: 864 + type: Transform +- uid: 5819 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 21.5,1.5 + parent: 864 + type: Transform +- uid: 5820 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 21.5,0.5 + parent: 864 + type: Transform +- uid: 5821 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 28.5,5.5 + parent: 864 + type: Transform +- uid: 5822 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-3.5 + parent: 864 + type: Transform +- uid: 5823 + type: SignRedZero + components: + - pos: 30.23321,-15.491432 + parent: 864 + type: Transform +- uid: 5824 + type: AsteroidRock + components: + - pos: 12.5,45.5 + parent: 864 + type: Transform +- uid: 5825 + type: WallSolid + components: + - pos: -11.5,-9.5 + parent: 864 + type: Transform +- uid: 5826 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 3.5,10.5 + parent: 864 + type: Transform +- uid: 5827 + type: VendingMachineDinnerware + components: + - pos: 4.5,9.5 + parent: 864 + type: Transform +- uid: 5828 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-2.5 + parent: 864 + type: Transform +- uid: 5829 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,3.5 + parent: 864 + type: Transform +- uid: 5830 + type: AirlockSecurityGlassLocked + components: + - name: detective agency + type: MetaData + - pos: 20.5,-15.5 + parent: 864 + type: Transform +- uid: 5831 + type: CarpetPink + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-11.5 + parent: 864 + type: Transform +- uid: 5832 + type: WallSolid + components: + - pos: -29.5,-76.5 + parent: 864 + type: Transform +- uid: 5833 + type: SpawnPointJanitor + components: + - pos: -10.5,-22.5 + parent: 864 + type: Transform +- uid: 5834 + type: GasVentPump + components: + - pos: -11.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5835 + type: GasPipeStraight + components: + - pos: -11.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5836 + type: GasPipeStraight + components: + - pos: -8.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5837 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 44.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5838 + type: CableMV + components: + - pos: 27.5,1.5 + parent: 864 + type: Transform +- uid: 5839 + type: EmergencyLight + components: + - pos: 54.5,-5.5 + parent: 864 + type: Transform +- uid: 5840 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 10.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5841 + type: DisposalPipe + components: + - pos: 6.5,3.5 + parent: 864 + type: Transform +- uid: 5842 + type: WallSolid + components: + - pos: -11.5,11.5 + parent: 864 + type: Transform +- uid: 5843 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 35.5,7.5 + parent: 864 + type: Transform +- uid: 5844 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 34.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5845 + type: DrinkGoldenCup + components: + - pos: 48.422813,-25.09548 + parent: 864 + type: Transform +- uid: 5846 + type: GasPipeStraight + components: + - pos: 2.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5847 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5848 + type: WallSolid + components: + - pos: -2.5,4.5 + parent: 864 + type: Transform +- uid: 5849 + type: WallSolid + components: + - pos: -1.5,-2.5 + parent: 864 + type: Transform +- uid: 5850 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 864 + type: Transform +- uid: 5851 + type: WallSolid + components: + - pos: -11.5,-14.5 + parent: 864 + type: Transform +- uid: 5852 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 61.5,14.5 + parent: 864 + type: Transform +- uid: 5853 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 36.5,42.5 + parent: 864 + type: Transform +- uid: 5854 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 15.5,9.5 + parent: 864 + type: Transform +- uid: 5855 + type: DisposalPipe + components: + - pos: 18.5,9.5 + parent: 864 + type: Transform +- uid: 5856 + type: DisposalPipe + components: + - pos: 18.5,0.5 + parent: 864 + type: Transform +- uid: 5857 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 17.5,0.5 + parent: 864 + type: Transform +- uid: 5858 + type: DisposalUnit + components: + - pos: 18.5,10.5 + parent: 864 + type: Transform +- uid: 5859 + type: KitchenSpike + components: + - pos: -0.5,10.5 + parent: 864 + type: Transform +- uid: 5860 + type: Table + components: + - pos: -43.5,35.5 + parent: 864 + type: Transform +- uid: 5861 + type: Grille + components: + - pos: -0.5,-62.5 + parent: 864 + type: Transform +- uid: 5862 + type: DoubleEmergencyOxygenTankFilled + components: + - pos: 31.506456,-10.454706 + parent: 864 + type: Transform +- uid: 5863 + type: AirlockMaint + components: + - name: waste disposal + type: MetaData + - rot: -1.5707963267948966 rad + pos: 18.5,-51.5 + parent: 864 + type: Transform +- uid: 5864 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 20.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5865 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 19.5,20.5 + parent: 864 + type: Transform +- uid: 5866 + type: GasPipeStraight + components: + - pos: 23.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5867 + type: Grille + components: + - pos: -8.5,-62.5 + parent: 864 + type: Transform +- uid: 5868 + type: PosterLegitUeNo + components: + - pos: -2.5,-5.5 + parent: 864 + type: Transform +- uid: 5869 + type: SpawnMobMouse + components: + - pos: -29.5,-47.5 + parent: 864 + type: Transform +- uid: 5870 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-81.5 + parent: 864 + type: Transform +- uid: 5871 + type: FirelockEdge + components: + - rot: 3.141592653589793 rad + pos: 14.5,-52.5 + parent: 864 + type: Transform +- uid: 5872 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-0.5 + parent: 864 + type: Transform +- uid: 5873 + type: FirelockGlass + components: + - pos: -2.5,-55.5 + parent: 864 + type: Transform +- uid: 5874 + type: Grille + components: + - pos: 3.5,-77.5 + parent: 864 + type: Transform +- uid: 5875 + type: CableHV + components: + - pos: -9.5,-26.5 + parent: 864 + type: Transform +- uid: 5876 + type: CableHV + components: + - pos: 25.5,-46.5 + parent: 864 + type: Transform +- uid: 5877 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 37.5,9.5 + parent: 864 + type: Transform +- uid: 5878 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 5879 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -19.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5880 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 864 + type: Transform +- uid: 5881 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5882 + type: WallSolid + components: + - pos: -7.5,12.5 + parent: 864 + type: Transform +- uid: 5883 + type: CableHV + components: + - pos: -5.5,-42.5 + parent: 864 + type: Transform +- uid: 5884 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-79.5 + parent: 864 + type: Transform +- uid: 5885 + type: CableMV + components: + - pos: -10.5,-18.5 + parent: 864 + type: Transform +- uid: 5886 + type: CableApcExtension + components: + - pos: -12.5,-74.5 + parent: 864 + type: Transform +- uid: 5887 + type: CableHV + components: + - pos: 19.5,-29.5 + parent: 864 + type: Transform +- uid: 5888 + type: CableApcExtension + components: + - pos: 40.5,-25.5 + parent: 864 + type: Transform +- uid: 5889 + type: FirelockGlass + components: + - pos: 5.5,4.5 + parent: 864 + type: Transform +- uid: 5890 + type: TableCounterMetal + components: + - pos: 5.5,11.5 + parent: 864 + type: Transform +- uid: 5891 + type: WallSolid + components: + - pos: 6.5,4.5 + parent: 864 + type: Transform +- uid: 5892 + type: DisposalYJunction + components: + - pos: 15.5,-43.5 + parent: 864 + type: Transform +- uid: 5893 + type: ReinforcedPlasmaWindow + components: + - rot: 3.141592653589793 rad + pos: 27.5,-20.5 + parent: 864 + type: Transform +- uid: 5894 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -23.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5895 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-17.5 + parent: 864 + type: Transform +- uid: 5896 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-83.5 + parent: 864 + type: Transform +- uid: 5897 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,38.5 + parent: 864 + type: Transform +- uid: 5898 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 28.5,-19.5 + parent: 864 + type: Transform +- uid: 5899 + type: CableApcExtension + components: + - pos: 31.5,-62.5 + parent: 864 + type: Transform +- uid: 5900 + type: CableApcExtension + components: + - pos: 25.5,0.5 + parent: 864 + type: Transform +- uid: 5901 + type: GasVentPump + components: + - pos: 47.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5902 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-83.5 + parent: 864 + type: Transform +- uid: 5903 + type: GasPipeStraight + components: + - pos: -3.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5904 + type: GasPipeStraight + components: + - pos: -5.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5905 + type: GasPipeStraight + components: + - pos: -5.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5906 + type: Table + components: + - pos: -22.5,-76.5 + parent: 864 + type: Transform +- uid: 5907 + type: BoxSterileMask + components: + - pos: -22.622793,-78.244446 + parent: 864 + type: Transform +- uid: 5908 + type: ClothingHeadHatCone + components: + - pos: -30.275219,-71.58233 + parent: 864 + type: Transform +- uid: 5909 + type: CableHV + components: + - pos: 15.5,-38.5 + parent: 864 + type: Transform +- uid: 5910 + type: CableMV + components: + - pos: 19.5,-52.5 + parent: 864 + type: Transform +- uid: 5911 + type: Catwalk + components: + - pos: 8.5,-54.5 + parent: 864 + type: Transform +- uid: 5912 + type: CableApcExtension + components: + - pos: 22.5,-53.5 + parent: 864 + type: Transform +- uid: 5913 + type: CableApcExtension + components: + - pos: 25.5,-47.5 + parent: 864 + type: Transform +- uid: 5914 + type: CableApcExtension + components: + - pos: 5.5,-70.5 + parent: 864 + type: Transform +- uid: 5915 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 47.5,-21.5 + parent: 864 + type: Transform +- uid: 5916 + type: WallReinforced + components: + - pos: -22.5,5.5 + parent: 864 + type: Transform +- uid: 5917 + type: PosterContrabandRevolt + components: + - pos: -40.5,-73.5 + parent: 864 + type: Transform +- uid: 5918 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 27.5,14.5 + parent: 864 + type: Transform +- uid: 5919 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5920 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -16.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5921 + type: WallReinforced + components: + - pos: -29.5,43.5 + parent: 864 + type: Transform +- uid: 5922 + type: CableApcExtension + components: + - pos: 4.5,8.5 + parent: 864 + type: Transform +- uid: 5923 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5924 + type: CableApcExtension + components: + - pos: -31.5,30.5 + parent: 864 + type: Transform +- uid: 5925 + type: RockGuitarInstrument + components: + - pos: -10.563177,-6.285685 + parent: 864 + type: Transform +- uid: 5926 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,-81.5 + parent: 864 + type: Transform +- uid: 5927 + type: CableHV + components: + - pos: 30.5,-0.5 + parent: 864 + type: Transform +- uid: 5928 + type: CableApcExtension + components: + - pos: 15.5,-41.5 + parent: 864 + type: Transform +- uid: 5929 + type: GasVentScrubber + components: + - pos: -20.5,33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5930 + type: Grille + components: + - pos: 25.5,-1.5 + parent: 864 + type: Transform +- uid: 5931 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 5932 + type: ClosetL3VirologyFilled + components: + - pos: -22.5,-79.5 + parent: 864 + type: Transform +- uid: 5933 + type: Table + components: + - pos: -20.5,-77.5 + parent: 864 + type: Transform +- uid: 5934 + type: WallSolid + components: + - pos: -17.5,-35.5 + parent: 864 + type: Transform +- uid: 5935 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-22.5 + parent: 864 + type: Transform +- uid: 5936 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-28.5 + parent: 864 + type: Transform +- uid: 5937 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 33.5,-62.5 + parent: 864 + type: Transform +- uid: 5938 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5939 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5940 + type: BoxSyringe + components: + - pos: -20.634653,-77.352325 + parent: 864 + type: Transform +- uid: 5941 + type: BoxSterileMask + components: + - pos: -20.619028,-78.321075 + parent: 864 + type: Transform +- uid: 5942 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 6.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5943 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 11.5,-3.5 + parent: 864 + type: Transform +- uid: 5944 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 20.5,24.5 + parent: 864 + type: Transform +- uid: 5945 + type: Table + components: + - pos: -6.5,-73.5 + parent: 864 + type: Transform +- uid: 5946 + type: CableApcExtension + components: + - pos: -8.5,-23.5 + parent: 864 + type: Transform +- uid: 5947 + type: CableApcExtension + components: + - pos: 25.5,-60.5 + parent: 864 + type: Transform +- uid: 5948 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 8.5,-49.5 + parent: 864 + type: Transform +- uid: 5949 + type: CableApcExtension + components: + - pos: -1.5,-69.5 + parent: 864 + type: Transform +- uid: 5950 + type: GasPipeBend + components: + - pos: 36.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5951 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-18.5 + parent: 864 + type: Transform +- uid: 5952 + type: FirelockGlass + components: + - pos: 16.5,-19.5 + parent: 864 + type: Transform +- uid: 5953 + type: GasPipeTJunction + components: + - pos: -5.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5954 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 10.5,23.5 + parent: 864 + type: Transform +- uid: 5955 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 14.5,-38.5 + parent: 864 + type: Transform +- uid: 5956 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-44.5 + parent: 864 + type: Transform +- uid: 5957 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-12.5 + parent: 864 + type: Transform +- uid: 5958 + type: RollerBed + components: + - pos: -29.534147,-79.2912 + parent: 864 + type: Transform +- uid: 5959 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 27.5,15.5 + parent: 864 + type: Transform +- uid: 5960 + type: WallReinforced + components: + - pos: -15.5,3.5 + parent: 864 + type: Transform +- uid: 5961 + type: WallSolid + components: + - pos: -10.5,-62.5 + parent: 864 + type: Transform +- uid: 5962 + type: WallSolid + components: + - pos: -10.5,-64.5 + parent: 864 + type: Transform +- uid: 5963 + type: SprayBottleSpaceCleaner + components: + - pos: -13.721031,-22.20068 + parent: 864 + type: Transform +- uid: 5964 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-76.5 + parent: 864 + type: Transform +- uid: 5965 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-77.5 + parent: 864 + type: Transform +- uid: 5966 + type: BoxMouthSwab + components: + - pos: -22.357168,-76.22882 + parent: 864 + type: Transform +- uid: 5967 + type: WallSolid + components: + - pos: -2.5,-70.5 + parent: 864 + type: Transform +- uid: 5968 + type: WallSolid + components: + - pos: -1.5,-70.5 + parent: 864 + type: Transform +- uid: 5969 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5970 + type: GasPipeStraight + components: + - pos: 0.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5971 + type: GasPipeStraight + components: + - pos: 0.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5972 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5973 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5974 + type: CableHV + components: + - pos: -5.5,-36.5 + parent: 864 + type: Transform +- uid: 5975 + type: CableHV + components: + - pos: 25.5,-51.5 + parent: 864 + type: Transform +- uid: 5976 + type: CableApcExtension + components: + - pos: 19.5,-30.5 + parent: 864 + type: Transform +- uid: 5977 + type: GasPipeBend + components: + - pos: 2.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5978 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5979 + type: FirelockGlass + components: + - pos: 19.5,6.5 + parent: 864 + type: Transform +- uid: 5980 + type: CableHV + components: + - pos: 15.5,-45.5 + parent: 864 + type: Transform +- uid: 5981 + type: SpaceVillainArcade + components: + - pos: 26.5,2.5 + parent: 864 + type: Transform +- uid: 5982 + type: LockerFreezer + components: + - pos: 1.5,12.5 + parent: 864 + type: Transform +- uid: 5983 + type: ExtinguisherCabinetFilled + components: + - pos: 2.5,9.5 + parent: 864 + type: Transform +- uid: 5984 + type: CableHV + components: + - pos: 15.5,-31.5 + parent: 864 + type: Transform +- uid: 5985 + type: CableApcExtension + components: + - pos: -1.5,-26.5 + parent: 864 + type: Transform +- uid: 5986 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 11.5,-15.5 + parent: 864 + type: Transform +- uid: 5987 + type: Firelock + components: + - pos: 54.5,38.5 + parent: 864 + type: Transform +- uid: 5988 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 8.5,3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5989 + type: GasPipeStraight + components: + - pos: 34.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 5990 + type: CrewMonitoringComputerCircuitboard + components: + - pos: 53.35249,35.65033 + parent: 864 + type: Transform +- uid: 5991 + type: OreProcessor + components: + - pos: -47.5,36.5 + parent: 864 + type: Transform +- uid: 5992 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 30.5,-64.5 + parent: 864 + type: Transform +- uid: 5993 + type: CableHV + components: + - pos: 6.5,-95.5 + parent: 864 + type: Transform +- uid: 5994 + type: CableApcExtension + components: + - pos: -37.5,-68.5 + parent: 864 + type: Transform +- uid: 5995 + type: Grille + components: + - pos: 9.5,14.5 + parent: 864 + type: Transform +- uid: 5996 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 29.5,-7.5 + parent: 864 + type: Transform +- uid: 5997 + type: GasVentScrubber + components: + - pos: 21.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 5998 + type: CableHV + components: + - pos: 15.5,-35.5 + parent: 864 + type: Transform +- uid: 5999 + type: WallSolid + components: + - pos: 13.5,-53.5 + parent: 864 + type: Transform +- uid: 6000 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,57.5 + parent: 864 + type: Transform +- uid: 6001 + type: GasThermoMachineFreezer + components: + - pos: 2.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6002 + type: WindoorSecureKitchenLocked + components: + - pos: 4.5,11.5 + parent: 864 + type: Transform +- uid: 6003 + type: GasPipeBend + components: + - pos: 4.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6004 + type: GasPipeStraight + components: + - pos: 2.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6005 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -8.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6006 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6007 + type: WallSolid + components: + - pos: -5.5,-72.5 + parent: 864 + type: Transform +- uid: 6008 + type: WallSolid + components: + - pos: 0.5,-70.5 + parent: 864 + type: Transform +- uid: 6009 + type: WallSolid + components: + - pos: 1.5,-70.5 + parent: 864 + type: Transform +- uid: 6010 + type: WallSolid + components: + - pos: 13.5,-46.5 + parent: 864 + type: Transform +- uid: 6011 + type: WallReinforced + components: + - pos: -18.5,-80.5 + parent: 864 + type: Transform +- uid: 6012 + type: WindowReinforcedDirectional + components: + - pos: -29.5,-78.5 + parent: 864 + type: Transform +- uid: 6013 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6014 + type: FirelockGlass + components: + - pos: -4.5,-2.5 + parent: 864 + type: Transform +- uid: 6015 + type: FirelockGlass + components: + - pos: -1.5,7.5 + parent: 864 + type: Transform +- uid: 6016 + type: VendingMachineChefDrobe + components: + - pos: -0.5,5.5 + parent: 864 + type: Transform +- uid: 6017 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6018 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6019 + type: SurveillanceCameraGeneral + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-23.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: north youtool + type: SurveillanceCamera +- uid: 6020 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-68.5 + parent: 864 + type: Transform +- uid: 6021 + type: CableApcExtension + components: + - pos: 1.5,6.5 + parent: 864 + type: Transform +- uid: 6022 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 0.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6023 + type: AirlockMaint + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-2.5 + parent: 864 + type: Transform +- uid: 6024 + type: FirelockGlass + components: + - pos: -1.5,-0.5 + parent: 864 + type: Transform +- uid: 6025 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -1.5,-50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6026 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6027 + type: SignPrison + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-3.5 + parent: 864 + type: Transform +- uid: 6028 + type: CableApcExtension + components: + - pos: 0.5,-71.5 + parent: 864 + type: Transform +- uid: 6029 + type: ClosetChefFilled + components: + - pos: -0.5,8.5 + parent: 864 + type: Transform +- uid: 6030 + type: BedsheetSyndie + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-0.5 + parent: 864 + type: Transform +- uid: 6031 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-79.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6032 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6033 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 8.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6034 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 7.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6035 + type: CableApcExtension + components: + - pos: -10.5,-20.5 + parent: 864 + type: Transform +- uid: 6036 + type: Table + components: + - pos: 9.5,-56.5 + parent: 864 + type: Transform +- uid: 6037 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-15.5 + parent: 864 + type: Transform +- uid: 6038 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6039 + type: WallSolid + components: + - pos: 42.5,-54.5 + parent: 864 + type: Transform +- uid: 6040 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 29.5,33.5 + parent: 864 + type: Transform +- uid: 6041 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 6.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6042 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 5.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6043 + type: GasPipeStraight + components: + - pos: -8.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6044 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -8.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6045 + type: GasVentPump + components: + - pos: -7.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6046 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 12.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6047 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 14.5,18.5 + parent: 864 + type: Transform +- uid: 6048 + type: ReinforcedWindow + components: + - pos: 15.5,18.5 + parent: 864 + type: Transform +- uid: 6049 + type: WallSolid + components: + - pos: -1.5,-11.5 + parent: 864 + type: Transform +- uid: 6050 + type: WallSolid + components: + - pos: -15.5,-15.5 + parent: 864 + type: Transform +- uid: 6051 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,28.5 + parent: 864 + type: Transform +- uid: 6052 + type: WallReinforced + components: + - pos: 27.5,25.5 + parent: 864 + type: Transform +- uid: 6053 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 30.5,27.5 + parent: 864 + type: Transform +- uid: 6054 + type: WallSolid + components: + - pos: 13.5,-44.5 + parent: 864 + type: Transform +- uid: 6055 + type: WallSolid + components: + - pos: 17.5,-44.5 + parent: 864 + type: Transform +- uid: 6056 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 12.5,23.5 + parent: 864 + type: Transform +- uid: 6057 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 11.5,23.5 + parent: 864 + type: Transform +- uid: 6058 + type: RandomPosterContraband + components: + - pos: -39.5,-88.5 + parent: 864 + type: Transform +- uid: 6059 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: -24.5,53.5 + parent: 864 + type: Transform +- uid: 6060 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: -24.5,50.5 + parent: 864 + type: Transform +- uid: 6061 + type: ClosetFireFilled + components: + - pos: -25.5,51.5 + parent: 864 + type: Transform +- uid: 6062 + type: WallSolid + components: + - pos: -7.5,15.5 + parent: 864 + type: Transform +- uid: 6063 + type: SinkWide + components: + - rot: -1.5707963267948966 rad + pos: -2.5,6.5 + parent: 864 + type: Transform +- uid: 6064 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -3.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6065 + type: CableApcExtension + components: + - pos: 4.5,-46.5 + parent: 864 + type: Transform +- uid: 6066 + type: SignPrison + components: + - rot: 1.5707963267948966 rad + pos: 24.5,5.5 + parent: 864 + type: Transform +- uid: 6067 + type: CableApcExtension + components: + - pos: -8.5,-46.5 + parent: 864 + type: Transform +- uid: 6068 + type: AirlockVirologyGlassLocked + components: + - name: virology treatment + type: MetaData + - pos: -24.5,-74.5 + parent: 864 + type: Transform +- uid: 6069 + type: Railing + components: + - pos: 11.5,0.5 + parent: 864 + type: Transform +- uid: 6070 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 6.5,1.5 + parent: 864 + type: Transform +- uid: 6071 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 864 + type: Transform +- uid: 6072 + type: WallSolid + components: + - pos: -28.5,-76.5 + parent: 864 + type: Transform +- uid: 6073 + type: WallReinforced + components: + - pos: -21.5,-78.5 + parent: 864 + type: Transform +- uid: 6074 + type: Railing + components: + - pos: 7.5,0.5 + parent: 864 + type: Transform +- uid: 6075 + type: WallReinforced + components: + - pos: 8.5,-28.5 + parent: 864 + type: Transform +- uid: 6076 + type: LockerBotanistFilled + components: + - pos: -4.5,11.5 + parent: 864 + type: Transform +- uid: 6077 + type: GasPipeStraight + components: + - pos: -3.5,-20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6078 + type: RevolverCapGun + components: + - pos: 4.572084,-12.431811 + parent: 864 + type: Transform +- uid: 6079 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -2.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6080 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6081 + type: FirelockGlass + components: + - pos: 19.5,-5.5 + parent: 864 + type: Transform +- uid: 6082 + type: CableMV + components: + - pos: 14.5,-14.5 + parent: 864 + type: Transform +- uid: 6083 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: -24.5,51.5 + parent: 864 + type: Transform +- uid: 6084 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: -24.5,52.5 + parent: 864 + type: Transform +- uid: 6085 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 12.5,7.5 + parent: 864 + type: Transform +- uid: 6086 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: -24.5,49.5 + parent: 864 + type: Transform +- uid: 6087 + type: ThermomachineFreezerMachineCircuitBoard + components: + - pos: -36.51641,35.415855 + parent: 864 + type: Transform +- uid: 6088 + type: LockerFreezer + components: + - pos: -38.5,36.5 + parent: 864 + type: Transform +- uid: 6089 + type: CigPackBlue + components: + - pos: 47.844124,50.55344 + parent: 864 + type: Transform +- uid: 6090 + type: RandomPosterContraband + components: + - pos: -20.5,-94.5 + parent: 864 + type: Transform +- uid: 6091 + type: DrinkMugOne + components: + - pos: 47.469124,50.58469 + parent: 864 + type: Transform +- uid: 6092 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6093 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 20.5,-6.5 + parent: 864 + type: Transform +- uid: 6094 + type: WallSolid + components: + - pos: -10.5,12.5 + parent: 864 + type: Transform +- uid: 6095 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 11.5,-2.5 + parent: 864 + type: Transform +- uid: 6096 + type: WallSolid + components: + - pos: -11.5,10.5 + parent: 864 + type: Transform +- uid: 6097 + type: WallSolid + components: + - pos: -0.5,-70.5 + parent: 864 + type: Transform +- uid: 6098 + type: WallReinforced + components: + - pos: -13.5,-74.5 + parent: 864 + type: Transform +- uid: 6099 + type: WallReinforced + components: + - pos: -13.5,-79.5 + parent: 864 + type: Transform +- uid: 6100 + type: WallSolid + components: + - pos: -27.5,-76.5 + parent: 864 + type: Transform +- uid: 6101 + type: WallSolid + components: + - pos: -20.5,-65.5 + parent: 864 + type: Transform +- uid: 6102 + type: Table + components: + - pos: -23.5,-71.5 + parent: 864 + type: Transform +- uid: 6103 + type: SignDisposalSpace + components: + - pos: 23.5,-52.5 + parent: 864 + type: Transform +- uid: 6104 + type: ClosetEmergencyFilledRandom + components: + - pos: -25.5,52.5 + parent: 864 + type: Transform +- uid: 6105 + type: WallSolid + components: + - pos: -14.5,-72.5 + parent: 864 + type: Transform +- uid: 6106 + type: WallReinforced + components: + - pos: -17.5,-74.5 + parent: 864 + type: Transform +- uid: 6107 + type: WallReinforced + components: + - pos: -21.5,-80.5 + parent: 864 + type: Transform +- uid: 6108 + type: WallReinforced + components: + - pos: -21.5,-79.5 + parent: 864 + type: Transform +- uid: 6109 + type: WallReinforced + components: + - pos: -21.5,-77.5 + parent: 864 + type: Transform +- uid: 6110 + type: WallReinforced + components: + - pos: -19.5,-80.5 + parent: 864 + type: Transform +- uid: 6111 + type: WallSolid + components: + - pos: -26.5,-76.5 + parent: 864 + type: Transform +- uid: 6112 + type: WallSolid + components: + - pos: -26.5,-75.5 + parent: 864 + type: Transform +- uid: 6113 + type: SheetPaper1 + components: + - pos: -4.4637356,-48.471176 + parent: 864 + type: Transform +- uid: 6114 + type: WallReinforced + components: + - pos: -13.5,-76.5 + parent: 864 + type: Transform +- uid: 6115 + type: WallReinforced + components: + - pos: 9.5,20.5 + parent: 864 + type: Transform +- uid: 6116 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -10.5,-51.5 + parent: 864 + type: Transform +- uid: 6117 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-68.5 + parent: 864 + type: Transform +- uid: 6118 + type: ReinforcedWindow + components: + - pos: 18.5,-65.5 + parent: 864 + type: Transform +- uid: 6119 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -16.5,-52.5 + parent: 864 + type: Transform +- uid: 6120 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 22.5,-53.5 + parent: 864 + type: Transform +- uid: 6121 + type: ConveyorBelt + components: + - pos: 18.5,-57.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 6122 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -16.5,-51.5 + parent: 864 + type: Transform +- uid: 6123 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-53.5 + parent: 864 + type: Transform +- uid: 6124 + type: MedkitCombatFilled + components: + - pos: -19.551592,-54.487877 + parent: 864 + type: Transform +- uid: 6125 + type: CableApcExtension + components: + - pos: 17.5,-55.5 + parent: 864 + type: Transform +- uid: 6126 + type: CableApcExtension + components: + - pos: 18.5,-55.5 + parent: 864 + type: Transform +- uid: 6127 + type: WindoorSecurityLocked + components: + - rot: 3.141592653589793 rad + pos: 18.5,15.5 + parent: 864 + type: Transform +- uid: 6128 + type: CableApcExtension + components: + - pos: -6.5,-26.5 + parent: 864 + type: Transform +- uid: 6129 + type: Wrench + components: + - pos: 19.497053,-52.46946 + parent: 864 + type: Transform +- uid: 6130 + type: FirelockGlass + components: + - pos: -27.5,1.5 + parent: 864 + type: Transform +- uid: 6131 + type: AirlockSecurityGlassLocked + components: + - rot: 3.141592653589793 rad + pos: 9.5,17.5 + parent: 864 + type: Transform +- uid: 6132 + type: CableApcExtension + components: + - pos: 24.5,-42.5 + parent: 864 + type: Transform +- uid: 6133 + type: CableApcExtension + components: + - pos: 14.5,-42.5 + parent: 864 + type: Transform +- uid: 6134 + type: CableApcExtension + components: + - pos: 19.5,-51.5 + parent: 864 + type: Transform +- uid: 6135 + type: CableApcExtension + components: + - pos: 17.5,-52.5 + parent: 864 + type: Transform +- uid: 6136 + type: CableApcExtension + components: + - pos: 15.5,-48.5 + parent: 864 + type: Transform +- uid: 6137 + type: CableHV + components: + - pos: -16.5,-42.5 + parent: 864 + type: Transform +- uid: 6138 + type: CableApcExtension + components: + - pos: 4.5,-70.5 + parent: 864 + type: Transform +- uid: 6139 + type: FirelockGlass + components: + - pos: 7.5,-42.5 + parent: 864 + type: Transform +- uid: 6140 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-37.5 + parent: 864 + type: Transform +- uid: 6141 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-31.5 + parent: 864 + type: Transform +- uid: 6142 + type: Grille + components: + - pos: 27.5,-40.5 + parent: 864 + type: Transform +- uid: 6143 + type: DoubleEmergencyOxygenTankFilled + components: + - pos: 31.537706,-12.470331 + parent: 864 + type: Transform +- uid: 6144 + type: ClothingOuterHardsuitEVA + components: + - pos: 31.631456,-13.407831 + parent: 864 + type: Transform +- uid: 6145 + type: Table + components: + - pos: 31.5,-10.5 + parent: 864 + type: Transform +- uid: 6146 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,-11.5 + parent: 864 + type: Transform +- uid: 6147 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,-12.5 + parent: 864 + type: Transform +- uid: 6148 + type: WallReinforced + components: + - pos: -16.5,-54.5 + parent: 864 + type: Transform +- uid: 6149 + type: FirelockGlass + components: + - pos: -7.5,-51.5 + parent: 864 + type: Transform +- uid: 6150 + type: BoxBodyBag + components: + - pos: -11.506837,-67.45136 + parent: 864 + type: Transform +- uid: 6151 + type: StasisBed + components: + - pos: 4.5,-63.5 + parent: 864 + type: Transform +- uid: 6152 + type: DisposalPipe + components: + - pos: -5.5,-54.5 + parent: 864 + type: Transform +- uid: 6153 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,-9.5 + parent: 864 + type: Transform +- uid: 6154 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-9.5 + parent: 864 + type: Transform +- uid: 6155 + type: CableApcExtension + components: + - pos: 28.5,-47.5 + parent: 864 + type: Transform +- uid: 6156 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 2.5,-71.5 + parent: 864 + type: Transform +- uid: 6157 + type: GrilleBroken + components: + - pos: -2.5,-71.5 + parent: 864 + type: Transform +- uid: 6158 + type: PosterBroken + components: + - pos: 0.5,-70.5 + parent: 864 + type: Transform +- uid: 6159 + type: CableHV + components: + - pos: 15.5,-30.5 + parent: 864 + type: Transform +- uid: 6160 + type: CableApcExtension + components: + - pos: 25.5,-49.5 + parent: 864 + type: Transform +- uid: 6161 + type: WallSolid + components: + - pos: 16.5,-48.5 + parent: 864 + type: Transform +- uid: 6162 + type: CableApcExtension + components: + - pos: -1.5,-71.5 + parent: 864 + type: Transform +- uid: 6163 + type: FirelockGlass + components: + - pos: 7.5,-43.5 + parent: 864 + type: Transform +- uid: 6164 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-55.5 + parent: 864 + type: Transform +- uid: 6165 + type: Firelock + components: + - pos: 29.5,23.5 + parent: 864 + type: Transform +- uid: 6166 + type: CableHV + components: + - pos: 8.5,-49.5 + parent: 864 + type: Transform +- uid: 6167 + type: CableApcExtension + components: + - pos: -6.5,1.5 + parent: 864 + type: Transform +- uid: 6168 + type: CableHV + components: + - pos: -1.5,-63.5 + parent: 864 + type: Transform +- uid: 6169 + type: CableApcExtension + components: + - pos: 15.5,-49.5 + parent: 864 + type: Transform +- uid: 6170 + type: WallReinforced + components: + - pos: 19.5,-56.5 + parent: 864 + type: Transform +- uid: 6171 + type: CableHV + components: + - pos: -12.5,-26.5 + parent: 864 + type: Transform +- uid: 6172 + type: CableHV + components: + - pos: 0.5,-26.5 + parent: 864 + type: Transform +- uid: 6173 + type: CableHV + components: + - pos: 14.5,-26.5 + parent: 864 + type: Transform +- uid: 6174 + type: CableHV + components: + - pos: 15.5,-27.5 + parent: 864 + type: Transform +- uid: 6175 + type: CableHV + components: + - pos: -6.5,-42.5 + parent: 864 + type: Transform +- uid: 6176 + type: CableHV + components: + - pos: -3.5,-42.5 + parent: 864 + type: Transform +- uid: 6177 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 28.5,-63.5 + parent: 864 + type: Transform +- uid: 6178 + type: CableApcExtension + components: + - pos: -2.5,11.5 + parent: 864 + type: Transform +- uid: 6179 + type: CableApcExtension + components: + - pos: 2.5,-4.5 + parent: 864 + type: Transform +- uid: 6180 + type: CableApcExtension + components: + - pos: 4.5,6.5 + parent: 864 + type: Transform +- uid: 6181 + type: CableApcExtension + components: + - pos: 46.5,-26.5 + parent: 864 + type: Transform +- uid: 6182 + type: Table + components: + - pos: -11.5,-67.5 + parent: 864 + type: Transform +- uid: 6183 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-43.5 + parent: 864 + type: Transform +- uid: 6184 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 26.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6185 + type: DisposalPipe + components: + - pos: -4.5,-35.5 + parent: 864 + type: Transform +- uid: 6186 + type: Grille + components: + - pos: 21.5,1.5 + parent: 864 + type: Transform +- uid: 6187 + type: TableCounterMetal + components: + - pos: 0.5,-63.5 + parent: 864 + type: Transform +- uid: 6188 + type: Firelock + components: + - pos: -19.5,-62.5 + parent: 864 + type: Transform +- uid: 6189 + type: WallSolid + components: + - pos: -17.5,-67.5 + parent: 864 + type: Transform +- uid: 6190 + type: DisposalJunction + components: + - pos: -4.5,-33.5 + parent: 864 + type: Transform +- uid: 6191 + type: DisposalPipe + components: + - pos: -4.5,-31.5 + parent: 864 + type: Transform +- uid: 6192 + type: DisposalPipe + components: + - pos: -4.5,-28.5 + parent: 864 + type: Transform +- uid: 6193 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-27.5 + parent: 864 + type: Transform +- uid: 6194 + type: CableApcStack + components: + - pos: 12.539829,-51.544067 + parent: 864 + type: Transform +- uid: 6195 + type: CableApcExtension + components: + - pos: 15.5,-35.5 + parent: 864 + type: Transform +- uid: 6196 + type: CableApcExtension + components: + - pos: 15.5,-36.5 + parent: 864 + type: Transform +- uid: 6197 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 15.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6198 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6199 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6200 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 21.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6201 + type: AirSensor + components: + - pos: -3.5,-53.5 + parent: 864 + type: Transform +- uid: 6202 + type: CableHV + components: + - pos: -2.5,-20.5 + parent: 864 + type: Transform +- uid: 6203 + type: CableHV + components: + - pos: -1.5,-19.5 + parent: 864 + type: Transform +- uid: 6204 + type: CableHV + components: + - pos: -1.5,-20.5 + parent: 864 + type: Transform +- uid: 6205 + type: WallReinforced + components: + - pos: -21.5,-56.5 + parent: 864 + type: Transform +- uid: 6206 + type: AirSensor + components: + - pos: 0.5,-60.5 + parent: 864 + type: Transform +- uid: 6207 + type: CableApcExtension + components: + - pos: 20.5,-14.5 + parent: 864 + type: Transform +- uid: 6208 + type: CableApcExtension + components: + - pos: 20.5,-15.5 + parent: 864 + type: Transform +- uid: 6209 + type: CableApcExtension + components: + - pos: 20.5,-16.5 + parent: 864 + type: Transform +- uid: 6210 + type: CableApcExtension + components: + - pos: 20.5,-17.5 + parent: 864 + type: Transform +- uid: 6211 + type: CableApcExtension + components: + - pos: 19.5,-17.5 + parent: 864 + type: Transform +- uid: 6212 + type: CableApcExtension + components: + - pos: 17.5,-17.5 + parent: 864 + type: Transform +- uid: 6213 + type: CableApcExtension + components: + - pos: 23.5,-17.5 + parent: 864 + type: Transform +- uid: 6214 + type: TableReinforced + components: + - pos: 32.5,32.5 + parent: 864 + type: Transform +- uid: 6215 + type: CableHV + components: + - pos: 30.5,-2.5 + parent: 864 + type: Transform +- uid: 6216 + type: CableHV + components: + - pos: 30.5,-4.5 + parent: 864 + type: Transform +- uid: 6217 + type: SignToxins2 + components: + - pos: 51.5,-48.5 + parent: 864 + type: Transform +- uid: 6218 + type: CableMV + components: + - pos: 6.5,-13.5 + parent: 864 + type: Transform +- uid: 6219 + type: CableApcExtension + components: + - pos: 25.5,-18.5 + parent: 864 + type: Transform +- uid: 6220 + type: CableApcExtension + components: + - pos: 27.5,-17.5 + parent: 864 + type: Transform +- uid: 6221 + type: CableApcExtension + components: + - pos: 27.5,-18.5 + parent: 864 + type: Transform +- uid: 6222 + type: CableApcExtension + components: + - pos: 23.5,-18.5 + parent: 864 + type: Transform +- uid: 6223 + type: CableApcExtension + components: + - pos: 28.5,-17.5 + parent: 864 + type: Transform +- uid: 6224 + type: CableApcExtension + components: + - pos: 29.5,-17.5 + parent: 864 + type: Transform +- uid: 6225 + type: CableApcExtension + components: + - pos: 30.5,-17.5 + parent: 864 + type: Transform +- uid: 6226 + type: CableApcExtension + components: + - pos: 30.5,-16.5 + parent: 864 + type: Transform +- uid: 6227 + type: CableApcExtension + components: + - pos: 32.5,-16.5 + parent: 864 + type: Transform +- uid: 6228 + type: CableApcExtension + components: + - pos: 32.5,-15.5 + parent: 864 + type: Transform +- uid: 6229 + type: CableApcExtension + components: + - pos: 32.5,-14.5 + parent: 864 + type: Transform +- uid: 6230 + type: CableApcExtension + components: + - pos: 32.5,-12.5 + parent: 864 + type: Transform +- uid: 6231 + type: CableApcExtension + components: + - pos: 32.5,-17.5 + parent: 864 + type: Transform +- uid: 6232 + type: CableApcExtension + components: + - pos: 34.5,-18.5 + parent: 864 + type: Transform +- uid: 6233 + type: CableApcExtension + components: + - pos: 20.5,-8.5 + parent: 864 + type: Transform +- uid: 6234 + type: ClosetMaintenanceFilledRandom + components: + - pos: 6.5,-9.5 + parent: 864 + type: Transform +- uid: 6235 + type: CableMV + components: + - pos: 6.5,-14.5 + parent: 864 + type: Transform +- uid: 6236 + type: CableApcExtension + components: + - pos: 19.5,-8.5 + parent: 864 + type: Transform +- uid: 6237 + type: CableApcExtension + components: + - pos: 17.5,-8.5 + parent: 864 + type: Transform +- uid: 6238 + type: CableApcExtension + components: + - pos: 15.5,-8.5 + parent: 864 + type: Transform +- uid: 6239 + type: CableApcExtension + components: + - pos: 14.5,-7.5 + parent: 864 + type: Transform +- uid: 6240 + type: CableApcExtension + components: + - pos: 12.5,-15.5 + parent: 864 + type: Transform +- uid: 6241 + type: CableApcExtension + components: + - pos: 10.5,-16.5 + parent: 864 + type: Transform +- uid: 6242 + type: CableApcExtension + components: + - pos: 9.5,-14.5 + parent: 864 + type: Transform +- uid: 6243 + type: CableApcExtension + components: + - pos: 26.5,-14.5 + parent: 864 + type: Transform +- uid: 6244 + type: CableApcExtension + components: + - pos: 28.5,-14.5 + parent: 864 + type: Transform +- uid: 6245 + type: CableApcExtension + components: + - pos: 27.5,-14.5 + parent: 864 + type: Transform +- uid: 6246 + type: CableApcExtension + components: + - pos: 29.5,-14.5 + parent: 864 + type: Transform +- uid: 6247 + type: CableApcExtension + components: + - pos: 29.5,-12.5 + parent: 864 + type: Transform +- uid: 6248 + type: CableApcExtension + components: + - pos: 29.5,-10.5 + parent: 864 + type: Transform +- uid: 6249 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 31.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6250 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6251 + type: DisposalPipe + components: + - pos: -19.5,-65.5 + parent: 864 + type: Transform +- uid: 6252 + type: Table + components: + - pos: -24.5,-71.5 + parent: 864 + type: Transform +- uid: 6253 + type: CableMV + components: + - pos: 7.5,-14.5 + parent: 864 + type: Transform +- uid: 6254 + type: CableMV + components: + - pos: 8.5,-14.5 + parent: 864 + type: Transform +- uid: 6255 + type: WallReinforced + components: + - pos: 33.5,48.5 + parent: 864 + type: Transform +- uid: 6256 + type: CableMV + components: + - pos: 8.5,-16.5 + parent: 864 + type: Transform +- uid: 6257 + type: FloorDrain + components: + - pos: -1.5,-64.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 6258 + type: FloorDrain + components: + - pos: -7.5,-65.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 6259 + type: FloorDrain + components: + - pos: -9.5,-22.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 6260 + type: MopItem + components: + - pos: -13.473024,-22.732498 + parent: 864 + type: Transform +- uid: 6261 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6262 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6263 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6264 + type: Table + components: + - pos: -22.5,-71.5 + parent: 864 + type: Transform +- uid: 6265 + type: Table + components: + - pos: -22.5,-70.5 + parent: 864 + type: Transform +- uid: 6266 + type: SignArmory + components: + - pos: 29.5,24.5 + parent: 864 + type: Transform +- uid: 6267 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-64.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6268 + type: AirlockVirologyGlassLocked + components: + - pos: -19.5,-68.5 + parent: 864 + type: Transform +- uid: 6269 + type: ReinforcedWindow + components: + - pos: -18.5,-68.5 + parent: 864 + type: Transform +- uid: 6270 + type: WallSolid + components: + - pos: 12.5,4.5 + parent: 864 + type: Transform +- uid: 6271 + type: VehicleKeyPussyWagon + components: + - pos: -13.519899,-23.451248 + parent: 864 + type: Transform +- uid: 6272 + type: Table + components: + - pos: -13.5,-22.5 + parent: 864 + type: Transform +- uid: 6273 + type: CableApcExtension + components: + - pos: -4.5,-15.5 + parent: 864 + type: Transform +- uid: 6274 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -2.5,-34.5 + parent: 864 + type: Transform +- uid: 6275 + type: PosterContrabandTools + components: + - pos: -54.5,-69.5 + parent: 864 + type: Transform +- uid: 6276 + type: ClothingUniformJumpsuitAncient + components: + - pos: 48.427963,-30.226412 + parent: 864 + type: Transform +- uid: 6277 + type: TableWood + components: + - pos: -10.5,-5.5 + parent: 864 + type: Transform +- uid: 6278 + type: SpawnVehiclePussywagon + components: + - pos: -12.5,-23.5 + parent: 864 + type: Transform +- uid: 6279 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,-7.5 + parent: 864 + type: Transform +- uid: 6280 + type: TableReinforced + components: + - pos: 26.5,-37.5 + parent: 864 + type: Transform +- uid: 6281 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-22.5 + parent: 864 + type: Transform +- uid: 6282 + type: ClosetJanitorFilled + components: + - pos: -11.5,-21.5 + parent: 864 + type: Transform +- uid: 6283 + type: DisposalBend + components: + - pos: 17.5,-45.5 + parent: 864 + type: Transform +- uid: 6284 + type: DisposalPipe + components: + - pos: 36.5,-26.5 + parent: 864 + type: Transform +- uid: 6285 + type: DisposalPipe + components: + - pos: 36.5,-23.5 + parent: 864 + type: Transform +- uid: 6286 + type: ReinforcedWindow + components: + - pos: -45.5,-49.5 + parent: 864 + type: Transform +- uid: 6287 + type: WallReinforced + components: + - pos: 31.5,-26.5 + parent: 864 + type: Transform +- uid: 6288 + type: VendingMachineJaniDrobe + components: + - pos: -12.5,-21.5 + parent: 864 + type: Transform +- uid: 6289 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-21.5 + parent: 864 + type: Transform +- uid: 6290 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-21.5 + parent: 864 + type: Transform +- uid: 6291 + type: CableHV + components: + - pos: -4.5,-75.5 + parent: 864 + type: Transform +- uid: 6292 + type: FirelockGlass + components: + - pos: 5.5,-55.5 + parent: 864 + type: Transform +- uid: 6293 + type: FirelockGlass + components: + - pos: 3.5,-51.5 + parent: 864 + type: Transform +- uid: 6294 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 28.5,-21.5 + parent: 864 + type: Transform +- uid: 6295 + type: WallSolid + components: + - pos: -32.5,-70.5 + parent: 864 + type: Transform +- uid: 6296 + type: Multitool + components: + - pos: 39.78499,-39.40866 + parent: 864 + type: Transform +- uid: 6297 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 30.5,-7.5 + parent: 864 + type: Transform +- uid: 6298 + type: FirelockGlass + components: + - pos: -8.5,-55.5 + parent: 864 + type: Transform +- uid: 6299 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 21.5,-34.5 + parent: 864 + type: Transform +- uid: 6300 + type: DisposalPipe + components: + - pos: 34.5,-5.5 + parent: 864 + type: Transform +- uid: 6301 + type: ClothingHeadHatCone + components: + - pos: -28.556469,-73.30108 + parent: 864 + type: Transform +- uid: 6302 + type: DisposalPipe + components: + - pos: 34.5,0.5 + parent: 864 + type: Transform +- uid: 6303 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 34.5,2.5 + parent: 864 + type: Transform +- uid: 6304 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 34.5,4.5 + parent: 864 + type: Transform +- uid: 6305 + type: GasPipeStraight + components: + - pos: 21.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6306 + type: GasPipeStraight + components: + - pos: 21.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6307 + type: DisposalPipe + components: + - pos: 34.5,-3.5 + parent: 864 + type: Transform +- uid: 6308 + type: GasPipeStraight + components: + - pos: 21.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6309 + type: GasPipeStraight + components: + - pos: 21.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6310 + type: GasPipeStraight + components: + - pos: 21.5,-7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6311 + type: GasPipeStraight + components: + - pos: 21.5,-8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6312 + type: GasPipeStraight + components: + - pos: 21.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6313 + type: WallSolid + components: + - pos: 13.5,-65.5 + parent: 864 + type: Transform +- uid: 6314 + type: WallSolid + components: + - pos: 10.5,-63.5 + parent: 864 + type: Transform +- uid: 6315 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-43.5 + parent: 864 + type: Transform +- uid: 6316 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-43.5 + parent: 864 + type: Transform +- uid: 6317 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-43.5 + parent: 864 + type: Transform +- uid: 6318 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 6319 + type: AirlockMedicalGlassLocked + components: + - name: medical storage + type: MetaData + - pos: 7.5,-60.5 + parent: 864 + type: Transform +- uid: 6320 + type: ReinforcedWindow + components: + - pos: 7.5,-61.5 + parent: 864 + type: Transform +- uid: 6321 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 21.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6322 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6323 + type: LockerDetectiveFilled + components: + - pos: 17.5,-10.5 + parent: 864 + type: Transform +- uid: 6324 + type: ToolboxMechanicalFilled + components: + - pos: -22.52499,-67.50294 + parent: 864 + type: Transform +- uid: 6325 + type: GasPipeStraight + components: + - pos: 22.5,-36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6326 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 23.5,-8.5 + parent: 864 + type: Transform +- uid: 6327 + type: WallSolid + components: + - pos: -6.5,-50.5 + parent: 864 + type: Transform +- uid: 6328 + type: CableApcExtension + components: + - pos: -12.5,-73.5 + parent: 864 + type: Transform +- uid: 6329 + type: PosterContrabandRise + components: + - pos: 63.5,10.5 + parent: 864 + type: Transform +- uid: 6330 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-32.5 + parent: 864 + type: Transform +- uid: 6331 + type: ReinforcedWindow + components: + - pos: -20.5,-68.5 + parent: 864 + type: Transform +- uid: 6332 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 20.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6333 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6334 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6335 + type: GasPipeStraight + components: + - pos: 20.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6336 + type: GasVentPump + components: + - pos: 30.5,-17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6337 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6338 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-32.5 + parent: 864 + type: Transform +- uid: 6339 + type: Cigar + components: + - pos: 13.506795,-34.413578 + parent: 864 + type: Transform +- uid: 6340 + type: CableApcExtension + components: + - pos: -4.5,-19.5 + parent: 864 + type: Transform +- uid: 6341 + type: GasPipeStraight + components: + - pos: 31.5,-16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6342 + type: GasPipeStraight + components: + - pos: 33.5,-15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6343 + type: WallSolid + components: + - pos: -13.5,-70.5 + parent: 864 + type: Transform +- uid: 6344 + type: Table + components: + - pos: -22.5,-69.5 + parent: 864 + type: Transform +- uid: 6345 + type: CableApcExtension + components: + - pos: -1.5,-63.5 + parent: 864 + type: Transform +- uid: 6346 + type: CableApcExtension + components: + - pos: -7.5,-47.5 + parent: 864 + type: Transform +- uid: 6347 + type: Cigar + components: + - pos: 13.55367,-32.429203 + parent: 864 + type: Transform +- uid: 6348 + type: Cigar + components: + - pos: 13.49117,-32.382328 + parent: 864 + type: Transform +- uid: 6349 + type: CableMV + components: + - pos: 21.5,-28.5 + parent: 864 + type: Transform +- uid: 6350 + type: CableApcExtension + components: + - pos: 25.5,-24.5 + parent: 864 + type: Transform +- uid: 6351 + type: CableApcExtension + components: + - pos: 23.5,-23.5 + parent: 864 + type: Transform +- uid: 6352 + type: CableApcExtension + components: + - pos: 20.5,-22.5 + parent: 864 + type: Transform +- uid: 6353 + type: CableApcExtension + components: + - pos: 30.5,-24.5 + parent: 864 + type: Transform +- uid: 6354 + type: CableApcExtension + components: + - pos: -8.5,-47.5 + parent: 864 + type: Transform +- uid: 6355 + type: CableApcExtension + components: + - pos: 27.5,-31.5 + parent: 864 + type: Transform +- uid: 6356 + type: CableApcExtension + components: + - pos: 22.5,-35.5 + parent: 864 + type: Transform +- uid: 6357 + type: CableHV + components: + - pos: 24.5,-17.5 + parent: 864 + type: Transform +- uid: 6358 + type: CableApcExtension + components: + - pos: 22.5,-33.5 + parent: 864 + type: Transform +- uid: 6359 + type: CableApcExtension + components: + - pos: 22.5,-34.5 + parent: 864 + type: Transform +- uid: 6360 + type: CableApcExtension + components: + - pos: 22.5,-31.5 + parent: 864 + type: Transform +- uid: 6361 + type: CableHV + components: + - pos: 25.5,-16.5 + parent: 864 + type: Transform +- uid: 6362 + type: CableHV + components: + - pos: 25.5,-15.5 + parent: 864 + type: Transform +- uid: 6363 + type: CableHV + components: + - pos: 17.5,-5.5 + parent: 864 + type: Transform +- uid: 6364 + type: CableApcExtension + components: + - pos: -7.5,-45.5 + parent: 864 + type: Transform +- uid: 6365 + type: CableApcExtension + components: + - pos: -5.5,-45.5 + parent: 864 + type: Transform +- uid: 6366 + type: CableHV + components: + - pos: 32.5,-17.5 + parent: 864 + type: Transform +- uid: 6367 + type: CableHV + components: + - pos: 35.5,-21.5 + parent: 864 + type: Transform +- uid: 6368 + type: FirelockGlass + components: + - pos: 28.5,-40.5 + parent: 864 + type: Transform +- uid: 6369 + type: CableApcExtension + components: + - pos: -4.5,-45.5 + parent: 864 + type: Transform +- uid: 6370 + type: CableApcExtension + components: + - pos: -3.5,-45.5 + parent: 864 + type: Transform +- uid: 6371 + type: CableApcExtension + components: + - pos: 5.5,-46.5 + parent: 864 + type: Transform +- uid: 6372 + type: OperatingTable + components: + - pos: -7.5,-97.5 + parent: 864 + type: Transform +- uid: 6373 + type: ScalpelShiv + components: + - rot: -1.5707963267948966 rad + pos: -7.55561,-100.43354 + parent: 864 + type: Transform +- uid: 6374 + type: Drill + components: + - rot: -1.5707963267948966 rad + pos: -7.0942874,-100.40229 + parent: 864 + type: Transform +- uid: 6375 + type: ClothingBackpackDuffelSurgeryFilled + components: + - pos: -6.4692874,-100.35278 + parent: 864 + type: Transform +- uid: 6376 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-43.5 + parent: 864 + type: Transform +- uid: 6377 + type: CableApcExtension + components: + - pos: 6.5,-46.5 + parent: 864 + type: Transform +- uid: 6378 + type: GasPipeStraight + components: + - pos: -5.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6379 + type: GasPipeStraight + components: + - pos: -5.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6380 + type: Poweredlight + components: + - pos: 12.5,3.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 6381 + type: CableHV + components: + - pos: -13.5,-71.5 + parent: 864 + type: Transform +- uid: 6382 + type: WallReinforced + components: + - pos: 11.5,15.5 + parent: 864 + type: Transform +- uid: 6383 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 12.5,18.5 + parent: 864 + type: Transform +- uid: 6384 + type: WallSolid + components: + - pos: 14.5,-12.5 + parent: 864 + type: Transform +- uid: 6385 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 27.5,5.5 + parent: 864 + type: Transform +- uid: 6386 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 26.5,5.5 + parent: 864 + type: Transform +- uid: 6387 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,4.5 + parent: 864 + type: Transform +- uid: 6388 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 29.5,5.5 + parent: 864 + type: Transform +- uid: 6389 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-3.5 + parent: 864 + type: Transform +- uid: 6390 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 17.5,-19.5 + parent: 864 + type: Transform +- uid: 6391 + type: CableApcExtension + components: + - pos: -12.5,-54.5 + parent: 864 + type: Transform +- uid: 6392 + type: CableMV + components: + - pos: 21.5,-10.5 + parent: 864 + type: Transform +- uid: 6393 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-5.5 + parent: 864 + type: Transform +- uid: 6394 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 6395 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 28.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6396 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6397 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-48.5 + parent: 864 + type: Transform +- uid: 6398 + type: WallSolid + components: + - pos: 27.5,-45.5 + parent: 864 + type: Transform +- uid: 6399 + type: WallReinforced + components: + - pos: 18.5,-44.5 + parent: 864 + type: Transform +- uid: 6400 + type: Poweredlight + components: + - pos: 29.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 6401 + type: GasPipeStraight + components: + - pos: 26.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6402 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6403 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 20.5,15.5 + parent: 864 + type: Transform +- uid: 6404 + type: WallSolid + components: + - pos: -17.5,-13.5 + parent: 864 + type: Transform +- uid: 6405 + type: WallSolid + components: + - pos: -15.5,-14.5 + parent: 864 + type: Transform +- uid: 6406 + type: WallReinforced + components: + - pos: -2.5,-38.5 + parent: 864 + type: Transform +- uid: 6407 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 63.5,14.5 + parent: 864 + type: Transform +- uid: 6408 + type: ShuttersNormal + components: + - pos: -8.5,-24.5 + parent: 864 + type: Transform +- uid: 6409 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 10.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6410 + type: CableApcExtension + components: + - pos: -2.5,-42.5 + parent: 864 + type: Transform +- uid: 6411 + type: CableApcExtension + components: + - pos: -4.5,-42.5 + parent: 864 + type: Transform +- uid: 6412 + type: CableApcExtension + components: + - pos: -6.5,-42.5 + parent: 864 + type: Transform +- uid: 6413 + type: CableApcExtension + components: + - pos: -7.5,-42.5 + parent: 864 + type: Transform +- uid: 6414 + type: CableApcExtension + components: + - pos: -8.5,-42.5 + parent: 864 + type: Transform +- uid: 6415 + type: CableApcExtension + components: + - pos: -9.5,-42.5 + parent: 864 + type: Transform +- uid: 6416 + type: CableApcExtension + components: + - pos: -10.5,-42.5 + parent: 864 + type: Transform +- uid: 6417 + type: CableApcExtension + components: + - pos: -11.5,-42.5 + parent: 864 + type: Transform +- uid: 6418 + type: CableApcExtension + components: + - pos: -12.5,-42.5 + parent: 864 + type: Transform +- uid: 6419 + type: CableApcExtension + components: + - pos: 1.5,-41.5 + parent: 864 + type: Transform +- uid: 6420 + type: CableApcExtension + components: + - pos: 2.5,-41.5 + parent: 864 + type: Transform +- uid: 6421 + type: CableApcExtension + components: + - pos: 3.5,-41.5 + parent: 864 + type: Transform +- uid: 6422 + type: CableApcExtension + components: + - pos: 5.5,-41.5 + parent: 864 + type: Transform +- uid: 6423 + type: CableApcExtension + components: + - pos: 5.5,-42.5 + parent: 864 + type: Transform +- uid: 6424 + type: CableApcExtension + components: + - pos: -4.5,-38.5 + parent: 864 + type: Transform +- uid: 6425 + type: CableApcExtension + components: + - pos: -4.5,-36.5 + parent: 864 + type: Transform +- uid: 6426 + type: CableApcExtension + components: + - pos: -4.5,-35.5 + parent: 864 + type: Transform +- uid: 6427 + type: CableApcExtension + components: + - pos: -4.5,-34.5 + parent: 864 + type: Transform +- uid: 6428 + type: CableApcExtension + components: + - pos: -12.5,-43.5 + parent: 864 + type: Transform +- uid: 6429 + type: CableApcExtension + components: + - pos: -12.5,-44.5 + parent: 864 + type: Transform +- uid: 6430 + type: CableApcExtension + components: + - pos: -12.5,-46.5 + parent: 864 + type: Transform +- uid: 6431 + type: Grille + components: + - pos: -1.5,-57.5 + parent: 864 + type: Transform +- uid: 6432 + type: Grille + components: + - pos: -1.5,-56.5 + parent: 864 + type: Transform +- uid: 6433 + type: Grille + components: + - pos: 2.5,-58.5 + parent: 864 + type: Transform +- uid: 6434 + type: Grille + components: + - pos: -3.5,-58.5 + parent: 864 + type: Transform +- uid: 6435 + type: Grille + components: + - pos: 4.5,-62.5 + parent: 864 + type: Transform +- uid: 6436 + type: FirelockGlass + components: + - pos: 34.5,-38.5 + parent: 864 + type: Transform +- uid: 6437 + type: DisposalUnit + components: + - pos: 14.5,5.5 + parent: 864 + type: Transform +- uid: 6438 + type: FirelockGlass + components: + - pos: 38.5,-0.5 + parent: 864 + type: Transform +- uid: 6439 + type: GasVentScrubber + components: + - pos: 12.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6440 + type: CableHV + components: + - pos: 9.5,-95.5 + parent: 864 + type: Transform +- uid: 6441 + type: RandomPosterContraband + components: + - pos: -29.5,-53.5 + parent: 864 + type: Transform +- uid: 6442 + type: AirlockGlass + components: + - pos: 35.5,2.5 + parent: 864 + type: Transform +- uid: 6443 + type: Grille + components: + - pos: -0.5,-58.5 + parent: 864 + type: Transform +- uid: 6444 + type: CableApcExtension + components: + - pos: -5.5,-69.5 + parent: 864 + type: Transform +- uid: 6445 + type: CableApcExtension + components: + - pos: 26.5,-42.5 + parent: 864 + type: Transform +- uid: 6446 + type: Grille + components: + - pos: 31.5,-38.5 + parent: 864 + type: Transform +- uid: 6447 + type: Grille + components: + - pos: 33.5,-36.5 + parent: 864 + type: Transform +- uid: 6448 + type: Grille + components: + - pos: 33.5,-34.5 + parent: 864 + type: Transform +- uid: 6449 + type: WallReinforced + components: + - pos: 12.5,-36.5 + parent: 864 + type: Transform +- uid: 6450 + type: Grille + components: + - pos: 5.5,-28.5 + parent: 864 + type: Transform +- uid: 6451 + type: Grille + components: + - pos: 26.5,5.5 + parent: 864 + type: Transform +- uid: 6452 + type: Grille + components: + - pos: 9.5,13.5 + parent: 864 + type: Transform +- uid: 6453 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 27.5,33.5 + parent: 864 + type: Transform +- uid: 6454 + type: Grille + components: + - pos: 17.5,18.5 + parent: 864 + type: Transform +- uid: 6455 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 6456 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6457 + type: CableApcExtension + components: + - pos: 3.5,-7.5 + parent: 864 + type: Transform +- uid: 6458 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 9.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6459 + type: CableHV + components: + - pos: 13.5,-98.5 + parent: 864 + type: Transform +- uid: 6460 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -7.5,-76.5 + parent: 864 + type: Transform +- uid: 6461 + type: CableHV + components: + - pos: -2.5,-77.5 + parent: 864 + type: Transform +- uid: 6462 + type: CableHV + components: + - pos: -2.5,-78.5 + parent: 864 + type: Transform +- uid: 6463 + type: CableHV + components: + - pos: -1.5,-82.5 + parent: 864 + type: Transform +- uid: 6464 + type: Grille + components: + - pos: 24.5,-59.5 + parent: 864 + type: Transform +- uid: 6465 + type: PillKelotane + components: + - pos: -9.034681,-32.24071 + parent: 864 + type: Transform +- uid: 6466 + type: SubstationBasic + components: + - pos: 38.5,-28.5 + parent: 864 + type: Transform +- uid: 6467 + type: FlashlightLantern + components: + - pos: 40.449615,-6.466271 + parent: 864 + type: Transform +- uid: 6468 + type: WallSolid + components: + - pos: 37.5,-54.5 + parent: 864 + type: Transform +- uid: 6469 + type: WallReinforced + components: + - pos: 35.5,51.5 + parent: 864 + type: Transform +- uid: 6470 + type: CableApcExtension + components: + - pos: 30.5,2.5 + parent: 864 + type: Transform +- uid: 6471 + type: Grille + components: + - pos: 5.5,-72.5 + parent: 864 + type: Transform +- uid: 6472 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 17.5,-27.5 + parent: 864 + type: Transform +- uid: 6473 + type: Firelock + components: + - pos: -29.5,-1.5 + parent: 864 + type: Transform +- uid: 6474 + type: CableApcExtension + components: + - pos: 18.5,-41.5 + parent: 864 + type: Transform +- uid: 6475 + type: CableHV + components: + - pos: -9.5,-75.5 + parent: 864 + type: Transform +- uid: 6476 + type: Firelock + components: + - pos: 23.5,-26.5 + parent: 864 + type: Transform +- uid: 6477 + type: Firelock + components: + - pos: 33.5,-30.5 + parent: 864 + type: Transform +- uid: 6478 + type: AirlockTheatreLocked + components: + - name: theatre + type: MetaData + - pos: 2.5,-13.5 + parent: 864 + type: Transform +- uid: 6479 + type: CableHV + components: + - pos: 28.5,-42.5 + parent: 864 + type: Transform +- uid: 6480 + type: AsteroidRock + components: + - pos: 10.5,45.5 + parent: 864 + type: Transform +- uid: 6481 + type: AsteroidRock + components: + - pos: 13.5,43.5 + parent: 864 + type: Transform +- uid: 6482 + type: SignRedOne + components: + - pos: 30.70196,-15.491432 + parent: 864 + type: Transform +- uid: 6483 + type: AsteroidRock + components: + - pos: 12.5,43.5 + parent: 864 + type: Transform +- uid: 6484 + type: AsteroidRock + components: + - pos: 11.5,43.5 + parent: 864 + type: Transform +- uid: 6485 + type: AsteroidRock + components: + - pos: 12.5,44.5 + parent: 864 + type: Transform +- uid: 6486 + type: AsteroidRock + components: + - pos: 10.5,42.5 + parent: 864 + type: Transform +- uid: 6487 + type: SignRedOne + components: + - pos: 37.5,17.5 + parent: 864 + type: Transform +- uid: 6488 + type: SignPrison + components: + - rot: 1.5707963267948966 rad + pos: 29.5,5.5 + parent: 864 + type: Transform +- uid: 6489 + type: SignEVA + components: + - pos: 34.5,-15.5 + parent: 864 + type: Transform +- uid: 6490 + type: AirSensor + components: + - pos: 25.5,-42.5 + parent: 864 + type: Transform +- uid: 6491 + type: AirSensor + components: + - pos: -11.5,-57.5 + parent: 864 + type: Transform +- uid: 6492 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6493 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 15.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6494 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 29.5,-15.5 + parent: 864 + type: Transform +- uid: 6495 + type: WallSolid + components: + - pos: -25.5,43.5 + parent: 864 + type: Transform +- uid: 6496 + type: WallSolid + components: + - pos: -25.5,44.5 + parent: 864 + type: Transform +- uid: 6497 + type: WallSolid + components: + - pos: -25.5,46.5 + parent: 864 + type: Transform +- uid: 6498 + type: Grille + components: + - pos: -29.5,45.5 + parent: 864 + type: Transform +- uid: 6499 + type: WallSolid + components: + - pos: -27.5,36.5 + parent: 864 + type: Transform +- uid: 6500 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -17.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6501 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -17.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6502 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6503 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6504 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6505 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6506 + type: CableMV + components: + - pos: 12.5,-49.5 + parent: 864 + type: Transform +- uid: 6507 + type: TableWood + components: + - pos: -28.5,45.5 + parent: 864 + type: Transform +- uid: 6508 + type: Firelock + components: + - pos: -19.5,-3.5 + parent: 864 + type: Transform +- uid: 6509 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 6510 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 6511 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 6512 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 6513 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 6514 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 6515 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 6516 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: -28.478912,45.366596 + parent: 864 + type: Transform +- uid: 6517 + type: CableHV + components: + - pos: -4.5,-23.5 + parent: 864 + type: Transform +- uid: 6518 + type: Grille + components: + - pos: 24.5,-58.5 + parent: 864 + type: Transform +- uid: 6519 + type: ClothingHeadHatCone + components: + - pos: -28.650219,-71.58233 + parent: 864 + type: Transform +- uid: 6520 + type: ClothingHeadHatCone + components: + - pos: -30.337719,-73.26983 + parent: 864 + type: Transform +- uid: 6521 + type: CableMV + components: + - pos: 13.5,-57.5 + parent: 864 + type: Transform +- uid: 6522 + type: CableApcExtension + components: + - pos: 8.5,-68.5 + parent: 864 + type: Transform +- uid: 6523 + type: CableHV + components: + - pos: -5.5,-28.5 + parent: 864 + type: Transform +- uid: 6524 + type: CableApcExtension + components: + - pos: 26.5,-47.5 + parent: 864 + type: Transform +- uid: 6525 + type: SpawnPointMedicalDoctor + components: + - pos: -12.5,-48.5 + parent: 864 + type: Transform +- uid: 6526 + type: CableHV + components: + - pos: -5.5,-35.5 + parent: 864 + type: Transform +- uid: 6527 + type: Grille + components: + - pos: 4.5,-56.5 + parent: 864 + type: Transform +- uid: 6528 + type: SolarPanel + components: + - pos: 8.5,-104.5 + parent: 864 + type: Transform +- uid: 6529 + type: CableHV + components: + - pos: 10.5,-26.5 + parent: 864 + type: Transform +- uid: 6530 + type: CableHV + components: + - pos: 8.5,-26.5 + parent: 864 + type: Transform +- uid: 6531 + type: GasPipeStraight + components: + - pos: 36.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6532 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 17.5,-20.5 + parent: 864 + type: Transform +- uid: 6533 + type: CableApcExtension + components: + - pos: -4.5,-27.5 + parent: 864 + type: Transform +- uid: 6534 + type: GasPipeStraight + components: + - pos: 36.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6535 + type: CableHV + components: + - pos: -7.5,-71.5 + parent: 864 + type: Transform +- uid: 6536 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 27.5,-19.5 + parent: 864 + type: Transform +- uid: 6537 + type: Firelock + components: + - pos: -10.5,-75.5 + parent: 864 + type: Transform +- uid: 6538 + type: FirelockGlass + components: + - pos: 25.5,-15.5 + parent: 864 + type: Transform +- uid: 6539 + type: WallReinforced + components: + - pos: 37.5,52.5 + parent: 864 + type: Transform +- uid: 6540 + type: PosterContrabandRise + components: + - pos: -28.5,-50.5 + parent: 864 + type: Transform +- uid: 6541 + type: CableMV + components: + - pos: 14.5,-52.5 + parent: 864 + type: Transform +- uid: 6542 + type: Firelock + components: + - pos: 34.5,22.5 + parent: 864 + type: Transform +- uid: 6543 + type: DrinkGlass + components: + - pos: 2.4800997,-7.463467 + parent: 864 + type: Transform +- uid: 6544 + type: CableApcExtension + components: + - pos: 29.5,2.5 + parent: 864 + type: Transform +- uid: 6545 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -13.5,37.5 + parent: 864 + type: Transform +- uid: 6546 + type: CableApcExtension + components: + - pos: 25.5,-48.5 + parent: 864 + type: Transform +- uid: 6547 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 27.5,-7.5 + parent: 864 + type: Transform +- uid: 6548 + type: GasPipeStraight + components: + - pos: 23.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6549 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 21.5,-51.5 + parent: 864 + type: Transform +- uid: 6550 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 6551 + type: WallSolid + components: + - pos: -6.5,-39.5 + parent: 864 + type: Transform +- uid: 6552 + type: FirelockGlass + components: + - pos: 14.5,-38.5 + parent: 864 + type: Transform +- uid: 6553 + type: RandomPosterLegit + components: + - pos: -24.5,14.5 + parent: 864 + type: Transform +- uid: 6554 + type: CableHV + components: + - pos: 28.5,-0.5 + parent: 864 + type: Transform +- uid: 6555 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 28.5,-9.5 + parent: 864 + type: Transform +- uid: 6556 + type: CableHV + components: + - pos: 19.5,-28.5 + parent: 864 + type: Transform +- uid: 6557 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-24.5 + parent: 864 + type: Transform +- uid: 6558 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -10.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6559 + type: CableHV + components: + - pos: -7.5,-26.5 + parent: 864 + type: Transform +- uid: 6560 + type: CableHV + components: + - pos: -6.5,-26.5 + parent: 864 + type: Transform +- uid: 6561 + type: CableHV + components: + - pos: -9.5,-42.5 + parent: 864 + type: Transform +- uid: 6562 + type: CableApcExtension + components: + - pos: -4.5,7.5 + parent: 864 + type: Transform +- uid: 6563 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 32.5,-19.5 + parent: 864 + type: Transform +- uid: 6564 + type: FirelockGlass + components: + - pos: -11.5,-55.5 + parent: 864 + type: Transform +- uid: 6565 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-44.5 + parent: 864 + type: Transform +- uid: 6566 + type: FirelockGlass + components: + - pos: 20.5,-15.5 + parent: 864 + type: Transform +- uid: 6567 + type: SignBar + components: + - rot: 1.5707963267948966 rad + pos: 12.5,4.5 + parent: 864 + type: Transform +- uid: 6568 + type: WallReinforced + components: + - pos: 7.5,-28.5 + parent: 864 + type: Transform +- uid: 6569 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-44.5 + parent: 864 + type: Transform +- uid: 6570 + type: GasPipeStraight + components: + - pos: -18.5,27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6571 + type: FirelockGlass + components: + - pos: 0.5,-55.5 + parent: 864 + type: Transform +- uid: 6572 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 14.5,-48.5 + parent: 864 + type: Transform +- uid: 6573 + type: RandomPosterLegit + components: + - pos: -49.5,9.5 + parent: 864 + type: Transform +- uid: 6574 + type: GasPipeStraight + components: + - pos: 36.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6575 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -18.5,-3.5 + parent: 864 + type: Transform +- uid: 6576 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 11.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6577 + type: CableApcExtension + components: + - pos: -8.5,-18.5 + parent: 864 + type: Transform +- uid: 6578 + type: WallSolid + components: + - pos: -17.5,-24.5 + parent: 864 + type: Transform +- uid: 6579 + type: PosterLegitLoveIan + components: + - pos: 21.5,-33.5 + parent: 864 + type: Transform +- uid: 6580 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 19.5,-55.5 + parent: 864 + type: Transform +- uid: 6581 + type: WallSolid + components: + - pos: 42.5,-55.5 + parent: 864 + type: Transform +- uid: 6582 + type: Grille + components: + - pos: -6.5,-36.5 + parent: 864 + type: Transform +- uid: 6583 + type: CableApcExtension + components: + - pos: -9.5,-8.5 + parent: 864 + type: Transform +- uid: 6584 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.534615,-39.428345 + parent: 864 + type: Transform +- uid: 6585 + type: WallReinforced + components: + - pos: 38.5,13.5 + parent: 864 + type: Transform +- uid: 6586 + type: GasPipeStraight + components: + - pos: 47.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6587 + type: CableApcExtension + components: + - pos: 27.5,-39.5 + parent: 864 + type: Transform +- uid: 6588 + type: PosterContrabandRevolt + components: + - pos: -7.5,-73.5 + parent: 864 + type: Transform +- uid: 6589 + type: CableHV + components: + - pos: 8.5,-98.5 + parent: 864 + type: Transform +- uid: 6590 + type: WallSolid + components: + - pos: -26.5,32.5 + parent: 864 + type: Transform +- uid: 6591 + type: RandomPosterLegit + components: + - pos: 9.5,-40.5 + parent: 864 + type: Transform +- uid: 6592 + type: WallSolid + components: + - pos: 37.5,-55.5 + parent: 864 + type: Transform +- uid: 6593 + type: CableHV + components: + - pos: 2.5,-90.5 + parent: 864 + type: Transform +- uid: 6594 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 35.5,42.5 + parent: 864 + type: Transform +- uid: 6595 + type: Grille + components: + - pos: 19.5,-1.5 + parent: 864 + type: Transform +- uid: 6596 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -18.5,5.5 + parent: 864 + type: Transform +- uid: 6597 + type: CarpetSBlue + components: + - pos: 24.5,-22.5 + parent: 864 + type: Transform +- uid: 6598 + type: RandomSpawner + components: + - pos: -6.5,-74.5 + parent: 864 + type: Transform +- uid: 6599 + type: CableMV + components: + - pos: 6.5,-12.5 + parent: 864 + type: Transform +- uid: 6600 + type: CableApcExtension + components: + - pos: 28.5,-32.5 + parent: 864 + type: Transform +- uid: 6601 + type: DisposalUnit + components: + - pos: 30.5,-23.5 + parent: 864 + type: Transform +- uid: 6602 + type: CableApcExtension + components: + - pos: 30.5,-30.5 + parent: 864 + type: Transform +- uid: 6603 + type: CableApcExtension + components: + - pos: 30.5,-29.5 + parent: 864 + type: Transform +- uid: 6604 + type: CableApcExtension + components: + - pos: 30.5,-28.5 + parent: 864 + type: Transform +- uid: 6605 + type: ReinforcedWindow + components: + - pos: 15.5,-68.5 + parent: 864 + type: Transform +- uid: 6606 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: 17.5,-54.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 6607 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 20.5,-51.5 + parent: 864 + type: Transform +- uid: 6608 + type: FlashlightLantern + components: + - pos: 19.460886,-28.487753 + parent: 864 + type: Transform +- uid: 6609 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 10.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6610 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 14.5,5.5 + parent: 864 + type: Transform +- uid: 6611 + type: GasPipeTJunction + components: + - pos: -22.5,-89.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6612 + type: GasPipeBend + components: + - pos: 24.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6613 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6614 + type: GasPassiveVent + components: + - pos: -50.5,-52.5 + parent: 864 + type: Transform +- uid: 6615 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6616 + type: CableApcExtension + components: + - pos: 62.5,-10.5 + parent: 864 + type: Transform +- uid: 6617 + type: CableApcExtension + components: + - pos: 9.5,2.5 + parent: 864 + type: Transform +- uid: 6618 + type: CableApcExtension + components: + - pos: 2.5,2.5 + parent: 864 + type: Transform +- uid: 6619 + type: CableApcExtension + components: + - pos: 27.5,-32.5 + parent: 864 + type: Transform +- uid: 6620 + type: CableApcExtension + components: + - pos: 62.5,-12.5 + parent: 864 + type: Transform +- uid: 6621 + type: CableHV + components: + - pos: 15.5,-31.5 + parent: 864 + type: Transform +- uid: 6622 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6623 + type: ShuttersNormalOpen + components: + - rot: -1.5707963267948966 rad + pos: 15.5,14.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -112358.78 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 3211 + Close: + - port: Off + uid: 3211 + Toggle: [] + type: SignalReceiver +- uid: 6624 + type: CableHV + components: + - pos: 14.5,-95.5 + parent: 864 + type: Transform +- uid: 6625 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6626 + type: GasPipeStraight + components: + - pos: -10.5,-2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6627 + type: PosterContrabandMissingGloves + components: + - pos: 20.5,19.5 + parent: 864 + type: Transform +- uid: 6628 + type: CableApcExtension + components: + - pos: -13.5,-13.5 + parent: 864 + type: Transform +- uid: 6629 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6630 + type: GasPipeStraight + components: + - pos: 26.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6631 + type: CableApcExtension + components: + - pos: 3.5,-4.5 + parent: 864 + type: Transform +- uid: 6632 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-56.5 + parent: 864 + type: Transform +- uid: 6633 + type: HospitalCurtainsOpen + components: + - pos: 0.5,-55.5 + parent: 864 + type: Transform + - canCollide: False + type: Physics +- uid: 6634 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6635 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6636 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 16.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6637 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6638 + type: WallReinforced + components: + - pos: 35.5,5.5 + parent: 864 + type: Transform +- uid: 6639 + type: WallReinforced + components: + - pos: 35.5,3.5 + parent: 864 + type: Transform +- uid: 6640 + type: WallReinforced + components: + - pos: 33.5,9.5 + parent: 864 + type: Transform +- uid: 6641 + type: WallReinforced + components: + - pos: 27.5,9.5 + parent: 864 + type: Transform +- uid: 6642 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-18.5 + parent: 864 + type: Transform +- uid: 6643 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-18.5 + parent: 864 + type: Transform +- uid: 6644 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-18.5 + parent: 864 + type: Transform +- uid: 6645 + type: DisposalPipe + components: + - pos: 24.5,-14.5 + parent: 864 + type: Transform +- uid: 6646 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 15.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6647 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 34.5,3.5 + parent: 864 + type: Transform + - color: '#FFE4CEFF' + type: PointLight + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 6648 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 18.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6649 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 17.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6650 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 29.5,-40.5 + parent: 864 + type: Transform +- uid: 6651 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,-38.5 + parent: 864 + type: Transform +- uid: 6652 + type: WallReinforced + components: + - pos: 30.5,-38.5 + parent: 864 + type: Transform +- uid: 6653 + type: GasPipeTJunction + components: + - pos: 26.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6654 + type: ClothingHeadHelmetEVA + components: + - pos: 31.272081,-11.298456 + parent: 864 + type: Transform +- uid: 6655 + type: ClothingHeadHelmetEVA + components: + - pos: 31.334581,-13.329706 + parent: 864 + type: Transform +- uid: 6656 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 30.5,-64.5 + parent: 864 + type: Transform +- uid: 6657 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 33.5,-62.5 + parent: 864 + type: Transform +- uid: 6658 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 25.5,-61.5 + parent: 864 + type: Transform +- uid: 6659 + type: Grille + components: + - pos: -1.5,-34.5 + parent: 864 + type: Transform +- uid: 6660 + type: Table + components: + - pos: 15.5,-64.5 + parent: 864 + type: Transform +- uid: 6661 + type: CableApcExtension + components: + - pos: -4.5,-22.5 + parent: 864 + type: Transform +- uid: 6662 + type: CableApcExtension + components: + - pos: -4.5,-3.5 + parent: 864 + type: Transform +- uid: 6663 + type: CableApcExtension + components: + - pos: -4.5,-2.5 + parent: 864 + type: Transform +- uid: 6664 + type: CableApcExtension + components: + - pos: -4.5,-0.5 + parent: 864 + type: Transform +- uid: 6665 + type: CableApcExtension + components: + - pos: -4.5,-1.5 + parent: 864 + type: Transform +- uid: 6666 + type: Table + components: + - pos: 16.5,-64.5 + parent: 864 + type: Transform +- uid: 6667 + type: CableApcExtension + components: + - pos: -8.5,-0.5 + parent: 864 + type: Transform +- uid: 6668 + type: CableApcExtension + components: + - pos: -8.5,0.5 + parent: 864 + type: Transform +- uid: 6669 + type: CableMV + components: + - pos: -4.5,-69.5 + parent: 864 + type: Transform +- uid: 6670 + type: CableApcExtension + components: + - pos: -3.5,-42.5 + parent: 864 + type: Transform +- uid: 6671 + type: CableApcExtension + components: + - pos: -0.5,-41.5 + parent: 864 + type: Transform +- uid: 6672 + type: CableMV + components: + - pos: 5.5,-43.5 + parent: 864 + type: Transform +- uid: 6673 + type: WindowReinforcedDirectional + components: + - pos: -3.5,4.5 + parent: 864 + type: Transform +- uid: 6674 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 33.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6675 + type: CableApcExtension + components: + - pos: -4.5,-32.5 + parent: 864 + type: Transform +- uid: 6676 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 9.5,2.5 + parent: 864 + type: Transform +- uid: 6677 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: 4.5,7.5 + parent: 864 + type: Transform +- uid: 6678 + type: TableCounterMetal + components: + - pos: 2.5,4.5 + parent: 864 + type: Transform +- uid: 6679 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 7.5,23.5 + parent: 864 + type: Transform +- uid: 6680 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 6.5,23.5 + parent: 864 + type: Transform +- uid: 6681 + type: WallReinforced + components: + - pos: 9.5,22.5 + parent: 864 + type: Transform +- uid: 6682 + type: WallReinforced + components: + - pos: 9.5,21.5 + parent: 864 + type: Transform +- uid: 6683 + type: PoweredSmallLight + components: + - pos: 23.5,-39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 6684 + type: ReinforcedWindow + components: + - pos: -10.5,-40.5 + parent: 864 + type: Transform +- uid: 6685 + type: WallSolid + components: + - pos: 15.5,-5.5 + parent: 864 + type: Transform +- uid: 6686 + type: FirelockGlass + components: + - pos: 35.5,-3.5 + parent: 864 + type: Transform +- uid: 6687 + type: Chair + components: + - pos: 15.5,-67.5 + parent: 864 + type: Transform +- uid: 6688 + type: OxygenCanister + components: + - pos: -9.5,-72.5 + parent: 864 + type: Transform +- uid: 6689 + type: CableApcExtension + components: + - pos: -6.5,-63.5 + parent: 864 + type: Transform +- uid: 6690 + type: ClothingBeltMedicalFilled + components: + - pos: -11.470623,-49.143177 + parent: 864 + type: Transform +- uid: 6691 + type: CableHV + components: + - pos: -5.5,-37.5 + parent: 864 + type: Transform +- uid: 6692 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,-23.5 + parent: 864 + type: Transform +- uid: 6693 + type: hydroponicsTray + components: + - pos: -8.5,11.5 + parent: 864 + type: Transform +- uid: 6694 + type: CableApcExtension + components: + - pos: 22.5,-42.5 + parent: 864 + type: Transform +- uid: 6695 + type: CableHV + components: + - pos: -14.5,-73.5 + parent: 864 + type: Transform +- uid: 6696 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 8.5,-50.5 + parent: 864 + type: Transform +- uid: 6697 + type: CableApcExtension + components: + - pos: 27.5,0.5 + parent: 864 + type: Transform +- uid: 6698 + type: CableApcExtension + components: + - pos: -1.5,-78.5 + parent: 864 + type: Transform +- uid: 6699 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 27.5,-9.5 + parent: 864 + type: Transform +- uid: 6700 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 21.5,-7.5 + parent: 864 + type: Transform +- uid: 6701 + type: GasPipeStraight + components: + - pos: -20.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6702 + type: GravityGenerator + components: + - pos: -19.5,2.5 + parent: 864 + type: Transform + - enabled: False + type: AmbientSound + - powerLoad: 2500 + type: ApcPowerReceiver + - radius: 2.5 + type: PointLight +- uid: 6703 + type: Firelock + components: + - pos: -46.5,16.5 + parent: 864 + type: Transform +- uid: 6704 + type: PosterLegitSafetyInternals + components: + - pos: -39.5,-31.5 + parent: 864 + type: Transform +- uid: 6705 + type: GasVentPump + components: + - pos: -18.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6706 + type: APCBasic + components: + - rot: 3.141592653589793 rad + pos: 38.5,13.5 + parent: 864 + type: Transform +- uid: 6707 + type: CableMV + components: + - pos: 38.5,16.5 + parent: 864 + type: Transform +- uid: 6708 + type: SignRedFive + components: + - pos: 41.5,17.5 + parent: 864 + type: Transform +- uid: 6709 + type: SignRedTwo + components: + - rot: 3.141592653589793 rad + pos: 38.5,17.5 + parent: 864 + type: Transform +- uid: 6710 + type: CableMV + components: + - pos: 38.5,13.5 + parent: 864 + type: Transform +- uid: 6711 + type: Brutepack + components: + - pos: -6.6512356,-49.408676 + parent: 864 + type: Transform +- uid: 6712 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-32.5 + parent: 864 + type: Transform +- uid: 6713 + type: CableApcExtension + components: + - pos: -4.5,-74.5 + parent: 864 + type: Transform +- uid: 6714 + type: AirSensor + components: + - pos: 28.5,-28.5 + parent: 864 + type: Transform +- uid: 6715 + type: GasPipeStraight + components: + - pos: 22.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6716 + type: WallReinforced + components: + - pos: 3.5,20.5 + parent: 864 + type: Transform +- uid: 6717 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-24.5 + parent: 864 + type: Transform +- uid: 6718 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-58.5 + parent: 864 + type: Transform +- uid: 6719 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-44.5 + parent: 864 + type: Transform +- uid: 6720 + type: CableMV + components: + - pos: 7.5,-46.5 + parent: 864 + type: Transform +- uid: 6721 + type: CableApcExtension + components: + - pos: 13.5,1.5 + parent: 864 + type: Transform +- uid: 6722 + type: CableApcExtension + components: + - pos: 3.5,0.5 + parent: 864 + type: Transform +- uid: 6723 + type: CableApcExtension + components: + - pos: 11.5,2.5 + parent: 864 + type: Transform +- uid: 6724 + type: AirlockGlass + components: + - pos: 31.5,6.5 + parent: 864 + type: Transform +- uid: 6725 + type: BoozeDispenser + components: + - rot: -1.5707963267948966 rad + pos: 18.5,12.5 + parent: 864 + type: Transform +- uid: 6726 + type: soda_dispenser + components: + - rot: -1.5707963267948966 rad + pos: 18.5,11.5 + parent: 864 + type: Transform +- uid: 6727 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 18.5,11.5 + parent: 864 + type: Transform +- uid: 6728 + type: CableApcExtension + components: + - pos: 5.5,6.5 + parent: 864 + type: Transform +- uid: 6729 + type: CableMV + components: + - pos: 27.5,18.5 + parent: 864 + type: Transform +- uid: 6730 + type: SpawnPointMedicalDoctor + components: + - pos: -14.5,-48.5 + parent: 864 + type: Transform +- uid: 6731 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 23.5,-35.5 + parent: 864 + type: Transform +- uid: 6732 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -15.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6733 + type: Grille + components: + - pos: 4.5,-57.5 + parent: 864 + type: Transform +- uid: 6734 + type: BedsheetMime + components: + - pos: -26.5,43.5 + parent: 864 + type: Transform +- uid: 6735 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-4.5 + parent: 864 + type: Transform +- uid: 6736 + type: FirelockGlass + components: + - pos: -22.5,-81.5 + parent: 864 + type: Transform +- uid: 6737 + type: Barricade + components: + - pos: -3.5,-75.5 + parent: 864 + type: Transform +- uid: 6738 + type: Grille + components: + - pos: 26.5,-1.5 + parent: 864 + type: Transform +- uid: 6739 + type: GasPipeStraight + components: + - pos: -20.5,32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6740 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-82.5 + parent: 864 + type: Transform +- uid: 6741 + type: Grille + components: + - pos: -27.5,-88.5 + parent: 864 + type: Transform +- uid: 6742 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-76.5 + parent: 864 + type: Transform +- uid: 6743 + type: Grille + components: + - pos: 23.5,3.5 + parent: 864 + type: Transform +- uid: 6744 + type: Grille + components: + - pos: -20.5,-91.5 + parent: 864 + type: Transform +- uid: 6745 + type: Grille + components: + - pos: 17.5,-35.5 + parent: 864 + type: Transform +- uid: 6746 + type: CableApcExtension + components: + - pos: 35.5,-37.5 + parent: 864 + type: Transform +- uid: 6747 + type: Grille + components: + - pos: 33.5,-35.5 + parent: 864 + type: Transform +- uid: 6748 + type: AirlockMaintCommandLocked + components: + - name: substation + type: MetaData + - rot: 1.5707963267948966 rad + pos: 19.5,-31.5 + parent: 864 + type: Transform +- uid: 6749 + type: WallReinforced + components: + - pos: 12.5,-31.5 + parent: 864 + type: Transform +- uid: 6750 + type: Grille + components: + - pos: 6.5,-28.5 + parent: 864 + type: Transform +- uid: 6751 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6752 + type: Grille + components: + - pos: 26.5,3.5 + parent: 864 + type: Transform +- uid: 6753 + type: Grille + components: + - pos: 22.5,5.5 + parent: 864 + type: Transform +- uid: 6754 + type: Grille + components: + - pos: 27.5,5.5 + parent: 864 + type: Transform +- uid: 6755 + type: Grille + components: + - pos: 35.5,7.5 + parent: 864 + type: Transform +- uid: 6756 + type: Grille + components: + - pos: 32.5,9.5 + parent: 864 + type: Transform +- uid: 6757 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 6758 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,34.5 + parent: 864 + type: Transform +- uid: 6759 + type: CableHV + components: + - pos: 30.5,-1.5 + parent: 864 + type: Transform +- uid: 6760 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 22.5,-19.5 + parent: 864 + type: Transform +- uid: 6761 + type: CableApcExtension + components: + - pos: 9.5,-42.5 + parent: 864 + type: Transform +- uid: 6762 + type: GasPipeStraight + components: + - pos: 36.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6763 + type: Grille + components: + - pos: -3.5,-55.5 + parent: 864 + type: Transform +- uid: 6764 + type: Grille + components: + - pos: -0.5,-55.5 + parent: 864 + type: Transform +- uid: 6765 + type: Grille + components: + - pos: 2.5,-55.5 + parent: 864 + type: Transform +- uid: 6766 + type: ShuttersNormalOpen + components: + - rot: -1.5707963267948966 rad + pos: 35.5,4.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -171385.58 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 21485 + Close: + - port: Off + uid: 21485 + Toggle: [] + type: SignalReceiver +- uid: 6767 + type: Grille + components: + - pos: -20.5,-58.5 + parent: 864 + type: Transform +- uid: 6768 + type: WallReinforced + components: + - pos: 39.5,12.5 + parent: 864 + type: Transform +- uid: 6769 + type: ReagentContainerSugar + components: + - pos: 0.6479305,-7.5686197 + parent: 864 + type: Transform +- uid: 6770 + type: ShuttersNormalOpen + components: + - rot: -1.5707963267948966 rad + pos: 15.5,12.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -112358.78 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 3211 + Close: + - port: Off + uid: 3211 + Toggle: [] + type: SignalReceiver +- uid: 6771 + type: RandomDrinkGlass + components: + - pos: 15.5,12.5 + parent: 864 + type: Transform +- uid: 6772 + type: CableHV + components: + - pos: 29.5,-0.5 + parent: 864 + type: Transform +- uid: 6773 + type: Grille + components: + - pos: -9.5,-58.5 + parent: 864 + type: Transform +- uid: 6774 + type: TrashBananaPeel + components: + - pos: -16.502157,-32.75781 + parent: 864 + type: Transform +- uid: 6775 + type: CableApcExtension + components: + - pos: -33.5,-55.5 + parent: 864 + type: Transform +- uid: 6776 + type: CableHV + components: + - pos: 35.5,-28.5 + parent: 864 + type: Transform +- uid: 6777 + type: RandomPosterContraband + components: + - pos: -11.5,-99.5 + parent: 864 + type: Transform +- uid: 6778 + type: AirlockExternalGlassLocked + components: + - pos: -60.5,-54.5 + parent: 864 + type: Transform +- uid: 6779 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-44.5 + parent: 864 + type: Transform +- uid: 6780 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6781 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 34.5,-7.5 + parent: 864 + type: Transform +- uid: 6782 + type: WallSolid + components: + - pos: 42.5,-53.5 + parent: 864 + type: Transform +- uid: 6783 + type: CableHV + components: + - pos: -14.5,-42.5 + parent: 864 + type: Transform +- uid: 6784 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6785 + type: CableApcExtension + components: + - pos: -38.5,-68.5 + parent: 864 + type: Transform +- uid: 6786 + type: PosterContrabandRise + components: + - pos: -40.5,-69.5 + parent: 864 + type: Transform +- uid: 6787 + type: BoxBeaker + components: + - pos: -3.513051,-65.84278 + parent: 864 + type: Transform +- uid: 6788 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -10.5,-44.5 + parent: 864 + type: Transform +- uid: 6789 + type: GasPipeStraight + components: + - pos: -23.5,-81.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6790 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-80.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6791 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6792 + type: GasPipeStraight + components: + - pos: -23.5,-79.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6793 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-80.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6794 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-80.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6795 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 7.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6796 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6797 + type: GasPipeTJunction + components: + - pos: 10.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6798 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6799 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 12.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6800 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6801 + type: GasPipeTJunction + components: + - pos: 9.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6802 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6803 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 14.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6804 + type: GasPipeStraight + components: + - pos: 15.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6805 + type: FloorDrain + components: + - pos: -15.5,-75.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 6806 + type: WallReinforced + components: + - pos: -18.5,-87.5 + parent: 864 + type: Transform +- uid: 6807 + type: ReinforcedWindow + components: + - pos: -18.5,-88.5 + parent: 864 + type: Transform +- uid: 6808 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-79.5 + parent: 864 + type: Transform +- uid: 6809 + type: Catwalk + components: + - pos: -1.5,-81.5 + parent: 864 + type: Transform +- uid: 6810 + type: CarpetSBlue + components: + - pos: 25.5,-24.5 + parent: 864 + type: Transform +- uid: 6811 + type: CableHV + components: + - pos: 1.5,-89.5 + parent: 864 + type: Transform +- uid: 6812 + type: CableHV + components: + - pos: 3.5,-92.5 + parent: 864 + type: Transform +- uid: 6813 + type: CableHV + components: + - pos: 5.5,-95.5 + parent: 864 + type: Transform +- uid: 6814 + type: Catwalk + components: + - pos: -1.5,-86.5 + parent: 864 + type: Transform +- uid: 6815 + type: Grille + components: + - pos: 5.5,18.5 + parent: 864 + type: Transform +- uid: 6816 + type: CableApcExtension + components: + - pos: -8.5,-5.5 + parent: 864 + type: Transform +- uid: 6817 + type: CableApcExtension + components: + - pos: -9.5,-5.5 + parent: 864 + type: Transform +- uid: 6818 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 7.5,10.5 + parent: 864 + type: Transform +- uid: 6819 + type: TableWood + components: + - pos: -10.5,-3.5 + parent: 864 + type: Transform +- uid: 6820 + type: CableApcExtension + components: + - pos: -9.5,-3.5 + parent: 864 + type: Transform +- uid: 6821 + type: TableWood + components: + - pos: -10.5,-4.5 + parent: 864 + type: Transform +- uid: 6822 + type: TableWood + components: + - pos: -10.5,-6.5 + parent: 864 + type: Transform +- uid: 6823 + type: CarpetSBlue + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-35.5 + parent: 864 + type: Transform +- uid: 6824 + type: LampGold + components: + - pos: -10.485052,-3.11381 + parent: 864 + type: Transform +- uid: 6825 + type: CarpetSBlue + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-36.5 + parent: 864 + type: Transform +- uid: 6826 + type: CarpetSBlue + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-36.5 + parent: 864 + type: Transform +- uid: 6827 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-76.5 + parent: 864 + type: Transform +- uid: 6828 + type: CableHV + components: + - pos: 13.5,-101.5 + parent: 864 + type: Transform +- uid: 6829 + type: ClothingBackpackDuffelSurgeryFilled + components: + - pos: -3.4849787,-66.40156 + parent: 864 + type: Transform +- uid: 6830 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 5.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6831 + type: GasPipeTJunction + components: + - pos: 5.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6832 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 5.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6833 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-43.5 + parent: 864 + type: Transform +- uid: 6834 + type: CableApcExtension + components: + - pos: -4.5,-39.5 + parent: 864 + type: Transform +- uid: 6835 + type: CableApcExtension + components: + - pos: 0.5,-40.5 + parent: 864 + type: Transform +- uid: 6836 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 37.5,-35.5 + parent: 864 + type: Transform +- uid: 6837 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 16.5,-38.5 + parent: 864 + type: Transform +- uid: 6838 + type: Firelock + components: + - pos: -1.5,-44.5 + parent: 864 + type: Transform +- uid: 6839 + type: GasPipeStraight + components: + - pos: -3.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6840 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,-27.5 + parent: 864 + type: Transform +- uid: 6841 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 27.5,-15.5 + parent: 864 + type: Transform +- uid: 6842 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 7.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6843 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 60.5,12.5 + parent: 864 + type: Transform +- uid: 6844 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 23.5,3.5 + parent: 864 + type: Transform +- uid: 6845 + type: Firelock + components: + - pos: 28.5,-26.5 + parent: 864 + type: Transform +- uid: 6846 + type: ChairFolding + components: + - rot: -1.5707963267948966 rad + pos: 18.5,26.5 + parent: 864 + type: Transform +- uid: 6847 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 864 + type: Transform +- uid: 6848 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 36.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6849 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 11.5,-17.5 + parent: 864 + type: Transform +- uid: 6850 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 11.5,-18.5 + parent: 864 + type: Transform +- uid: 6851 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 6852 + type: CarpetSBlue + components: + - pos: 28.5,-23.5 + parent: 864 + type: Transform +- uid: 6853 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 22.499586,-21.472416 + parent: 864 + type: Transform +- uid: 6854 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 22.499586,-21.472416 + parent: 864 + type: Transform +- uid: 6855 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 22.499586,-21.472416 + parent: 864 + type: Transform +- uid: 6856 + type: CableApcExtension + components: + - pos: 21.5,-32.5 + parent: 864 + type: Transform +- uid: 6857 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6858 + type: GasPipeStraight + components: + - pos: 20.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6859 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6860 + type: GasPipeFourway + components: + - pos: 30.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6861 + type: GasPipeStraight + components: + - pos: 20.5,-20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6862 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-62.5 + parent: 864 + type: Transform +- uid: 6863 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6864 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6865 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6866 + type: Grille + components: + - pos: 4.5,-72.5 + parent: 864 + type: Transform +- uid: 6867 + type: CableApcExtension + components: + - pos: 0.5,-69.5 + parent: 864 + type: Transform +- uid: 6868 + type: WallReinforced + components: + - pos: 2.5,-72.5 + parent: 864 + type: Transform +- uid: 6869 + type: WallReinforced + components: + - pos: 12.5,-69.5 + parent: 864 + type: Transform +- uid: 6870 + type: WallSolid + components: + - pos: 11.5,-68.5 + parent: 864 + type: Transform +- uid: 6871 + type: Firelock + components: + - pos: -1.5,-72.5 + parent: 864 + type: Transform +- uid: 6872 + type: Gauze1 + components: + - pos: -6.3074856,-49.39305 + parent: 864 + type: Transform +- uid: 6873 + type: DrinkGlass + components: + - pos: 2.4800997,-7.463467 + parent: 864 + type: Transform +- uid: 6874 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-85.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6875 + type: RiotBulletShield + components: + - pos: 28.289839,32.463562 + parent: 864 + type: Transform +- uid: 6876 + type: CrateSecurityRiot + components: + - pos: 26.5,31.5 + parent: 864 + type: Transform +- uid: 6877 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -21.5,-85.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6878 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -21.5,-87.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6879 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -24.5,-89.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6880 + type: CableMV + components: + - pos: -18.5,-69.5 + parent: 864 + type: Transform +- uid: 6881 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-73.5 + parent: 864 + type: Transform +- uid: 6882 + type: DisposalPipe + components: + - pos: -23.5,-76.5 + parent: 864 + type: Transform +- uid: 6883 + type: BoxBeaker + components: + - pos: -26.122566,-84.458 + parent: 864 + type: Transform +- uid: 6884 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-88.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6885 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-88.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6886 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-88.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6887 + type: GasPipeStraight + components: + - pos: -24.5,-86.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6888 + type: Table + components: + - pos: -34.5,24.5 + parent: 864 + type: Transform +- uid: 6889 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6890 + type: WallSolid + components: + - pos: -18.5,-65.5 + parent: 864 + type: Transform +- uid: 6891 + type: DisposalPipe + components: + - pos: -19.5,-64.5 + parent: 864 + type: Transform +- uid: 6892 + type: DisposalPipe + components: + - pos: -19.5,-62.5 + parent: 864 + type: Transform +- uid: 6893 + type: CableApcExtension + components: + - pos: -19.5,-65.5 + parent: 864 + type: Transform +- uid: 6894 + type: DisposalPipe + components: + - pos: -19.5,-66.5 + parent: 864 + type: Transform +- uid: 6895 + type: DisposalPipe + components: + - pos: -19.5,-68.5 + parent: 864 + type: Transform +- uid: 6896 + type: DisposalPipe + components: + - pos: -19.5,-67.5 + parent: 864 + type: Transform +- uid: 6897 + type: CableMV + components: + - pos: -13.5,-69.5 + parent: 864 + type: Transform +- uid: 6898 + type: DisposalYJunction + components: + - rot: 3.141592653589793 rad + pos: -19.5,-73.5 + parent: 864 + type: Transform +- uid: 6899 + type: CableApcExtension + components: + - pos: -19.5,-67.5 + parent: 864 + type: Transform +- uid: 6900 + type: GasPipeFourway + components: + - pos: -32.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6901 + type: CableApcExtension + components: + - pos: -19.5,-71.5 + parent: 864 + type: Transform +- uid: 6902 + type: CableApcExtension + components: + - pos: -18.5,-73.5 + parent: 864 + type: Transform +- uid: 6903 + type: CableApcExtension + components: + - pos: -18.5,-75.5 + parent: 864 + type: Transform +- uid: 6904 + type: CableApcExtension + components: + - pos: -16.5,-77.5 + parent: 864 + type: Transform +- uid: 6905 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-64.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6906 + type: ClothingHeadHelmetTemplar + components: + - pos: 38.423565,-15.642361 + parent: 864 + type: Transform +- uid: 6907 + type: ClothingHeadHelmetScaf + components: + - pos: -31.458502,-43.474 + parent: 864 + type: Transform +- uid: 6908 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-60.5 + parent: 864 + type: Transform +- uid: 6909 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - rot: -1.5707963267948966 rad + pos: 10.5,-15.5 + parent: 864 + type: Transform +- uid: 6910 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 6.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6911 + type: MedkitToxin + components: + - pos: -30.596647,-77.25995 + parent: 864 + type: Transform +- uid: 6912 + type: BoxLatexGloves + components: + - pos: -22.700918,-76.44757 + parent: 864 + type: Transform +- uid: 6913 + type: Table + components: + - pos: 8.5,12.5 + parent: 864 + type: Transform +- uid: 6914 + type: GasPipeFourway + components: + - pos: 24.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6915 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6916 + type: CableHV + components: + - pos: -4.5,-20.5 + parent: 864 + type: Transform +- uid: 6917 + type: CableMV + components: + - pos: 26.5,-28.5 + parent: 864 + type: Transform +- uid: 6918 + type: CableMV + components: + - pos: 25.5,-28.5 + parent: 864 + type: Transform +- uid: 6919 + type: CableMV + components: + - pos: 23.5,-28.5 + parent: 864 + type: Transform +- uid: 6920 + type: CableMV + components: + - pos: 22.5,-28.5 + parent: 864 + type: Transform +- uid: 6921 + type: CableMV + components: + - pos: 20.5,-28.5 + parent: 864 + type: Transform +- uid: 6922 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 6923 + type: CableApcExtension + components: + - pos: 23.5,-24.5 + parent: 864 + type: Transform +- uid: 6924 + type: CableApcExtension + components: + - pos: 28.5,-34.5 + parent: 864 + type: Transform +- uid: 6925 + type: WallReinforced + components: + - pos: 23.5,-31.5 + parent: 864 + type: Transform +- uid: 6926 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6927 + type: CrateServiceJanitorialSupplies + components: + - pos: -9.5,-21.5 + parent: 864 + type: Transform +- uid: 6928 + type: MaterialWoodPlank + components: + - pos: -14.580205,-35.49298 + parent: 864 + type: Transform +- uid: 6929 + type: WoodenBuckler + components: + - pos: -15.467506,-35.39109 + parent: 864 + type: Transform +- uid: 6930 + type: ChairWood + components: + - pos: -1.5,-16.5 + parent: 864 + type: Transform +- uid: 6931 + type: SurveillanceCameraCommand + components: + - pos: 31.5,-22.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: bridge + type: SurveillanceCamera +- uid: 6932 + type: BoxPDA + components: + - pos: 29.643738,-34.24831 + parent: 864 + type: Transform +- uid: 6933 + type: WallReinforced + components: + - pos: 27.5,-27.5 + parent: 864 + type: Transform +- uid: 6934 + type: CableApcExtension + components: + - pos: 45.5,-24.5 + parent: 864 + type: Transform +- uid: 6935 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-45.5 + parent: 864 + type: Transform +- uid: 6936 + type: WallReinforced + components: + - pos: -6.5,-44.5 + parent: 864 + type: Transform +- uid: 6937 + type: chem_master + components: + - pos: 2.5,-47.5 + parent: 864 + type: Transform +- uid: 6938 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-47.5 + parent: 864 + type: Transform +- uid: 6939 + type: HospitalCurtainsOpen + components: + - pos: -8.5,-55.5 + parent: 864 + type: Transform + - canCollide: False + type: Physics +- uid: 6940 + type: WallSolid + components: + - pos: 7.5,-58.5 + parent: 864 + type: Transform +- uid: 6941 + type: Morgue + components: + - rot: -1.5707963267948966 rad + pos: -11.540812,-63.431416 + parent: 864 + type: Transform +- uid: 6942 + type: Morgue + components: + - rot: 1.5707963267948966 rad + pos: -16.48149,-63.400166 + parent: 864 + type: Transform +- uid: 6943 + type: Morgue + components: + - rot: 1.5707963267948966 rad + pos: -16.466349,-64.38533 + parent: 864 + type: Transform +- uid: 6944 + type: Morgue + components: + - rot: 1.5707963267948966 rad + pos: -16.48149,-65.353294 + parent: 864 + type: Transform +- uid: 6945 + type: Morgue + components: + - rot: 1.5707963267948966 rad + pos: -16.51274,-66.322044 + parent: 864 + type: Transform +- uid: 6946 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-53.5 + parent: 864 + type: Transform +- uid: 6947 + type: WallReinforced + components: + - pos: -2.5,-37.5 + parent: 864 + type: Transform +- uid: 6948 + type: WallReinforced + components: + - pos: 13.5,-40.5 + parent: 864 + type: Transform +- uid: 6949 + type: CableApcExtension + components: + - pos: -47.5,36.5 + parent: 864 + type: Transform +- uid: 6950 + type: WallReinforced + components: + - pos: 12.5,-40.5 + parent: 864 + type: Transform +- uid: 6951 + type: WallReinforced + components: + - pos: 10.5,-40.5 + parent: 864 + type: Transform +- uid: 6952 + type: WallReinforced + components: + - pos: 11.5,-40.5 + parent: 864 + type: Transform +- uid: 6953 + type: ReinforcedWindow + components: + - pos: -1.5,-33.5 + parent: 864 + type: Transform +- uid: 6954 + type: WindoorArmoryLocked + components: + - rot: -1.5707963267948966 rad + pos: 28.5,28.5 + parent: 864 + type: Transform +- uid: 6955 + type: WallReinforced + components: + - pos: 23.5,-44.5 + parent: 864 + type: Transform +- uid: 6956 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-44.5 + parent: 864 + type: Transform +- uid: 6957 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-44.5 + parent: 864 + type: Transform +- uid: 6958 + type: StoolBar + components: + - pos: 14.5,11.5 + parent: 864 + type: Transform +- uid: 6959 + type: WallSolid + components: + - pos: -2.5,-16.5 + parent: 864 + type: Transform +- uid: 6960 + type: WallSolid + components: + - pos: 5.5,-17.5 + parent: 864 + type: Transform +- uid: 6961 + type: GasPipeTJunction + components: + - pos: 7.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6962 + type: WardrobeSecurity + components: + - pos: 0.5,20.5 + parent: 864 + type: Transform +- uid: 6963 + type: WallSolid + components: + - pos: -11.5,-28.5 + parent: 864 + type: Transform +- uid: 6964 + type: WallSolid + components: + - pos: -7.5,-14.5 + parent: 864 + type: Transform +- uid: 6965 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -6.5,0.5 + parent: 864 + type: Transform +- uid: 6966 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-17.5 + parent: 864 + type: Transform +- uid: 6967 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-17.5 + parent: 864 + type: Transform +- uid: 6968 + type: WallSolid + components: + - pos: -7.5,-35.5 + parent: 864 + type: Transform +- uid: 6969 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 27.5,-38.5 + parent: 864 + type: Transform +- uid: 6970 + type: GasPipeStraight + components: + - pos: 23.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6971 + type: WallReinforced + components: + - pos: -1.5,-36.5 + parent: 864 + type: Transform +- uid: 6972 + type: Table + components: + - pos: 9.5,-58.5 + parent: 864 + type: Transform +- uid: 6973 + type: MedkitBruteFilled + components: + - pos: 9.774347,-62.35707 + parent: 864 + type: Transform +- uid: 6974 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6975 + type: CableHV + components: + - pos: 16.5,-29.5 + parent: 864 + type: Transform +- uid: 6976 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 15.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6977 + type: GasPipeStraight + components: + - pos: -3.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6978 + type: GasPipeStraight + components: + - pos: -3.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6979 + type: GasPipeStraight + components: + - pos: -5.5,-8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6980 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 22.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6981 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 25.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6982 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 16.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6983 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 21.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6984 + type: CableHV + components: + - pos: -4.5,-26.5 + parent: 864 + type: Transform +- uid: 6985 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6986 + type: CableApcExtension + components: + - pos: -14.5,-57.5 + parent: 864 + type: Transform +- uid: 6987 + type: CableApcExtension + components: + - pos: 0.5,-48.5 + parent: 864 + type: Transform +- uid: 6988 + type: CableMV + components: + - pos: 7.5,-45.5 + parent: 864 + type: Transform +- uid: 6989 + type: CableHV + components: + - pos: 10.5,-47.5 + parent: 864 + type: Transform +- uid: 6990 + type: CableApcExtension + components: + - pos: 13.5,-0.5 + parent: 864 + type: Transform +- uid: 6991 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 6992 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 13.5,5.5 + parent: 864 + type: Transform +- uid: 6993 + type: DisposalPipe + components: + - pos: 12.5,8.5 + parent: 864 + type: Transform +- uid: 6994 + type: GasPipeTJunction + components: + - pos: -3.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 6995 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 28.5,-13.5 + parent: 864 + type: Transform +- uid: 6996 + type: CableMV + components: + - pos: 11.5,-14.5 + parent: 864 + type: Transform +- uid: 6997 + type: DisposalRouter + components: + - rot: 3.141592653589793 rad + pos: 17.5,1.5 + parent: 864 + type: Transform +- uid: 6998 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 17.5,5.5 + parent: 864 + type: Transform +- uid: 6999 + type: WindowDirectional + components: + - pos: 9.5,2.5 + parent: 864 + type: Transform +- uid: 7000 + type: DisposalPipe + components: + - pos: 17.5,9.5 + parent: 864 + type: Transform +- uid: 7001 + type: DisposalPipe + components: + - pos: 12.5,4.5 + parent: 864 + type: Transform +- uid: 7002 + type: WindowDirectional + components: + - rot: 3.141592653589793 rad + pos: 8.5,-0.5 + parent: 864 + type: Transform +- uid: 7003 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 19.5,-7.5 + parent: 864 + type: Transform +- uid: 7004 + type: WindowDirectional + components: + - rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 864 + type: Transform +- uid: 7005 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 864 + type: Transform +- uid: 7006 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-0.5 + parent: 864 + type: Transform +- uid: 7007 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 25.5,5.5 + parent: 864 + type: Transform +- uid: 7008 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 12.5,15.5 + parent: 864 + type: Transform +- uid: 7009 + type: BoxZiptie + components: + - pos: 1.517482,16.690523 + parent: 864 + type: Transform +- uid: 7010 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-3.5 + parent: 864 + type: Transform +- uid: 7011 + type: SpawnPointHeadOfSecurity + components: + - pos: 5.5,21.5 + parent: 864 + type: Transform +- uid: 7012 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 19.5,3.5 + parent: 864 + type: Transform +- uid: 7013 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-1.5 + parent: 864 + type: Transform +- uid: 7014 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 26.5,3.5 + parent: 864 + type: Transform +- uid: 7015 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-1.5 + parent: 864 + type: Transform +- uid: 7016 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 31.5,5.5 + parent: 864 + type: Transform +- uid: 7017 + type: CarpetGreen + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-12.5 + parent: 864 + type: Transform +- uid: 7018 + type: CableMV + components: + - pos: 20.5,-11.5 + parent: 864 + type: Transform +- uid: 7019 + type: APCHighCapacity + components: + - pos: 21.5,-9.5 + parent: 864 + type: Transform +- uid: 7020 + type: CableApcExtension + components: + - pos: 17.5,-13.5 + parent: 864 + type: Transform +- uid: 7021 + type: CableApcExtension + components: + - pos: 62.5,-11.5 + parent: 864 + type: Transform +- uid: 7022 + type: GasPipeStraight + components: + - pos: -3.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7023 + type: GasPipeStraight + components: + - pos: -19.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7024 + type: GasPipeStraight + components: + - pos: -19.5,-59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7025 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7026 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: 29.503365,-39.44397 + parent: 864 + type: Transform +- uid: 7027 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7028 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7029 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7030 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7031 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7032 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-78.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7033 + type: SurveillanceCameraCommand + components: + - rot: 3.141592653589793 rad + pos: 64.5,-51.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: research director + type: SurveillanceCamera +- uid: 7034 + type: CableApcExtension + components: + - pos: -8.5,-25.5 + parent: 864 + type: Transform +- uid: 7035 + type: Table + components: + - pos: 31.5,-12.5 + parent: 864 + type: Transform +- uid: 7036 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 31.5,-9.5 + parent: 864 + type: Transform +- uid: 7037 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-57.5 + parent: 864 + type: Transform +- uid: 7038 + type: WallSolid + components: + - pos: -17.5,-33.5 + parent: 864 + type: Transform +- uid: 7039 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-21.5 + parent: 864 + type: Transform +- uid: 7040 + type: WallSolid + components: + - pos: 35.5,-0.5 + parent: 864 + type: Transform +- uid: 7041 + type: RandomSpawner + components: + - pos: 35.5,-72.5 + parent: 864 + type: Transform +- uid: 7042 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,14.5 + parent: 864 + type: Transform +- uid: 7043 + type: WallSolid + components: + - pos: -3.5,15.5 + parent: 864 + type: Transform +- uid: 7044 + type: Grille + components: + - pos: 33.5,-15.5 + parent: 864 + type: Transform +- uid: 7045 + type: Grille + components: + - pos: -13.5,39.5 + parent: 864 + type: Transform +- uid: 7046 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 28.5,-10.5 + parent: 864 + type: Transform +- uid: 7047 + type: WallReinforced + components: + - pos: 42.5,52.5 + parent: 864 + type: Transform +- uid: 7048 + type: ComputerBroken + components: + - pos: 51.5,36.5 + parent: 864 + type: Transform +- uid: 7049 + type: GasRecyclerMachineCircuitboard + components: + - pos: 53.993114,35.55658 + parent: 864 + type: Transform +- uid: 7050 + type: RandomPosterLegit + components: + - pos: -21.5,-40.5 + parent: 864 + type: Transform +- uid: 7051 + type: PottedPlantRandomPlastic + components: + - pos: -6.5,-45.5 + parent: 864 + type: Transform +- uid: 7052 + type: FirelockGlass + components: + - pos: -15.5,-55.5 + parent: 864 + type: Transform +- uid: 7053 + type: CableApcExtension + components: + - pos: -36.5,-69.5 + parent: 864 + type: Transform +- uid: 7054 + type: VendingMachineHydrobe + components: + - pos: -2.5,12.5 + parent: 864 + type: Transform +- uid: 7055 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7056 + type: GasPipeStraight + components: + - pos: -3.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7057 + type: CableHV + components: + - pos: 16.5,-95.5 + parent: 864 + type: Transform +- uid: 7058 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7059 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7060 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-1.5 + parent: 864 + type: Transform +- uid: 7061 + type: CableApcExtension + components: + - pos: 19.5,-32.5 + parent: 864 + type: Transform +- uid: 7062 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 20.5,-19.5 + parent: 864 + type: Transform +- uid: 7063 + type: PillTricordrazine + components: + - pos: -8.519056,-32.256336 + parent: 864 + type: Transform +- uid: 7064 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 7065 + type: TableCarpet + components: + - pos: -24.5,34.5 + parent: 864 + type: Transform +- uid: 7066 + type: GasVentScrubber + components: + - pos: -19.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7067 + type: ChairFolding + components: + - rot: 1.5707963267948966 rad + pos: -25.5,53.5 + parent: 864 + type: Transform +- uid: 7068 + type: ToolboxEmergencyFilled + components: + - pos: 4.5177064,-69.50256 + parent: 864 + type: Transform +- uid: 7069 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: 16.5,-54.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 7070 + type: FirelockGlass + components: + - pos: 25.5,-44.5 + parent: 864 + type: Transform +- uid: 7071 + type: CableHV + components: + - pos: -2.5,-42.5 + parent: 864 + type: Transform +- uid: 7072 + type: CableApcExtension + components: + - pos: 1.5,11.5 + parent: 864 + type: Transform +- uid: 7073 + type: DisposalPipe + components: + - pos: -4.5,-41.5 + parent: 864 + type: Transform +- uid: 7074 + type: DisposalPipe + components: + - pos: -4.5,-39.5 + parent: 864 + type: Transform +- uid: 7075 + type: DisposalPipe + components: + - pos: -4.5,-37.5 + parent: 864 + type: Transform +- uid: 7076 + type: Grille + components: + - pos: -4.5,-57.5 + parent: 864 + type: Transform +- uid: 7077 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-27.5 + parent: 864 + type: Transform +- uid: 7078 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-43.5 + parent: 864 + type: Transform +- uid: 7079 + type: MaintenanceToolSpawner + components: + - pos: 10.5,-53.5 + parent: 864 + type: Transform +- uid: 7080 + type: TableGlass + components: + - pos: -25.5,55.5 + parent: 864 + type: Transform +- uid: 7081 + type: CableApcExtension + components: + - pos: 22.5,-17.5 + parent: 864 + type: Transform +- uid: 7082 + type: RandomPosterContraband + components: + - pos: -27.5,-95.5 + parent: 864 + type: Transform +- uid: 7083 + type: ReinforcedWindow + components: + - pos: -22.5,-1.5 + parent: 864 + type: Transform +- uid: 7084 + type: CableApcExtension + components: + - pos: 24.5,-17.5 + parent: 864 + type: Transform +- uid: 7085 + type: CableApcExtension + components: + - pos: 25.5,-17.5 + parent: 864 + type: Transform +- uid: 7086 + type: CableApcExtension + components: + - pos: 26.5,-17.5 + parent: 864 + type: Transform +- uid: 7087 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-43.5 + parent: 864 + type: Transform +- uid: 7088 + type: WallReinforced + components: + - pos: -18.5,-84.5 + parent: 864 + type: Transform +- uid: 7089 + type: Poweredlight + components: + - pos: 27.5,-16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7090 + type: FirelockGlass + components: + - pos: -14.5,-55.5 + parent: 864 + type: Transform +- uid: 7091 + type: AirlockGlass + components: + - pos: 1.5,53.5 + parent: 864 + type: Transform +- uid: 7092 + type: AirlockGlass + components: + - pos: 0.5,53.5 + parent: 864 + type: Transform +- uid: 7093 + type: AirlockGlass + components: + - pos: -0.5,53.5 + parent: 864 + type: Transform +- uid: 7094 + type: WallSolid + components: + - pos: -23.5,36.5 + parent: 864 + type: Transform +- uid: 7095 + type: WallSolid + components: + - pos: -23.5,37.5 + parent: 864 + type: Transform +- uid: 7096 + type: WallSolid + components: + - pos: -23.5,39.5 + parent: 864 + type: Transform +- uid: 7097 + type: CableMV + components: + - pos: -17.5,-69.5 + parent: 864 + type: Transform +- uid: 7098 + type: ReinforcedWindow + components: + - pos: -21.5,-1.5 + parent: 864 + type: Transform +- uid: 7099 + type: Grille + components: + - pos: 19.5,3.5 + parent: 864 + type: Transform +- uid: 7100 + type: GasPipeStraight + components: + - pos: 34.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7101 + type: CableHV + components: + - pos: 16.5,-42.5 + parent: 864 + type: Transform +- uid: 7102 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 8.5,10.5 + parent: 864 + type: Transform +- uid: 7103 + type: WallReinforced + components: + - pos: -20.5,-1.5 + parent: 864 + type: Transform +- uid: 7104 + type: GasPipeStraight + components: + - pos: -18.5,28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7105 + type: GasPipeStraight + components: + - pos: -18.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7106 + type: GasPipeFourway + components: + - pos: -18.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7107 + type: Multitool + components: + - pos: 65.54103,-51.804893 + parent: 864 + type: Transform +- uid: 7108 + type: CableApcExtension + components: + - pos: 17.5,-40.5 + parent: 864 + type: Transform +- uid: 7109 + type: TableWood + components: + - pos: 11.5,8.5 + parent: 864 + type: Transform +- uid: 7110 + type: ReinforcedWindow + components: + - pos: -17.5,-3.5 + parent: 864 + type: Transform +- uid: 7111 + type: WallSolid + components: + - pos: -5.5,13.5 + parent: 864 + type: Transform +- uid: 7112 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-76.5 + parent: 864 + type: Transform +- uid: 7113 + type: Grille + components: + - pos: 4.5,-82.5 + parent: 864 + type: Transform +- uid: 7114 + type: CableApcExtension + components: + - pos: -9.5,-18.5 + parent: 864 + type: Transform +- uid: 7115 + type: ClothingShoesBootsLaceup + components: + - pos: 45.797165,49.377663 + parent: 864 + type: Transform +- uid: 7116 + type: DrinkAntifreeze + components: + - pos: -25.524792,55.598667 + parent: 864 + type: Transform +- uid: 7117 + type: ChairOfficeDark + components: + - rot: 1.5707963267948966 rad + pos: -25.5,54.5 + parent: 864 + type: Transform +- uid: 7118 + type: FirelockGlass + components: + - pos: 19.5,-4.5 + parent: 864 + type: Transform +- uid: 7119 + type: CableApcExtension + components: + - pos: -4.5,-17.5 + parent: 864 + type: Transform +- uid: 7120 + type: SignDirectionalBridge + components: + - rot: 1.5707963267948966 rad + pos: -1.5055174,1.4292434 + parent: 864 + type: Transform +- uid: 7121 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7122 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7123 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7124 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 3.5,13.5 + parent: 864 + type: Transform +- uid: 7125 + type: CableHV + components: + - pos: 7.5,-16.5 + parent: 864 + type: Transform +- uid: 7126 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7127 + type: WallSolid + components: + - pos: -10.5,-66.5 + parent: 864 + type: Transform +- uid: 7128 + type: PoweredSmallLight + components: + - pos: -15.5,-63.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7129 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -13.5,-67.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7130 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-9.5 + parent: 864 + type: Transform +- uid: 7131 + type: PoweredSmallLight + components: + - pos: -20.5,-66.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7132 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -6.5,-65.5 + parent: 864 + type: Transform +- uid: 7133 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-65.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7134 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-64.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7135 + type: EmergencyRollerBed + components: + - pos: -20.356709,-75.42545 + parent: 864 + type: Transform +- uid: 7136 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-66.5 + parent: 864 + type: Transform +- uid: 7137 + type: ClothingOuterSuitMonkey + components: + - pos: -23.4853,-87.30585 + parent: 864 + type: Transform +- uid: 7138 + type: SheetSteel + components: + - pos: 22.203003,-47.41758 + parent: 864 + type: Transform +- uid: 7139 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 21.5,19.5 + parent: 864 + type: Transform +- uid: 7140 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 19.5,18.5 + parent: 864 + type: Transform +- uid: 7141 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -5.5,-50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7142 + type: SheetGlass + components: + - pos: 22.562378,-46.620705 + parent: 864 + type: Transform +- uid: 7143 + type: FlashlightSeclite + components: + - rot: 3.141592653589793 rad + pos: 7.161119,12.488324 + parent: 864 + type: Transform +- uid: 7144 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7145 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: -20.5,58.5 + parent: 864 + type: Transform + - devices: + - 26626 + - 26426 + - 26427 + - 26189 + - 26188 + - 26187 + - 26423 + - 26422 + - null + - 14293 + - 25818 + - 25817 + type: DeviceList +- uid: 7146 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: -11.5,62.5 + parent: 864 + type: Transform + - devices: + - 26426 + - 26427 + - 26504 + - 26424 + - 26425 + - 26421 + - 23593 + - null + - 18516 + type: DeviceList +- uid: 7147 + type: PoweredSmallLight + components: + - pos: -20.5,-63.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7148 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-48.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7149 + type: DrinkDoctorsDelightGlass + components: + - pos: -18.294592,-56.251144 + parent: 864 + type: Transform +- uid: 7150 + type: PoweredSmallLight + components: + - pos: -15.5,-75.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7151 + type: PoweredSmallLight + components: + - pos: -15.5,-69.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7152 + type: Poweredlight + components: + - pos: -23.5,-69.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7153 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-73.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7154 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -22.5,-73.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7155 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -15.5,-79.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7156 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-80.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7157 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-78.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7158 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -26.5,-90.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7159 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -22.5,-90.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7160 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7161 + type: Grille + components: + - pos: 32.5,-38.5 + parent: 864 + type: Transform +- uid: 7162 + type: ReinforcedWindow + components: + - pos: 12.5,-34.5 + parent: 864 + type: Transform +- uid: 7163 + type: Grille + components: + - pos: 9.5,-24.5 + parent: 864 + type: Transform +- uid: 7164 + type: Grille + components: + - pos: 23.5,-20.5 + parent: 864 + type: Transform +- uid: 7165 + type: Grille + components: + - pos: 25.5,-20.5 + parent: 864 + type: Transform +- uid: 7166 + type: Grille + components: + - pos: 27.5,-20.5 + parent: 864 + type: Transform +- uid: 7167 + type: Grille + components: + - pos: 19.5,-15.5 + parent: 864 + type: Transform +- uid: 7168 + type: Grille + components: + - pos: 23.5,-11.5 + parent: 864 + type: Transform +- uid: 7169 + type: Grille + components: + - pos: 25.5,-3.5 + parent: 864 + type: Transform +- uid: 7170 + type: Grille + components: + - pos: 27.5,-3.5 + parent: 864 + type: Transform +- uid: 7171 + type: Grille + components: + - pos: 22.5,-3.5 + parent: 864 + type: Transform +- uid: 7172 + type: Grille + components: + - pos: 22.5,-1.5 + parent: 864 + type: Transform +- uid: 7173 + type: CableApcExtension + components: + - pos: -9.5,-12.5 + parent: 864 + type: Transform +- uid: 7174 + type: GasPipeStraight + components: + - pos: -23.5,-74.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7175 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-73.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7176 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-73.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7177 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-83.5 + parent: 864 + type: Transform +- uid: 7178 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-80.5 + parent: 864 + type: Transform +- uid: 7179 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-76.5 + parent: 864 + type: Transform +- uid: 7180 + type: CableHV + components: + - pos: 12.5,-101.5 + parent: 864 + type: Transform +- uid: 7181 + type: CableHV + components: + - pos: 10.5,-101.5 + parent: 864 + type: Transform +- uid: 7182 + type: CableHV + components: + - pos: 8.5,-101.5 + parent: 864 + type: Transform +- uid: 7183 + type: Catwalk + components: + - pos: 2.5,-89.5 + parent: 864 + type: Transform +- uid: 7184 + type: SolarPanel + components: + - pos: 14.5,-98.5 + parent: 864 + type: Transform +- uid: 7185 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 11.5,-94.5 + parent: 864 + type: Transform +- uid: 7186 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 11.5,-93.5 + parent: 864 + type: Transform +- uid: 7187 + type: Catwalk + components: + - pos: 7.5,-92.5 + parent: 864 + type: Transform +- uid: 7188 + type: CableHV + components: + - pos: 14.5,-101.5 + parent: 864 + type: Transform +- uid: 7189 + type: Catwalk + components: + - pos: 2.5,-92.5 + parent: 864 + type: Transform +- uid: 7190 + type: CableHV + components: + - pos: 11.5,-104.5 + parent: 864 + type: Transform +- uid: 7191 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -50.5,-23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 7192 + type: SolarPanel + components: + - pos: 10.5,-98.5 + parent: 864 + type: Transform +- uid: 7193 + type: SolarPanel + components: + - pos: 8.5,-98.5 + parent: 864 + type: Transform +- uid: 7194 + type: SolarTracker + components: + - pos: 11.5,-105.5 + parent: 864 + type: Transform +- uid: 7195 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 8.5,-92.5 + parent: 864 + type: Transform +- uid: 7196 + type: Catwalk + components: + - pos: 6.5,-92.5 + parent: 864 + type: Transform +- uid: 7197 + type: Catwalk + components: + - pos: 5.5,-92.5 + parent: 864 + type: Transform +- uid: 7198 + type: SolarPanel + components: + - pos: 8.5,-95.5 + parent: 864 + type: Transform +- uid: 7199 + type: SolarPanel + components: + - pos: 12.5,-95.5 + parent: 864 + type: Transform +- uid: 7200 + type: SolarPanel + components: + - pos: 12.5,-98.5 + parent: 864 + type: Transform +- uid: 7201 + type: SolarPanel + components: + - pos: 14.5,-101.5 + parent: 864 + type: Transform +- uid: 7202 + type: SolarPanel + components: + - pos: 14.5,-95.5 + parent: 864 + type: Transform +- uid: 7203 + type: SolarPanel + components: + - pos: 6.5,-95.5 + parent: 864 + type: Transform +- uid: 7204 + type: SolarPanel + components: + - pos: 8.5,-101.5 + parent: 864 + type: Transform +- uid: 7205 + type: CableHV + components: + - pos: 9.5,-104.5 + parent: 864 + type: Transform +- uid: 7206 + type: CableHV + components: + - pos: 13.5,-104.5 + parent: 864 + type: Transform +- uid: 7207 + type: CableHV + components: + - pos: 9.5,-98.5 + parent: 864 + type: Transform +- uid: 7208 + type: SolarPanel + components: + - pos: 4.5,-95.5 + parent: 864 + type: Transform +- uid: 7209 + type: CableHV + components: + - pos: -1.5,-83.5 + parent: 864 + type: Transform +- uid: 7210 + type: CableHV + components: + - pos: -1.5,-81.5 + parent: 864 + type: Transform +- uid: 7211 + type: CableHV + components: + - pos: -1.5,-79.5 + parent: 864 + type: Transform +- uid: 7212 + type: CableHV + components: + - pos: -2.5,-79.5 + parent: 864 + type: Transform +- uid: 7213 + type: CableTerminal + components: + - rot: 3.141592653589793 rad + pos: -2.5,-79.5 + parent: 864 + type: Transform +- uid: 7214 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-82.5 + parent: 864 + type: Transform +- uid: 7215 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -9.5,-76.5 + parent: 864 + type: Transform +- uid: 7216 + type: ComputerSolarControl + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-77.5 + parent: 864 + type: Transform +- uid: 7217 + type: CableHV + components: + - pos: -2.5,-75.5 + parent: 864 + type: Transform +- uid: 7218 + type: CableHV + components: + - pos: -2.5,-76.5 + parent: 864 + type: Transform +- uid: 7219 + type: CableHV + components: + - pos: -10.5,-75.5 + parent: 864 + type: Transform +- uid: 7220 + type: CableApcExtension + components: + - pos: -3.5,-68.5 + parent: 864 + type: Transform +- uid: 7221 + type: CableApcExtension + components: + - pos: 6.5,-66.5 + parent: 864 + type: Transform +- uid: 7222 + type: CableApcExtension + components: + - pos: 6.5,-67.5 + parent: 864 + type: Transform +- uid: 7223 + type: CableApcExtension + components: + - pos: 5.5,-67.5 + parent: 864 + type: Transform +- uid: 7224 + type: CableApcExtension + components: + - pos: 4.5,-67.5 + parent: 864 + type: Transform +- uid: 7225 + type: Catwalk + components: + - pos: -9.5,-75.5 + parent: 864 + type: Transform +- uid: 7226 + type: Welder + components: + - pos: -11.453522,-74.45183 + parent: 864 + type: Transform +- uid: 7227 + type: Rack + components: + - pos: -6.5,-68.5 + parent: 864 + type: Transform +- uid: 7228 + type: WallSolid + components: + - pos: -3.5,-73.5 + parent: 864 + type: Transform +- uid: 7229 + type: WallSolid + components: + - pos: -2.5,-72.5 + parent: 864 + type: Transform +- uid: 7230 + type: WallReinforced + components: + - pos: 6.5,-72.5 + parent: 864 + type: Transform +- uid: 7231 + type: ReagentContainerSugar + components: + - pos: 0.3198055,-7.2873697 + parent: 864 + type: Transform +- uid: 7232 + type: DrinkGlass + components: + - pos: 2.2925997,-7.385342 + parent: 864 + type: Transform +- uid: 7233 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 32.5,-23.5 + parent: 864 + type: Transform +- uid: 7234 + type: ChairOfficeLight + components: + - rot: 3.141592653589793 rad + pos: 25.5,-25.5 + parent: 864 + type: Transform +- uid: 7235 + type: CarpetSBlue + components: + - pos: 22.5,-23.5 + parent: 864 + type: Transform +- uid: 7236 + type: CarpetSBlue + components: + - pos: 22.5,-22.5 + parent: 864 + type: Transform +- uid: 7237 + type: CarpetSBlue + components: + - pos: 27.5,-23.5 + parent: 864 + type: Transform +- uid: 7238 + type: CarpetSBlue + components: + - pos: 23.5,-22.5 + parent: 864 + type: Transform +- uid: 7239 + type: ReinforcedPlasmaWindow + components: + - rot: 3.141592653589793 rad + pos: 26.5,-20.5 + parent: 864 + type: Transform +- uid: 7240 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 24.5,-20.5 + parent: 864 + type: Transform +- uid: 7241 + type: CarpetSBlue + components: + - pos: 25.5,-23.5 + parent: 864 + type: Transform +- uid: 7242 + type: CarpetSBlue + components: + - pos: 25.5,-22.5 + parent: 864 + type: Transform +- uid: 7243 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7244 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-24.5 + parent: 864 + type: Transform +- uid: 7245 + type: ComputerId + components: + - pos: 25.5,-24.5 + parent: 864 + type: Transform +- uid: 7246 + type: GunpetInstrument + components: + - pos: 18.804333,-20.357145 + parent: 864 + type: Transform +- uid: 7247 + type: FoodBoxDonkpocketHonk + components: + - pos: 32.37506,-20.42581 + parent: 864 + type: Transform +- uid: 7248 + type: KitchenMicrowave + components: + - pos: 31.5,-20.5 + parent: 864 + type: Transform +- uid: 7249 + type: WindowReinforcedDirectional + components: + - pos: 24.5,-23.5 + parent: 864 + type: Transform +- uid: 7250 + type: PersonalAI + components: + - pos: 26.517971,-21.50738 + parent: 864 + type: Transform +- uid: 7251 + type: CarpetSBlue + components: + - pos: 26.5,-23.5 + parent: 864 + type: Transform +- uid: 7252 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,-21.5 + parent: 864 + type: Transform +- uid: 7253 + type: RailingCorner + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-19.5 + parent: 864 + type: Transform +- uid: 7254 + type: RailingCorner + components: + - rot: 3.141592653589793 rad + pos: 21.5,-19.5 + parent: 864 + type: Transform +- uid: 7255 + type: ReinforcedPlasmaWindow + components: + - rot: 3.141592653589793 rad + pos: 24.5,-20.5 + parent: 864 + type: Transform +- uid: 7256 + type: WallSolid + components: + - pos: -17.5,-23.5 + parent: 864 + type: Transform +- uid: 7257 + type: WallSolid + components: + - pos: -17.5,-22.5 + parent: 864 + type: Transform +- uid: 7258 + type: WallSolid + components: + - pos: -17.5,-21.5 + parent: 864 + type: Transform +- uid: 7259 + type: WallSolid + components: + - pos: -17.5,-20.5 + parent: 864 + type: Transform +- uid: 7260 + type: WallSolid + components: + - pos: -17.5,-19.5 + parent: 864 + type: Transform +- uid: 7261 + type: WallSolid + components: + - pos: -17.5,-18.5 + parent: 864 + type: Transform +- uid: 7262 + type: WallSolid + components: + - pos: -17.5,-36.5 + parent: 864 + type: Transform +- uid: 7263 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-39.5 + parent: 864 + type: Transform +- uid: 7264 + type: ReinforcedWindow + components: + - pos: -24.5,-19.5 + parent: 864 + type: Transform +- uid: 7265 + type: FirelockGlass + components: + - pos: -0.5,-27.5 + parent: 864 + type: Transform +- uid: 7266 + type: FirelockGlass + components: + - pos: -18.5,-39.5 + parent: 864 + type: Transform +- uid: 7267 + type: FirelockGlass + components: + - pos: -5.5,-22.5 + parent: 864 + type: Transform +- uid: 7268 + type: FirelockGlass + components: + - pos: 0.5,-2.5 + parent: 864 + type: Transform +- uid: 7269 + type: FirelockGlass + components: + - pos: 4.5,11.5 + parent: 864 + type: Transform +- uid: 7270 + type: FirelockGlass + components: + - pos: 5.5,11.5 + parent: 864 + type: Transform +- uid: 7271 + type: FirelockGlass + components: + - pos: -5.5,-39.5 + parent: 864 + type: Transform +- uid: 7272 + type: FirelockGlass + components: + - pos: -4.5,-39.5 + parent: 864 + type: Transform +- uid: 7273 + type: FirelockGlass + components: + - pos: -3.5,-39.5 + parent: 864 + type: Transform +- uid: 7274 + type: AirlockEngineeringGlassLocked + components: + - pos: -69.5,-23.5 + parent: 864 + type: Transform +- uid: 7275 + type: AirlockEngineeringGlassLocked + components: + - pos: -63.5,-24.5 + parent: 864 + type: Transform +- uid: 7276 + type: FirelockGlass + components: + - pos: 0.5,4.5 + parent: 864 + type: Transform +- uid: 7277 + type: FirelockGlass + components: + - pos: 2.5,4.5 + parent: 864 + type: Transform +- uid: 7278 + type: AirlockBrigGlassLocked + components: + - name: brig + type: MetaData + - rot: 1.5707963267948966 rad + pos: 27.5,18.5 + parent: 864 + type: Transform +- uid: 7279 + type: TableCounterWood + components: + - pos: 17.5,15.5 + parent: 864 + type: Transform +- uid: 7280 + type: Firelock + components: + - pos: 14.5,16.5 + parent: 864 + type: Transform +- uid: 7281 + type: AirlockSecurityGlassLocked + components: + - rot: 3.141592653589793 rad + pos: 9.5,16.5 + parent: 864 + type: Transform +- uid: 7282 + type: AirlockSecurityLocked + components: + - name: sec dorm + type: MetaData + - rot: 3.141592653589793 rad + pos: 3.5,16.5 + parent: 864 + type: Transform +- uid: 7283 + type: Firelock + components: + - pos: 28.5,23.5 + parent: 864 + type: Transform +- uid: 7284 + type: CableApcExtension + components: + - pos: 3.5,-71.5 + parent: 864 + type: Transform +- uid: 7285 + type: CableApcExtension + components: + - pos: 6.5,-70.5 + parent: 864 + type: Transform +- uid: 7286 + type: CableApcExtension + components: + - pos: -0.5,-71.5 + parent: 864 + type: Transform +- uid: 7287 + type: ClosetMaintenanceFilledRandom + components: + - pos: -5.5,-73.5 + parent: 864 + type: Transform +- uid: 7288 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-30.5 + parent: 864 + type: Transform +- uid: 7289 + type: ClosetEmergencyFilledRandom + components: + - pos: 5.5,-69.5 + parent: 864 + type: Transform +- uid: 7290 + type: Rack + components: + - pos: 4.5,-69.5 + parent: 864 + type: Transform +- uid: 7291 + type: Rack + components: + - pos: 6.5,-69.5 + parent: 864 + type: Transform +- uid: 7292 + type: WallSolid + components: + - pos: 16.5,-47.5 + parent: 864 + type: Transform +- uid: 7293 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 20.5,-55.5 + parent: 864 + type: Transform +- uid: 7294 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-51.5 + parent: 864 + type: Transform +- uid: 7295 + type: WallReinforced + components: + - pos: 15.5,-63.5 + parent: 864 + type: Transform +- uid: 7296 + type: WallReinforced + components: + - pos: 17.5,-64.5 + parent: 864 + type: Transform +- uid: 7297 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 18.5,-52.5 + parent: 864 + type: Transform +- uid: 7298 + type: DisposalJunctionFlipped + components: + - pos: 18.5,-53.5 + parent: 864 + type: Transform +- uid: 7299 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 18.5,-54.5 + parent: 864 + type: Transform +- uid: 7300 + type: BlastDoorExterior1 + components: + - pos: 18.5,-56.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -113708.2 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 14720 + Close: + - port: Off + uid: 14720 + Toggle: [] + type: SignalReceiver +- uid: 7301 + type: Recycler + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-55.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver + - enabled: False + type: Recycler +- uid: 7302 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-54.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 2618 + Forward: + - port: Left + uid: 2618 + Off: + - port: Middle + uid: 2618 + type: SignalReceiver +- uid: 7303 + type: WindowReinforcedDirectional + components: + - pos: 18.5,-53.5 + parent: 864 + type: Transform +- uid: 7304 + type: ReinforcedWindow + components: + - pos: 18.5,-66.5 + parent: 864 + type: Transform +- uid: 7305 + type: Grille + components: + - pos: 16.5,-68.5 + parent: 864 + type: Transform +- uid: 7306 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 17.5,-51.5 + parent: 864 + type: Transform +- uid: 7307 + type: CableApcExtension + components: + - pos: -3.5,0.5 + parent: 864 + type: Transform +- uid: 7308 + type: CableApcExtension + components: + - pos: -3.5,1.5 + parent: 864 + type: Transform +- uid: 7309 + type: ClothingOuterHardsuitEVA + components: + - pos: 31.600206,-11.360956 + parent: 864 + type: Transform +- uid: 7310 + type: ClothingOuterHardsuitEVA + components: + - pos: 33.35021,-13.329706 + parent: 864 + type: Transform +- uid: 7311 + type: CableHV + components: + - pos: 15.5,-58.5 + parent: 864 + type: Transform +- uid: 7312 + type: CableApcExtension + components: + - pos: 15.5,-46.5 + parent: 864 + type: Transform +- uid: 7313 + type: CableApcExtension + components: + - pos: 19.5,-50.5 + parent: 864 + type: Transform +- uid: 7314 + type: CableApcExtension + components: + - pos: 19.5,-48.5 + parent: 864 + type: Transform +- uid: 7315 + type: CableApcExtension + components: + - pos: 25.5,-53.5 + parent: 864 + type: Transform +- uid: 7316 + type: CableApcExtension + components: + - pos: 18.5,-42.5 + parent: 864 + type: Transform +- uid: 7317 + type: CableApcExtension + components: + - pos: 16.5,-40.5 + parent: 864 + type: Transform +- uid: 7318 + type: CableApcExtension + components: + - pos: -4.5,-26.5 + parent: 864 + type: Transform +- uid: 7319 + type: CableApcExtension + components: + - pos: -14.5,-16.5 + parent: 864 + type: Transform +- uid: 7320 + type: CableHV + components: + - pos: -5.5,-27.5 + parent: 864 + type: Transform +- uid: 7321 + type: CableHV + components: + - pos: -5.5,-29.5 + parent: 864 + type: Transform +- uid: 7322 + type: DisposalTrunk + components: + - pos: -10.5,-23.5 + parent: 864 + type: Transform +- uid: 7323 + type: DisposalPipe + components: + - pos: -10.5,-24.5 + parent: 864 + type: Transform +- uid: 7324 + type: DisposalPipe + components: + - pos: -10.5,-25.5 + parent: 864 + type: Transform +- uid: 7325 + type: DisposalPipe + components: + - pos: -10.5,-26.5 + parent: 864 + type: Transform +- uid: 7326 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-27.5 + parent: 864 + type: Transform +- uid: 7327 + type: CableApcExtension + components: + - pos: 33.5,-32.5 + parent: 864 + type: Transform +- uid: 7328 + type: CableApcExtension + components: + - pos: 34.5,-32.5 + parent: 864 + type: Transform +- uid: 7329 + type: CableApcExtension + components: + - pos: 15.5,-31.5 + parent: 864 + type: Transform +- uid: 7330 + type: CableApcExtension + components: + - pos: 15.5,-30.5 + parent: 864 + type: Transform +- uid: 7331 + type: CableApcExtension + components: + - pos: 15.5,-29.5 + parent: 864 + type: Transform +- uid: 7332 + type: CableApcExtension + components: + - pos: 15.5,-21.5 + parent: 864 + type: Transform +- uid: 7333 + type: CableApcExtension + components: + - pos: 15.5,-22.5 + parent: 864 + type: Transform +- uid: 7334 + type: CableApcExtension + components: + - pos: 15.5,-23.5 + parent: 864 + type: Transform +- uid: 7335 + type: CableApcExtension + components: + - pos: 15.5,-24.5 + parent: 864 + type: Transform +- uid: 7336 + type: CableApcExtension + components: + - pos: 15.5,-25.5 + parent: 864 + type: Transform +- uid: 7337 + type: CableApcExtension + components: + - pos: 15.5,-26.5 + parent: 864 + type: Transform +- uid: 7338 + type: CableApcExtension + components: + - pos: 34.5,-17.5 + parent: 864 + type: Transform +- uid: 7339 + type: CableApcExtension + components: + - pos: 35.5,-18.5 + parent: 864 + type: Transform +- uid: 7340 + type: CableApcExtension + components: + - pos: 18.5,-8.5 + parent: 864 + type: Transform +- uid: 7341 + type: CableApcExtension + components: + - pos: 16.5,-8.5 + parent: 864 + type: Transform +- uid: 7342 + type: CableApcExtension + components: + - pos: 14.5,-8.5 + parent: 864 + type: Transform +- uid: 7343 + type: CableApcExtension + components: + - pos: 14.5,-4.5 + parent: 864 + type: Transform +- uid: 7344 + type: CableApcExtension + components: + - pos: 14.5,-1.5 + parent: 864 + type: Transform +- uid: 7345 + type: CableApcExtension + components: + - pos: 15.5,-9.5 + parent: 864 + type: Transform +- uid: 7346 + type: CableApcExtension + components: + - pos: 15.5,-12.5 + parent: 864 + type: Transform +- uid: 7347 + type: CableApcExtension + components: + - pos: 29.5,-9.5 + parent: 864 + type: Transform +- uid: 7348 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7349 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7350 + type: CableHV + components: + - pos: 21.5,-17.5 + parent: 864 + type: Transform +- uid: 7351 + type: CableHV + components: + - pos: 22.5,-17.5 + parent: 864 + type: Transform +- uid: 7352 + type: CableHV + components: + - pos: 20.5,-17.5 + parent: 864 + type: Transform +- uid: 7353 + type: CableHV + components: + - pos: 19.5,-17.5 + parent: 864 + type: Transform +- uid: 7354 + type: CableHV + components: + - pos: 18.5,-17.5 + parent: 864 + type: Transform +- uid: 7355 + type: CableHV + components: + - pos: 17.5,-17.5 + parent: 864 + type: Transform +- uid: 7356 + type: CableHV + components: + - pos: 16.5,-17.5 + parent: 864 + type: Transform +- uid: 7357 + type: CableHV + components: + - pos: 15.5,-22.5 + parent: 864 + type: Transform +- uid: 7358 + type: CableHV + components: + - pos: 15.5,-17.5 + parent: 864 + type: Transform +- uid: 7359 + type: CableHV + components: + - pos: 15.5,-18.5 + parent: 864 + type: Transform +- uid: 7360 + type: CableHV + components: + - pos: 15.5,-19.5 + parent: 864 + type: Transform +- uid: 7361 + type: CableHV + components: + - pos: 15.5,-20.5 + parent: 864 + type: Transform +- uid: 7362 + type: CableHV + components: + - pos: 15.5,-21.5 + parent: 864 + type: Transform +- uid: 7363 + type: CableHV + components: + - pos: 15.5,-23.5 + parent: 864 + type: Transform +- uid: 7364 + type: CableHV + components: + - pos: 15.5,-24.5 + parent: 864 + type: Transform +- uid: 7365 + type: CableHV + components: + - pos: 15.5,-25.5 + parent: 864 + type: Transform +- uid: 7366 + type: GasPipeBend + components: + - pos: 36.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7367 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7368 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7369 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7370 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7371 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7372 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7373 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7374 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7375 + type: GasPipeBend + components: + - pos: 34.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7376 + type: GasPipeStraight + components: + - pos: 25.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7377 + type: GasVentPump + components: + - pos: 31.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7378 + type: CableHV + components: + - pos: 18.5,-5.5 + parent: 864 + type: Transform +- uid: 7379 + type: CableHV + components: + - pos: 19.5,-5.5 + parent: 864 + type: Transform +- uid: 7380 + type: CableHV + components: + - pos: 20.5,-5.5 + parent: 864 + type: Transform +- uid: 7381 + type: CableHV + components: + - pos: 21.5,-5.5 + parent: 864 + type: Transform +- uid: 7382 + type: CableHV + components: + - pos: 22.5,-5.5 + parent: 864 + type: Transform +- uid: 7383 + type: CableHV + components: + - pos: 23.5,-5.5 + parent: 864 + type: Transform +- uid: 7384 + type: CableHV + components: + - pos: 31.5,-17.5 + parent: 864 + type: Transform +- uid: 7385 + type: CableHV + components: + - pos: 30.5,-17.5 + parent: 864 + type: Transform +- uid: 7386 + type: CableHV + components: + - pos: 29.5,-17.5 + parent: 864 + type: Transform +- uid: 7387 + type: CableHV + components: + - pos: 28.5,-17.5 + parent: 864 + type: Transform +- uid: 7388 + type: CableHV + components: + - pos: 27.5,-17.5 + parent: 864 + type: Transform +- uid: 7389 + type: CableHV + components: + - pos: 26.5,-17.5 + parent: 864 + type: Transform +- uid: 7390 + type: CableHV + components: + - pos: 35.5,-20.5 + parent: 864 + type: Transform +- uid: 7391 + type: CableHV + components: + - pos: 35.5,-19.5 + parent: 864 + type: Transform +- uid: 7392 + type: CableHV + components: + - pos: 35.5,-18.5 + parent: 864 + type: Transform +- uid: 7393 + type: CableHV + components: + - pos: 35.5,-17.5 + parent: 864 + type: Transform +- uid: 7394 + type: CableHV + components: + - pos: 34.5,-17.5 + parent: 864 + type: Transform +- uid: 7395 + type: CableHV + components: + - pos: 33.5,-17.5 + parent: 864 + type: Transform +- uid: 7396 + type: CableHV + components: + - pos: 35.5,-27.5 + parent: 864 + type: Transform +- uid: 7397 + type: CableHV + components: + - pos: 35.5,-26.5 + parent: 864 + type: Transform +- uid: 7398 + type: CableHV + components: + - pos: 35.5,-25.5 + parent: 864 + type: Transform +- uid: 7399 + type: CableHV + components: + - pos: 35.5,-24.5 + parent: 864 + type: Transform +- uid: 7400 + type: CableHV + components: + - pos: 35.5,-23.5 + parent: 864 + type: Transform +- uid: 7401 + type: CableHV + components: + - pos: 35.5,-22.5 + parent: 864 + type: Transform +- uid: 7402 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-43.5 + parent: 864 + type: Transform +- uid: 7403 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 24.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7404 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 24.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7405 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7406 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7407 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 26.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7408 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 25.5,-46.5 + parent: 864 + type: Transform +- uid: 7409 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 25.5,-45.5 + parent: 864 + type: Transform +- uid: 7410 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 25.5,-44.5 + parent: 864 + type: Transform +- uid: 7411 + type: DisposalRouterFlipped + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-43.5 + parent: 864 + type: Transform +- uid: 7412 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-43.5 + parent: 864 + type: Transform +- uid: 7413 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-43.5 + parent: 864 + type: Transform +- uid: 7414 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-43.5 + parent: 864 + type: Transform +- uid: 7415 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-43.5 + parent: 864 + type: Transform +- uid: 7416 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-43.5 + parent: 864 + type: Transform +- uid: 7417 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-43.5 + parent: 864 + type: Transform +- uid: 7418 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-43.5 + parent: 864 + type: Transform +- uid: 7419 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-43.5 + parent: 864 + type: Transform +- uid: 7420 + type: CableHV + components: + - pos: 30.5,-5.5 + parent: 864 + type: Transform +- uid: 7421 + type: CableHV + components: + - pos: 29.5,-5.5 + parent: 864 + type: Transform +- uid: 7422 + type: CableHV + components: + - pos: 28.5,-5.5 + parent: 864 + type: Transform +- uid: 7423 + type: CableHV + components: + - pos: 27.5,-5.5 + parent: 864 + type: Transform +- uid: 7424 + type: CableHV + components: + - pos: 26.5,-5.5 + parent: 864 + type: Transform +- uid: 7425 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-43.5 + parent: 864 + type: Transform +- uid: 7426 + type: AirAlarm + components: + - pos: -21.5,-25.5 + parent: 864 + type: Transform + - devices: + - 22024 + - 13313 + - 13316 + - 12934 + - 14759 + - 5507 + - 145 + - 7266 + - 21895 + - 21896 + - 21897 + - 12650 + - 16392 + - 16393 + type: DeviceList +- uid: 7427 + type: CableHV + components: + - pos: 33.5,-2.5 + parent: 864 + type: Transform +- uid: 7428 + type: CableHV + components: + - pos: 33.5,-3.5 + parent: 864 + type: Transform +- uid: 7429 + type: CableHV + components: + - pos: 33.5,-4.5 + parent: 864 + type: Transform +- uid: 7430 + type: CableHV + components: + - pos: 33.5,-5.5 + parent: 864 + type: Transform +- uid: 7431 + type: CableHV + components: + - pos: 32.5,-5.5 + parent: 864 + type: Transform +- uid: 7432 + type: CableApcExtension + components: + - pos: -8.5,-10.5 + parent: 864 + type: Transform +- uid: 7433 + type: WallSolid + components: + - pos: -14.5,-9.5 + parent: 864 + type: Transform +- uid: 7434 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,52.5 + parent: 864 + type: Transform +- uid: 7435 + type: Poweredlight + components: + - pos: 16.5,-16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7436 + type: Poweredlight + components: + - pos: 35.5,-16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7437 + type: EmergencyLight + components: + - pos: -5.5,59.5 + parent: 864 + type: Transform +- uid: 7438 + type: WallSolid + components: + - pos: 9.5,4.5 + parent: 864 + type: Transform +- uid: 7439 + type: SignDirectionalBridge + components: + - rot: 1.5707963267948966 rad + pos: -2.4872613,-24.496803 + parent: 864 + type: Transform +- uid: 7440 + type: SignDirectionalBridge + components: + - pos: 27.5,-7.5 + parent: 864 + type: Transform +- uid: 7441 + type: ChairPilotSeat + components: + - pos: 25.5,20.5 + parent: 864 + type: Transform +- uid: 7442 + type: CableApcExtension + components: + - pos: -6.5,-11.5 + parent: 864 + type: Transform +- uid: 7443 + type: CableApcExtension + components: + - pos: -7.5,-11.5 + parent: 864 + type: Transform +- uid: 7444 + type: CableMV + components: + - pos: 22.5,17.5 + parent: 864 + type: Transform +- uid: 7445 + type: CableMV + components: + - pos: 23.5,17.5 + parent: 864 + type: Transform +- uid: 7446 + type: CableMV + components: + - pos: 23.5,18.5 + parent: 864 + type: Transform +- uid: 7447 + type: CableMV + components: + - pos: 24.5,18.5 + parent: 864 + type: Transform +- uid: 7448 + type: CableMV + components: + - pos: 25.5,18.5 + parent: 864 + type: Transform +- uid: 7449 + type: CableMV + components: + - pos: 26.5,18.5 + parent: 864 + type: Transform +- uid: 7450 + type: GasPipeStraight + components: + - pos: 23.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7451 + type: WallReinforced + components: + - pos: 49.5,-21.5 + parent: 864 + type: Transform +- uid: 7452 + type: WallReinforced + components: + - pos: 45.5,-20.5 + parent: 864 + type: Transform +- uid: 7453 + type: WallReinforced + components: + - pos: 46.5,-20.5 + parent: 864 + type: Transform +- uid: 7454 + type: WallReinforced + components: + - pos: 43.5,-29.5 + parent: 864 + type: Transform +- uid: 7455 + type: WallReinforced + components: + - pos: 43.5,-30.5 + parent: 864 + type: Transform +- uid: 7456 + type: WallReinforced + components: + - pos: 43.5,-31.5 + parent: 864 + type: Transform +- uid: 7457 + type: WallReinforced + components: + - pos: 44.5,-31.5 + parent: 864 + type: Transform +- uid: 7458 + type: WallReinforced + components: + - pos: 49.5,-31.5 + parent: 864 + type: Transform +- uid: 7459 + type: WallReinforced + components: + - pos: 49.5,-30.5 + parent: 864 + type: Transform +- uid: 7460 + type: WallReinforced + components: + - pos: 49.5,-29.5 + parent: 864 + type: Transform +- uid: 7461 + type: WallReinforced + components: + - pos: 49.5,-28.5 + parent: 864 + type: Transform +- uid: 7462 + type: WallReinforced + components: + - pos: 48.5,-20.5 + parent: 864 + type: Transform +- uid: 7463 + type: WallReinforced + components: + - pos: 48.5,-31.5 + parent: 864 + type: Transform +- uid: 7464 + type: WallReinforced + components: + - pos: 47.5,-31.5 + parent: 864 + type: Transform +- uid: 7465 + type: WallReinforced + components: + - pos: 46.5,-31.5 + parent: 864 + type: Transform +- uid: 7466 + type: WallReinforced + components: + - pos: 45.5,-31.5 + parent: 864 + type: Transform +- uid: 7467 + type: WallReinforced + components: + - pos: 49.5,-27.5 + parent: 864 + type: Transform +- uid: 7468 + type: WallReinforced + components: + - pos: 49.5,-20.5 + parent: 864 + type: Transform +- uid: 7469 + type: ReinforcedWindow + components: + - pos: 42.5,-23.5 + parent: 864 + type: Transform +- uid: 7470 + type: ReinforcedWindow + components: + - pos: 41.5,-28.5 + parent: 864 + type: Transform +- uid: 7471 + type: ReinforcedWindow + components: + - pos: 41.5,-23.5 + parent: 864 + type: Transform +- uid: 7472 + type: WallReinforced + components: + - pos: 43.5,-21.5 + parent: 864 + type: Transform +- uid: 7473 + type: WallReinforced + components: + - pos: 49.5,-22.5 + parent: 864 + type: Transform +- uid: 7474 + type: HighSecCaptainLocked + components: + - name: vault + type: MetaData + - pos: 43.5,-24.5 + parent: 864 + type: Transform +- uid: 7475 + type: HighSecCaptainLocked + components: + - name: vault + type: MetaData + - pos: 43.5,-27.5 + parent: 864 + type: Transform +- uid: 7476 + type: WallReinforced + components: + - pos: 48.5,-26.5 + parent: 864 + type: Transform +- uid: 7477 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-26.5 + parent: 864 + type: Transform +- uid: 7478 + type: WallReinforced + components: + - pos: 47.5,-26.5 + parent: 864 + type: Transform +- uid: 7479 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 47.5,-25.5 + parent: 864 + type: Transform +- uid: 7480 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-25.5 + parent: 864 + type: Transform +- uid: 7481 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-25.5 + parent: 864 + type: Transform +- uid: 7482 + type: CigarGold + components: + - rot: -1.5707963267948966 rad + pos: 45.625916,-26.476032 + parent: 864 + type: Transform +- uid: 7483 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-25.5 + parent: 864 + type: Transform +- uid: 7484 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-26.5 + parent: 864 + type: Transform +- uid: 7485 + type: APCBasic + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-26.5 + parent: 864 + type: Transform +- uid: 7486 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7487 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7488 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7489 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7490 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7491 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7492 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7493 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7494 + type: GasPipeStraight + components: + - pos: 36.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7495 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7496 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7497 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7498 + type: GasPipeTJunction + components: + - pos: 41.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7499 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 41.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7500 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7501 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7502 + type: GasPipeStraight + components: + - pos: 34.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7503 + type: GasPipeStraight + components: + - pos: 36.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7504 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7505 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 47.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7506 + type: GasPipeBend + components: + - pos: 46.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7507 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 44.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7508 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7509 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7510 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7511 + type: WallReinforced + components: + - pos: 40.5,-30.5 + parent: 864 + type: Transform +- uid: 7512 + type: CableMV + components: + - pos: 35.5,-28.5 + parent: 864 + type: Transform +- uid: 7513 + type: CableMV + components: + - pos: 35.5,-30.5 + parent: 864 + type: Transform +- uid: 7514 + type: CableHV + components: + - pos: 39.5,-30.5 + parent: 864 + type: Transform +- uid: 7515 + type: CableApcExtension + components: + - pos: 39.5,-25.5 + parent: 864 + type: Transform +- uid: 7516 + type: CableApcExtension + components: + - pos: 39.5,-26.5 + parent: 864 + type: Transform +- uid: 7517 + type: ClothingShoesClown + components: + - pos: 48.00609,-21.119644 + parent: 864 + type: Transform +- uid: 7518 + type: ClothingBackpackClown + components: + - pos: 48.47484,-21.44777 + parent: 864 + type: Transform +- uid: 7519 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-22.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 7520 + type: PillSpaceDrugs + components: + - pos: -8.5,-32.5 + parent: 864 + type: Transform +- uid: 7521 + type: PillKelotane + components: + - pos: -9.034681,-32.24071 + parent: 864 + type: Transform +- uid: 7522 + type: PillTricordrazine + components: + - pos: -8.519056,-32.256336 + parent: 864 + type: Transform +- uid: 7523 + type: PillSpaceDrugs + components: + - pos: -8.5,-32.5 + parent: 864 + type: Transform +- uid: 7524 + type: CableHV + components: + - pos: 35.5,-31.5 + parent: 864 + type: Transform +- uid: 7525 + type: CableHV + components: + - pos: 35.5,-33.5 + parent: 864 + type: Transform +- uid: 7526 + type: CableHV + components: + - pos: 35.5,-35.5 + parent: 864 + type: Transform +- uid: 7527 + type: CableHV + components: + - pos: 35.5,-37.5 + parent: 864 + type: Transform +- uid: 7528 + type: CableHV + components: + - pos: 35.5,-39.5 + parent: 864 + type: Transform +- uid: 7529 + type: CableHV + components: + - pos: 35.5,-41.5 + parent: 864 + type: Transform +- uid: 7530 + type: CableHV + components: + - pos: 17.5,-42.5 + parent: 864 + type: Transform +- uid: 7531 + type: CableHV + components: + - pos: 19.5,-42.5 + parent: 864 + type: Transform +- uid: 7532 + type: WallReinforced + components: + - pos: -27.5,-91.5 + parent: 864 + type: Transform +- uid: 7533 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-79.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7534 + type: GasPipeStraight + components: + - pos: -27.5,-78.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7535 + type: GasPipeTJunction + components: + - pos: -27.5,-77.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7536 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -25.5,-77.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7537 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7538 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-67.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7539 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-75.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7540 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-70.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7541 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7542 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7543 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-85.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7544 + type: GasPipeStraight + components: + - pos: -20.5,-82.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7545 + type: GasPipeStraight + components: + - pos: -20.5,-81.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7546 + type: GasPipeStraight + components: + - pos: -20.5,-79.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7547 + type: GasPipeStraight + components: + - pos: -20.5,-78.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7548 + type: GasPipeStraight + components: + - pos: -20.5,-77.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7549 + type: GasPipeStraight + components: + - pos: -20.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7550 + type: GasPipeStraight + components: + - pos: -20.5,-73.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7551 + type: GasPipeStraight + components: + - pos: -25.5,-74.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7552 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7553 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7554 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7555 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7556 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-73.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7557 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7558 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-71.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7559 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7560 + type: CableMV + components: + - pos: -15.5,-69.5 + parent: 864 + type: Transform +- uid: 7561 + type: CableMV + components: + - pos: -12.5,-69.5 + parent: 864 + type: Transform +- uid: 7562 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-53.5 + parent: 864 + type: Transform +- uid: 7563 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-53.5 + parent: 864 + type: Transform +- uid: 7564 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-53.5 + parent: 864 + type: Transform +- uid: 7565 + type: DisposalJunctionFlipped + components: + - rot: 3.141592653589793 rad + pos: -23.5,-75.5 + parent: 864 + type: Transform +- uid: 7566 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-73.5 + parent: 864 + type: Transform +- uid: 7567 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-88.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7568 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7569 + type: CableApcExtension + components: + - pos: -25.5,-86.5 + parent: 864 + type: Transform +- uid: 7570 + type: CableApcExtension + components: + - pos: -25.5,-85.5 + parent: 864 + type: Transform +- uid: 7571 + type: FloorDrain + components: + - pos: -20.5,-89.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 7572 + type: FloorDrain + components: + - pos: -25.5,-89.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 7573 + type: TableReinforced + components: + - pos: -22.5,-87.5 + parent: 864 + type: Transform +- uid: 7574 + type: MedkitOxygenFilled + components: + - pos: 18.569496,-21.512209 + parent: 864 + type: Transform +- uid: 7575 + type: ClothingHandsGlovesLatex + components: + - pos: -19.466316,-85.552505 + parent: 864 + type: Transform +- uid: 7576 + type: ClothingHeadHatTophat + components: + - pos: -19.575691,-87.365005 + parent: 864 + type: Transform +- uid: 7577 + type: WaterTankFull + components: + - pos: -19.5,-86.5 + parent: 864 + type: Transform +- uid: 7578 + type: Table + components: + - pos: -19.5,-87.5 + parent: 864 + type: Transform +- uid: 7579 + type: Table + components: + - pos: -19.5,-84.5 + parent: 864 + type: Transform +- uid: 7580 + type: BoxPillCanister + components: + - pos: -25.106941,-84.458755 + parent: 864 + type: Transform +- uid: 7581 + type: LargeBeaker + components: + - pos: -25.591316,-84.223625 + parent: 864 + type: Transform + - solution: beaker + type: Drink +- uid: 7582 + type: KitchenReagentGrinder + components: + - pos: -26.5,-86.5 + parent: 864 + type: Transform +- uid: 7583 + type: chem_master + components: + - pos: -26.5,-87.5 + parent: 864 + type: Transform +- uid: 7584 + type: BoxSyringe + components: + - pos: -26.571459,-84.31156 + parent: 864 + type: Transform +- uid: 7585 + type: MonkeyCubeBox + components: + - pos: -24.421421,-84.24069 + parent: 864 + type: Transform +- uid: 7586 + type: Table + components: + - pos: -26.5,-86.5 + parent: 864 + type: Transform +- uid: 7587 + type: Table + components: + - pos: -26.5,-84.5 + parent: 864 + type: Transform +- uid: 7588 + type: Table + components: + - pos: -25.5,-84.5 + parent: 864 + type: Transform +- uid: 7589 + type: Table + components: + - pos: -24.5,-84.5 + parent: 864 + type: Transform +- uid: 7590 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -22.5,-88.5 + parent: 864 + type: Transform +- uid: 7591 + type: WindoorMedicalLocked + components: + - rot: 3.141592653589793 rad + pos: -20.5,-88.5 + parent: 864 + type: Transform +- uid: 7592 + type: WindoorMedicalLocked + components: + - rot: 3.141592653589793 rad + pos: -25.5,-88.5 + parent: 864 + type: Transform +- uid: 7593 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -19.5,-88.5 + parent: 864 + type: Transform +- uid: 7594 + type: WallReinforced + components: + - pos: -18.5,-90.5 + parent: 864 + type: Transform +- uid: 7595 + type: WallReinforced + components: + - pos: -18.5,-91.5 + parent: 864 + type: Transform +- uid: 7596 + type: WallReinforced + components: + - pos: -19.5,-91.5 + parent: 864 + type: Transform +- uid: 7597 + type: WallReinforced + components: + - pos: -23.5,-91.5 + parent: 864 + type: Transform +- uid: 7598 + type: WallReinforced + components: + - pos: -26.5,-91.5 + parent: 864 + type: Transform +- uid: 7599 + type: WallReinforced + components: + - pos: -27.5,-87.5 + parent: 864 + type: Transform +- uid: 7600 + type: GasPipeStraight + components: + - pos: -23.5,-84.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7601 + type: GasPipeStraight + components: + - pos: -23.5,-83.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7602 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-78.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7603 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-78.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7604 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-76.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7605 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7606 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-73.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7607 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -25.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7608 + type: GasPipeStraight + components: + - pos: -20.5,-80.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7609 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-75.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7610 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-70.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7611 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-70.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7612 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7613 + type: WallSolid + components: + - pos: -23.5,-68.5 + parent: 864 + type: Transform +- uid: 7614 + type: CableApcExtension + components: + - pos: 5.5,-53.5 + parent: 864 + type: Transform +- uid: 7615 + type: CableApcExtension + components: + - pos: 6.5,-53.5 + parent: 864 + type: Transform +- uid: 7616 + type: CableApcExtension + components: + - pos: 7.5,-53.5 + parent: 864 + type: Transform +- uid: 7617 + type: CableApcExtension + components: + - pos: 8.5,-53.5 + parent: 864 + type: Transform +- uid: 7618 + type: CableApcExtension + components: + - pos: 8.5,-52.5 + parent: 864 + type: Transform +- uid: 7619 + type: CableApcExtension + components: + - pos: 8.5,-51.5 + parent: 864 + type: Transform +- uid: 7620 + type: CableApcExtension + components: + - pos: 8.5,-51.5 + parent: 864 + type: Transform +- uid: 7621 + type: CableApcExtension + components: + - pos: 8.5,-50.5 + parent: 864 + type: Transform +- uid: 7622 + type: CableApcExtension + components: + - pos: 8.5,-49.5 + parent: 864 + type: Transform +- uid: 7623 + type: CableApcExtension + components: + - pos: 20.5,-43.5 + parent: 864 + type: Transform +- uid: 7624 + type: CableApcExtension + components: + - pos: -16.5,-61.5 + parent: 864 + type: Transform +- uid: 7625 + type: WallSolid + components: + - pos: 11.5,-56.5 + parent: 864 + type: Transform +- uid: 7626 + type: WeaponCapacitorRecharger + components: + - pos: 6.5,12.5 + parent: 864 + type: Transform +- uid: 7627 + type: FoodDonutChocolate + components: + - pos: 8.49275,13.726382 + parent: 864 + type: Transform +- uid: 7628 + type: DrinkBananaHonkGlass + components: + - pos: 18.427172,15.631314 + parent: 864 + type: Transform +- uid: 7629 + type: GasPipeStraight + components: + - pos: 9.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7630 + type: GasPipeStraight + components: + - pos: 9.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7631 + type: GasPipeStraight + components: + - pos: 9.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7632 + type: GasPipeStraight + components: + - pos: 10.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7633 + type: GasPipeStraight + components: + - pos: 10.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7634 + type: GasPipeStraight + components: + - pos: 10.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7635 + type: GasPipeStraight + components: + - pos: 10.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7636 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 10.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7637 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 9.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7638 + type: WeaponSubMachineGunWt550 + components: + - rot: 6.283185307179586 rad + pos: 29.063116,32.590473 + parent: 864 + type: Transform +- uid: 7639 + type: MagazinePistolSubMachineGunTopMounted + components: + - rot: 6.283185307179586 rad + pos: 30.203741,32.57485 + parent: 864 + type: Transform + - containers: + ballistic-ammo: !type:Container + ents: [] + type: ContainerContainer +- uid: 7640 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-88.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7641 + type: WallSolid + components: + - pos: -30.5,-5.5 + parent: 864 + type: Transform +- uid: 7642 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-89.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7643 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-53.5 + parent: 864 + type: Transform +- uid: 7644 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-53.5 + parent: 864 + type: Transform +- uid: 7645 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-69.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7646 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-68.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7647 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-68.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7648 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7649 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-67.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7650 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7651 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-66.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7652 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-65.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7653 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7654 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7655 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7656 + type: GasPipeStraight + components: + - pos: -20.5,-62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7657 + type: GasPipeStraight + components: + - pos: -18.5,-63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7658 + type: GasPipeStraight + components: + - pos: -18.5,-62.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7659 + type: GasPipeStraight + components: + - pos: -18.5,-61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7660 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7661 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7662 + type: CableApcExtension + components: + - pos: -19.5,-64.5 + parent: 864 + type: Transform +- uid: 7663 + type: CableApcExtension + components: + - pos: -19.5,-66.5 + parent: 864 + type: Transform +- uid: 7664 + type: CableApcExtension + components: + - pos: -14.5,-67.5 + parent: 864 + type: Transform +- uid: 7665 + type: CableApcExtension + components: + - pos: -28.5,-79.5 + parent: 864 + type: Transform +- uid: 7666 + type: CableApcExtension + components: + - pos: -28.5,-78.5 + parent: 864 + type: Transform +- uid: 7667 + type: CableApcExtension + components: + - pos: -27.5,-78.5 + parent: 864 + type: Transform +- uid: 7668 + type: CableApcExtension + components: + - pos: -26.5,-78.5 + parent: 864 + type: Transform +- uid: 7669 + type: CableApcExtension + components: + - pos: -26.5,-77.5 + parent: 864 + type: Transform +- uid: 7670 + type: CableApcExtension + components: + - pos: -25.5,-77.5 + parent: 864 + type: Transform +- uid: 7671 + type: CableApcExtension + components: + - pos: -22.5,-86.5 + parent: 864 + type: Transform +- uid: 7672 + type: CableApcExtension + components: + - pos: -20.5,-85.5 + parent: 864 + type: Transform +- uid: 7673 + type: CableApcExtension + components: + - pos: -21.5,-85.5 + parent: 864 + type: Transform +- uid: 7674 + type: CableApcExtension + components: + - pos: -24.5,-85.5 + parent: 864 + type: Transform +- uid: 7675 + type: CableApcExtension + components: + - pos: -23.5,-85.5 + parent: 864 + type: Transform +- uid: 7676 + type: CableApcExtension + components: + - pos: -22.5,-85.5 + parent: 864 + type: Transform +- uid: 7677 + type: CableApcExtension + components: + - pos: -22.5,-84.5 + parent: 864 + type: Transform +- uid: 7678 + type: CableApcExtension + components: + - pos: -22.5,-81.5 + parent: 864 + type: Transform +- uid: 7679 + type: CableApcExtension + components: + - pos: -22.5,-83.5 + parent: 864 + type: Transform +- uid: 7680 + type: CableApcExtension + components: + - pos: -22.5,-82.5 + parent: 864 + type: Transform +- uid: 7681 + type: CableApcExtension + components: + - pos: -22.5,-80.5 + parent: 864 + type: Transform +- uid: 7682 + type: CableApcExtension + components: + - pos: -23.5,-80.5 + parent: 864 + type: Transform +- uid: 7683 + type: CableApcExtension + components: + - pos: -23.5,-79.5 + parent: 864 + type: Transform +- uid: 7684 + type: CableApcExtension + components: + - pos: -23.5,-78.5 + parent: 864 + type: Transform +- uid: 7685 + type: CableApcExtension + components: + - pos: -23.5,-77.5 + parent: 864 + type: Transform +- uid: 7686 + type: CableApcExtension + components: + - pos: -24.5,-77.5 + parent: 864 + type: Transform +- uid: 7687 + type: CableApcExtension + components: + - pos: -24.5,-76.5 + parent: 864 + type: Transform +- uid: 7688 + type: CableApcExtension + components: + - pos: -24.5,-75.5 + parent: 864 + type: Transform +- uid: 7689 + type: CableApcExtension + components: + - pos: -24.5,-74.5 + parent: 864 + type: Transform +- uid: 7690 + type: CableApcExtension + components: + - pos: -24.5,-73.5 + parent: 864 + type: Transform +- uid: 7691 + type: CableApcExtension + components: + - pos: -24.5,-72.5 + parent: 864 + type: Transform +- uid: 7692 + type: CableApcExtension + components: + - pos: -23.5,-72.5 + parent: 864 + type: Transform +- uid: 7693 + type: CableApcExtension + components: + - pos: -22.5,-72.5 + parent: 864 + type: Transform +- uid: 7694 + type: CableApcExtension + components: + - pos: -21.5,-72.5 + parent: 864 + type: Transform +- uid: 7695 + type: CableApcExtension + components: + - pos: -21.5,-71.5 + parent: 864 + type: Transform +- uid: 7696 + type: CableApcExtension + components: + - pos: -20.5,-79.5 + parent: 864 + type: Transform +- uid: 7697 + type: CableApcExtension + components: + - pos: -19.5,-79.5 + parent: 864 + type: Transform +- uid: 7698 + type: CableApcExtension + components: + - pos: -19.5,-78.5 + parent: 864 + type: Transform +- uid: 7699 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7700 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7701 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7702 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7703 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7704 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7705 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7706 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7707 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7708 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7709 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7710 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7711 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 36.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7712 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 36.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7713 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7714 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7715 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7716 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7717 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 34.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7718 + type: GasPipeTJunction + components: + - pos: 33.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7719 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7720 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7721 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7722 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7723 + type: AirlockScienceGlass + components: + - name: science + type: MetaData + - pos: 40.5,-43.5 + parent: 864 + type: Transform +- uid: 7724 + type: AirlockScienceGlass + components: + - name: science + type: MetaData + - pos: 40.5,-42.5 + parent: 864 + type: Transform +- uid: 7725 + type: AirlockScienceGlass + components: + - name: science + type: MetaData + - pos: 40.5,-41.5 + parent: 864 + type: Transform +- uid: 7726 + type: CableApcExtension + components: + - pos: 33.5,3.5 + parent: 864 + type: Transform +- uid: 7727 + type: CableApcExtension + components: + - pos: 33.5,4.5 + parent: 864 + type: Transform +- uid: 7728 + type: CableApcExtension + components: + - pos: 33.5,7.5 + parent: 864 + type: Transform +- uid: 7729 + type: CableApcExtension + components: + - pos: 33.5,6.5 + parent: 864 + type: Transform +- uid: 7730 + type: CableApcExtension + components: + - pos: 33.5,5.5 + parent: 864 + type: Transform +- uid: 7731 + type: CableApcExtension + components: + - pos: 26.5,7.5 + parent: 864 + type: Transform +- uid: 7732 + type: CableApcExtension + components: + - pos: 33.5,0.5 + parent: 864 + type: Transform +- uid: 7733 + type: CableApcExtension + components: + - pos: 33.5,-0.5 + parent: 864 + type: Transform +- uid: 7734 + type: CableApcExtension + components: + - pos: 33.5,-1.5 + parent: 864 + type: Transform +- uid: 7735 + type: CableApcExtension + components: + - pos: 33.5,-2.5 + parent: 864 + type: Transform +- uid: 7736 + type: CableApcExtension + components: + - pos: 33.5,-3.5 + parent: 864 + type: Transform +- uid: 7737 + type: CableApcExtension + components: + - pos: 33.5,-4.5 + parent: 864 + type: Transform +- uid: 7738 + type: CableApcExtension + components: + - pos: 33.5,-5.5 + parent: 864 + type: Transform +- uid: 7739 + type: CableApcExtension + components: + - pos: 27.5,7.5 + parent: 864 + type: Transform +- uid: 7740 + type: CableApcExtension + components: + - pos: 28.5,7.5 + parent: 864 + type: Transform +- uid: 7741 + type: CableApcExtension + components: + - pos: 29.5,7.5 + parent: 864 + type: Transform +- uid: 7742 + type: CableApcExtension + components: + - pos: 30.5,7.5 + parent: 864 + type: Transform +- uid: 7743 + type: CableApcExtension + components: + - pos: 31.5,7.5 + parent: 864 + type: Transform +- uid: 7744 + type: CableApcExtension + components: + - pos: 32.5,7.5 + parent: 864 + type: Transform +- uid: 7745 + type: CableApcExtension + components: + - pos: 26.5,8.5 + parent: 864 + type: Transform +- uid: 7746 + type: CableApcExtension + components: + - pos: 26.5,9.5 + parent: 864 + type: Transform +- uid: 7747 + type: CableApcExtension + components: + - pos: 26.5,10.5 + parent: 864 + type: Transform +- uid: 7748 + type: CableApcExtension + components: + - pos: 26.5,11.5 + parent: 864 + type: Transform +- uid: 7749 + type: CableApcExtension + components: + - pos: 26.5,12.5 + parent: 864 + type: Transform +- uid: 7750 + type: CableApcExtension + components: + - pos: 26.5,13.5 + parent: 864 + type: Transform +- uid: 7751 + type: CableApcExtension + components: + - pos: 25.5,7.5 + parent: 864 + type: Transform +- uid: 7752 + type: CableApcExtension + components: + - pos: 24.5,7.5 + parent: 864 + type: Transform +- uid: 7753 + type: CableApcExtension + components: + - pos: 23.5,7.5 + parent: 864 + type: Transform +- uid: 7754 + type: CableApcExtension + components: + - pos: 22.5,7.5 + parent: 864 + type: Transform +- uid: 7755 + type: CableApcExtension + components: + - pos: 21.5,7.5 + parent: 864 + type: Transform +- uid: 7756 + type: CableApcExtension + components: + - pos: 34.5,0.5 + parent: 864 + type: Transform +- uid: 7757 + type: DisposalPipe + components: + - pos: 36.5,-29.5 + parent: 864 + type: Transform +- uid: 7758 + type: DisposalPipe + components: + - pos: 36.5,-30.5 + parent: 864 + type: Transform +- uid: 7759 + type: DisposalPipe + components: + - pos: 36.5,-31.5 + parent: 864 + type: Transform +- uid: 7760 + type: DisposalPipe + components: + - pos: 36.5,-32.5 + parent: 864 + type: Transform +- uid: 7761 + type: DisposalPipe + components: + - pos: 36.5,-33.5 + parent: 864 + type: Transform +- uid: 7762 + type: DisposalPipe + components: + - pos: 36.5,-34.5 + parent: 864 + type: Transform +- uid: 7763 + type: DisposalPipe + components: + - pos: 36.5,-35.5 + parent: 864 + type: Transform +- uid: 7764 + type: DisposalPipe + components: + - pos: 36.5,-36.5 + parent: 864 + type: Transform +- uid: 7765 + type: DisposalPipe + components: + - pos: 36.5,-37.5 + parent: 864 + type: Transform +- uid: 7766 + type: DisposalPipe + components: + - pos: 36.5,-38.5 + parent: 864 + type: Transform +- uid: 7767 + type: DisposalPipe + components: + - pos: 36.5,-39.5 + parent: 864 + type: Transform +- uid: 7768 + type: DisposalPipe + components: + - pos: 36.5,-40.5 + parent: 864 + type: Transform +- uid: 7769 + type: DisposalPipe + components: + - pos: 36.5,-41.5 + parent: 864 + type: Transform +- uid: 7770 + type: DisposalPipe + components: + - pos: 36.5,-42.5 + parent: 864 + type: Transform +- uid: 7771 + type: DisposalJunction + components: + - rot: -1.5707963267948966 rad + pos: 36.5,-43.5 + parent: 864 + type: Transform +- uid: 7772 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-43.5 + parent: 864 + type: Transform +- uid: 7773 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-43.5 + parent: 864 + type: Transform +- uid: 7774 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-43.5 + parent: 864 + type: Transform +- uid: 7775 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-43.5 + parent: 864 + type: Transform +- uid: 7776 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-43.5 + parent: 864 + type: Transform +- uid: 7777 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-43.5 + parent: 864 + type: Transform +- uid: 7778 + type: CableApcExtension + components: + - pos: 37.5,-25.5 + parent: 864 + type: Transform +- uid: 7779 + type: CableApcExtension + components: + - pos: 36.5,-25.5 + parent: 864 + type: Transform +- uid: 7780 + type: CableApcExtension + components: + - pos: 36.5,-24.5 + parent: 864 + type: Transform +- uid: 7781 + type: CableApcExtension + components: + - pos: 36.5,-23.5 + parent: 864 + type: Transform +- uid: 7782 + type: CableApcExtension + components: + - pos: 36.5,-22.5 + parent: 864 + type: Transform +- uid: 7783 + type: CableApcExtension + components: + - pos: 35.5,-22.5 + parent: 864 + type: Transform +- uid: 7784 + type: CableApcExtension + components: + - pos: 35.5,-21.5 + parent: 864 + type: Transform +- uid: 7785 + type: CableApcExtension + components: + - pos: 35.5,-25.5 + parent: 864 + type: Transform +- uid: 7786 + type: CableApcExtension + components: + - pos: 34.5,-25.5 + parent: 864 + type: Transform +- uid: 7787 + type: CableApcExtension + components: + - pos: 35.5,-26.5 + parent: 864 + type: Transform +- uid: 7788 + type: CableApcExtension + components: + - pos: 35.5,-27.5 + parent: 864 + type: Transform +- uid: 7789 + type: CableApcExtension + components: + - pos: 35.5,-28.5 + parent: 864 + type: Transform +- uid: 7790 + type: CableApcExtension + components: + - pos: 35.5,-29.5 + parent: 864 + type: Transform +- uid: 7791 + type: CableApcExtension + components: + - pos: 35.5,-30.5 + parent: 864 + type: Transform +- uid: 7792 + type: CableApcExtension + components: + - pos: 35.5,-31.5 + parent: 864 + type: Transform +- uid: 7793 + type: CableApcExtension + components: + - pos: 35.5,-32.5 + parent: 864 + type: Transform +- uid: 7794 + type: CableApcExtension + components: + - pos: 35.5,-33.5 + parent: 864 + type: Transform +- uid: 7795 + type: CableApcExtension + components: + - pos: 35.5,-34.5 + parent: 864 + type: Transform +- uid: 7796 + type: CableApcExtension + components: + - pos: 35.5,-35.5 + parent: 864 + type: Transform +- uid: 7797 + type: CableApcExtension + components: + - pos: 35.5,-36.5 + parent: 864 + type: Transform +- uid: 7798 + type: CableApcExtension + components: + - pos: 36.5,-30.5 + parent: 864 + type: Transform +- uid: 7799 + type: CableApcExtension + components: + - pos: 37.5,-30.5 + parent: 864 + type: Transform +- uid: 7800 + type: CableApcExtension + components: + - pos: 38.5,-30.5 + parent: 864 + type: Transform +- uid: 7801 + type: CableApcExtension + components: + - pos: 39.5,-30.5 + parent: 864 + type: Transform +- uid: 7802 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7803 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7804 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 37.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7805 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7806 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7807 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 35.5,1.5 + parent: 864 + type: Transform +- uid: 7808 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 36.5,1.5 + parent: 864 + type: Transform +- uid: 7809 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 37.5,1.5 + parent: 864 + type: Transform +- uid: 7810 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 38.5,1.5 + parent: 864 + type: Transform +- uid: 7811 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 39.5,1.5 + parent: 864 + type: Transform +- uid: 7812 + type: CarpetBlue + components: + - rot: 3.141592653589793 rad + pos: 25.5,1.5 + parent: 864 + type: Transform +- uid: 7813 + type: CableHV + components: + - pos: 33.5,-1.5 + parent: 864 + type: Transform +- uid: 7814 + type: CableHV + components: + - pos: 33.5,-0.5 + parent: 864 + type: Transform +- uid: 7815 + type: CableHV + components: + - pos: 33.5,0.5 + parent: 864 + type: Transform +- uid: 7816 + type: CableHV + components: + - pos: 33.5,1.5 + parent: 864 + type: Transform +- uid: 7817 + type: CableHV + components: + - pos: 33.5,2.5 + parent: 864 + type: Transform +- uid: 7818 + type: CableHV + components: + - pos: 33.5,3.5 + parent: 864 + type: Transform +- uid: 7819 + type: CableHV + components: + - pos: 33.5,4.5 + parent: 864 + type: Transform +- uid: 7820 + type: CableHV + components: + - pos: 33.5,5.5 + parent: 864 + type: Transform +- uid: 7821 + type: CableHV + components: + - pos: 33.5,6.5 + parent: 864 + type: Transform +- uid: 7822 + type: CableHV + components: + - pos: 33.5,7.5 + parent: 864 + type: Transform +- uid: 7823 + type: CableHV + components: + - pos: 32.5,7.5 + parent: 864 + type: Transform +- uid: 7824 + type: CableHV + components: + - pos: 31.5,7.5 + parent: 864 + type: Transform +- uid: 7825 + type: CableHV + components: + - pos: 30.5,7.5 + parent: 864 + type: Transform +- uid: 7826 + type: CableHV + components: + - pos: 29.5,7.5 + parent: 864 + type: Transform +- uid: 7827 + type: CableHV + components: + - pos: 28.5,7.5 + parent: 864 + type: Transform +- uid: 7828 + type: CableHV + components: + - pos: 27.5,7.5 + parent: 864 + type: Transform +- uid: 7829 + type: CableHV + components: + - pos: 26.5,7.5 + parent: 864 + type: Transform +- uid: 7830 + type: CableHV + components: + - pos: 25.5,7.5 + parent: 864 + type: Transform +- uid: 7831 + type: CableHV + components: + - pos: 24.5,7.5 + parent: 864 + type: Transform +- uid: 7832 + type: CableHV + components: + - pos: 23.5,7.5 + parent: 864 + type: Transform +- uid: 7833 + type: CableHV + components: + - pos: 22.5,7.5 + parent: 864 + type: Transform +- uid: 7834 + type: CableHV + components: + - pos: 21.5,7.5 + parent: 864 + type: Transform +- uid: 7835 + type: CableHV + components: + - pos: 20.5,7.5 + parent: 864 + type: Transform +- uid: 7836 + type: CableHV + components: + - pos: 19.5,7.5 + parent: 864 + type: Transform +- uid: 7837 + type: CableHV + components: + - pos: 18.5,7.5 + parent: 864 + type: Transform +- uid: 7838 + type: CableHV + components: + - pos: 17.5,7.5 + parent: 864 + type: Transform +- uid: 7839 + type: CableHV + components: + - pos: 17.5,6.5 + parent: 864 + type: Transform +- uid: 7840 + type: CableHV + components: + - pos: 17.5,5.5 + parent: 864 + type: Transform +- uid: 7841 + type: CableHV + components: + - pos: 17.5,4.5 + parent: 864 + type: Transform +- uid: 7842 + type: CableHV + components: + - pos: 17.5,3.5 + parent: 864 + type: Transform +- uid: 7843 + type: CableHV + components: + - pos: 17.5,2.5 + parent: 864 + type: Transform +- uid: 7844 + type: CableHV + components: + - pos: 17.5,1.5 + parent: 864 + type: Transform +- uid: 7845 + type: CableHV + components: + - pos: 17.5,0.5 + parent: 864 + type: Transform +- uid: 7846 + type: CableHV + components: + - pos: 17.5,-0.5 + parent: 864 + type: Transform +- uid: 7847 + type: CableHV + components: + - pos: 17.5,-1.5 + parent: 864 + type: Transform +- uid: 7848 + type: CableHV + components: + - pos: 17.5,-2.5 + parent: 864 + type: Transform +- uid: 7849 + type: CableHV + components: + - pos: 17.5,-3.5 + parent: 864 + type: Transform +- uid: 7850 + type: CableHV + components: + - pos: 17.5,-4.5 + parent: 864 + type: Transform +- uid: 7851 + type: CableHV + components: + - pos: -4.5,-17.5 + parent: 864 + type: Transform +- uid: 7852 + type: CableHV + components: + - pos: -4.5,-16.5 + parent: 864 + type: Transform +- uid: 7853 + type: CableHV + components: + - pos: -4.5,-15.5 + parent: 864 + type: Transform +- uid: 7854 + type: CableHV + components: + - pos: -4.5,-14.5 + parent: 864 + type: Transform +- uid: 7855 + type: CableHV + components: + - pos: -4.5,-13.5 + parent: 864 + type: Transform +- uid: 7856 + type: CableHV + components: + - pos: -4.5,-12.5 + parent: 864 + type: Transform +- uid: 7857 + type: CableHV + components: + - pos: -4.5,-11.5 + parent: 864 + type: Transform +- uid: 7858 + type: CableHV + components: + - pos: -4.5,-10.5 + parent: 864 + type: Transform +- uid: 7859 + type: CableHV + components: + - pos: -4.5,-9.5 + parent: 864 + type: Transform +- uid: 7860 + type: CableHV + components: + - pos: -4.5,-8.5 + parent: 864 + type: Transform +- uid: 7861 + type: CableHV + components: + - pos: -4.5,-7.5 + parent: 864 + type: Transform +- uid: 7862 + type: CableHV + components: + - pos: -4.5,-6.5 + parent: 864 + type: Transform +- uid: 7863 + type: CableHV + components: + - pos: -4.5,-5.5 + parent: 864 + type: Transform +- uid: 7864 + type: CableHV + components: + - pos: -4.5,-4.5 + parent: 864 + type: Transform +- uid: 7865 + type: CableHV + components: + - pos: -4.5,-3.5 + parent: 864 + type: Transform +- uid: 7866 + type: CableHV + components: + - pos: -4.5,-2.5 + parent: 864 + type: Transform +- uid: 7867 + type: CableHV + components: + - pos: -4.5,-1.5 + parent: 864 + type: Transform +- uid: 7868 + type: CableHV + components: + - pos: -4.5,-0.5 + parent: 864 + type: Transform +- uid: 7869 + type: CableHV + components: + - pos: -4.5,0.5 + parent: 864 + type: Transform +- uid: 7870 + type: CableHV + components: + - pos: -4.5,1.5 + parent: 864 + type: Transform +- uid: 7871 + type: SpawnVehicleSecway + components: + - pos: 10.5,21.5 + parent: 864 + type: Transform +- uid: 7872 + type: SpawnVehicleSecway + components: + - pos: 10.5,20.5 + parent: 864 + type: Transform +- uid: 7873 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 7.5,-29.5 + parent: 864 + type: Transform +- uid: 7874 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7875 + type: GasPipeBend + components: + - pos: 7.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7876 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 7.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 7877 + type: GasPipeStraight + components: + - pos: 7.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7878 + type: GasPipeStraight + components: + - pos: 7.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7879 + type: GasPipeStraight + components: + - pos: 7.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 7880 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 7.5,-28.5 + parent: 864 + type: Transform +- uid: 7881 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 7.5,-27.5 + parent: 864 + type: Transform +- uid: 7882 + type: Table + components: + - pos: 12.5,20.5 + parent: 864 + type: Transform +- uid: 7883 + type: Table + components: + - pos: 12.5,19.5 + parent: 864 + type: Transform +- uid: 7884 + type: Table + components: + - pos: 12.5,21.5 + parent: 864 + type: Transform +- uid: 7885 + type: WeaponDisabler + components: + - pos: 12.563014,21.38584 + parent: 864 + type: Transform +- uid: 7886 + type: VehicleKeySecway + components: + - pos: 12.469265,19.745214 + parent: 864 + type: Transform +- uid: 7887 + type: VehicleKeySecway + components: + - pos: 12.39114,19.557714 + parent: 864 + type: Transform +- uid: 7888 + type: WeaponDisabler + components: + - pos: 12.453639,21.54209 + parent: 864 + type: Transform +- uid: 7889 + type: VehicleKeySecway + components: + - pos: 12.594265,19.82334 + parent: 864 + type: Transform +- uid: 7890 + type: BoxFlashbang + components: + - pos: 12.406765,20.463964 + parent: 864 + type: Transform +- uid: 7891 + type: BoxHandcuff + components: + - pos: 12.469265,20.745214 + parent: 864 + type: Transform +- uid: 7892 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 17.5,17.5 + parent: 864 + type: Transform +- uid: 7893 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 18.5,17.5 + parent: 864 + type: Transform +- uid: 7894 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 16.5,17.5 + parent: 864 + type: Transform +- uid: 7895 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 14.5,17.5 + parent: 864 + type: Transform +- uid: 7896 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 13.5,17.5 + parent: 864 + type: Transform +- uid: 7897 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 12.5,17.5 + parent: 864 + type: Transform +- uid: 7898 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 11.5,17.5 + parent: 864 + type: Transform +- uid: 7899 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 10.5,17.5 + parent: 864 + type: Transform +- uid: 7900 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 9.5,17.5 + parent: 864 + type: Transform +- uid: 7901 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 8.5,17.5 + parent: 864 + type: Transform +- uid: 7902 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 7.5,17.5 + parent: 864 + type: Transform +- uid: 7903 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 6.5,17.5 + parent: 864 + type: Transform +- uid: 7904 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 5.5,17.5 + parent: 864 + type: Transform +- uid: 7905 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: 15.5,17.5 + parent: 864 + type: Transform +- uid: 7906 + type: DisposalPipe + components: + - pos: 15.5,18.5 + parent: 864 + type: Transform +- uid: 7907 + type: DisposalBend + components: + - pos: 15.5,19.5 + parent: 864 + type: Transform +- uid: 7908 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: 14.5,19.5 + parent: 864 + type: Transform +- uid: 7909 + type: DisposalTrunk + components: + - pos: 5.5,22.5 + parent: 864 + type: Transform +- uid: 7910 + type: DisposalPipe + components: + - pos: 5.5,18.5 + parent: 864 + type: Transform +- uid: 7911 + type: DisposalPipe + components: + - pos: 5.5,19.5 + parent: 864 + type: Transform +- uid: 7912 + type: DisposalPipe + components: + - pos: 5.5,20.5 + parent: 864 + type: Transform +- uid: 7913 + type: DisposalPipe + components: + - pos: 5.5,21.5 + parent: 864 + type: Transform +- uid: 7914 + type: DisposalUnit + components: + - pos: 5.5,22.5 + parent: 864 + type: Transform +- uid: 7915 + type: DisposalUnit + components: + - pos: 14.5,19.5 + parent: 864 + type: Transform +- uid: 7916 + type: CableApcExtension + components: + - pos: -4.5,-10.5 + parent: 864 + type: Transform +- uid: 7917 + type: CableApcExtension + components: + - pos: -4.5,-9.5 + parent: 864 + type: Transform +- uid: 7918 + type: CableApcExtension + components: + - pos: -4.5,-8.5 + parent: 864 + type: Transform +- uid: 7919 + type: CableApcExtension + components: + - pos: -4.5,-7.5 + parent: 864 + type: Transform +- uid: 7920 + type: CableApcExtension + components: + - pos: -4.5,-6.5 + parent: 864 + type: Transform +- uid: 7921 + type: CableApcExtension + components: + - pos: -4.5,-5.5 + parent: 864 + type: Transform +- uid: 7922 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 864 + type: Transform +- uid: 7923 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -11.5,0.5 + parent: 864 + type: Transform +- uid: 7924 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -12.5,0.5 + parent: 864 + type: Transform +- uid: 7925 + type: CableHV + components: + - pos: 25.5,8.5 + parent: 864 + type: Transform +- uid: 7926 + type: CableHV + components: + - pos: 25.5,9.5 + parent: 864 + type: Transform +- uid: 7927 + type: CableHV + components: + - pos: 24.5,9.5 + parent: 864 + type: Transform +- uid: 7928 + type: CableHV + components: + - pos: 24.5,10.5 + parent: 864 + type: Transform +- uid: 7929 + type: CableHV + components: + - pos: 24.5,11.5 + parent: 864 + type: Transform +- uid: 7930 + type: CableHV + components: + - pos: 24.5,12.5 + parent: 864 + type: Transform +- uid: 7931 + type: CableHV + components: + - pos: 24.5,13.5 + parent: 864 + type: Transform +- uid: 7932 + type: CableHV + components: + - pos: 24.5,14.5 + parent: 864 + type: Transform +- uid: 7933 + type: CableHV + components: + - pos: 24.5,15.5 + parent: 864 + type: Transform +- uid: 7934 + type: CableHV + components: + - pos: 24.5,16.5 + parent: 864 + type: Transform +- uid: 7935 + type: CableHV + components: + - pos: 23.5,16.5 + parent: 864 + type: Transform +- uid: 7936 + type: CableHV + components: + - pos: 22.5,16.5 + parent: 864 + type: Transform +- uid: 7937 + type: CableHV + components: + - pos: 24.5,17.5 + parent: 864 + type: Transform +- uid: 7938 + type: CableHV + components: + - pos: 24.5,18.5 + parent: 864 + type: Transform +- uid: 7939 + type: CableHV + components: + - pos: 25.5,18.5 + parent: 864 + type: Transform +- uid: 7940 + type: CableHV + components: + - pos: 26.5,18.5 + parent: 864 + type: Transform +- uid: 7941 + type: CableHV + components: + - pos: 27.5,18.5 + parent: 864 + type: Transform +- uid: 7942 + type: CableHV + components: + - pos: 28.5,18.5 + parent: 864 + type: Transform +- uid: 7943 + type: CableHV + components: + - pos: 29.5,18.5 + parent: 864 + type: Transform +- uid: 7944 + type: CableHV + components: + - pos: 29.5,20.5 + parent: 864 + type: Transform +- uid: 7945 + type: CableHV + components: + - pos: 29.5,19.5 + parent: 864 + type: Transform +- uid: 7946 + type: CableHV + components: + - pos: 29.5,21.5 + parent: 864 + type: Transform +- uid: 7947 + type: CableHV + components: + - pos: 30.5,21.5 + parent: 864 + type: Transform +- uid: 7948 + type: CableHV + components: + - pos: 31.5,21.5 + parent: 864 + type: Transform +- uid: 7949 + type: CableHV + components: + - pos: 32.5,21.5 + parent: 864 + type: Transform +- uid: 7950 + type: CableHV + components: + - pos: 32.5,22.5 + parent: 864 + type: Transform +- uid: 7951 + type: CableHV + components: + - pos: 32.5,23.5 + parent: 864 + type: Transform +- uid: 7952 + type: CableHV + components: + - pos: 32.5,24.5 + parent: 864 + type: Transform +- uid: 7953 + type: CableHV + components: + - pos: 32.5,25.5 + parent: 864 + type: Transform +- uid: 7954 + type: CableMV + components: + - pos: 33.5,23.5 + parent: 864 + type: Transform +- uid: 7955 + type: CableHV + components: + - pos: 22.5,17.5 + parent: 864 + type: Transform +- uid: 7956 + type: CableHV + components: + - pos: 22.5,18.5 + parent: 864 + type: Transform +- uid: 7957 + type: CableHV + components: + - pos: 22.5,19.5 + parent: 864 + type: Transform +- uid: 7958 + type: CableHV + components: + - pos: 22.5,20.5 + parent: 864 + type: Transform +- uid: 7959 + type: CableHV + components: + - pos: 22.5,21.5 + parent: 864 + type: Transform +- uid: 7960 + type: CableHV + components: + - pos: 22.5,22.5 + parent: 864 + type: Transform +- uid: 7961 + type: CableHV + components: + - pos: 21.5,22.5 + parent: 864 + type: Transform +- uid: 7962 + type: CableHV + components: + - pos: 21.5,23.5 + parent: 864 + type: Transform +- uid: 7963 + type: CableHV + components: + - pos: 21.5,24.5 + parent: 864 + type: Transform +- uid: 7964 + type: CableHV + components: + - pos: 21.5,25.5 + parent: 864 + type: Transform +- uid: 7965 + type: CableHV + components: + - pos: 20.5,25.5 + parent: 864 + type: Transform +- uid: 7966 + type: CableHV + components: + - pos: 18.5,25.5 + parent: 864 + type: Transform +- uid: 7967 + type: CableHV + components: + - pos: 19.5,25.5 + parent: 864 + type: Transform +- uid: 7968 + type: CableMV + components: + - pos: 29.5,20.5 + parent: 864 + type: Transform +- uid: 7969 + type: CableMV + components: + - pos: 29.5,21.5 + parent: 864 + type: Transform +- uid: 7970 + type: CableMV + components: + - pos: 28.5,21.5 + parent: 864 + type: Transform +- uid: 7971 + type: CableMV + components: + - pos: 27.5,21.5 + parent: 864 + type: Transform +- uid: 7972 + type: CableMV + components: + - pos: 26.5,21.5 + parent: 864 + type: Transform +- uid: 7973 + type: CableMV + components: + - pos: 25.5,21.5 + parent: 864 + type: Transform +- uid: 7974 + type: CableMV + components: + - pos: 25.5,22.5 + parent: 864 + type: Transform +- uid: 7975 + type: CableMV + components: + - pos: 25.5,23.5 + parent: 864 + type: Transform +- uid: 7976 + type: CableMV + components: + - pos: 25.5,24.5 + parent: 864 + type: Transform +- uid: 7977 + type: CableMV + components: + - pos: 24.5,24.5 + parent: 864 + type: Transform +- uid: 7978 + type: CableMV + components: + - pos: 30.5,21.5 + parent: 864 + type: Transform +- uid: 7979 + type: CableMV + components: + - pos: 31.5,21.5 + parent: 864 + type: Transform +- uid: 7980 + type: CableMV + components: + - pos: 32.5,21.5 + parent: 864 + type: Transform +- uid: 7981 + type: CableMV + components: + - pos: 32.5,22.5 + parent: 864 + type: Transform +- uid: 7982 + type: CableMV + components: + - pos: 32.5,23.5 + parent: 864 + type: Transform +- uid: 7983 + type: CableHV + components: + - pos: 33.5,25.5 + parent: 864 + type: Transform +- uid: 7984 + type: CableMV + components: + - pos: 33.5,24.5 + parent: 864 + type: Transform +- uid: 7985 + type: CableMV + components: + - pos: 33.5,25.5 + parent: 864 + type: Transform +- uid: 7986 + type: SubstationBasic + components: + - pos: 33.5,25.5 + parent: 864 + type: Transform +- uid: 7987 + type: CableApcExtension + components: + - pos: 63.5,-5.5 + parent: 864 + type: Transform +- uid: 7988 + type: CableApcExtension + components: + - pos: 62.5,-5.5 + parent: 864 + type: Transform +- uid: 7989 + type: CableApcExtension + components: + - pos: 21.5,15.5 + parent: 864 + type: Transform +- uid: 7990 + type: CableApcExtension + components: + - pos: 21.5,14.5 + parent: 864 + type: Transform +- uid: 7991 + type: CableApcExtension + components: + - pos: 21.5,13.5 + parent: 864 + type: Transform +- uid: 7992 + type: CableApcExtension + components: + - pos: 21.5,12.5 + parent: 864 + type: Transform +- uid: 7993 + type: CableApcExtension + components: + - pos: 21.5,11.5 + parent: 864 + type: Transform +- uid: 7994 + type: CableApcExtension + components: + - pos: 21.5,10.5 + parent: 864 + type: Transform +- uid: 7995 + type: CableApcExtension + components: + - pos: 20.5,14.5 + parent: 864 + type: Transform +- uid: 7996 + type: CableApcExtension + components: + - pos: 19.5,14.5 + parent: 864 + type: Transform +- uid: 7997 + type: CableApcExtension + components: + - pos: 18.5,14.5 + parent: 864 + type: Transform +- uid: 7998 + type: CableApcExtension + components: + - pos: 17.5,14.5 + parent: 864 + type: Transform +- uid: 7999 + type: CableApcExtension + components: + - pos: 17.5,13.5 + parent: 864 + type: Transform +- uid: 8000 + type: CableApcExtension + components: + - pos: 17.5,12.5 + parent: 864 + type: Transform +- uid: 8001 + type: CableApcExtension + components: + - pos: 17.5,11.5 + parent: 864 + type: Transform +- uid: 8002 + type: CableApcExtension + components: + - pos: 16.5,11.5 + parent: 864 + type: Transform +- uid: 8003 + type: CableApcExtension + components: + - pos: 15.5,11.5 + parent: 864 + type: Transform +- uid: 8004 + type: CableApcExtension + components: + - pos: 14.5,11.5 + parent: 864 + type: Transform +- uid: 8005 + type: CableApcExtension + components: + - pos: 13.5,11.5 + parent: 864 + type: Transform +- uid: 8006 + type: CableApcExtension + components: + - pos: 13.5,12.5 + parent: 864 + type: Transform +- uid: 8007 + type: CableApcExtension + components: + - pos: 13.5,13.5 + parent: 864 + type: Transform +- uid: 8008 + type: CableApcExtension + components: + - pos: 12.5,13.5 + parent: 864 + type: Transform +- uid: 8009 + type: CableApcExtension + components: + - pos: 11.5,13.5 + parent: 864 + type: Transform +- uid: 8010 + type: CableApcExtension + components: + - pos: 11.5,12.5 + parent: 864 + type: Transform +- uid: 8011 + type: CableApcExtension + components: + - pos: 11.5,11.5 + parent: 864 + type: Transform +- uid: 8012 + type: CableApcExtension + components: + - pos: 11.5,10.5 + parent: 864 + type: Transform +- uid: 8013 + type: CableApcExtension + components: + - pos: 11.5,9.5 + parent: 864 + type: Transform +- uid: 8014 + type: CableApcExtension + components: + - pos: 11.5,8.5 + parent: 864 + type: Transform +- uid: 8015 + type: CableApcExtension + components: + - pos: 11.5,7.5 + parent: 864 + type: Transform +- uid: 8016 + type: CableApcExtension + components: + - pos: 11.5,6.5 + parent: 864 + type: Transform +- uid: 8017 + type: CableApcExtension + components: + - pos: 12.5,8.5 + parent: 864 + type: Transform +- uid: 8018 + type: CableApcExtension + components: + - pos: 13.5,8.5 + parent: 864 + type: Transform +- uid: 8019 + type: CableApcExtension + components: + - pos: 13.5,7.5 + parent: 864 + type: Transform +- uid: 8020 + type: CableApcExtension + components: + - pos: 14.5,7.5 + parent: 864 + type: Transform +- uid: 8021 + type: CableApcExtension + components: + - pos: 15.5,7.5 + parent: 864 + type: Transform +- uid: 8022 + type: CableApcExtension + components: + - pos: 16.5,7.5 + parent: 864 + type: Transform +- uid: 8023 + type: CableApcExtension + components: + - pos: 17.5,7.5 + parent: 864 + type: Transform +- uid: 8024 + type: CableApcExtension + components: + - pos: 17.5,6.5 + parent: 864 + type: Transform +- uid: 8025 + type: CableApcExtension + components: + - pos: 17.5,5.5 + parent: 864 + type: Transform +- uid: 8026 + type: CableApcExtension + components: + - pos: 17.5,4.5 + parent: 864 + type: Transform +- uid: 8027 + type: CableApcExtension + components: + - pos: 17.5,3.5 + parent: 864 + type: Transform +- uid: 8028 + type: CableApcExtension + components: + - pos: 17.5,2.5 + parent: 864 + type: Transform +- uid: 8029 + type: CableApcExtension + components: + - pos: 17.5,1.5 + parent: 864 + type: Transform +- uid: 8030 + type: CableApcExtension + components: + - pos: 17.5,0.5 + parent: 864 + type: Transform +- uid: 8031 + type: CableApcExtension + components: + - pos: 17.5,-0.5 + parent: 864 + type: Transform +- uid: 8032 + type: CableApcExtension + components: + - pos: 17.5,-1.5 + parent: 864 + type: Transform +- uid: 8033 + type: CableApcExtension + components: + - pos: 17.5,-2.5 + parent: 864 + type: Transform +- uid: 8034 + type: CableApcExtension + components: + - pos: 17.5,-3.5 + parent: 864 + type: Transform +- uid: 8035 + type: CableApcExtension + components: + - pos: 17.5,-4.5 + parent: 864 + type: Transform +- uid: 8036 + type: CableApcExtension + components: + - pos: 17.5,-5.5 + parent: 864 + type: Transform +- uid: 8037 + type: CableApcExtension + components: + - pos: 18.5,4.5 + parent: 864 + type: Transform +- uid: 8038 + type: CableApcExtension + components: + - pos: 16.5,-2.5 + parent: 864 + type: Transform +- uid: 8039 + type: CableApcExtension + components: + - pos: 10.5,8.5 + parent: 864 + type: Transform +- uid: 8040 + type: CableApcExtension + components: + - pos: 24.5,24.5 + parent: 864 + type: Transform +- uid: 8041 + type: CableApcExtension + components: + - pos: 24.5,23.5 + parent: 864 + type: Transform +- uid: 8042 + type: CableApcExtension + components: + - pos: 24.5,22.5 + parent: 864 + type: Transform +- uid: 8043 + type: CableApcExtension + components: + - pos: 23.5,22.5 + parent: 864 + type: Transform +- uid: 8044 + type: CableApcExtension + components: + - pos: 22.5,22.5 + parent: 864 + type: Transform +- uid: 8045 + type: CableApcExtension + components: + - pos: 22.5,21.5 + parent: 864 + type: Transform +- uid: 8046 + type: CableApcExtension + components: + - pos: 22.5,20.5 + parent: 864 + type: Transform +- uid: 8047 + type: CableApcExtension + components: + - pos: 22.5,19.5 + parent: 864 + type: Transform +- uid: 8048 + type: CableApcExtension + components: + - pos: 22.5,18.5 + parent: 864 + type: Transform +- uid: 8049 + type: CableApcExtension + components: + - pos: 22.5,17.5 + parent: 864 + type: Transform +- uid: 8050 + type: CableApcExtension + components: + - pos: 21.5,17.5 + parent: 864 + type: Transform +- uid: 8051 + type: CableApcExtension + components: + - pos: 20.5,17.5 + parent: 864 + type: Transform +- uid: 8052 + type: CableApcExtension + components: + - pos: 19.5,17.5 + parent: 864 + type: Transform +- uid: 8053 + type: CableApcExtension + components: + - pos: 18.5,17.5 + parent: 864 + type: Transform +- uid: 8054 + type: CableApcExtension + components: + - pos: 17.5,17.5 + parent: 864 + type: Transform +- uid: 8055 + type: CableApcExtension + components: + - pos: 16.5,17.5 + parent: 864 + type: Transform +- uid: 8056 + type: CableApcExtension + components: + - pos: 15.5,17.5 + parent: 864 + type: Transform +- uid: 8057 + type: CableApcExtension + components: + - pos: 14.5,17.5 + parent: 864 + type: Transform +- uid: 8058 + type: CableApcExtension + components: + - pos: 13.5,17.5 + parent: 864 + type: Transform +- uid: 8059 + type: CableApcExtension + components: + - pos: 12.5,17.5 + parent: 864 + type: Transform +- uid: 8060 + type: CableApcExtension + components: + - pos: 11.5,17.5 + parent: 864 + type: Transform +- uid: 8061 + type: CableApcExtension + components: + - pos: 10.5,17.5 + parent: 864 + type: Transform +- uid: 8062 + type: CableApcExtension + components: + - pos: 9.5,17.5 + parent: 864 + type: Transform +- uid: 8063 + type: CableApcExtension + components: + - pos: 8.5,17.5 + parent: 864 + type: Transform +- uid: 8064 + type: CableApcExtension + components: + - pos: 7.5,17.5 + parent: 864 + type: Transform +- uid: 8065 + type: CableApcExtension + components: + - pos: 11.5,18.5 + parent: 864 + type: Transform +- uid: 8066 + type: CableApcExtension + components: + - pos: 11.5,19.5 + parent: 864 + type: Transform +- uid: 8067 + type: CableApcExtension + components: + - pos: 11.5,20.5 + parent: 864 + type: Transform +- uid: 8068 + type: CableApcExtension + components: + - pos: 11.5,21.5 + parent: 864 + type: Transform +- uid: 8069 + type: CableApcExtension + components: + - pos: 16.5,18.5 + parent: 864 + type: Transform +- uid: 8070 + type: CableApcExtension + components: + - pos: 16.5,19.5 + parent: 864 + type: Transform +- uid: 8071 + type: CableApcExtension + components: + - pos: 16.5,20.5 + parent: 864 + type: Transform +- uid: 8072 + type: CableApcExtension + components: + - pos: 16.5,21.5 + parent: 864 + type: Transform +- uid: 8073 + type: CableApcExtension + components: + - pos: 17.5,21.5 + parent: 864 + type: Transform +- uid: 8074 + type: CableApcExtension + components: + - pos: 15.5,21.5 + parent: 864 + type: Transform +- uid: 8075 + type: CableApcExtension + components: + - pos: 6.5,17.5 + parent: 864 + type: Transform +- uid: 8076 + type: CableApcExtension + components: + - pos: 6.5,18.5 + parent: 864 + type: Transform +- uid: 8077 + type: CableApcExtension + components: + - pos: 6.5,19.5 + parent: 864 + type: Transform +- uid: 8078 + type: CableApcExtension + components: + - pos: 6.5,20.5 + parent: 864 + type: Transform +- uid: 8079 + type: CableApcExtension + components: + - pos: 6.5,21.5 + parent: 864 + type: Transform +- uid: 8080 + type: CableApcExtension + components: + - pos: 7.5,21.5 + parent: 864 + type: Transform +- uid: 8081 + type: CableApcExtension + components: + - pos: 5.5,21.5 + parent: 864 + type: Transform +- uid: 8082 + type: CableApcExtension + components: + - pos: 5.5,17.5 + parent: 864 + type: Transform +- uid: 8083 + type: CableApcExtension + components: + - pos: 4.5,17.5 + parent: 864 + type: Transform +- uid: 8084 + type: CableApcExtension + components: + - pos: 2.5,17.5 + parent: 864 + type: Transform +- uid: 8085 + type: CableApcExtension + components: + - pos: 3.5,17.5 + parent: 864 + type: Transform +- uid: 8086 + type: CableApcExtension + components: + - pos: 1.5,17.5 + parent: 864 + type: Transform +- uid: 8087 + type: CableApcExtension + components: + - pos: 0.5,17.5 + parent: 864 + type: Transform +- uid: 8088 + type: CableApcExtension + components: + - pos: 0.5,18.5 + parent: 864 + type: Transform +- uid: 8089 + type: CableApcExtension + components: + - pos: -0.5,18.5 + parent: 864 + type: Transform +- uid: 8090 + type: CableApcExtension + components: + - pos: -0.5,19.5 + parent: 864 + type: Transform +- uid: 8091 + type: CableApcExtension + components: + - pos: -0.5,20.5 + parent: 864 + type: Transform +- uid: 8092 + type: CableApcExtension + components: + - pos: 0.5,20.5 + parent: 864 + type: Transform +- uid: 8093 + type: CableApcExtension + components: + - pos: 1.5,20.5 + parent: 864 + type: Transform +- uid: 8094 + type: CableApcExtension + components: + - pos: 24.5,21.5 + parent: 864 + type: Transform +- uid: 8095 + type: CableApcExtension + components: + - pos: 25.5,21.5 + parent: 864 + type: Transform +- uid: 8096 + type: CableApcExtension + components: + - pos: 26.5,21.5 + parent: 864 + type: Transform +- uid: 8097 + type: CableApcExtension + components: + - pos: 27.5,21.5 + parent: 864 + type: Transform +- uid: 8098 + type: CableApcExtension + components: + - pos: 28.5,21.5 + parent: 864 + type: Transform +- uid: 8099 + type: CableApcExtension + components: + - pos: 23.5,17.5 + parent: 864 + type: Transform +- uid: 8100 + type: CableApcExtension + components: + - pos: 24.5,17.5 + parent: 864 + type: Transform +- uid: 8101 + type: CableApcExtension + components: + - pos: 25.5,17.5 + parent: 864 + type: Transform +- uid: 8102 + type: CableApcExtension + components: + - pos: 25.5,16.5 + parent: 864 + type: Transform +- uid: 8103 + type: CableApcExtension + components: + - pos: 26.5,17.5 + parent: 864 + type: Transform +- uid: 8104 + type: CableApcExtension + components: + - pos: 27.5,17.5 + parent: 864 + type: Transform +- uid: 8105 + type: CableApcExtension + components: + - pos: 28.5,17.5 + parent: 864 + type: Transform +- uid: 8106 + type: CableApcExtension + components: + - pos: 29.5,17.5 + parent: 864 + type: Transform +- uid: 8107 + type: CableApcExtension + components: + - pos: 40.5,7.5 + parent: 864 + type: Transform +- uid: 8108 + type: CableApcExtension + components: + - pos: 29.5,15.5 + parent: 864 + type: Transform +- uid: 8109 + type: CableApcExtension + components: + - pos: 29.5,21.5 + parent: 864 + type: Transform +- uid: 8110 + type: CableApcExtension + components: + - pos: 30.5,21.5 + parent: 864 + type: Transform +- uid: 8111 + type: CableApcExtension + components: + - pos: 31.5,21.5 + parent: 864 + type: Transform +- uid: 8112 + type: CableApcExtension + components: + - pos: 32.5,21.5 + parent: 864 + type: Transform +- uid: 8113 + type: CableApcExtension + components: + - pos: 32.5,22.5 + parent: 864 + type: Transform +- uid: 8114 + type: CableApcExtension + components: + - pos: 32.5,23.5 + parent: 864 + type: Transform +- uid: 8115 + type: CableApcExtension + components: + - pos: 29.5,22.5 + parent: 864 + type: Transform +- uid: 8116 + type: CableApcExtension + components: + - pos: 29.5,23.5 + parent: 864 + type: Transform +- uid: 8117 + type: CableApcExtension + components: + - pos: 29.5,24.5 + parent: 864 + type: Transform +- uid: 8118 + type: CableApcExtension + components: + - pos: 29.5,25.5 + parent: 864 + type: Transform +- uid: 8119 + type: CableApcExtension + components: + - pos: 29.5,26.5 + parent: 864 + type: Transform +- uid: 8120 + type: CableApcExtension + components: + - pos: 29.5,27.5 + parent: 864 + type: Transform +- uid: 8121 + type: CableApcExtension + components: + - pos: 29.5,28.5 + parent: 864 + type: Transform +- uid: 8122 + type: CableApcExtension + components: + - pos: 29.5,29.5 + parent: 864 + type: Transform +- uid: 8123 + type: CableApcExtension + components: + - pos: 29.5,30.5 + parent: 864 + type: Transform +- uid: 8124 + type: CableApcExtension + components: + - pos: 29.5,31.5 + parent: 864 + type: Transform +- uid: 8125 + type: CableApcExtension + components: + - pos: 30.5,31.5 + parent: 864 + type: Transform +- uid: 8126 + type: CableApcExtension + components: + - pos: 32.5,31.5 + parent: 864 + type: Transform +- uid: 8127 + type: CableApcExtension + components: + - pos: 31.5,31.5 + parent: 864 + type: Transform +- uid: 8128 + type: CableApcExtension + components: + - pos: 28.5,31.5 + parent: 864 + type: Transform +- uid: 8129 + type: CableApcExtension + components: + - pos: 27.5,31.5 + parent: 864 + type: Transform +- uid: 8130 + type: CableApcExtension + components: + - pos: 27.5,30.5 + parent: 864 + type: Transform +- uid: 8131 + type: CableApcExtension + components: + - pos: 27.5,29.5 + parent: 864 + type: Transform +- uid: 8132 + type: CableApcExtension + components: + - pos: 32.5,30.5 + parent: 864 + type: Transform +- uid: 8133 + type: CableApcExtension + components: + - pos: 32.5,29.5 + parent: 864 + type: Transform +- uid: 8134 + type: CableApcExtension + components: + - pos: 27.5,28.5 + parent: 864 + type: Transform +- uid: 8135 + type: CableApcExtension + components: + - pos: 32.5,28.5 + parent: 864 + type: Transform +- uid: 8136 + type: SpawnPointSecurityCadet + components: + - pos: 24.5,17.5 + parent: 864 + type: Transform +- uid: 8137 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 31.5,13.5 + parent: 864 + type: Transform +- uid: 8138 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 34.5,13.5 + parent: 864 + type: Transform +- uid: 8139 + type: SinkWide + components: + - rot: 3.141592653589793 rad + pos: -21.5,41.5 + parent: 864 + type: Transform +- uid: 8140 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 14.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 8141 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 10.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 8142 + type: Poweredlight + components: + - pos: 16.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 8143 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 20.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8144 + type: CarpetBlue + components: + - rot: 3.141592653589793 rad + pos: 10.5,12.5 + parent: 864 + type: Transform +- uid: 8145 + type: CarpetBlue + components: + - rot: 3.141592653589793 rad + pos: 10.5,11.5 + parent: 864 + type: Transform +- uid: 8146 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 14.5,13.5 + parent: 864 + type: Transform +- uid: 8147 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 14.5,12.5 + parent: 864 + type: Transform +- uid: 8148 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 14.5,11.5 + parent: 864 + type: Transform +- uid: 8149 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 11.5,7.5 + parent: 864 + type: Transform +- uid: 8150 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 14.5,10.5 + parent: 864 + type: Transform +- uid: 8151 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 9.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8152 + type: GasPipeStraight + components: + - pos: 11.5,18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8153 + type: GasPipeStraight + components: + - pos: 11.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8154 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 10.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8155 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 11.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8156 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 7.5,18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8157 + type: ClothingHeadHatUshanka + components: + - pos: 20.592352,12.520571 + parent: 864 + type: Transform +- uid: 8158 + type: TableWood + components: + - pos: 22.5,11.5 + parent: 864 + type: Transform +- uid: 8159 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: 20.5,11.5 + parent: 864 + type: Transform +- uid: 8160 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 22.5,12.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 8161 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 10.5,8.5 + parent: 864 + type: Transform +- uid: 8162 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 864 + type: Transform +- uid: 8163 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 864 + type: Transform +- uid: 8164 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 11.5,8.5 + parent: 864 + type: Transform +- uid: 8165 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 11.5,7.5 + parent: 864 + type: Transform +- uid: 8166 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 11.5,6.5 + parent: 864 + type: Transform +- uid: 8167 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 12.5,8.5 + parent: 864 + type: Transform +- uid: 8168 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 12.5,7.5 + parent: 864 + type: Transform +- uid: 8169 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 12.5,6.5 + parent: 864 + type: Transform +- uid: 8170 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 13.5,8.5 + parent: 864 + type: Transform +- uid: 8171 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 13.5,7.5 + parent: 864 + type: Transform +- uid: 8172 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: 13.5,6.5 + parent: 864 + type: Transform +- uid: 8173 + type: CarpetBlue + components: + - rot: 3.141592653589793 rad + pos: 17.5,13.5 + parent: 864 + type: Transform +- uid: 8174 + type: CarpetBlue + components: + - rot: 3.141592653589793 rad + pos: 17.5,12.5 + parent: 864 + type: Transform +- uid: 8175 + type: CarpetBlue + components: + - rot: 3.141592653589793 rad + pos: 17.5,11.5 + parent: 864 + type: Transform +- uid: 8176 + type: SpawnPointBartender + components: + - pos: 17.5,13.5 + parent: 864 + type: Transform +- uid: 8177 + type: ChairWood + components: + - pos: 11.5,9.5 + parent: 864 + type: Transform +- uid: 8178 + type: ChairWood + components: + - pos: 12.5,9.5 + parent: 864 + type: Transform +- uid: 8179 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 10.5,8.5 + parent: 864 + type: Transform +- uid: 8180 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 13.5,8.5 + parent: 864 + type: Transform +- uid: 8181 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 10.5,9.5 + parent: 864 + type: Transform +- uid: 8182 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 11.5,9.5 + parent: 864 + type: Transform +- uid: 8183 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 12.5,9.5 + parent: 864 + type: Transform +- uid: 8184 + type: CarpetOrange + components: + - rot: -1.5707963267948966 rad + pos: 13.5,9.5 + parent: 864 + type: Transform +- uid: 8185 + type: SpawnPointBartender + components: + - pos: 17.5,11.5 + parent: 864 + type: Transform +- uid: 8186 + type: RandomFoodBakedSingle + components: + - pos: 2.386652,0.7402582 + parent: 864 + type: Transform +- uid: 8187 + type: CableHV + components: + - pos: -4.5,2.5 + parent: 864 + type: Transform +- uid: 8188 + type: CableHV + components: + - pos: -5.5,2.5 + parent: 864 + type: Transform +- uid: 8189 + type: CableHV + components: + - pos: -6.5,2.5 + parent: 864 + type: Transform +- uid: 8190 + type: CableHV + components: + - pos: -7.5,2.5 + parent: 864 + type: Transform +- uid: 8191 + type: CableHV + components: + - pos: -8.5,2.5 + parent: 864 + type: Transform +- uid: 8192 + type: CableHV + components: + - pos: -9.5,2.5 + parent: 864 + type: Transform +- uid: 8193 + type: CableHV + components: + - pos: -10.5,2.5 + parent: 864 + type: Transform +- uid: 8194 + type: CableHV + components: + - pos: -11.5,2.5 + parent: 864 + type: Transform +- uid: 8195 + type: CableHV + components: + - pos: -12.5,2.5 + parent: 864 + type: Transform +- uid: 8196 + type: CableHV + components: + - pos: -13.5,2.5 + parent: 864 + type: Transform +- uid: 8197 + type: DonkpocketBoxSpawner + components: + - pos: -9.5,-10.5 + parent: 864 + type: Transform +- uid: 8198 + type: WallSolid + components: + - pos: -6.5,-12.5 + parent: 864 + type: Transform +- uid: 8199 + type: WallSolid + components: + - pos: -6.5,-13.5 + parent: 864 + type: Transform +- uid: 8200 + type: WallReinforced + components: + - pos: -7.5,-34.5 + parent: 864 + type: Transform +- uid: 8201 + type: WallReinforced + components: + - pos: -12.5,-32.5 + parent: 864 + type: Transform +- uid: 8202 + type: Grille + components: + - pos: -6.5,-37.5 + parent: 864 + type: Transform +- uid: 8203 + type: WallReinforced + components: + - pos: -12.5,-31.5 + parent: 864 + type: Transform +- uid: 8204 + type: WallSolid + components: + - pos: -13.5,-34.5 + parent: 864 + type: Transform +- uid: 8205 + type: WallSolid + components: + - pos: -13.5,-35.5 + parent: 864 + type: Transform +- uid: 8206 + type: WallSolid + components: + - pos: -13.5,-36.5 + parent: 864 + type: Transform +- uid: 8207 + type: WallSolid + components: + - pos: -13.5,-37.5 + parent: 864 + type: Transform +- uid: 8208 + type: Grille + components: + - pos: -6.5,-38.5 + parent: 864 + type: Transform +- uid: 8209 + type: WallSolid + components: + - pos: -13.5,-39.5 + parent: 864 + type: Transform +- uid: 8210 + type: WallSolid + components: + - pos: -16.5,-36.5 + parent: 864 + type: Transform +- uid: 8211 + type: WallSolid + components: + - pos: -15.5,-36.5 + parent: 864 + type: Transform +- uid: 8212 + type: WallSolid + components: + - pos: -14.5,-36.5 + parent: 864 + type: Transform +- uid: 8213 + type: ComfyChair + components: + - pos: 20.5,13.5 + parent: 864 + type: Transform +- uid: 8214 + type: Grille + components: + - pos: -9.5,-40.5 + parent: 864 + type: Transform +- uid: 8215 + type: Grille + components: + - pos: -10.5,-40.5 + parent: 864 + type: Transform +- uid: 8216 + type: Grille + components: + - pos: -11.5,-40.5 + parent: 864 + type: Transform +- uid: 8217 + type: FirelockGlass + components: + - pos: -8.5,-40.5 + parent: 864 + type: Transform +- uid: 8218 + type: ComfyChair + components: + - pos: -15.5,-37.5 + parent: 864 + type: Transform +- uid: 8219 + type: Bed + components: + - pos: -15.5,-39.5 + parent: 864 + type: Transform +- uid: 8220 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-37.5 + parent: 864 + type: Transform +- uid: 8221 + type: PaintingMoony + components: + - pos: -15.5,-36.5 + parent: 864 + type: Transform +- uid: 8222 + type: PaintingAmogusTriptych + components: + - pos: -16.5,-36.5 + parent: 864 + type: Transform +- uid: 8223 + type: PaintingTheScream + components: + - pos: -7.5,-35.5 + parent: 864 + type: Transform +- uid: 8224 + type: SpawnPointPsychologist + components: + - pos: -11.5,-36.5 + parent: 864 + type: Transform +- uid: 8225 + type: AirlockMedicalLocked + components: + - pos: -13.5,-38.5 + parent: 864 + type: Transform +- uid: 8226 + type: AirlockChemistryLocked + components: + - pos: -11.5,-34.5 + parent: 864 + type: Transform +- uid: 8227 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-36.5 + parent: 864 + type: Transform +- uid: 8228 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-37.5 + parent: 864 + type: Transform +- uid: 8229 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-38.5 + parent: 864 + type: Transform +- uid: 8230 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -10.57877,-37.384254 + parent: 864 + type: Transform +- uid: 8231 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -10.57877,-37.384254 + parent: 864 + type: Transform +- uid: 8232 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -9.5,-35.5 + parent: 864 + type: Transform +- uid: 8233 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -9.5,-36.5 + parent: 864 + type: Transform +- uid: 8234 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -9.5,-37.5 + parent: 864 + type: Transform +- uid: 8235 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -10.5,-37.5 + parent: 864 + type: Transform +- uid: 8236 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -11.5,-37.5 + parent: 864 + type: Transform +- uid: 8237 + type: ChairOfficeLight + components: + - pos: -10.5,-36.5 + parent: 864 + type: Transform +- uid: 8238 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -11.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8239 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -11.5,-36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8240 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -11.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8241 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -11.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8242 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -11.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8243 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8244 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8245 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8246 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8247 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8248 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8249 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8250 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8251 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8252 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8253 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8254 + type: GasVentScrubber + components: + - pos: -9.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8255 + type: GasVentPump + components: + - pos: -16.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8256 + type: GasVentPump + components: + - pos: -11.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8257 + type: WallReinforced + components: + - pos: -7.5,-33.5 + parent: 864 + type: Transform +- uid: 8258 + type: WallReinforced + components: + - pos: -7.5,-32.5 + parent: 864 + type: Transform +- uid: 8259 + type: WallReinforced + components: + - pos: -7.5,-31.5 + parent: 864 + type: Transform +- uid: 8260 + type: WallReinforced + components: + - pos: -11.5,-31.5 + parent: 864 + type: Transform +- uid: 8261 + type: WallReinforced + components: + - pos: -10.5,-31.5 + parent: 864 + type: Transform +- uid: 8262 + type: WallReinforced + components: + - pos: -9.5,-31.5 + parent: 864 + type: Transform +- uid: 8263 + type: WallReinforced + components: + - pos: -8.5,-31.5 + parent: 864 + type: Transform +- uid: 8264 + type: TableWood + components: + - pos: -14.5,-39.5 + parent: 864 + type: Transform +- uid: 8265 + type: CableApcExtension + components: + - pos: -8.5,-41.5 + parent: 864 + type: Transform +- uid: 8266 + type: CableApcExtension + components: + - pos: -8.5,-40.5 + parent: 864 + type: Transform +- uid: 8267 + type: CableApcExtension + components: + - pos: -8.5,-39.5 + parent: 864 + type: Transform +- uid: 8268 + type: CableApcExtension + components: + - pos: -8.5,-38.5 + parent: 864 + type: Transform +- uid: 8269 + type: CableApcExtension + components: + - pos: -8.5,-37.5 + parent: 864 + type: Transform +- uid: 8270 + type: CableApcExtension + components: + - pos: -8.5,-36.5 + parent: 864 + type: Transform +- uid: 8271 + type: CableApcExtension + components: + - pos: -9.5,-36.5 + parent: 864 + type: Transform +- uid: 8272 + type: CableApcExtension + components: + - pos: -10.5,-36.5 + parent: 864 + type: Transform +- uid: 8273 + type: CableApcExtension + components: + - pos: -11.5,-36.5 + parent: 864 + type: Transform +- uid: 8274 + type: CableApcExtension + components: + - pos: -12.5,-36.5 + parent: 864 + type: Transform +- uid: 8275 + type: CableApcExtension + components: + - pos: -12.5,-37.5 + parent: 864 + type: Transform +- uid: 8276 + type: CableApcExtension + components: + - pos: -12.5,-38.5 + parent: 864 + type: Transform +- uid: 8277 + type: CableApcExtension + components: + - pos: -13.5,-38.5 + parent: 864 + type: Transform +- uid: 8278 + type: CableApcExtension + components: + - pos: -14.5,-38.5 + parent: 864 + type: Transform +- uid: 8279 + type: CableApcExtension + components: + - pos: -15.5,-38.5 + parent: 864 + type: Transform +- uid: 8280 + type: CableApcExtension + components: + - pos: -11.5,-35.5 + parent: 864 + type: Transform +- uid: 8281 + type: CableApcExtension + components: + - pos: -11.5,-34.5 + parent: 864 + type: Transform +- uid: 8282 + type: CableApcExtension + components: + - pos: -11.5,-33.5 + parent: 864 + type: Transform +- uid: 8283 + type: CableApcExtension + components: + - pos: -10.5,-33.5 + parent: 864 + type: Transform +- uid: 8284 + type: CableApcExtension + components: + - pos: -9.5,-33.5 + parent: 864 + type: Transform +- uid: 8285 + type: CableApcExtension + components: + - pos: -12.5,-39.5 + parent: 864 + type: Transform +- uid: 8286 + type: CableApcExtension + components: + - pos: -11.5,-39.5 + parent: 864 + type: Transform +- uid: 8287 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8288 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -10.57877,-37.384254 + parent: 864 + type: Transform +- uid: 8289 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -10.57877,-37.384254 + parent: 864 + type: Transform +- uid: 8290 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -10.57877,-37.384254 + parent: 864 + type: Transform +- uid: 8291 + type: Pen + components: + - rot: 3.141592653589793 rad + pos: -10.781895,-37.52488 + parent: 864 + type: Transform +- uid: 8292 + type: PillCanister + components: + - pos: -10.04752,-37.290504 + parent: 864 + type: Transform +- uid: 8293 + type: PillKelotane + components: + - pos: -9.034681,-32.24071 + parent: 864 + type: Transform +- uid: 8294 + type: PillKelotane + components: + - pos: -9.034681,-32.24071 + parent: 864 + type: Transform +- uid: 8295 + type: PillIron + components: + - pos: -9.034681,-32.506336 + parent: 864 + type: Transform +- uid: 8296 + type: Lamp + components: + - rot: -1.5707963267948966 rad + pos: -9.565374,-37.00866 + parent: 864 + type: Transform +- uid: 8297 + type: WarpPoint + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-39.5 + parent: 864 + type: Transform + - location: personnel + type: WarpPoint +- uid: 8298 + type: DrinkToxinsSpecialGlass + components: + - pos: -9.4857435,-36.467285 + parent: 864 + type: Transform +- uid: 8299 + type: CarpetBlack + components: + - pos: -7.5,-36.5 + parent: 864 + type: Transform +- uid: 8300 + type: CarpetBlack + components: + - pos: -7.5,-37.5 + parent: 864 + type: Transform +- uid: 8301 + type: CarpetBlack + components: + - pos: -7.5,-38.5 + parent: 864 + type: Transform +- uid: 8302 + type: CarpetBlack + components: + - pos: -11.5,-39.5 + parent: 864 + type: Transform +- uid: 8303 + type: CarpetBlack + components: + - pos: -10.5,-39.5 + parent: 864 + type: Transform +- uid: 8304 + type: CarpetBlack + components: + - pos: -9.5,-39.5 + parent: 864 + type: Transform +- uid: 8305 + type: CarpetOrange + components: + - pos: -12.5,-35.5 + parent: 864 + type: Transform +- uid: 8306 + type: CarpetOrange + components: + - pos: -12.5,-36.5 + parent: 864 + type: Transform +- uid: 8307 + type: CarpetOrange + components: + - pos: -12.5,-37.5 + parent: 864 + type: Transform +- uid: 8308 + type: CarpetOrange + components: + - pos: -11.5,-35.5 + parent: 864 + type: Transform +- uid: 8309 + type: CarpetOrange + components: + - pos: -11.5,-36.5 + parent: 864 + type: Transform +- uid: 8310 + type: CarpetOrange + components: + - pos: -11.5,-37.5 + parent: 864 + type: Transform +- uid: 8311 + type: CarpetOrange + components: + - pos: -10.5,-35.5 + parent: 864 + type: Transform +- uid: 8312 + type: CarpetOrange + components: + - pos: -10.5,-36.5 + parent: 864 + type: Transform +- uid: 8313 + type: CarpetOrange + components: + - pos: -10.5,-37.5 + parent: 864 + type: Transform +- uid: 8314 + type: CarpetOrange + components: + - pos: -9.5,-35.5 + parent: 864 + type: Transform +- uid: 8315 + type: CarpetOrange + components: + - pos: -9.5,-36.5 + parent: 864 + type: Transform +- uid: 8316 + type: CarpetOrange + components: + - pos: -9.5,-37.5 + parent: 864 + type: Transform +- uid: 8317 + type: CarpetPurple + components: + - pos: -16.5,-38.5 + parent: 864 + type: Transform +- uid: 8318 + type: CarpetPurple + components: + - pos: -16.5,-39.5 + parent: 864 + type: Transform +- uid: 8319 + type: CarpetPurple + components: + - pos: -15.5,-38.5 + parent: 864 + type: Transform +- uid: 8320 + type: CarpetPurple + components: + - pos: -15.5,-39.5 + parent: 864 + type: Transform +- uid: 8321 + type: CarpetPurple + components: + - pos: -14.5,-38.5 + parent: 864 + type: Transform +- uid: 8322 + type: CarpetPurple + components: + - pos: -14.5,-39.5 + parent: 864 + type: Transform +- uid: 8323 + type: Table + components: + - pos: -10.5,-32.5 + parent: 864 + type: Transform +- uid: 8324 + type: Table + components: + - pos: -9.5,-32.5 + parent: 864 + type: Transform +- uid: 8325 + type: Table + components: + - pos: -8.5,-32.5 + parent: 864 + type: Transform +- uid: 8326 + type: Table + components: + - pos: -8.5,-33.5 + parent: 864 + type: Transform +- uid: 8327 + type: BoxPillCanister + components: + - pos: -8.487805,-33.36571 + parent: 864 + type: Transform +- uid: 8328 + type: BoxPillCanister + components: + - pos: -8.62843,-33.14696 + parent: 864 + type: Transform +- uid: 8329 + type: PillIron + components: + - pos: -9.034681,-32.506336 + parent: 864 + type: Transform +- uid: 8330 + type: PillIron + components: + - pos: -9.034681,-32.506336 + parent: 864 + type: Transform +- uid: 8331 + type: PillIron + components: + - pos: -9.034681,-32.506336 + parent: 864 + type: Transform +- uid: 8332 + type: PillHyronalin + components: + - pos: -9.534681,-32.256336 + parent: 864 + type: Transform +- uid: 8333 + type: PillHyronalin + components: + - pos: -9.534681,-32.256336 + parent: 864 + type: Transform +- uid: 8334 + type: PillHyronalin + components: + - pos: -9.534681,-32.256336 + parent: 864 + type: Transform +- uid: 8335 + type: PillDylovene + components: + - pos: -9.519056,-32.52196 + parent: 864 + type: Transform +- uid: 8336 + type: PillDylovene + components: + - pos: -9.519056,-32.52196 + parent: 864 + type: Transform +- uid: 8337 + type: PillHyronalin + components: + - pos: -9.534681,-32.256336 + parent: 864 + type: Transform +- uid: 8338 + type: PillDylovene + components: + - pos: -9.503431,-32.52196 + parent: 864 + type: Transform +- uid: 8339 + type: PillDylovene + components: + - pos: -9.487806,-32.537586 + parent: 864 + type: Transform +- uid: 8340 + type: PillDexalin + components: + - pos: -10.034681,-32.27196 + parent: 864 + type: Transform +- uid: 8341 + type: PillDexalin + components: + - pos: -10.034681,-32.27196 + parent: 864 + type: Transform +- uid: 8342 + type: PillDexalin + components: + - pos: -10.019056,-32.27196 + parent: 864 + type: Transform +- uid: 8343 + type: PillDexalin + components: + - pos: -10.019056,-32.27196 + parent: 864 + type: Transform +- uid: 8344 + type: DrinkBottleWhiskey + components: + - pos: -10.628431,-32.17821 + parent: 864 + type: Transform +- uid: 8345 + type: BoxSyringe + components: + - pos: -8.384587,-32.982723 + parent: 864 + type: Transform +- uid: 8346 + type: TableWood + components: + - pos: -12.5,-35.5 + parent: 864 + type: Transform +- uid: 8347 + type: PosterLegitHelpOthers + components: + - pos: -7.5,-40.5 + parent: 864 + type: Transform +- uid: 8348 + type: PosterLegitCleanliness + components: + - pos: -10.5,-24.5 + parent: 864 + type: Transform +- uid: 8349 + type: PosterContrabandBeachStarYamamoto + components: + - pos: -9.5,-31.5 + parent: 864 + type: Transform +- uid: 8350 + type: PosterContrabandAmbrosiaVulgaris + components: + - pos: -10.5,-34.5 + parent: 864 + type: Transform +- uid: 8351 + type: PosterContrabandSmoke + components: + - pos: -6.5,-51.5 + parent: 864 + type: Transform +- uid: 8352 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-37.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 8353 + type: Poweredlight + components: + - pos: -8.5,-35.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 8354 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-37.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 8355 + type: PoweredSmallLight + components: + - pos: -11.5,-32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 8356 + type: WaterCooler + components: + - pos: -8.5,-35.5 + parent: 864 + type: Transform +- uid: 8357 + type: CarpetGreen + components: + - pos: -5.5,-49.5 + parent: 864 + type: Transform +- uid: 8358 + type: CarpetGreen + components: + - pos: -4.5,-49.5 + parent: 864 + type: Transform +- uid: 8359 + type: CarpetGreen + components: + - pos: -3.5,-49.5 + parent: 864 + type: Transform +- uid: 8360 + type: CarpetGreen + components: + - pos: -3.5,-50.5 + parent: 864 + type: Transform +- uid: 8361 + type: CarpetGreen + components: + - pos: -4.5,-50.5 + parent: 864 + type: Transform +- uid: 8362 + type: CarpetGreen + components: + - pos: -5.5,-50.5 + parent: 864 + type: Transform +- uid: 8363 + type: PaintingSkeletonCigarette + components: + - pos: -14.5,-36.5 + parent: 864 + type: Transform +- uid: 8364 + type: WallReinforced + components: + - pos: 7.5,-39.5 + parent: 864 + type: Transform +- uid: 8365 + type: WallReinforced + components: + - pos: 7.5,-38.5 + parent: 864 + type: Transform +- uid: 8366 + type: WallReinforced + components: + - pos: 7.5,-37.5 + parent: 864 + type: Transform +- uid: 8367 + type: WallReinforced + components: + - pos: 2.5,-35.5 + parent: 864 + type: Transform +- uid: 8368 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 68.5,-4.5 + parent: 864 + type: Transform +- uid: 8369 + type: WallReinforced + components: + - pos: 8.5,-37.5 + parent: 864 + type: Transform +- uid: 8370 + type: GasVentScrubber + components: + - pos: 5.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8371 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 5.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8372 + type: WallReinforced + components: + - pos: 8.5,-36.5 + parent: 864 + type: Transform +- uid: 8373 + type: WallReinforced + components: + - pos: 9.5,-36.5 + parent: 864 + type: Transform +- uid: 8374 + type: WallReinforced + components: + - pos: 10.5,-35.5 + parent: 864 + type: Transform +- uid: 8375 + type: WallReinforced + components: + - pos: 9.5,-35.5 + parent: 864 + type: Transform +- uid: 8376 + type: WallReinforced + components: + - pos: 6.5,-37.5 + parent: 864 + type: Transform +- uid: 8377 + type: WallReinforced + components: + - pos: 5.5,-37.5 + parent: 864 + type: Transform +- uid: 8378 + type: WallReinforced + components: + - pos: 3.5,-33.5 + parent: 864 + type: Transform +- uid: 8379 + type: WallReinforced + components: + - pos: 8.5,-31.5 + parent: 864 + type: Transform +- uid: 8380 + type: WallReinforced + components: + - pos: 3.5,-35.5 + parent: 864 + type: Transform +- uid: 8381 + type: WallReinforced + components: + - pos: 3.5,-36.5 + parent: 864 + type: Transform +- uid: 8382 + type: WallReinforced + components: + - pos: 4.5,-37.5 + parent: 864 + type: Transform +- uid: 8383 + type: WallReinforced + components: + - pos: 4.5,-36.5 + parent: 864 + type: Transform +- uid: 8384 + type: WallReinforced + components: + - pos: 4.5,-32.5 + parent: 864 + type: Transform +- uid: 8385 + type: WallReinforced + components: + - pos: 4.5,-31.5 + parent: 864 + type: Transform +- uid: 8386 + type: WallReinforced + components: + - pos: 5.5,-31.5 + parent: 864 + type: Transform +- uid: 8387 + type: WallReinforced + components: + - pos: 6.5,-31.5 + parent: 864 + type: Transform +- uid: 8388 + type: WallReinforced + components: + - pos: 7.5,-31.5 + parent: 864 + type: Transform +- uid: 8389 + type: ReinforcedWindow + components: + - pos: 10.5,-34.5 + parent: 864 + type: Transform +- uid: 8390 + type: WallReinforced + components: + - pos: 9.5,-32.5 + parent: 864 + type: Transform +- uid: 8391 + type: WallReinforced + components: + - pos: 3.5,-32.5 + parent: 864 + type: Transform +- uid: 8392 + type: CableApcExtension + components: + - pos: 7.5,-42.5 + parent: 864 + type: Transform +- uid: 8393 + type: CableApcExtension + components: + - pos: 7.5,-41.5 + parent: 864 + type: Transform +- uid: 8394 + type: CableApcExtension + components: + - pos: 7.5,-40.5 + parent: 864 + type: Transform +- uid: 8395 + type: CableApcExtension + components: + - pos: 7.5,-39.5 + parent: 864 + type: Transform +- uid: 8396 + type: CableApcExtension + components: + - pos: 7.5,-38.5 + parent: 864 + type: Transform +- uid: 8397 + type: CableApcExtension + components: + - pos: 7.5,-37.5 + parent: 864 + type: Transform +- uid: 8398 + type: CableApcExtension + components: + - pos: 7.5,-36.5 + parent: 864 + type: Transform +- uid: 8399 + type: BoxBeaker + components: + - pos: 7.5550737,-33.500523 + parent: 864 + type: Transform +- uid: 8400 + type: CableApcExtension + components: + - pos: 7.5,-34.5 + parent: 864 + type: Transform +- uid: 8401 + type: CableApcExtension + components: + - pos: 6.5,-34.5 + parent: 864 + type: Transform +- uid: 8402 + type: CableApcExtension + components: + - pos: 5.5,-34.5 + parent: 864 + type: Transform +- uid: 8403 + type: CableApcExtension + components: + - pos: 8.5,-34.5 + parent: 864 + type: Transform +- uid: 8404 + type: CableApcExtension + components: + - pos: 9.5,-34.5 + parent: 864 + type: Transform +- uid: 8405 + type: CableApcExtension + components: + - pos: 6.5,-33.5 + parent: 864 + type: Transform +- uid: 8406 + type: WallReinforced + components: + - pos: 10.5,-33.5 + parent: 864 + type: Transform +- uid: 8407 + type: hydroponicsTray + components: + - pos: 7.5,-32.5 + parent: 864 + type: Transform +- uid: 8408 + type: WallReinforced + components: + - pos: 9.5,-33.5 + parent: 864 + type: Transform +- uid: 8409 + type: hydroponicsTray + components: + - pos: 7.5,-36.5 + parent: 864 + type: Transform +- uid: 8410 + type: FirelockEdge + components: + - rot: 1.5707963267948966 rad + pos: 9.5,-34.5 + parent: 864 + type: Transform +- uid: 8411 + type: WallReinforced + components: + - pos: 2.5,-33.5 + parent: 864 + type: Transform +- uid: 8412 + type: Bucket + components: + - pos: 7.569458,-33.298008 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 8413 + type: HydroponicsToolMiniHoe + components: + - pos: 6.5485024,-33.478985 + parent: 864 + type: Transform +- uid: 8414 + type: chem_dispenser + components: + - pos: 8.5,-33.5 + parent: 864 + type: Transform +- uid: 8415 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 20.5,12.5 + parent: 864 + type: Transform +- uid: 8416 + type: Table + components: + - pos: 8.5,-35.5 + parent: 864 + type: Transform +- uid: 8417 + type: CarpetGreen + components: + - pos: 21.5,13.5 + parent: 864 + type: Transform +- uid: 8418 + type: BoxBeanbag + components: + - pos: 22.46031,13.536196 + parent: 864 + type: Transform +- uid: 8419 + type: BoxBeanbag + components: + - pos: 22.475935,13.770571 + parent: 864 + type: Transform +- uid: 8420 + type: TableWood + components: + - pos: 22.5,13.5 + parent: 864 + type: Transform +- uid: 8421 + type: CarpetGreen + components: + - pos: 21.5,10.5 + parent: 864 + type: Transform +- uid: 8422 + type: CarpetGreen + components: + - pos: 20.5,10.5 + parent: 864 + type: Transform +- uid: 8423 + type: CarpetGreen + components: + - pos: 20.5,12.5 + parent: 864 + type: Transform +- uid: 8424 + type: CarpetGreen + components: + - pos: 20.5,11.5 + parent: 864 + type: Transform +- uid: 8425 + type: CarpetGreen + components: + - pos: 21.5,11.5 + parent: 864 + type: Transform +- uid: 8426 + type: Grille + components: + - pos: 10.5,-34.5 + parent: 864 + type: Transform +- uid: 8427 + type: Bucket + components: + - pos: 7.256958,-33.485508 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 8428 + type: KitchenReagentGrinder + components: + - pos: 8.461864,-35.193996 + parent: 864 + type: Transform +- uid: 8429 + type: ClothingHandsGlovesLeather + components: + - pos: 6.4913335,-33.673008 + parent: 864 + type: Transform +- uid: 8430 + type: WallReinforced + components: + - pos: 8.5,-32.5 + parent: 864 + type: Transform +- uid: 8431 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 15.5,28.5 + parent: 864 + type: Transform +- uid: 8432 + type: PoppySeeds + components: + - pos: 8.210083,-35.407383 + parent: 864 + type: Transform +- uid: 8433 + type: PoppySeeds + components: + - pos: 8.210083,-35.407383 + parent: 864 + type: Transform +- uid: 8434 + type: PoppySeeds + components: + - pos: 8.210083,-35.407383 + parent: 864 + type: Transform +- uid: 8435 + type: PoppySeeds + components: + - pos: 8.210083,-35.407383 + parent: 864 + type: Transform +- uid: 8436 + type: CannabisSeeds + components: + - pos: 8.225708,-35.688633 + parent: 864 + type: Transform +- uid: 8437 + type: CannabisSeeds + components: + - pos: 8.225708,-35.688633 + parent: 864 + type: Transform +- uid: 8438 + type: CannabisSeeds + components: + - pos: 8.225708,-35.673008 + parent: 864 + type: Transform +- uid: 8439 + type: CannabisSeeds + components: + - pos: 8.225708,-35.673008 + parent: 864 + type: Transform +- uid: 8440 + type: CannabisSeeds + components: + - pos: 8.225708,-35.673008 + parent: 864 + type: Transform +- uid: 8441 + type: CannabisSeeds + components: + - pos: 8.225708,-35.673008 + parent: 864 + type: Transform +- uid: 8442 + type: CannabisSeeds + components: + - pos: 8.225708,-35.673008 + parent: 864 + type: Transform +- uid: 8443 + type: WallReinforced + components: + - pos: 7.5,-29.5 + parent: 864 + type: Transform +- uid: 8444 + type: WallReinforced + components: + - pos: 7.5,-30.5 + parent: 864 + type: Transform +- uid: 8445 + type: CarpetGreen + components: + - pos: 21.5,12.5 + parent: 864 + type: Transform +- uid: 8446 + type: CableApcExtension + components: + - pos: 4.5,-34.5 + parent: 864 + type: Transform +- uid: 8447 + type: ReinforcedWindow + components: + - pos: 2.5,-34.5 + parent: 864 + type: Transform +- uid: 8448 + type: Grille + components: + - pos: 2.5,-34.5 + parent: 864 + type: Transform +- uid: 8449 + type: FirelockEdge + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-34.5 + parent: 864 + type: Transform +- uid: 8450 + type: HydroponicsToolHatchet + components: + - rot: -1.5707963267948966 rad + pos: 6.327459,-33.455162 + parent: 864 + type: Transform +- uid: 8451 + type: HydroponicsToolClippers + components: + - rot: -1.5707963267948966 rad + pos: 6.264959,-33.377037 + parent: 864 + type: Transform +- uid: 8452 + type: hydroponicsTray + components: + - pos: 5.5,-32.5 + parent: 864 + type: Transform +- uid: 8453 + type: hydroponicsTray + components: + - pos: 5.5,-36.5 + parent: 864 + type: Transform +- uid: 8454 + type: WallReinforced + components: + - pos: 5.5,30.5 + parent: 864 + type: Transform +- uid: 8455 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 8456 + type: Poweredlight + components: + - pos: 6.5,22.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 8457 + type: ExteriorLightTube + components: + - pos: 5.405584,-33.517662 + parent: 864 + type: Transform +- uid: 8458 + type: Table + components: + - pos: 4.5,-35.5 + parent: 864 + type: Transform +- uid: 8459 + type: KitchenMicrowave + components: + - pos: 4.5,-35.5 + parent: 864 + type: Transform +- uid: 8460 + type: SeedExtractor + components: + - pos: 6.5,-36.5 + parent: 864 + type: Transform +- uid: 8461 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 6.5,-32.5 + parent: 864 + type: Transform +- uid: 8462 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-31.5 + parent: 864 + type: Transform +- uid: 8463 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-31.5 + parent: 864 + type: Transform +- uid: 8464 + type: CableApcStack1 + components: + - pos: 7.2470794,-35.65157 + parent: 864 + type: Transform +- uid: 8465 + type: Catwalk + components: + - pos: -4.5,-69.5 + parent: 864 + type: Transform +- uid: 8466 + type: Flash + components: + - pos: 1.001857,16.674898 + parent: 864 + type: Transform +- uid: 8467 + type: Catwalk + components: + - pos: -10.5,-16.5 + parent: 864 + type: Transform +- uid: 8468 + type: Catwalk + components: + - pos: -9.5,-16.5 + parent: 864 + type: Transform +- uid: 8469 + type: Catwalk + components: + - pos: -13.5,-31.5 + parent: 864 + type: Transform +- uid: 8470 + type: Catwalk + components: + - pos: -3.5,-69.5 + parent: 864 + type: Transform +- uid: 8471 + type: SpawnPointWarden + components: + - pos: 23.5,21.5 + parent: 864 + type: Transform +- uid: 8472 + type: LockerWardenFilled + components: + - pos: 20.5,23.5 + parent: 864 + type: Transform +- uid: 8473 + type: WallReinforced + components: + - pos: 20.5,-48.5 + parent: 864 + type: Transform +- uid: 8474 + type: ClothingMaskGasExplorer + components: + - pos: 5.710727,-35.6315 + parent: 864 + type: Transform +- uid: 8475 + type: ClothingMaskGasExplorer + components: + - pos: 5.460727,-35.490875 + parent: 864 + type: Transform +- uid: 8476 + type: DisposalBend + components: + - pos: 7.5,-26.5 + parent: 864 + type: Transform +- uid: 8477 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-26.5 + parent: 864 + type: Transform +- uid: 8478 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-26.5 + parent: 864 + type: Transform +- uid: 8479 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-26.5 + parent: 864 + type: Transform +- uid: 8480 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-26.5 + parent: 864 + type: Transform +- uid: 8481 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-26.5 + parent: 864 + type: Transform +- uid: 8482 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-26.5 + parent: 864 + type: Transform +- uid: 8483 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-26.5 + parent: 864 + type: Transform +- uid: 8484 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-26.5 + parent: 864 + type: Transform +- uid: 8485 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-26.5 + parent: 864 + type: Transform +- uid: 8486 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-26.5 + parent: 864 + type: Transform +- uid: 8487 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-26.5 + parent: 864 + type: Transform +- uid: 8488 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -4.5,-26.5 + parent: 864 + type: Transform +- uid: 8489 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-25.5 + parent: 864 + type: Transform +- uid: 8490 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-24.5 + parent: 864 + type: Transform +- uid: 8491 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-23.5 + parent: 864 + type: Transform +- uid: 8492 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-22.5 + parent: 864 + type: Transform +- uid: 8493 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-21.5 + parent: 864 + type: Transform +- uid: 8494 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-20.5 + parent: 864 + type: Transform +- uid: 8495 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-19.5 + parent: 864 + type: Transform +- uid: 8496 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-18.5 + parent: 864 + type: Transform +- uid: 8497 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-17.5 + parent: 864 + type: Transform +- uid: 8498 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-16.5 + parent: 864 + type: Transform +- uid: 8499 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-15.5 + parent: 864 + type: Transform +- uid: 8500 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-14.5 + parent: 864 + type: Transform +- uid: 8501 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-13.5 + parent: 864 + type: Transform +- uid: 8502 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -4.5,-12.5 + parent: 864 + type: Transform +- uid: 8503 + type: Table + components: + - pos: 22.5,23.5 + parent: 864 + type: Transform +- uid: 8504 + type: WallSolid + components: + - pos: -13.5,-11.5 + parent: 864 + type: Transform +- uid: 8505 + type: WallSolid + components: + - pos: -12.5,-11.5 + parent: 864 + type: Transform +- uid: 8506 + type: WallSolid + components: + - pos: -11.5,-13.5 + parent: 864 + type: Transform +- uid: 8507 + type: ClothingHeadHatOutlawHat + components: + - pos: 9.3584385,-34.561405 + parent: 864 + type: Transform +- uid: 8508 + type: ClothingHeadHatPirate + components: + - pos: 3.7021885,-34.592655 + parent: 864 + type: Transform +- uid: 8509 + type: ComputerCriminalRecords + components: + - rot: -1.5707963267948966 rad + pos: 26.5,20.5 + parent: 864 + type: Transform +- uid: 8510 + type: Table + components: + - pos: 23.5,23.5 + parent: 864 + type: Transform +- uid: 8511 + type: Table + components: + - pos: 24.5,23.5 + parent: 864 + type: Transform +- uid: 8512 + type: Table + components: + - pos: 25.5,23.5 + parent: 864 + type: Transform +- uid: 8513 + type: RandomFoodSingle + components: + - pos: 4.5,15.5 + parent: 864 + type: Transform +- uid: 8514 + type: Paper + components: + - pos: 24.486351,19.53259 + parent: 864 + type: Transform +- uid: 8515 + type: Paper + components: + - pos: 24.486351,19.53259 + parent: 864 + type: Transform +- uid: 8516 + type: Paper + components: + - pos: 24.486351,19.53259 + parent: 864 + type: Transform +- uid: 8517 + type: ComputerSurveillanceCameraMonitor + components: + - rot: 1.5707963267948966 rad + pos: 24.5,20.5 + parent: 864 + type: Transform +- uid: 8518 + type: DisposalBend + components: + - pos: -4.5,-11.5 + parent: 864 + type: Transform +- uid: 8519 + type: ChairPilotSeat + components: + - pos: 6.5,-34.5 + parent: 864 + type: Transform +- uid: 8520 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-11.5 + parent: 864 + type: Transform +- uid: 8521 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-11.5 + parent: 864 + type: Transform +- uid: 8522 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-11.5 + parent: 864 + type: Transform +- uid: 8523 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 864 + type: Transform +- uid: 8524 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-12.5 + parent: 864 + type: Transform +- uid: 8525 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8526 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 864 + type: Transform +- uid: 8527 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -12.5,-12.5 + parent: 864 + type: Transform +- uid: 8528 + type: DisposalPipe + components: + - pos: -12.5,-11.5 + parent: 864 + type: Transform +- uid: 8529 + type: DisposalPipe + components: + - pos: -12.5,-10.5 + parent: 864 + type: Transform +- uid: 8530 + type: DisposalTrunk + components: + - pos: -12.5,-9.5 + parent: 864 + type: Transform +- uid: 8531 + type: DisposalMachineFrame + components: + - pos: -12.5,-10.5 + parent: 864 + type: Transform +- uid: 8532 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 4.5,22.5 + parent: 864 + type: Transform +- uid: 8533 + type: AirlockMaintLocked + components: + - pos: -8.5,-14.5 + parent: 864 + type: Transform +- uid: 8534 + type: ShuttersNormal + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-10.5 + parent: 864 + type: Transform +- uid: 8535 + type: AirlockGlass + components: + - pos: -6.5,-11.5 + parent: 864 + type: Transform +- uid: 8536 + type: AirlockMaintLocked + components: + - pos: -11.5,-12.5 + parent: 864 + type: Transform +- uid: 8537 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8538 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8539 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8540 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8541 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8542 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -8.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8543 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8544 + type: GasVentPump + components: + - pos: -8.5,-8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8545 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -8.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8546 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 4.5,21.5 + parent: 864 + type: Transform +- uid: 8547 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 4.5,20.5 + parent: 864 + type: Transform +- uid: 8548 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 5.5,22.5 + parent: 864 + type: Transform +- uid: 8549 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 5.5,21.5 + parent: 864 + type: Transform +- uid: 8550 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 5.5,20.5 + parent: 864 + type: Transform +- uid: 8551 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 6.5,22.5 + parent: 864 + type: Transform +- uid: 8552 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 6.5,21.5 + parent: 864 + type: Transform +- uid: 8553 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 6.5,20.5 + parent: 864 + type: Transform +- uid: 8554 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 7.5,22.5 + parent: 864 + type: Transform +- uid: 8555 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 7.5,21.5 + parent: 864 + type: Transform +- uid: 8556 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 7.5,20.5 + parent: 864 + type: Transform +- uid: 8557 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 8.5,22.5 + parent: 864 + type: Transform +- uid: 8558 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 8.5,21.5 + parent: 864 + type: Transform +- uid: 8559 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 8.5,20.5 + parent: 864 + type: Transform +- uid: 8560 + type: Dresser + components: + - pos: 7.5,22.5 + parent: 864 + type: Transform +- uid: 8561 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 28.5,13.5 + parent: 864 + type: Transform +- uid: 8562 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 39.5,8.5 + parent: 864 + type: Transform +- uid: 8563 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 39.5,5.5 + parent: 864 + type: Transform +- uid: 8564 + type: BannerSecurity + components: + - pos: 21.5,18.5 + parent: 864 + type: Transform +- uid: 8565 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 17.5,22.5 + parent: 864 + type: Transform +- uid: 8566 + type: Table + components: + - pos: 17.5,21.5 + parent: 864 + type: Transform +- uid: 8567 + type: Table + components: + - pos: 16.5,21.5 + parent: 864 + type: Transform +- uid: 8568 + type: Table + components: + - pos: 15.5,21.5 + parent: 864 + type: Transform +- uid: 8569 + type: Paper + components: + - pos: 24.486351,19.53259 + parent: 864 + type: Transform +- uid: 8570 + type: Paper + components: + - pos: 24.486351,19.53259 + parent: 864 + type: Transform +- uid: 8571 + type: FoodBoxDonut + components: + - pos: 26.464457,19.555838 + parent: 864 + type: Transform +- uid: 8572 + type: Paper + components: + - pos: 24.486351,19.53259 + parent: 864 + type: Transform +- uid: 8573 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 15.5,22.5 + parent: 864 + type: Transform +- uid: 8574 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 16.5,22.5 + parent: 864 + type: Transform +- uid: 8575 + type: Chair + components: + - pos: 17.5,23.5 + parent: 864 + type: Transform +- uid: 8576 + type: Chair + components: + - pos: 15.5,23.5 + parent: 864 + type: Transform +- uid: 8577 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 16.5,20.5 + parent: 864 + type: Transform +- uid: 8578 + type: ChairOfficeLight + components: + - rot: 3.141592653589793 rad + pos: 17.5,20.5 + parent: 864 + type: Transform +- uid: 8579 + type: BoxZiptie + components: + - pos: 15.609102,22.64932 + parent: 864 + type: Transform +- uid: 8580 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 16.421602,22.571196 + parent: 864 + type: Transform +- uid: 8581 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 16.515352,22.55557 + parent: 864 + type: Transform +- uid: 8582 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 16.499727,22.571196 + parent: 864 + type: Transform +- uid: 8583 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 16.499727,22.571196 + parent: 864 + type: Transform +- uid: 8584 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: 16.499727,22.571196 + parent: 864 + type: Transform +- uid: 8585 + type: Pen + components: + - rot: 3.141592653589793 rad + pos: 16.218477,22.61807 + parent: 864 + type: Transform +- uid: 8586 + type: Pen + components: + - pos: 16.327852,21.55557 + parent: 864 + type: Transform +- uid: 8587 + type: LockerEvidence + components: + - pos: 18.5,23.5 + parent: 864 + type: Transform +- uid: 8588 + type: WallReinforced + components: + - pos: 18.5,24.5 + parent: 864 + type: Transform +- uid: 8589 + type: WallReinforced + components: + - pos: 17.5,24.5 + parent: 864 + type: Transform +- uid: 8590 + type: WallReinforced + components: + - pos: 16.5,24.5 + parent: 864 + type: Transform +- uid: 8591 + type: WallReinforced + components: + - pos: 15.5,24.5 + parent: 864 + type: Transform +- uid: 8592 + type: AirlockMaintSecLocked + components: + - name: interrogation room + type: MetaData + - pos: 14.5,24.5 + parent: 864 + type: Transform +- uid: 8593 + type: WallReinforced + components: + - pos: 13.5,24.5 + parent: 864 + type: Transform +- uid: 8594 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 15.5,29.5 + parent: 864 + type: Transform +- uid: 8595 + type: ComputerTelevision + components: + - pos: 23.5,23.5 + parent: 864 + type: Transform +- uid: 8596 + type: RandomFoodSingle + components: + - pos: 11.5,8.5 + parent: 864 + type: Transform +- uid: 8597 + type: PottedPlantRandom + components: + - pos: 20.5,18.5 + parent: 864 + type: Transform +- uid: 8598 + type: RandomSpawner + components: + - pos: 22.5,17.5 + parent: 864 + type: Transform +- uid: 8599 + type: RandomSpawner + components: + - pos: 5.5,13.5 + parent: 864 + type: Transform +- uid: 8600 + type: RandomSpawner + components: + - pos: 6.5,15.5 + parent: 864 + type: Transform +- uid: 8601 + type: RandomSpawner + components: + - pos: 17.5,0.5 + parent: 864 + type: Transform +- uid: 8602 + type: RandomSpawner + components: + - pos: 33.5,0.5 + parent: 864 + type: Transform +- uid: 8603 + type: RandomSpawner + components: + - pos: 32.5,-2.5 + parent: 864 + type: Transform +- uid: 8604 + type: RandomSpawner + components: + - pos: 26.5,-11.5 + parent: 864 + type: Transform +- uid: 8605 + type: RandomSpawner + components: + - pos: -5.5,-32.5 + parent: 864 + type: Transform +- uid: 8606 + type: RandomSpawner + components: + - pos: -2.5,-46.5 + parent: 864 + type: Transform +- uid: 8607 + type: RandomSpawner + components: + - pos: 35.5,-17.5 + parent: 864 + type: Transform +- uid: 8608 + type: Rack + components: + - pos: -12.5,-8.5 + parent: 864 + type: Transform +- uid: 8609 + type: ReagentContainerSugar + components: + - pos: -12.318817,-8.340916 + parent: 864 + type: Transform +- uid: 8610 + type: Barricade + components: + - pos: -15.5,-8.5 + parent: 864 + type: Transform +- uid: 8611 + type: Barricade + components: + - pos: -14.5,-8.5 + parent: 864 + type: Transform +- uid: 8612 + type: Barricade + components: + - pos: -16.5,-10.5 + parent: 864 + type: Transform +- uid: 8613 + type: CigarCase + components: + - pos: -12.420865,-35.409706 + parent: 864 + type: Transform +- uid: 8614 + type: DrinkWaterBottleFull + components: + - pos: -14.530239,-37.26908 + parent: 864 + type: Transform +- uid: 8615 + type: SinkWide + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-32.5 + parent: 864 + type: Transform +- uid: 8616 + type: WallReinforced + components: + - pos: 47.5,-36.5 + parent: 864 + type: Transform +- uid: 8617 + type: ReinforcedWindow + components: + - pos: 47.5,-35.5 + parent: 864 + type: Transform +- uid: 8618 + type: ReinforcedWindow + components: + - pos: 42.5,-34.5 + parent: 864 + type: Transform +- uid: 8619 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-9.5 + parent: 864 + type: Transform +- uid: 8620 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-10.5 + parent: 864 + type: Transform +- uid: 8621 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-11.5 + parent: 864 + type: Transform +- uid: 8622 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: -9.5,1.5 + parent: 864 + type: Transform +- uid: 8623 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-7.5 + parent: 864 + type: Transform +- uid: 8624 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -4.5,0.5 + parent: 864 + type: Transform +- uid: 8625 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -4.5,1.5 + parent: 864 + type: Transform +- uid: 8626 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -8.5,0.5 + parent: 864 + type: Transform +- uid: 8627 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -8.5,1.5 + parent: 864 + type: Transform +- uid: 8628 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 864 + type: Transform +- uid: 8629 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-42.5 + parent: 864 + type: Transform +- uid: 8630 + type: AirlockMaintLocked + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-20.5 + parent: 864 + type: Transform +- uid: 8631 + type: AirlockMaintLocked + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-9.5 + parent: 864 + type: Transform +- uid: 8632 + type: Table + components: + - pos: 1.5,16.5 + parent: 864 + type: Transform +- uid: 8633 + type: SheetPlasteel + components: + - pos: 21.531128,-47.433205 + parent: 864 + type: Transform +- uid: 8634 + type: SpawnPointSecurityOfficer + components: + - pos: -0.5,19.5 + parent: 864 + type: Transform +- uid: 8635 + type: SpawnPointSecurityOfficer + components: + - pos: 1.5,19.5 + parent: 864 + type: Transform +- uid: 8636 + type: StoolBar + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-8.5 + parent: 864 + type: Transform +- uid: 8637 + type: WallSolidRust + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-7.5 + parent: 864 + type: Transform +- uid: 8638 + type: TableCounterWood + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-10.5 + parent: 864 + type: Transform +- uid: 8639 + type: TableCounterWood + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-9.5 + parent: 864 + type: Transform +- uid: 8640 + type: TableCounterWood + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-8.5 + parent: 864 + type: Transform +- uid: 8641 + type: TableCounterWood + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-11.5 + parent: 864 + type: Transform +- uid: 8642 + type: StoolBar + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-9.5 + parent: 864 + type: Transform +- uid: 8643 + type: StoolBar + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 864 + type: Transform +- uid: 8644 + type: TableFrame + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-8.5 + parent: 864 + type: Transform +- uid: 8645 + type: Rack + components: + - pos: -7.5,-13.5 + parent: 864 + type: Transform +- uid: 8646 + type: ScalpelShiv + components: + - pos: 8.480233,-34.51868 + parent: 864 + type: Transform +- uid: 8647 + type: WallSolid + components: + - pos: -17.5,-11.5 + parent: 864 + type: Transform +- uid: 8648 + type: WallSolid + components: + - pos: -17.5,-12.5 + parent: 864 + type: Transform +- uid: 8649 + type: Catwalk + components: + - pos: -14.5,-31.5 + parent: 864 + type: Transform +- uid: 8650 + type: Catwalk + components: + - pos: -15.5,-31.5 + parent: 864 + type: Transform +- uid: 8651 + type: Catwalk + components: + - pos: -2.5,-69.5 + parent: 864 + type: Transform +- uid: 8652 + type: Catwalk + components: + - pos: -16.5,-31.5 + parent: 864 + type: Transform +- uid: 8653 + type: Catwalk + components: + - pos: -16.5,-32.5 + parent: 864 + type: Transform +- uid: 8654 + type: Catwalk + components: + - pos: -16.5,-33.5 + parent: 864 + type: Transform +- uid: 8655 + type: Catwalk + components: + - pos: -6.5,-69.5 + parent: 864 + type: Transform +- uid: 8656 + type: WeaponDisabler + components: + - pos: 0.28310704,16.704845 + parent: 864 + type: Transform +- uid: 8657 + type: Flash + components: + - pos: 0.81435704,16.518648 + parent: 864 + type: Transform +- uid: 8658 + type: WallSolid + components: + - pos: -11.5,0.5 + parent: 864 + type: Transform +- uid: 8659 + type: ReinforcedWindow + components: + - pos: -12.5,14.5 + parent: 864 + type: Transform +- uid: 8660 + type: Catwalk + components: + - pos: -12.5,15.5 + parent: 864 + type: Transform +- uid: 8661 + type: WallSolid + components: + - pos: -13.5,14.5 + parent: 864 + type: Transform +- uid: 8662 + type: Catwalk + components: + - pos: -13.5,15.5 + parent: 864 + type: Transform +- uid: 8663 + type: Catwalk + components: + - pos: -14.5,15.5 + parent: 864 + type: Transform +- uid: 8664 + type: RandomPosterContraband + components: + - pos: -15.5,14.5 + parent: 864 + type: Transform +- uid: 8665 + type: Grille + components: + - pos: -12.5,14.5 + parent: 864 + type: Transform +- uid: 8666 + type: WallSolid + components: + - pos: -17.5,11.5 + parent: 864 + type: Transform +- uid: 8667 + type: WallSolid + components: + - pos: -15.5,14.5 + parent: 864 + type: Transform +- uid: 8668 + type: WallReinforced + components: + - pos: 49.5,44.5 + parent: 864 + type: Transform +- uid: 8669 + type: RandomPosterContraband + components: + - pos: -12.5,14.5 + parent: 864 + type: Transform +- uid: 8670 + type: ReinforcedWindow + components: + - pos: -22.5,9.5 + parent: 864 + type: Transform +- uid: 8671 + type: ReinforcedWindow + components: + - pos: -23.5,9.5 + parent: 864 + type: Transform +- uid: 8672 + type: WallSolid + components: + - pos: -21.5,13.5 + parent: 864 + type: Transform +- uid: 8673 + type: WallSolid + components: + - pos: -21.5,10.5 + parent: 864 + type: Transform +- uid: 8674 + type: WallSolid + components: + - pos: -17.5,13.5 + parent: 864 + type: Transform +- uid: 8675 + type: WallSolid + components: + - pos: -17.5,12.5 + parent: 864 + type: Transform +- uid: 8676 + type: WallSolid + components: + - pos: -17.5,14.5 + parent: 864 + type: Transform +- uid: 8677 + type: WallSolid + components: + - pos: -16.5,14.5 + parent: 864 + type: Transform +- uid: 8678 + type: WallSolid + components: + - pos: -15.5,-32.5 + parent: 864 + type: Transform +- uid: 8679 + type: WallSolid + components: + - pos: -15.5,-33.5 + parent: 864 + type: Transform +- uid: 8680 + type: AirlockGlass + components: + - name: Psychologist's office + type: MetaData + - pos: -8.5,-40.5 + parent: 864 + type: Transform +- uid: 8681 + type: WallSolid + components: + - pos: -9.5,-30.5 + parent: 864 + type: Transform +- uid: 8682 + type: WallSolid + components: + - pos: -15.5,-30.5 + parent: 864 + type: Transform +- uid: 8683 + type: WallSolid + components: + - pos: -14.5,-30.5 + parent: 864 + type: Transform +- uid: 8684 + type: WallSolid + components: + - pos: -14.5,-29.5 + parent: 864 + type: Transform +- uid: 8685 + type: SignCanisters + components: + - pos: -36.5,-39.5 + parent: 864 + type: Transform +- uid: 8686 + type: SignAtmos + components: + - pos: -21.5,-31.5 + parent: 864 + type: Transform +- uid: 8687 + type: CableApcExtension + components: + - pos: -55.5,-27.5 + parent: 864 + type: Transform +- uid: 8688 + type: CableApcExtension + components: + - pos: -54.5,-27.5 + parent: 864 + type: Transform +- uid: 8689 + type: CableApcExtension + components: + - pos: -53.5,-27.5 + parent: 864 + type: Transform +- uid: 8690 + type: AirlockJanitorLocked + components: + - name: janitorial closet + type: MetaData + - pos: -11.5,-24.5 + parent: 864 + type: Transform +- uid: 8691 + type: Firelock + components: + - rot: 3.141592653589793 rad + pos: 14.5,-3.5 + parent: 864 + type: Transform +- uid: 8692 + type: Firelock + components: + - pos: 19.5,-8.5 + parent: 864 + type: Transform +- uid: 8693 + type: Catwalk + components: + - pos: -6.5,-71.5 + parent: 864 + type: Transform +- uid: 8694 + type: Catwalk + components: + - pos: -7.5,-71.5 + parent: 864 + type: Transform +- uid: 8695 + type: Catwalk + components: + - pos: -8.5,-71.5 + parent: 864 + type: Transform +- uid: 8696 + type: Catwalk + components: + - pos: -9.5,-71.5 + parent: 864 + type: Transform +- uid: 8697 + type: Catwalk + components: + - pos: -10.5,-71.5 + parent: 864 + type: Transform +- uid: 8698 + type: Catwalk + components: + - pos: -11.5,-71.5 + parent: 864 + type: Transform +- uid: 8699 + type: Grille + components: + - pos: -13.5,-17.5 + parent: 864 + type: Transform +- uid: 8700 + type: GrilleBroken + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-11.5 + parent: 864 + type: Transform +- uid: 8701 + type: GrilleBroken + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-11.5 + parent: 864 + type: Transform +- uid: 8702 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,16.5 + parent: 864 + type: Transform +- uid: 8703 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,16.5 + parent: 864 + type: Transform +- uid: 8704 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,16.5 + parent: 864 + type: Transform +- uid: 8705 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -12.5,16.5 + parent: 864 + type: Transform +- uid: 8706 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,16.5 + parent: 864 + type: Transform +- uid: 8707 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,17.5 + parent: 864 + type: Transform +- uid: 8708 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,17.5 + parent: 864 + type: Transform +- uid: 8709 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,17.5 + parent: 864 + type: Transform +- uid: 8710 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -8.5,17.5 + parent: 864 + type: Transform +- uid: 8711 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -7.5,17.5 + parent: 864 + type: Transform +- uid: 8712 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -6.5,17.5 + parent: 864 + type: Transform +- uid: 8713 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -5.5,17.5 + parent: 864 + type: Transform +- uid: 8714 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -3.5,17.5 + parent: 864 + type: Transform +- uid: 8715 + type: ClosetEmergencyFilledRandom + components: + - pos: -11.5,-30.5 + parent: 864 + type: Transform +- uid: 8716 + type: ClosetFireFilled + components: + - pos: -12.5,-30.5 + parent: 864 + type: Transform +- uid: 8717 + type: Firelock + components: + - pos: -9.5,-29.5 + parent: 864 + type: Transform +- uid: 8718 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-30.5 + parent: 864 + type: Transform +- uid: 8719 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-15.5 + parent: 864 + type: Transform +- uid: 8720 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 864 + type: Transform +- uid: 8721 + type: ClosetFireFilled + components: + - pos: -10.5,-15.5 + parent: 864 + type: Transform +- uid: 8722 + type: ToolboxMechanicalFilled + components: + - pos: -9.575004,-15.463844 + parent: 864 + type: Transform +- uid: 8723 + type: CableMVStack1 + components: + - pos: -7.509827,-18.483719 + parent: 864 + type: Transform +- uid: 8724 + type: WallReinforced + components: + - pos: 19.5,30.5 + parent: 864 + type: Transform +- uid: 8725 + type: WallReinforced + components: + - pos: 19.5,29.5 + parent: 864 + type: Transform +- uid: 8726 + type: WallReinforced + components: + - pos: 19.5,28.5 + parent: 864 + type: Transform +- uid: 8727 + type: WallReinforced + components: + - pos: 19.5,27.5 + parent: 864 + type: Transform +- uid: 8728 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 20.5,26.5 + parent: 864 + type: Transform +- uid: 8729 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 19.5,26.5 + parent: 864 + type: Transform +- uid: 8730 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 21.5,26.5 + parent: 864 + type: Transform +- uid: 8731 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 22.5,26.5 + parent: 864 + type: Transform +- uid: 8732 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8733 + type: GasVentScrubber + components: + - pos: -0.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8734 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8735 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8736 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8737 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8738 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8739 + type: MopBucket + components: + - pos: -7.4872947,-16.31614 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 8740 + type: NitrogenCanister + components: + - pos: -12.5,-14.5 + parent: 864 + type: Transform +- uid: 8741 + type: OxygenCanister + components: + - pos: -14.5,-14.5 + parent: 864 + type: Transform +- uid: 8742 + type: AirCanister + components: + - pos: -13.5,-14.5 + parent: 864 + type: Transform +- uid: 8743 + type: MachineFrameDestroyed + components: + - pos: -13.5,-19.5 + parent: 864 + type: Transform +- uid: 8744 + type: UnfinishedMachineFrame + components: + - pos: -13.5,-18.5 + parent: 864 + type: Transform +- uid: 8745 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8746 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8747 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8748 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8749 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8750 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8751 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8752 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8753 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8754 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8755 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8756 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8757 + type: SignDrones + components: + - pos: 21.5,-44.5 + parent: 864 + type: Transform +- uid: 8758 + type: WallSolid + components: + - pos: 19.5,-50.5 + parent: 864 + type: Transform +- uid: 8759 + type: CableHV + components: + - pos: -2.5,-62.5 + parent: 864 + type: Transform +- uid: 8760 + type: WallReinforced + components: + - pos: 19.5,-48.5 + parent: 864 + type: Transform +- uid: 8761 + type: WallReinforced + components: + - pos: 18.5,-48.5 + parent: 864 + type: Transform +- uid: 8762 + type: WallReinforced + components: + - pos: 18.5,-47.5 + parent: 864 + type: Transform +- uid: 8763 + type: WallReinforced + components: + - pos: 18.5,-46.5 + parent: 864 + type: Transform +- uid: 8764 + type: WallReinforced + components: + - pos: 18.5,-45.5 + parent: 864 + type: Transform +- uid: 8765 + type: DisposalPipe + components: + - pos: 17.5,-47.5 + parent: 864 + type: Transform +- uid: 8766 + type: WallReinforced + components: + - pos: 21.5,-48.5 + parent: 864 + type: Transform +- uid: 8767 + type: WallReinforced + components: + - pos: 22.5,-48.5 + parent: 864 + type: Transform +- uid: 8768 + type: WallSolid + components: + - pos: 15.5,-46.5 + parent: 864 + type: Transform +- uid: 8769 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 17.5,-49.5 + parent: 864 + type: Transform +- uid: 8770 + type: SpawnMobDrone + components: + - pos: 19.5,-47.5 + parent: 864 + type: Transform +- uid: 8771 + type: SpawnMobDrone + components: + - pos: 19.5,-46.5 + parent: 864 + type: Transform +- uid: 8772 + type: SpawnMobDrone + components: + - pos: 19.5,-45.5 + parent: 864 + type: Transform +- uid: 8773 + type: TableReinforced + components: + - pos: 21.5,-45.5 + parent: 864 + type: Transform +- uid: 8774 + type: TableReinforced + components: + - pos: 22.5,-45.5 + parent: 864 + type: Transform +- uid: 8775 + type: TableReinforced + components: + - pos: 22.5,-46.5 + parent: 864 + type: Transform +- uid: 8776 + type: TableReinforced + components: + - pos: 22.5,-47.5 + parent: 864 + type: Transform +- uid: 8777 + type: TableReinforced + components: + - pos: 21.5,-47.5 + parent: 864 + type: Transform +- uid: 8778 + type: Poweredlight + components: + - pos: 13.5,17.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 8779 + type: FirelockGlass + components: + - pos: 27.5,21.5 + parent: 864 + type: Transform +- uid: 8780 + type: AirlockSecurityGlassLocked + components: + - pos: 27.5,1.5 + parent: 864 + type: Transform +- uid: 8781 + type: PottedPlant21 + components: + - pos: 26.5,-0.5 + parent: 864 + type: Transform +- uid: 8782 + type: ReinforcedWindow + components: + - pos: -2.5,42.5 + parent: 864 + type: Transform +- uid: 8783 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 14.5,21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 8784 + type: WallReinforced + components: + - pos: 3.5,31.5 + parent: 864 + type: Transform +- uid: 8785 + type: WallReinforced + components: + - pos: 4.5,30.5 + parent: 864 + type: Transform +- uid: 8786 + type: WallReinforced + components: + - pos: 3.5,33.5 + parent: 864 + type: Transform +- uid: 8787 + type: WallReinforced + components: + - pos: 11.5,29.5 + parent: 864 + type: Transform +- uid: 8788 + type: WallReinforced + components: + - pos: 11.5,35.5 + parent: 864 + type: Transform +- uid: 8789 + type: WallReinforced + components: + - pos: 9.5,29.5 + parent: 864 + type: Transform +- uid: 8790 + type: WallReinforced + components: + - pos: 4.5,31.5 + parent: 864 + type: Transform +- uid: 8791 + type: WallReinforced + components: + - pos: 11.5,33.5 + parent: 864 + type: Transform +- uid: 8792 + type: WallReinforced + components: + - pos: 6.5,35.5 + parent: 864 + type: Transform +- uid: 8793 + type: PottedPlantRandom + components: + - pos: 33.5,-39.5 + parent: 864 + type: Transform +- uid: 8794 + type: GasPipeStraight + components: + - pos: 21.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8795 + type: GasPipeTJunction + components: + - pos: 21.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8796 + type: GasPipeStraight + components: + - pos: 21.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8797 + type: GasPipeStraight + components: + - pos: 21.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8798 + type: GasPipeStraight + components: + - pos: 20.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8799 + type: GasPipeStraight + components: + - pos: 20.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8800 + type: GasPipeStraight + components: + - pos: 20.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8801 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 21.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 8802 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 20.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 8803 + type: CableHV + components: + - pos: 34.5,1.5 + parent: 864 + type: Transform +- uid: 8804 + type: CableHV + components: + - pos: 35.5,1.5 + parent: 864 + type: Transform +- uid: 8805 + type: CableHV + components: + - pos: 36.5,1.5 + parent: 864 + type: Transform +- uid: 8806 + type: CableHV + components: + - pos: 36.5,2.5 + parent: 864 + type: Transform +- uid: 8807 + type: CableHV + components: + - pos: 37.5,2.5 + parent: 864 + type: Transform +- uid: 8808 + type: CableHV + components: + - pos: 38.5,2.5 + parent: 864 + type: Transform +- uid: 8809 + type: CableHV + components: + - pos: 39.5,2.5 + parent: 864 + type: Transform +- uid: 8810 + type: CableHV + components: + - pos: 40.5,2.5 + parent: 864 + type: Transform +- uid: 8811 + type: CableHV + components: + - pos: 41.5,2.5 + parent: 864 + type: Transform +- uid: 8812 + type: CableHV + components: + - pos: 42.5,2.5 + parent: 864 + type: Transform +- uid: 8813 + type: CableHV + components: + - pos: 44.5,2.5 + parent: 864 + type: Transform +- uid: 8814 + type: CableHV + components: + - pos: 43.5,2.5 + parent: 864 + type: Transform +- uid: 8815 + type: WallSolid + components: + - pos: 61.5,7.5 + parent: 864 + type: Transform +- uid: 8816 + type: WallReinforced + components: + - pos: 66.5,4.5 + parent: 864 + type: Transform +- uid: 8817 + type: WallReinforced + components: + - pos: 66.5,5.5 + parent: 864 + type: Transform +- uid: 8818 + type: AirlockSecurityGlassLocked + components: + - name: substation + type: MetaData + - pos: 61.5,4.5 + parent: 864 + type: Transform +- uid: 8819 + type: WallSolid + components: + - pos: 61.5,5.5 + parent: 864 + type: Transform +- uid: 8820 + type: WallReinforced + components: + - pos: 66.5,3.5 + parent: 864 + type: Transform +- uid: 8821 + type: WallReinforced + components: + - pos: 66.5,2.5 + parent: 864 + type: Transform +- uid: 8822 + type: WallReinforced + components: + - pos: 66.5,1.5 + parent: 864 + type: Transform +- uid: 8823 + type: AirlockExternalGlass + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-5.5 + parent: 864 + type: Transform +- uid: 8824 + type: WallReinforced + components: + - pos: 64.5,1.5 + parent: 864 + type: Transform +- uid: 8825 + type: WallReinforced + components: + - pos: 64.5,0.5 + parent: 864 + type: Transform +- uid: 8826 + type: WallSolid + components: + - pos: 60.5,0.5 + parent: 864 + type: Transform +- uid: 8827 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 14.5,26.5 + parent: 864 + type: Transform +- uid: 8828 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 15.5,26.5 + parent: 864 + type: Transform +- uid: 8829 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 15.5,27.5 + parent: 864 + type: Transform +- uid: 8830 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 13.5,26.5 + parent: 864 + type: Transform +- uid: 8831 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 12.5,26.5 + parent: 864 + type: Transform +- uid: 8832 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 11.5,26.5 + parent: 864 + type: Transform +- uid: 8833 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 10.5,26.5 + parent: 864 + type: Transform +- uid: 8834 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 10.5,25.5 + parent: 864 + type: Transform +- uid: 8835 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 9.5,25.5 + parent: 864 + type: Transform +- uid: 8836 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 8.5,25.5 + parent: 864 + type: Transform +- uid: 8837 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 7.5,25.5 + parent: 864 + type: Transform +- uid: 8838 + type: ReinforcedWindow + components: + - pos: 6.5,25.5 + parent: 864 + type: Transform +- uid: 8839 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 5.5,25.5 + parent: 864 + type: Transform +- uid: 8840 + type: ReinforcedWindow + components: + - pos: 2.5,25.5 + parent: 864 + type: Transform +- uid: 8841 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 3.5,25.5 + parent: 864 + type: Transform +- uid: 8842 + type: WallSolid + components: + - pos: 17.5,30.5 + parent: 864 + type: Transform +- uid: 8843 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 18.5,30.5 + parent: 864 + type: Transform +- uid: 8844 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 15.5,30.5 + parent: 864 + type: Transform +- uid: 8845 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 14.5,30.5 + parent: 864 + type: Transform +- uid: 8846 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 14.5,31.5 + parent: 864 + type: Transform +- uid: 8847 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 13.5,31.5 + parent: 864 + type: Transform +- uid: 8848 + type: WallReinforced + components: + - pos: 49.5,50.5 + parent: 864 + type: Transform +- uid: 8849 + type: WallReinforced + components: + - pos: 56.5,54.5 + parent: 864 + type: Transform +- uid: 8850 + type: ReinforcedWindow + components: + - pos: 54.5,61.5 + parent: 864 + type: Transform +- uid: 8851 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 14.5,33.5 + parent: 864 + type: Transform +- uid: 8852 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 13.5,33.5 + parent: 864 + type: Transform +- uid: 8853 + type: WallReinforced + components: + - pos: -1.5,26.5 + parent: 864 + type: Transform +- uid: 8854 + type: WallReinforced + components: + - pos: 59.5,41.5 + parent: 864 + type: Transform +- uid: 8855 + type: WallReinforced + components: + - pos: 55.5,54.5 + parent: 864 + type: Transform +- uid: 8856 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 14.5,34.5 + parent: 864 + type: Transform +- uid: 8857 + type: RandomSpawner + components: + - pos: 49.5,32.5 + parent: 864 + type: Transform +- uid: 8858 + type: CableHV + components: + - pos: -10.5,26.5 + parent: 864 + type: Transform +- uid: 8859 + type: ReinforcedWindow + components: + - pos: 18.5,32.5 + parent: 864 + type: Transform +- uid: 8860 + type: ReinforcedWindow + components: + - pos: 18.5,33.5 + parent: 864 + type: Transform +- uid: 8861 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 18.5,31.5 + parent: 864 + type: Transform +- uid: 8862 + type: AirlockMaintGlassLocked + components: + - pos: 51.5,31.5 + parent: 864 + type: Transform +- uid: 8863 + type: FoodFrozenPopsicleTrash + components: + - rot: -1.5707963267948966 rad + pos: 50.420345,33.45428 + parent: 864 + type: Transform +- uid: 8864 + type: RandomSpawner + components: + - pos: 49.5,33.5 + parent: 864 + type: Transform +- uid: 8865 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -13.5,45.5 + parent: 864 + type: Transform +- uid: 8866 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -13.5,46.5 + parent: 864 + type: Transform +- uid: 8867 + type: CableHV + components: + - pos: -14.5,35.5 + parent: 864 + type: Transform +- uid: 8868 + type: WallSolid + components: + - pos: -11.5,43.5 + parent: 864 + type: Transform +- uid: 8869 + type: TrashBananaPeel + components: + - pos: 48.49847,33.344906 + parent: 864 + type: Transform +- uid: 8870 + type: CableHV + components: + - pos: -9.5,26.5 + parent: 864 + type: Transform +- uid: 8871 + type: DoorElectronics + components: + - pos: -9.437697,39.446274 + parent: 864 + type: Transform +- uid: 8872 + type: FirelockElectronics + components: + - pos: -8.422072,39.102524 + parent: 864 + type: Transform +- uid: 8873 + type: DoorElectronics + components: + - pos: -9.640822,39.74315 + parent: 864 + type: Transform +- uid: 8874 + type: AirAlarmElectronics + components: + - pos: -8.750197,39.61815 + parent: 864 + type: Transform +- uid: 8875 + type: WallSolid + components: + - pos: -12.5,43.5 + parent: 864 + type: Transform +- uid: 8876 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,47.5 + parent: 864 + type: Transform +- uid: 8877 + type: CableHV + components: + - pos: -20.5,29.5 + parent: 864 + type: Transform +- uid: 8878 + type: CableHV + components: + - pos: -18.5,29.5 + parent: 864 + type: Transform +- uid: 8879 + type: TableReinforced + components: + - rot: 1.5707963267948966 rad + pos: -9.5,43.5 + parent: 864 + type: Transform +- uid: 8880 + type: CableHV + components: + - pos: -20.5,28.5 + parent: 864 + type: Transform +- uid: 8881 + type: TrashBananaPeel + components: + - pos: 50.451595,31.673027 + parent: 864 + type: Transform +- uid: 8882 + type: CableHV + components: + - pos: -14.5,31.5 + parent: 864 + type: Transform +- uid: 8883 + type: RandomSpawner + components: + - pos: 50.5,32.5 + parent: 864 + type: Transform +- uid: 8884 + type: FireAlarm + components: + - pos: -29.5,-15.5 + parent: 864 + type: Transform + - devices: + - null + - 21999 + - 12654 + - 13930 + - 13931 + - 16397 + - 16396 + - 16395 + - 21883 + - 16406 + - 16405 + - 16403 + - 16404 + type: DeviceList +- uid: 8885 + type: FoodCornTrash + components: + - rot: -1.5707963267948966 rad + pos: 48.732845,33.42303 + parent: 864 + type: Transform +- uid: 8886 + type: RandomSpawner + components: + - pos: 48.5,32.5 + parent: 864 + type: Transform +- uid: 8887 + type: ComputerFrame + components: + - pos: 51.5,35.5 + parent: 864 + type: Transform +- uid: 8888 + type: CableHV + components: + - pos: -19.5,29.5 + parent: 864 + type: Transform +- uid: 8889 + type: CableHV + components: + - pos: -14.5,33.5 + parent: 864 + type: Transform +- uid: 8890 + type: WallReinforced + components: + - pos: 10.5,29.5 + parent: 864 + type: Transform +- uid: 8891 + type: WallReinforced + components: + - pos: 11.5,34.5 + parent: 864 + type: Transform +- uid: 8892 + type: WallReinforced + components: + - pos: 5.5,35.5 + parent: 864 + type: Transform +- uid: 8893 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,48.5 + parent: 864 + type: Transform +- uid: 8894 + type: Table + components: + - pos: 53.5,35.5 + parent: 864 + type: Transform +- uid: 8895 + type: WallSolid + components: + - pos: 47.5,34.5 + parent: 864 + type: Transform +- uid: 8896 + type: WallSolid + components: + - pos: 47.5,33.5 + parent: 864 + type: Transform +- uid: 8897 + type: WallSolid + components: + - pos: 47.5,31.5 + parent: 864 + type: Transform +- uid: 8898 + type: RandomSpawner + components: + - pos: 50.5,33.5 + parent: 864 + type: Transform +- uid: 8899 + type: WallReinforced + components: + - pos: 18.5,34.5 + parent: 864 + type: Transform +- uid: 8900 + type: CableHV + components: + - pos: -20.5,26.5 + parent: 864 + type: Transform +- uid: 8901 + type: CableHV + components: + - pos: -20.5,27.5 + parent: 864 + type: Transform +- uid: 8902 + type: CableHV + components: + - pos: -14.5,39.5 + parent: 864 + type: Transform +- uid: 8903 + type: TableWood + components: + - pos: -17.5,41.5 + parent: 864 + type: Transform +- uid: 8904 + type: CableMV + components: + - pos: -13.5,42.5 + parent: 864 + type: Transform +- uid: 8905 + type: CableMV + components: + - pos: -14.5,42.5 + parent: 864 + type: Transform +- uid: 8906 + type: APCBasic + components: + - rot: -1.5707963267948966 rad + pos: -13.5,42.5 + parent: 864 + type: Transform +- uid: 8907 + type: WallSolid + components: + - pos: -9.5,47.5 + parent: 864 + type: Transform +- uid: 8908 + type: WallSolid + components: + - pos: -10.5,47.5 + parent: 864 + type: Transform +- uid: 8909 + type: Table + components: + - pos: 54.5,35.5 + parent: 864 + type: Transform +- uid: 8910 + type: FoodPlateTrash + components: + - pos: 49.46722,33.501156 + parent: 864 + type: Transform +- uid: 8911 + type: CableApcExtension + components: + - pos: -13.5,42.5 + parent: 864 + type: Transform +- uid: 8912 + type: CableHV + components: + - pos: -14.5,40.5 + parent: 864 + type: Transform +- uid: 8913 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,48.5 + parent: 864 + type: Transform +- uid: 8914 + type: CableHV + components: + - pos: -9.5,27.5 + parent: 864 + type: Transform +- uid: 8915 + type: CableHV + components: + - pos: -9.5,29.5 + parent: 864 + type: Transform +- uid: 8916 + type: CableHV + components: + - pos: -8.5,29.5 + parent: 864 + type: Transform +- uid: 8917 + type: CableHV + components: + - pos: -8.5,30.5 + parent: 864 + type: Transform +- uid: 8918 + type: CableHV + components: + - pos: -8.5,31.5 + parent: 864 + type: Transform +- uid: 8919 + type: CableHV + components: + - pos: 16.5,27.5 + parent: 864 + type: Transform +- uid: 8920 + type: CableHV + components: + - pos: 16.5,26.5 + parent: 864 + type: Transform +- uid: 8921 + type: CableHV + components: + - pos: 16.5,25.5 + parent: 864 + type: Transform +- uid: 8922 + type: CableHV + components: + - pos: 17.5,25.5 + parent: 864 + type: Transform +- uid: 8923 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 7.5,35.5 + parent: 864 + type: Transform +- uid: 8924 + type: WallReinforced + components: + - pos: 10.5,35.5 + parent: 864 + type: Transform +- uid: 8925 + type: WallReinforced + components: + - pos: 11.5,30.5 + parent: 864 + type: Transform +- uid: 8926 + type: Grille + components: + - pos: 37.5,-36.5 + parent: 864 + type: Transform +- uid: 8927 + type: AirSensor + components: + - pos: 36.5,-27.5 + parent: 864 + type: Transform +- uid: 8928 + type: ComfyChair + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-29.5 + parent: 864 + type: Transform +- uid: 8929 + type: CarpetPink + components: + - pos: 23.5,-29.5 + parent: 864 + type: Transform +- uid: 8930 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-29.5 + parent: 864 + type: Transform +- uid: 8931 + type: CarpetPink + components: + - pos: 22.5,-29.5 + parent: 864 + type: Transform +- uid: 8932 + type: Dresser + components: + - pos: 23.5,-34.5 + parent: 864 + type: Transform +- uid: 8933 + type: MonkeyCubeWrapped + components: + - pos: 2.6863995,-7.2808585 + parent: 864 + type: Transform +- uid: 8934 + type: ReinforcedWindow + components: + - pos: 4.5,25.5 + parent: 864 + type: Transform +- uid: 8935 + type: WallReinforced + components: + - pos: 1.5,25.5 + parent: 864 + type: Transform +- uid: 8936 + type: WallReinforced + components: + - pos: 0.5,25.5 + parent: 864 + type: Transform +- uid: 8937 + type: WallReinforced + components: + - pos: -0.5,25.5 + parent: 864 + type: Transform +- uid: 8938 + type: WallReinforced + components: + - pos: -1.5,25.5 + parent: 864 + type: Transform +- uid: 8939 + type: WallReinforced + components: + - pos: -1.5,28.5 + parent: 864 + type: Transform +- uid: 8940 + type: WallReinforced + components: + - pos: -3.5,25.5 + parent: 864 + type: Transform +- uid: 8941 + type: WallReinforced + components: + - pos: -3.5,24.5 + parent: 864 + type: Transform +- uid: 8942 + type: WallSolid + components: + - pos: -3.5,20.5 + parent: 864 + type: Transform +- uid: 8943 + type: WallSolid + components: + - pos: -4.5,20.5 + parent: 864 + type: Transform +- uid: 8944 + type: WallSolid + components: + - pos: -5.5,20.5 + parent: 864 + type: Transform +- uid: 8945 + type: WallSolid + components: + - pos: -6.5,20.5 + parent: 864 + type: Transform +- uid: 8946 + type: WallSolid + components: + - pos: -7.5,20.5 + parent: 864 + type: Transform +- uid: 8947 + type: WallSolid + components: + - pos: -7.5,19.5 + parent: 864 + type: Transform +- uid: 8948 + type: WallSolid + components: + - pos: -8.5,19.5 + parent: 864 + type: Transform +- uid: 8949 + type: WallSolid + components: + - pos: -9.5,19.5 + parent: 864 + type: Transform +- uid: 8950 + type: WallSolid + components: + - pos: -9.5,20.5 + parent: 864 + type: Transform +- uid: 8951 + type: AirlockMaintGlass + components: + - rot: 3.141592653589793 rad + pos: -8.5,25.5 + parent: 864 + type: Transform +- uid: 8952 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -5.5,22.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 8953 + type: WindowReinforcedDirectional + components: + - pos: -10.5,29.5 + parent: 864 + type: Transform +- uid: 8954 + type: WindowReinforcedDirectional + components: + - pos: -9.5,29.5 + parent: 864 + type: Transform +- uid: 8955 + type: WallSolid + components: + - pos: -11.5,20.5 + parent: 864 + type: Transform +- uid: 8956 + type: WallReinforced + components: + - pos: 59.5,48.5 + parent: 864 + type: Transform +- uid: 8957 + type: WallSolid + components: + - pos: -11.5,19.5 + parent: 864 + type: Transform +- uid: 8958 + type: Grille + components: + - pos: 33.5,37.5 + parent: 864 + type: Transform +- uid: 8959 + type: Grille + components: + - pos: 32.5,37.5 + parent: 864 + type: Transform +- uid: 8960 + type: Grille + components: + - pos: 31.5,37.5 + parent: 864 + type: Transform +- uid: 8961 + type: Grille + components: + - pos: 30.5,37.5 + parent: 864 + type: Transform +- uid: 8962 + type: Grille + components: + - pos: 29.5,37.5 + parent: 864 + type: Transform +- uid: 8963 + type: Grille + components: + - pos: 28.5,37.5 + parent: 864 + type: Transform +- uid: 8964 + type: Grille + components: + - pos: 27.5,37.5 + parent: 864 + type: Transform +- uid: 8965 + type: Grille + components: + - pos: 26.5,37.5 + parent: 864 + type: Transform +- uid: 8966 + type: Grille + components: + - pos: 25.5,37.5 + parent: 864 + type: Transform +- uid: 8967 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 23.5,37.5 + parent: 864 + type: Transform +- uid: 8968 + type: AirSensor + components: + - pos: -20.5,-67.5 + parent: 864 + type: Transform +- uid: 8969 + type: AirSensor + components: + - pos: -18.5,-71.5 + parent: 864 + type: Transform +- uid: 8970 + type: AirSensor + components: + - pos: -25.5,-80.5 + parent: 864 + type: Transform +- uid: 8971 + type: AirSensor + components: + - pos: -19.5,-79.5 + parent: 864 + type: Transform +- uid: 8972 + type: AirSensor + components: + - pos: -20.5,-86.5 + parent: 864 + type: Transform +- uid: 8973 + type: AirSensor + components: + - pos: -6.5,-64.5 + parent: 864 + type: Transform +- uid: 8974 + type: AirSensor + components: + - pos: -3.5,-63.5 + parent: 864 + type: Transform +- uid: 8975 + type: AirSensor + components: + - pos: 4.5,-65.5 + parent: 864 + type: Transform +- uid: 8976 + type: AirSensor + components: + - pos: 8.5,-60.5 + parent: 864 + type: Transform +- uid: 8977 + type: AirSensor + components: + - pos: 6.5,-49.5 + parent: 864 + type: Transform +- uid: 8978 + type: AirSensor + components: + - pos: -10.5,-38.5 + parent: 864 + type: Transform +- uid: 8979 + type: AirSensor + components: + - pos: -9.5,-33.5 + parent: 864 + type: Transform +- uid: 8980 + type: AirSensor + components: + - pos: -9.5,-23.5 + parent: 864 + type: Transform +- uid: 8981 + type: AirSensor + components: + - pos: 6.5,-35.5 + parent: 864 + type: Transform +- uid: 8982 + type: AirSensor + components: + - pos: 14.5,-27.5 + parent: 864 + type: Transform +- uid: 8983 + type: AirSensor + components: + - pos: 6.5,-27.5 + parent: 864 + type: Transform +- uid: 8984 + type: AirSensor + components: + - pos: -5.5,-28.5 + parent: 864 + type: Transform +- uid: 8985 + type: AirSensor + components: + - pos: -3.5,-7.5 + parent: 864 + type: Transform +- uid: 8986 + type: AirSensor + components: + - pos: -5.5,2.5 + parent: 864 + type: Transform +- uid: 8987 + type: AirSensor + components: + - pos: 6.5,-0.5 + parent: 864 + type: Transform +- uid: 8988 + type: AirSensor + components: + - pos: 11.5,11.5 + parent: 864 + type: Transform +- uid: 8989 + type: AirSensor + components: + - pos: 4.5,13.5 + parent: 864 + type: Transform +- uid: 8990 + type: AirSensor + components: + - pos: 6.5,7.5 + parent: 864 + type: Transform +- uid: 8991 + type: AirSensor + components: + - pos: 0.5,10.5 + parent: 864 + type: Transform +- uid: 8992 + type: AirSensor + components: + - pos: -2.5,10.5 + parent: 864 + type: Transform +- uid: 8993 + type: AirSensor + components: + - pos: -10.5,6.5 + parent: 864 + type: Transform +- uid: 8994 + type: AirSensor + components: + - pos: -0.5,21.5 + parent: 864 + type: Transform +- uid: 8995 + type: AirSensor + components: + - pos: 7.5,19.5 + parent: 864 + type: Transform +- uid: 8996 + type: AirSensor + components: + - pos: 18.5,20.5 + parent: 864 + type: Transform +- uid: 8997 + type: AirSensor + components: + - pos: 11.5,22.5 + parent: 864 + type: Transform +- uid: 8998 + type: AirSensor + components: + - pos: 20.5,20.5 + parent: 864 + type: Transform +- uid: 8999 + type: BoxHandcuff + components: + - pos: 24.25829,23.575323 + parent: 864 + type: Transform +- uid: 9000 + type: MedkitFilled + components: + - pos: 24.82079,23.494219 + parent: 864 + type: Transform +- uid: 9001 + type: Stunbaton + components: + - pos: 22.577824,23.702461 + parent: 864 + type: Transform +- uid: 9002 + type: ClothingHeadHelmetHelmetOld + components: + - pos: 22.828108,23.613297 + parent: 864 + type: Transform +- uid: 9003 + type: AirlockMaintSecLocked + components: + - name: brig + type: MetaData + - pos: 31.5,21.5 + parent: 864 + type: Transform +- uid: 9004 + type: WallSolid + components: + - pos: 33.5,23.5 + parent: 864 + type: Transform +- uid: 9005 + type: WallReinforced + components: + - pos: 34.5,26.5 + parent: 864 + type: Transform +- uid: 9006 + type: WallReinforced + components: + - pos: 34.5,25.5 + parent: 864 + type: Transform +- uid: 9007 + type: WallReinforced + components: + - pos: 34.5,24.5 + parent: 864 + type: Transform +- uid: 9008 + type: WallReinforced + components: + - pos: 34.5,23.5 + parent: 864 + type: Transform +- uid: 9009 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: 32.5,23.5 + parent: 864 + type: Transform +- uid: 9010 + type: WallSolid + components: + - pos: 33.5,19.5 + parent: 864 + type: Transform +- uid: 9011 + type: WallSolid + components: + - pos: 33.5,20.5 + parent: 864 + type: Transform +- uid: 9012 + type: WallSolid + components: + - pos: 33.5,21.5 + parent: 864 + type: Transform +- uid: 9013 + type: WallSolid + components: + - pos: 34.5,21.5 + parent: 864 + type: Transform +- uid: 9014 + type: WallSolid + components: + - pos: 35.5,21.5 + parent: 864 + type: Transform +- uid: 9015 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 37.5,22.5 + parent: 864 + type: Transform +- uid: 9016 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 38.5,22.5 + parent: 864 + type: Transform +- uid: 9017 + type: WallSolid + components: + - pos: 33.5,18.5 + parent: 864 + type: Transform +- uid: 9018 + type: TableCounterMetal + components: + - pos: 35.5,18.5 + parent: 864 + type: Transform +- uid: 9019 + type: TableCounterMetal + components: + - pos: 34.5,18.5 + parent: 864 + type: Transform +- uid: 9020 + type: Chair + components: + - pos: 35.5,19.5 + parent: 864 + type: Transform +- uid: 9021 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 35.5,17.5 + parent: 864 + type: Transform +- uid: 9022 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 37.5,18.5 + parent: 864 + type: Transform +- uid: 9023 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 39.5,22.5 + parent: 864 + type: Transform +- uid: 9024 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 40.5,22.5 + parent: 864 + type: Transform +- uid: 9025 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 37.5,19.5 + parent: 864 + type: Transform +- uid: 9026 + type: AirlockGlass + components: + - name: visitor meeting + type: MetaData + - rot: 3.141592653589793 rad + pos: 37.5,20.5 + parent: 864 + type: Transform +- uid: 9027 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 35.5,24.5 + parent: 864 + type: Transform +- uid: 9028 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 36.5,24.5 + parent: 864 + type: Transform +- uid: 9029 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 37.5,24.5 + parent: 864 + type: Transform +- uid: 9030 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 38.5,24.5 + parent: 864 + type: Transform +- uid: 9031 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 39.5,24.5 + parent: 864 + type: Transform +- uid: 9032 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 40.5,24.5 + parent: 864 + type: Transform +- uid: 9033 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 51.5,14.5 + parent: 864 + type: Transform +- uid: 9034 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 55.5,14.5 + parent: 864 + type: Transform +- uid: 9035 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 55.5,10.5 + parent: 864 + type: Transform +- uid: 9036 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 51.5,10.5 + parent: 864 + type: Transform +- uid: 9037 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 52.5,14.5 + parent: 864 + type: Transform +- uid: 9038 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 53.5,14.5 + parent: 864 + type: Transform +- uid: 9039 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 54.5,14.5 + parent: 864 + type: Transform +- uid: 9040 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 51.5,13.5 + parent: 864 + type: Transform +- uid: 9041 + type: AirlockBrigGlassLocked + components: + - name: open prison + type: MetaData + - rot: -1.5707963267948966 rad + pos: 46.5,15.5 + parent: 864 + type: Transform +- uid: 9042 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 51.5,11.5 + parent: 864 + type: Transform +- uid: 9043 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 52.5,10.5 + parent: 864 + type: Transform +- uid: 9044 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 54.5,10.5 + parent: 864 + type: Transform +- uid: 9045 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 55.5,11.5 + parent: 864 + type: Transform +- uid: 9046 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 55.5,12.5 + parent: 864 + type: Transform +- uid: 9047 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 55.5,13.5 + parent: 864 + type: Transform +- uid: 9048 + type: ComputerSurveillanceCameraMonitor + components: + - pos: 53.5,13.5 + parent: 864 + type: Transform +- uid: 9049 + type: ComputerCrewMonitoring + components: + - pos: 54.5,13.5 + parent: 864 + type: Transform +- uid: 9050 + type: ChairOfficeLight + components: + - rot: 3.141592653589793 rad + pos: 53.5,12.5 + parent: 864 + type: Transform +- uid: 9051 + type: AirlockBrigGlassLocked + components: + - name: watchtower + type: MetaData + - rot: 3.141592653589793 rad + pos: 53.5,10.5 + parent: 864 + type: Transform +- uid: 9052 + type: RailingCorner + components: + - rot: 3.141592653589793 rad + pos: 51.5,19.5 + parent: 864 + type: Transform +- uid: 9053 + type: RailingCorner + components: + - rot: 1.5707963267948966 rad + pos: 55.5,19.5 + parent: 864 + type: Transform +- uid: 9054 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 54.5,19.5 + parent: 864 + type: Transform +- uid: 9055 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 53.5,19.5 + parent: 864 + type: Transform +- uid: 9056 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 52.5,19.5 + parent: 864 + type: Transform +- uid: 9057 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 51.5,18.5 + parent: 864 + type: Transform +- uid: 9058 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 51.5,17.5 + parent: 864 + type: Transform +- uid: 9059 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 51.5,15.5 + parent: 864 + type: Transform +- uid: 9060 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 55.5,18.5 + parent: 864 + type: Transform +- uid: 9061 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 55.5,17.5 + parent: 864 + type: Transform +- uid: 9062 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 55.5,15.5 + parent: 864 + type: Transform +- uid: 9063 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: 54.5,18.5 + parent: 864 + type: Transform +- uid: 9064 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: 53.5,18.5 + parent: 864 + type: Transform +- uid: 9065 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: 52.5,18.5 + parent: 864 + type: Transform +- uid: 9066 + type: KitchenMicrowave + components: + - pos: 52.5,18.5 + parent: 864 + type: Transform +- uid: 9067 + type: KitchenReagentGrinder + components: + - pos: 53.428013,18.83508 + parent: 864 + type: Transform +- uid: 9068 + type: ReagentContainerFlour + components: + - pos: 54.086075,18.83411 + parent: 864 + type: Transform +- uid: 9069 + type: ReagentContainerFlour + components: + - pos: 53.9767,18.568485 + parent: 864 + type: Transform +- uid: 9070 + type: ReagentContainerFlour + components: + - pos: 54.2892,18.568485 + parent: 864 + type: Transform +- uid: 9071 + type: WaterCooler + components: + - pos: 55.398575,18.5843 + parent: 864 + type: Transform +- uid: 9072 + type: Bucket + components: + - pos: 55.336075,17.733736 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 9073 + type: ReinforcedWindow + components: + - pos: 48.5,3.5 + parent: 864 + type: Transform +- uid: 9074 + type: WallReinforced + components: + - pos: 45.5,3.5 + parent: 864 + type: Transform +- uid: 9075 + type: WallSolid + components: + - pos: 61.5,6.5 + parent: 864 + type: Transform +- uid: 9076 + type: AirlockGlass + components: + - name: open library + type: MetaData + - pos: 43.5,19.5 + parent: 864 + type: Transform +- uid: 9077 + type: AirlockGlass + components: + - name: open library + type: MetaData + - pos: 43.5,20.5 + parent: 864 + type: Transform +- uid: 9078 + type: WallSolid + components: + - pos: 43.5,18.5 + parent: 864 + type: Transform +- uid: 9079 + type: WallSolid + components: + - pos: 43.5,21.5 + parent: 864 + type: Transform +- uid: 9080 + type: LockerSecurityFilled + components: + - pos: 52.5,13.5 + parent: 864 + type: Transform +- uid: 9081 + type: CableMV + components: + - pos: -19.5,23.5 + parent: 864 + type: Transform +- uid: 9082 + type: CableMV + components: + - pos: -19.5,22.5 + parent: 864 + type: Transform +- uid: 9083 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-0.5 + parent: 864 + type: Transform +- uid: 9084 + type: WallSolid + components: + - pos: 44.5,-0.5 + parent: 864 + type: Transform +- uid: 9085 + type: AirlockEngineeringLocked + components: + - pos: 46.5,-0.5 + parent: 864 + type: Transform +- uid: 9086 + type: WallSolid + components: + - pos: 47.5,-0.5 + parent: 864 + type: Transform +- uid: 9087 + type: WallSolid + components: + - pos: 48.5,24.5 + parent: 864 + type: Transform +- uid: 9088 + type: WallSolid + components: + - pos: 48.5,23.5 + parent: 864 + type: Transform +- uid: 9089 + type: WallSolid + components: + - pos: 48.5,22.5 + parent: 864 + type: Transform +- uid: 9090 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 46.5,25.5 + parent: 864 + type: Transform +- uid: 9091 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 61.5,25.5 + parent: 864 + type: Transform +- uid: 9092 + type: WallSolid + components: + - pos: 51.5,24.5 + parent: 864 + type: Transform +- uid: 9093 + type: WallSolid + components: + - pos: 51.5,23.5 + parent: 864 + type: Transform +- uid: 9094 + type: WallSolid + components: + - pos: 51.5,22.5 + parent: 864 + type: Transform +- uid: 9095 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 59.5,25.5 + parent: 864 + type: Transform +- uid: 9096 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 58.5,25.5 + parent: 864 + type: Transform +- uid: 9097 + type: WallSolid + components: + - pos: 54.5,24.5 + parent: 864 + type: Transform +- uid: 9098 + type: WallSolid + components: + - pos: 54.5,23.5 + parent: 864 + type: Transform +- uid: 9099 + type: WallSolid + components: + - pos: 54.5,22.5 + parent: 864 + type: Transform +- uid: 9100 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 47.5,25.5 + parent: 864 + type: Transform +- uid: 9101 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 60.5,25.5 + parent: 864 + type: Transform +- uid: 9102 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 57.5,25.5 + parent: 864 + type: Transform +- uid: 9103 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 54.5,25.5 + parent: 864 + type: Transform +- uid: 9104 + type: WallSolid + components: + - pos: 57.5,24.5 + parent: 864 + type: Transform +- uid: 9105 + type: WallSolid + components: + - pos: 57.5,23.5 + parent: 864 + type: Transform +- uid: 9106 + type: WallSolid + components: + - pos: 57.5,22.5 + parent: 864 + type: Transform +- uid: 9107 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 50.5,25.5 + parent: 864 + type: Transform +- uid: 9108 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 45.5,25.5 + parent: 864 + type: Transform +- uid: 9109 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 45.5,24.5 + parent: 864 + type: Transform +- uid: 9110 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 45.5,23.5 + parent: 864 + type: Transform +- uid: 9111 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 56.5,25.5 + parent: 864 + type: Transform +- uid: 9112 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 55.5,25.5 + parent: 864 + type: Transform +- uid: 9113 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 49.5,25.5 + parent: 864 + type: Transform +- uid: 9114 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 48.5,25.5 + parent: 864 + type: Transform +- uid: 9115 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 53.5,25.5 + parent: 864 + type: Transform +- uid: 9116 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 62.5,25.5 + parent: 864 + type: Transform +- uid: 9117 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 52.5,25.5 + parent: 864 + type: Transform +- uid: 9118 + type: WallSolid + components: + - pos: 60.5,24.5 + parent: 864 + type: Transform +- uid: 9119 + type: WallSolid + components: + - pos: 60.5,23.5 + parent: 864 + type: Transform +- uid: 9120 + type: WallSolid + components: + - pos: 60.5,22.5 + parent: 864 + type: Transform +- uid: 9121 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 51.5,25.5 + parent: 864 + type: Transform +- uid: 9122 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,25.5 + parent: 864 + type: Transform +- uid: 9123 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 63.5,25.5 + parent: 864 + type: Transform +- uid: 9124 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,24.5 + parent: 864 + type: Transform +- uid: 9125 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,23.5 + parent: 864 + type: Transform +- uid: 9126 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,22.5 + parent: 864 + type: Transform +- uid: 9127 + type: WallSolidRust + components: + - name: weak wall + type: MetaData + - rot: -1.5707963267948966 rad + pos: 64.5,21.5 + parent: 864 + type: Transform +- uid: 9128 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,20.5 + parent: 864 + type: Transform +- uid: 9129 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 63.5,20.5 + parent: 864 + type: Transform +- uid: 9130 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 63.5,19.5 + parent: 864 + type: Transform +- uid: 9131 + type: WallSolid + components: + - pos: 62.5,20.5 + parent: 864 + type: Transform +- uid: 9132 + type: WallSolid + components: + - pos: 61.5,20.5 + parent: 864 + type: Transform +- uid: 9133 + type: WallSolid + components: + - pos: 60.5,20.5 + parent: 864 + type: Transform +- uid: 9134 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 36.5,21.5 + parent: 864 + type: Transform +- uid: 9135 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 37.5,21.5 + parent: 864 + type: Transform +- uid: 9136 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 45.5,22.5 + parent: 864 + type: Transform +- uid: 9137 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 44.5,22.5 + parent: 864 + type: Transform +- uid: 9138 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 43.5,22.5 + parent: 864 + type: Transform +- uid: 9139 + type: AirAlarm + components: + - pos: 31.5,5.5 + parent: 864 + type: Transform + - devices: + - 4264 + - 4959 + - 21981 + - 3439 + - 2670 + - 5110 + - 4290 + - 5664 + - 21559 + - 6686 + - 1090 + - 2955 + - 5081 + type: DeviceList +- uid: 9140 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 41.5,22.5 + parent: 864 + type: Transform +- uid: 9141 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 31.5,33.5 + parent: 864 + type: Transform +- uid: 9142 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 42.5,24.5 + parent: 864 + type: Transform +- uid: 9143 + type: WallReinforced + components: + - pos: 43.5,24.5 + parent: 864 + type: Transform +- uid: 9144 + type: WallReinforced + components: + - pos: 43.5,25.5 + parent: 864 + type: Transform +- uid: 9145 + type: WallReinforced + components: + - pos: 43.5,26.5 + parent: 864 + type: Transform +- uid: 9146 + type: WallReinforced + components: + - pos: 43.5,27.5 + parent: 864 + type: Transform +- uid: 9147 + type: WallReinforced + components: + - pos: 44.5,27.5 + parent: 864 + type: Transform +- uid: 9148 + type: WallReinforced + components: + - pos: 45.5,27.5 + parent: 864 + type: Transform +- uid: 9149 + type: WallReinforced + components: + - pos: 46.5,27.5 + parent: 864 + type: Transform +- uid: 9150 + type: WallReinforced + components: + - pos: 51.5,59.5 + parent: 864 + type: Transform +- uid: 9151 + type: WallReinforced + components: + - pos: 50.5,59.5 + parent: 864 + type: Transform +- uid: 9152 + type: WallReinforced + components: + - pos: 50.5,55.5 + parent: 864 + type: Transform +- uid: 9153 + type: WallReinforced + components: + - pos: 51.5,55.5 + parent: 864 + type: Transform +- uid: 9154 + type: WallReinforced + components: + - pos: 51.5,54.5 + parent: 864 + type: Transform +- uid: 9155 + type: WallReinforced + components: + - pos: 57.5,54.5 + parent: 864 + type: Transform +- uid: 9156 + type: WallReinforced + components: + - pos: 57.5,55.5 + parent: 864 + type: Transform +- uid: 9157 + type: WallReinforced + components: + - pos: 57.5,59.5 + parent: 864 + type: Transform +- uid: 9158 + type: WallReinforced + components: + - pos: 58.5,59.5 + parent: 864 + type: Transform +- uid: 9159 + type: WallReinforced + components: + - pos: 58.5,55.5 + parent: 864 + type: Transform +- uid: 9160 + type: WallReinforced + components: + - pos: 51.5,60.5 + parent: 864 + type: Transform +- uid: 9161 + type: WallReinforced + components: + - pos: 52.5,60.5 + parent: 864 + type: Transform +- uid: 9162 + type: WallReinforced + components: + - pos: 52.5,61.5 + parent: 864 + type: Transform +- uid: 9163 + type: WallReinforced + components: + - pos: 56.5,61.5 + parent: 864 + type: Transform +- uid: 9164 + type: WallReinforced + components: + - pos: 56.5,60.5 + parent: 864 + type: Transform +- uid: 9165 + type: OxygenCanister + components: + - pos: 59.5,29.5 + parent: 864 + type: Transform +- uid: 9166 + type: AirlockEngineeringLocked + components: + - pos: 63.5,27.5 + parent: 864 + type: Transform +- uid: 9167 + type: WallReinforced + components: + - pos: 52.5,54.5 + parent: 864 + type: Transform +- uid: 9168 + type: WallReinforced + components: + - pos: 65.5,27.5 + parent: 864 + type: Transform +- uid: 9169 + type: WindowReinforcedDirectional + components: + - pos: 46.5,22.5 + parent: 864 + type: Transform +- uid: 9170 + type: HospitalCurtains + components: + - pos: 60.5,21.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -316227.3 + state: Opening + type: Door +- uid: 9171 + type: WindoorSecure + components: + - pos: 59.5,22.5 + parent: 864 + type: Transform +- uid: 9172 + type: WindoorSecure + components: + - pos: 56.5,22.5 + parent: 864 + type: Transform +- uid: 9173 + type: WindoorSecure + components: + - pos: 53.5,22.5 + parent: 864 + type: Transform +- uid: 9174 + type: WindoorSecure + components: + - pos: 50.5,22.5 + parent: 864 + type: Transform +- uid: 9175 + type: WindoorSecure + components: + - pos: 47.5,22.5 + parent: 864 + type: Transform +- uid: 9176 + type: Bed + components: + - pos: 55.5,24.5 + parent: 864 + type: Transform +- uid: 9177 + type: WardrobePrisonFilled + components: + - pos: 55.5,22.5 + parent: 864 + type: Transform +- uid: 9178 + type: Bed + components: + - pos: 52.5,24.5 + parent: 864 + type: Transform +- uid: 9179 + type: Table + components: + - pos: 62.5,18.5 + parent: 864 + type: Transform +- uid: 9180 + type: Bed + components: + - pos: 49.5,24.5 + parent: 864 + type: Transform +- uid: 9181 + type: Table + components: + - pos: 62.5,15.5 + parent: 864 + type: Transform +- uid: 9182 + type: Bed + components: + - pos: 46.5,24.5 + parent: 864 + type: Transform +- uid: 9183 + type: Table + components: + - pos: 59.5,24.5 + parent: 864 + type: Transform +- uid: 9184 + type: Bed + components: + - pos: 58.5,24.5 + parent: 864 + type: Transform +- uid: 9185 + type: ClothingOuterCoatJensen + components: + - pos: 62.5886,15.642659 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: + - 9621 + type: ContainerContainer +- uid: 9186 + type: BedsheetOrange + components: + - pos: 58.5,24.5 + parent: 864 + type: Transform +- uid: 9187 + type: MaterialWoodPlank1 + components: + - pos: 50.46261,24.730665 + parent: 864 + type: Transform +- uid: 9188 + type: BedsheetOrange + components: + - pos: 55.5,24.5 + parent: 864 + type: Transform +- uid: 9189 + type: ClothingOuterCoatGentle + components: + - pos: 59.512882,24.492107 + parent: 864 + type: Transform +- uid: 9190 + type: BedsheetOrange + components: + - pos: 52.5,24.5 + parent: 864 + type: Transform +- uid: 9191 + type: WardrobePrisonFilled + components: + - pos: 52.5,22.5 + parent: 864 + type: Transform +- uid: 9192 + type: BedsheetOrange + components: + - pos: 49.5,24.5 + parent: 864 + type: Transform +- uid: 9193 + type: WardrobePrisonFilled + components: + - pos: 49.5,22.5 + parent: 864 + type: Transform +- uid: 9194 + type: BedsheetOrange + components: + - pos: 46.5,24.5 + parent: 864 + type: Transform +- uid: 9195 + type: WardrobePrisonFilled + components: + - pos: 46.5,22.5 + parent: 864 + type: Transform +- uid: 9196 + type: FirelockEdge + components: + - rot: 3.141592653589793 rad + pos: 59.5,21.5 + parent: 864 + type: Transform +- uid: 9197 + type: FirelockEdge + components: + - rot: 3.141592653589793 rad + pos: 56.5,21.5 + parent: 864 + type: Transform +- uid: 9198 + type: FirelockEdge + components: + - rot: 3.141592653589793 rad + pos: 53.5,21.5 + parent: 864 + type: Transform +- uid: 9199 + type: FirelockEdge + components: + - rot: 3.141592653589793 rad + pos: 50.5,21.5 + parent: 864 + type: Transform +- uid: 9200 + type: FirelockEdge + components: + - rot: 3.141592653589793 rad + pos: 47.5,21.5 + parent: 864 + type: Transform +- uid: 9201 + type: ToiletEmpty + components: + - pos: 61.5,24.5 + parent: 864 + type: Transform +- uid: 9202 + type: ToiletEmpty + components: + - pos: 63.5,24.5 + parent: 864 + type: Transform + - defaultTarget: start + type: Construction +- uid: 9203 + type: WallSolid + components: + - pos: 62.5,24.5 + parent: 864 + type: Transform +- uid: 9204 + type: WallSolid + components: + - pos: 62.5,23.5 + parent: 864 + type: Transform +- uid: 9205 + type: SinkWide + components: + - rot: 3.141592653589793 rad + pos: 62.5,21.5 + parent: 864 + type: Transform +- uid: 9206 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 58.5,17.5 + parent: 864 + type: Transform +- uid: 9207 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,17.5 + parent: 864 + type: Transform +- uid: 9208 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,11.5 + parent: 864 + type: Transform +- uid: 9209 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 58.5,11.5 + parent: 864 + type: Transform +- uid: 9210 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 61.5,12.5 + parent: 864 + type: Transform +- uid: 9211 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 61.5,11.5 + parent: 864 + type: Transform +- uid: 9212 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 61.5,10.5 + parent: 864 + type: Transform +- uid: 9213 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 61.5,9.5 + parent: 864 + type: Transform +- uid: 9214 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 61.5,8.5 + parent: 864 + type: Transform +- uid: 9215 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 62.5,8.5 + parent: 864 + type: Transform +- uid: 9216 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 63.5,8.5 + parent: 864 + type: Transform +- uid: 9217 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,13.5 + parent: 864 + type: Transform +- uid: 9218 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,12.5 + parent: 864 + type: Transform +- uid: 9219 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,11.5 + parent: 864 + type: Transform +- uid: 9220 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,10.5 + parent: 864 + type: Transform +- uid: 9221 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,8.5 + parent: 864 + type: Transform +- uid: 9222 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,9.5 + parent: 864 + type: Transform +- uid: 9223 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,7.5 + parent: 864 + type: Transform +- uid: 9224 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,6.5 + parent: 864 + type: Transform +- uid: 9225 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 63.5,12.5 + parent: 864 + type: Transform +- uid: 9226 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 63.5,10.5 + parent: 864 + type: Transform +- uid: 9227 + type: HospitalCurtains + components: + - rot: 3.141592653589793 rad + pos: 60.5,13.5 + parent: 864 + type: Transform +- uid: 9228 + type: SinkWide + components: + - pos: 63.5,13.5 + parent: 864 + type: Transform +- uid: 9229 + type: SinkWide + components: + - pos: 63.5,11.5 + parent: 864 + type: Transform +- uid: 9230 + type: SinkWide + components: + - pos: 63.5,9.5 + parent: 864 + type: Transform +- uid: 9231 + type: BedsheetOrange + components: + - pos: 62.5,19.5 + parent: 864 + type: Transform +- uid: 9232 + type: Table + components: + - pos: 47.5,24.5 + parent: 864 + type: Transform +- uid: 9233 + type: BedsheetOrange + components: + - pos: 62.5,16.5 + parent: 864 + type: Transform +- uid: 9234 + type: Table + components: + - pos: 53.5,24.5 + parent: 864 + type: Transform +- uid: 9235 + type: Bed + components: + - pos: 62.5,19.5 + parent: 864 + type: Transform +- uid: 9236 + type: Table + components: + - pos: 50.5,24.5 + parent: 864 + type: Transform +- uid: 9237 + type: Bed + components: + - pos: 62.5,16.5 + parent: 864 + type: Transform +- uid: 9238 + type: Table + components: + - pos: 56.5,24.5 + parent: 864 + type: Transform +- uid: 9239 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 60.5,19.5 + parent: 864 + type: Transform +- uid: 9240 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 60.5,16.5 + parent: 864 + type: Transform +- uid: 9241 + type: WindoorSecure + components: + - rot: -1.5707963267948966 rad + pos: 60.5,18.5 + parent: 864 + type: Transform +- uid: 9242 + type: WindoorSecure + components: + - rot: -1.5707963267948966 rad + pos: 60.5,15.5 + parent: 864 + type: Transform +- uid: 9243 + type: Bookshelf + components: + - pos: 41.5,21.5 + parent: 864 + type: Transform +- uid: 9244 + type: Bookshelf + components: + - pos: 39.5,21.5 + parent: 864 + type: Transform +- uid: 9245 + type: Bookshelf + components: + - pos: 41.5,18.5 + parent: 864 + type: Transform +- uid: 9246 + type: Bookshelf + components: + - pos: 39.5,18.5 + parent: 864 + type: Transform +- uid: 9247 + type: TableWood + components: + - pos: 40.5,21.5 + parent: 864 + type: Transform +- uid: 9248 + type: TableWood + components: + - pos: 38.5,21.5 + parent: 864 + type: Transform +- uid: 9249 + type: TableWood + components: + - pos: 38.5,18.5 + parent: 864 + type: Transform +- uid: 9250 + type: TableWood + components: + - pos: 40.5,18.5 + parent: 864 + type: Transform +- uid: 9251 + type: WallReinforced + components: + - pos: 66.5,27.5 + parent: 864 + type: Transform +- uid: 9252 + type: WallReinforced + components: + - pos: 66.5,27.5 + parent: 864 + type: Transform +- uid: 9253 + type: WallReinforced + components: + - pos: 66.5,26.5 + parent: 864 + type: Transform +- uid: 9254 + type: AirCanister + components: + - pos: 60.5,29.5 + parent: 864 + type: Transform +- uid: 9255 + type: WallReinforced + components: + - pos: 66.5,24.5 + parent: 864 + type: Transform +- uid: 9256 + type: SignPrison + components: + - pos: 39.5,24.5 + parent: 864 + type: Transform +- uid: 9257 + type: WallReinforced + components: + - pos: 66.5,22.5 + parent: 864 + type: Transform +- uid: 9258 + type: WallReinforced + components: + - pos: 66.5,21.5 + parent: 864 + type: Transform +- uid: 9259 + type: WallReinforced + components: + - pos: 66.5,20.5 + parent: 864 + type: Transform +- uid: 9260 + type: WallReinforced + components: + - pos: 66.5,19.5 + parent: 864 + type: Transform +- uid: 9261 + type: WallReinforced + components: + - pos: 66.5,18.5 + parent: 864 + type: Transform +- uid: 9262 + type: WallReinforced + components: + - pos: 65.5,18.5 + parent: 864 + type: Transform +- uid: 9263 + type: WallReinforced + components: + - pos: 65.5,17.5 + parent: 864 + type: Transform +- uid: 9264 + type: WallReinforced + components: + - pos: 65.5,16.5 + parent: 864 + type: Transform +- uid: 9265 + type: WallReinforced + components: + - pos: 66.5,16.5 + parent: 864 + type: Transform +- uid: 9266 + type: WallReinforced + components: + - pos: 66.5,15.5 + parent: 864 + type: Transform +- uid: 9267 + type: WallReinforced + components: + - pos: 66.5,14.5 + parent: 864 + type: Transform +- uid: 9268 + type: WallReinforced + components: + - pos: 66.5,13.5 + parent: 864 + type: Transform +- uid: 9269 + type: WallReinforced + components: + - pos: 67.5,5.5 + parent: 864 + type: Transform +- uid: 9270 + type: WallReinforced + components: + - pos: 68.5,9.5 + parent: 864 + type: Transform +- uid: 9271 + type: WallReinforced + components: + - pos: 67.5,13.5 + parent: 864 + type: Transform +- uid: 9272 + type: WallReinforced + components: + - pos: 67.5,12.5 + parent: 864 + type: Transform +- uid: 9273 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 18.5,29.5 + parent: 864 + type: Transform +- uid: 9274 + type: WallReinforced + components: + - pos: 67.5,6.5 + parent: 864 + type: Transform +- uid: 9275 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 18.5,28.5 + parent: 864 + type: Transform +- uid: 9276 + type: Grille + components: + - pos: 43.5,11.5 + parent: 864 + type: Transform +- uid: 9277 + type: Grille + components: + - pos: 43.5,8.5 + parent: 864 + type: Transform +- uid: 9278 + type: Grille + components: + - pos: 43.5,7.5 + parent: 864 + type: Transform +- uid: 9279 + type: Grille + components: + - pos: 43.5,10.5 + parent: 864 + type: Transform +- uid: 9280 + type: Grille + components: + - pos: 53.5,14.5 + parent: 864 + type: Transform +- uid: 9281 + type: Grille + components: + - pos: 52.5,14.5 + parent: 864 + type: Transform +- uid: 9282 + type: Grille + components: + - pos: 54.5,14.5 + parent: 864 + type: Transform +- uid: 9283 + type: Grille + components: + - pos: 51.5,13.5 + parent: 864 + type: Transform +- uid: 9284 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 51.5,12.5 + parent: 864 + type: Transform +- uid: 9285 + type: Grille + components: + - pos: 51.5,11.5 + parent: 864 + type: Transform +- uid: 9286 + type: Grille + components: + - pos: 55.5,13.5 + parent: 864 + type: Transform +- uid: 9287 + type: Grille + components: + - pos: 55.5,12.5 + parent: 864 + type: Transform +- uid: 9288 + type: Grille + components: + - pos: 55.5,11.5 + parent: 864 + type: Transform +- uid: 9289 + type: Grille + components: + - pos: 52.5,10.5 + parent: 864 + type: Transform +- uid: 9290 + type: Grille + components: + - pos: 54.5,10.5 + parent: 864 + type: Transform +- uid: 9291 + type: RailingCorner + components: + - rot: -1.5707963267948966 rad + pos: 45.5,6.5 + parent: 864 + type: Transform +- uid: 9292 + type: RailingCorner + components: + - rot: 3.141592653589793 rad + pos: 45.5,10.5 + parent: 864 + type: Transform +- uid: 9293 + type: RailingCorner + components: + - rot: 1.5707963267948966 rad + pos: 49.5,10.5 + parent: 864 + type: Transform +- uid: 9294 + type: RailingCorner + components: + - pos: 49.5,6.5 + parent: 864 + type: Transform +- uid: 9295 + type: Railing + components: + - pos: 46.5,6.5 + parent: 864 + type: Transform +- uid: 9296 + type: Railing + components: + - pos: 48.5,6.5 + parent: 864 + type: Transform +- uid: 9297 + type: Railing + components: + - pos: 47.5,6.5 + parent: 864 + type: Transform +- uid: 9298 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 45.5,9.5 + parent: 864 + type: Transform +- uid: 9299 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 45.5,8.5 + parent: 864 + type: Transform +- uid: 9300 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 45.5,7.5 + parent: 864 + type: Transform +- uid: 9301 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 49.5,9.5 + parent: 864 + type: Transform +- uid: 9302 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 49.5,7.5 + parent: 864 + type: Transform +- uid: 9303 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 46.5,10.5 + parent: 864 + type: Transform +- uid: 9304 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 48.5,10.5 + parent: 864 + type: Transform +- uid: 9305 + type: Windoor + components: + - rot: 1.5707963267948966 rad + pos: 49.5,8.5 + parent: 864 + type: Transform +- uid: 9306 + type: ClothingHandsGlovesBoxingBlue + components: + - pos: 45.746887,10.344142 + parent: 864 + type: Transform +- uid: 9307 + type: ClothingHandsGlovesBoxingRed + components: + - pos: 49.26161,6.727405 + parent: 864 + type: Transform +- uid: 9308 + type: RailingCorner + components: + - pos: 59.5,5.5 + parent: 864 + type: Transform +- uid: 9309 + type: RailingCorner + components: + - rot: -1.5707963267948966 rad + pos: 55.5,5.5 + parent: 864 + type: Transform +- uid: 9310 + type: RailingCorner + components: + - rot: 3.141592653589793 rad + pos: 55.5,8.5 + parent: 864 + type: Transform +- uid: 9311 + type: RailingCorner + components: + - rot: 1.5707963267948966 rad + pos: 59.5,8.5 + parent: 864 + type: Transform +- uid: 9312 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 58.5,8.5 + parent: 864 + type: Transform +- uid: 9313 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 56.5,8.5 + parent: 864 + type: Transform +- uid: 9314 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 55.5,6.5 + parent: 864 + type: Transform +- uid: 9315 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 59.5,7.5 + parent: 864 + type: Transform +- uid: 9316 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 59.5,6.5 + parent: 864 + type: Transform +- uid: 9317 + type: Railing + components: + - pos: 58.5,5.5 + parent: 864 + type: Transform +- uid: 9318 + type: Railing + components: + - pos: 56.5,5.5 + parent: 864 + type: Transform +- uid: 9319 + type: hydroponicsTray + components: + - pos: 58.5,8.5 + parent: 864 + type: Transform +- uid: 9320 + type: hydroponicsTray + components: + - pos: 58.5,7.5 + parent: 864 + type: Transform +- uid: 9321 + type: hydroponicsTray + components: + - pos: 58.5,6.5 + parent: 864 + type: Transform +- uid: 9322 + type: hydroponicsTray + components: + - pos: 56.5,8.5 + parent: 864 + type: Transform +- uid: 9323 + type: hydroponicsTray + components: + - pos: 56.5,7.5 + parent: 864 + type: Transform +- uid: 9324 + type: hydroponicsTray + components: + - pos: 56.5,6.5 + parent: 864 + type: Transform +- uid: 9325 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 57.5,8.5 + parent: 864 + type: Transform +- uid: 9326 + type: HydroponicsToolSpade + components: + - pos: 57.622448,6.583844 + parent: 864 + type: Transform +- uid: 9327 + type: HydroponicsToolMiniHoe + components: + - pos: 57.497448,6.490094 + parent: 864 + type: Transform +- uid: 9328 + type: SeedExtractor + components: + - pos: 57.5,8.5 + parent: 864 + type: Transform +- uid: 9329 + type: PineappleSeeds + components: + - pos: 57.575573,7.427594 + parent: 864 + type: Transform +- uid: 9330 + type: TomatoSeeds + components: + - pos: 57.294323,7.333844 + parent: 864 + type: Transform +- uid: 9331 + type: AppleSeeds + components: + - pos: 57.591198,7.208844 + parent: 864 + type: Transform +- uid: 9332 + type: BananaSeeds + components: + - pos: 57.216198,7.161969 + parent: 864 + type: Transform +- uid: 9333 + type: ClothingHeadHatUshanka + components: + - pos: 63.56368,11.408342 + parent: 864 + type: Transform +- uid: 9334 + type: ScalpelShiv + components: + - pos: 54.135303,18.76531 + parent: 864 + type: Transform +- uid: 9335 + type: BookFishing + components: + - pos: 40.53901,21.517956 + parent: 864 + type: Transform +- uid: 9336 + type: BookDetective + components: + - pos: 40.304634,21.43983 + parent: 864 + type: Transform +- uid: 9337 + type: BookRandom + components: + - pos: 40.523384,18.611706 + parent: 864 + type: Transform +- uid: 9338 + type: BookRandom + components: + - pos: 38.492134,18.674206 + parent: 864 + type: Transform +- uid: 9339 + type: BookRandom + components: + - pos: 38.429634,21.580456 + parent: 864 + type: Transform +- uid: 9340 + type: WallReinforced + components: + - pos: 47.5,3.5 + parent: 864 + type: Transform +- uid: 9341 + type: ReinforcedWindow + components: + - pos: 46.5,3.5 + parent: 864 + type: Transform +- uid: 9342 + type: WallReinforced + components: + - pos: 49.5,3.5 + parent: 864 + type: Transform +- uid: 9343 + type: WallReinforced + components: + - pos: 50.5,3.5 + parent: 864 + type: Transform +- uid: 9344 + type: WallReinforced + components: + - pos: 50.5,4.5 + parent: 864 + type: Transform +- uid: 9345 + type: WallReinforced + components: + - pos: 51.5,4.5 + parent: 864 + type: Transform +- uid: 9346 + type: WallReinforced + components: + - pos: 52.5,4.5 + parent: 864 + type: Transform +- uid: 9347 + type: WallReinforced + components: + - pos: 53.5,4.5 + parent: 864 + type: Transform +- uid: 9348 + type: WallReinforced + components: + - pos: 54.5,4.5 + parent: 864 + type: Transform +- uid: 9349 + type: WallReinforced + components: + - pos: 54.5,3.5 + parent: 864 + type: Transform +- uid: 9350 + type: WallReinforced + components: + - pos: 55.5,3.5 + parent: 864 + type: Transform +- uid: 9351 + type: WallReinforced + components: + - pos: 56.5,3.5 + parent: 864 + type: Transform +- uid: 9352 + type: WallReinforced + components: + - pos: 57.5,3.5 + parent: 864 + type: Transform +- uid: 9353 + type: WallReinforced + components: + - pos: 58.5,3.5 + parent: 864 + type: Transform +- uid: 9354 + type: PhoneInstrument + components: + - pos: 60.321476,-1.3655583 + parent: 864 + type: Transform +- uid: 9355 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 55.5,29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 9356 + type: WallSolid + components: + - pos: 58.5,-0.5 + parent: 864 + type: Transform +- uid: 9357 + type: WallReinforced + components: + - pos: 64.5,5.5 + parent: 864 + type: Transform +- uid: 9358 + type: WallReinforced + components: + - pos: 64.5,4.5 + parent: 864 + type: Transform +- uid: 9359 + type: WallReinforced + components: + - pos: 64.5,3.5 + parent: 864 + type: Transform +- uid: 9360 + type: WallReinforced + components: + - pos: 63.5,3.5 + parent: 864 + type: Transform +- uid: 9361 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: 62.5,3.5 + parent: 864 + type: Transform +- uid: 9362 + type: WallReinforced + components: + - pos: 61.5,3.5 + parent: 864 + type: Transform +- uid: 9363 + type: WallReinforced + components: + - pos: 60.5,3.5 + parent: 864 + type: Transform +- uid: 9364 + type: WallReinforced + components: + - pos: 59.5,3.5 + parent: 864 + type: Transform +- uid: 9365 + type: LockerEvidence + components: + - pos: 41.5,16.5 + parent: 864 + type: Transform +- uid: 9366 + type: LockerEvidence + components: + - pos: 40.5,16.5 + parent: 864 + type: Transform +- uid: 9367 + type: LockerEvidence + components: + - pos: 39.5,16.5 + parent: 864 + type: Transform +- uid: 9368 + type: LockerEvidence + components: + - pos: 38.5,16.5 + parent: 864 + type: Transform +- uid: 9369 + type: LockerEvidence + components: + - pos: 42.5,16.5 + parent: 864 + type: Transform +- uid: 9370 + type: LockerEvidence + components: + - pos: 37.5,16.5 + parent: 864 + type: Transform +- uid: 9371 + type: Table + components: + - pos: 48.5,18.5 + parent: 864 + type: Transform +- uid: 9372 + type: Table + components: + - pos: 57.5,20.5 + parent: 864 + type: Transform +- uid: 9373 + type: Table + components: + - pos: 57.5,19.5 + parent: 864 + type: Transform +- uid: 9374 + type: Table + components: + - pos: 58.5,19.5 + parent: 864 + type: Transform +- uid: 9375 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 56.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9376 + type: Table + components: + - pos: 51.5,7.5 + parent: 864 + type: Transform +- uid: 9377 + type: Table + components: + - pos: 52.5,7.5 + parent: 864 + type: Transform +- uid: 9378 + type: Table + components: + - pos: 52.5,6.5 + parent: 864 + type: Transform +- uid: 9379 + type: Table + components: + - pos: 51.5,6.5 + parent: 864 + type: Transform +- uid: 9380 + type: Chair + components: + - pos: 48.5,19.5 + parent: 864 + type: Transform +- uid: 9381 + type: Chair + components: + - pos: 52.5,8.5 + parent: 864 + type: Transform +- uid: 9382 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 52.5,5.5 + parent: 864 + type: Transform +- uid: 9383 + type: Chair + components: + - pos: 51.5,8.5 + parent: 864 + type: Transform +- uid: 9384 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 51.5,6.5 + parent: 864 + type: Transform +- uid: 9385 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 51.5,5.5 + parent: 864 + type: Transform +- uid: 9386 + type: Chair + components: + - pos: 58.5,21.5 + parent: 864 + type: Transform +- uid: 9387 + type: Chair + components: + - pos: 57.5,21.5 + parent: 864 + type: Transform +- uid: 9388 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 58.5,18.5 + parent: 864 + type: Transform +- uid: 9389 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 57.5,18.5 + parent: 864 + type: Transform +- uid: 9390 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 53.5,9.5 + parent: 864 + type: Transform +- uid: 9391 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 52.5,11.5 + parent: 864 + type: Transform +- uid: 9392 + type: WardrobePrisonFilled + components: + - pos: 58.5,22.5 + parent: 864 + type: Transform +- uid: 9393 + type: WardrobePrisonFilled + components: + - pos: 60.5,19.5 + parent: 864 + type: Transform +- uid: 9394 + type: WardrobePrisonFilled + components: + - pos: 60.5,16.5 + parent: 864 + type: Transform +- uid: 9395 + type: FoodBoxDonut + components: + - pos: 52.62345,11.736868 + parent: 864 + type: Transform +- uid: 9396 + type: GrenadeFlashBang + components: + - pos: 52.279568,11.553763 + parent: 864 + type: Transform +- uid: 9397 + type: VendingMachineCoffee + components: + - pos: 45.5,17.5 + parent: 864 + type: Transform +- uid: 9398 + type: VendingMachineSnack + components: + - pos: 44.5,17.5 + parent: 864 + type: Transform +- uid: 9399 + type: WallSolid + components: + - pos: 61.5,0.5 + parent: 864 + type: Transform +- uid: 9400 + type: WallSolid + components: + - pos: 62.5,0.5 + parent: 864 + type: Transform +- uid: 9401 + type: AirlockMaintCommandLocked + components: + - rot: 1.5707963267948966 rad + pos: 63.5,0.5 + parent: 864 + type: Transform +- uid: 9402 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 59.5,46.5 + parent: 864 + type: Transform +- uid: 9403 + type: WallReinforced + components: + - pos: 68.5,6.5 + parent: 864 + type: Transform +- uid: 9404 + type: WallReinforced + components: + - pos: 47.5,-17.5 + parent: 864 + type: Transform +- uid: 9405 + type: WallReinforced + components: + - pos: 44.5,13.5 + parent: 864 + type: Transform +- uid: 9406 + type: SecurityTechFab + components: + - pos: 20.5,22.5 + parent: 864 + type: Transform + - materialWhiteList: + - Glass + - Plastic + - Steel + type: MaterialStorage +- uid: 9407 + type: CableHV + components: + - pos: 45.5,2.5 + parent: 864 + type: Transform +- uid: 9408 + type: CableHV + components: + - pos: 46.5,2.5 + parent: 864 + type: Transform +- uid: 9409 + type: CableHV + components: + - pos: 47.5,2.5 + parent: 864 + type: Transform +- uid: 9410 + type: CableHV + components: + - pos: 48.5,2.5 + parent: 864 + type: Transform +- uid: 9411 + type: CableHV + components: + - pos: 49.5,2.5 + parent: 864 + type: Transform +- uid: 9412 + type: CableHV + components: + - pos: 50.5,2.5 + parent: 864 + type: Transform +- uid: 9413 + type: CableHV + components: + - pos: 51.5,2.5 + parent: 864 + type: Transform +- uid: 9414 + type: CableHV + components: + - pos: 52.5,2.5 + parent: 864 + type: Transform +- uid: 9415 + type: CableHV + components: + - pos: 52.5,1.5 + parent: 864 + type: Transform +- uid: 9416 + type: CableHV + components: + - pos: 52.5,0.5 + parent: 864 + type: Transform +- uid: 9417 + type: CableHV + components: + - pos: 52.5,-0.5 + parent: 864 + type: Transform +- uid: 9418 + type: CableHV + components: + - pos: 53.5,1.5 + parent: 864 + type: Transform +- uid: 9419 + type: CableHV + components: + - pos: 54.5,1.5 + parent: 864 + type: Transform +- uid: 9420 + type: CableHV + components: + - pos: 55.5,1.5 + parent: 864 + type: Transform +- uid: 9421 + type: CableHV + components: + - pos: 56.5,1.5 + parent: 864 + type: Transform +- uid: 9422 + type: CableHV + components: + - pos: 57.5,1.5 + parent: 864 + type: Transform +- uid: 9423 + type: CableHV + components: + - pos: 58.5,1.5 + parent: 864 + type: Transform +- uid: 9424 + type: CableHV + components: + - pos: 59.5,1.5 + parent: 864 + type: Transform +- uid: 9425 + type: CableHV + components: + - pos: 60.5,1.5 + parent: 864 + type: Transform +- uid: 9426 + type: CableHV + components: + - pos: 61.5,1.5 + parent: 864 + type: Transform +- uid: 9427 + type: CableHV + components: + - pos: 62.5,1.5 + parent: 864 + type: Transform +- uid: 9428 + type: CableHV + components: + - pos: 62.5,2.5 + parent: 864 + type: Transform +- uid: 9429 + type: CableHV + components: + - pos: 62.5,3.5 + parent: 864 + type: Transform +- uid: 9430 + type: CableHV + components: + - pos: 62.5,4.5 + parent: 864 + type: Transform +- uid: 9431 + type: CableHV + components: + - pos: 62.5,5.5 + parent: 864 + type: Transform +- uid: 9432 + type: CableHV + components: + - pos: 62.5,6.5 + parent: 864 + type: Transform +- uid: 9433 + type: CableHV + components: + - pos: 62.5,7.5 + parent: 864 + type: Transform +- uid: 9434 + type: CableHV + components: + - pos: 63.5,7.5 + parent: 864 + type: Transform +- uid: 9435 + type: CableApcExtension + components: + - pos: 59.5,-5.5 + parent: 864 + type: Transform +- uid: 9436 + type: CableApcExtension + components: + - pos: 61.5,-5.5 + parent: 864 + type: Transform +- uid: 9437 + type: SubstationBasic + components: + - pos: 63.5,7.5 + parent: 864 + type: Transform +- uid: 9438 + type: CableMV + components: + - pos: 63.5,7.5 + parent: 864 + type: Transform +- uid: 9439 + type: CableMV + components: + - pos: 63.5,6.5 + parent: 864 + type: Transform +- uid: 9440 + type: CableMV + components: + - pos: 63.5,5.5 + parent: 864 + type: Transform +- uid: 9441 + type: CableMV + components: + - pos: 63.5,4.5 + parent: 864 + type: Transform +- uid: 9442 + type: CableMV + components: + - pos: 62.5,4.5 + parent: 864 + type: Transform +- uid: 9443 + type: CableMV + components: + - pos: 61.5,4.5 + parent: 864 + type: Transform +- uid: 9444 + type: CableMV + components: + - pos: 60.5,4.5 + parent: 864 + type: Transform +- uid: 9445 + type: CableMV + components: + - pos: 60.5,5.5 + parent: 864 + type: Transform +- uid: 9446 + type: CableMV + components: + - pos: 60.5,6.5 + parent: 864 + type: Transform +- uid: 9447 + type: CableMV + components: + - pos: 60.5,7.5 + parent: 864 + type: Transform +- uid: 9448 + type: CableMV + components: + - pos: 60.5,8.5 + parent: 864 + type: Transform +- uid: 9449 + type: CableMV + components: + - pos: 60.5,9.5 + parent: 864 + type: Transform +- uid: 9450 + type: CableMV + components: + - pos: 59.5,9.5 + parent: 864 + type: Transform +- uid: 9451 + type: CableMV + components: + - pos: 58.5,9.5 + parent: 864 + type: Transform +- uid: 9452 + type: CableMV + components: + - pos: 58.5,10.5 + parent: 864 + type: Transform +- uid: 9453 + type: CableMV + components: + - pos: 58.5,11.5 + parent: 864 + type: Transform +- uid: 9454 + type: APCHighCapacity + components: + - pos: 58.5,11.5 + parent: 864 + type: Transform +- uid: 9455 + type: CableApcExtension + components: + - pos: 58.5,11.5 + parent: 864 + type: Transform +- uid: 9456 + type: CableApcExtension + components: + - pos: 58.5,12.5 + parent: 864 + type: Transform +- uid: 9457 + type: CableApcExtension + components: + - pos: 58.5,13.5 + parent: 864 + type: Transform +- uid: 9458 + type: CableApcExtension + components: + - pos: 58.5,14.5 + parent: 864 + type: Transform +- uid: 9459 + type: CableApcExtension + components: + - pos: 58.5,15.5 + parent: 864 + type: Transform +- uid: 9460 + type: CableApcExtension + components: + - pos: 58.5,16.5 + parent: 864 + type: Transform +- uid: 9461 + type: CableApcExtension + components: + - pos: 57.5,16.5 + parent: 864 + type: Transform +- uid: 9462 + type: CableApcExtension + components: + - pos: 57.5,17.5 + parent: 864 + type: Transform +- uid: 9463 + type: CableApcExtension + components: + - pos: 57.5,18.5 + parent: 864 + type: Transform +- uid: 9464 + type: CableApcExtension + components: + - pos: 56.5,18.5 + parent: 864 + type: Transform +- uid: 9465 + type: CableApcExtension + components: + - pos: 56.5,19.5 + parent: 864 + type: Transform +- uid: 9466 + type: CableApcExtension + components: + - pos: 56.5,20.5 + parent: 864 + type: Transform +- uid: 9467 + type: CableApcExtension + components: + - pos: 55.5,20.5 + parent: 864 + type: Transform +- uid: 9468 + type: CableApcExtension + components: + - pos: 54.5,20.5 + parent: 864 + type: Transform +- uid: 9469 + type: CableApcExtension + components: + - pos: 56.5,21.5 + parent: 864 + type: Transform +- uid: 9470 + type: CableApcExtension + components: + - pos: 58.5,21.5 + parent: 864 + type: Transform +- uid: 9471 + type: CableApcExtension + components: + - pos: 57.5,21.5 + parent: 864 + type: Transform +- uid: 9472 + type: CableApcExtension + components: + - pos: 58.5,21.5 + parent: 864 + type: Transform +- uid: 9473 + type: CableApcExtension + components: + - pos: 53.5,20.5 + parent: 864 + type: Transform +- uid: 9474 + type: CableApcExtension + components: + - pos: 52.5,20.5 + parent: 864 + type: Transform +- uid: 9475 + type: CableApcExtension + components: + - pos: 51.5,20.5 + parent: 864 + type: Transform +- uid: 9476 + type: CableApcExtension + components: + - pos: 50.5,20.5 + parent: 864 + type: Transform +- uid: 9477 + type: CableApcExtension + components: + - pos: 49.5,20.5 + parent: 864 + type: Transform +- uid: 9478 + type: CableApcExtension + components: + - pos: 48.5,20.5 + parent: 864 + type: Transform +- uid: 9479 + type: CableApcExtension + components: + - pos: 47.5,20.5 + parent: 864 + type: Transform +- uid: 9480 + type: CableApcExtension + components: + - pos: 46.5,20.5 + parent: 864 + type: Transform +- uid: 9481 + type: CableApcExtension + components: + - pos: 46.5,21.5 + parent: 864 + type: Transform +- uid: 9482 + type: CableApcExtension + components: + - pos: 49.5,21.5 + parent: 864 + type: Transform +- uid: 9483 + type: CableApcExtension + components: + - pos: 52.5,21.5 + parent: 864 + type: Transform +- uid: 9484 + type: CableApcExtension + components: + - pos: 54.5,21.5 + parent: 864 + type: Transform +- uid: 9485 + type: CableApcExtension + components: + - pos: 59.5,18.5 + parent: 864 + type: Transform +- uid: 9486 + type: CableApcExtension + components: + - pos: 58.5,18.5 + parent: 864 + type: Transform +- uid: 9487 + type: CableApcExtension + components: + - pos: 59.5,15.5 + parent: 864 + type: Transform +- uid: 9488 + type: CableApcExtension + components: + - pos: 60.5,13.5 + parent: 864 + type: Transform +- uid: 9489 + type: CableApcExtension + components: + - pos: 59.5,13.5 + parent: 864 + type: Transform +- uid: 9490 + type: CableApcExtension + components: + - pos: 61.5,13.5 + parent: 864 + type: Transform +- uid: 9491 + type: CableApcExtension + components: + - pos: 57.5,11.5 + parent: 864 + type: Transform +- uid: 9492 + type: CableApcExtension + components: + - pos: 56.5,11.5 + parent: 864 + type: Transform +- uid: 9493 + type: CableApcExtension + components: + - pos: 56.5,10.5 + parent: 864 + type: Transform +- uid: 9494 + type: CableApcExtension + components: + - pos: 56.5,9.5 + parent: 864 + type: Transform +- uid: 9495 + type: CableApcExtension + components: + - pos: 56.5,8.5 + parent: 864 + type: Transform +- uid: 9496 + type: CableApcExtension + components: + - pos: 56.5,7.5 + parent: 864 + type: Transform +- uid: 9497 + type: CableApcExtension + components: + - pos: 56.5,6.5 + parent: 864 + type: Transform +- uid: 9498 + type: CableApcExtension + components: + - pos: 55.5,6.5 + parent: 864 + type: Transform +- uid: 9499 + type: CableApcExtension + components: + - pos: 54.5,6.5 + parent: 864 + type: Transform +- uid: 9500 + type: CableApcExtension + components: + - pos: 53.5,6.5 + parent: 864 + type: Transform +- uid: 9501 + type: CableApcExtension + components: + - pos: 52.5,6.5 + parent: 864 + type: Transform +- uid: 9502 + type: CableApcExtension + components: + - pos: 51.5,6.5 + parent: 864 + type: Transform +- uid: 9503 + type: CableApcExtension + components: + - pos: 50.5,6.5 + parent: 864 + type: Transform +- uid: 9504 + type: CableApcExtension + components: + - pos: 49.5,6.5 + parent: 864 + type: Transform +- uid: 9505 + type: CableApcExtension + components: + - pos: 48.5,6.5 + parent: 864 + type: Transform +- uid: 9506 + type: CableApcExtension + components: + - pos: 47.5,6.5 + parent: 864 + type: Transform +- uid: 9507 + type: CableApcExtension + components: + - pos: 47.5,7.5 + parent: 864 + type: Transform +- uid: 9508 + type: CableApcExtension + components: + - pos: 47.5,8.5 + parent: 864 + type: Transform +- uid: 9509 + type: CableApcExtension + components: + - pos: 47.5,9.5 + parent: 864 + type: Transform +- uid: 9510 + type: CableApcExtension + components: + - pos: 47.5,10.5 + parent: 864 + type: Transform +- uid: 9511 + type: CableApcExtension + components: + - pos: 47.5,11.5 + parent: 864 + type: Transform +- uid: 9512 + type: CableApcExtension + components: + - pos: 47.5,12.5 + parent: 864 + type: Transform +- uid: 9513 + type: CableApcExtension + components: + - pos: 47.5,13.5 + parent: 864 + type: Transform +- uid: 9514 + type: CableApcExtension + components: + - pos: 47.5,14.5 + parent: 864 + type: Transform +- uid: 9515 + type: CableApcExtension + components: + - pos: 47.5,15.5 + parent: 864 + type: Transform +- uid: 9516 + type: CableApcExtension + components: + - pos: 48.5,13.5 + parent: 864 + type: Transform +- uid: 9517 + type: CableApcExtension + components: + - pos: 49.5,13.5 + parent: 864 + type: Transform +- uid: 9518 + type: CableApcExtension + components: + - pos: 49.5,14.5 + parent: 864 + type: Transform +- uid: 9519 + type: CableApcExtension + components: + - pos: 49.5,15.5 + parent: 864 + type: Transform +- uid: 9520 + type: CableApcExtension + components: + - pos: 49.5,16.5 + parent: 864 + type: Transform +- uid: 9521 + type: CableApcExtension + components: + - pos: 50.5,16.5 + parent: 864 + type: Transform +- uid: 9522 + type: CableApcExtension + components: + - pos: 51.5,16.5 + parent: 864 + type: Transform +- uid: 9523 + type: CableApcExtension + components: + - pos: 52.5,16.5 + parent: 864 + type: Transform +- uid: 9524 + type: CableApcExtension + components: + - pos: 53.5,16.5 + parent: 864 + type: Transform +- uid: 9525 + type: CableApcExtension + components: + - pos: 54.5,16.5 + parent: 864 + type: Transform +- uid: 9526 + type: CableApcExtension + components: + - pos: 55.5,16.5 + parent: 864 + type: Transform +- uid: 9527 + type: CableApcExtension + components: + - pos: 50.5,17.5 + parent: 864 + type: Transform +- uid: 9528 + type: CableApcExtension + components: + - pos: 50.5,18.5 + parent: 864 + type: Transform +- uid: 9529 + type: CableApcExtension + components: + - pos: 49.5,12.5 + parent: 864 + type: Transform +- uid: 9530 + type: CableApcExtension + components: + - pos: 50.5,12.5 + parent: 864 + type: Transform +- uid: 9531 + type: CableApcExtension + components: + - pos: 50.5,11.5 + parent: 864 + type: Transform +- uid: 9532 + type: CableApcExtension + components: + - pos: 50.5,10.5 + parent: 864 + type: Transform +- uid: 9533 + type: CableApcExtension + components: + - pos: 50.5,9.5 + parent: 864 + type: Transform +- uid: 9534 + type: CableApcExtension + components: + - pos: 51.5,9.5 + parent: 864 + type: Transform +- uid: 9535 + type: CableApcExtension + components: + - pos: 52.5,9.5 + parent: 864 + type: Transform +- uid: 9536 + type: CableApcExtension + components: + - pos: 53.5,9.5 + parent: 864 + type: Transform +- uid: 9537 + type: CableApcExtension + components: + - pos: 53.5,10.5 + parent: 864 + type: Transform +- uid: 9538 + type: CableApcExtension + components: + - pos: 53.5,11.5 + parent: 864 + type: Transform +- uid: 9539 + type: CableApcExtension + components: + - pos: 53.5,12.5 + parent: 864 + type: Transform +- uid: 9540 + type: CableApcExtension + components: + - pos: 59.5,11.5 + parent: 864 + type: Transform +- uid: 9541 + type: CableApcExtension + components: + - pos: 59.5,10.5 + parent: 864 + type: Transform +- uid: 9542 + type: CableApcExtension + components: + - pos: 59.5,9.5 + parent: 864 + type: Transform +- uid: 9543 + type: CableApcExtension + components: + - pos: 60.5,9.5 + parent: 864 + type: Transform +- uid: 9544 + type: CableApcExtension + components: + - pos: 60.5,8.5 + parent: 864 + type: Transform +- uid: 9545 + type: CableApcExtension + components: + - pos: 60.5,7.5 + parent: 864 + type: Transform +- uid: 9546 + type: CableApcExtension + components: + - pos: 60.5,6.5 + parent: 864 + type: Transform +- uid: 9547 + type: CableApcExtension + components: + - pos: 60.5,5.5 + parent: 864 + type: Transform +- uid: 9548 + type: CableApcExtension + components: + - pos: 60.5,4.5 + parent: 864 + type: Transform +- uid: 9549 + type: CableApcExtension + components: + - pos: 61.5,4.5 + parent: 864 + type: Transform +- uid: 9550 + type: CableApcExtension + components: + - pos: 62.5,4.5 + parent: 864 + type: Transform +- uid: 9551 + type: CableApcExtension + components: + - pos: 62.5,5.5 + parent: 864 + type: Transform +- uid: 9552 + type: CableApcExtension + components: + - pos: 60.5,-5.5 + parent: 864 + type: Transform +- uid: 9553 + type: CableApcExtension + components: + - pos: 45.5,20.5 + parent: 864 + type: Transform +- uid: 9554 + type: CableApcExtension + components: + - pos: 44.5,20.5 + parent: 864 + type: Transform +- uid: 9555 + type: CableApcExtension + components: + - pos: 43.5,20.5 + parent: 864 + type: Transform +- uid: 9556 + type: CableApcExtension + components: + - pos: 42.5,20.5 + parent: 864 + type: Transform +- uid: 9557 + type: CableApcExtension + components: + - pos: 41.5,20.5 + parent: 864 + type: Transform +- uid: 9558 + type: CableApcExtension + components: + - pos: 40.5,20.5 + parent: 864 + type: Transform +- uid: 9559 + type: CableApcExtension + components: + - pos: 39.5,20.5 + parent: 864 + type: Transform +- uid: 9560 + type: CableApcExtension + components: + - pos: 38.5,20.5 + parent: 864 + type: Transform +- uid: 9561 + type: CableApcExtension + components: + - pos: 37.5,20.5 + parent: 864 + type: Transform +- uid: 9562 + type: CableApcExtension + components: + - pos: 36.5,20.5 + parent: 864 + type: Transform +- uid: 9563 + type: CableApcExtension + components: + - pos: 35.5,20.5 + parent: 864 + type: Transform +- uid: 9564 + type: CableApcExtension + components: + - pos: 35.5,19.5 + parent: 864 + type: Transform +- uid: 9565 + type: CableApcExtension + components: + - pos: 46.5,11.5 + parent: 864 + type: Transform +- uid: 9566 + type: CableApcExtension + components: + - pos: 45.5,11.5 + parent: 864 + type: Transform +- uid: 9567 + type: CableMV + components: + - pos: 38.5,15.5 + parent: 864 + type: Transform +- uid: 9568 + type: CableApcExtension + components: + - pos: 43.5,11.5 + parent: 864 + type: Transform +- uid: 9569 + type: CableApcExtension + components: + - pos: 42.5,11.5 + parent: 864 + type: Transform +- uid: 9570 + type: CableApcExtension + components: + - pos: 41.5,11.5 + parent: 864 + type: Transform +- uid: 9571 + type: CableApcExtension + components: + - pos: 40.5,11.5 + parent: 864 + type: Transform +- uid: 9572 + type: CableApcExtension + components: + - pos: 41.5,10.5 + parent: 864 + type: Transform +- uid: 9573 + type: CableApcExtension + components: + - pos: 41.5,9.5 + parent: 864 + type: Transform +- uid: 9574 + type: CableApcExtension + components: + - pos: 41.5,8.5 + parent: 864 + type: Transform +- uid: 9575 + type: CableApcExtension + components: + - pos: 41.5,7.5 + parent: 864 + type: Transform +- uid: 9576 + type: CableApcExtension + components: + - pos: 41.5,6.5 + parent: 864 + type: Transform +- uid: 9577 + type: CableApcExtension + components: + - pos: 41.5,5.5 + parent: 864 + type: Transform +- uid: 9578 + type: CableApcExtension + components: + - pos: 41.5,4.5 + parent: 864 + type: Transform +- uid: 9579 + type: CableApcExtension + components: + - pos: 40.5,12.5 + parent: 864 + type: Transform +- uid: 9580 + type: CableApcExtension + components: + - pos: 40.5,13.5 + parent: 864 + type: Transform +- uid: 9581 + type: CableApcExtension + components: + - pos: 40.5,14.5 + parent: 864 + type: Transform +- uid: 9582 + type: CableApcExtension + components: + - pos: 39.5,14.5 + parent: 864 + type: Transform +- uid: 9583 + type: CableApcExtension + components: + - pos: 38.5,14.5 + parent: 864 + type: Transform +- uid: 9584 + type: CableApcExtension + components: + - pos: 37.5,14.5 + parent: 864 + type: Transform +- uid: 9585 + type: CableApcExtension + components: + - pos: 36.5,14.5 + parent: 864 + type: Transform +- uid: 9586 + type: CableApcExtension + components: + - pos: 35.5,14.5 + parent: 864 + type: Transform +- uid: 9587 + type: CableApcExtension + components: + - pos: 34.5,14.5 + parent: 864 + type: Transform +- uid: 9588 + type: CableApcExtension + components: + - pos: 33.5,14.5 + parent: 864 + type: Transform +- uid: 9589 + type: CableApcExtension + components: + - pos: 32.5,14.5 + parent: 864 + type: Transform +- uid: 9590 + type: CableApcExtension + components: + - pos: 31.5,14.5 + parent: 864 + type: Transform +- uid: 9591 + type: CableApcExtension + components: + - pos: 35.5,15.5 + parent: 864 + type: Transform +- uid: 9592 + type: CableApcExtension + components: + - pos: 35.5,16.5 + parent: 864 + type: Transform +- uid: 9593 + type: WallReinforced + components: + - pos: 44.5,4.5 + parent: 864 + type: Transform +- uid: 9594 + type: WallReinforced + components: + - pos: 44.5,3.5 + parent: 864 + type: Transform +- uid: 9595 + type: Grille + components: + - pos: 48.5,3.5 + parent: 864 + type: Transform +- uid: 9596 + type: Grille + components: + - pos: 46.5,3.5 + parent: 864 + type: Transform +- uid: 9597 + type: SignPrison + components: + - pos: 43.5,13.5 + parent: 864 + type: Transform +- uid: 9598 + type: MedkitBruteFilled + components: + - pos: 51.394184,7.4673457 + parent: 864 + type: Transform +- uid: 9599 + type: MedkitBruteFilled + components: + - pos: 51.47231,7.2329707 + parent: 864 + type: Transform +- uid: 9600 + type: CableApcExtension + components: + - pos: 32.5,13.5 + parent: 864 + type: Transform +- uid: 9601 + type: CableApcExtension + components: + - pos: 32.5,12.5 + parent: 864 + type: Transform +- uid: 9602 + type: CableApcExtension + components: + - pos: 32.5,11.5 + parent: 864 + type: Transform +- uid: 9603 + type: CableApcExtension + components: + - pos: 30.5,14.5 + parent: 864 + type: Transform +- uid: 9604 + type: CableApcExtension + components: + - pos: 29.5,14.5 + parent: 864 + type: Transform +- uid: 9605 + type: CableApcExtension + components: + - pos: 29.5,13.5 + parent: 864 + type: Transform +- uid: 9606 + type: CableApcExtension + components: + - pos: 29.5,12.5 + parent: 864 + type: Transform +- uid: 9607 + type: CableApcExtension + components: + - pos: 29.5,11.5 + parent: 864 + type: Transform +- uid: 9608 + type: CableApcExtension + components: + - pos: 35.5,13.5 + parent: 864 + type: Transform +- uid: 9609 + type: CableApcExtension + components: + - pos: 35.5,12.5 + parent: 864 + type: Transform +- uid: 9610 + type: CableApcExtension + components: + - pos: 35.5,11.5 + parent: 864 + type: Transform +- uid: 9611 + type: CableApcExtension + components: + - pos: 39.5,7.5 + parent: 864 + type: Transform +- uid: 9612 + type: CableApcExtension + components: + - pos: 38.5,7.5 + parent: 864 + type: Transform +- uid: 9613 + type: CableApcExtension + components: + - pos: 37.5,7.5 + parent: 864 + type: Transform +- uid: 9614 + type: CableApcExtension + components: + - pos: 40.5,4.5 + parent: 864 + type: Transform +- uid: 9615 + type: CableApcExtension + components: + - pos: 39.5,4.5 + parent: 864 + type: Transform +- uid: 9616 + type: CableApcExtension + components: + - pos: 37.5,4.5 + parent: 864 + type: Transform +- uid: 9617 + type: CableApcExtension + components: + - pos: 38.5,4.5 + parent: 864 + type: Transform +- uid: 9618 + type: ClosetEmergencyFilledRandom + components: + - pos: 63.5,5.5 + parent: 864 + type: Transform +- uid: 9619 + type: ClosetEmergencyFilledRandom + components: + - pos: 63.5,4.5 + parent: 864 + type: Transform +- uid: 9620 + type: Cigarette + components: + - pos: 63.44384,24.664883 + parent: 864 + type: Transform +- uid: 9621 + type: CheapLighter + components: + - parent: 9185 + type: Transform +- uid: 9622 + type: Beaker + components: + - pos: 54.768433,18.769468 + parent: 864 + type: Transform + - solution: beaker + type: Drink +- uid: 9623 + type: Beaker + components: + - pos: 54.659058,18.535093 + parent: 864 + type: Transform + - solution: beaker + type: Drink +- uid: 9624 + type: LockerEvidence + components: + - pos: 42.5,12.5 + parent: 864 + type: Transform +- uid: 9625 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 30.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9626 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9627 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9628 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 28.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9629 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9630 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9631 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9632 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9633 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9634 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9635 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9636 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 30.5,27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9637 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9638 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9639 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9640 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9641 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 30.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9642 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9643 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9644 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9645 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9646 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 28.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9647 + type: GasVentScrubber + components: + - pos: 28.5,28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9648 + type: GasVentPump + components: + - pos: 30.5,28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9649 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 42.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9650 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 43.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9651 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 43.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9652 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 42.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9653 + type: GasPipeTJunction + components: + - pos: 40.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9654 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9655 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9656 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9657 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9658 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9659 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9660 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 34.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9661 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 33.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9662 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9663 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 31.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9664 + type: GasPipeTJunction + components: + - pos: 44.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9665 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 45.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9666 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9667 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 45.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9668 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9669 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9670 + type: GasPipeTJunction + components: + - pos: 47.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9671 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9672 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 47.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9673 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9674 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 44.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9675 + type: GasVentPump + components: + - pos: 45.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9676 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 49.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9677 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 50.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9678 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 49.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9679 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 49.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9680 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 49.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9681 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 49.5,18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9682 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 49.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9683 + type: GasPipeFourway + components: + - pos: 49.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9684 + type: GasPipeFourway + components: + - pos: 50.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9685 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 50.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9686 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 50.5,20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9687 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 50.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9688 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 50.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9689 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 50.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9690 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 50.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9691 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 50.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9692 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9693 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 47.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9694 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 46.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9695 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 49.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9696 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9697 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 47.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9698 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 49.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9699 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 49.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9700 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 50.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9701 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 46.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9702 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 46.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9703 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 47.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9704 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 51.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9705 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 52.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9706 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 53.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9707 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 53.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9708 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9709 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9710 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 51.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9711 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 53.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9712 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 54.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9713 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 56.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9714 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 57.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9715 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 58.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9716 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 55.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9717 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 52.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9718 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 55.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9719 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 55.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9720 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 58.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9721 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 58.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9722 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 54.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9723 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 55.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9724 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 57.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9725 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 58.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9726 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 59.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9727 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 56.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9728 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 59.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9729 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 59.5,20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9730 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 59.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9731 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 60.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9732 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 59.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9733 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 60.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9734 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 60.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9735 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 59.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9736 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 60.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9737 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 50.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9738 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 49.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9739 + type: GasPipeStraight + components: + - pos: 49.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9740 + type: GasPipeStraight + components: + - pos: 49.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9741 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 51.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9742 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 50.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9743 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 51.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9744 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 59.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9745 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 59.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9746 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 58.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9747 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 58.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9748 + type: GasPipeStraight + components: + - pos: 58.5,18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9749 + type: GasPipeStraight + components: + - pos: 58.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9750 + type: GasPipeStraight + components: + - pos: 59.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9751 + type: GasPipeStraight + components: + - pos: 59.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9752 + type: GasPipeStraight + components: + - pos: 58.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9753 + type: GasPipeStraight + components: + - pos: 58.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9754 + type: GasPipeStraight + components: + - pos: 58.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9755 + type: GasPipeStraight + components: + - pos: 59.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9756 + type: GasPipeStraight + components: + - pos: 59.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9757 + type: GasPipeStraight + components: + - pos: 59.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9758 + type: GasVentScrubber + components: + - pos: 47.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9759 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 52.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9760 + type: GasVentScrubber + components: + - pos: 46.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9761 + type: GasVentScrubber + components: + - pos: 49.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9762 + type: GasVentScrubber + components: + - pos: 52.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9763 + type: GasVentScrubber + components: + - pos: 55.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9764 + type: GasVentScrubber + components: + - pos: 58.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9765 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 61.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9766 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 61.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9767 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 61.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9768 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 52.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9769 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 61.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9770 + type: GasVentPump + components: + - pos: 59.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9771 + type: GasVentPump + components: + - pos: 56.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9772 + type: GasVentPump + components: + - pos: 53.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9773 + type: GasVentPump + components: + - pos: 50.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9774 + type: GasVentPump + components: + - pos: 47.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9775 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 47.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9776 + type: FirelockEdge + components: + - rot: 1.5707963267948966 rad + pos: 59.5,18.5 + parent: 864 + type: Transform +- uid: 9777 + type: FirelockEdge + components: + - rot: 1.5707963267948966 rad + pos: 59.5,15.5 + parent: 864 + type: Transform +- uid: 9778 + type: FirelockEdge + components: + - rot: 1.5707963267948966 rad + pos: 59.5,13.5 + parent: 864 + type: Transform +- uid: 9779 + type: FirelockEdge + components: + - rot: -1.5707963267948966 rad + pos: 61.5,21.5 + parent: 864 + type: Transform +- uid: 9780 + type: FirelockGlass + components: + - rot: 1.5707963267948966 rad + pos: 43.5,19.5 + parent: 864 + type: Transform +- uid: 9781 + type: FirelockGlass + components: + - rot: 1.5707963267948966 rad + pos: 43.5,20.5 + parent: 864 + type: Transform +- uid: 9782 + type: FirelockEdge + components: + - rot: -1.5707963267948966 rad + pos: 38.5,20.5 + parent: 864 + type: Transform +- uid: 9783 + type: FirelockGlass + components: + - rot: 1.5707963267948966 rad + pos: 43.5,15.5 + parent: 864 + type: Transform +- uid: 9784 + type: FireAlarm + components: + - rot: 1.5707963267948966 rad + pos: 51.5,12.5 + parent: 864 + type: Transform + - devices: + - null + - 14073 + - 9200 + - 9199 + - 9198 + - 9197 + - 9196 + - 9776 + - 9777 + - 9778 + - 9781 + - 9780 + - 10593 + - 21259 + - 9787 + type: DeviceList +- uid: 9785 + type: CableApcExtension + components: + - pos: -12.5,42.5 + parent: 864 + type: Transform +- uid: 9786 + type: PoweredSmallLight + components: + - pos: -11.5,42.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 9787 + type: FirelockGlass + components: + - rot: 1.5707963267948966 rad + pos: 61.5,4.5 + parent: 864 + type: Transform +- uid: 9788 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 58.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9789 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 59.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9790 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 60.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9791 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 57.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9792 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9793 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 43.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9794 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 42.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9795 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 41.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9796 + type: GasPipeTJunction + components: + - pos: 40.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9797 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9798 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9799 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9800 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9801 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9802 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 49.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9803 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9804 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 47.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9805 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 46.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9806 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 45.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9807 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 45.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9808 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 43.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9809 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 42.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9810 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 41.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9811 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9812 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9813 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9814 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9815 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9816 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 39.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9817 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 40.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9818 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 34.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9819 + type: GasVentPump + components: + - pos: 39.5,20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9820 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 34.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9821 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 55.5,2.5 + parent: 864 + type: Transform +- uid: 9822 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 55.5,1.5 + parent: 864 + type: Transform +- uid: 9823 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 55.5,0.5 + parent: 864 + type: Transform +- uid: 9824 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 55.5,-1.5 + parent: 864 + type: Transform +- uid: 9825 + type: AirlockMaintLocked + components: + - rot: -1.5707963267948966 rad + pos: 55.5,-0.5 + parent: 864 + type: Transform +- uid: 9826 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 49.5,-0.5 + parent: 864 + type: Transform +- uid: 9827 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 49.5,-2.5 + parent: 864 + type: Transform +- uid: 9828 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 49.5,-1.5 + parent: 864 + type: Transform +- uid: 9829 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-2.5 + parent: 864 + type: Transform +- uid: 9830 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-3.5 + parent: 864 + type: Transform +- uid: 9831 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 55.5,-2.5 + parent: 864 + type: Transform +- uid: 9832 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 54.5,-2.5 + parent: 864 + type: Transform +- uid: 9833 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 54.5,-3.5 + parent: 864 + type: Transform +- uid: 9834 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-4.5 + parent: 864 + type: Transform +- uid: 9835 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 49.5,-4.5 + parent: 864 + type: Transform +- uid: 9836 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-4.5 + parent: 864 + type: Transform +- uid: 9837 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 47.5,-4.5 + parent: 864 + type: Transform +- uid: 9838 + type: AirlockBrigGlassLocked + components: + - pos: 40.5,-4.5 + parent: 864 + type: Transform +- uid: 9839 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-4.5 + parent: 864 + type: Transform +- uid: 9840 + type: AirlockBrigLocked + components: + - name: lawyer's office + type: MetaData + - pos: 38.5,-6.5 + parent: 864 + type: Transform +- uid: 9841 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-2.5 + parent: 864 + type: Transform +- uid: 9842 + type: WallSolid + components: + - pos: 49.5,-5.5 + parent: 864 + type: Transform +- uid: 9843 + type: WallSolid + components: + - pos: 49.5,-6.5 + parent: 864 + type: Transform +- uid: 9844 + type: WallSolid + components: + - pos: 49.5,-10.5 + parent: 864 + type: Transform +- uid: 9845 + type: WallSolid + components: + - pos: 48.5,-10.5 + parent: 864 + type: Transform +- uid: 9846 + type: AirlockMaintLocked + components: + - name: evac + type: MetaData + - pos: 48.5,-8.5 + parent: 864 + type: Transform +- uid: 9847 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 54.5,-4.5 + parent: 864 + type: Transform +- uid: 9848 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 55.5,-4.5 + parent: 864 + type: Transform +- uid: 9849 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 56.5,-4.5 + parent: 864 + type: Transform +- uid: 9850 + type: AirlockMaintLocked + components: + - pos: 57.5,-4.5 + parent: 864 + type: Transform +- uid: 9851 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 58.5,-4.5 + parent: 864 + type: Transform +- uid: 9852 + type: DisposalTrunk + components: + - pos: 34.5,17.5 + parent: 864 + type: Transform +- uid: 9853 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 34.5,16.5 + parent: 864 + type: Transform +- uid: 9854 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 33.5,16.5 + parent: 864 + type: Transform +- uid: 9855 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 32.5,16.5 + parent: 864 + type: Transform +- uid: 9856 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 31.5,16.5 + parent: 864 + type: Transform +- uid: 9857 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 30.5,16.5 + parent: 864 + type: Transform +- uid: 9858 + type: DisposalBend + components: + - pos: 29.5,17.5 + parent: 864 + type: Transform +- uid: 9859 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 29.5,16.5 + parent: 864 + type: Transform +- uid: 9860 + type: DisposalRouterFlipped + components: + - rot: -1.5707963267948966 rad + pos: 41.5,6.5 + parent: 864 + type: Transform +- uid: 9861 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 42.5,6.5 + parent: 864 + type: Transform +- uid: 9862 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 43.5,6.5 + parent: 864 + type: Transform +- uid: 9863 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 44.5,6.5 + parent: 864 + type: Transform +- uid: 9864 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 45.5,6.5 + parent: 864 + type: Transform +- uid: 9865 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 46.5,6.5 + parent: 864 + type: Transform +- uid: 9866 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: 46.5,7.5 + parent: 864 + type: Transform +- uid: 9867 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 47.5,7.5 + parent: 864 + type: Transform +- uid: 9868 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 48.5,7.5 + parent: 864 + type: Transform +- uid: 9869 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 49.5,7.5 + parent: 864 + type: Transform +- uid: 9870 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: 49.5,9.5 + parent: 864 + type: Transform +- uid: 9871 + type: DisposalPipe + components: + - pos: 49.5,8.5 + parent: 864 + type: Transform +- uid: 9872 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 50.5,9.5 + parent: 864 + type: Transform +- uid: 9873 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 51.5,9.5 + parent: 864 + type: Transform +- uid: 9874 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 52.5,9.5 + parent: 864 + type: Transform +- uid: 9875 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: 53.5,11.5 + parent: 864 + type: Transform +- uid: 9876 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 54.5,11.5 + parent: 864 + type: Transform +- uid: 9877 + type: DisposalUnit + components: + - pos: 54.5,11.5 + parent: 864 + type: Transform +- uid: 9878 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 53.5,10.5 + parent: 864 + type: Transform +- uid: 9879 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 41.5,5.5 + parent: 864 + type: Transform +- uid: 9880 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 41.5,4.5 + parent: 864 + type: Transform +- uid: 9881 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 41.5,3.5 + parent: 864 + type: Transform +- uid: 9882 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 41.5,2.5 + parent: 864 + type: Transform +- uid: 9883 + type: DisposalJunction + components: + - rot: -1.5707963267948966 rad + pos: 41.5,1.5 + parent: 864 + type: Transform +- uid: 9884 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 40.5,1.5 + parent: 864 + type: Transform +- uid: 9885 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 42.5,1.5 + parent: 864 + type: Transform +- uid: 9886 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 43.5,1.5 + parent: 864 + type: Transform +- uid: 9887 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 44.5,1.5 + parent: 864 + type: Transform +- uid: 9888 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 45.5,1.5 + parent: 864 + type: Transform +- uid: 9889 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 46.5,1.5 + parent: 864 + type: Transform +- uid: 9890 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 47.5,1.5 + parent: 864 + type: Transform +- uid: 9891 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 48.5,1.5 + parent: 864 + type: Transform +- uid: 9892 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 49.5,1.5 + parent: 864 + type: Transform +- uid: 9893 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 50.5,1.5 + parent: 864 + type: Transform +- uid: 9894 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 51.5,1.5 + parent: 864 + type: Transform +- uid: 9895 + type: CrateFunBoardGames + components: + - pos: 63.5,6.5 + parent: 864 + type: Transform +- uid: 9896 + type: Table + components: + - pos: 58.5,20.5 + parent: 864 + type: Transform +- uid: 9897 + type: DisposalUnit + components: + - pos: 34.5,17.5 + parent: 864 + type: Transform +- uid: 9898 + type: Table + components: + - pos: 36.5,17.5 + parent: 864 + type: Transform +- uid: 9899 + type: Paper + components: + - pos: 36.48534,17.611084 + parent: 864 + type: Transform +- uid: 9900 + type: Paper + components: + - pos: 36.48534,17.611084 + parent: 864 + type: Transform +- uid: 9901 + type: Paper + components: + - pos: 36.48534,17.611084 + parent: 864 + type: Transform +- uid: 9902 + type: Paper + components: + - pos: 36.48534,17.611084 + parent: 864 + type: Transform +- uid: 9903 + type: Paper + components: + - pos: 36.48534,17.611084 + parent: 864 + type: Transform +- uid: 9904 + type: Paper + components: + - pos: 36.48534,17.611084 + parent: 864 + type: Transform +- uid: 9905 + type: Paper + components: + - pos: 36.48534,17.611084 + parent: 864 + type: Transform +- uid: 9906 + type: Paper + components: + - pos: 36.48534,17.611084 + parent: 864 + type: Transform +- uid: 9907 + type: Paper + components: + - desc: '' + name: open prison + type: MetaData + - pos: 54.510223,12.532615 + parent: 864 + type: Transform + - content: > + The open prison is not designed for high profile criminals but for low level crimes. Security may use the open prison experiment to house low level prisoners in a more fun environment or for when the brig is overflowed. Do not put suspected syndies in open prison. + type: Paper +- uid: 9908 + type: Paper + components: + - pos: 35.500965,18.548582 + parent: 864 + type: Transform +- uid: 9909 + type: Paper + components: + - pos: 35.500965,18.548582 + parent: 864 + type: Transform +- uid: 9910 + type: Paper + components: + - pos: 35.500965,18.548582 + parent: 864 + type: Transform +- uid: 9911 + type: Paper + components: + - pos: 35.500965,18.548582 + parent: 864 + type: Transform +- uid: 9912 + type: Paper + components: + - pos: 35.500965,18.548582 + parent: 864 + type: Transform +- uid: 9913 + type: Paper + components: + - pos: 35.500965,18.548582 + parent: 864 + type: Transform +- uid: 9914 + type: Paper + components: + - pos: 35.500965,18.548582 + parent: 864 + type: Transform +- uid: 9915 + type: Paper + components: + - pos: 35.500965,18.548582 + parent: 864 + type: Transform +- uid: 9916 + type: Paper + components: + - pos: 35.500965,18.548582 + parent: 864 + type: Transform +- uid: 9917 + type: Pen + components: + - pos: 35.36034,18.501707 + parent: 864 + type: Transform +- uid: 9918 + type: Pen + components: + - pos: 36.351227,17.62149 + parent: 864 + type: Transform +- uid: 9919 + type: HarmonicaInstrument + components: + - pos: 53.479427,24.562923 + parent: 864 + type: Transform +- uid: 9920 + type: WaterTankFull + components: + - pos: 45.5,21.5 + parent: 864 + type: Transform +- uid: 9921 + type: ChessBoard + components: + - pos: 52.446415,7.1683345 + parent: 864 + type: Transform +- uid: 9922 + type: MopItem + components: + - pos: 51.744904,15.651144 + parent: 864 + type: Transform +- uid: 9923 + type: MopBucket + components: + - pos: 52.057404,15.557394 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 9924 + type: CrowbarRed + components: + - pos: 52.637024,11.413784 + parent: 864 + type: Transform +- uid: 9925 + type: FloorDrain + components: + - pos: 57.5,5.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 9926 + type: FloorDrain + components: + - pos: 47.5,8.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 9927 + type: FloorDrain + components: + - pos: 62.5,12.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 9928 + type: FloorDrain + components: + - pos: 62.5,22.5 + parent: 864 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 9929 + type: AirlockMaintLocked + components: + - pos: 64.5,2.5 + parent: 864 + type: Transform +- uid: 9930 + type: DisposalUnit + components: + - pos: 52.5,3.5 + parent: 864 + type: Transform +- uid: 9931 + type: DisposalYJunction + components: + - rot: -1.5707963267948966 rad + pos: 52.5,1.5 + parent: 864 + type: Transform +- uid: 9932 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,2.5 + parent: 864 + type: Transform +- uid: 9933 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,0.5 + parent: 864 + type: Transform +- uid: 9934 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,-0.5 + parent: 864 + type: Transform +- uid: 9935 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,-1.5 + parent: 864 + type: Transform +- uid: 9936 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,-2.5 + parent: 864 + type: Transform +- uid: 9937 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,-3.5 + parent: 864 + type: Transform +- uid: 9938 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,-4.5 + parent: 864 + type: Transform +- uid: 9939 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,-5.5 + parent: 864 + type: Transform +- uid: 9940 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,-6.5 + parent: 864 + type: Transform +- uid: 9941 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,-7.5 + parent: 864 + type: Transform +- uid: 9942 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 52.5,-8.5 + parent: 864 + type: Transform +- uid: 9943 + type: VendingMachineChang + components: + - pos: 53.5,3.5 + parent: 864 + type: Transform +- uid: 9944 + type: VendingMachineCoffee + components: + - pos: 51.5,3.5 + parent: 864 + type: Transform +- uid: 9945 + type: VendingMachineSec + components: + - pos: 31.5,19.5 + parent: 864 + type: Transform +- uid: 9946 + type: VendingMachineSecDrobe + components: + - pos: 32.5,19.5 + parent: 864 + type: Transform +- uid: 9947 + type: Grille + components: + - pos: 27.5,22.5 + parent: 864 + type: Transform +- uid: 9948 + type: BannerSecurity + components: + - pos: 27.5,8.5 + parent: 864 + type: Transform +- uid: 9949 + type: BannerSecurity + components: + - pos: 23.5,8.5 + parent: 864 + type: Transform +- uid: 9950 + type: BannerMedical + components: + - pos: 1.5,-43.5 + parent: 864 + type: Transform +- uid: 9951 + type: BannerMedical + components: + - pos: -10.5,-43.5 + parent: 864 + type: Transform +- uid: 9952 + type: BannerRevolution + components: + - pos: 0.5,-73.5 + parent: 864 + type: Transform +- uid: 9953 + type: BannerNanotrasen + components: + - pos: 28.5,-16.5 + parent: 864 + type: Transform +- uid: 9954 + type: BannerNanotrasen + components: + - pos: 22.5,-16.5 + parent: 864 + type: Transform +- uid: 9955 + type: PosterLegitDickGumshue + components: + - pos: 17.5,-15.5 + parent: 864 + type: Transform +- uid: 9956 + type: PosterContrabandEAT + components: + - pos: 4.5,4.5 + parent: 864 + type: Transform +- uid: 9957 + type: PosterContrabandHaveaPuff + components: + - pos: 4.5,-32.5 + parent: 864 + type: Transform +- uid: 9958 + type: PosterContrabandLustyExomorph + components: + - pos: -9.5,-73.5 + parent: 864 + type: Transform +- uid: 9959 + type: MaterialCloth + components: + - pos: 22.562214,-45.85361 + parent: 864 + type: Transform +- uid: 9960 + type: SheetSteel + components: + - pos: 22.171589,-45.431736 + parent: 864 + type: Transform +- uid: 9961 + type: SheetPlasteel + components: + - pos: 21.609089,-45.462986 + parent: 864 + type: Transform +- uid: 9962 + type: Table + components: + - pos: -16.5,-23.5 + parent: 864 + type: Transform +- uid: 9963 + type: Table + components: + - pos: -15.5,-23.5 + parent: 864 + type: Transform +- uid: 9964 + type: FlashlightLantern + components: + - pos: -15.527322,-23.336727 + parent: 864 + type: Transform +- uid: 9965 + type: FoodTinPeachesMaint + components: + - pos: -16.417948,-23.258602 + parent: 864 + type: Transform +- uid: 9966 + type: AirlockMaintLocked + components: + - pos: -17.5,-14.5 + parent: 864 + type: Transform +- uid: 9967 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9968 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9969 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 41.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9970 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 43.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9971 + type: GasPipeTJunction + components: + - pos: 42.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9972 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9973 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 41.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9974 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 42.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9975 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 43.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9976 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 44.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9977 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 45.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9978 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 46.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9979 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 47.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9980 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9981 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 49.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9982 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 50.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9983 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 51.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9984 + type: GasPipeTJunction + components: + - pos: 44.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9985 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 45.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9986 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 46.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9987 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 47.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9988 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9989 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 49.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9990 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 50.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9991 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 51.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9992 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 52.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9993 + type: GasPipeTJunction + components: + - pos: 53.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9994 + type: GasPipeTJunction + components: + - pos: 52.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9995 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 54.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9996 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 55.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9997 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 56.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 9998 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 53.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 9999 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 54.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10000 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 55.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10001 + type: GasPipeStraight + components: + - pos: 52.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10002 + type: GasPipeStraight + components: + - pos: 52.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10003 + type: GasPipeStraight + components: + - pos: 52.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10004 + type: GasPipeStraight + components: + - pos: 52.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10005 + type: GasPipeStraight + components: + - pos: 52.5,-3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10006 + type: GasPipeStraight + components: + - pos: 52.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10007 + type: GasPipeStraight + components: + - pos: 52.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10008 + type: GasPipeStraight + components: + - pos: 52.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10009 + type: GasPipeStraight + components: + - pos: 52.5,-7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10010 + type: GasPipeStraight + components: + - pos: 53.5,-0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10011 + type: GasPipeStraight + components: + - pos: 53.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10012 + type: GasPipeStraight + components: + - pos: 53.5,-2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10013 + type: GasPipeStraight + components: + - pos: 53.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10014 + type: GasPipeStraight + components: + - pos: 53.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10015 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 53.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10016 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 54.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10017 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 55.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10018 + type: GasVentPump + components: + - pos: 45.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10019 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 57.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10020 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 56.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10021 + type: FirelockGlass + components: + - pos: 51.5,-3.5 + parent: 864 + type: Transform +- uid: 10022 + type: FirelockGlass + components: + - pos: 52.5,-3.5 + parent: 864 + type: Transform +- uid: 10023 + type: FirelockGlass + components: + - pos: 53.5,-3.5 + parent: 864 + type: Transform +- uid: 10024 + type: CounterWoodFrame + components: + - pos: 37.5,-4.5 + parent: 864 + type: Transform +- uid: 10025 + type: CounterWoodFrame + components: + - pos: 37.5,-3.5 + parent: 864 + type: Transform +- uid: 10026 + type: CounterWoodFrame + components: + - pos: 37.5,-2.5 + parent: 864 + type: Transform +- uid: 10027 + type: CounterWoodFrame + components: + - pos: 38.5,-2.5 + parent: 864 + type: Transform +- uid: 10028 + type: CounterWoodFrame + components: + - pos: 39.5,-2.5 + parent: 864 + type: Transform +- uid: 10029 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-4.5 + parent: 864 + type: Transform +- uid: 10030 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-2.5 + parent: 864 + type: Transform +- uid: 10031 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-3.5 + parent: 864 + type: Transform +- uid: 10032 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-1.5 + parent: 864 + type: Transform +- uid: 10033 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-5.5 + parent: 864 + type: Transform +- uid: 10034 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-5.5 + parent: 864 + type: Transform +- uid: 10035 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-6.5 + parent: 864 + type: Transform +- uid: 10036 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-5.5 + parent: 864 + type: Transform +- uid: 10037 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-6.5 + parent: 864 + type: Transform +- uid: 10038 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-7.5 + parent: 864 + type: Transform +- uid: 10039 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-3.5 + parent: 864 + type: Transform +- uid: 10040 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-5.5 + parent: 864 + type: Transform +- uid: 10041 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-5.5 + parent: 864 + type: Transform +- uid: 10042 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-5.5 + parent: 864 + type: Transform +- uid: 10043 + type: AirlockBrigGlassLocked + components: + - pos: 40.5,-1.5 + parent: 864 + type: Transform +- uid: 10044 + type: ComfyChair + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-3.5 + parent: 864 + type: Transform +- uid: 10045 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-4.5 + parent: 864 + type: Transform +- uid: 10046 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-3.5 + parent: 864 + type: Transform +- uid: 10047 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-2.5 + parent: 864 + type: Transform +- uid: 10048 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-5.5 + parent: 864 + type: Transform +- uid: 10049 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-3.5 + parent: 864 + type: Transform +- uid: 10050 + type: LampGold + components: + - rot: 1.5707963267948966 rad + pos: 43.557644,-4.1465535 + parent: 864 + type: Transform +- uid: 10051 + type: BriefcaseBrownFilled + components: + - pos: 43.51077,-2.4121785 + parent: 864 + type: Transform +- uid: 10052 + type: ChairOfficeDark + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-3.5 + parent: 864 + type: Transform +- uid: 10053 + type: filingCabinetDrawer + components: + - pos: 41.5,-2.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 10054 + type: filingCabinet + components: + - pos: 41.5,-3.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 10055 + type: WallmountTelevision + components: + - pos: 44.5,3.5 + parent: 864 + type: Transform +- uid: 10056 + type: Table + components: + - pos: 47.5,4.5 + parent: 864 + type: Transform +- uid: 10057 + type: ComputerTelevision + components: + - pos: 47.5,4.5 + parent: 864 + type: Transform +- uid: 10058 + type: GasPipeStraight + components: + - pos: 42.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10059 + type: GasPipeStraight + components: + - pos: 42.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10060 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10061 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 44.5,-0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10062 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10063 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10064 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 42.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10065 + type: GasPipeFourway + components: + - pos: 44.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10066 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 44.5,-2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10067 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10068 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10069 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10070 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10071 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 40.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10072 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10073 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10074 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 37.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10075 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10076 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 40.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10077 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10078 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10079 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 37.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10080 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10081 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10082 + type: GasPipeStraight + components: + - pos: 40.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10083 + type: GasPipeStraight + components: + - pos: 40.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10084 + type: GasPipeStraight + components: + - pos: 40.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10085 + type: GasPipeStraight + components: + - pos: 41.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10086 + type: GasPipeStraight + components: + - pos: 41.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10087 + type: GasPipeStraight + components: + - pos: 41.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10088 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 41.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10089 + type: GasPipeStraight + components: + - pos: 41.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10090 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 29.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10091 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 40.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10092 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 41.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10093 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 29.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10094 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10095 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10096 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 38.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10097 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 36.5,-38.5 + parent: 864 + type: Transform +- uid: 10098 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 35.5,-38.5 + parent: 864 + type: Transform +- uid: 10099 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 34.5,-38.5 + parent: 864 + type: Transform +- uid: 10100 + type: WallSolid + components: + - pos: -16.5,-17.5 + parent: 864 + type: Transform +- uid: 10101 + type: WallSolid + components: + - pos: -15.5,-17.5 + parent: 864 + type: Transform +- uid: 10102 + type: MaintenanceFluffSpawner + components: + - pos: -15.5,-29.5 + parent: 864 + type: Transform +- uid: 10103 + type: GasPipeStraight + components: + - pos: 24.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10104 + type: GasPipeStraight + components: + - pos: 24.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10105 + type: GasPipeStraight + components: + - pos: 24.5,-48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10106 + type: GasPipeStraight + components: + - pos: 24.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10107 + type: GasPipeStraight + components: + - pos: 24.5,-50.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10108 + type: GasPipeStraight + components: + - pos: 24.5,-51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10109 + type: WallSolid + components: + - pos: 24.5,-54.5 + parent: 864 + type: Transform +- uid: 10110 + type: ReinforcedWindow + components: + - pos: 24.5,-58.5 + parent: 864 + type: Transform +- uid: 10111 + type: ReinforcedWindow + components: + - pos: 24.5,-59.5 + parent: 864 + type: Transform +- uid: 10112 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 25.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10113 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 25.5,-59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10114 + type: FireAlarm + components: + - pos: 28.5,-57.5 + parent: 864 + type: Transform + - devices: + - null + - 13040 + - 12961 + - 12960 + - 12962 + - 2414 + - 2469 + - 7070 + - 22000 + - 22074 + type: DeviceList +- uid: 10115 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 25.5,-53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10116 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 25.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10117 + type: GasPipeStraight + components: + - pos: 26.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10118 + type: GasPipeStraight + components: + - pos: 26.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10119 + type: GasPipeStraight + components: + - pos: 26.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10120 + type: GasPipeStraight + components: + - pos: 26.5,-49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10121 + type: GasPipeStraight + components: + - pos: 26.5,-50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10122 + type: GasPipeStraight + components: + - pos: 26.5,-51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10123 + type: GasPipeStraight + components: + - pos: 26.5,-52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10124 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10125 + type: GasPipeStraight + components: + - pos: 26.5,-54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10126 + type: GasPipeStraight + components: + - pos: 26.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10127 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10128 + type: GasPipeStraight + components: + - pos: 26.5,-57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10129 + type: CableHV + components: + - pos: 25.5,-52.5 + parent: 864 + type: Transform +- uid: 10130 + type: CableHV + components: + - pos: 25.5,-53.5 + parent: 864 + type: Transform +- uid: 10131 + type: CableHV + components: + - pos: 25.5,-54.5 + parent: 864 + type: Transform +- uid: 10132 + type: CableHV + components: + - pos: 25.5,-55.5 + parent: 864 + type: Transform +- uid: 10133 + type: CableHV + components: + - pos: 25.5,-56.5 + parent: 864 + type: Transform +- uid: 10134 + type: CableHV + components: + - pos: 25.5,-57.5 + parent: 864 + type: Transform +- uid: 10135 + type: CableHV + components: + - pos: 25.5,-58.5 + parent: 864 + type: Transform +- uid: 10136 + type: CableHV + components: + - pos: 25.5,-59.5 + parent: 864 + type: Transform +- uid: 10137 + type: CableHV + components: + - pos: 26.5,-59.5 + parent: 864 + type: Transform +- uid: 10138 + type: CableHV + components: + - pos: 27.5,-59.5 + parent: 864 + type: Transform +- uid: 10139 + type: CableHV + components: + - pos: 28.5,-59.5 + parent: 864 + type: Transform +- uid: 10140 + type: CableHV + components: + - pos: 29.5,-59.5 + parent: 864 + type: Transform +- uid: 10141 + type: CableHV + components: + - pos: 30.5,-59.5 + parent: 864 + type: Transform +- uid: 10142 + type: CableHV + components: + - pos: 31.5,-59.5 + parent: 864 + type: Transform +- uid: 10143 + type: CableHV + components: + - pos: 32.5,-59.5 + parent: 864 + type: Transform +- uid: 10144 + type: CableHV + components: + - pos: 33.5,-59.5 + parent: 864 + type: Transform +- uid: 10145 + type: CableHV + components: + - pos: 34.5,-59.5 + parent: 864 + type: Transform +- uid: 10146 + type: DisposalPipe + components: + - pos: 25.5,-47.5 + parent: 864 + type: Transform +- uid: 10147 + type: DisposalPipe + components: + - pos: 25.5,-48.5 + parent: 864 + type: Transform +- uid: 10148 + type: DisposalPipe + components: + - pos: 25.5,-49.5 + parent: 864 + type: Transform +- uid: 10149 + type: DisposalPipe + components: + - pos: 25.5,-50.5 + parent: 864 + type: Transform +- uid: 10150 + type: DisposalPipe + components: + - pos: 25.5,-51.5 + parent: 864 + type: Transform +- uid: 10151 + type: DisposalPipe + components: + - pos: 25.5,-52.5 + parent: 864 + type: Transform +- uid: 10152 + type: DisposalYJunction + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-53.5 + parent: 864 + type: Transform +- uid: 10153 + type: DisposalPipe + components: + - pos: 25.5,-54.5 + parent: 864 + type: Transform +- uid: 10154 + type: DisposalPipe + components: + - pos: 25.5,-55.5 + parent: 864 + type: Transform +- uid: 10155 + type: DisposalPipe + components: + - pos: 25.5,-56.5 + parent: 864 + type: Transform +- uid: 10156 + type: DisposalPipe + components: + - pos: 25.5,-57.5 + parent: 864 + type: Transform +- uid: 10157 + type: DisposalPipe + components: + - pos: 25.5,-58.5 + parent: 864 + type: Transform +- uid: 10158 + type: PoweredSmallLight + components: + - pos: -8.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10159 + type: PoweredSmallLight + components: + - pos: -16.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10160 + type: PoweredSmallLight + components: + - pos: -7.5,-18.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10161 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10162 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-10.5 + parent: 864 + type: Transform + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10163 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10164 + type: Poweredlight + components: + - pos: -4.5,3.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10165 + type: Poweredlight + components: + - pos: 11.5,22.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10166 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10167 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -2.5,-27.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10168 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-12.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10169 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10170 + type: Poweredlight + components: + - pos: -9.5,-21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10171 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-22.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10172 + type: SprayBottleSpaceCleaner + components: + - pos: -13.62392,-22.29671 + parent: 864 + type: Transform +- uid: 10173 + type: SprayBottleSpaceCleaner + components: + - pos: -13.389545,-22.218584 + parent: 864 + type: Transform +- uid: 10174 + type: PersonalAI + components: + - pos: 12.500859,-4.4425125 + parent: 864 + type: Transform +- uid: 10175 + type: SpawnPointSecurityOfficer + components: + - pos: 7.5,16.5 + parent: 864 + type: Transform +- uid: 10176 + type: SpawnPointSecurityOfficer + components: + - pos: 5.5,16.5 + parent: 864 + type: Transform +- uid: 10177 + type: AirlockMaint + components: + - pos: 15.5,-44.5 + parent: 864 + type: Transform +- uid: 10178 + type: MouseTimedSpawner + components: + - pos: 62.5,13.5 + parent: 864 + type: Transform +- uid: 10179 + type: SpawnMobMouse + components: + - pos: 35.5,22.5 + parent: 864 + type: Transform +- uid: 10180 + type: SpawnMobMouse + components: + - pos: -15.5,13.5 + parent: 864 + type: Transform +- uid: 10181 + type: Grille + components: + - pos: -15.5,2.5 + parent: 864 + type: Transform +- uid: 10182 + type: CableHV + components: + - pos: -13.5,1.5 + parent: 864 + type: Transform +- uid: 10183 + type: CableHV + components: + - pos: -13.5,0.5 + parent: 864 + type: Transform +- uid: 10184 + type: CableHV + components: + - pos: -13.5,-0.5 + parent: 864 + type: Transform +- uid: 10185 + type: CableHV + components: + - pos: -13.5,-1.5 + parent: 864 + type: Transform +- uid: 10186 + type: CableHV + components: + - pos: -13.5,-2.5 + parent: 864 + type: Transform +- uid: 10187 + type: CableHV + components: + - pos: -13.5,-3.5 + parent: 864 + type: Transform +- uid: 10188 + type: CableHV + components: + - pos: -13.5,-4.5 + parent: 864 + type: Transform +- uid: 10189 + type: CableHV + components: + - pos: -13.5,-5.5 + parent: 864 + type: Transform +- uid: 10190 + type: CableHV + components: + - pos: -14.5,-5.5 + parent: 864 + type: Transform +- uid: 10191 + type: CableHV + components: + - pos: -15.5,-5.5 + parent: 864 + type: Transform +- uid: 10192 + type: CableHV + components: + - pos: -16.5,-5.5 + parent: 864 + type: Transform +- uid: 10193 + type: CableHV + components: + - pos: -17.5,-5.5 + parent: 864 + type: Transform +- uid: 10194 + type: CableHV + components: + - pos: -18.5,-5.5 + parent: 864 + type: Transform +- uid: 10195 + type: CableHV + components: + - pos: -19.5,-5.5 + parent: 864 + type: Transform +- uid: 10196 + type: CableHV + components: + - pos: -19.5,-6.5 + parent: 864 + type: Transform +- uid: 10197 + type: CableHV + components: + - pos: -19.5,-7.5 + parent: 864 + type: Transform +- uid: 10198 + type: CableHV + components: + - pos: -19.5,-8.5 + parent: 864 + type: Transform +- uid: 10199 + type: CableHV + components: + - pos: -19.5,-9.5 + parent: 864 + type: Transform +- uid: 10200 + type: CableHV + components: + - pos: -19.5,-10.5 + parent: 864 + type: Transform +- uid: 10201 + type: CableHV + components: + - pos: -19.5,-11.5 + parent: 864 + type: Transform +- uid: 10202 + type: CableHV + components: + - pos: -19.5,-12.5 + parent: 864 + type: Transform +- uid: 10203 + type: CableHV + components: + - pos: -19.5,-13.5 + parent: 864 + type: Transform +- uid: 10204 + type: CableHV + components: + - pos: -19.5,-14.5 + parent: 864 + type: Transform +- uid: 10205 + type: CableHV + components: + - pos: -19.5,-15.5 + parent: 864 + type: Transform +- uid: 10206 + type: CableHV + components: + - pos: -19.5,-16.5 + parent: 864 + type: Transform +- uid: 10207 + type: CableHV + components: + - pos: -19.5,-17.5 + parent: 864 + type: Transform +- uid: 10208 + type: CableHV + components: + - pos: -19.5,-18.5 + parent: 864 + type: Transform +- uid: 10209 + type: CableHV + components: + - pos: -19.5,-19.5 + parent: 864 + type: Transform +- uid: 10210 + type: CableHV + components: + - pos: -19.5,-20.5 + parent: 864 + type: Transform +- uid: 10211 + type: CableHV + components: + - pos: -19.5,-21.5 + parent: 864 + type: Transform +- uid: 10212 + type: CableHV + components: + - pos: -19.5,-22.5 + parent: 864 + type: Transform +- uid: 10213 + type: CableHV + components: + - pos: -19.5,-23.5 + parent: 864 + type: Transform +- uid: 10214 + type: CableHV + components: + - pos: -19.5,-24.5 + parent: 864 + type: Transform +- uid: 10215 + type: CableHV + components: + - pos: -19.5,-25.5 + parent: 864 + type: Transform +- uid: 10216 + type: CableHV + components: + - pos: -19.5,-26.5 + parent: 864 + type: Transform +- uid: 10217 + type: CableHV + components: + - pos: -19.5,-27.5 + parent: 864 + type: Transform +- uid: 10218 + type: CableHV + components: + - pos: -18.5,-26.5 + parent: 864 + type: Transform +- uid: 10219 + type: Catwalk + components: + - pos: 4.5,-16.5 + parent: 864 + type: Transform +- uid: 10220 + type: Catwalk + components: + - pos: 3.5,-16.5 + parent: 864 + type: Transform +- uid: 10221 + type: Catwalk + components: + - pos: 2.5,-16.5 + parent: 864 + type: Transform +- uid: 10222 + type: Catwalk + components: + - pos: 1.5,-16.5 + parent: 864 + type: Transform +- uid: 10223 + type: Catwalk + components: + - pos: 1.5,-17.5 + parent: 864 + type: Transform +- uid: 10224 + type: Catwalk + components: + - pos: 0.5,-17.5 + parent: 864 + type: Transform +- uid: 10225 + type: Catwalk + components: + - pos: -0.5,-17.5 + parent: 864 + type: Transform +- uid: 10226 + type: Catwalk + components: + - pos: -0.5,-17.5 + parent: 864 + type: Transform +- uid: 10227 + type: Catwalk + components: + - pos: -1.5,-17.5 + parent: 864 + type: Transform +- uid: 10228 + type: Catwalk + components: + - pos: -1.5,-18.5 + parent: 864 + type: Transform +- uid: 10229 + type: Catwalk + components: + - pos: -1.5,-19.5 + parent: 864 + type: Transform +- uid: 10230 + type: Catwalk + components: + - pos: -1.5,-20.5 + parent: 864 + type: Transform +- uid: 10231 + type: Catwalk + components: + - pos: 14.5,-14.5 + parent: 864 + type: Transform +- uid: 10232 + type: Catwalk + components: + - pos: 13.5,-14.5 + parent: 864 + type: Transform +- uid: 10233 + type: Catwalk + components: + - pos: 12.5,-14.5 + parent: 864 + type: Transform +- uid: 10234 + type: Catwalk + components: + - pos: 11.5,-14.5 + parent: 864 + type: Transform +- uid: 10235 + type: Catwalk + components: + - pos: 10.5,-14.5 + parent: 864 + type: Transform +- uid: 10236 + type: Catwalk + components: + - pos: 9.5,-14.5 + parent: 864 + type: Transform +- uid: 10237 + type: Catwalk + components: + - pos: 8.5,-14.5 + parent: 864 + type: Transform +- uid: 10238 + type: Catwalk + components: + - pos: 7.5,-14.5 + parent: 864 + type: Transform +- uid: 10239 + type: Catwalk + components: + - pos: 14.5,-5.5 + parent: 864 + type: Transform +- uid: 10240 + type: Catwalk + components: + - pos: 14.5,-6.5 + parent: 864 + type: Transform +- uid: 10241 + type: Catwalk + components: + - pos: 14.5,-4.5 + parent: 864 + type: Transform +- uid: 10242 + type: Catwalk + components: + - pos: 56.5,1.5 + parent: 864 + type: Transform +- uid: 10243 + type: Catwalk + components: + - pos: 57.5,2.5 + parent: 864 + type: Transform +- uid: 10244 + type: Catwalk + components: + - pos: 56.5,2.5 + parent: 864 + type: Transform +- uid: 10245 + type: Catwalk + components: + - pos: 57.5,1.5 + parent: 864 + type: Transform +- uid: 10246 + type: Catwalk + components: + - pos: 58.5,1.5 + parent: 864 + type: Transform +- uid: 10247 + type: Catwalk + components: + - pos: 59.5,1.5 + parent: 864 + type: Transform +- uid: 10248 + type: Catwalk + components: + - pos: 60.5,1.5 + parent: 864 + type: Transform +- uid: 10249 + type: Catwalk + components: + - pos: 61.5,1.5 + parent: 864 + type: Transform +- uid: 10250 + type: Catwalk + components: + - pos: 62.5,1.5 + parent: 864 + type: Transform +- uid: 10251 + type: Catwalk + components: + - pos: 62.5,2.5 + parent: 864 + type: Transform +- uid: 10252 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 38.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10253 + type: WindowReinforcedDirectional + components: + - pos: -10.5,-82.5 + parent: 864 + type: Transform +- uid: 10254 + type: AirSensor + components: + - pos: 51.5,1.5 + parent: 864 + type: Transform +- uid: 10255 + type: CableHV + components: + - pos: 52.5,-1.5 + parent: 864 + type: Transform +- uid: 10256 + type: CableHV + components: + - pos: 52.5,-2.5 + parent: 864 + type: Transform +- uid: 10257 + type: CableHV + components: + - pos: 52.5,-3.5 + parent: 864 + type: Transform +- uid: 10258 + type: CableHV + components: + - pos: 52.5,-4.5 + parent: 864 + type: Transform +- uid: 10259 + type: CableHV + components: + - pos: 52.5,-5.5 + parent: 864 + type: Transform +- uid: 10260 + type: CableHV + components: + - pos: 52.5,-6.5 + parent: 864 + type: Transform +- uid: 10261 + type: CableHV + components: + - pos: 52.5,-7.5 + parent: 864 + type: Transform +- uid: 10262 + type: WallSolid + components: + - pos: 55.5,-7.5 + parent: 864 + type: Transform +- uid: 10263 + type: CableHV + components: + - pos: 51.5,-7.5 + parent: 864 + type: Transform +- uid: 10264 + type: CableHV + components: + - pos: 50.5,-7.5 + parent: 864 + type: Transform +- uid: 10265 + type: CableHV + components: + - pos: 51.5,-1.5 + parent: 864 + type: Transform +- uid: 10266 + type: CableHV + components: + - pos: 50.5,-1.5 + parent: 864 + type: Transform +- uid: 10267 + type: CableHV + components: + - pos: 49.5,-1.5 + parent: 864 + type: Transform +- uid: 10268 + type: CableHV + components: + - pos: 48.5,-1.5 + parent: 864 + type: Transform +- uid: 10269 + type: CableHV + components: + - pos: 48.5,-2.5 + parent: 864 + type: Transform +- uid: 10270 + type: CableHV + components: + - pos: 48.5,-3.5 + parent: 864 + type: Transform +- uid: 10271 + type: CableHV + components: + - pos: 47.5,-3.5 + parent: 864 + type: Transform +- uid: 10272 + type: SMESBasic + components: + - pos: 48.5,-3.5 + parent: 864 + type: Transform +- uid: 10273 + type: CableTerminal + components: + - pos: 48.5,-2.5 + parent: 864 + type: Transform +- uid: 10274 + type: SubstationBasic + components: + - pos: 47.5,-3.5 + parent: 864 + type: Transform +- uid: 10275 + type: WallSolid + components: + - pos: 49.5,-3.5 + parent: 864 + type: Transform +- uid: 10276 + type: Grille + components: + - pos: 48.5,-0.5 + parent: 864 + type: Transform +- uid: 10277 + type: Grille + components: + - pos: 43.5,-0.5 + parent: 864 + type: Transform +- uid: 10278 + type: Grille + components: + - pos: 42.5,-0.5 + parent: 864 + type: Transform +- uid: 10279 + type: Grille + components: + - pos: 41.5,-0.5 + parent: 864 + type: Transform +- uid: 10280 + type: Grille + components: + - pos: 39.5,-0.5 + parent: 864 + type: Transform +- uid: 10281 + type: Grille + components: + - pos: 37.5,-0.5 + parent: 864 + type: Transform +- uid: 10282 + type: Grille + components: + - pos: 35.5,-1.5 + parent: 864 + type: Transform +- uid: 10283 + type: Grille + components: + - pos: 35.5,-2.5 + parent: 864 + type: Transform +- uid: 10284 + type: Grille + components: + - pos: 35.5,-4.5 + parent: 864 + type: Transform +- uid: 10285 + type: Grille + components: + - pos: 35.5,-5.5 + parent: 864 + type: Transform +- uid: 10286 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10287 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10288 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10289 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10290 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10291 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10292 + type: LockerElectricalSuppliesFilled + components: + - pos: 46.5,-3.5 + parent: 864 + type: Transform +- uid: 10293 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 36.5,24.5 + parent: 864 + type: Transform +- uid: 10294 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 38.5,24.5 + parent: 864 + type: Transform +- uid: 10295 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 41.5,24.5 + parent: 864 + type: Transform +- uid: 10296 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,27.5 + parent: 864 + type: Transform +- uid: 10297 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 40.5,24.5 + parent: 864 + type: Transform +- uid: 10298 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 42.5,24.5 + parent: 864 + type: Transform +- uid: 10299 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 22.5,27.5 + parent: 864 + type: Transform +- uid: 10300 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 25.5,29.5 + parent: 864 + type: Transform +- uid: 10301 + type: WallReinforced + components: + - pos: 42.5,22.5 + parent: 864 + type: Transform +- uid: 10302 + type: CableApcExtension + components: + - pos: 42.5,21.5 + parent: 864 + type: Transform +- uid: 10303 + type: CableApcExtension + components: + - pos: 42.5,22.5 + parent: 864 + type: Transform +- uid: 10304 + type: SignPrison + components: + - pos: 47.5,3.5 + parent: 864 + type: Transform +- uid: 10305 + type: ReinforcedWindow + components: + - pos: 66.5,25.5 + parent: 864 + type: Transform +- uid: 10306 + type: ReinforcedWindow + components: + - pos: 66.5,23.5 + parent: 864 + type: Transform +- uid: 10307 + type: ReinforcedWindow + components: + - pos: 64.5,27.5 + parent: 864 + type: Transform +- uid: 10308 + type: ReinforcedWindow + components: + - pos: 62.5,27.5 + parent: 864 + type: Transform +- uid: 10309 + type: Grille + components: + - pos: 66.5,25.5 + parent: 864 + type: Transform +- uid: 10310 + type: Grille + components: + - pos: 66.5,23.5 + parent: 864 + type: Transform +- uid: 10311 + type: Grille + components: + - pos: 64.5,27.5 + parent: 864 + type: Transform +- uid: 10312 + type: Grille + components: + - pos: 62.5,27.5 + parent: 864 + type: Transform +- uid: 10313 + type: WallSolid + components: + - pos: 58.5,0.5 + parent: 864 + type: Transform +- uid: 10314 + type: WallSolid + components: + - pos: 58.5,-1.5 + parent: 864 + type: Transform +- uid: 10315 + type: WallSolid + components: + - pos: 58.5,-2.5 + parent: 864 + type: Transform +- uid: 10316 + type: WallSolid + components: + - pos: 57.5,-2.5 + parent: 864 + type: Transform +- uid: 10317 + type: WallSolid + components: + - pos: 59.5,-4.5 + parent: 864 + type: Transform +- uid: 10318 + type: WallSolid + components: + - pos: 48.5,-9.5 + parent: 864 + type: Transform +- uid: 10319 + type: WallSolid + components: + - pos: 48.5,-6.5 + parent: 864 + type: Transform +- uid: 10320 + type: WallSolid + components: + - pos: 48.5,-7.5 + parent: 864 + type: Transform +- uid: 10321 + type: CableMV + components: + - pos: 47.5,-3.5 + parent: 864 + type: Transform +- uid: 10322 + type: CableMV + components: + - pos: 47.5,-2.5 + parent: 864 + type: Transform +- uid: 10323 + type: CableMV + components: + - pos: 47.5,-1.5 + parent: 864 + type: Transform +- uid: 10324 + type: CableMV + components: + - pos: 46.5,-1.5 + parent: 864 + type: Transform +- uid: 10325 + type: CableMV + components: + - pos: 46.5,-0.5 + parent: 864 + type: Transform +- uid: 10326 + type: CableMV + components: + - pos: 46.5,0.5 + parent: 864 + type: Transform +- uid: 10327 + type: CableMV + components: + - pos: 47.5,0.5 + parent: 864 + type: Transform +- uid: 10328 + type: CableMV + components: + - pos: 48.5,0.5 + parent: 864 + type: Transform +- uid: 10329 + type: CableMV + components: + - pos: 49.5,0.5 + parent: 864 + type: Transform +- uid: 10330 + type: CableMV + components: + - pos: 49.5,1.5 + parent: 864 + type: Transform +- uid: 10331 + type: CableMV + components: + - pos: 49.5,2.5 + parent: 864 + type: Transform +- uid: 10332 + type: CableMV + components: + - pos: 49.5,3.5 + parent: 864 + type: Transform +- uid: 10333 + type: APCBasic + components: + - pos: 49.5,3.5 + parent: 864 + type: Transform +- uid: 10334 + type: CableApcExtension + components: + - pos: 49.5,3.5 + parent: 864 + type: Transform +- uid: 10335 + type: CableApcExtension + components: + - pos: 49.5,2.5 + parent: 864 + type: Transform +- uid: 10336 + type: CableApcExtension + components: + - pos: 48.5,2.5 + parent: 864 + type: Transform +- uid: 10337 + type: CableApcExtension + components: + - pos: 48.5,1.5 + parent: 864 + type: Transform +- uid: 10338 + type: CableApcExtension + components: + - pos: 47.5,1.5 + parent: 864 + type: Transform +- uid: 10339 + type: CableApcExtension + components: + - pos: 46.5,1.5 + parent: 864 + type: Transform +- uid: 10340 + type: CableApcExtension + components: + - pos: 45.5,1.5 + parent: 864 + type: Transform +- uid: 10341 + type: CableApcExtension + components: + - pos: 44.5,1.5 + parent: 864 + type: Transform +- uid: 10342 + type: CableApcExtension + components: + - pos: 43.5,1.5 + parent: 864 + type: Transform +- uid: 10343 + type: CableApcExtension + components: + - pos: 42.5,1.5 + parent: 864 + type: Transform +- uid: 10344 + type: CableApcExtension + components: + - pos: 42.5,0.5 + parent: 864 + type: Transform +- uid: 10345 + type: CableApcExtension + components: + - pos: 42.5,-0.5 + parent: 864 + type: Transform +- uid: 10346 + type: CableApcExtension + components: + - pos: 42.5,-1.5 + parent: 864 + type: Transform +- uid: 10347 + type: CableApcExtension + components: + - pos: 42.5,-2.5 + parent: 864 + type: Transform +- uid: 10348 + type: CableApcExtension + components: + - pos: 42.5,-3.5 + parent: 864 + type: Transform +- uid: 10349 + type: CableApcExtension + components: + - pos: 41.5,-1.5 + parent: 864 + type: Transform +- uid: 10350 + type: CableApcExtension + components: + - pos: 40.5,-1.5 + parent: 864 + type: Transform +- uid: 10351 + type: CableApcExtension + components: + - pos: 39.5,-1.5 + parent: 864 + type: Transform +- uid: 10352 + type: CableApcExtension + components: + - pos: 38.5,-1.5 + parent: 864 + type: Transform +- uid: 10353 + type: CableApcExtension + components: + - pos: 37.5,-1.5 + parent: 864 + type: Transform +- uid: 10354 + type: CableApcExtension + components: + - pos: 37.5,-2.5 + parent: 864 + type: Transform +- uid: 10355 + type: CableApcExtension + components: + - pos: 37.5,-3.5 + parent: 864 + type: Transform +- uid: 10356 + type: CableApcExtension + components: + - pos: 43.5,-1.5 + parent: 864 + type: Transform +- uid: 10357 + type: CableApcExtension + components: + - pos: 44.5,-1.5 + parent: 864 + type: Transform +- uid: 10358 + type: CableApcExtension + components: + - pos: 44.5,-2.5 + parent: 864 + type: Transform +- uid: 10359 + type: CableApcExtension + components: + - pos: 38.5,-3.5 + parent: 864 + type: Transform +- uid: 10360 + type: CableApcExtension + components: + - pos: 38.5,-4.5 + parent: 864 + type: Transform +- uid: 10361 + type: CableApcExtension + components: + - pos: 38.5,-5.5 + parent: 864 + type: Transform +- uid: 10362 + type: CableApcExtension + components: + - pos: 38.5,-6.5 + parent: 864 + type: Transform +- uid: 10363 + type: CableApcExtension + components: + - pos: 38.5,-8.5 + parent: 864 + type: Transform +- uid: 10364 + type: CableApcExtension + components: + - pos: 38.5,-7.5 + parent: 864 + type: Transform +- uid: 10365 + type: CableApcExtension + components: + - pos: 39.5,-8.5 + parent: 864 + type: Transform +- uid: 10366 + type: CableApcExtension + components: + - pos: 46.5,0.5 + parent: 864 + type: Transform +- uid: 10367 + type: CableApcExtension + components: + - pos: 46.5,-0.5 + parent: 864 + type: Transform +- uid: 10368 + type: CableApcExtension + components: + - pos: 46.5,-1.5 + parent: 864 + type: Transform +- uid: 10369 + type: CableApcExtension + components: + - pos: 47.5,-1.5 + parent: 864 + type: Transform +- uid: 10370 + type: CableApcExtension + components: + - pos: 47.5,-2.5 + parent: 864 + type: Transform +- uid: 10371 + type: CableApcExtension + components: + - pos: 41.5,1.5 + parent: 864 + type: Transform +- uid: 10372 + type: CableApcExtension + components: + - pos: 40.5,1.5 + parent: 864 + type: Transform +- uid: 10373 + type: CableApcExtension + components: + - pos: 39.5,1.5 + parent: 864 + type: Transform +- uid: 10374 + type: CableApcExtension + components: + - pos: 38.5,1.5 + parent: 864 + type: Transform +- uid: 10375 + type: CableApcExtension + components: + - pos: 37.5,1.5 + parent: 864 + type: Transform +- uid: 10376 + type: CableApcExtension + components: + - pos: 41.5,2.5 + parent: 864 + type: Transform +- uid: 10377 + type: CableApcExtension + components: + - pos: 48.5,0.5 + parent: 864 + type: Transform +- uid: 10378 + type: CableApcExtension + components: + - pos: 49.5,0.5 + parent: 864 + type: Transform +- uid: 10379 + type: CableApcExtension + components: + - pos: 50.5,0.5 + parent: 864 + type: Transform +- uid: 10380 + type: CableApcExtension + components: + - pos: 51.5,0.5 + parent: 864 + type: Transform +- uid: 10381 + type: CableApcExtension + components: + - pos: 52.5,0.5 + parent: 864 + type: Transform +- uid: 10382 + type: CableApcExtension + components: + - pos: 52.5,1.5 + parent: 864 + type: Transform +- uid: 10383 + type: CableApcExtension + components: + - pos: 52.5,2.5 + parent: 864 + type: Transform +- uid: 10384 + type: CableApcExtension + components: + - pos: 53.5,0.5 + parent: 864 + type: Transform +- uid: 10385 + type: CableApcExtension + components: + - pos: 53.5,-0.5 + parent: 864 + type: Transform +- uid: 10386 + type: CableApcExtension + components: + - pos: 54.5,-0.5 + parent: 864 + type: Transform +- uid: 10387 + type: CableApcExtension + components: + - pos: 55.5,-0.5 + parent: 864 + type: Transform +- uid: 10388 + type: CableApcExtension + components: + - pos: 56.5,-0.5 + parent: 864 + type: Transform +- uid: 10389 + type: CableApcExtension + components: + - pos: 57.5,-0.5 + parent: 864 + type: Transform +- uid: 10390 + type: CableApcExtension + components: + - pos: 57.5,0.5 + parent: 864 + type: Transform +- uid: 10391 + type: CableApcExtension + components: + - pos: 57.5,1.5 + parent: 864 + type: Transform +- uid: 10392 + type: CableApcExtension + components: + - pos: 58.5,1.5 + parent: 864 + type: Transform +- uid: 10393 + type: CableApcExtension + components: + - pos: 59.5,1.5 + parent: 864 + type: Transform +- uid: 10394 + type: CableApcExtension + components: + - pos: 60.5,1.5 + parent: 864 + type: Transform +- uid: 10395 + type: CableApcExtension + components: + - pos: 61.5,1.5 + parent: 864 + type: Transform +- uid: 10396 + type: CableApcExtension + components: + - pos: 62.5,1.5 + parent: 864 + type: Transform +- uid: 10397 + type: CableApcExtension + components: + - pos: 56.5,-1.5 + parent: 864 + type: Transform +- uid: 10398 + type: CableApcExtension + components: + - pos: 56.5,-2.5 + parent: 864 + type: Transform +- uid: 10399 + type: CableApcExtension + components: + - pos: 56.5,-3.5 + parent: 864 + type: Transform +- uid: 10400 + type: CableApcExtension + components: + - pos: 51.5,-0.5 + parent: 864 + type: Transform +- uid: 10401 + type: CableApcExtension + components: + - pos: 51.5,-1.5 + parent: 864 + type: Transform +- uid: 10402 + type: CableApcExtension + components: + - pos: 51.5,-2.5 + parent: 864 + type: Transform +- uid: 10403 + type: CableApcExtension + components: + - pos: 52.5,-2.5 + parent: 864 + type: Transform +- uid: 10404 + type: CableApcExtension + components: + - pos: 52.5,-3.5 + parent: 864 + type: Transform +- uid: 10405 + type: CableApcExtension + components: + - pos: 52.5,-5.5 + parent: 864 + type: Transform +- uid: 10406 + type: WallReinforced + components: + - pos: 47.5,-16.5 + parent: 864 + type: Transform +- uid: 10407 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: 23.453842,-7.240517 + parent: 864 + type: Transform +- uid: 10408 + type: SignDirectionalFood + components: + - rot: -1.5707963267948966 rad + pos: 23.455772,-7.472424 + parent: 864 + type: Transform +- uid: 10409 + type: SignDirectionalBrig + components: + - rot: 3.141592653589793 rad + pos: 23.465029,-7.7014422 + parent: 864 + type: Transform +- uid: 10410 + type: SignDirectionalMed + components: + - rot: -1.5707963267948966 rad + pos: 13.494197,-24.31582 + parent: 864 + type: Transform +- uid: 10411 + type: SignDirectionalMed + components: + - rot: -1.5707963267948966 rad + pos: 23.456676,-44.23134 + parent: 864 + type: Transform +- uid: 10412 + type: SignDirectionalEng + components: + - rot: -1.5707963267948966 rad + pos: 23.456676,-44.465714 + parent: 864 + type: Transform +- uid: 10413 + type: SignDirectionalMed + components: + - rot: -1.5707963267948966 rad + pos: 13.481093,-40.279392 + parent: 864 + type: Transform +- uid: 10414 + type: SignDirectionalEng + components: + - rot: -1.5707963267948966 rad + pos: 13.481093,-40.52887 + parent: 864 + type: Transform +- uid: 10415 + type: SignDirectionalEvac + components: + - rot: 3.141592653589793 rad + pos: 13.494197,-24.550196 + parent: 864 + type: Transform +- uid: 10416 + type: SignDirectionalSci + components: + - rot: 1.5707963267948966 rad + pos: -2.4872613,-24.231178 + parent: 864 + type: Transform +- uid: 10417 + type: SignDirectionalEvac + components: + - rot: 3.141592653589793 rad + pos: 17.50633,-38.506306 + parent: 864 + type: Transform +- uid: 10418 + type: SignDirectionalEvac + components: + - rot: 3.141592653589793 rad + pos: 27.469652,-44.466072 + parent: 864 + type: Transform +- uid: 10419 + type: SignDirectionalSci + components: + - rot: 1.5707963267948966 rad + pos: 27.465042,-44.22285 + parent: 864 + type: Transform +- uid: 10420 + type: SignDirectionalBrig + components: + - rot: 3.141592653589793 rad + pos: 27.465042,-44.72285 + parent: 864 + type: Transform +- uid: 10421 + type: SignDirectionalSupply + components: + - rot: -1.5707963267948966 rad + pos: 23.453947,-44.6932 + parent: 864 + type: Transform +- uid: 10422 + type: SignDirectionalEvac + components: + - rot: 3.141592653589793 rad + pos: 33.56561,-38.47694 + parent: 864 + type: Transform +- uid: 10423 + type: SignDirectionalBrig + components: + - rot: 3.141592653589793 rad + pos: 33.55914,-38.246727 + parent: 864 + type: Transform +- uid: 10424 + type: SignDirectionalBrig + components: + - rot: 3.141592653589793 rad + pos: 17.510572,-38.262352 + parent: 864 + type: Transform +- uid: 10425 + type: SignDirectionalEng + components: + - rot: -1.5707963267948966 rad + pos: -1.5094987,0.23005629 + parent: 864 + type: Transform +- uid: 10426 + type: SignDirectionalBrig + components: + - rot: 3.141592653589793 rad + pos: 15.545825,4.731653 + parent: 864 + type: Transform +- uid: 10427 + type: SignDirectionalMed + components: + - rot: -1.5707963267948966 rad + pos: 15.518682,0.809778 + parent: 864 + type: Transform +- uid: 10428 + type: SignDirectionalSupply + components: + - rot: -1.5707963267948966 rad + pos: 15.5186825,0.5754031 + parent: 864 + type: Transform +- uid: 10429 + type: SignDirectionalEng + components: + - rot: -1.5707963267948966 rad + pos: 15.5186825,0.3410281 + parent: 864 + type: Transform +- uid: 10430 + type: SignDirectionalSupply + components: + - rot: -1.5707963267948966 rad + pos: -1.5094988,0.4800564 + parent: 864 + type: Transform +- uid: 10431 + type: SignDirectionalMed + components: + - pos: -1.509499,0.7144314 + parent: 864 + type: Transform +- uid: 10432 + type: SignDirectionalBridge + components: + - pos: 15.5507345,4.4965997 + parent: 864 + type: Transform +- uid: 10433 + type: SignDirectionalSci + components: + - pos: 15.550735,4.2699327 + parent: 864 + type: Transform +- uid: 10434 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: 15.500585,1.4258997 + parent: 864 + type: Transform +- uid: 10435 + type: SignDirectionalBrig + components: + - rot: 3.141592653589793 rad + pos: 13.494197,-24.78457 + parent: 864 + type: Transform +- uid: 10436 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: -2.4941144,-24.735882 + parent: 864 + type: Transform +- uid: 10437 + type: SignDirectionalBrig + components: + - rot: 3.141592653589793 rad + pos: -6.4668427,-24.285433 + parent: 864 + type: Transform +- uid: 10438 + type: SignDirectionalEng + components: + - rot: -1.5707963267948966 rad + pos: -6.468719,-24.535433 + parent: 864 + type: Transform +- uid: 10439 + type: SignDirectionalMed + components: + - pos: -6.468719,-24.785433 + parent: 864 + type: Transform +- uid: 10440 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: -1.5055175,1.6636184 + parent: 864 + type: Transform +- uid: 10441 + type: SignDirectionalBrig + components: + - rot: 1.5707963267948966 rad + pos: -1.5055174,1.1948684 + parent: 864 + type: Transform +- uid: 10442 + type: SignDirectionalSci + components: + - pos: 13.494197,-28.22207 + parent: 864 + type: Transform +- uid: 10443 + type: SignDirectionalSupply + components: + - rot: -1.5707963267948966 rad + pos: 13.494197,-28.47207 + parent: 864 + type: Transform +- uid: 10444 + type: SignDirectionalEng + components: + - rot: -1.5707963267948966 rad + pos: 13.494198,-28.706446 + parent: 864 + type: Transform +- uid: 10445 + type: SignDirectionalFood + components: + - rot: 3.141592653589793 rad + pos: -6.442209,-23.658274 + parent: 864 + type: Transform +- uid: 10446 + type: SignDirectionalFood + components: + - rot: -1.5707963267948966 rad + pos: 13.515763,-23.596605 + parent: 864 + type: Transform +- uid: 10447 + type: SignDirectionalSci + components: + - pos: 27.506117,-7.7341094 + parent: 864 + type: Transform +- uid: 10448 + type: SignDirectionalEng + components: + - rot: -1.5707963267948966 rad + pos: 27.506605,-7.2696166 + parent: 864 + type: Transform +- uid: 10449 + type: SignDirectionalEng + components: + - pos: -11.54485,0.20892155 + parent: 864 + type: Transform +- uid: 10450 + type: SignDirectionalMed + components: + - pos: -11.538088,0.45501685 + parent: 864 + type: Transform +- uid: 10451 + type: SignDirectionalSupply + components: + - rot: 3.141592653589793 rad + pos: -11.522463,0.70501685 + parent: 864 + type: Transform +- uid: 10452 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: -11.506838,1.7987667 + parent: 864 + type: Transform +- uid: 10453 + type: SignDirectionalSci + components: + - rot: 1.5707963267948966 rad + pos: -11.506838,1.5487667 + parent: 864 + type: Transform +- uid: 10454 + type: SignDirectionalBridge + components: + - rot: 1.5707963267948966 rad + pos: -11.506838,1.2987667 + parent: 864 + type: Transform +- uid: 10455 + type: SignDirectionalBrig + components: + - rot: 1.5707963267948966 rad + pos: -11.506838,1.0643919 + parent: 864 + type: Transform +- uid: 10456 + type: SignDirectionalFood + components: + - rot: 3.141592653589793 rad + pos: 13.482204,-40.04481 + parent: 864 + type: Transform +- uid: 10457 + type: VendingMachineViroDrobe + components: + - pos: -22.5,-73.5 + parent: 864 + type: Transform +- uid: 10458 + type: VendingMachineMedical + components: + - pos: -21.5,-73.5 + parent: 864 + type: Transform +- uid: 10459 + type: VendingMachineCola + components: + - pos: -20.5,-73.5 + parent: 864 + type: Transform +- uid: 10460 + type: FoodPizzaPineapple + components: + - pos: -25.559431,-79.20157 + parent: 864 + type: Transform +- uid: 10461 + type: Carpet + components: + - pos: 42.5,-2.5 + parent: 864 + type: Transform +- uid: 10462 + type: Carpet + components: + - pos: 42.5,-3.5 + parent: 864 + type: Transform +- uid: 10463 + type: Carpet + components: + - pos: 42.5,-4.5 + parent: 864 + type: Transform +- uid: 10464 + type: Carpet + components: + - pos: 43.5,-2.5 + parent: 864 + type: Transform +- uid: 10465 + type: Carpet + components: + - pos: 43.5,-3.5 + parent: 864 + type: Transform +- uid: 10466 + type: Carpet + components: + - pos: 43.5,-4.5 + parent: 864 + type: Transform +- uid: 10467 + type: Carpet + components: + - pos: 44.5,-2.5 + parent: 864 + type: Transform +- uid: 10468 + type: Carpet + components: + - pos: 44.5,-3.5 + parent: 864 + type: Transform +- uid: 10469 + type: Carpet + components: + - pos: 44.5,-4.5 + parent: 864 + type: Transform +- uid: 10470 + type: WaterCooler + components: + - pos: 36.5,-6.5 + parent: 864 + type: Transform +- uid: 10471 + type: DrinkVodkaTonicGlass + components: + - pos: 43.581966,-2.7850537 + parent: 864 + type: Transform +- uid: 10472 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10473 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10474 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10475 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10476 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10477 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10478 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10479 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10480 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10481 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10482 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10483 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10484 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10485 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10486 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10487 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10488 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10489 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 43.519466,-3.4569287 + parent: 864 + type: Transform +- uid: 10490 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.488216,-3.5194297 + parent: 864 + type: Transform +- uid: 10491 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.488216,-3.5194297 + parent: 864 + type: Transform +- uid: 10492 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.488216,-3.5194297 + parent: 864 + type: Transform +- uid: 10493 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.488216,-3.5194297 + parent: 864 + type: Transform +- uid: 10494 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.59759,-3.6288047 + parent: 864 + type: Transform +- uid: 10495 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.59759,-3.6288047 + parent: 864 + type: Transform +- uid: 10496 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.550716,-3.6131797 + parent: 864 + type: Transform +- uid: 10497 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.550716,-3.6131797 + parent: 864 + type: Transform +- uid: 10498 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.56634,-3.6131797 + parent: 864 + type: Transform +- uid: 10499 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.59759,-3.6288047 + parent: 864 + type: Transform +- uid: 10500 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.59759,-3.6288047 + parent: 864 + type: Transform +- uid: 10501 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 37.59759,-3.6288047 + parent: 864 + type: Transform +- uid: 10502 + type: Pen + components: + - pos: 43.66009,-3.5506787 + parent: 864 + type: Transform +- uid: 10503 + type: Pen + components: + - pos: 37.66009,-3.7069297 + parent: 864 + type: Transform +- uid: 10504 + type: SpawnMobSlothPaperwork + components: + - pos: 12.5,-7.5 + parent: 864 + type: Transform +- uid: 10505 + type: ClothingNeckLawyerbadge + components: + - pos: 43.39902,-3.8456278 + parent: 864 + type: Transform +- uid: 10506 + type: filingCabinetDrawer + components: + - pos: 44.5,-4.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 10507 + type: LampGold + components: + - pos: 37.53909,-2.5487528 + parent: 864 + type: Transform +- uid: 10508 + type: Paper + components: + - pos: 38.47659,-2.4393778 + parent: 864 + type: Transform +- uid: 10509 + type: Paper + components: + - pos: 38.47659,-2.4393778 + parent: 864 + type: Transform +- uid: 10510 + type: Paper + components: + - pos: 38.47659,-2.4393778 + parent: 864 + type: Transform +- uid: 10511 + type: Paper + components: + - pos: 38.47659,-2.4393778 + parent: 864 + type: Transform +- uid: 10512 + type: Paper + components: + - pos: 38.47659,-2.4393778 + parent: 864 + type: Transform +- uid: 10513 + type: Paper + components: + - pos: 38.47659,-2.4393778 + parent: 864 + type: Transform +- uid: 10514 + type: Paper + components: + - pos: 38.47659,-2.4393778 + parent: 864 + type: Transform +- uid: 10515 + type: BoxFolderBlue + components: + - pos: 38.992214,-2.4237523 + parent: 864 + type: Transform +- uid: 10516 + type: BoxFolderRed + components: + - pos: 39.22659,-2.4550023 + parent: 864 + type: Transform +- uid: 10517 + type: BoxFolderYellow + components: + - rot: 1.5707963267948966 rad + pos: 37.554714,-4.439378 + parent: 864 + type: Transform +- uid: 10518 + type: BoxFolderBlack + components: + - rot: 1.5707963267948966 rad + pos: 37.617214,-4.673753 + parent: 864 + type: Transform +- uid: 10519 + type: BoxFolderBase + components: + - rot: 1.5707963267948966 rad + pos: 37.60159,-5.001878 + parent: 864 + type: Transform +- uid: 10520 + type: DrinkGlass + components: + - pos: 37.335964,-5.423753 + parent: 864 + type: Transform +- uid: 10521 + type: Carpet + components: + - pos: 37.5,-2.5 + parent: 864 + type: Transform +- uid: 10522 + type: Carpet + components: + - pos: 38.5,-2.5 + parent: 864 + type: Transform +- uid: 10523 + type: Carpet + components: + - pos: 39.5,-2.5 + parent: 864 + type: Transform +- uid: 10524 + type: Carpet + components: + - pos: 37.5,-3.5 + parent: 864 + type: Transform +- uid: 10525 + type: Carpet + components: + - pos: 37.5,-4.5 + parent: 864 + type: Transform +- uid: 10526 + type: Carpet + components: + - pos: 38.5,-3.5 + parent: 864 + type: Transform +- uid: 10527 + type: Carpet + components: + - pos: 38.5,-4.5 + parent: 864 + type: Transform +- uid: 10528 + type: Carpet + components: + - pos: 39.5,-3.5 + parent: 864 + type: Transform +- uid: 10529 + type: Carpet + components: + - pos: 39.5,-4.5 + parent: 864 + type: Transform +- uid: 10530 + type: Carpet + components: + - pos: 38.5,-5.5 + parent: 864 + type: Transform +- uid: 10531 + type: Carpet + components: + - pos: 37.5,-5.5 + parent: 864 + type: Transform +- uid: 10532 + type: ChairOfficeDark + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-4.5 + parent: 864 + type: Transform +- uid: 10533 + type: SpawnPointLawyer + components: + - pos: 42.5,-2.5 + parent: 864 + type: Transform +- uid: 10534 + type: SpawnPointLawyer + components: + - pos: 39.5,-4.5 + parent: 864 + type: Transform +- uid: 10535 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10536 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10537 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-16.5 + parent: 864 + type: Transform +- uid: 10538 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-16.5 + parent: 864 + type: Transform +- uid: 10539 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-15.5 + parent: 864 + type: Transform +- uid: 10540 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-15.5 + parent: 864 + type: Transform +- uid: 10541 + type: RailingCorner + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-10.5 + parent: 864 + type: Transform +- uid: 10542 + type: WallReinforced + components: + - pos: 48.5,-15.5 + parent: 864 + type: Transform +- uid: 10543 + type: WallReinforced + components: + - pos: 44.5,-17.5 + parent: 864 + type: Transform +- uid: 10544 + type: WallReinforced + components: + - pos: 44.5,-16.5 + parent: 864 + type: Transform +- uid: 10545 + type: LockerElectricalSuppliesFilled + components: + - pos: 9.5,-16.5 + parent: 864 + type: Transform +- uid: 10546 + type: Catwalk + components: + - pos: 10.5,-16.5 + parent: 864 + type: Transform +- uid: 10547 + type: Catwalk + components: + - pos: 10.5,-17.5 + parent: 864 + type: Transform +- uid: 10548 + type: Catwalk + components: + - pos: 9.5,-17.5 + parent: 864 + type: Transform +- uid: 10549 + type: Catwalk + components: + - pos: 8.5,-17.5 + parent: 864 + type: Transform +- uid: 10550 + type: Catwalk + components: + - pos: 7.5,-17.5 + parent: 864 + type: Transform +- uid: 10551 + type: Catwalk + components: + - pos: 6.5,-17.5 + parent: 864 + type: Transform +- uid: 10552 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10553 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,31.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10554 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 26.5,31.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10555 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 29.5,27.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10556 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,20.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10557 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 28.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10558 + type: Poweredlight + components: + - pos: 33.5,16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10559 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -19.5,32.5 + parent: 864 + type: Transform +- uid: 10560 + type: Poweredlight + components: + - pos: 39.5,16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10561 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 40.5,12.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10562 + type: VendingMachineDonut + components: + - pos: -18.5,31.5 + parent: 864 + type: Transform +- uid: 10563 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 42.5,6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10564 + type: PoweredSmallLight + components: + - pos: 37.5,8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10565 + type: PoweredSmallLight + components: + - pos: 37.5,5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10566 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 34.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10567 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 31.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10568 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 28.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10569 + type: PoweredSmallLight + components: + - pos: 38.5,12.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10570 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 45.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10571 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 58.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10572 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 55.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10573 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 52.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10574 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 49.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10575 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10576 + type: PoweredSmallLight + components: + - pos: 61.5,19.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10577 + type: PoweredSmallLight + components: + - pos: 61.5,16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10578 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 62.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10579 + type: PoweredSmallLight + components: + - pos: 62.5,22.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10580 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 54.5,12.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10581 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 62.5,6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10582 + type: PoweredSmallLight + components: + - pos: 60.5,2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10583 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 56.5,-1.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10584 + type: Poweredlight + components: + - pos: 55.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10585 + type: Poweredlight + components: + - pos: 51.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10586 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 55.5,15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10587 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 51.5,15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10588 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 48.5,12.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10589 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 58.5,12.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10590 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: -17.5,20.5 + parent: 864 + type: Transform + - devices: + - 22097 + - 19132 + - 18422 + - 19486 + - 19487 + - 19488 + - 10591 + - 24132 + - 24133 + type: DeviceList +- uid: 10591 + type: FirelockGlass + components: + - pos: -21.5,30.5 + parent: 864 + type: Transform +- uid: 10592 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 59.5,20.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10593 + type: FirelockGlass + components: + - rot: 1.5707963267948966 rad + pos: 46.5,15.5 + parent: 864 + type: Transform +- uid: 10594 + type: PoweredSmallLight + components: + - pos: 35.5,20.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10595 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,18.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10596 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10597 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10598 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 47.5,10.5 + parent: 864 + type: Transform +- uid: 10599 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 59.5,4.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10600 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 48.5,18.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10601 + type: CableApcExtension + components: + - pos: 59.5,21.5 + parent: 864 + type: Transform +- uid: 10602 + type: CableApcExtension + components: + - pos: 60.5,21.5 + parent: 864 + type: Transform +- uid: 10603 + type: CableApcExtension + components: + - pos: 61.5,21.5 + parent: 864 + type: Transform +- uid: 10604 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-3.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10605 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 24.5,6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10606 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 29.5,6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10607 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10608 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 21.5,-6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10609 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10610 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: 30.6939,32.53905 + parent: 864 + type: Transform +- uid: 10611 + type: WeaponPistolMk58 + components: + - pos: 31.657001,32.450115 + parent: 864 + type: Transform +- uid: 10612 + type: WeaponPistolMk58 + components: + - pos: 31.637281,32.558495 + parent: 864 + type: Transform +- uid: 10613 + type: WeaponPistolMk58 + components: + - pos: 31.586092,32.47933 + parent: 864 + type: Transform +- uid: 10614 + type: MagazinePistolHighVelocity + components: + - pos: 32.32131,32.48245 + parent: 864 + type: Transform +- uid: 10615 + type: MagazinePistolHighVelocity + components: + - pos: 32.32131,32.48245 + parent: 864 + type: Transform +- uid: 10616 + type: MagazinePistolHighVelocity + components: + - pos: 32.305683,32.48245 + parent: 864 + type: Transform +- uid: 10617 + type: SurveillanceCameraCommand + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-10.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: EVA closet + type: SurveillanceCamera +- uid: 10618 + type: AirSensor + components: + - pos: 35.5,15.5 + parent: 864 + type: Transform +- uid: 10619 + type: Wrench + components: + - pos: 22.59803,23.517838 + parent: 864 + type: Transform +- uid: 10620 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-6.5 + parent: 864 + type: Transform +- uid: 10621 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-12.5 + parent: 864 + type: Transform +- uid: 10622 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 67.5,-7.5 + parent: 864 + type: Transform +- uid: 10623 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-10.5 + parent: 864 + type: Transform +- uid: 10624 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-12.5 + parent: 864 + type: Transform +- uid: 10625 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-10.5 + parent: 864 + type: Transform +- uid: 10626 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-14.5 + parent: 864 + type: Transform +- uid: 10627 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-14.5 + parent: 864 + type: Transform +- uid: 10628 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-0.5 + parent: 864 + type: Transform +- uid: 10629 + type: CigarGold + components: + - rot: -1.5707963267948966 rad + pos: 45.51654,-26.585407 + parent: 864 + type: Transform +- uid: 10630 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 68.5,-6.5 + parent: 864 + type: Transform +- uid: 10631 + type: FoodTartGapple + components: + - pos: 44.89154,-26.413532 + parent: 864 + type: Transform +- uid: 10632 + type: WallSolid + components: + - pos: 65.5,-4.5 + parent: 864 + type: Transform +- uid: 10633 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-1.5 + parent: 864 + type: Transform +- uid: 10634 + type: WallSolid + components: + - pos: 63.5,-4.5 + parent: 864 + type: Transform +- uid: 10635 + type: WallSolid + components: + - pos: 61.5,-4.5 + parent: 864 + type: Transform +- uid: 10636 + type: ReinforcedWindow + components: + - pos: 60.5,-4.5 + parent: 864 + type: Transform +- uid: 10637 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-4.5 + parent: 864 + type: Transform +- uid: 10638 + type: Grille + components: + - pos: 60.5,-4.5 + parent: 864 + type: Transform +- uid: 10639 + type: AirlockCommandGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: 64.5,-4.5 + parent: 864 + type: Transform +- uid: 10640 + type: WallReinforced + components: + - pos: 48.5,-14.5 + parent: 864 + type: Transform +- uid: 10641 + type: WallReinforced + components: + - pos: 48.5,-16.5 + parent: 864 + type: Transform +- uid: 10642 + type: WallReinforced + components: + - pos: 43.5,-16.5 + parent: 864 + type: Transform +- uid: 10643 + type: WallReinforced + components: + - pos: 49.5,-14.5 + parent: 864 + type: Transform +- uid: 10644 + type: WallReinforced + components: + - pos: 50.5,-14.5 + parent: 864 + type: Transform +- uid: 10645 + type: WallReinforced + components: + - pos: 51.5,-14.5 + parent: 864 + type: Transform +- uid: 10646 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 54.5,-15.5 + parent: 864 + type: Transform +- uid: 10647 + type: WallReinforced + components: + - pos: 53.5,-14.5 + parent: 864 + type: Transform +- uid: 10648 + type: DisposalPipe + components: + - pos: 52.5,-9.5 + parent: 864 + type: Transform +- uid: 10649 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 60.5,-15.5 + parent: 864 + type: Transform +- uid: 10650 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 57.5,-15.5 + parent: 864 + type: Transform +- uid: 10651 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 53.5,-15.5 + parent: 864 + type: Transform +- uid: 10652 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 53.5,-16.5 + parent: 864 + type: Transform +- uid: 10653 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 51.5,-15.5 + parent: 864 + type: Transform +- uid: 10654 + type: WallReinforced + components: + - pos: 60.5,-14.5 + parent: 864 + type: Transform +- uid: 10655 + type: WallReinforced + components: + - pos: 61.5,-14.5 + parent: 864 + type: Transform +- uid: 10656 + type: AirlockMaintLocked + components: + - name: evac + type: MetaData + - pos: 62.5,-14.5 + parent: 864 + type: Transform +- uid: 10657 + type: WallReinforced + components: + - pos: 63.5,-14.5 + parent: 864 + type: Transform +- uid: 10658 + type: WallReinforced + components: + - pos: 64.5,-14.5 + parent: 864 + type: Transform +- uid: 10659 + type: WallReinforced + components: + - pos: 65.5,-14.5 + parent: 864 + type: Transform +- uid: 10660 + type: WallSolid + components: + - pos: 59.5,-7.5 + parent: 864 + type: Transform +- uid: 10661 + type: WallSolid + components: + - pos: 58.5,-7.5 + parent: 864 + type: Transform +- uid: 10662 + type: WallSolid + components: + - pos: 57.5,-7.5 + parent: 864 + type: Transform +- uid: 10663 + type: WallSolid + components: + - pos: 56.5,-7.5 + parent: 864 + type: Transform +- uid: 10664 + type: CableHV + components: + - pos: 49.5,-7.5 + parent: 864 + type: Transform +- uid: 10665 + type: WallSolid + components: + - pos: 59.5,-9.5 + parent: 864 + type: Transform +- uid: 10666 + type: WallSolid + components: + - pos: 58.5,-9.5 + parent: 864 + type: Transform +- uid: 10667 + type: WallSolid + components: + - pos: 57.5,-9.5 + parent: 864 + type: Transform +- uid: 10668 + type: WallSolid + components: + - pos: 56.5,-9.5 + parent: 864 + type: Transform +- uid: 10669 + type: WallSolid + components: + - pos: 55.5,-9.5 + parent: 864 + type: Transform +- uid: 10670 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 61.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10671 + type: WallSolid + components: + - pos: 55.5,-8.5 + parent: 864 + type: Transform +- uid: 10672 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 68.5,-12.5 + parent: 864 + type: Transform +- uid: 10673 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 68.5,-10.5 + parent: 864 + type: Transform +- uid: 10674 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-4.5 + parent: 864 + type: Transform +- uid: 10675 + type: BriefcaseBrown + components: + - pos: 62.36704,-10.4423 + parent: 864 + type: Transform +- uid: 10676 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 61.5,-8.5 + parent: 864 + type: Transform +- uid: 10677 + type: Chair + components: + - pos: 59.5,-10.5 + parent: 864 + type: Transform +- uid: 10678 + type: Chair + components: + - pos: 58.5,-10.5 + parent: 864 + type: Transform +- uid: 10679 + type: Chair + components: + - pos: 57.5,-10.5 + parent: 864 + type: Transform +- uid: 10680 + type: Chair + components: + - pos: 56.5,-10.5 + parent: 864 + type: Transform +- uid: 10681 + type: Chair + components: + - pos: 55.5,-10.5 + parent: 864 + type: Transform +- uid: 10682 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 55.5,-6.5 + parent: 864 + type: Transform +- uid: 10683 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 56.5,-6.5 + parent: 864 + type: Transform +- uid: 10684 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 57.5,-6.5 + parent: 864 + type: Transform +- uid: 10685 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 58.5,-6.5 + parent: 864 + type: Transform +- uid: 10686 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 59.5,-6.5 + parent: 864 + type: Transform +- uid: 10687 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 58.5,-3.5 + parent: 864 + type: Transform +- uid: 10688 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 66.5,-2.5 + parent: 864 + type: Transform +- uid: 10689 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 67.5,-8.5 + parent: 864 + type: Transform +- uid: 10690 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 67.5,-9.5 + parent: 864 + type: Transform +- uid: 10691 + type: WallReinforced + components: + - pos: 68.5,-14.5 + parent: 864 + type: Transform +- uid: 10692 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 68.5,-4.5 + parent: 864 + type: Transform +- uid: 10693 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 68.5,-2.5 + parent: 864 + type: Transform +- uid: 10694 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-2.5 + parent: 864 + type: Transform +- uid: 10695 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 68.5,-10.5 + parent: 864 + type: Transform +- uid: 10696 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 68.5,-12.5 + parent: 864 + type: Transform +- uid: 10697 + type: ClothingShoesBling + components: + - pos: 47.782166,-25.351032 + parent: 864 + type: Transform +- uid: 10698 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 68.5,-6.5 + parent: 864 + type: Transform +- uid: 10699 + type: CableApcExtension + components: + - pos: 67.5,-11.5 + parent: 864 + type: Transform +- uid: 10700 + type: CableApcExtension + components: + - pos: 68.5,-11.5 + parent: 864 + type: Transform +- uid: 10701 + type: CableApcExtension + components: + - pos: 66.5,-13.5 + parent: 864 + type: Transform +- uid: 10702 + type: WallReinforced + components: + - pos: 63.5,-15.5 + parent: 864 + type: Transform +- uid: 10703 + type: Chair + components: + - pos: 55.5,-14.5 + parent: 864 + type: Transform +- uid: 10704 + type: Chair + components: + - pos: 56.5,-14.5 + parent: 864 + type: Transform +- uid: 10705 + type: Chair + components: + - pos: 59.5,-14.5 + parent: 864 + type: Transform +- uid: 10706 + type: Chair + components: + - pos: 58.5,-14.5 + parent: 864 + type: Transform +- uid: 10707 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 51.5,-16.5 + parent: 864 + type: Transform +- uid: 10708 + type: AirlockExternalGlassLocked + components: + - pos: 52.5,-14.5 + parent: 864 + type: Transform +- uid: 10709 + type: AirlockExternalGlass + components: + - pos: 52.5,-16.5 + parent: 864 + type: Transform +- uid: 10710 + type: ReinforcedWindow + components: + - pos: 59.5,-15.5 + parent: 864 + type: Transform +- uid: 10711 + type: ReinforcedWindow + components: + - pos: 58.5,-15.5 + parent: 864 + type: Transform +- uid: 10712 + type: ReinforcedWindow + components: + - pos: 56.5,-15.5 + parent: 864 + type: Transform +- uid: 10713 + type: ReinforcedWindow + components: + - pos: 55.5,-15.5 + parent: 864 + type: Transform +- uid: 10714 + type: WallReinforced + components: + - pos: 63.5,-16.5 + parent: 864 + type: Transform +- uid: 10715 + type: WallReinforced + components: + - pos: 63.5,-17.5 + parent: 864 + type: Transform +- uid: 10716 + type: ReinforcedWindow + components: + - pos: 63.5,-26.5 + parent: 864 + type: Transform +- uid: 10717 + type: WallReinforced + components: + - pos: 63.5,-19.5 + parent: 864 + type: Transform +- uid: 10718 + type: ReinforcedWindow + components: + - pos: 63.5,-24.5 + parent: 864 + type: Transform +- uid: 10719 + type: WallReinforced + components: + - pos: 63.5,-21.5 + parent: 864 + type: Transform +- uid: 10720 + type: ReinforcedWindow + components: + - pos: 61.5,-22.5 + parent: 864 + type: Transform +- uid: 10721 + type: WallReinforced + components: + - pos: 63.5,-23.5 + parent: 864 + type: Transform +- uid: 10722 + type: ReinforcedWindow + components: + - pos: 61.5,-20.5 + parent: 864 + type: Transform +- uid: 10723 + type: WallReinforced + components: + - pos: 63.5,-25.5 + parent: 864 + type: Transform +- uid: 10724 + type: ReinforcedWindow + components: + - pos: 63.5,-18.5 + parent: 864 + type: Transform +- uid: 10725 + type: WallReinforced + components: + - pos: 63.5,-27.5 + parent: 864 + type: Transform +- uid: 10726 + type: WallReinforced + components: + - pos: 63.5,-28.5 + parent: 864 + type: Transform +- uid: 10727 + type: WallReinforced + components: + - pos: 63.5,-29.5 + parent: 864 + type: Transform +- uid: 10728 + type: WallReinforced + components: + - pos: 63.5,-30.5 + parent: 864 + type: Transform +- uid: 10729 + type: Grille + components: + - pos: 61.5,-18.5 + parent: 864 + type: Transform +- uid: 10730 + type: WallReinforced + components: + - pos: 61.5,-16.5 + parent: 864 + type: Transform +- uid: 10731 + type: WallReinforced + components: + - pos: 61.5,-17.5 + parent: 864 + type: Transform +- uid: 10732 + type: ReinforcedWindow + components: + - pos: 61.5,-26.5 + parent: 864 + type: Transform +- uid: 10733 + type: WallReinforced + components: + - pos: 61.5,-19.5 + parent: 864 + type: Transform +- uid: 10734 + type: ReinforcedWindow + components: + - pos: 61.5,-24.5 + parent: 864 + type: Transform +- uid: 10735 + type: WallReinforced + components: + - pos: 61.5,-21.5 + parent: 864 + type: Transform +- uid: 10736 + type: ReinforcedWindow + components: + - pos: 63.5,-22.5 + parent: 864 + type: Transform +- uid: 10737 + type: WallReinforced + components: + - pos: 61.5,-23.5 + parent: 864 + type: Transform +- uid: 10738 + type: ReinforcedWindow + components: + - pos: 63.5,-20.5 + parent: 864 + type: Transform +- uid: 10739 + type: WallReinforced + components: + - pos: 61.5,-25.5 + parent: 864 + type: Transform +- uid: 10740 + type: ReinforcedWindow + components: + - pos: 61.5,-18.5 + parent: 864 + type: Transform +- uid: 10741 + type: WallReinforced + components: + - pos: 61.5,-27.5 + parent: 864 + type: Transform +- uid: 10742 + type: WallReinforced + components: + - pos: 61.5,-28.5 + parent: 864 + type: Transform +- uid: 10743 + type: WallReinforced + components: + - pos: 61.5,-29.5 + parent: 864 + type: Transform +- uid: 10744 + type: WallReinforced + components: + - pos: 61.5,-30.5 + parent: 864 + type: Transform +- uid: 10745 + type: WallReinforced + components: + - pos: 60.5,-16.5 + parent: 864 + type: Transform +- uid: 10746 + type: Grille + components: + - pos: 63.5,-18.5 + parent: 864 + type: Transform +- uid: 10747 + type: Grille + components: + - pos: 61.5,-20.5 + parent: 864 + type: Transform +- uid: 10748 + type: Grille + components: + - pos: 63.5,-20.5 + parent: 864 + type: Transform +- uid: 10749 + type: Grille + components: + - pos: 61.5,-22.5 + parent: 864 + type: Transform +- uid: 10750 + type: Grille + components: + - pos: 63.5,-22.5 + parent: 864 + type: Transform +- uid: 10751 + type: Grille + components: + - pos: 61.5,-24.5 + parent: 864 + type: Transform +- uid: 10752 + type: Grille + components: + - pos: 63.5,-24.5 + parent: 864 + type: Transform +- uid: 10753 + type: Grille + components: + - pos: 61.5,-26.5 + parent: 864 + type: Transform +- uid: 10754 + type: Grille + components: + - pos: 63.5,-26.5 + parent: 864 + type: Transform +- uid: 10755 + type: WallSolid + components: + - pos: 49.5,-11.5 + parent: 864 + type: Transform +- uid: 10756 + type: RailingCorner + components: + - pos: 50.5,-6.5 + parent: 864 + type: Transform +- uid: 10757 + type: WallSolid + components: + - pos: 49.5,-12.5 + parent: 864 + type: Transform +- uid: 10758 + type: WallSolid + components: + - pos: 50.5,-12.5 + parent: 864 + type: Transform +- uid: 10759 + type: AirlockMaintLocked + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-13.5 + parent: 864 + type: Transform +- uid: 10760 + type: RailingCorner + components: + - rot: -1.5707963267948966 rad + pos: 53.5,-9.5 + parent: 864 + type: Transform +- uid: 10761 + type: RailingCorner + components: + - rot: 3.141592653589793 rad + pos: 53.5,-7.5 + parent: 864 + type: Transform +- uid: 10762 + type: VendingMachineCoffee + components: + - pos: 60.5,-13.5 + parent: 864 + type: Transform +- uid: 10763 + type: VendingMachineCigs + components: + - pos: 61.5,-13.5 + parent: 864 + type: Transform +- uid: 10764 + type: DisposalPipe + components: + - pos: 52.5,-10.5 + parent: 864 + type: Transform +- uid: 10765 + type: DisposalPipe + components: + - pos: 52.5,-11.5 + parent: 864 + type: Transform +- uid: 10766 + type: DisposalPipe + components: + - pos: 52.5,-12.5 + parent: 864 + type: Transform +- uid: 10767 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 54.5,-14.5 + parent: 864 + type: Transform +- uid: 10768 + type: DisposalUnit + components: + - pos: 54.5,-14.5 + parent: 864 + type: Transform +- uid: 10769 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 52.5,-13.5 + parent: 864 + type: Transform +- uid: 10770 + type: DisposalBend + components: + - pos: 54.5,-13.5 + parent: 864 + type: Transform +- uid: 10771 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 53.5,-13.5 + parent: 864 + type: Transform +- uid: 10772 + type: PosterLegitBlessThisSpess + components: + - pos: 61.5,-4.5 + parent: 864 + type: Transform +- uid: 10773 + type: PosterLegitCohibaRobustoAd + components: + - pos: 57.5,-9.5 + parent: 864 + type: Transform +- uid: 10774 + type: PosterLegitEnlist + components: + - pos: 59.5,-9.5 + parent: 864 + type: Transform +- uid: 10775 + type: PosterContrabandGreyTide + components: + - pos: 55.5,-9.5 + parent: 864 + type: Transform +- uid: 10776 + type: PosterContrabandNuclearDeviceInformational + components: + - pos: 39.5,-24.5 + parent: 864 + type: Transform +- uid: 10777 + type: GasPipeStraight + components: + - pos: 52.5,-8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10778 + type: GasPipeStraight + components: + - pos: 52.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10779 + type: GasPipeStraight + components: + - pos: 52.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10780 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 52.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10781 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 53.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10782 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 54.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10783 + type: GasPipeBend + components: + - pos: 55.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10784 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 55.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10785 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 56.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10786 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 56.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10787 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 57.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 10788 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 57.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 10789 + type: AirSensor + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-8.5 + parent: 864 + type: Transform +- uid: 10790 + type: AirlockCargoGlassLocked + components: + - pos: -26.5,18.5 + parent: 864 + type: Transform +- uid: 10791 + type: SurveillanceCameraMedical + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-61.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: medbay corridor + type: SurveillanceCamera +- uid: 10792 + type: WallReinforced + components: + - pos: -2.5,-36.5 + parent: 864 + type: Transform +- uid: 10793 + type: CableHV + components: + - pos: 49.5,-6.5 + parent: 864 + type: Transform +- uid: 10794 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10795 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 57.5,-6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10796 + type: Poweredlight + components: + - pos: 57.5,-10.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10797 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 54.5,-8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10798 + type: CableApcExtension + components: + - pos: 68.5,-13.5 + parent: 864 + type: Transform +- uid: 10799 + type: CableApcExtension + components: + - pos: 66.5,-11.5 + parent: 864 + type: Transform +- uid: 10800 + type: ComputerBroken + components: + - rot: -1.5707963267948966 rad + pos: 51.5,37.5 + parent: 864 + type: Transform +- uid: 10801 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 59.5,-1.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10802 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 57.5,-14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 10803 + type: Chair + components: + - pos: 61.5,-10.5 + parent: 864 + type: Transform +- uid: 10804 + type: Chair + components: + - pos: 60.5,-10.5 + parent: 864 + type: Transform +- uid: 10805 + type: PoweredSmallLight + components: + - pos: 49.5,-7.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 10806 + type: ClosetEmergencyFilledRandom + components: + - pos: 57.5,-14.5 + parent: 864 + type: Transform +- uid: 10807 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-6.5 + parent: 864 + type: Transform +- uid: 10808 + type: WallSolid + components: + - pos: 35.5,-11.5 + parent: 864 + type: Transform +- uid: 10809 + type: WallSolid + components: + - pos: 37.5,-9.5 + parent: 864 + type: Transform +- uid: 10810 + type: WallSolid + components: + - pos: 38.5,-9.5 + parent: 864 + type: Transform +- uid: 10811 + type: WallSolid + components: + - pos: 39.5,-9.5 + parent: 864 + type: Transform +- uid: 10812 + type: WallSolid + components: + - pos: 39.5,-8.5 + parent: 864 + type: Transform +- uid: 10813 + type: WallSolid + components: + - pos: 41.5,-6.5 + parent: 864 + type: Transform +- uid: 10814 + type: WallSolid + components: + - pos: 41.5,-7.5 + parent: 864 + type: Transform +- uid: 10815 + type: WallSolid + components: + - pos: 41.5,-8.5 + parent: 864 + type: Transform +- uid: 10816 + type: WallSolid + components: + - pos: 41.5,-9.5 + parent: 864 + type: Transform +- uid: 10817 + type: WallSolid + components: + - pos: 41.5,-10.5 + parent: 864 + type: Transform +- uid: 10818 + type: WallSolid + components: + - pos: 39.5,-10.5 + parent: 864 + type: Transform +- uid: 10819 + type: WallSolid + components: + - pos: 39.5,-11.5 + parent: 864 + type: Transform +- uid: 10820 + type: WallSolid + components: + - pos: 37.5,-11.5 + parent: 864 + type: Transform +- uid: 10821 + type: WallSolid + components: + - pos: 37.5,-12.5 + parent: 864 + type: Transform +- uid: 10822 + type: WallSolid + components: + - pos: 37.5,-14.5 + parent: 864 + type: Transform +- uid: 10823 + type: WallSolid + components: + - pos: 45.5,-6.5 + parent: 864 + type: Transform +- uid: 10824 + type: WallSolid + components: + - pos: 45.5,-7.5 + parent: 864 + type: Transform +- uid: 10825 + type: WallSolid + components: + - pos: 45.5,-8.5 + parent: 864 + type: Transform +- uid: 10826 + type: WallSolid + components: + - pos: 45.5,-9.5 + parent: 864 + type: Transform +- uid: 10827 + type: WallSolid + components: + - pos: 43.5,-9.5 + parent: 864 + type: Transform +- uid: 10828 + type: WallSolid + components: + - pos: 45.5,-10.5 + parent: 864 + type: Transform +- uid: 10829 + type: WallSolid + components: + - pos: 45.5,-12.5 + parent: 864 + type: Transform +- uid: 10830 + type: WallSolid + components: + - pos: 44.5,-12.5 + parent: 864 + type: Transform +- uid: 10831 + type: ReinforcedWindow + components: + - pos: 43.5,-12.5 + parent: 864 + type: Transform +- uid: 10832 + type: WallSolid + components: + - pos: 42.5,-12.5 + parent: 864 + type: Transform +- uid: 10833 + type: WallSolid + components: + - pos: 41.5,-12.5 + parent: 864 + type: Transform +- uid: 10834 + type: WallSolid + components: + - pos: 41.5,-13.5 + parent: 864 + type: Transform +- uid: 10835 + type: WallSolid + components: + - pos: 40.5,-13.5 + parent: 864 + type: Transform +- uid: 10836 + type: WallSolid + components: + - pos: 39.5,-13.5 + parent: 864 + type: Transform +- uid: 10837 + type: WallSolid + components: + - pos: 46.5,-12.5 + parent: 864 + type: Transform +- uid: 10838 + type: WallSolid + components: + - pos: 47.5,-12.5 + parent: 864 + type: Transform +- uid: 10839 + type: WallSolid + components: + - pos: 47.5,-11.5 + parent: 864 + type: Transform +- uid: 10840 + type: WallSolid + components: + - pos: 47.5,-10.5 + parent: 864 + type: Transform +- uid: 10841 + type: WallSolid + components: + - pos: 46.5,-6.5 + parent: 864 + type: Transform +- uid: 10842 + type: Barricade + components: + - pos: 42.5,-9.5 + parent: 864 + type: Transform +- uid: 10843 + type: Barricade + components: + - pos: 44.5,-9.5 + parent: 864 + type: Transform +- uid: 10844 + type: Barricade + components: + - pos: 48.5,-12.5 + parent: 864 + type: Transform +- uid: 10845 + type: Railing + components: + - pos: 54.5,-9.5 + parent: 864 + type: Transform +- uid: 10846 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 54.5,-7.5 + parent: 864 + type: Transform +- uid: 10847 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-5.5 + parent: 864 + type: Transform +- uid: 10848 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-11.5 + parent: 864 + type: Transform +- uid: 10849 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 53.5,-8.5 + parent: 864 + type: Transform +- uid: 10850 + type: FloraTree05 + components: + - pos: 54.09217,-7.7980886 + parent: 864 + type: Transform +- uid: 10851 + type: WallReinforced + components: + - pos: 43.5,-15.5 + parent: 864 + type: Transform +- uid: 10852 + type: WallReinforced + components: + - pos: 42.5,-15.5 + parent: 864 + type: Transform +- uid: 10853 + type: WallReinforced + components: + - pos: 68.5,-15.5 + parent: 864 + type: Transform +- uid: 10854 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-6.5 + parent: 864 + type: Transform +- uid: 10855 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 68.5,-2.5 + parent: 864 + type: Transform +- uid: 10856 + type: VendingMachineSovietSoda + components: + - pos: 61.5,-15.5 + parent: 864 + type: Transform +- uid: 10857 + type: CableMVStack1 + components: + - rot: -1.5707963267948966 rad + pos: 55.814297,-25.512302 + parent: 864 + type: Transform +- uid: 10858 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-19.5 + parent: 864 + type: Transform +- uid: 10859 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-20.5 + parent: 864 + type: Transform +- uid: 10860 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-21.5 + parent: 864 + type: Transform +- uid: 10861 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-22.5 + parent: 864 + type: Transform +- uid: 10862 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-23.5 + parent: 864 + type: Transform +- uid: 10863 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-24.5 + parent: 864 + type: Transform +- uid: 10864 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-25.5 + parent: 864 + type: Transform +- uid: 10865 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-26.5 + parent: 864 + type: Transform +- uid: 10866 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-27.5 + parent: 864 + type: Transform +- uid: 10867 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-28.5 + parent: 864 + type: Transform +- uid: 10868 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-29.5 + parent: 864 + type: Transform +- uid: 10869 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 58.5,-19.5 + parent: 864 + type: Transform +- uid: 10870 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 57.5,-19.5 + parent: 864 + type: Transform +- uid: 10871 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 57.5,-18.5 + parent: 864 + type: Transform +- uid: 10872 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 57.5,-17.5 + parent: 864 + type: Transform +- uid: 10873 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-17.5 + parent: 864 + type: Transform +- uid: 10874 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 53.5,-17.5 + parent: 864 + type: Transform +- uid: 10875 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 54.5,-17.5 + parent: 864 + type: Transform +- uid: 10876 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 55.5,-17.5 + parent: 864 + type: Transform +- uid: 10877 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 56.5,-17.5 + parent: 864 + type: Transform +- uid: 10878 + type: CableHV + components: + - pos: 49.5,-5.5 + parent: 864 + type: Transform +- uid: 10879 + type: CableHV + components: + - pos: 48.5,-5.5 + parent: 864 + type: Transform +- uid: 10880 + type: CableMV + components: + - pos: 48.5,-5.5 + parent: 864 + type: Transform +- uid: 10881 + type: CableMV + components: + - pos: 47.5,-5.5 + parent: 864 + type: Transform +- uid: 10882 + type: CableMV + components: + - pos: 47.5,-6.5 + parent: 864 + type: Transform +- uid: 10883 + type: CableMV + components: + - pos: 47.5,-7.5 + parent: 864 + type: Transform +- uid: 10884 + type: CableMV + components: + - pos: 47.5,-8.5 + parent: 864 + type: Transform +- uid: 10885 + type: CableMV + components: + - pos: 48.5,-8.5 + parent: 864 + type: Transform +- uid: 10886 + type: CableMV + components: + - pos: 49.5,-8.5 + parent: 864 + type: Transform +- uid: 10887 + type: CableMV + components: + - pos: 50.5,-8.5 + parent: 864 + type: Transform +- uid: 10888 + type: CableMV + components: + - pos: 51.5,-8.5 + parent: 864 + type: Transform +- uid: 10889 + type: CableMV + components: + - pos: 52.5,-8.5 + parent: 864 + type: Transform +- uid: 10890 + type: CableMV + components: + - pos: 52.5,-7.5 + parent: 864 + type: Transform +- uid: 10891 + type: CableMV + components: + - pos: 52.5,-6.5 + parent: 864 + type: Transform +- uid: 10892 + type: CableMV + components: + - pos: 53.5,-6.5 + parent: 864 + type: Transform +- uid: 10893 + type: CableMV + components: + - pos: 53.5,-5.5 + parent: 864 + type: Transform +- uid: 10894 + type: CableMV + components: + - pos: 54.5,-5.5 + parent: 864 + type: Transform +- uid: 10895 + type: CableMV + components: + - pos: 55.5,-5.5 + parent: 864 + type: Transform +- uid: 10896 + type: CableMV + components: + - pos: 56.5,-5.5 + parent: 864 + type: Transform +- uid: 10897 + type: CableMV + components: + - pos: 57.5,-5.5 + parent: 864 + type: Transform +- uid: 10898 + type: CableMV + components: + - pos: 58.5,-5.5 + parent: 864 + type: Transform +- uid: 10899 + type: CableMV + components: + - pos: 59.5,-5.5 + parent: 864 + type: Transform +- uid: 10900 + type: CableMV + components: + - pos: 59.5,-4.5 + parent: 864 + type: Transform +- uid: 10901 + type: APCBasic + components: + - pos: 59.5,-4.5 + parent: 864 + type: Transform +- uid: 10902 + type: SubstationBasic + components: + - pos: 48.5,-5.5 + parent: 864 + type: Transform +- uid: 10903 + type: ToolboxElectrical + components: + - pos: 46.470684,-5.411702 + parent: 864 + type: Transform +- uid: 10904 + type: AirlockEngineeringLocked + components: + - pos: 47.5,-6.5 + parent: 864 + type: Transform +- uid: 10905 + type: AirlockMaintRnDLocked + components: + - name: xenolab + type: MetaData + - pos: 62.5,-30.5 + parent: 864 + type: Transform +- uid: 10906 + type: WallReinforced + components: + - pos: 63.5,-31.5 + parent: 864 + type: Transform +- uid: 10907 + type: ReinforcedWindow + components: + - pos: 64.5,-37.5 + parent: 864 + type: Transform +- uid: 10908 + type: WallReinforced + components: + - pos: 65.5,-31.5 + parent: 864 + type: Transform +- uid: 10909 + type: WallReinforced + components: + - pos: 61.5,-31.5 + parent: 864 + type: Transform +- uid: 10910 + type: WallReinforced + components: + - pos: 68.5,-33.5 + parent: 864 + type: Transform +- uid: 10911 + type: WallReinforced + components: + - pos: 59.5,-31.5 + parent: 864 + type: Transform +- uid: 10912 + type: WallReinforced + components: + - pos: 59.5,-32.5 + parent: 864 + type: Transform +- uid: 10913 + type: WallReinforced + components: + - pos: 58.5,-32.5 + parent: 864 + type: Transform +- uid: 10914 + type: WallReinforced + components: + - pos: 65.5,-32.5 + parent: 864 + type: Transform +- uid: 10915 + type: WallReinforced + components: + - pos: 66.5,-32.5 + parent: 864 + type: Transform +- uid: 10916 + type: ReinforcedWindow + components: + - pos: 60.5,-37.5 + parent: 864 + type: Transform +- uid: 10917 + type: WallReinforced + components: + - pos: 67.5,-33.5 + parent: 864 + type: Transform +- uid: 10918 + type: ReinforcedWindow + components: + - pos: 60.5,-31.5 + parent: 864 + type: Transform +- uid: 10919 + type: WallReinforced + components: + - pos: 66.5,-36.5 + parent: 864 + type: Transform +- uid: 10920 + type: WallReinforced + components: + - pos: 58.5,-33.5 + parent: 864 + type: Transform +- uid: 10921 + type: WallReinforced + components: + - pos: 57.5,-33.5 + parent: 864 + type: Transform +- uid: 10922 + type: WallReinforced + components: + - pos: 58.5,-35.5 + parent: 864 + type: Transform +- uid: 10923 + type: WallReinforced + components: + - pos: 58.5,-36.5 + parent: 864 + type: Transform +- uid: 10924 + type: WallReinforced + components: + - pos: 59.5,-36.5 + parent: 864 + type: Transform +- uid: 10925 + type: WallReinforced + components: + - pos: 59.5,-37.5 + parent: 864 + type: Transform +- uid: 10926 + type: WallReinforced + components: + - pos: 65.5,-36.5 + parent: 864 + type: Transform +- uid: 10927 + type: WallReinforced + components: + - pos: 65.5,-37.5 + parent: 864 + type: Transform +- uid: 10928 + type: WallReinforced + components: + - pos: 66.5,-33.5 + parent: 864 + type: Transform +- uid: 10929 + type: WallReinforced + components: + - pos: 63.5,-37.5 + parent: 864 + type: Transform +- uid: 10930 + type: ReinforcedWindow + components: + - pos: 64.5,-31.5 + parent: 864 + type: Transform +- uid: 10931 + type: WallReinforced + components: + - pos: 61.5,-37.5 + parent: 864 + type: Transform +- uid: 10932 + type: ReinforcedWindow + components: + - pos: 61.5,-40.5 + parent: 864 + type: Transform +- uid: 10933 + type: ReinforcedWindow + components: + - pos: 61.5,-39.5 + parent: 864 + type: Transform +- uid: 10934 + type: WallReinforced + components: + - pos: 63.5,-38.5 + parent: 864 + type: Transform +- uid: 10935 + type: WallReinforced + components: + - pos: 63.5,-41.5 + parent: 864 + type: Transform +- uid: 10936 + type: WallReinforced + components: + - pos: 61.5,-38.5 + parent: 864 + type: Transform +- uid: 10937 + type: ReinforcedWindow + components: + - pos: 63.5,-40.5 + parent: 864 + type: Transform +- uid: 10938 + type: ReinforcedWindow + components: + - pos: 63.5,-39.5 + parent: 864 + type: Transform +- uid: 10939 + type: WallReinforced + components: + - pos: 61.5,-41.5 + parent: 864 + type: Transform +- uid: 10940 + type: WallReinforced + components: + - pos: 56.5,-33.5 + parent: 864 + type: Transform +- uid: 10941 + type: WallReinforced + components: + - pos: 57.5,-35.5 + parent: 864 + type: Transform +- uid: 10942 + type: WallReinforced + components: + - pos: 56.5,-35.5 + parent: 864 + type: Transform +- uid: 10943 + type: WallSolid + components: + - pos: 41.5,-40.5 + parent: 864 + type: Transform +- uid: 10944 + type: ComputerResearchAndDevelopment + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-39.5 + parent: 864 + type: Transform +- uid: 10945 + type: ReinforcedWindow + components: + - pos: 41.5,-34.5 + parent: 864 + type: Transform +- uid: 10946 + type: WallReinforced + components: + - pos: 38.5,-34.5 + parent: 864 + type: Transform +- uid: 10947 + type: WallReinforced + components: + - pos: 39.5,-34.5 + parent: 864 + type: Transform +- uid: 10948 + type: WallReinforced + components: + - pos: 40.5,-34.5 + parent: 864 + type: Transform +- uid: 10949 + type: WallReinforced + components: + - pos: 43.5,-34.5 + parent: 864 + type: Transform +- uid: 10950 + type: WallReinforced + components: + - pos: 44.5,-34.5 + parent: 864 + type: Transform +- uid: 10951 + type: TableCounterMetal + components: + - pos: 42.5,-40.5 + parent: 864 + type: Transform +- uid: 10952 + type: TableCounterMetal + components: + - pos: 43.5,-40.5 + parent: 864 + type: Transform +- uid: 10953 + type: TableCounterMetal + components: + - pos: 44.5,-40.5 + parent: 864 + type: Transform +- uid: 10954 + type: WindoorScienceLocked + components: + - rot: 3.141592653589793 rad + pos: 42.5,-40.5 + parent: 864 + type: Transform +- uid: 10955 + type: WindoorScienceLocked + components: + - rot: 3.141592653589793 rad + pos: 43.5,-40.5 + parent: 864 + type: Transform +- uid: 10956 + type: WindoorScienceLocked + components: + - rot: 3.141592653589793 rad + pos: 44.5,-40.5 + parent: 864 + type: Transform +- uid: 10957 + type: AirlockScienceLocked + components: + - name: r&d + type: MetaData + - pos: 45.5,-40.5 + parent: 864 + type: Transform +- uid: 10958 + type: Table + components: + - pos: 41.5,-39.5 + parent: 864 + type: Transform +- uid: 10959 + type: Table + components: + - pos: 40.5,-39.5 + parent: 864 + type: Transform +- uid: 10960 + type: Table + components: + - pos: 39.5,-39.5 + parent: 864 + type: Transform +- uid: 10961 + type: Table + components: + - pos: 38.5,-39.5 + parent: 864 + type: Transform +- uid: 10962 + type: Table + components: + - pos: 38.5,-38.5 + parent: 864 + type: Transform +- uid: 10963 + type: Table + components: + - pos: 38.5,-37.5 + parent: 864 + type: Transform +- uid: 10964 + type: FirelockGlass + components: + - pos: 15.5,-38.5 + parent: 864 + type: Transform +- uid: 10965 + type: WallSolid + components: + - pos: 47.5,-40.5 + parent: 864 + type: Transform +- uid: 10966 + type: SignScience1 + components: + - pos: 38.5,-40.5 + parent: 864 + type: Transform +- uid: 10967 + type: WallSolid + components: + - pos: 47.5,-44.5 + parent: 864 + type: Transform +- uid: 10968 + type: WallSolid + components: + - pos: 46.5,-44.5 + parent: 864 + type: Transform +- uid: 10969 + type: WallSolid + components: + - pos: 45.5,-44.5 + parent: 864 + type: Transform +- uid: 10970 + type: WallSolid + components: + - pos: 44.5,-44.5 + parent: 864 + type: Transform +- uid: 10971 + type: WallSolid + components: + - pos: 43.5,-44.5 + parent: 864 + type: Transform +- uid: 10972 + type: WallSolid + components: + - pos: 42.5,-44.5 + parent: 864 + type: Transform +- uid: 10973 + type: WallSolid + components: + - pos: 41.5,-44.5 + parent: 864 + type: Transform +- uid: 10974 + type: PowerCellRecharger + components: + - pos: 42.5,-40.5 + parent: 864 + type: Transform +- uid: 10975 + type: WallReinforced + components: + - pos: 47.5,-34.5 + parent: 864 + type: Transform +- uid: 10976 + type: WallReinforced + components: + - pos: 45.5,-34.5 + parent: 864 + type: Transform +- uid: 10977 + type: WallReinforced + components: + - pos: 58.5,-42.5 + parent: 864 + type: Transform +- uid: 10978 + type: WallReinforced + components: + - pos: 58.5,-41.5 + parent: 864 + type: Transform +- uid: 10979 + type: WallReinforced + components: + - pos: 46.5,-34.5 + parent: 864 + type: Transform +- uid: 10980 + type: WallSolid + components: + - pos: 47.5,-39.5 + parent: 864 + type: Transform +- uid: 10981 + type: WallSolid + components: + - pos: 47.5,-38.5 + parent: 864 + type: Transform +- uid: 10982 + type: WallReinforced + components: + - pos: 57.5,-40.5 + parent: 864 + type: Transform +- uid: 10983 + type: WallReinforced + components: + - pos: 58.5,-40.5 + parent: 864 + type: Transform +- uid: 10984 + type: WallReinforced + components: + - pos: 56.5,-40.5 + parent: 864 + type: Transform +- uid: 10985 + type: WallReinforced + components: + - pos: 55.5,-40.5 + parent: 864 + type: Transform +- uid: 10986 + type: WallReinforced + components: + - pos: 54.5,-40.5 + parent: 864 + type: Transform +- uid: 10987 + type: WallReinforced + components: + - pos: 54.5,-39.5 + parent: 864 + type: Transform +- uid: 10988 + type: WallReinforced + components: + - pos: 54.5,-38.5 + parent: 864 + type: Transform +- uid: 10989 + type: AirlockScienceGlassLocked + components: + - pos: 54.5,-44.5 + parent: 864 + type: Transform +- uid: 10990 + type: AirlockScienceGlassLocked + components: + - pos: 54.5,-45.5 + parent: 864 + type: Transform +- uid: 10991 + type: WallSolid + components: + - pos: 47.5,-47.5 + parent: 864 + type: Transform +- uid: 10992 + type: Table + components: + - pos: 53.5,-40.5 + parent: 864 + type: Transform +- uid: 10993 + type: Table + components: + - pos: 52.5,-40.5 + parent: 864 + type: Transform +- uid: 10994 + type: Table + components: + - pos: 51.5,-40.5 + parent: 864 + type: Transform +- uid: 10995 + type: Table + components: + - pos: 51.5,-41.5 + parent: 864 + type: Transform +- uid: 10996 + type: Table + components: + - pos: 51.5,-42.5 + parent: 864 + type: Transform +- uid: 10997 + type: Table + components: + - pos: 51.5,-43.5 + parent: 864 + type: Transform +- uid: 10998 + type: WallReinforced + components: + - pos: 53.5,-38.5 + parent: 864 + type: Transform +- uid: 10999 + type: Table + components: + - pos: 53.5,-43.5 + parent: 864 + type: Transform +- uid: 11000 + type: WallReinforced + components: + - pos: 52.5,-38.5 + parent: 864 + type: Transform +- uid: 11001 + type: AirlockResearchDirectorGlassLocked + components: + - name: director's office + type: MetaData + - pos: 62.5,-50.5 + parent: 864 + type: Transform +- uid: 11002 + type: WallSolid + components: + - pos: 54.5,-42.5 + parent: 864 + type: Transform +- uid: 11003 + type: WallSolid + components: + - pos: 54.5,-43.5 + parent: 864 + type: Transform +- uid: 11004 + type: WallReinforced + components: + - pos: 52.5,-48.5 + parent: 864 + type: Transform +- uid: 11005 + type: WallReinforced + components: + - pos: 52.5,-47.5 + parent: 864 + type: Transform +- uid: 11006 + type: WallReinforced + components: + - pos: 52.5,-46.5 + parent: 864 + type: Transform +- uid: 11007 + type: WallReinforced + components: + - pos: 53.5,-46.5 + parent: 864 + type: Transform +- uid: 11008 + type: WallReinforced + components: + - pos: 54.5,-46.5 + parent: 864 + type: Transform +- uid: 11009 + type: WallSolid + components: + - pos: 51.5,-48.5 + parent: 864 + type: Transform +- uid: 11010 + type: GasPipeStraight + components: + - pos: 49.5,-56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11011 + type: WallSolid + components: + - pos: 48.5,-48.5 + parent: 864 + type: Transform +- uid: 11012 + type: WallSolid + components: + - pos: 47.5,-48.5 + parent: 864 + type: Transform +- uid: 11013 + type: WallReinforced + components: + - pos: 52.5,-37.5 + parent: 864 + type: Transform +- uid: 11014 + type: WallReinforced + components: + - pos: 52.5,-36.5 + parent: 864 + type: Transform +- uid: 11015 + type: WallReinforced + components: + - pos: 51.5,-36.5 + parent: 864 + type: Transform +- uid: 11016 + type: ReinforcedWindow + components: + - pos: 50.5,-36.5 + parent: 864 + type: Transform +- uid: 11017 + type: ReinforcedWindow + components: + - pos: 49.5,-36.5 + parent: 864 + type: Transform +- uid: 11018 + type: WallReinforced + components: + - pos: 48.5,-36.5 + parent: 864 + type: Transform +- uid: 11019 + type: WallSolid + components: + - pos: 58.5,-43.5 + parent: 864 + type: Transform +- uid: 11020 + type: WallSolid + components: + - pos: 55.5,-43.5 + parent: 864 + type: Transform +- uid: 11021 + type: WallSolid + components: + - pos: 56.5,-43.5 + parent: 864 + type: Transform +- uid: 11022 + type: AirlockScienceGlassLocked + components: + - pos: 57.5,-43.5 + parent: 864 + type: Transform +- uid: 11023 + type: AirlockScienceGlassLocked + components: + - pos: 54.5,-41.5 + parent: 864 + type: Transform +- uid: 11024 + type: AirlockScienceLocked + components: + - name: robotics + type: MetaData + - pos: 66.5,-48.5 + parent: 864 + type: Transform +- uid: 11025 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 42.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11026 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 43.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11027 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11028 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11029 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 45.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11030 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11031 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11032 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 47.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11033 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11034 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11035 + type: GasPipeTJunction + components: + - pos: 44.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11036 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11037 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 47.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11038 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11039 + type: GasPipeStraight + components: + - pos: 43.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11040 + type: GasPipeStraight + components: + - pos: 43.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11041 + type: GasPipeStraight + components: + - pos: 43.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11042 + type: GasPipeStraight + components: + - pos: 43.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11043 + type: GasPipeStraight + components: + - pos: 43.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11044 + type: GasPipeStraight + components: + - pos: 42.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11045 + type: GasPipeStraight + components: + - pos: 42.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11046 + type: GasPipeStraight + components: + - pos: 42.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11047 + type: GasPipeTJunction + components: + - pos: 49.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11048 + type: GasPipeTJunction + components: + - pos: 49.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11049 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 49.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11050 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 49.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11051 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 49.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11052 + type: GasVentPump + components: + - pos: 42.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11053 + type: GasVentScrubber + components: + - pos: 43.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11054 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 50.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11055 + type: GasPipeTJunction + components: + - pos: 50.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11056 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 51.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11057 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 52.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11058 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 53.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11059 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 54.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11060 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 55.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11061 + type: GasPipeTJunction + components: + - pos: 56.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11062 + type: GasPipeBend + components: + - pos: 57.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11063 + type: GasPipeStraight + components: + - pos: 57.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11064 + type: GasPipeStraight + components: + - pos: 57.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11065 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 56.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11066 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 56.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11067 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11068 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 51.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11069 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11070 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 53.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11071 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 54.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11072 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 55.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11073 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 55.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11074 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 55.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11075 + type: GasVentScrubber + components: + - pos: 55.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11076 + type: GasPipeStraight + components: + - pos: 50.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11077 + type: GasPipeStraight + components: + - pos: 50.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11078 + type: GasPipeStraight + components: + - pos: 50.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11079 + type: GasPipeStraight + components: + - pos: 50.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11080 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 50.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11081 + type: GasPipeStraight + components: + - pos: 50.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11082 + type: GasPipeStraight + components: + - pos: 50.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11083 + type: GasPipeBend + components: + - pos: 49.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11084 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 49.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11085 + type: GasPipeStraight + components: + - pos: 49.5,-53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11086 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11087 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 47.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11088 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11089 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11090 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 49.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11091 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11092 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 47.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11093 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11094 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11095 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 44.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11096 + type: GasVentScrubber + components: + - pos: 45.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11097 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-43.5 + parent: 864 + type: Transform +- uid: 11098 + type: WallSolid + components: + - pos: 47.5,-49.5 + parent: 864 + type: Transform +- uid: 11099 + type: WallSolid + components: + - pos: 47.5,-50.5 + parent: 864 + type: Transform +- uid: 11100 + type: WallSolid + components: + - pos: 46.5,-50.5 + parent: 864 + type: Transform +- uid: 11101 + type: WallSolid + components: + - pos: 45.5,-50.5 + parent: 864 + type: Transform +- uid: 11102 + type: WallSolid + components: + - pos: 44.5,-50.5 + parent: 864 + type: Transform +- uid: 11103 + type: WallSolid + components: + - pos: 43.5,-50.5 + parent: 864 + type: Transform +- uid: 11104 + type: WallSolid + components: + - pos: 42.5,-50.5 + parent: 864 + type: Transform +- uid: 11105 + type: WallSolid + components: + - pos: 41.5,-50.5 + parent: 864 + type: Transform +- uid: 11106 + type: AirlockExternalGlassLocked + components: + - pos: 68.5,-34.5 + parent: 864 + type: Transform +- uid: 11107 + type: AirlockExternalGlass + components: + - pos: 58.5,-34.5 + parent: 864 + type: Transform +- uid: 11108 + type: Catwalk + components: + - pos: 59.5,-30.5 + parent: 864 + type: Transform +- uid: 11109 + type: Catwalk + components: + - pos: 58.5,-30.5 + parent: 864 + type: Transform +- uid: 11110 + type: Catwalk + components: + - pos: 57.5,-30.5 + parent: 864 + type: Transform +- uid: 11111 + type: Catwalk + components: + - pos: 56.5,-30.5 + parent: 864 + type: Transform +- uid: 11112 + type: Catwalk + components: + - pos: 55.5,-30.5 + parent: 864 + type: Transform +- uid: 11113 + type: Catwalk + components: + - pos: 54.5,-30.5 + parent: 864 + type: Transform +- uid: 11114 + type: Catwalk + components: + - pos: 54.5,-31.5 + parent: 864 + type: Transform +- uid: 11115 + type: Catwalk + components: + - pos: 54.5,-32.5 + parent: 864 + type: Transform +- uid: 11116 + type: Catwalk + components: + - pos: 54.5,-33.5 + parent: 864 + type: Transform +- uid: 11117 + type: Catwalk + components: + - pos: 54.5,-34.5 + parent: 864 + type: Transform +- uid: 11118 + type: Catwalk + components: + - pos: 54.5,-35.5 + parent: 864 + type: Transform +- uid: 11119 + type: Catwalk + components: + - pos: 54.5,-36.5 + parent: 864 + type: Transform +- uid: 11120 + type: Catwalk + components: + - pos: 55.5,-34.5 + parent: 864 + type: Transform +- uid: 11121 + type: WallReinforced + components: + - pos: 61.5,-42.5 + parent: 864 + type: Transform +- uid: 11122 + type: WallReinforced + components: + - pos: 64.5,-42.5 + parent: 864 + type: Transform +- uid: 11123 + type: WallReinforced + components: + - pos: 60.5,-43.5 + parent: 864 + type: Transform +- uid: 11124 + type: WallReinforced + components: + - pos: 59.5,-43.5 + parent: 864 + type: Transform +- uid: 11125 + type: Grille + components: + - pos: 47.5,-35.5 + parent: 864 + type: Transform +- uid: 11126 + type: Grille + components: + - pos: 42.5,-34.5 + parent: 864 + type: Transform +- uid: 11127 + type: Grille + components: + - pos: 41.5,-34.5 + parent: 864 + type: Transform +- uid: 11128 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 33.5,-60.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11129 + type: FirelockGlass + components: + - pos: 47.5,-37.5 + parent: 864 + type: Transform +- uid: 11130 + type: FirelockGlass + components: + - pos: 47.5,-43.5 + parent: 864 + type: Transform +- uid: 11131 + type: WallReinforced + components: + - pos: 63.5,-42.5 + parent: 864 + type: Transform +- uid: 11132 + type: WallReinforced + components: + - pos: 60.5,-42.5 + parent: 864 + type: Transform +- uid: 11133 + type: WallReinforced + components: + - pos: 64.5,-43.5 + parent: 864 + type: Transform +- uid: 11134 + type: WallReinforced + components: + - pos: 65.5,-43.5 + parent: 864 + type: Transform +- uid: 11135 + type: WallReinforced + components: + - pos: 66.5,-43.5 + parent: 864 + type: Transform +- uid: 11136 + type: WallReinforced + components: + - pos: 55.5,-46.5 + parent: 864 + type: Transform +- uid: 11137 + type: ReinforcedWindow + components: + - pos: 56.5,-46.5 + parent: 864 + type: Transform +- uid: 11138 + type: WallReinforced + components: + - pos: 57.5,-46.5 + parent: 864 + type: Transform +- uid: 11139 + type: WallReinforced + components: + - pos: 58.5,-46.5 + parent: 864 + type: Transform +- uid: 11140 + type: WallReinforced + components: + - pos: 58.5,-47.5 + parent: 864 + type: Transform +- uid: 11141 + type: WallReinforced + components: + - pos: 58.5,-48.5 + parent: 864 + type: Transform +- uid: 11142 + type: WallReinforced + components: + - pos: 58.5,-49.5 + parent: 864 + type: Transform +- uid: 11143 + type: ReinforcedWindow + components: + - pos: 61.5,-56.5 + parent: 864 + type: Transform +- uid: 11144 + type: WallReinforced + components: + - pos: 59.5,-50.5 + parent: 864 + type: Transform +- uid: 11145 + type: WallReinforced + components: + - pos: 60.5,-50.5 + parent: 864 + type: Transform +- uid: 11146 + type: FirelockGlass + components: + - pos: 47.5,-45.5 + parent: 864 + type: Transform +- uid: 11147 + type: ReinforcedWindow + components: + - pos: 61.5,-50.5 + parent: 864 + type: Transform +- uid: 11148 + type: ReinforcedWindow + components: + - pos: 63.5,-50.5 + parent: 864 + type: Transform +- uid: 11149 + type: WallReinforced + components: + - pos: 64.5,-50.5 + parent: 864 + type: Transform +- uid: 11150 + type: WallReinforced + components: + - pos: 65.5,-50.5 + parent: 864 + type: Transform +- uid: 11151 + type: ReinforcedWindow + components: + - pos: 62.5,-56.5 + parent: 864 + type: Transform +- uid: 11152 + type: WallReinforced + components: + - pos: 66.5,-49.5 + parent: 864 + type: Transform +- uid: 11153 + type: ShuttersNormal + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-45.5 + parent: 864 + type: Transform +- uid: 11154 + type: CrateArtifactContainer + components: + - pos: 62.5,-34.5 + parent: 864 + type: Transform + - isPlaceable: False + type: PlaceableSurface +- uid: 11155 + type: WallReinforced + components: + - pos: 66.5,-44.5 + parent: 864 + type: Transform +- uid: 11156 + type: WallSolid + components: + - pos: 37.5,-44.5 + parent: 864 + type: Transform +- uid: 11157 + type: WallSolid + components: + - pos: 40.5,-45.5 + parent: 864 + type: Transform +- uid: 11158 + type: WallSolid + components: + - pos: 40.5,-47.5 + parent: 864 + type: Transform +- uid: 11159 + type: AirlockScienceGlassLocked + components: + - pos: 58.5,-45.5 + parent: 864 + type: Transform +- uid: 11160 + type: AirlockScienceGlassLocked + components: + - pos: 58.5,-44.5 + parent: 864 + type: Transform +- uid: 11161 + type: WallSolid + components: + - pos: 40.5,-44.5 + parent: 864 + type: Transform +- uid: 11162 + type: WallSolid + components: + - pos: 40.5,-46.5 + parent: 864 + type: Transform +- uid: 11163 + type: WallSolid + components: + - pos: 40.5,-48.5 + parent: 864 + type: Transform +- uid: 11164 + type: Grille + components: + - pos: 56.5,-46.5 + parent: 864 + type: Transform +- uid: 11165 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 57.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11166 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 58.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11167 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11168 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 60.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11169 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 63.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11170 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 57.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11171 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 58.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11172 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11173 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 60.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11174 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 61.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11175 + type: GasVentScrubber + components: + - pos: 56.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11176 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 57.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11177 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 61.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11178 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11179 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11180 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11181 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11182 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11183 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11184 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11185 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11186 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11187 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11188 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11189 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11190 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11191 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11192 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11193 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11194 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11195 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11196 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 61.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11197 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 63.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11198 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11199 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 63.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11200 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 61.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11201 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 61.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11202 + type: GasVentPump + components: + - pos: 61.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11203 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 63.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11204 + type: GasVentScrubber + components: + - pos: 63.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11205 + type: ShuttersNormal + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-46.5 + parent: 864 + type: Transform +- uid: 11206 + type: SignRobo + components: + - pos: 66.5,-44.5 + parent: 864 + type: Transform +- uid: 11207 + type: AirlockScienceGlassLocked + components: + - name: xenolab + type: MetaData + - pos: 62.5,-42.5 + parent: 864 + type: Transform +- uid: 11208 + type: TablePlasmaGlass + components: + - pos: 60.5,-32.5 + parent: 864 + type: Transform +- uid: 11209 + type: Grille + components: + - pos: 63.5,-39.5 + parent: 864 + type: Transform +- uid: 11210 + type: Grille + components: + - pos: 63.5,-40.5 + parent: 864 + type: Transform +- uid: 11211 + type: Grille + components: + - pos: 61.5,-39.5 + parent: 864 + type: Transform +- uid: 11212 + type: Grille + components: + - pos: 61.5,-40.5 + parent: 864 + type: Transform +- uid: 11213 + type: ChairOfficeLight + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-41.5 + parent: 864 + type: Transform +- uid: 11214 + type: BannerScience + components: + - pos: 48.5,-40.5 + parent: 864 + type: Transform +- uid: 11215 + type: AirlockMaintLocked + components: + - rot: -1.5707963267948966 rad + pos: -17.5,23.5 + parent: 864 + type: Transform +- uid: 11216 + type: LockerScienceFilled + components: + - pos: 45.5,-35.5 + parent: 864 + type: Transform +- uid: 11217 + type: Multitool + components: + - pos: 52.95776,-43.4804 + parent: 864 + type: Transform +- uid: 11218 + type: SheetGlass + components: + - pos: 38.525932,-39.04589 + parent: 864 + type: Transform + - count: 28 + type: Stack +- uid: 11219 + type: SheetRGlass + components: + - pos: 39.198845,-39.405273 + parent: 864 + type: Transform +- uid: 11220 + type: SheetPlasteel + components: + - pos: 38.494682,-38.249836 + parent: 864 + type: Transform +- uid: 11221 + type: SheetSteel + components: + - pos: 38.494682,-37.42171 + parent: 864 + type: Transform +- uid: 11222 + type: SheetPlastic + components: + - pos: 38.479057,-36.60921 + parent: 864 + type: Transform +- uid: 11223 + type: FoodPlatePlastic + components: + - pos: 58.37584,20.738062 + parent: 864 + type: Transform +- uid: 11224 + type: FoodPlatePlastic + components: + - pos: 57.68834,19.831812 + parent: 864 + type: Transform +- uid: 11225 + type: BannerScience + components: + - pos: 48.5,-44.5 + parent: 864 + type: Transform +- uid: 11226 + type: Firelock + components: + - pos: 45.5,-40.5 + parent: 864 + type: Transform +- uid: 11227 + type: ResearchAndDevelopmentServer + components: + - pos: 38.5,-35.5 + parent: 864 + type: Transform +- uid: 11228 + type: WallSolid + components: + - pos: 46.5,-40.5 + parent: 864 + type: Transform +- uid: 11229 + type: FirelockGlass + components: + - pos: 47.5,-41.5 + parent: 864 + type: Transform +- uid: 11230 + type: SignRND + components: + - pos: 47.5,-38.5 + parent: 864 + type: Transform +- uid: 11231 + type: SignXenolab + components: + - pos: 63.5,-42.5 + parent: 864 + type: Transform +- uid: 11232 + type: Grille + components: + - pos: 63.5,-50.5 + parent: 864 + type: Transform +- uid: 11233 + type: Grille + components: + - pos: 61.5,-50.5 + parent: 864 + type: Transform +- uid: 11234 + type: WallReinforced + components: + - pos: 52.5,-49.5 + parent: 864 + type: Transform +- uid: 11235 + type: WallReinforced + components: + - pos: 53.5,-49.5 + parent: 864 + type: Transform +- uid: 11236 + type: WallReinforced + components: + - pos: 53.5,-50.5 + parent: 864 + type: Transform +- uid: 11237 + type: WallReinforced + components: + - pos: 54.5,-50.5 + parent: 864 + type: Transform +- uid: 11238 + type: WallReinforced + components: + - pos: 54.5,-54.5 + parent: 864 + type: Transform +- uid: 11239 + type: WallReinforced + components: + - pos: 53.5,-54.5 + parent: 864 + type: Transform +- uid: 11240 + type: WallReinforced + components: + - pos: 53.5,-55.5 + parent: 864 + type: Transform +- uid: 11241 + type: WallReinforced + components: + - pos: 65.5,-53.5 + parent: 864 + type: Transform +- uid: 11242 + type: ReinforcedWindow + components: + - pos: 58.5,-52.5 + parent: 864 + type: Transform +- uid: 11243 + type: ReinforcedWindow + components: + - pos: 58.5,-51.5 + parent: 864 + type: Transform +- uid: 11244 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 55.5,-54.5 + parent: 864 + type: Transform +- uid: 11245 + type: WallReinforced + components: + - pos: 59.5,-53.5 + parent: 864 + type: Transform +- uid: 11246 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 56.5,-54.5 + parent: 864 + type: Transform +- uid: 11247 + type: ReinforcedWindow + components: + - pos: 66.5,-52.5 + parent: 864 + type: Transform +- uid: 11248 + type: ReinforcedWindow + components: + - pos: 66.5,-51.5 + parent: 864 + type: Transform +- uid: 11249 + type: WallReinforced + components: + - pos: 64.5,-56.5 + parent: 864 + type: Transform +- uid: 11250 + type: WallReinforced + components: + - pos: 64.5,-55.5 + parent: 864 + type: Transform +- uid: 11251 + type: WallReinforced + components: + - pos: 60.5,-56.5 + parent: 864 + type: Transform +- uid: 11252 + type: WallReinforced + components: + - pos: 60.5,-55.5 + parent: 864 + type: Transform +- uid: 11253 + type: WallReinforced + components: + - pos: 66.5,-50.5 + parent: 864 + type: Transform +- uid: 11254 + type: WallReinforced + components: + - pos: 66.5,-53.5 + parent: 864 + type: Transform +- uid: 11255 + type: WallReinforced + components: + - pos: 65.5,-55.5 + parent: 864 + type: Transform +- uid: 11256 + type: WallReinforced + components: + - pos: 59.5,-55.5 + parent: 864 + type: Transform +- uid: 11257 + type: WallReinforced + components: + - pos: 58.5,-53.5 + parent: 864 + type: Transform +- uid: 11258 + type: WallReinforced + components: + - pos: 58.5,-50.5 + parent: 864 + type: Transform +- uid: 11259 + type: ReinforcedWindow + components: + - pos: 63.5,-56.5 + parent: 864 + type: Transform +- uid: 11260 + type: ReinforcedWindow + components: + - pos: 54.5,-51.5 + parent: 864 + type: Transform +- uid: 11261 + type: ReinforcedWindow + components: + - pos: 54.5,-52.5 + parent: 864 + type: Transform +- uid: 11262 + type: ReinforcedWindow + components: + - pos: 54.5,-53.5 + parent: 864 + type: Transform +- uid: 11263 + type: Grille + components: + - pos: 58.5,-51.5 + parent: 864 + type: Transform +- uid: 11264 + type: Grille + components: + - pos: 58.5,-52.5 + parent: 864 + type: Transform +- uid: 11265 + type: Grille + components: + - pos: 54.5,-51.5 + parent: 864 + type: Transform +- uid: 11266 + type: Grille + components: + - pos: 54.5,-52.5 + parent: 864 + type: Transform +- uid: 11267 + type: Grille + components: + - pos: 54.5,-53.5 + parent: 864 + type: Transform +- uid: 11268 + type: Grille + components: + - pos: 61.5,-56.5 + parent: 864 + type: Transform +- uid: 11269 + type: Grille + components: + - pos: 62.5,-56.5 + parent: 864 + type: Transform +- uid: 11270 + type: Grille + components: + - pos: 63.5,-56.5 + parent: 864 + type: Transform +- uid: 11271 + type: Grille + components: + - pos: 66.5,-51.5 + parent: 864 + type: Transform +- uid: 11272 + type: Grille + components: + - pos: 66.5,-52.5 + parent: 864 + type: Transform +- uid: 11273 + type: TableWood + components: + - pos: 61.5,-53.5 + parent: 864 + type: Transform +- uid: 11274 + type: TableWood + components: + - pos: 62.5,-53.5 + parent: 864 + type: Transform +- uid: 11275 + type: TableWood + components: + - pos: 63.5,-53.5 + parent: 864 + type: Transform +- uid: 11276 + type: ChairPilotSeat + components: + - rot: 3.141592653589793 rad + pos: 62.5,-54.5 + parent: 864 + type: Transform +- uid: 11277 + type: CableApcExtension + components: + - pos: 60.5,-11.5 + parent: 864 + type: Transform +- uid: 11278 + type: CableApcExtension + components: + - pos: 59.5,-11.5 + parent: 864 + type: Transform +- uid: 11279 + type: CableApcExtension + components: + - pos: 58.5,-11.5 + parent: 864 + type: Transform +- uid: 11280 + type: CableApcExtension + components: + - pos: 57.5,-11.5 + parent: 864 + type: Transform +- uid: 11281 + type: CableApcExtension + components: + - pos: 56.5,-11.5 + parent: 864 + type: Transform +- uid: 11282 + type: CableApcExtension + components: + - pos: 55.5,-11.5 + parent: 864 + type: Transform +- uid: 11283 + type: CableApcExtension + components: + - pos: 54.5,-11.5 + parent: 864 + type: Transform +- uid: 11284 + type: CableApcExtension + components: + - pos: 53.5,-11.5 + parent: 864 + type: Transform +- uid: 11285 + type: CableApcExtension + components: + - pos: 52.5,-11.5 + parent: 864 + type: Transform +- uid: 11286 + type: CableApcExtension + components: + - pos: 53.5,-12.5 + parent: 864 + type: Transform +- uid: 11287 + type: CableApcExtension + components: + - pos: 53.5,-13.5 + parent: 864 + type: Transform +- uid: 11288 + type: CableApcExtension + components: + - pos: 51.5,-11.5 + parent: 864 + type: Transform +- uid: 11289 + type: CableApcExtension + components: + - pos: 51.5,-10.5 + parent: 864 + type: Transform +- uid: 11290 + type: CableApcExtension + components: + - pos: 51.5,-9.5 + parent: 864 + type: Transform +- uid: 11291 + type: CableApcExtension + components: + - pos: 51.5,-8.5 + parent: 864 + type: Transform +- uid: 11292 + type: CableApcExtension + components: + - pos: 50.5,-8.5 + parent: 864 + type: Transform +- uid: 11293 + type: CableApcExtension + components: + - pos: 49.5,-8.5 + parent: 864 + type: Transform +- uid: 11294 + type: CableApcExtension + components: + - pos: 48.5,-8.5 + parent: 864 + type: Transform +- uid: 11295 + type: CableApcExtension + components: + - pos: 47.5,-8.5 + parent: 864 + type: Transform +- uid: 11296 + type: CableApcExtension + components: + - pos: 46.5,-8.5 + parent: 864 + type: Transform +- uid: 11297 + type: CableApcExtension + components: + - pos: 47.5,-7.5 + parent: 864 + type: Transform +- uid: 11298 + type: CableApcExtension + components: + - pos: 46.5,-9.5 + parent: 864 + type: Transform +- uid: 11299 + type: CableApcExtension + components: + - pos: 46.5,-10.5 + parent: 864 + type: Transform +- uid: 11300 + type: CableApcExtension + components: + - pos: 46.5,-11.5 + parent: 864 + type: Transform +- uid: 11301 + type: CableApcExtension + components: + - pos: 45.5,-11.5 + parent: 864 + type: Transform +- uid: 11302 + type: CableApcExtension + components: + - pos: 44.5,-11.5 + parent: 864 + type: Transform +- uid: 11303 + type: CableApcExtension + components: + - pos: 43.5,-11.5 + parent: 864 + type: Transform +- uid: 11304 + type: CableApcExtension + components: + - pos: 42.5,-11.5 + parent: 864 + type: Transform +- uid: 11305 + type: CableApcExtension + components: + - pos: 41.5,-11.5 + parent: 864 + type: Transform +- uid: 11306 + type: CableApcExtension + components: + - pos: 40.5,-11.5 + parent: 864 + type: Transform +- uid: 11307 + type: CableApcExtension + components: + - pos: 40.5,-12.5 + parent: 864 + type: Transform +- uid: 11308 + type: CableApcExtension + components: + - pos: 39.5,-12.5 + parent: 864 + type: Transform +- uid: 11309 + type: CableApcExtension + components: + - pos: 38.5,-12.5 + parent: 864 + type: Transform +- uid: 11310 + type: CableApcExtension + components: + - pos: 38.5,-13.5 + parent: 864 + type: Transform +- uid: 11311 + type: CableApcExtension + components: + - pos: 38.5,-14.5 + parent: 864 + type: Transform +- uid: 11312 + type: CableApcExtension + components: + - pos: 38.5,-15.5 + parent: 864 + type: Transform +- uid: 11313 + type: CableApcExtension + components: + - pos: 39.5,-14.5 + parent: 864 + type: Transform +- uid: 11314 + type: CableApcExtension + components: + - pos: 40.5,-14.5 + parent: 864 + type: Transform +- uid: 11315 + type: CableApcExtension + components: + - pos: 41.5,-14.5 + parent: 864 + type: Transform +- uid: 11316 + type: CableApcExtension + components: + - pos: 42.5,-14.5 + parent: 864 + type: Transform +- uid: 11317 + type: CableApcExtension + components: + - pos: 43.5,-13.5 + parent: 864 + type: Transform +- uid: 11318 + type: CableApcExtension + components: + - pos: 42.5,-13.5 + parent: 864 + type: Transform +- uid: 11319 + type: CableApcExtension + components: + - pos: 38.5,-11.5 + parent: 864 + type: Transform +- uid: 11320 + type: CableApcExtension + components: + - pos: 38.5,-10.5 + parent: 864 + type: Transform +- uid: 11321 + type: CableApcExtension + components: + - pos: 37.5,-8.5 + parent: 864 + type: Transform +- uid: 11322 + type: CableApcExtension + components: + - pos: 36.5,-8.5 + parent: 864 + type: Transform +- uid: 11323 + type: CableApcExtension + components: + - pos: 35.5,-8.5 + parent: 864 + type: Transform +- uid: 11324 + type: CableApcExtension + components: + - pos: 33.5,-8.5 + parent: 864 + type: Transform +- uid: 11325 + type: CableApcExtension + components: + - pos: 34.5,-8.5 + parent: 864 + type: Transform +- uid: 11326 + type: CableApcExtension + components: + - pos: 35.5,-9.5 + parent: 864 + type: Transform +- uid: 11327 + type: CableApcExtension + components: + - pos: 44.5,-10.5 + parent: 864 + type: Transform +- uid: 11328 + type: CableApcExtension + components: + - pos: 58.5,-5.5 + parent: 864 + type: Transform +- uid: 11329 + type: CableApcExtension + components: + - pos: 57.5,-5.5 + parent: 864 + type: Transform +- uid: 11330 + type: CableApcExtension + components: + - pos: 56.5,-5.5 + parent: 864 + type: Transform +- uid: 11331 + type: CableApcExtension + components: + - pos: 55.5,-5.5 + parent: 864 + type: Transform +- uid: 11332 + type: CableApcExtension + components: + - pos: 54.5,-6.5 + parent: 864 + type: Transform +- uid: 11333 + type: CableApcExtension + components: + - pos: 54.5,-5.5 + parent: 864 + type: Transform +- uid: 11334 + type: CableApcExtension + components: + - pos: 59.5,-3.5 + parent: 864 + type: Transform +- uid: 11335 + type: CableApcExtension + components: + - pos: 59.5,-2.5 + parent: 864 + type: Transform +- uid: 11336 + type: CableApcExtension + components: + - pos: 60.5,-2.5 + parent: 864 + type: Transform +- uid: 11337 + type: CableApcExtension + components: + - pos: 61.5,-2.5 + parent: 864 + type: Transform +- uid: 11338 + type: CableApcExtension + components: + - pos: 62.5,-2.5 + parent: 864 + type: Transform +- uid: 11339 + type: CableApcExtension + components: + - pos: 63.5,-2.5 + parent: 864 + type: Transform +- uid: 11340 + type: CableApcExtension + components: + - pos: 62.5,-1.5 + parent: 864 + type: Transform +- uid: 11341 + type: CableApcExtension + components: + - pos: 60.5,-1.5 + parent: 864 + type: Transform +- uid: 11342 + type: CableApcExtension + components: + - pos: 63.5,-11.5 + parent: 864 + type: Transform +- uid: 11343 + type: CableApcExtension + components: + - pos: 64.5,-11.5 + parent: 864 + type: Transform +- uid: 11344 + type: CableApcExtension + components: + - pos: 62.5,-13.5 + parent: 864 + type: Transform +- uid: 11345 + type: CableApcExtension + components: + - pos: 63.5,-13.5 + parent: 864 + type: Transform +- uid: 11346 + type: CableApcExtension + components: + - pos: 64.5,-13.5 + parent: 864 + type: Transform +- uid: 11347 + type: CableApcExtension + components: + - pos: 62.5,-14.5 + parent: 864 + type: Transform +- uid: 11348 + type: CableApcExtension + components: + - pos: 62.5,-15.5 + parent: 864 + type: Transform +- uid: 11349 + type: CableApcExtension + components: + - pos: 62.5,-16.5 + parent: 864 + type: Transform +- uid: 11350 + type: CableApcExtension + components: + - pos: 62.5,-17.5 + parent: 864 + type: Transform +- uid: 11351 + type: CableApcExtension + components: + - pos: 62.5,-18.5 + parent: 864 + type: Transform +- uid: 11352 + type: CableApcExtension + components: + - pos: 62.5,-19.5 + parent: 864 + type: Transform +- uid: 11353 + type: CableApcExtension + components: + - pos: 62.5,-20.5 + parent: 864 + type: Transform +- uid: 11354 + type: CableApcExtension + components: + - pos: 62.5,-21.5 + parent: 864 + type: Transform +- uid: 11355 + type: CableApcExtension + components: + - pos: 62.5,-22.5 + parent: 864 + type: Transform +- uid: 11356 + type: CableApcExtension + components: + - pos: 62.5,-23.5 + parent: 864 + type: Transform +- uid: 11357 + type: CableApcExtension + components: + - pos: 62.5,-24.5 + parent: 864 + type: Transform +- uid: 11358 + type: CableApcExtension + components: + - pos: 62.5,-25.5 + parent: 864 + type: Transform +- uid: 11359 + type: CableApcExtension + components: + - pos: 62.5,-26.5 + parent: 864 + type: Transform +- uid: 11360 + type: CableApcExtension + components: + - pos: 62.5,-27.5 + parent: 864 + type: Transform +- uid: 11361 + type: CableApcExtension + components: + - pos: 62.5,-28.5 + parent: 864 + type: Transform +- uid: 11362 + type: CableApcExtension + components: + - pos: 64.5,-5.5 + parent: 864 + type: Transform +- uid: 11363 + type: CableApcExtension + components: + - pos: 63.5,-3.5 + parent: 864 + type: Transform +- uid: 11364 + type: CableApcExtension + components: + - pos: 64.5,-3.5 + parent: 864 + type: Transform +- uid: 11365 + type: CableApcExtension + components: + - pos: 57.5,-12.5 + parent: 864 + type: Transform +- uid: 11366 + type: CableApcExtension + components: + - pos: 57.5,-13.5 + parent: 864 + type: Transform +- uid: 11367 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 64.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11368 + type: GasPipeBend + components: + - pos: 64.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11369 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 60.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11370 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 60.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11371 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 61.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11372 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 63.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11373 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 64.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11374 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 64.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11375 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 60.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11376 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 60.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11377 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11378 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11379 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11380 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11381 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11382 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11383 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11384 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11385 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11386 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11387 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11388 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11389 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 63.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11390 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 61.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11391 + type: GasPipeStraight + components: + - pos: 61.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11392 + type: GasPipeStraight + components: + - pos: 61.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11393 + type: GasPipeStraight + components: + - pos: 61.5,-21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11394 + type: GasPipeStraight + components: + - pos: 61.5,-20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11395 + type: GasPipeStraight + components: + - pos: 61.5,-19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11396 + type: GasPipeStraight + components: + - pos: 61.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11397 + type: GasPipeStraight + components: + - pos: 61.5,-17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11398 + type: GasPipeStraight + components: + - pos: 61.5,-16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11399 + type: GasPipeStraight + components: + - pos: 61.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11400 + type: GasPipeStraight + components: + - pos: 61.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11401 + type: GasPipeStraight + components: + - pos: 61.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11402 + type: GasPipeStraight + components: + - pos: 61.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11403 + type: GasPipeStraight + components: + - pos: 61.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11404 + type: GasPipeStraight + components: + - pos: 62.5,-7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11405 + type: GasPipeStraight + components: + - pos: 62.5,-8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11406 + type: GasPipeStraight + components: + - pos: 62.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11407 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 61.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11408 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11409 + type: GasPipeStraight + components: + - pos: 61.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11410 + type: GasPipeStraight + components: + - pos: 61.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11411 + type: GasPipeStraight + components: + - pos: 61.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11412 + type: GasPipeStraight + components: + - pos: 63.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11413 + type: GasPipeStraight + components: + - pos: 63.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11414 + type: GasPipeStraight + components: + - pos: 63.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11415 + type: GasPipeStraight + components: + - pos: 63.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11416 + type: GasPipeStraight + components: + - pos: 63.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11417 + type: GasPipeStraight + components: + - pos: 63.5,-20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11418 + type: GasPipeStraight + components: + - pos: 63.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11419 + type: GasPipeStraight + components: + - pos: 63.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11420 + type: GasPipeStraight + components: + - pos: 63.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11421 + type: GasPipeStraight + components: + - pos: 63.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11422 + type: GasPipeStraight + components: + - pos: 63.5,-15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11423 + type: GasPipeStraight + components: + - pos: 63.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11424 + type: GasPipeStraight + components: + - pos: 63.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11425 + type: GasPipeStraight + components: + - pos: 63.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11426 + type: GasPipeStraight + components: + - pos: 63.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11427 + type: GasPipeStraight + components: + - pos: 63.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11428 + type: GasPipeStraight + components: + - pos: 63.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11429 + type: GasPipeStraight + components: + - pos: 63.5,-8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11430 + type: GasPipeStraight + components: + - pos: 63.5,-7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11431 + type: GasPipeStraight + components: + - pos: 63.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11432 + type: GasPipeStraight + components: + - pos: 63.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11433 + type: GasPipeStraight + components: + - pos: 63.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11434 + type: GasPipeStraight + components: + - pos: 63.5,-3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11435 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 62.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11436 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11437 + type: GasVentScrubber + components: + - pos: 63.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11438 + type: GasVentPump + components: + - pos: 61.5,-2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11439 + type: GasPipeBend + components: + - pos: 64.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11440 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 60.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11441 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 60.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11442 + type: GasPipeStraight + components: + - pos: 64.5,-48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11443 + type: GasPipeStraight + components: + - pos: 64.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11444 + type: GasPipeStraight + components: + - pos: 64.5,-50.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11445 + type: GasPipeStraight + components: + - pos: 64.5,-51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11446 + type: GasPipeStraight + components: + - pos: 60.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11447 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 64.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11448 + type: GasPipeStraight + components: + - pos: 60.5,-49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11449 + type: GasPipeStraight + components: + - pos: 60.5,-50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11450 + type: GasPipeStraight + components: + - pos: 60.5,-51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11451 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 64.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11452 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 60.5,-52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11453 + type: LockerResearchDirectorFilled + components: + - pos: 63.5,-55.5 + parent: 864 + type: Transform +- uid: 11454 + type: ClothingNeckMantleRD + components: + - pos: 63.464256,-53.431217 + parent: 864 + type: Transform +- uid: 11455 + type: ComputerResearchAndDevelopment + components: + - pos: 60.5,-53.5 + parent: 864 + type: Transform +- uid: 11456 + type: Bed + components: + - pos: 62.5,-55.5 + parent: 864 + type: Transform +- uid: 11457 + type: BedsheetRD + components: + - pos: 62.5,-55.5 + parent: 864 + type: Transform +- uid: 11458 + type: TablePlasmaGlass + components: + - pos: 64.5,-32.5 + parent: 864 + type: Transform +- uid: 11459 + type: TablePlasmaGlass + components: + - pos: 60.5,-36.5 + parent: 864 + type: Transform +- uid: 11460 + type: TablePlasmaGlass + components: + - pos: 64.5,-36.5 + parent: 864 + type: Transform +- uid: 11461 + type: WallReinforced + components: + - pos: 66.5,-35.5 + parent: 864 + type: Transform +- uid: 11462 + type: WallReinforced + components: + - pos: 67.5,-35.5 + parent: 864 + type: Transform +- uid: 11463 + type: WallReinforced + components: + - pos: 68.5,-35.5 + parent: 864 + type: Transform +- uid: 11464 + type: Multitool + components: + - pos: 64.65921,-36.402225 + parent: 864 + type: Transform +- uid: 11465 + type: Autolathe + components: + - pos: 40.5,-35.5 + parent: 864 + type: Transform + - materialWhiteList: + - Steel + - Plastic + - Wood + - Glass + - Cloth + type: MaterialStorage +- uid: 11466 + type: CircuitImprinter + components: + - pos: 44.5,-35.5 + parent: 864 + type: Transform + - materialWhiteList: + - Steel + - Glass + - Gold + type: MaterialStorage +- uid: 11467 + type: Protolathe + components: + - pos: 43.5,-35.5 + parent: 864 + type: Transform + - materialWhiteList: + - Steel + - Glass + - Plastic + - Wood + - Gold + type: MaterialStorage +- uid: 11468 + type: WeaponProtoKineticAccelerator + components: + - pos: 62.563892,-53.415894 + parent: 864 + type: Transform + - count: 1 + type: BasicEntityAmmoProvider +- uid: 11469 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 45.5,-43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11470 + type: ClothingBeltUtilityFilled + components: + - pos: 41.37638,-39.3584 + parent: 864 + type: Transform +- uid: 11471 + type: Table + components: + - pos: 70.5,-45.5 + parent: 864 + type: Transform +- uid: 11472 + type: Table + components: + - pos: 73.5,-45.5 + parent: 864 + type: Transform +- uid: 11473 + type: TablePlasmaGlass + components: + - pos: 59.5,-49.5 + parent: 864 + type: Transform +- uid: 11474 + type: Table + components: + - pos: 72.5,-45.5 + parent: 864 + type: Transform +- uid: 11475 + type: Table + components: + - pos: 71.5,-45.5 + parent: 864 + type: Transform +- uid: 11476 + type: VendingMachineSciDrobe + components: + - pos: 53.5,-39.5 + parent: 864 + type: Transform +- uid: 11477 + type: KitchenReagentGrinder + components: + - pos: 41.5,-35.5 + parent: 864 + type: Transform +- uid: 11478 + type: Table + components: + - pos: 38.5,-36.5 + parent: 864 + type: Transform +- uid: 11479 + type: BoxBeaker + components: + - pos: 42.431667,-35.402893 + parent: 864 + type: Transform +- uid: 11480 + type: HandLabeler + components: + - pos: 38.5,-39.5 + parent: 864 + type: Transform +- uid: 11481 + type: Table + components: + - pos: 42.5,-35.5 + parent: 864 + type: Transform +- uid: 11482 + type: Table + components: + - pos: 41.5,-35.5 + parent: 864 + type: Transform +- uid: 11483 + type: ClothingHandsGlovesColorYellow + components: + - pos: 40.53577,-39.473377 + parent: 864 + type: Transform +- uid: 11484 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-43.5 + parent: 864 + type: Transform +- uid: 11485 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-43.5 + parent: 864 + type: Transform +- uid: 11486 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-43.5 + parent: 864 + type: Transform +- uid: 11487 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-43.5 + parent: 864 + type: Transform +- uid: 11488 + type: DisposalJunction + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-43.5 + parent: 864 + type: Transform +- uid: 11489 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 47.5,-43.5 + parent: 864 + type: Transform +- uid: 11490 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-43.5 + parent: 864 + type: Transform +- uid: 11491 + type: DisposalBend + components: + - pos: 49.5,-43.5 + parent: 864 + type: Transform +- uid: 11492 + type: DisposalPipe + components: + - pos: 49.5,-44.5 + parent: 864 + type: Transform +- uid: 11493 + type: DisposalJunction + components: + - rot: 3.141592653589793 rad + pos: 49.5,-45.5 + parent: 864 + type: Transform +- uid: 11494 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 49.5,-46.5 + parent: 864 + type: Transform +- uid: 11495 + type: DisposalJunction + components: + - rot: 3.141592653589793 rad + pos: 49.5,-47.5 + parent: 864 + type: Transform +- uid: 11496 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-47.5 + parent: 864 + type: Transform +- uid: 11497 + type: DisposalPipe + components: + - pos: 49.5,-48.5 + parent: 864 + type: Transform +- uid: 11498 + type: DisposalPipe + components: + - pos: 49.5,-49.5 + parent: 864 + type: Transform +- uid: 11499 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 49.5,-50.5 + parent: 864 + type: Transform +- uid: 11500 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 50.5,-45.5 + parent: 864 + type: Transform +- uid: 11501 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 51.5,-45.5 + parent: 864 + type: Transform +- uid: 11502 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-45.5 + parent: 864 + type: Transform +- uid: 11503 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 53.5,-45.5 + parent: 864 + type: Transform +- uid: 11504 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 54.5,-45.5 + parent: 864 + type: Transform +- uid: 11505 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 55.5,-45.5 + parent: 864 + type: Transform +- uid: 11506 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 56.5,-45.5 + parent: 864 + type: Transform +- uid: 11507 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 57.5,-45.5 + parent: 864 + type: Transform +- uid: 11508 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 58.5,-45.5 + parent: 864 + type: Transform +- uid: 11509 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 59.5,-45.5 + parent: 864 + type: Transform +- uid: 11510 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 60.5,-45.5 + parent: 864 + type: Transform +- uid: 11511 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 61.5,-45.5 + parent: 864 + type: Transform +- uid: 11512 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-45.5 + parent: 864 + type: Transform +- uid: 11513 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 63.5,-45.5 + parent: 864 + type: Transform +- uid: 11514 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 51.5,-47.5 + parent: 864 + type: Transform +- uid: 11515 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 46.5,-42.5 + parent: 864 + type: Transform +- uid: 11516 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 46.5,-41.5 + parent: 864 + type: Transform +- uid: 11517 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 46.5,-40.5 + parent: 864 + type: Transform +- uid: 11518 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 46.5,-39.5 + parent: 864 + type: Transform +- uid: 11519 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 46.5,-38.5 + parent: 864 + type: Transform +- uid: 11520 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 46.5,-37.5 + parent: 864 + type: Transform +- uid: 11521 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 46.5,-36.5 + parent: 864 + type: Transform +- uid: 11522 + type: DisposalTrunk + components: + - pos: 46.5,-35.5 + parent: 864 + type: Transform +- uid: 11523 + type: DisposalUnit + components: + - pos: 46.5,-35.5 + parent: 864 + type: Transform +- uid: 11524 + type: DisposalUnit + components: + - pos: 51.5,-47.5 + parent: 864 + type: Transform +- uid: 11525 + type: Grille + components: + - pos: 36.5,33.5 + parent: 864 + type: Transform +- uid: 11526 + type: Grille + components: + - pos: 36.5,32.5 + parent: 864 + type: Transform +- uid: 11527 + type: Grille + components: + - pos: 36.5,31.5 + parent: 864 + type: Transform +- uid: 11528 + type: Grille + components: + - pos: 36.5,30.5 + parent: 864 + type: Transform +- uid: 11529 + type: Grille + components: + - pos: 36.5,29.5 + parent: 864 + type: Transform +- uid: 11530 + type: Grille + components: + - pos: 36.5,28.5 + parent: 864 + type: Transform +- uid: 11531 + type: Grille + components: + - pos: 36.5,27.5 + parent: 864 + type: Transform +- uid: 11532 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-47.5 + parent: 864 + type: Transform +- uid: 11533 + type: Firelock + components: + - pos: 66.5,-48.5 + parent: 864 + type: Transform +- uid: 11534 + type: CableHV + components: + - pos: 36.5,-42.5 + parent: 864 + type: Transform +- uid: 11535 + type: CableHV + components: + - pos: 37.5,-42.5 + parent: 864 + type: Transform +- uid: 11536 + type: CableHV + components: + - pos: 38.5,-42.5 + parent: 864 + type: Transform +- uid: 11537 + type: CableHV + components: + - pos: 39.5,-42.5 + parent: 864 + type: Transform +- uid: 11538 + type: CableHV + components: + - pos: 40.5,-42.5 + parent: 864 + type: Transform +- uid: 11539 + type: CableHV + components: + - pos: 41.5,-42.5 + parent: 864 + type: Transform +- uid: 11540 + type: CableHV + components: + - pos: 42.5,-42.5 + parent: 864 + type: Transform +- uid: 11541 + type: CableHV + components: + - pos: 43.5,-42.5 + parent: 864 + type: Transform +- uid: 11542 + type: CableHV + components: + - pos: 44.5,-42.5 + parent: 864 + type: Transform +- uid: 11543 + type: CableHV + components: + - pos: 45.5,-42.5 + parent: 864 + type: Transform +- uid: 11544 + type: CableHV + components: + - pos: 46.5,-42.5 + parent: 864 + type: Transform +- uid: 11545 + type: CableHV + components: + - pos: 47.5,-42.5 + parent: 864 + type: Transform +- uid: 11546 + type: CableHV + components: + - pos: 48.5,-42.5 + parent: 864 + type: Transform +- uid: 11547 + type: CableHV + components: + - pos: 49.5,-42.5 + parent: 864 + type: Transform +- uid: 11548 + type: CableHV + components: + - pos: 49.5,-43.5 + parent: 864 + type: Transform +- uid: 11549 + type: CableHV + components: + - pos: 49.5,-44.5 + parent: 864 + type: Transform +- uid: 11550 + type: CableHV + components: + - pos: 49.5,-45.5 + parent: 864 + type: Transform +- uid: 11551 + type: CableHV + components: + - pos: 49.5,-46.5 + parent: 864 + type: Transform +- uid: 11552 + type: CableHV + components: + - pos: 48.5,-46.5 + parent: 864 + type: Transform +- uid: 11553 + type: CableHV + components: + - pos: 47.5,-46.5 + parent: 864 + type: Transform +- uid: 11554 + type: CableHV + components: + - pos: 46.5,-46.5 + parent: 864 + type: Transform +- uid: 11555 + type: CableHV + components: + - pos: 45.5,-46.5 + parent: 864 + type: Transform +- uid: 11556 + type: CableHV + components: + - pos: 44.5,-46.5 + parent: 864 + type: Transform +- uid: 11557 + type: CableHV + components: + - pos: 43.5,-46.5 + parent: 864 + type: Transform +- uid: 11558 + type: CableHV + components: + - pos: 42.5,-46.5 + parent: 864 + type: Transform +- uid: 11559 + type: CableHV + components: + - pos: 41.5,-46.5 + parent: 864 + type: Transform +- uid: 11560 + type: CableHV + components: + - pos: 40.5,-46.5 + parent: 864 + type: Transform +- uid: 11561 + type: CableHV + components: + - pos: 39.5,-46.5 + parent: 864 + type: Transform +- uid: 11562 + type: CableHV + components: + - pos: 38.5,-46.5 + parent: 864 + type: Transform +- uid: 11563 + type: JetpackMiniFilled + components: + - pos: 61.633347,-53.40407 + parent: 864 + type: Transform +- uid: 11564 + type: GasPipeStraight + components: + - pos: 50.5,-49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11565 + type: GasPipeStraight + components: + - pos: 49.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11566 + type: GasPipeStraight + components: + - pos: 49.5,-58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11567 + type: GasPipeStraight + components: + - pos: 49.5,-59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11568 + type: GasPipeStraight + components: + - pos: 50.5,-50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11569 + type: GasPipeStraight + components: + - pos: 50.5,-51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11570 + type: Table + components: + - pos: 46.5,-49.5 + parent: 864 + type: Transform +- uid: 11571 + type: Table + components: + - pos: 45.5,-49.5 + parent: 864 + type: Transform +- uid: 11572 + type: Table + components: + - pos: 44.5,-49.5 + parent: 864 + type: Transform +- uid: 11573 + type: Table + components: + - pos: 43.5,-49.5 + parent: 864 + type: Transform +- uid: 11574 + type: Table + components: + - pos: 42.5,-49.5 + parent: 864 + type: Transform +- uid: 11575 + type: Table + components: + - pos: 42.5,-48.5 + parent: 864 + type: Transform +- uid: 11576 + type: VendingMachineSciDrobe + components: + - pos: 43.5,-45.5 + parent: 864 + type: Transform +- uid: 11577 + type: HandLabeler + components: + - pos: 6.482867,-46.39354 + parent: 864 + type: Transform +- uid: 11578 + type: LockerScienceFilled + components: + - pos: 44.5,-45.5 + parent: 864 + type: Transform +- uid: 11579 + type: LockerScienceFilled + components: + - pos: 42.5,-45.5 + parent: 864 + type: Transform +- uid: 11580 + type: SignDirectionalJanitor + components: + - pos: -6.5,-2.5 + parent: 864 + type: Transform +- uid: 11581 + type: SignDirectionalJanitor + components: + - rot: -1.5707963267948966 rad + pos: 13.511264,-23.825424 + parent: 864 + type: Transform +- uid: 11582 + type: SignDirectionalJanitor + components: + - rot: -1.5707963267948966 rad + pos: 13.468106,-40.766113 + parent: 864 + type: Transform +- uid: 11583 + type: SignDirectionalJanitor + components: + - rot: 3.141592653589793 rad + pos: -6.4057527,-39.226246 + parent: 864 + type: Transform +- uid: 11584 + type: SignDirectionalFood + components: + - rot: 3.141592653589793 rad + pos: -6.4057527,-39.46833 + parent: 864 + type: Transform +- uid: 11585 + type: SignDirectionalBridge + components: + - rot: 1.5707963267948966 rad + pos: -1.4898663,-40.13394 + parent: 864 + type: Transform +- uid: 11586 + type: SignDirectionalSci + components: + - rot: 1.5707963267948966 rad + pos: -1.4898663,-40.368317 + parent: 864 + type: Transform +- uid: 11587 + type: SignDirectionalBrig + components: + - rot: 1.5707963267948966 rad + pos: -1.4898663,-40.60269 + parent: 864 + type: Transform +- uid: 11588 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: -1.4898663,-40.82144 + parent: 864 + type: Transform +- uid: 11589 + type: SignDirectionalSupply + components: + - rot: -1.5707963267948966 rad + pos: -12.525326,-40.287384 + parent: 864 + type: Transform +- uid: 11590 + type: SignDirectionalEng + components: + - rot: -1.5707963267948966 rad + pos: -12.525326,-40.537384 + parent: 864 + type: Transform +- uid: 11591 + type: SignDirectionalMed + components: + - rot: -1.5707963267948966 rad + pos: 37.560596,-40.278557 + parent: 864 + type: Transform +- uid: 11592 + type: SignDirectionalEng + components: + - rot: -1.5707963267948966 rad + pos: 37.56283,-40.519398 + parent: 864 + type: Transform +- uid: 11593 + type: SignDirectionalSupply + components: + - rot: -1.5707963267948966 rad + pos: 37.56283,-40.753773 + parent: 864 + type: Transform +- uid: 11594 + type: SubstationBasic + components: + - pos: 38.5,-46.5 + parent: 864 + type: Transform +- uid: 11595 + type: WallSolid + components: + - pos: 38.5,-47.5 + parent: 864 + type: Transform +- uid: 11596 + type: WallSolid + components: + - pos: 37.5,-47.5 + parent: 864 + type: Transform +- uid: 11597 + type: WallSolid + components: + - pos: 37.5,-46.5 + parent: 864 + type: Transform +- uid: 11598 + type: WallSolid + components: + - pos: 37.5,-45.5 + parent: 864 + type: Transform +- uid: 11599 + type: CableMV + components: + - pos: 38.5,-46.5 + parent: 864 + type: Transform +- uid: 11600 + type: CableMV + components: + - pos: 38.5,-45.5 + parent: 864 + type: Transform +- uid: 11601 + type: CableMV + components: + - pos: 38.5,-44.5 + parent: 864 + type: Transform +- uid: 11602 + type: CableMV + components: + - pos: 38.5,-43.5 + parent: 864 + type: Transform +- uid: 11603 + type: CableMV + components: + - pos: 39.5,-43.5 + parent: 864 + type: Transform +- uid: 11604 + type: CableMV + components: + - pos: 40.5,-43.5 + parent: 864 + type: Transform +- uid: 11605 + type: CableMV + components: + - pos: 41.5,-43.5 + parent: 864 + type: Transform +- uid: 11606 + type: CableMV + components: + - pos: 42.5,-43.5 + parent: 864 + type: Transform +- uid: 11607 + type: CableMV + components: + - pos: 43.5,-43.5 + parent: 864 + type: Transform +- uid: 11608 + type: CableMV + components: + - pos: 44.5,-43.5 + parent: 864 + type: Transform +- uid: 11609 + type: CableMV + components: + - pos: 45.5,-43.5 + parent: 864 + type: Transform +- uid: 11610 + type: CableMV + components: + - pos: 46.5,-43.5 + parent: 864 + type: Transform +- uid: 11611 + type: CableMV + components: + - pos: 47.5,-43.5 + parent: 864 + type: Transform +- uid: 11612 + type: CableMV + components: + - pos: 48.5,-43.5 + parent: 864 + type: Transform +- uid: 11613 + type: CableMV + components: + - pos: 49.5,-43.5 + parent: 864 + type: Transform +- uid: 11614 + type: CableMV + components: + - pos: 49.5,-44.5 + parent: 864 + type: Transform +- uid: 11615 + type: CableMV + components: + - pos: 49.5,-45.5 + parent: 864 + type: Transform +- uid: 11616 + type: CableMV + components: + - pos: 50.5,-45.5 + parent: 864 + type: Transform +- uid: 11617 + type: CableMV + components: + - pos: 51.5,-45.5 + parent: 864 + type: Transform +- uid: 11618 + type: CableMV + components: + - pos: 52.5,-45.5 + parent: 864 + type: Transform +- uid: 11619 + type: CableMV + components: + - pos: 53.5,-45.5 + parent: 864 + type: Transform +- uid: 11620 + type: CableMV + components: + - pos: 54.5,-45.5 + parent: 864 + type: Transform +- uid: 11621 + type: CableMV + components: + - pos: 55.5,-45.5 + parent: 864 + type: Transform +- uid: 11622 + type: CableMV + components: + - pos: 55.5,-44.5 + parent: 864 + type: Transform +- uid: 11623 + type: CableMV + components: + - pos: 55.5,-43.5 + parent: 864 + type: Transform +- uid: 11624 + type: APCHighCapacity + components: + - pos: 55.5,-43.5 + parent: 864 + type: Transform +- uid: 11625 + type: CableApcExtension + components: + - pos: 55.5,-43.5 + parent: 864 + type: Transform +- uid: 11626 + type: CableApcExtension + components: + - pos: 55.5,-42.5 + parent: 864 + type: Transform +- uid: 11627 + type: CableApcExtension + components: + - pos: 55.5,-41.5 + parent: 864 + type: Transform +- uid: 11628 + type: CableApcExtension + components: + - pos: 54.5,-41.5 + parent: 864 + type: Transform +- uid: 11629 + type: CableApcExtension + components: + - pos: 53.5,-41.5 + parent: 864 + type: Transform +- uid: 11630 + type: CableApcExtension + components: + - pos: 53.5,-42.5 + parent: 864 + type: Transform +- uid: 11631 + type: CableApcExtension + components: + - pos: 52.5,-42.5 + parent: 864 + type: Transform +- uid: 11632 + type: CableApcExtension + components: + - pos: 51.5,-42.5 + parent: 864 + type: Transform +- uid: 11633 + type: CableApcExtension + components: + - pos: 50.5,-42.5 + parent: 864 + type: Transform +- uid: 11634 + type: CableApcExtension + components: + - pos: 49.5,-42.5 + parent: 864 + type: Transform +- uid: 11635 + type: CableApcExtension + components: + - pos: 48.5,-42.5 + parent: 864 + type: Transform +- uid: 11636 + type: CableApcExtension + components: + - pos: 47.5,-42.5 + parent: 864 + type: Transform +- uid: 11637 + type: CableApcExtension + components: + - pos: 46.5,-42.5 + parent: 864 + type: Transform +- uid: 11638 + type: CableApcExtension + components: + - pos: 45.5,-42.5 + parent: 864 + type: Transform +- uid: 11639 + type: CableApcExtension + components: + - pos: 44.5,-42.5 + parent: 864 + type: Transform +- uid: 11640 + type: CableApcExtension + components: + - pos: 43.5,-42.5 + parent: 864 + type: Transform +- uid: 11641 + type: CableApcExtension + components: + - pos: 42.5,-42.5 + parent: 864 + type: Transform +- uid: 11642 + type: CableApcExtension + components: + - pos: 46.5,-41.5 + parent: 864 + type: Transform +- uid: 11643 + type: CableApcExtension + components: + - pos: 46.5,-40.5 + parent: 864 + type: Transform +- uid: 11644 + type: CableApcExtension + components: + - pos: 46.5,-39.5 + parent: 864 + type: Transform +- uid: 11645 + type: CableApcExtension + components: + - pos: 46.5,-38.5 + parent: 864 + type: Transform +- uid: 11646 + type: CableApcExtension + components: + - pos: 46.5,-37.5 + parent: 864 + type: Transform +- uid: 11647 + type: CableApcExtension + components: + - pos: 45.5,-37.5 + parent: 864 + type: Transform +- uid: 11648 + type: CableApcExtension + components: + - pos: 44.5,-37.5 + parent: 864 + type: Transform +- uid: 11649 + type: CableApcExtension + components: + - pos: 43.5,-37.5 + parent: 864 + type: Transform +- uid: 11650 + type: CableApcExtension + components: + - pos: 42.5,-37.5 + parent: 864 + type: Transform +- uid: 11651 + type: CableApcExtension + components: + - pos: 41.5,-37.5 + parent: 864 + type: Transform +- uid: 11652 + type: CableApcExtension + components: + - pos: 40.5,-37.5 + parent: 864 + type: Transform +- uid: 11653 + type: CableApcExtension + components: + - pos: 39.5,-37.5 + parent: 864 + type: Transform +- uid: 11654 + type: CableApcExtension + components: + - pos: 40.5,-36.5 + parent: 864 + type: Transform +- uid: 11655 + type: CableApcExtension + components: + - pos: 43.5,-36.5 + parent: 864 + type: Transform +- uid: 11656 + type: CableApcExtension + components: + - pos: 45.5,-36.5 + parent: 864 + type: Transform +- uid: 11657 + type: CableApcExtension + components: + - pos: 43.5,-38.5 + parent: 864 + type: Transform +- uid: 11658 + type: CableApcExtension + components: + - pos: 40.5,-38.5 + parent: 864 + type: Transform +- uid: 11659 + type: CableApcExtension + components: + - pos: 49.5,-41.5 + parent: 864 + type: Transform +- uid: 11660 + type: CableApcExtension + components: + - pos: 49.5,-40.5 + parent: 864 + type: Transform +- uid: 11661 + type: CableApcExtension + components: + - pos: 49.5,-39.5 + parent: 864 + type: Transform +- uid: 11662 + type: CableApcExtension + components: + - pos: 49.5,-38.5 + parent: 864 + type: Transform +- uid: 11663 + type: CableApcExtension + components: + - pos: 50.5,-38.5 + parent: 864 + type: Transform +- uid: 11664 + type: CableApcExtension + components: + - pos: 51.5,-38.5 + parent: 864 + type: Transform +- uid: 11665 + type: CableApcExtension + components: + - pos: 49.5,-37.5 + parent: 864 + type: Transform +- uid: 11666 + type: CableApcExtension + components: + - pos: 55.5,-44.5 + parent: 864 + type: Transform +- uid: 11667 + type: CableApcExtension + components: + - pos: 56.5,-44.5 + parent: 864 + type: Transform +- uid: 11668 + type: CableApcExtension + components: + - pos: 57.5,-44.5 + parent: 864 + type: Transform +- uid: 11669 + type: CableApcExtension + components: + - pos: 58.5,-44.5 + parent: 864 + type: Transform +- uid: 11670 + type: CableApcExtension + components: + - pos: 59.5,-44.5 + parent: 864 + type: Transform +- uid: 11671 + type: CableApcExtension + components: + - pos: 60.5,-44.5 + parent: 864 + type: Transform +- uid: 11672 + type: CableApcExtension + components: + - pos: 61.5,-44.5 + parent: 864 + type: Transform +- uid: 11673 + type: CableApcExtension + components: + - pos: 62.5,-44.5 + parent: 864 + type: Transform +- uid: 11674 + type: CableApcExtension + components: + - pos: 62.5,-43.5 + parent: 864 + type: Transform +- uid: 11675 + type: CableApcExtension + components: + - pos: 62.5,-42.5 + parent: 864 + type: Transform +- uid: 11676 + type: CableApcExtension + components: + - pos: 62.5,-41.5 + parent: 864 + type: Transform +- uid: 11677 + type: CableApcExtension + components: + - pos: 62.5,-40.5 + parent: 864 + type: Transform +- uid: 11678 + type: CableApcExtension + components: + - pos: 62.5,-39.5 + parent: 864 + type: Transform +- uid: 11679 + type: CableApcExtension + components: + - pos: 62.5,-38.5 + parent: 864 + type: Transform +- uid: 11680 + type: CableApcExtension + components: + - pos: 62.5,-37.5 + parent: 864 + type: Transform +- uid: 11681 + type: CableApcExtension + components: + - pos: 62.5,-36.5 + parent: 864 + type: Transform +- uid: 11682 + type: CableApcExtension + components: + - pos: 62.5,-35.5 + parent: 864 + type: Transform +- uid: 11683 + type: CableApcExtension + components: + - pos: 62.5,-34.5 + parent: 864 + type: Transform +- uid: 11684 + type: CableApcExtension + components: + - pos: 63.5,-34.5 + parent: 864 + type: Transform +- uid: 11685 + type: CableApcExtension + components: + - pos: 64.5,-34.5 + parent: 864 + type: Transform +- uid: 11686 + type: CableApcExtension + components: + - pos: 65.5,-34.5 + parent: 864 + type: Transform +- uid: 11687 + type: CableApcExtension + components: + - pos: 62.5,-33.5 + parent: 864 + type: Transform +- uid: 11688 + type: CableApcExtension + components: + - pos: 62.5,-32.5 + parent: 864 + type: Transform +- uid: 11689 + type: CableApcExtension + components: + - pos: 62.5,-31.5 + parent: 864 + type: Transform +- uid: 11690 + type: CableApcExtension + components: + - pos: 61.5,-34.5 + parent: 864 + type: Transform +- uid: 11691 + type: CableApcExtension + components: + - pos: 60.5,-34.5 + parent: 864 + type: Transform +- uid: 11692 + type: CableApcExtension + components: + - pos: 59.5,-34.5 + parent: 864 + type: Transform +- uid: 11693 + type: CableApcExtension + components: + - pos: 64.5,-35.5 + parent: 864 + type: Transform +- uid: 11694 + type: CableApcExtension + components: + - pos: 60.5,-35.5 + parent: 864 + type: Transform +- uid: 11695 + type: CableApcExtension + components: + - pos: 63.5,-33.5 + parent: 864 + type: Transform +- uid: 11696 + type: CableApcExtension + components: + - pos: 62.5,-45.5 + parent: 864 + type: Transform +- uid: 11697 + type: CableApcExtension + components: + - pos: 62.5,-46.5 + parent: 864 + type: Transform +- uid: 11698 + type: CableApcExtension + components: + - pos: 62.5,-47.5 + parent: 864 + type: Transform +- uid: 11699 + type: CableApcExtension + components: + - pos: 62.5,-48.5 + parent: 864 + type: Transform +- uid: 11700 + type: CableApcExtension + components: + - pos: 62.5,-49.5 + parent: 864 + type: Transform +- uid: 11701 + type: CableApcExtension + components: + - pos: 62.5,-50.5 + parent: 864 + type: Transform +- uid: 11702 + type: CableApcExtension + components: + - pos: 62.5,-51.5 + parent: 864 + type: Transform +- uid: 11703 + type: CableApcExtension + components: + - pos: 62.5,-52.5 + parent: 864 + type: Transform +- uid: 11704 + type: CableApcExtension + components: + - pos: 62.5,-53.5 + parent: 864 + type: Transform +- uid: 11705 + type: CableApcExtension + components: + - pos: 62.5,-54.5 + parent: 864 + type: Transform +- uid: 11706 + type: CableApcExtension + components: + - pos: 63.5,-52.5 + parent: 864 + type: Transform +- uid: 11707 + type: CableApcExtension + components: + - pos: 64.5,-52.5 + parent: 864 + type: Transform +- uid: 11708 + type: CableApcExtension + components: + - pos: 61.5,-52.5 + parent: 864 + type: Transform +- uid: 11709 + type: CableApcExtension + components: + - pos: 60.5,-52.5 + parent: 864 + type: Transform +- uid: 11710 + type: CableApcExtension + components: + - pos: 63.5,-46.5 + parent: 864 + type: Transform +- uid: 11711 + type: CableApcExtension + components: + - pos: 64.5,-46.5 + parent: 864 + type: Transform +- uid: 11712 + type: CableApcExtension + components: + - pos: 65.5,-46.5 + parent: 864 + type: Transform +- uid: 11713 + type: CableApcExtension + components: + - pos: 66.5,-46.5 + parent: 864 + type: Transform +- uid: 11714 + type: CableApcExtension + components: + - pos: 67.5,-46.5 + parent: 864 + type: Transform +- uid: 11715 + type: CableApcExtension + components: + - pos: 68.5,-46.5 + parent: 864 + type: Transform +- uid: 11716 + type: CableApcExtension + components: + - pos: 69.5,-46.5 + parent: 864 + type: Transform +- uid: 11717 + type: CableApcExtension + components: + - pos: 70.5,-46.5 + parent: 864 + type: Transform +- uid: 11718 + type: CableApcExtension + components: + - pos: 71.5,-46.5 + parent: 864 + type: Transform +- uid: 11719 + type: CableApcExtension + components: + - pos: 72.5,-46.5 + parent: 864 + type: Transform +- uid: 11720 + type: CableApcExtension + components: + - pos: 69.5,-47.5 + parent: 864 + type: Transform +- uid: 11721 + type: CableApcExtension + components: + - pos: 69.5,-48.5 + parent: 864 + type: Transform +- uid: 11722 + type: CableApcExtension + components: + - pos: 69.5,-49.5 + parent: 864 + type: Transform +- uid: 11723 + type: CableApcExtension + components: + - pos: 69.5,-45.5 + parent: 864 + type: Transform +- uid: 11724 + type: CableApcExtension + components: + - pos: 69.5,-44.5 + parent: 864 + type: Transform +- uid: 11725 + type: CableApcExtension + components: + - pos: 71.5,-45.5 + parent: 864 + type: Transform +- uid: 11726 + type: CableApcExtension + components: + - pos: 71.5,-47.5 + parent: 864 + type: Transform +- uid: 11727 + type: CableApcExtension + components: + - pos: 73.5,-46.5 + parent: 864 + type: Transform +- uid: 11728 + type: CableApcExtension + components: + - pos: 73.5,-47.5 + parent: 864 + type: Transform +- uid: 11729 + type: CableApcExtension + components: + - pos: 73.5,-45.5 + parent: 864 + type: Transform +- uid: 11730 + type: CableApcExtension + components: + - pos: 49.5,-43.5 + parent: 864 + type: Transform +- uid: 11731 + type: CableApcExtension + components: + - pos: 49.5,-44.5 + parent: 864 + type: Transform +- uid: 11732 + type: APCBasic + components: + - pos: 48.5,-48.5 + parent: 864 + type: Transform +- uid: 11733 + type: CableApcExtension + components: + - pos: 49.5,-46.5 + parent: 864 + type: Transform +- uid: 11734 + type: CableApcExtension + components: + - pos: 49.5,-47.5 + parent: 864 + type: Transform +- uid: 11735 + type: GasPipeStraight + components: + - pos: 49.5,-55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11736 + type: CableApcExtension + components: + - pos: 49.5,-49.5 + parent: 864 + type: Transform +- uid: 11737 + type: CableApcExtension + components: + - pos: 49.5,-50.5 + parent: 864 + type: Transform +- uid: 11738 + type: CableApcExtension + components: + - pos: 49.5,-51.5 + parent: 864 + type: Transform +- uid: 11739 + type: CableApcExtension + components: + - pos: 49.5,-52.5 + parent: 864 + type: Transform +- uid: 11740 + type: CableApcExtension + components: + - pos: 49.5,-53.5 + parent: 864 + type: Transform +- uid: 11741 + type: CableApcExtension + components: + - pos: 49.5,-54.5 + parent: 864 + type: Transform +- uid: 11742 + type: CableApcExtension + components: + - pos: 48.5,-45.5 + parent: 864 + type: Transform +- uid: 11743 + type: CableApcExtension + components: + - pos: 47.5,-45.5 + parent: 864 + type: Transform +- uid: 11744 + type: CableApcExtension + components: + - pos: 46.5,-45.5 + parent: 864 + type: Transform +- uid: 11745 + type: CableApcExtension + components: + - pos: 45.5,-45.5 + parent: 864 + type: Transform +- uid: 11746 + type: CableApcExtension + components: + - pos: 45.5,-46.5 + parent: 864 + type: Transform +- uid: 11747 + type: CableApcExtension + components: + - pos: 45.5,-47.5 + parent: 864 + type: Transform +- uid: 11748 + type: CableApcExtension + components: + - pos: 45.5,-48.5 + parent: 864 + type: Transform +- uid: 11749 + type: CableApcExtension + components: + - pos: 44.5,-48.5 + parent: 864 + type: Transform +- uid: 11750 + type: CableApcExtension + components: + - pos: 43.5,-48.5 + parent: 864 + type: Transform +- uid: 11751 + type: CableApcExtension + components: + - pos: 43.5,-47.5 + parent: 864 + type: Transform +- uid: 11752 + type: CableApcExtension + components: + - pos: 43.5,-46.5 + parent: 864 + type: Transform +- uid: 11753 + type: CableApcExtension + components: + - pos: 42.5,-46.5 + parent: 864 + type: Transform +- uid: 11754 + type: CableApcExtension + components: + - pos: 41.5,-46.5 + parent: 864 + type: Transform +- uid: 11755 + type: CableApcExtension + components: + - pos: 40.5,-46.5 + parent: 864 + type: Transform +- uid: 11756 + type: CableApcExtension + components: + - pos: 39.5,-46.5 + parent: 864 + type: Transform +- uid: 11757 + type: CableApcExtension + components: + - pos: 41.5,-42.5 + parent: 864 + type: Transform +- uid: 11758 + type: CableApcExtension + components: + - pos: 40.5,-42.5 + parent: 864 + type: Transform +- uid: 11759 + type: CableApcExtension + components: + - pos: 39.5,-42.5 + parent: 864 + type: Transform +- uid: 11760 + type: CableApcExtension + components: + - pos: 38.5,-42.5 + parent: 864 + type: Transform +- uid: 11761 + type: CableApcExtension + components: + - pos: 37.5,-42.5 + parent: 864 + type: Transform +- uid: 11762 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11763 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11764 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11765 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11766 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 42.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11767 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 50.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11768 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11769 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 51.5,-52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11770 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11771 + type: ToyGygax + components: + - pos: 61.636738,-53.07063 + parent: 864 + type: Transform +- uid: 11772 + type: ToyRubberDuck + components: + - pos: 62.214863,-53.07063 + parent: 864 + type: Transform +- uid: 11773 + type: MedkitFilled + components: + - pos: 52.41982,-43.535877 + parent: 864 + type: Transform +- uid: 11774 + type: KitchenMicrowave + components: + - pos: 45.5,-49.5 + parent: 864 + type: Transform +- uid: 11775 + type: FoodBoxDonkpocketPizza + components: + - pos: 46.42201,-49.329933 + parent: 864 + type: Transform +- uid: 11776 + type: FoodBoxDonkpocketDink + components: + - pos: 46.42201,-49.40806 + parent: 864 + type: Transform +- uid: 11777 + type: WaterCooler + components: + - pos: 41.5,-47.5 + parent: 864 + type: Transform +- uid: 11778 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11779 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11780 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11781 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11782 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11783 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11784 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11785 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11786 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11787 + type: DrinkGlass + components: + - pos: 42.510113,-48.4107 + parent: 864 + type: Transform +- uid: 11788 + type: FoodMealPotatoYaki + components: + - pos: 44.419395,-49.295273 + parent: 864 + type: Transform +- uid: 11789 + type: Screwdriver + components: + - pos: 43.519844,-49.259262 + parent: 864 + type: Transform +- uid: 11790 + type: Wrench + components: + - pos: 43.41047,-49.384262 + parent: 864 + type: Transform +- uid: 11791 + type: ClosetEmergencyFilledRandom + components: + - pos: 65.5,-33.5 + parent: 864 + type: Transform +- uid: 11792 + type: ClosetFireFilled + components: + - pos: 59.5,-33.5 + parent: 864 + type: Transform +- uid: 11793 + type: ClosetFireFilled + components: + - pos: 51.5,-49.5 + parent: 864 + type: Transform +- uid: 11794 + type: ClosetEmergencyFilledRandom + components: + - pos: 52.5,-50.5 + parent: 864 + type: Transform +- uid: 11795 + type: SignRadiationMed + components: + - pos: 61.5,-42.5 + parent: 864 + type: Transform +- uid: 11796 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-30.5 + parent: 864 + type: Transform +- uid: 11797 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-38.5 + parent: 864 + type: Transform +- uid: 11798 + type: FirelockGlass + components: + - pos: 62.5,-41.5 + parent: 864 + type: Transform +- uid: 11799 + type: AirlockScienceGlassLocked + components: + - name: toxins + type: MetaData + - pos: 49.5,-48.5 + parent: 864 + type: Transform +- uid: 11800 + type: FirelockGlass + components: + - pos: 62.5,-50.5 + parent: 864 + type: Transform +- uid: 11801 + type: FirelockGlass + components: + - pos: 47.5,-46.5 + parent: 864 + type: Transform +- uid: 11802 + type: FirelockEdge + components: + - rot: 1.5707963267948966 rad + pos: 65.5,-46.5 + parent: 864 + type: Transform +- uid: 11803 + type: FirelockEdge + components: + - rot: 1.5707963267948966 rad + pos: 65.5,-45.5 + parent: 864 + type: Transform +- uid: 11804 + type: AirlockScienceGlassLocked + components: + - rot: 3.141592653589793 rad + pos: 47.5,-41.5 + parent: 864 + type: Transform +- uid: 11805 + type: AirlockScienceGlassLocked + components: + - rot: 3.141592653589793 rad + pos: 47.5,-43.5 + parent: 864 + type: Transform +- uid: 11806 + type: AirlockScienceGlassLocked + components: + - rot: 3.141592653589793 rad + pos: 47.5,-42.5 + parent: 864 + type: Transform +- uid: 11807 + type: Firelock + components: + - pos: 42.5,-40.5 + parent: 864 + type: Transform +- uid: 11808 + type: Firelock + components: + - pos: 43.5,-40.5 + parent: 864 + type: Transform +- uid: 11809 + type: Firelock + components: + - pos: 44.5,-40.5 + parent: 864 + type: Transform +- uid: 11810 + type: ChairOfficeLight + components: + - pos: 43.5,-39.5 + parent: 864 + type: Transform +- uid: 11811 + type: FirelockGlass + components: + - pos: 40.5,-43.5 + parent: 864 + type: Transform +- uid: 11812 + type: FirelockGlass + components: + - pos: 40.5,-42.5 + parent: 864 + type: Transform +- uid: 11813 + type: FirelockGlass + components: + - pos: 40.5,-41.5 + parent: 864 + type: Transform +- uid: 11814 + type: AirlockScienceGlassLocked + components: + - name: science canteen + type: MetaData + - pos: 47.5,-46.5 + parent: 864 + type: Transform +- uid: 11815 + type: AirlockScienceGlassLocked + components: + - name: science canteen + type: MetaData + - pos: 47.5,-45.5 + parent: 864 + type: Transform +- uid: 11816 + type: FirelockGlass + components: + - pos: 49.5,-48.5 + parent: 864 + type: Transform +- uid: 11817 + type: FirelockGlass + components: + - pos: 50.5,-48.5 + parent: 864 + type: Transform +- uid: 11818 + type: AirlockScienceGlassLocked + components: + - name: toxins + type: MetaData + - pos: 50.5,-48.5 + parent: 864 + type: Transform +- uid: 11819 + type: AirlockExternalGlassLocked + components: + - pos: 56.5,-34.5 + parent: 864 + type: Transform +- uid: 11820 + type: AirlockExternalGlass + components: + - pos: 66.5,-34.5 + parent: 864 + type: Transform +- uid: 11821 + type: FoodSnackDanDanNoodles + components: + - pos: -17.010939,42.53945 + parent: 864 + type: Transform +- uid: 11822 + type: FoodRicePork + components: + - pos: -14.4963455,47.699337 + parent: 864 + type: Transform +- uid: 11823 + type: AirlockMaintLocked + components: + - pos: -14.5,67.5 + parent: 864 + type: Transform +- uid: 11824 + type: AirlockMaintLocked + components: + - pos: -17.5,52.5 + parent: 864 + type: Transform +- uid: 11825 + type: AirlockMaintLocked + components: + - pos: -20.5,55.5 + parent: 864 + type: Transform +- uid: 11826 + type: AirlockMaintGlassLocked + components: + - pos: -17.5,64.5 + parent: 864 + type: Transform +- uid: 11827 + type: AirlockMaintGlassLocked + components: + - pos: -17.5,59.5 + parent: 864 + type: Transform +- uid: 11828 + type: CarpetGreen + components: + - pos: -22.5,45.5 + parent: 864 + type: Transform +- uid: 11829 + type: CarpetGreen + components: + - pos: -22.5,44.5 + parent: 864 + type: Transform +- uid: 11830 + type: CarpetGreen + components: + - pos: -22.5,43.5 + parent: 864 + type: Transform +- uid: 11831 + type: CarpetGreen + components: + - pos: -22.5,42.5 + parent: 864 + type: Transform +- uid: 11832 + type: CarpetGreen + components: + - pos: -21.5,45.5 + parent: 864 + type: Transform +- uid: 11833 + type: CarpetGreen + components: + - pos: -21.5,44.5 + parent: 864 + type: Transform +- uid: 11834 + type: ShowcaseRobotAntique + components: + - pos: 61.5,-46.5 + parent: 864 + type: Transform +- uid: 11835 + type: WallReinforced + components: + - pos: 67.5,-43.5 + parent: 864 + type: Transform +- uid: 11836 + type: WallReinforced + components: + - pos: 68.5,-43.5 + parent: 864 + type: Transform +- uid: 11837 + type: WallReinforced + components: + - pos: 69.5,-43.5 + parent: 864 + type: Transform +- uid: 11838 + type: WallReinforced + components: + - pos: 70.5,-43.5 + parent: 864 + type: Transform +- uid: 11839 + type: WallReinforced + components: + - pos: 71.5,-43.5 + parent: 864 + type: Transform +- uid: 11840 + type: WallReinforced + components: + - pos: 71.5,-44.5 + parent: 864 + type: Transform +- uid: 11841 + type: WallReinforced + components: + - pos: 72.5,-44.5 + parent: 864 + type: Transform +- uid: 11842 + type: WallReinforced + components: + - pos: 73.5,-44.5 + parent: 864 + type: Transform +- uid: 11843 + type: WallReinforced + components: + - pos: 74.5,-44.5 + parent: 864 + type: Transform +- uid: 11844 + type: WallReinforced + components: + - pos: 74.5,-45.5 + parent: 864 + type: Transform +- uid: 11845 + type: AirlockExternalGlassLocked + components: + - name: robotics + type: MetaData + - rot: -1.5707963267948966 rad + pos: 74.5,-47.5 + parent: 864 + type: Transform +- uid: 11846 + type: AirlockExternalGlassLocked + components: + - name: robotics + type: MetaData + - rot: -1.5707963267948966 rad + pos: 74.5,-46.5 + parent: 864 + type: Transform +- uid: 11847 + type: WallReinforced + components: + - pos: 74.5,-48.5 + parent: 864 + type: Transform +- uid: 11848 + type: WallReinforced + components: + - pos: 74.5,-49.5 + parent: 864 + type: Transform +- uid: 11849 + type: WallReinforced + components: + - pos: 73.5,-49.5 + parent: 864 + type: Transform +- uid: 11850 + type: WallReinforced + components: + - pos: 72.5,-49.5 + parent: 864 + type: Transform +- uid: 11851 + type: WallReinforced + components: + - pos: 71.5,-49.5 + parent: 864 + type: Transform +- uid: 11852 + type: WallReinforced + components: + - pos: 71.5,-50.5 + parent: 864 + type: Transform +- uid: 11853 + type: WallReinforced + components: + - pos: 70.5,-50.5 + parent: 864 + type: Transform +- uid: 11854 + type: WallReinforced + components: + - pos: 69.5,-50.5 + parent: 864 + type: Transform +- uid: 11855 + type: WallReinforced + components: + - pos: 68.5,-50.5 + parent: 864 + type: Transform +- uid: 11856 + type: WallReinforced + components: + - pos: 67.5,-50.5 + parent: 864 + type: Transform +- uid: 11857 + type: Table + components: + - pos: 70.5,-44.5 + parent: 864 + type: Transform +- uid: 11858 + type: Table + components: + - pos: 70.5,-49.5 + parent: 864 + type: Transform +- uid: 11859 + type: Table + components: + - pos: 70.5,-48.5 + parent: 864 + type: Transform +- uid: 11860 + type: Table + components: + - pos: 71.5,-48.5 + parent: 864 + type: Transform +- uid: 11861 + type: Table + components: + - pos: 72.5,-48.5 + parent: 864 + type: Transform +- uid: 11862 + type: Table + components: + - pos: 73.5,-48.5 + parent: 864 + type: Transform +- uid: 11863 + type: PartRodMetal + components: + - pos: 68.65259,-49.45413 + parent: 864 + type: Transform +- uid: 11864 + type: Table + components: + - pos: 68.5,-49.5 + parent: 864 + type: Transform +- uid: 11865 + type: Table + components: + - pos: 69.5,-49.5 + parent: 864 + type: Transform +- uid: 11866 + type: SheetSteel + components: + - pos: 69.35571,-49.501003 + parent: 864 + type: Transform +- uid: 11867 + type: UnfinishedMachineFrame + components: + - pos: 72.5,-46.5 + parent: 864 + type: Transform +- uid: 11868 + type: SheetGlass + components: + - pos: 70.13696,-49.469753 + parent: 864 + type: Transform +- uid: 11869 + type: SheetPlastic + components: + - pos: 70.49634,-48.70413 + parent: 864 + type: Transform +- uid: 11870 + type: CableApcStack + components: + - pos: 71.35571,-48.39163 + parent: 864 + type: Transform +- uid: 11871 + type: CableMVStack + components: + - pos: 72.15259,-48.407253 + parent: 864 + type: Transform +- uid: 11872 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 67.5,-49.5 + parent: 864 + type: Transform +- uid: 11873 + type: ClothingBeltUtilityFilled + components: + - pos: 73.09009,-48.42288 + parent: 864 + type: Transform +- uid: 11874 + type: DisposalBend + components: + - pos: 67.5,-45.5 + parent: 864 + type: Transform +- uid: 11875 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 64.5,-45.5 + parent: 864 + type: Transform +- uid: 11876 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-45.5 + parent: 864 + type: Transform +- uid: 11877 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-45.5 + parent: 864 + type: Transform +- uid: 11878 + type: DisposalPipe + components: + - pos: 67.5,-46.5 + parent: 864 + type: Transform +- uid: 11879 + type: DisposalPipe + components: + - pos: 67.5,-47.5 + parent: 864 + type: Transform +- uid: 11880 + type: DisposalPipe + components: + - pos: 67.5,-48.5 + parent: 864 + type: Transform +- uid: 11881 + type: DisposalUnit + components: + - pos: 67.5,-49.5 + parent: 864 + type: Transform +- uid: 11882 + type: PowerCellRecharger + components: + - pos: 70.5,-45.5 + parent: 864 + type: Transform +- uid: 11883 + type: ClothingHandsGlovesColorYellowBudget + components: + - pos: 71.49998,-45.445835 + parent: 864 + type: Transform +- uid: 11884 + type: FoodBurgerRobot + components: + - pos: 70.48335,-44.641964 + parent: 864 + type: Transform +- uid: 11885 + type: HandheldHealthAnalyzer + components: + - pos: 72.4238,-45.485996 + parent: 864 + type: Transform +- uid: 11886 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 65.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11887 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11888 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11889 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 68.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11890 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 68.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11891 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11892 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11893 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 65.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11894 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 64.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11895 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 63.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11896 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 62.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11897 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 61.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11898 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 69.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 11899 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 69.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 11900 + type: SawElectric + components: + - pos: 73.23373,-45.37753 + parent: 864 + type: Transform +- uid: 11901 + type: MedkitFilled + components: + - pos: 73.60873,-48.424404 + parent: 864 + type: Transform +- uid: 11902 + type: VehicleKeyATV + components: + - rot: 1.5707963267948966 rad + pos: 70.38333,-45.13703 + parent: 864 + type: Transform +- uid: 11903 + type: VehicleKeyATV + components: + - rot: 1.5707963267948966 rad + pos: 70.57083,-45.215157 + parent: 864 + type: Transform +- uid: 11904 + type: ComputerResearchAndDevelopment + components: + - pos: 67.5,-44.5 + parent: 864 + type: Transform +- uid: 11905 + type: SpawnVehicleATV + components: + - pos: 68.5,-45.5 + parent: 864 + type: Transform +- uid: 11906 + type: OperatingTable + components: + - pos: 67.5,-47.5 + parent: 864 + type: Transform +- uid: 11907 + type: Poweredlight + components: + - pos: 69.5,-44.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11908 + type: Poweredlight + components: + - pos: 72.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11909 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 72.5,-48.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11910 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 60.5,-49.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11911 + type: Poweredlight + components: + - pos: 64.5,-44.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11912 + type: Poweredlight + components: + - pos: 56.5,-44.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11913 + type: Poweredlight + components: + - pos: 56.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11914 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 53.5,-42.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11915 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-38.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11916 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11917 + type: FirelockGlass + components: + - pos: 47.5,-42.5 + parent: 864 + type: Transform +- uid: 11918 + type: Poweredlight + components: + - pos: 39.5,-35.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11919 + type: Poweredlight + components: + - pos: 44.5,-35.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11920 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 10.5,-43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11921 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 35.5,-43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11922 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 28.5,-6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11923 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 16.5,-43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11924 + type: Poweredlight + components: + - pos: 33.5,-39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11925 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 11926 + type: Poweredlight + components: + - pos: 45.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11927 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 42.5,-49.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11928 + type: Poweredlight + components: + - pos: 63.5,-32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11929 + type: Poweredlight + components: + - pos: 61.5,-32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11930 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 63.5,-36.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11931 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 61.5,-36.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11932 + type: AirlockScienceLocked + components: + - pos: 62.5,-38.5 + parent: 864 + type: Transform +- uid: 11933 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 67.5,-34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 11934 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 57.5,-34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 11935 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 62.5,-28.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 11936 + type: PottedPlantRandom + components: + - pos: -4.5,58.5 + parent: 864 + type: Transform +- uid: 11937 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 62.5,-19.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 11938 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 11939 + type: SpawnPointResearchDirector + components: + - pos: 63.5,-52.5 + parent: 864 + type: Transform +- uid: 11940 + type: SpawnPointScientist + components: + - pos: 45.5,-46.5 + parent: 864 + type: Transform +- uid: 11941 + type: SpawnPointScientist + components: + - pos: 43.5,-46.5 + parent: 864 + type: Transform +- uid: 11942 + type: SpawnPointScientist + components: + - pos: 41.5,-46.5 + parent: 864 + type: Transform +- uid: 11943 + type: SpawnPointScientist + components: + - pos: 44.5,-47.5 + parent: 864 + type: Transform +- uid: 11944 + type: Catwalk + components: + - pos: 69.5,-34.5 + parent: 864 + type: Transform +- uid: 11945 + type: Catwalk + components: + - pos: 70.5,-34.5 + parent: 864 + type: Transform +- uid: 11946 + type: Catwalk + components: + - pos: 70.5,-35.5 + parent: 864 + type: Transform +- uid: 11947 + type: Catwalk + components: + - pos: 70.5,-36.5 + parent: 864 + type: Transform +- uid: 11948 + type: Catwalk + components: + - pos: 70.5,-37.5 + parent: 864 + type: Transform +- uid: 11949 + type: Catwalk + components: + - pos: 70.5,-38.5 + parent: 864 + type: Transform +- uid: 11950 + type: Catwalk + components: + - pos: 70.5,-39.5 + parent: 864 + type: Transform +- uid: 11951 + type: Catwalk + components: + - pos: 70.5,-40.5 + parent: 864 + type: Transform +- uid: 11952 + type: Catwalk + components: + - pos: 71.5,-40.5 + parent: 864 + type: Transform +- uid: 11953 + type: Catwalk + components: + - pos: 72.5,-40.5 + parent: 864 + type: Transform +- uid: 11954 + type: Catwalk + components: + - pos: 73.5,-40.5 + parent: 864 + type: Transform +- uid: 11955 + type: Catwalk + components: + - pos: 74.5,-40.5 + parent: 864 + type: Transform +- uid: 11956 + type: Catwalk + components: + - pos: 75.5,-40.5 + parent: 864 + type: Transform +- uid: 11957 + type: Catwalk + components: + - pos: 76.5,-40.5 + parent: 864 + type: Transform +- uid: 11958 + type: Catwalk + components: + - pos: 76.5,-41.5 + parent: 864 + type: Transform +- uid: 11959 + type: Catwalk + components: + - pos: 76.5,-42.5 + parent: 864 + type: Transform +- uid: 11960 + type: Catwalk + components: + - pos: 76.5,-43.5 + parent: 864 + type: Transform +- uid: 11961 + type: Catwalk + components: + - pos: 76.5,-44.5 + parent: 864 + type: Transform +- uid: 11962 + type: ReinforcedWindow + components: + - pos: 78.5,-46.5 + parent: 864 + type: Transform +- uid: 11963 + type: VendingMachineTankDispenserEVA + components: + - pos: 77.5,-46.5 + parent: 864 + type: Transform +- uid: 11964 + type: Grille + components: + - pos: 78.5,-47.5 + parent: 864 + type: Transform +- uid: 11965 + type: PoweredSmallLight + components: + - pos: 75.5,-46.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 11966 + type: Grille + components: + - pos: 78.5,-46.5 + parent: 864 + type: Transform +- uid: 11967 + type: ClothingHeadHelmetEVA + components: + - pos: 69.68177,-44.345963 + parent: 864 + type: Transform +- uid: 11968 + type: ClothingOuterHardsuitEVA + components: + - pos: 69.291145,-44.470963 + parent: 864 + type: Transform +- uid: 11969 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 64.5,-53.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 11970 + type: ReinforcedWindow + components: + - pos: -45.5,-51.5 + parent: 864 + type: Transform +- uid: 11971 + type: LockerScienceFilled + components: + - pos: 51.5,-37.5 + parent: 864 + type: Transform +- uid: 11972 + type: TableWood + components: + - pos: -16.5,-45.5 + parent: 864 + type: Transform +- uid: 11973 + type: TableWood + components: + - pos: -16.5,-47.5 + parent: 864 + type: Transform +- uid: 11974 + type: TableWood + components: + - pos: -16.5,-49.5 + parent: 864 + type: Transform +- uid: 11975 + type: Table + components: + - pos: -11.5,-48.5 + parent: 864 + type: Transform +- uid: 11976 + type: Table + components: + - pos: -11.5,-49.5 + parent: 864 + type: Transform +- uid: 11977 + type: Table + components: + - pos: -11.5,-50.5 + parent: 864 + type: Transform +- uid: 11978 + type: Table + components: + - pos: -12.5,-50.5 + parent: 864 + type: Transform +- uid: 11979 + type: filingCabinetDrawer + components: + - pos: 57.5,-41.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 11980 + type: Chair + components: + - pos: 44.5,-48.5 + parent: 864 + type: Transform +- uid: 11981 + type: Chair + components: + - pos: 46.5,-48.5 + parent: 864 + type: Transform +- uid: 11982 + type: PersonalAI + components: + - pos: 52.50562,-40.445946 + parent: 864 + type: Transform +- uid: 11983 + type: SurveillanceCameraScience + components: + - rot: 3.141592653589793 rad + pos: 50.5,-37.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: science reception + type: SurveillanceCamera +- uid: 11984 + type: SurveillanceCameraScience + components: + - rot: 1.5707963267948966 rad + pos: 65.5,-47.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: science robotics showcase + type: SurveillanceCamera +- uid: 11985 + type: ComputerSurveillanceCameraMonitor + components: + - rot: 3.141592653589793 rad + pos: 52.5,-42.5 + parent: 864 + type: Transform +- uid: 11986 + type: SurveillanceCameraScience + components: + - rot: 3.141592653589793 rad + pos: 37.5,-41.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: science entrance + type: SurveillanceCamera +- uid: 11987 + type: AirlockEngineeringLocked + components: + - rot: 3.141592653589793 rad + pos: 38.5,-44.5 + parent: 864 + type: Transform +- uid: 11988 + type: CrateEngineeringToolbox + components: + - pos: 39.5,-46.5 + parent: 864 + type: Transform +- uid: 11989 + type: ClothingOuterCardborg + components: + - pos: 71.444275,-46.564014 + parent: 864 + type: Transform +- uid: 11990 + type: ClothingHeadHatCardborg + components: + - pos: 71.694275,-46.407764 + parent: 864 + type: Transform +- uid: 11991 + type: RightArmBorg + components: + - pos: 72.672485,-48.40411 + parent: 864 + type: Transform +- uid: 11992 + type: LeftArmBorg + components: + - pos: 72.65686,-48.46661 + parent: 864 + type: Transform +- uid: 11993 + type: PosterContrabandBorgFancy + components: + - pos: 68.5,-43.5 + parent: 864 + type: Transform +- uid: 11994 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 11995 + type: WeldingFuelTankFull + components: + - pos: -3.5,-71.5 + parent: 864 + type: Transform +- uid: 11996 + type: WeldingFuelTankFull + components: + - pos: -16.5,-18.5 + parent: 864 + type: Transform +- uid: 11997 + type: WardrobeVirology + components: + - pos: -25.5,-73.5 + parent: 864 + type: Transform +- uid: 11998 + type: WardrobeRobotics + components: + - pos: 73.5,-46.5 + parent: 864 + type: Transform +- uid: 11999 + type: ShowcaseRobotMarauder + components: + - pos: 63.5,-46.5 + parent: 864 + type: Transform +- uid: 12000 + type: ShowcaseRobot + components: + - pos: 62.5,-45.5 + parent: 864 + type: Transform +- uid: 12001 + type: ShowcaseRobotWhite + components: + - pos: 62.5,-47.5 + parent: 864 + type: Transform +- uid: 12002 + type: WallPlastitanium + components: + - pos: 62.5,-46.5 + parent: 864 + type: Transform +- uid: 12003 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 28.5,-55.5 + parent: 864 + type: Transform +- uid: 12004 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 29.5,-55.5 + parent: 864 + type: Transform +- uid: 12005 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 30.5,-55.5 + parent: 864 + type: Transform +- uid: 12006 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 30.5,-54.5 + parent: 864 + type: Transform +- uid: 12007 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 29.5,-54.5 + parent: 864 + type: Transform +- uid: 12008 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 28.5,-54.5 + parent: 864 + type: Transform +- uid: 12009 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 32.5,-54.5 + parent: 864 + type: Transform +- uid: 12010 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 33.5,-54.5 + parent: 864 + type: Transform +- uid: 12011 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 34.5,-54.5 + parent: 864 + type: Transform +- uid: 12012 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 34.5,-55.5 + parent: 864 + type: Transform +- uid: 12013 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 33.5,-55.5 + parent: 864 + type: Transform +- uid: 12014 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 32.5,-55.5 + parent: 864 + type: Transform +- uid: 12015 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 32.5,-53.5 + parent: 864 + type: Transform +- uid: 12016 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 33.5,-53.5 + parent: 864 + type: Transform +- uid: 12017 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 34.5,-53.5 + parent: 864 + type: Transform +- uid: 12018 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 30.5,-53.5 + parent: 864 + type: Transform +- uid: 12019 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 29.5,-53.5 + parent: 864 + type: Transform +- uid: 12020 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 28.5,-53.5 + parent: 864 + type: Transform +- uid: 12021 + type: WindowReinforcedDirectional + components: + - pos: 30.5,-52.5 + parent: 864 + type: Transform +- uid: 12022 + type: WindowReinforcedDirectional + components: + - pos: 29.5,-52.5 + parent: 864 + type: Transform +- uid: 12023 + type: WindowReinforcedDirectional + components: + - pos: 28.5,-52.5 + parent: 864 + type: Transform +- uid: 12024 + type: WindowReinforcedDirectional + components: + - pos: 32.5,-52.5 + parent: 864 + type: Transform +- uid: 12025 + type: WindowReinforcedDirectional + components: + - pos: 33.5,-52.5 + parent: 864 + type: Transform +- uid: 12026 + type: WindowReinforcedDirectional + components: + - pos: 34.5,-52.5 + parent: 864 + type: Transform +- uid: 12027 + type: WindoorSecurityLocked + components: + - pos: 31.5,-52.5 + parent: 864 + type: Transform +- uid: 12028 + type: AirlockSecurityLocked + components: + - name: courtroom + type: MetaData + - rot: 1.5707963267948966 rad + pos: 31.5,-44.5 + parent: 864 + type: Transform +- uid: 12029 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-47.5 + parent: 864 + type: Transform +- uid: 12030 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-48.5 + parent: 864 + type: Transform +- uid: 12031 + type: WindowReinforcedDirectional + components: + - pos: 33.5,-48.5 + parent: 864 + type: Transform +- uid: 12032 + type: WindowReinforcedDirectional + components: + - pos: 34.5,-48.5 + parent: 864 + type: Transform +- uid: 12033 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-48.5 + parent: 864 + type: Transform +- uid: 12034 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-47.5 + parent: 864 + type: Transform +- uid: 12035 + type: AirlockSecurityGlassLocked + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-46.5 + parent: 864 + type: Transform +- uid: 12036 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-47.5 + parent: 864 + type: Transform +- uid: 12037 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-48.5 + parent: 864 + type: Transform +- uid: 12038 + type: WindowReinforcedDirectional + components: + - pos: 29.5,-48.5 + parent: 864 + type: Transform +- uid: 12039 + type: WindowReinforcedDirectional + components: + - pos: 28.5,-48.5 + parent: 864 + type: Transform +- uid: 12040 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: 33.5,-51.5 + parent: 864 + type: Transform +- uid: 12041 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: 29.5,-51.5 + parent: 864 + type: Transform +- uid: 12042 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 34.5,-50.5 + parent: 864 + type: Transform +- uid: 12043 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 33.5,-50.5 + parent: 864 + type: Transform +- uid: 12044 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 32.5,-50.5 + parent: 864 + type: Transform +- uid: 12045 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 30.5,-50.5 + parent: 864 + type: Transform +- uid: 12046 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 29.5,-50.5 + parent: 864 + type: Transform +- uid: 12047 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 28.5,-50.5 + parent: 864 + type: Transform +- uid: 12048 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 30.5,-48.5 + parent: 864 + type: Transform +- uid: 12049 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 31.5,-48.5 + parent: 864 + type: Transform +- uid: 12050 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 32.5,-48.5 + parent: 864 + type: Transform +- uid: 12051 + type: ChairPilotSeat + components: + - rot: 3.141592653589793 rad + pos: 31.5,-47.5 + parent: 864 + type: Transform +- uid: 12052 + type: ComfyChair + components: + - pos: 32.5,-47.5 + parent: 864 + type: Transform +- uid: 12053 + type: ComfyChair + components: + - pos: 30.5,-47.5 + parent: 864 + type: Transform +- uid: 12054 + type: Chair + components: + - pos: 33.5,-48.5 + parent: 864 + type: Transform +- uid: 12055 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-48.5 + parent: 864 + type: Transform +- uid: 12056 + type: AirlockSecurityGlassLocked + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-46.5 + parent: 864 + type: Transform +- uid: 12057 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-46.5 + parent: 864 + type: Transform +- uid: 12058 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-46.5 + parent: 864 + type: Transform +- uid: 12059 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-46.5 + parent: 864 + type: Transform +- uid: 12060 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-46.5 + parent: 864 + type: Transform +- uid: 12061 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-46.5 + parent: 864 + type: Transform +- uid: 12062 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-45.5 + parent: 864 + type: Transform +- uid: 12063 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-47.5 + parent: 864 + type: Transform +- uid: 12064 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-48.5 + parent: 864 + type: Transform +- uid: 12065 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-49.5 + parent: 864 + type: Transform +- uid: 12066 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-50.5 + parent: 864 + type: Transform +- uid: 12067 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-51.5 + parent: 864 + type: Transform +- uid: 12068 + type: AirlockMaintLocked + components: + - name: courtroom + type: MetaData + - pos: 35.5,-54.5 + parent: 864 + type: Transform +- uid: 12069 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-53.5 + parent: 864 + type: Transform +- uid: 12070 + type: WallSolid + components: + - pos: 35.5,-52.5 + parent: 864 + type: Transform +- uid: 12071 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-55.5 + parent: 864 + type: Transform +- uid: 12072 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-56.5 + parent: 864 + type: Transform +- uid: 12073 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-57.5 + parent: 864 + type: Transform +- uid: 12074 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-57.5 + parent: 864 + type: Transform +- uid: 12075 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-57.5 + parent: 864 + type: Transform +- uid: 12076 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-57.5 + parent: 864 + type: Transform +- uid: 12077 + type: AirlockHeadOfSecurityGlassLocked + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-46.5 + parent: 864 + type: Transform +- uid: 12078 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-57.5 + parent: 864 + type: Transform +- uid: 12079 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-57.5 + parent: 864 + type: Transform +- uid: 12080 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-57.5 + parent: 864 + type: Transform +- uid: 12081 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-57.5 + parent: 864 + type: Transform +- uid: 12082 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-54.5 + parent: 864 + type: Transform +- uid: 12083 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-55.5 + parent: 864 + type: Transform +- uid: 12084 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-51.5 + parent: 864 + type: Transform +- uid: 12085 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-47.5 + parent: 864 + type: Transform +- uid: 12086 + type: CableApcExtension + components: + - pos: 30.5,-47.5 + parent: 864 + type: Transform +- uid: 12087 + type: CableApcExtension + components: + - pos: 31.5,-47.5 + parent: 864 + type: Transform +- uid: 12088 + type: CableApcExtension + components: + - pos: 32.5,-47.5 + parent: 864 + type: Transform +- uid: 12089 + type: CableApcExtension + components: + - pos: 33.5,-47.5 + parent: 864 + type: Transform +- uid: 12090 + type: CableApcExtension + components: + - pos: 31.5,-46.5 + parent: 864 + type: Transform +- uid: 12091 + type: CableApcExtension + components: + - pos: 31.5,-46.5 + parent: 864 + type: Transform +- uid: 12092 + type: CableApcExtension + components: + - pos: 31.5,-45.5 + parent: 864 + type: Transform +- uid: 12093 + type: CableApcExtension + components: + - pos: 29.5,-48.5 + parent: 864 + type: Transform +- uid: 12094 + type: CableApcExtension + components: + - pos: 29.5,-49.5 + parent: 864 + type: Transform +- uid: 12095 + type: CableApcExtension + components: + - pos: 30.5,-49.5 + parent: 864 + type: Transform +- uid: 12096 + type: CableApcExtension + components: + - pos: 31.5,-49.5 + parent: 864 + type: Transform +- uid: 12097 + type: CableApcExtension + components: + - pos: 31.5,-50.5 + parent: 864 + type: Transform +- uid: 12098 + type: CableApcExtension + components: + - pos: 31.5,-51.5 + parent: 864 + type: Transform +- uid: 12099 + type: CableApcExtension + components: + - pos: 31.5,-52.5 + parent: 864 + type: Transform +- uid: 12100 + type: CableApcExtension + components: + - pos: 30.5,-51.5 + parent: 864 + type: Transform +- uid: 12101 + type: CableApcExtension + components: + - pos: 32.5,-51.5 + parent: 864 + type: Transform +- uid: 12102 + type: CableApcExtension + components: + - pos: 31.5,-53.5 + parent: 864 + type: Transform +- uid: 12103 + type: CableApcExtension + components: + - pos: 31.5,-54.5 + parent: 864 + type: Transform +- uid: 12104 + type: CableApcExtension + components: + - pos: 31.5,-56.5 + parent: 864 + type: Transform +- uid: 12105 + type: CableApcExtension + components: + - pos: 31.5,-55.5 + parent: 864 + type: Transform +- uid: 12106 + type: CableApcExtension + components: + - pos: 30.5,-54.5 + parent: 864 + type: Transform +- uid: 12107 + type: CableApcExtension + components: + - pos: 29.5,-54.5 + parent: 864 + type: Transform +- uid: 12108 + type: CableApcExtension + components: + - pos: 32.5,-54.5 + parent: 864 + type: Transform +- uid: 12109 + type: CableApcExtension + components: + - pos: 33.5,-54.5 + parent: 864 + type: Transform +- uid: 12110 + type: CableApcExtension + components: + - pos: 30.5,-45.5 + parent: 864 + type: Transform +- uid: 12111 + type: CableApcExtension + components: + - pos: 32.5,-45.5 + parent: 864 + type: Transform +- uid: 12112 + type: CableApcExtension + components: + - pos: 29.5,-45.5 + parent: 864 + type: Transform +- uid: 12113 + type: CableApcExtension + components: + - pos: 33.5,-45.5 + parent: 864 + type: Transform +- uid: 12114 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 26.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12115 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 25.5,-55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12116 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12117 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12118 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 25.5,-56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12119 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12120 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12121 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12122 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12123 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12124 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12125 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 29.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12126 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 32.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12127 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 29.5,-57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12128 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12129 + type: GasPipeStraight + components: + - pos: 29.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12130 + type: GasPipeStraight + components: + - pos: 29.5,-54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12131 + type: GasPipeStraight + components: + - pos: 29.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12132 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 29.5,-52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12133 + type: GasPipeStraight + components: + - pos: 29.5,-51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12134 + type: GasPipeStraight + components: + - pos: 29.5,-50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12135 + type: GasPipeStraight + components: + - pos: 29.5,-49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12136 + type: GasPipeStraight + components: + - pos: 29.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12137 + type: GasPipeFourway + components: + - pos: 29.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12138 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12139 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12140 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12141 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 29.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12142 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12143 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12144 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12145 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12146 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12147 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12148 + type: GasVentPump + components: + - pos: 29.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12149 + type: GasPipeStraight + components: + - pos: 32.5,-59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12150 + type: GasPipeStraight + components: + - pos: 32.5,-58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12151 + type: GasPipeStraight + components: + - pos: 32.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12152 + type: GasPipeStraight + components: + - pos: 32.5,-55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12153 + type: GasPipeStraight + components: + - pos: 32.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12154 + type: GasPipeStraight + components: + - pos: 32.5,-53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12155 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12156 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12157 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12158 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12159 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12160 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-50.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12161 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12162 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12163 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12164 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 34.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12165 + type: WallReinforced + components: + - pos: 24.5,-57.5 + parent: 864 + type: Transform +- uid: 12166 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12167 + type: GasPipeTJunction + components: + - pos: 32.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12168 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12169 + type: GasVentScrubber + components: + - pos: 34.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12170 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12171 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12172 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12173 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12174 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 28.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12175 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12176 + type: GasVentScrubber + components: + - pos: 28.5,-48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12177 + type: RandomSpawner + components: + - pos: 62.5,-10.5 + parent: 864 + type: Transform +- uid: 12178 + type: RandomSpawner + components: + - pos: 54.5,-12.5 + parent: 864 + type: Transform +- uid: 12179 + type: RandomSpawner + components: + - pos: 52.5,-6.5 + parent: 864 + type: Transform +- uid: 12180 + type: RandomSpawner + components: + - pos: 52.5,0.5 + parent: 864 + type: Transform +- uid: 12181 + type: RandomSpawner + components: + - pos: 50.5,-45.5 + parent: 864 + type: Transform +- uid: 12182 + type: RandomSpawner + components: + - pos: 42.5,-49.5 + parent: 864 + type: Transform +- uid: 12183 + type: SpawnPointServiceWorker + components: + - pos: 9.5,8.5 + parent: 864 + type: Transform +- uid: 12184 + type: WeaponCapacitorRecharger + components: + - pos: 51.5,-43.5 + parent: 864 + type: Transform +- uid: 12185 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 51.483532,-41.966263 + parent: 864 + type: Transform +- uid: 12186 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 51.467907,-41.966263 + parent: 864 + type: Transform +- uid: 12187 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 51.467907,-41.966263 + parent: 864 + type: Transform +- uid: 12188 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 51.467907,-41.966263 + parent: 864 + type: Transform +- uid: 12189 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 51.467907,-41.966263 + parent: 864 + type: Transform +- uid: 12190 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 51.467907,-41.966263 + parent: 864 + type: Transform +- uid: 12191 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 51.467907,-41.966263 + parent: 864 + type: Transform +- uid: 12192 + type: Paper + components: + - rot: 1.5707963267948966 rad + pos: 51.467907,-41.966263 + parent: 864 + type: Transform +- uid: 12193 + type: Lamp + components: + - rot: 1.5707963267948966 rad + pos: 51.608532,-40.935013 + parent: 864 + type: Transform +- uid: 12194 + type: BoxFolderGrey + components: + - rot: 1.5707963267948966 rad + pos: 51.514782,-42.450638 + parent: 864 + type: Transform +- uid: 12195 + type: BoxFolderYellow + components: + - rot: 1.5707963267948966 rad + pos: 51.655407,-42.653763 + parent: 864 + type: Transform +- uid: 12196 + type: SurveillanceCameraSecurity + components: + - rot: 1.5707963267948966 rad + pos: 50.5,14.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: open prison north west + type: SurveillanceCamera +- uid: 12197 + type: SurveillanceCameraSecurity + components: + - rot: -1.5707963267948966 rad + pos: 56.5,10.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: open prison south + type: SurveillanceCamera +- uid: 12198 + type: SurveillanceCameraSecurity + components: + - rot: 1.5707963267948966 rad + pos: 42.5,9.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: brig south + type: SurveillanceCamera +- uid: 12199 + type: SurveillanceCameraSecurity + components: + - rot: 3.141592653589793 rad + pos: 33.5,16.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: brig + type: SurveillanceCamera +- uid: 12200 + type: SurveillanceCameraSecurity + components: + - rot: 1.5707963267948966 rad + pos: 32.5,31.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: armory + type: SurveillanceCamera +- uid: 12201 + type: SurveillanceCameraSecurity + components: + - rot: 3.141592653589793 rad + pos: 8.5,17.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: security canteen + type: SurveillanceCamera +- uid: 12202 + type: SurveillanceCameraSecurity + components: + - rot: -1.5707963267948966 rad + pos: 17.5,-11.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: detective agency + type: SurveillanceCamera +- uid: 12203 + type: AirlockCommandGlassLocked + components: + - pos: 17.5,-25.5 + parent: 864 + type: Transform +- uid: 12204 + type: SurveillanceCameraCommand + components: + - pos: 28.5,-43.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: personnel + type: SurveillanceCamera +- uid: 12205 + type: SurveillanceCameraMedical + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-47.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: medbay reception + type: SurveillanceCamera +- uid: 12206 + type: SurveillanceCameraGeneral + components: + - rot: 3.141592653589793 rad + pos: 8.5,3.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: food court + type: SurveillanceCamera +- uid: 12207 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 64.5,-31.5 + parent: 864 + type: Transform +- uid: 12208 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 64.5,-37.5 + parent: 864 + type: Transform +- uid: 12209 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 60.5,-37.5 + parent: 864 + type: Transform +- uid: 12210 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 60.5,-31.5 + parent: 864 + type: Transform +- uid: 12211 + type: DrinkDoctorsDelightGlass + components: + - pos: -11.489604,-48.420853 + parent: 864 + type: Transform +- uid: 12212 + type: FoodBurgerBrain + components: + - pos: -12.411479,-50.405228 + parent: 864 + type: Transform +- uid: 12213 + type: FoodSnackBoritos + components: + - rot: -1.5707963267948966 rad + pos: -11.473979,-49.827103 + parent: 864 + type: Transform +- uid: 12214 + type: ClothingBackpackDuffelMedical + components: + - pos: -16.552103,-49.311478 + parent: 864 + type: Transform +- uid: 12215 + type: ClothingBackpackSatchelMedical + components: + - pos: -11.364604,-50.389603 + parent: 864 + type: Transform +- uid: 12216 + type: ClothingShoesColorWhite + components: + - pos: -16.54276,-45.461185 + parent: 864 + type: Transform +- uid: 12217 + type: Grille + components: + - pos: -12.5,-44.5 + parent: 864 + type: Transform +- uid: 12218 + type: Grille + components: + - pos: -13.5,-44.5 + parent: 864 + type: Transform +- uid: 12219 + type: Grille + components: + - pos: -14.5,-44.5 + parent: 864 + type: Transform +- uid: 12220 + type: BlastDoorExterior1 + components: + - pos: 47.5,-51.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -266022 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 12339 + Close: + - port: Off + uid: 12339 + Toggle: [] + type: SignalReceiver +- uid: 12221 + type: BlastDoorExterior1 + components: + - pos: 47.5,-52.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -266022 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 12339 + Close: + - port: Off + uid: 12339 + Toggle: [] + type: SignalReceiver +- uid: 12222 + type: BlastDoorExterior1 + components: + - pos: 47.5,-53.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -266022 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 12339 + Close: + - port: Off + uid: 12339 + Toggle: [] + type: SignalReceiver +- uid: 12223 + type: BlastDoorExterior1 + components: + - pos: 47.5,-54.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -266022 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 12339 + Close: + - port: Off + uid: 12339 + Toggle: [] + type: SignalReceiver +- uid: 12224 + type: CarbonDioxideCanister + components: + - pos: 45.5,-51.5 + parent: 864 + type: Transform +- uid: 12225 + type: OxygenCanister + components: + - pos: 45.5,-52.5 + parent: 864 + type: Transform +- uid: 12226 + type: NitrogenCanister + components: + - pos: 54.5,-55.5 + parent: 864 + type: Transform +- uid: 12227 + type: StorageCanister + components: + - pos: 45.5,-54.5 + parent: 864 + type: Transform +- uid: 12228 + type: WallSolid + components: + - pos: 44.5,-55.5 + parent: 864 + type: Transform +- uid: 12229 + type: WallSolid + components: + - pos: 44.5,-54.5 + parent: 864 + type: Transform +- uid: 12230 + type: WallSolid + components: + - pos: 44.5,-53.5 + parent: 864 + type: Transform +- uid: 12231 + type: WallSolid + components: + - pos: 44.5,-52.5 + parent: 864 + type: Transform +- uid: 12232 + type: WallSolid + components: + - pos: 44.5,-51.5 + parent: 864 + type: Transform +- uid: 12233 + type: WallSolid + components: + - pos: 45.5,-55.5 + parent: 864 + type: Transform +- uid: 12234 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 46.5,-55.5 + parent: 864 + type: Transform +- uid: 12235 + type: WallSolid + components: + - pos: 47.5,-55.5 + parent: 864 + type: Transform +- uid: 12236 + type: StorageCanister + components: + - pos: 45.5,-58.5 + parent: 864 + type: Transform +- uid: 12237 + type: GasPort + components: + - pos: 45.5,-58.5 + parent: 864 + type: Transform +- uid: 12238 + type: GasPort + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-59.5 + parent: 864 + type: Transform +- uid: 12239 + type: GasPort + components: + - rot: 3.141592653589793 rad + pos: 45.5,-60.5 + parent: 864 + type: Transform +- uid: 12240 + type: GasFilterFlipped + components: + - rot: 3.141592653589793 rad + pos: 45.5,-59.5 + parent: 864 + type: Transform + - enabled: False + type: GasFilter +- uid: 12241 + type: ReinforcedWindow + components: + - pos: 49.5,-59.5 + parent: 864 + type: Transform +- uid: 12242 + type: AirlockMaintRnDLocked + components: + - name: toxins + type: MetaData + - pos: 44.5,-56.5 + parent: 864 + type: Transform +- uid: 12243 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 44.5,-57.5 + parent: 864 + type: Transform +- uid: 12244 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 44.5,-58.5 + parent: 864 + type: Transform +- uid: 12245 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 44.5,-59.5 + parent: 864 + type: Transform +- uid: 12246 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 44.5,-60.5 + parent: 864 + type: Transform +- uid: 12247 + type: WallReinforced + components: + - pos: 46.5,-61.5 + parent: 864 + type: Transform +- uid: 12248 + type: WallReinforced + components: + - pos: 45.5,-61.5 + parent: 864 + type: Transform +- uid: 12249 + type: WallReinforced + components: + - pos: 44.5,-61.5 + parent: 864 + type: Transform +- uid: 12250 + type: GasThermoMachineFreezer + components: + - pos: 51.5,-57.5 + parent: 864 + type: Transform +- uid: 12251 + type: GasThermoMachineHeater + components: + - pos: 48.5,-57.5 + parent: 864 + type: Transform +- uid: 12252 + type: WallReinforced + components: + - pos: 53.5,-56.5 + parent: 864 + type: Transform +- uid: 12253 + type: WallReinforced + components: + - pos: 52.5,-56.5 + parent: 864 + type: Transform +- uid: 12254 + type: WallReinforced + components: + - pos: 52.5,-57.5 + parent: 864 + type: Transform +- uid: 12255 + type: BlastDoorExterior1 + components: + - pos: 52.5,-58.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -266049.78 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 13103 + Close: + - port: Off + uid: 13103 + Toggle: [] + type: SignalReceiver +- uid: 12256 + type: WallReinforced + components: + - pos: 52.5,-59.5 + parent: 864 + type: Transform +- uid: 12257 + type: WallSolid + components: + - pos: 48.5,-59.5 + parent: 864 + type: Transform +- uid: 12258 + type: ReinforcedWindow + components: + - pos: 50.5,-59.5 + parent: 864 + type: Transform +- uid: 12259 + type: AirlockScienceLocked + components: + - pos: 51.5,-59.5 + parent: 864 + type: Transform +- uid: 12260 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: 51.5,-60.5 + parent: 864 + type: Transform +- uid: 12261 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: 48.5,-60.5 + parent: 864 + type: Transform +- uid: 12262 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 48.5,-59.5 + parent: 864 + type: Transform +- uid: 12263 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 51.5,-59.5 + parent: 864 + type: Transform +- uid: 12264 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 51.5,-58.5 + parent: 864 + type: Transform +- uid: 12265 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 48.5,-58.5 + parent: 864 + type: Transform +- uid: 12266 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 50.5,-58.5 + parent: 864 + type: Transform +- uid: 12267 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 47.5,-58.5 + parent: 864 + type: Transform +- uid: 12268 + type: GasPressurePump + components: + - rot: 3.141592653589793 rad + pos: 50.5,-57.5 + parent: 864 + type: Transform + - enabled: False + type: GasPressurePump +- uid: 12269 + type: GasPressurePump + components: + - pos: 47.5,-57.5 + parent: 864 + type: Transform + - enabled: False + type: GasPressurePump +- uid: 12270 + type: GasPort + components: + - pos: 47.5,-56.5 + parent: 864 + type: Transform +- uid: 12271 + type: GasPort + components: + - pos: 50.5,-56.5 + parent: 864 + type: Transform +- uid: 12272 + type: WallReinforced + components: + - pos: 47.5,-59.5 + parent: 864 + type: Transform +- uid: 12273 + type: WallReinforced + components: + - pos: 47.5,-60.5 + parent: 864 + type: Transform +- uid: 12274 + type: WallReinforced + components: + - pos: 47.5,-61.5 + parent: 864 + type: Transform +- uid: 12275 + type: WallReinforced + components: + - pos: 52.5,-60.5 + parent: 864 + type: Transform +- uid: 12276 + type: AirlockScienceLocked + components: + - pos: 52.5,-61.5 + parent: 864 + type: Transform +- uid: 12277 + type: GasPipeStraight + components: + - pos: 49.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12278 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 49.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12279 + type: GasPipeStraight + components: + - pos: 49.5,-62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12280 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-50.5 + parent: 864 + type: Transform +- uid: 12281 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-55.5 + parent: 864 + type: Transform +- uid: 12282 + type: DisposalBend + components: + - pos: 49.5,-55.5 + parent: 864 + type: Transform +- uid: 12283 + type: DisposalPipe + components: + - pos: 49.5,-56.5 + parent: 864 + type: Transform +- uid: 12284 + type: DisposalPipe + components: + - pos: 49.5,-57.5 + parent: 864 + type: Transform +- uid: 12285 + type: DisposalPipe + components: + - pos: 49.5,-58.5 + parent: 864 + type: Transform +- uid: 12286 + type: DisposalPipe + components: + - pos: 49.5,-59.5 + parent: 864 + type: Transform +- uid: 12287 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 49.5,-60.5 + parent: 864 + type: Transform +- uid: 12288 + type: DisposalUnit + components: + - pos: 49.5,-60.5 + parent: 864 + type: Transform +- uid: 12289 + type: DisposalUnit + components: + - pos: 48.5,-55.5 + parent: 864 + type: Transform +- uid: 12290 + type: DisposalUnit + components: + - pos: 48.5,-50.5 + parent: 864 + type: Transform +- uid: 12291 + type: CableApcExtension + components: + - pos: 48.5,-54.5 + parent: 864 + type: Transform +- uid: 12292 + type: CableApcExtension + components: + - pos: 47.5,-54.5 + parent: 864 + type: Transform +- uid: 12293 + type: CableApcExtension + components: + - pos: 46.5,-54.5 + parent: 864 + type: Transform +- uid: 12294 + type: CableApcExtension + components: + - pos: 49.5,-55.5 + parent: 864 + type: Transform +- uid: 12295 + type: CableApcExtension + components: + - pos: 49.5,-56.5 + parent: 864 + type: Transform +- uid: 12296 + type: CableApcExtension + components: + - pos: 49.5,-57.5 + parent: 864 + type: Transform +- uid: 12297 + type: CableApcExtension + components: + - pos: 49.5,-58.5 + parent: 864 + type: Transform +- uid: 12298 + type: CableApcExtension + components: + - pos: 49.5,-59.5 + parent: 864 + type: Transform +- uid: 12299 + type: CableApcExtension + components: + - pos: 49.5,-60.5 + parent: 864 + type: Transform +- uid: 12300 + type: CableApcExtension + components: + - pos: 50.5,-60.5 + parent: 864 + type: Transform +- uid: 12301 + type: CableApcExtension + components: + - pos: 50.5,-53.5 + parent: 864 + type: Transform +- uid: 12302 + type: CableApcExtension + components: + - pos: 51.5,-53.5 + parent: 864 + type: Transform +- uid: 12303 + type: CableApcExtension + components: + - pos: 52.5,-53.5 + parent: 864 + type: Transform +- uid: 12304 + type: CableApcExtension + components: + - pos: 52.5,-52.5 + parent: 864 + type: Transform +- uid: 12305 + type: CableApcExtension + components: + - pos: 52.5,-51.5 + parent: 864 + type: Transform +- uid: 12306 + type: CableApcExtension + components: + - pos: 50.5,-50.5 + parent: 864 + type: Transform +- uid: 12307 + type: CableApcExtension + components: + - pos: 48.5,-57.5 + parent: 864 + type: Transform +- uid: 12308 + type: CableApcExtension + components: + - pos: 47.5,-57.5 + parent: 864 + type: Transform +- uid: 12309 + type: CableApcExtension + components: + - pos: 46.5,-57.5 + parent: 864 + type: Transform +- uid: 12310 + type: CableApcExtension + components: + - pos: 45.5,-57.5 + parent: 864 + type: Transform +- uid: 12311 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 30.5,-47.5 + parent: 864 + type: Transform +- uid: 12312 + type: CableApcExtension + components: + - pos: 51.5,-54.5 + parent: 864 + type: Transform +- uid: 12313 + type: CableApcExtension + components: + - pos: 51.5,-55.5 + parent: 864 + type: Transform +- uid: 12314 + type: CableApcExtension + components: + - pos: 51.5,-56.5 + parent: 864 + type: Transform +- uid: 12315 + type: CableApcExtension + components: + - pos: 49.5,-48.5 + parent: 864 + type: Transform +- uid: 12316 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 49.5,-59.5 + parent: 864 + type: Transform +- uid: 12317 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 50.5,-59.5 + parent: 864 + type: Transform +- uid: 12318 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 30.5,-48.5 + parent: 864 + type: Transform +- uid: 12319 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 31.5,-47.5 + parent: 864 + type: Transform +- uid: 12320 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 31.5,-48.5 + parent: 864 + type: Transform +- uid: 12321 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 32.5,-47.5 + parent: 864 + type: Transform +- uid: 12322 + type: CarpetSBlue + components: + - rot: 3.141592653589793 rad + pos: 32.5,-48.5 + parent: 864 + type: Transform +- uid: 12323 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 28.5,-50.5 + parent: 864 + type: Transform +- uid: 12324 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 28.5,-51.5 + parent: 864 + type: Transform +- uid: 12325 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 29.5,-50.5 + parent: 864 + type: Transform +- uid: 12326 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 29.5,-51.5 + parent: 864 + type: Transform +- uid: 12327 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 30.5,-50.5 + parent: 864 + type: Transform +- uid: 12328 + type: Carpet + components: + - rot: 3.141592653589793 rad + pos: 30.5,-51.5 + parent: 864 + type: Transform +- uid: 12329 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 32.5,-50.5 + parent: 864 + type: Transform +- uid: 12330 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 32.5,-51.5 + parent: 864 + type: Transform +- uid: 12331 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 33.5,-50.5 + parent: 864 + type: Transform +- uid: 12332 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 33.5,-51.5 + parent: 864 + type: Transform +- uid: 12333 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 34.5,-50.5 + parent: 864 + type: Transform +- uid: 12334 + type: CarpetGreen + components: + - rot: 3.141592653589793 rad + pos: 34.5,-51.5 + parent: 864 + type: Transform +- uid: 12335 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: 31.5,-53.5 + parent: 864 + type: Transform +- uid: 12336 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: 31.5,-54.5 + parent: 864 + type: Transform +- uid: 12337 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: 31.5,-55.5 + parent: 864 + type: Transform +- uid: 12338 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: 31.5,-56.5 + parent: 864 + type: Transform +- uid: 12339 + type: SignalSwitch + components: + - pos: 47.5,-55.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 12223 + - port: Open + uid: 12222 + - port: Open + uid: 12221 + - port: Open + uid: 12220 + Off: + - port: Close + uid: 12223 + - port: Close + uid: 12222 + - port: Close + uid: 12221 + - port: Close + uid: 12220 + type: SignalTransmitter +- uid: 12340 + type: SignalSwitch + components: + - pos: 47.5,-59.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 12347 + Off: + - port: Close + uid: 12347 + type: SignalTransmitter +- uid: 12341 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: 49.5,-63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12342 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 52.5,-62.5 + parent: 864 + type: Transform +- uid: 12343 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 51.5,-62.5 + parent: 864 + type: Transform +- uid: 12344 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 49.5,-62.5 + parent: 864 + type: Transform +- uid: 12345 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 48.5,-62.5 + parent: 864 + type: Transform +- uid: 12346 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 47.5,-62.5 + parent: 864 + type: Transform +- uid: 12347 + type: BlastDoorExterior1 + components: + - pos: 50.5,-62.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -173239.1 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 12340 + Close: + - port: Off + uid: 12340 + Toggle: [] + type: SignalReceiver +- uid: 12348 + type: Firelock + components: + - pos: -38.5,-22.5 + parent: 864 + type: Transform +- uid: 12349 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 51.5,-3.5 + parent: 864 + type: Transform +- uid: 12350 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 52.5,-3.5 + parent: 864 + type: Transform +- uid: 12351 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 53.5,-3.5 + parent: 864 + type: Transform +- uid: 12352 + type: FirelockGlass + components: + - pos: 46.5,-10.5 + parent: 864 + type: Transform +- uid: 12353 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: 62.5,-16.5 + parent: 864 + type: Transform +- uid: 12354 + type: FirelockGlass + components: + - rot: -1.5707963267948966 rad + pos: 64.5,-4.5 + parent: 864 + type: Transform +- uid: 12355 + type: WallReinforced + components: + - pos: 34.5,-61.5 + parent: 864 + type: Transform +- uid: 12356 + type: WallReinforced + components: + - pos: 35.5,-61.5 + parent: 864 + type: Transform +- uid: 12357 + type: WallReinforced + components: + - pos: 36.5,-61.5 + parent: 864 + type: Transform +- uid: 12358 + type: WallReinforced + components: + - pos: 37.5,-61.5 + parent: 864 + type: Transform +- uid: 12359 + type: WallReinforced + components: + - pos: 37.5,-62.5 + parent: 864 + type: Transform +- uid: 12360 + type: WallReinforced + components: + - pos: 37.5,-63.5 + parent: 864 + type: Transform +- uid: 12361 + type: ReinforcedWindow + components: + - pos: 43.5,-69.5 + parent: 864 + type: Transform +- uid: 12362 + type: WallReinforced + components: + - pos: 37.5,-65.5 + parent: 864 + type: Transform +- uid: 12363 + type: ReinforcedWindow + components: + - pos: 42.5,-69.5 + parent: 864 + type: Transform +- uid: 12364 + type: WallReinforced + components: + - pos: 37.5,-67.5 + parent: 864 + type: Transform +- uid: 12365 + type: WallReinforced + components: + - pos: 37.5,-68.5 + parent: 864 + type: Transform +- uid: 12366 + type: WallReinforced + components: + - name: reinforced outer wall + type: MetaData + - pos: 43.5,-61.5 + parent: 864 + type: Transform +- uid: 12367 + type: WallReinforced + components: + - pos: 42.5,-61.5 + parent: 864 + type: Transform +- uid: 12368 + type: WallReinforced + components: + - pos: 41.5,-61.5 + parent: 864 + type: Transform +- uid: 12369 + type: WallReinforced + components: + - pos: 41.5,-62.5 + parent: 864 + type: Transform +- uid: 12370 + type: WallReinforced + components: + - pos: 41.5,-63.5 + parent: 864 + type: Transform +- uid: 12371 + type: ReinforcedWindow + components: + - pos: 35.5,-69.5 + parent: 864 + type: Transform +- uid: 12372 + type: WallReinforced + components: + - pos: 41.5,-65.5 + parent: 864 + type: Transform +- uid: 12373 + type: ReinforcedWindow + components: + - pos: 44.5,-69.5 + parent: 864 + type: Transform +- uid: 12374 + type: WallReinforced + components: + - pos: 41.5,-67.5 + parent: 864 + type: Transform +- uid: 12375 + type: WallReinforced + components: + - pos: 41.5,-68.5 + parent: 864 + type: Transform +- uid: 12376 + type: DeployableBarrier + components: + - pos: 31.5,17.5 + parent: 864 + type: Transform + - bodyType: Dynamic + type: Physics +- uid: 12377 + type: DeployableBarrier + components: + - pos: 32.5,17.5 + parent: 864 + type: Transform + - bodyType: Dynamic + type: Physics +- uid: 12378 + type: CableApcExtension + components: + - pos: 32.5,15.5 + parent: 864 + type: Transform +- uid: 12379 + type: LampGold + components: + - pos: 32.892563,-50.10114 + parent: 864 + type: Transform +- uid: 12380 + type: LampGold + components: + - pos: 28.845686,-50.06989 + parent: 864 + type: Transform +- uid: 12381 + type: SubstationBasic + components: + - pos: -16.5,-0.5 + parent: 864 + type: Transform +- uid: 12382 + type: WallSolid + components: + - pos: -18.5,0.5 + parent: 864 + type: Transform +- uid: 12383 + type: WallSolid + components: + - pos: -20.5,0.5 + parent: 864 + type: Transform +- uid: 12384 + type: APCBasic + components: + - pos: -20.5,0.5 + parent: 864 + type: Transform +- uid: 12385 + type: ReinforcedWindow + components: + - pos: -16.5,0.5 + parent: 864 + type: Transform +- uid: 12386 + type: ReinforcedWindow + components: + - pos: -17.5,0.5 + parent: 864 + type: Transform +- uid: 12387 + type: ReinforcedWindow + components: + - pos: -19.5,0.5 + parent: 864 + type: Transform +- uid: 12388 + type: CableHV + components: + - pos: -19.5,-4.5 + parent: 864 + type: Transform +- uid: 12389 + type: CableHV + components: + - pos: -19.5,-3.5 + parent: 864 + type: Transform +- uid: 12390 + type: CableHV + components: + - pos: -19.5,-2.5 + parent: 864 + type: Transform +- uid: 12391 + type: CableHV + components: + - pos: -19.5,-1.5 + parent: 864 + type: Transform +- uid: 12392 + type: CableHV + components: + - pos: -19.5,-0.5 + parent: 864 + type: Transform +- uid: 12393 + type: CableHV + components: + - pos: -18.5,-0.5 + parent: 864 + type: Transform +- uid: 12394 + type: CableHV + components: + - pos: -17.5,-0.5 + parent: 864 + type: Transform +- uid: 12395 + type: CableHV + components: + - pos: -16.5,-0.5 + parent: 864 + type: Transform +- uid: 12396 + type: CableMV + components: + - pos: -16.5,-0.5 + parent: 864 + type: Transform +- uid: 12397 + type: CableMV + components: + - pos: -17.5,-0.5 + parent: 864 + type: Transform +- uid: 12398 + type: CableMV + components: + - pos: -18.5,-0.5 + parent: 864 + type: Transform +- uid: 12399 + type: CableMV + components: + - pos: -19.5,-0.5 + parent: 864 + type: Transform +- uid: 12400 + type: CableMV + components: + - pos: -20.5,-0.5 + parent: 864 + type: Transform +- uid: 12401 + type: CableMV + components: + - pos: -20.5,0.5 + parent: 864 + type: Transform +- uid: 12402 + type: CableApcExtension + components: + - pos: -20.5,0.5 + parent: 864 + type: Transform +- uid: 12403 + type: CableApcExtension + components: + - pos: -21.5,0.5 + parent: 864 + type: Transform +- uid: 12404 + type: CableApcExtension + components: + - pos: -21.5,1.5 + parent: 864 + type: Transform +- uid: 12405 + type: CableApcExtension + components: + - pos: -20.5,1.5 + parent: 864 + type: Transform +- uid: 12406 + type: CableApcExtension + components: + - pos: -19.5,1.5 + parent: 864 + type: Transform +- uid: 12407 + type: CableApcExtension + components: + - pos: -19.5,2.5 + parent: 864 + type: Transform +- uid: 12408 + type: CableApcExtension + components: + - pos: -18.5,2.5 + parent: 864 + type: Transform +- uid: 12409 + type: CableApcExtension + components: + - pos: -17.5,2.5 + parent: 864 + type: Transform +- uid: 12410 + type: CableApcExtension + components: + - pos: -17.5,3.5 + parent: 864 + type: Transform +- uid: 12411 + type: CableApcExtension + components: + - pos: -19.5,-1.5 + parent: 864 + type: Transform +- uid: 12412 + type: CableApcExtension + components: + - pos: -19.5,-2.5 + parent: 864 + type: Transform +- uid: 12413 + type: CableApcExtension + components: + - pos: -19.5,-0.5 + parent: 864 + type: Transform +- uid: 12414 + type: CableApcExtension + components: + - pos: -20.5,-0.5 + parent: 864 + type: Transform +- uid: 12415 + type: CableApcExtension + components: + - pos: -21.5,2.5 + parent: 864 + type: Transform +- uid: 12416 + type: CableApcExtension + components: + - pos: -21.5,3.5 + parent: 864 + type: Transform +- uid: 12417 + type: CableApcExtension + components: + - pos: -18.5,-0.5 + parent: 864 + type: Transform +- uid: 12418 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12419 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -15.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12420 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -16.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12421 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -17.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12422 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12423 + type: GasPipeTJunction + components: + - pos: -19.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12424 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -13.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12425 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -14.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12426 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12427 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12428 + type: GasPipeStraight + components: + - pos: -19.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12429 + type: GasPipeStraight + components: + - pos: -19.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12430 + type: GasVentPump + components: + - pos: -13.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12431 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -17.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12432 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -13.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12433 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -19.5,4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12434 + type: GasPipeTJunction + components: + - pos: -13.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12435 + type: Grille + components: + - pos: -19.5,5.5 + parent: 864 + type: Transform +- uid: 12436 + type: Grille + components: + - pos: -23.5,2.5 + parent: 864 + type: Transform +- uid: 12437 + type: RandomSpawner + components: + - pos: -4.5,-0.5 + parent: 864 + type: Transform +- uid: 12438 + type: RandomSpawner + components: + - pos: 7.5,2.5 + parent: 864 + type: Transform +- uid: 12439 + type: RandomSpawner + components: + - pos: 17.5,-41.5 + parent: 864 + type: Transform +- uid: 12440 + type: RandomSpawner + components: + - pos: -7.5,-53.5 + parent: 864 + type: Transform +- uid: 12441 + type: FoodDonkpocketHonkWarm + components: + - pos: 59.624607,-49.378723 + parent: 864 + type: Transform +- uid: 12442 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 62.5,-48.5 + parent: 864 + type: Transform +- uid: 12443 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 61.5,-47.5 + parent: 864 + type: Transform +- uid: 12444 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 63.5,-47.5 + parent: 864 + type: Transform +- uid: 12445 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 63.5,-47.5 + parent: 864 + type: Transform +- uid: 12446 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 64.5,-46.5 + parent: 864 + type: Transform +- uid: 12447 + type: WindowReinforcedDirectional + components: + - pos: 63.5,-45.5 + parent: 864 + type: Transform +- uid: 12448 + type: WindowReinforcedDirectional + components: + - pos: 62.5,-44.5 + parent: 864 + type: Transform +- uid: 12449 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 63.5,-45.5 + parent: 864 + type: Transform +- uid: 12450 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 61.5,-45.5 + parent: 864 + type: Transform +- uid: 12451 + type: WindowReinforcedDirectional + components: + - pos: 61.5,-45.5 + parent: 864 + type: Transform +- uid: 12452 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 60.5,-46.5 + parent: 864 + type: Transform +- uid: 12453 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 61.5,-47.5 + parent: 864 + type: Transform +- uid: 12454 + type: SpawnPointObserver + components: + - pos: -4.5,-41.5 + parent: 864 + type: Transform +- uid: 12455 + type: WarpPoint + components: + - name: 'Warp: medical' + type: MetaData + - pos: -4.5,-47.5 + parent: 864 + type: Transform + - location: medbay + type: WarpPoint +- uid: 12456 + type: WarpPoint + components: + - name: 'warp: science' + type: MetaData + - pos: 49.5,-42.5 + parent: 864 + type: Transform + - location: science reception + type: WarpPoint +- uid: 12457 + type: WarpPoint + components: + - name: 'warp: bridge' + type: MetaData + - pos: 25.5,-19.5 + parent: 864 + type: Transform + - location: bridge + type: WarpPoint +- uid: 12458 + type: WarpPoint + components: + - name: 'warp: prison' + type: MetaData + - pos: 53.5,16.5 + parent: 864 + type: Transform + - location: open prison + type: WarpPoint +- uid: 12459 + type: WarpPoint + components: + - name: 'warp: security' + type: MetaData + - pos: 23.5,17.5 + parent: 864 + type: Transform + - location: security + type: WarpPoint +- uid: 12460 + type: WarpPoint + components: + - pos: 61.5,-8.5 + parent: 864 + type: Transform + - location: evac + type: WarpPoint +- uid: 12461 + type: WarpPoint + components: + - name: 'warp: bar' + type: MetaData + - pos: 12.5,7.5 + parent: 864 + type: Transform + - location: bar + type: WarpPoint +- uid: 12462 + type: WarpPoint + components: + - name: 'warp: perma brig' + type: MetaData + - pos: 25.5,1.5 + parent: 864 + type: Transform + - location: perma brig + type: WarpPoint +- uid: 12463 + type: WarpPoint + components: + - name: 'warp: waste' + type: MetaData + - pos: 17.5,-53.5 + parent: 864 + type: Transform +- uid: 12464 + type: Poweredlight + components: + - pos: 32.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12465 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-51.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12466 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12467 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-55.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12468 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-56.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12469 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-46.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12470 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12471 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-56.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12472 + type: VendingMachineGames + components: + - pos: 3.5,-40.5 + parent: 864 + type: Transform +- uid: 12473 + type: Poweredlight + components: + - pos: 28.5,-58.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12474 + type: Poweredlight + components: + - pos: -15.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12475 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 37.5,-60.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12476 + type: SpawnPointSecurityCadet + components: + - pos: 23.5,18.5 + parent: 864 + type: Transform +- uid: 12477 + type: Catwalk + components: + - pos: -16.5,-0.5 + parent: 864 + type: Transform +- uid: 12478 + type: Catwalk + components: + - pos: -17.5,-0.5 + parent: 864 + type: Transform +- uid: 12479 + type: Catwalk + components: + - pos: -18.5,-0.5 + parent: 864 + type: Transform +- uid: 12480 + type: Catwalk + components: + - pos: -19.5,-0.5 + parent: 864 + type: Transform +- uid: 12481 + type: Catwalk + components: + - pos: -20.5,-0.5 + parent: 864 + type: Transform +- uid: 12482 + type: Catwalk + components: + - pos: -21.5,-0.5 + parent: 864 + type: Transform +- uid: 12483 + type: Catwalk + components: + - pos: -22.5,-0.5 + parent: 864 + type: Transform +- uid: 12484 + type: Grille + components: + - pos: -2.5,42.5 + parent: 864 + type: Transform +- uid: 12485 + type: PoweredlightSodium + components: + - pos: -18.5,4.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12486 + type: PoweredSmallLight + components: + - pos: -18.5,-0.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 12487 + type: WallSolid + components: + - pos: -26.5,-19.5 + parent: 864 + type: Transform +- uid: 12488 + type: AirlockEngineeringLocked + components: + - name: engineering + type: MetaData + - rot: -1.5707963267948966 rad + pos: -26.5,-16.5 + parent: 864 + type: Transform +- uid: 12489 + type: AirlockEngineeringLocked + components: + - name: engineering + type: MetaData + - rot: -1.5707963267948966 rad + pos: -26.5,-17.5 + parent: 864 + type: Transform +- uid: 12490 + type: AirlockEngineeringLocked + components: + - name: engineering + type: MetaData + - rot: -1.5707963267948966 rad + pos: -26.5,-18.5 + parent: 864 + type: Transform +- uid: 12491 + type: WallSolid + components: + - pos: -27.5,-9.5 + parent: 864 + type: Transform +- uid: 12492 + type: WallSolid + components: + - pos: -28.5,-9.5 + parent: 864 + type: Transform +- uid: 12493 + type: WallSolid + components: + - pos: -29.5,-9.5 + parent: 864 + type: Transform +- uid: 12494 + type: WallSolid + components: + - pos: -30.5,-9.5 + parent: 864 + type: Transform +- uid: 12495 + type: WallSolid + components: + - pos: -27.5,-15.5 + parent: 864 + type: Transform +- uid: 12496 + type: WallSolid + components: + - pos: -28.5,-15.5 + parent: 864 + type: Transform +- uid: 12497 + type: WallSolid + components: + - pos: -29.5,-15.5 + parent: 864 + type: Transform +- uid: 12498 + type: WallSolid + components: + - pos: -30.5,-15.5 + parent: 864 + type: Transform +- uid: 12499 + type: WallSolid + components: + - pos: -30.5,-11.5 + parent: 864 + type: Transform +- uid: 12500 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-9.5 + parent: 864 + type: Transform +- uid: 12501 + type: ChairOfficeDark + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-12.5 + parent: 864 + type: Transform +- uid: 12502 + type: WallSolid + components: + - pos: -30.5,-14.5 + parent: 864 + type: Transform +- uid: 12503 + type: ReinforcedWindow + components: + - pos: -40.5,-12.5 + parent: 864 + type: Transform +- uid: 12504 + type: FirelockGlass + components: + - pos: -34.5,-33.5 + parent: 864 + type: Transform +- uid: 12505 + type: FirelockGlass + components: + - pos: -34.5,-34.5 + parent: 864 + type: Transform +- uid: 12506 + type: ReinforcedWindow + components: + - pos: -40.5,-9.5 + parent: 864 + type: Transform +- uid: 12507 + type: WallSolid + components: + - pos: -33.5,-13.5 + parent: 864 + type: Transform +- uid: 12508 + type: WallReinforced + components: + - pos: -33.5,-14.5 + parent: 864 + type: Transform +- uid: 12509 + type: ReinforcedWindow + components: + - pos: -33.5,-17.5 + parent: 864 + type: Transform +- uid: 12510 + type: WallSolid + components: + - pos: -27.5,-19.5 + parent: 864 + type: Transform +- uid: 12511 + type: WallSolid + components: + - pos: -28.5,-19.5 + parent: 864 + type: Transform +- uid: 12512 + type: WallSolid + components: + - pos: -29.5,-19.5 + parent: 864 + type: Transform +- uid: 12513 + type: WallSolid + components: + - pos: -30.5,-19.5 + parent: 864 + type: Transform +- uid: 12514 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-6.5 + parent: 864 + type: Transform +- uid: 12515 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -13.5,35.5 + parent: 864 + type: Transform +- uid: 12516 + type: WallReinforced + components: + - pos: -33.5,-18.5 + parent: 864 + type: Transform +- uid: 12517 + type: WallReinforced + components: + - pos: -33.5,-19.5 + parent: 864 + type: Transform +- uid: 12518 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-10.5 + parent: 864 + type: Transform +- uid: 12519 + type: ReinforcedWindow + components: + - pos: -33.5,-15.5 + parent: 864 + type: Transform +- uid: 12520 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-13.5 + parent: 864 + type: Transform +- uid: 12521 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 864 + type: Transform +- uid: 12522 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-5.5 + parent: 864 + type: Transform +- uid: 12523 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-4.5 + parent: 864 + type: Transform +- uid: 12524 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-3.5 + parent: 864 + type: Transform +- uid: 12525 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-2.5 + parent: 864 + type: Transform +- uid: 12526 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-1.5 + parent: 864 + type: Transform +- uid: 12527 + type: WallSolid + components: + - pos: -28.5,2.5 + parent: 864 + type: Transform +- uid: 12528 + type: WallSolid + components: + - pos: -28.5,-1.5 + parent: 864 + type: Transform +- uid: 12529 + type: WallSolid + components: + - pos: -30.5,-6.5 + parent: 864 + type: Transform +- uid: 12530 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,2.5 + parent: 864 + type: Transform +- uid: 12531 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,3.5 + parent: 864 + type: Transform +- uid: 12532 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,4.5 + parent: 864 + type: Transform +- uid: 12533 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,5.5 + parent: 864 + type: Transform +- uid: 12534 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: -27.5,6.5 + parent: 864 + type: Transform +- uid: 12535 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,7.5 + parent: 864 + type: Transform +- uid: 12536 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,8.5 + parent: 864 + type: Transform +- uid: 12537 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,9.5 + parent: 864 + type: Transform +- uid: 12538 + type: AtmosFixBlockerMarker + components: + - pos: 51.5,-60.5 + parent: 864 + type: Transform +- uid: 12539 + type: AtmosFixBlockerMarker + components: + - pos: 50.5,-60.5 + parent: 864 + type: Transform +- uid: 12540 + type: AtmosFixBlockerMarker + components: + - pos: 49.5,-60.5 + parent: 864 + type: Transform +- uid: 12541 + type: AtmosFixBlockerMarker + components: + - pos: 48.5,-60.5 + parent: 864 + type: Transform +- uid: 12542 + type: AtmosFixBlockerMarker + components: + - pos: 48.5,-61.5 + parent: 864 + type: Transform +- uid: 12543 + type: AtmosFixBlockerMarker + components: + - pos: 49.5,-61.5 + parent: 864 + type: Transform +- uid: 12544 + type: AtmosFixBlockerMarker + components: + - pos: 50.5,-61.5 + parent: 864 + type: Transform +- uid: 12545 + type: AtmosFixBlockerMarker + components: + - pos: 51.5,-61.5 + parent: 864 + type: Transform +- uid: 12546 + type: Table + components: + - pos: 53.5,-51.5 + parent: 864 + type: Transform +- uid: 12547 + type: Table + components: + - pos: 53.5,-52.5 + parent: 864 + type: Transform +- uid: 12548 + type: Table + components: + - pos: 53.5,-53.5 + parent: 864 + type: Transform +- uid: 12549 + type: SprayBottle + components: + - pos: 53.69492,-51.236294 + parent: 864 + type: Transform + - tags: + - Spray + - Trash + type: Tag +- uid: 12550 + type: Basketball + components: + - pos: 59.373314,-2.3464775 + parent: 864 + type: Transform +- uid: 12551 + type: CigarGoldCase + components: + - pos: 61.545517,-1.3427625 + parent: 864 + type: Transform +- uid: 12552 + type: ChairPilotSeat + components: + - pos: 62.5,-0.5 + parent: 864 + type: Transform +- uid: 12553 + type: ChairPilotSeat + components: + - pos: 59.5,-0.5 + parent: 864 + type: Transform +- uid: 12554 + type: TableWood + components: + - pos: 60.5,-1.5 + parent: 864 + type: Transform +- uid: 12555 + type: TableWood + components: + - pos: 62.5,-1.5 + parent: 864 + type: Transform +- uid: 12556 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -48.5,10.5 + parent: 864 + type: Transform +- uid: 12557 + type: TableWood + components: + - pos: 61.5,-1.5 + parent: 864 + type: Transform +- uid: 12558 + type: WallSolid + components: + - pos: -28.5,12.5 + parent: 864 + type: Transform +- uid: 12559 + type: DisposalMachineFrame + components: + - pos: -57.5,-41.5 + parent: 864 + type: Transform +- uid: 12560 + type: ChairPilotSeat + components: + - pos: 61.5,-0.5 + parent: 864 + type: Transform +- uid: 12561 + type: HandLabeler + components: + - pos: -33.328754,17.574179 + parent: 864 + type: Transform +- uid: 12562 + type: PackPaperRolling + components: + - pos: 6.7829437,-33.306606 + parent: 864 + type: Transform +- uid: 12563 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-13.5 + parent: 864 + type: Transform +- uid: 12564 + type: SpawnPointJanitor + components: + - pos: -12.5,-22.5 + parent: 864 + type: Transform +- uid: 12565 + type: SpawnPointMedicalIntern + components: + - pos: -1.5,-47.5 + parent: 864 + type: Transform +- uid: 12566 + type: SpawnPointServiceWorker + components: + - pos: 13.5,9.5 + parent: 864 + type: Transform +- uid: 12567 + type: Grille + components: + - pos: -24.5,-19.5 + parent: 864 + type: Transform +- uid: 12568 + type: Grille + components: + - pos: -23.5,-19.5 + parent: 864 + type: Transform +- uid: 12569 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-22.5 + parent: 864 + type: Transform +- uid: 12570 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-22.5 + parent: 864 + type: Transform +- uid: 12571 + type: Grille + components: + - pos: -21.5,-13.5 + parent: 864 + type: Transform +- uid: 12572 + type: Grille + components: + - pos: -21.5,-14.5 + parent: 864 + type: Transform +- uid: 12573 + type: Grille + components: + - pos: -21.5,-9.5 + parent: 864 + type: Transform +- uid: 12574 + type: Grille + components: + - pos: -21.5,-10.5 + parent: 864 + type: Transform +- uid: 12575 + type: Grille + components: + - pos: -26.5,-10.5 + parent: 864 + type: Transform +- uid: 12576 + type: Grille + components: + - pos: -26.5,-11.5 + parent: 864 + type: Transform +- uid: 12577 + type: Grille + components: + - pos: -30.5,-12.5 + parent: 864 + type: Transform +- uid: 12578 + type: Grille + components: + - pos: -30.5,-13.5 + parent: 864 + type: Transform +- uid: 12579 + type: Grille + components: + - pos: -22.5,-3.5 + parent: 864 + type: Transform +- uid: 12580 + type: Grille + components: + - pos: -21.5,-3.5 + parent: 864 + type: Transform +- uid: 12581 + type: Grille + components: + - pos: -22.5,-1.5 + parent: 864 + type: Transform +- uid: 12582 + type: Grille + components: + - pos: -21.5,-1.5 + parent: 864 + type: Transform +- uid: 12583 + type: Grille + components: + - pos: -17.5,-1.5 + parent: 864 + type: Transform +- uid: 12584 + type: Grille + components: + - pos: -16.5,-1.5 + parent: 864 + type: Transform +- uid: 12585 + type: Grille + components: + - pos: -19.5,0.5 + parent: 864 + type: Transform +- uid: 12586 + type: Grille + components: + - pos: -17.5,0.5 + parent: 864 + type: Transform +- uid: 12587 + type: Grille + components: + - pos: -16.5,0.5 + parent: 864 + type: Transform +- uid: 12588 + type: Grille + components: + - pos: -17.5,-3.5 + parent: 864 + type: Transform +- uid: 12589 + type: Grille + components: + - pos: -16.5,-3.5 + parent: 864 + type: Transform +- uid: 12590 + type: VendingMachineYouTool + components: + - pos: -23.5,-20.5 + parent: 864 + type: Transform +- uid: 12591 + type: Table + components: + - pos: -22.5,-20.5 + parent: 864 + type: Transform +- uid: 12592 + type: FirelockGlass + components: + - pos: -21.5,-21.5 + parent: 864 + type: Transform +- uid: 12593 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-20.5 + parent: 864 + type: Transform +- uid: 12594 + type: Table + components: + - pos: -24.5,-20.5 + parent: 864 + type: Transform +- uid: 12595 + type: VendingMachineEngivend + components: + - pos: -25.5,-20.5 + parent: 864 + type: Transform +- uid: 12596 + type: CableApcStack + components: + - pos: -22.574043,-20.541626 + parent: 864 + type: Transform +- uid: 12597 + type: ToolboxEmergencyFilled + components: + - pos: -22.596659,-20.233759 + parent: 864 + type: Transform +- uid: 12598 + type: ClosetToolFilled + components: + - pos: -26.5,-20.5 + parent: 864 + type: Transform +- uid: 12599 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: -27.5,-22.5 + parent: 864 + type: Transform +- uid: 12600 + type: WallSolid + components: + - pos: -22.5,-25.5 + parent: 864 + type: Transform +- uid: 12601 + type: WallSolid + components: + - pos: -23.5,-25.5 + parent: 864 + type: Transform +- uid: 12602 + type: WallSolid + components: + - pos: -24.5,-25.5 + parent: 864 + type: Transform +- uid: 12603 + type: WallSolid + components: + - pos: -25.5,-25.5 + parent: 864 + type: Transform +- uid: 12604 + type: WallSolid + components: + - pos: -26.5,-25.5 + parent: 864 + type: Transform +- uid: 12605 + type: WallSolid + components: + - pos: -27.5,-25.5 + parent: 864 + type: Transform +- uid: 12606 + type: WallSolid + components: + - pos: -27.5,-23.5 + parent: 864 + type: Transform +- uid: 12607 + type: WallSolid + components: + - pos: -27.5,-24.5 + parent: 864 + type: Transform +- uid: 12608 + type: WallSolid + components: + - pos: -27.5,-21.5 + parent: 864 + type: Transform +- uid: 12609 + type: WallSolid + components: + - pos: -27.5,-20.5 + parent: 864 + type: Transform +- uid: 12610 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12611 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12612 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12613 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12614 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12615 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12616 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12617 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12618 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12619 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12620 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12621 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12622 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12623 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12624 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12625 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-24.5 + parent: 864 + type: Transform +- uid: 12626 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-24.5 + parent: 864 + type: Transform +- uid: 12627 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-24.5 + parent: 864 + type: Transform +- uid: 12628 + type: Screwdriver + components: + - pos: -25.458826,-24.443584 + parent: 864 + type: Transform +- uid: 12629 + type: Multitool + components: + - pos: -24.833826,-24.318584 + parent: 864 + type: Transform +- uid: 12630 + type: Multitool + components: + - pos: -24.521326,-24.45921 + parent: 864 + type: Transform +- uid: 12631 + type: ToolboxElectricalFilled + components: + - pos: -24.555952,-20.317438 + parent: 864 + type: Transform +- uid: 12632 + type: ClothingBeltUtilityFilled + components: + - pos: -23.834581,-24.4156 + parent: 864 + type: Transform +- uid: 12633 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-23.5 + parent: 864 + type: Transform +- uid: 12634 + type: BlockGameArcadeComputerCircuitboard + components: + - pos: -25.444056,-24.257809 + parent: 864 + type: Transform +- uid: 12635 + type: UnfinishedMachineFrame + components: + - pos: -26.5,-24.5 + parent: 864 + type: Transform +- uid: 12636 + type: DisposalMachineFrame + components: + - pos: -22.5,-24.5 + parent: 864 + type: Transform +- uid: 12637 + type: CableHV + components: + - pos: -20.5,-17.5 + parent: 864 + type: Transform +- uid: 12638 + type: CableHV + components: + - pos: -21.5,-17.5 + parent: 864 + type: Transform +- uid: 12639 + type: CableHV + components: + - pos: -22.5,-17.5 + parent: 864 + type: Transform +- uid: 12640 + type: CableHV + components: + - pos: -23.5,-17.5 + parent: 864 + type: Transform +- uid: 12641 + type: CableHV + components: + - pos: -24.5,-17.5 + parent: 864 + type: Transform +- uid: 12642 + type: CableHV + components: + - pos: -25.5,-17.5 + parent: 864 + type: Transform +- uid: 12643 + type: CableHV + components: + - pos: -26.5,-17.5 + parent: 864 + type: Transform +- uid: 12644 + type: CableHV + components: + - pos: -27.5,-17.5 + parent: 864 + type: Transform +- uid: 12645 + type: CableHV + components: + - pos: -28.5,-17.5 + parent: 864 + type: Transform +- uid: 12646 + type: CableHV + components: + - pos: -29.5,-17.5 + parent: 864 + type: Transform +- uid: 12647 + type: CableHV + components: + - pos: -30.5,-17.5 + parent: 864 + type: Transform +- uid: 12648 + type: CableHV + components: + - pos: -31.5,-17.5 + parent: 864 + type: Transform +- uid: 12649 + type: FirelockGlass + components: + - pos: -27.5,0.5 + parent: 864 + type: Transform +- uid: 12650 + type: FirelockGlass + components: + - pos: -19.5,-24.5 + parent: 864 + type: Transform +- uid: 12651 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 16.5,-31.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12652 + type: Firelock + components: + - pos: -3.5,13.5 + parent: 864 + type: Transform +- uid: 12653 + type: Firelock + components: + - pos: 0.5,13.5 + parent: 864 + type: Transform +- uid: 12654 + type: FirelockGlass + components: + - pos: -33.5,-16.5 + parent: 864 + type: Transform +- uid: 12655 + type: AirlockGlass + components: + - pos: -13.5,-27.5 + parent: 864 + type: Transform +- uid: 12656 + type: AirlockGlass + components: + - pos: -13.5,-26.5 + parent: 864 + type: Transform +- uid: 12657 + type: AirlockGlass + components: + - pos: -13.5,-25.5 + parent: 864 + type: Transform +- uid: 12658 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12659 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12660 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12661 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12662 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12663 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12664 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12665 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12666 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12667 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12668 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12669 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12670 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12671 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12672 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12673 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12674 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12675 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12676 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12677 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12678 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12679 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12680 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12681 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12682 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12683 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12684 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12685 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12686 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12687 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12688 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12689 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12690 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12691 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12692 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12693 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12694 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12695 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12696 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12697 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12698 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12699 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12700 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12701 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12702 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12703 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12704 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12705 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12706 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12707 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12708 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -24.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12709 + type: GasPipeTJunction + components: + - pos: -24.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12710 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12711 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12712 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12713 + type: GasPipeTJunction + components: + - pos: -28.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12714 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -28.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12715 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12716 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12717 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12718 + type: GasPipeStraight + components: + - pos: -20.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12719 + type: GasPipeStraight + components: + - pos: -20.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12720 + type: GasPipeStraight + components: + - pos: -20.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12721 + type: GasPipeStraight + components: + - pos: -20.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12722 + type: GasPipeStraight + components: + - pos: -20.5,-8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12723 + type: GasPipeStraight + components: + - pos: -20.5,-7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12724 + type: GasPipeStraight + components: + - pos: -20.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12725 + type: GasPipeStraight + components: + - pos: -18.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12726 + type: GasPipeStraight + components: + - pos: -18.5,-8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12727 + type: GasPipeStraight + components: + - pos: -18.5,-7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12728 + type: GasPipeStraight + components: + - pos: -18.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12729 + type: GasPipeStraight + components: + - pos: -18.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12730 + type: GasVentScrubber + components: + - pos: -24.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12731 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -28.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12732 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -24.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12733 + type: GasVentPump + components: + - pos: -28.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12734 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12735 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12736 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12737 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12738 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12739 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12740 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12741 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12742 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12743 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-66.5 + parent: 864 + type: Transform +- uid: 12744 + type: GasAnalyzer + components: + - pos: -35.42214,-48.770245 + parent: 864 + type: Transform +- uid: 12745 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 37.5,-81.5 + parent: 864 + type: Transform +- uid: 12746 + type: GasPipeBend + components: + - pos: 40.5,-81.5 + parent: 864 + type: Transform +- uid: 12747 + type: AirCanister + components: + - pos: 34.5,-82.5 + parent: 864 + type: Transform +- uid: 12748 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12749 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12750 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12751 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12752 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12753 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12754 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12755 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12756 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12757 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12758 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12759 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12760 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12761 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12762 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12763 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12764 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12765 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12766 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12767 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12768 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-12.5 + parent: 864 + type: Transform +- uid: 12769 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-13.5 + parent: 864 + type: Transform +- uid: 12770 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-24.5 + parent: 864 + type: Transform +- uid: 12771 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-24.5 + parent: 864 + type: Transform +- uid: 12772 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-24.5 + parent: 864 + type: Transform +- uid: 12773 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-20.5 + parent: 864 + type: Transform +- uid: 12774 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - rot: 3.141592653589793 rad + pos: -30.5,-21.5 + parent: 864 + type: Transform +- uid: 12775 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-22.5 + parent: 864 + type: Transform +- uid: 12776 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-23.5 + parent: 864 + type: Transform +- uid: 12777 + type: SubstationBasic + components: + - pos: -28.5,-23.5 + parent: 864 + type: Transform +- uid: 12778 + type: CableHV + components: + - pos: -20.5,-22.5 + parent: 864 + type: Transform +- uid: 12779 + type: CableHV + components: + - pos: -21.5,-22.5 + parent: 864 + type: Transform +- uid: 12780 + type: CableHV + components: + - pos: -22.5,-22.5 + parent: 864 + type: Transform +- uid: 12781 + type: CableHV + components: + - pos: -23.5,-22.5 + parent: 864 + type: Transform +- uid: 12782 + type: CableHV + components: + - pos: -24.5,-22.5 + parent: 864 + type: Transform +- uid: 12783 + type: CableHV + components: + - pos: -25.5,-22.5 + parent: 864 + type: Transform +- uid: 12784 + type: CableHV + components: + - pos: -26.5,-22.5 + parent: 864 + type: Transform +- uid: 12785 + type: CableHV + components: + - pos: -27.5,-22.5 + parent: 864 + type: Transform +- uid: 12786 + type: CableHV + components: + - pos: -28.5,-22.5 + parent: 864 + type: Transform +- uid: 12787 + type: CableHV + components: + - pos: -28.5,-23.5 + parent: 864 + type: Transform +- uid: 12788 + type: CableMV + components: + - pos: -28.5,-23.5 + parent: 864 + type: Transform +- uid: 12789 + type: CableMV + components: + - pos: -28.5,-22.5 + parent: 864 + type: Transform +- uid: 12790 + type: CableMV + components: + - pos: -28.5,-21.5 + parent: 864 + type: Transform +- uid: 12791 + type: CableMV + components: + - pos: -29.5,-21.5 + parent: 864 + type: Transform +- uid: 12792 + type: CableMV + components: + - pos: -30.5,-21.5 + parent: 864 + type: Transform +- uid: 12793 + type: CableMV + components: + - pos: -31.5,-21.5 + parent: 864 + type: Transform +- uid: 12794 + type: CableMV + components: + - pos: -31.5,-20.5 + parent: 864 + type: Transform +- uid: 12795 + type: CableMV + components: + - pos: -31.5,-19.5 + parent: 864 + type: Transform +- uid: 12796 + type: CableMV + components: + - pos: -31.5,-18.5 + parent: 864 + type: Transform +- uid: 12797 + type: CableMV + components: + - pos: -31.5,-17.5 + parent: 864 + type: Transform +- uid: 12798 + type: CableMV + components: + - pos: -31.5,-16.5 + parent: 864 + type: Transform +- uid: 12799 + type: CableMV + components: + - pos: -31.5,-15.5 + parent: 864 + type: Transform +- uid: 12800 + type: CableMV + components: + - pos: -31.5,-14.5 + parent: 864 + type: Transform +- uid: 12801 + type: CableMV + components: + - pos: -31.5,-13.5 + parent: 864 + type: Transform +- uid: 12802 + type: CableMV + components: + - pos: -31.5,-12.5 + parent: 864 + type: Transform +- uid: 12803 + type: CableMV + components: + - pos: -31.5,-11.5 + parent: 864 + type: Transform +- uid: 12804 + type: CableMV + components: + - pos: -31.5,-10.5 + parent: 864 + type: Transform +- uid: 12805 + type: CableMV + components: + - pos: -30.5,-10.5 + parent: 864 + type: Transform +- uid: 12806 + type: CableMV + components: + - pos: -29.5,-10.5 + parent: 864 + type: Transform +- uid: 12807 + type: CableMV + components: + - pos: -29.5,-9.5 + parent: 864 + type: Transform +- uid: 12808 + type: APCHighCapacity + components: + - pos: -29.5,-9.5 + parent: 864 + type: Transform +- uid: 12809 + type: CableApcExtension + components: + - pos: -29.5,-9.5 + parent: 864 + type: Transform +- uid: 12810 + type: CableApcExtension + components: + - pos: -29.5,-10.5 + parent: 864 + type: Transform +- uid: 12811 + type: CableApcExtension + components: + - pos: -29.5,-11.5 + parent: 864 + type: Transform +- uid: 12812 + type: CableApcExtension + components: + - pos: -29.5,-12.5 + parent: 864 + type: Transform +- uid: 12813 + type: CableApcExtension + components: + - pos: -28.5,-12.5 + parent: 864 + type: Transform +- uid: 12814 + type: CableApcExtension + components: + - pos: -27.5,-12.5 + parent: 864 + type: Transform +- uid: 12815 + type: CableApcExtension + components: + - pos: -26.5,-12.5 + parent: 864 + type: Transform +- uid: 12816 + type: CableApcExtension + components: + - pos: -25.5,-12.5 + parent: 864 + type: Transform +- uid: 12817 + type: CableApcExtension + components: + - pos: -24.5,-12.5 + parent: 864 + type: Transform +- uid: 12818 + type: CableApcExtension + components: + - pos: -23.5,-12.5 + parent: 864 + type: Transform +- uid: 12819 + type: CableApcExtension + components: + - pos: -22.5,-12.5 + parent: 864 + type: Transform +- uid: 12820 + type: CableApcExtension + components: + - pos: -21.5,-12.5 + parent: 864 + type: Transform +- uid: 12821 + type: CableApcExtension + components: + - pos: -20.5,-12.5 + parent: 864 + type: Transform +- uid: 12822 + type: CableApcExtension + components: + - pos: -19.5,-12.5 + parent: 864 + type: Transform +- uid: 12823 + type: CableApcExtension + components: + - pos: -24.5,-11.5 + parent: 864 + type: Transform +- uid: 12824 + type: CableApcExtension + components: + - pos: -24.5,-10.5 + parent: 864 + type: Transform +- uid: 12825 + type: CableApcExtension + components: + - pos: -24.5,-9.5 + parent: 864 + type: Transform +- uid: 12826 + type: CableApcExtension + components: + - pos: -19.5,-13.5 + parent: 864 + type: Transform +- uid: 12827 + type: CableApcExtension + components: + - pos: -19.5,-14.5 + parent: 864 + type: Transform +- uid: 12828 + type: CableApcExtension + components: + - pos: -19.5,-15.5 + parent: 864 + type: Transform +- uid: 12829 + type: CableApcExtension + components: + - pos: -19.5,-16.5 + parent: 864 + type: Transform +- uid: 12830 + type: CableApcExtension + components: + - pos: -19.5,-17.5 + parent: 864 + type: Transform +- uid: 12831 + type: CableApcExtension + components: + - pos: -19.5,-18.5 + parent: 864 + type: Transform +- uid: 12832 + type: CableApcExtension + components: + - pos: -19.5,-19.5 + parent: 864 + type: Transform +- uid: 12833 + type: CableApcExtension + components: + - pos: -19.5,-20.5 + parent: 864 + type: Transform +- uid: 12834 + type: CableApcExtension + components: + - pos: -19.5,-21.5 + parent: 864 + type: Transform +- uid: 12835 + type: CableApcExtension + components: + - pos: -19.5,-22.5 + parent: 864 + type: Transform +- uid: 12836 + type: CableApcExtension + components: + - pos: -20.5,-17.5 + parent: 864 + type: Transform +- uid: 12837 + type: CableApcExtension + components: + - pos: -21.5,-17.5 + parent: 864 + type: Transform +- uid: 12838 + type: CableApcExtension + components: + - pos: -22.5,-17.5 + parent: 864 + type: Transform +- uid: 12839 + type: CableApcExtension + components: + - pos: -23.5,-17.5 + parent: 864 + type: Transform +- uid: 12840 + type: CableApcExtension + components: + - pos: -24.5,-17.5 + parent: 864 + type: Transform +- uid: 12841 + type: CableApcExtension + components: + - pos: -25.5,-17.5 + parent: 864 + type: Transform +- uid: 12842 + type: CableApcExtension + components: + - pos: -26.5,-17.5 + parent: 864 + type: Transform +- uid: 12843 + type: CableApcExtension + components: + - pos: -27.5,-17.5 + parent: 864 + type: Transform +- uid: 12844 + type: CableApcExtension + components: + - pos: -28.5,-17.5 + parent: 864 + type: Transform +- uid: 12845 + type: CableApcExtension + components: + - pos: -29.5,-17.5 + parent: 864 + type: Transform +- uid: 12846 + type: CableApcExtension + components: + - pos: -20.5,-22.5 + parent: 864 + type: Transform +- uid: 12847 + type: CableApcExtension + components: + - pos: -21.5,-22.5 + parent: 864 + type: Transform +- uid: 12848 + type: CableApcExtension + components: + - pos: -22.5,-22.5 + parent: 864 + type: Transform +- uid: 12849 + type: CableApcExtension + components: + - pos: -23.5,-22.5 + parent: 864 + type: Transform +- uid: 12850 + type: CableApcExtension + components: + - pos: -24.5,-22.5 + parent: 864 + type: Transform +- uid: 12851 + type: CableApcExtension + components: + - pos: -25.5,-22.5 + parent: 864 + type: Transform +- uid: 12852 + type: CableApcExtension + components: + - pos: -26.5,-22.5 + parent: 864 + type: Transform +- uid: 12853 + type: CableApcExtension + components: + - pos: -27.5,-22.5 + parent: 864 + type: Transform +- uid: 12854 + type: CableApcExtension + components: + - pos: -28.5,-22.5 + parent: 864 + type: Transform +- uid: 12855 + type: CableApcExtension + components: + - pos: -29.5,-22.5 + parent: 864 + type: Transform +- uid: 12856 + type: CableApcExtension + components: + - pos: -19.5,-23.5 + parent: 864 + type: Transform +- uid: 12857 + type: CableApcExtension + components: + - pos: -19.5,-11.5 + parent: 864 + type: Transform +- uid: 12858 + type: CableApcExtension + components: + - pos: -19.5,-10.5 + parent: 864 + type: Transform +- uid: 12859 + type: CableApcExtension + components: + - pos: -19.5,-9.5 + parent: 864 + type: Transform +- uid: 12860 + type: CableApcExtension + components: + - pos: -19.5,-8.5 + parent: 864 + type: Transform +- uid: 12861 + type: CableApcExtension + components: + - pos: -19.5,-6.5 + parent: 864 + type: Transform +- uid: 12862 + type: CableApcExtension + components: + - pos: -19.5,-5.5 + parent: 864 + type: Transform +- uid: 12863 + type: CableApcExtension + components: + - pos: -18.5,-5.5 + parent: 864 + type: Transform +- uid: 12864 + type: CableApcExtension + components: + - pos: -17.5,-5.5 + parent: 864 + type: Transform +- uid: 12865 + type: CableApcExtension + components: + - pos: -16.5,-5.5 + parent: 864 + type: Transform +- uid: 12866 + type: CableApcExtension + components: + - pos: -15.5,-5.5 + parent: 864 + type: Transform +- uid: 12867 + type: CableApcExtension + components: + - pos: -14.5,-5.5 + parent: 864 + type: Transform +- uid: 12868 + type: CableApcExtension + components: + - pos: -13.5,-5.5 + parent: 864 + type: Transform +- uid: 12869 + type: CableApcExtension + components: + - pos: -13.5,-4.5 + parent: 864 + type: Transform +- uid: 12870 + type: CableApcExtension + components: + - pos: -13.5,3.5 + parent: 864 + type: Transform +- uid: 12871 + type: CableApcExtension + components: + - pos: -19.5,7.5 + parent: 864 + type: Transform +- uid: 12872 + type: CableApcExtension + components: + - pos: -20.5,7.5 + parent: 864 + type: Transform +- uid: 12873 + type: CableApcExtension + components: + - pos: -21.5,7.5 + parent: 864 + type: Transform +- uid: 12874 + type: CableApcExtension + components: + - pos: -22.5,7.5 + parent: 864 + type: Transform +- uid: 12875 + type: CableApcExtension + components: + - pos: -20.5,-5.5 + parent: 864 + type: Transform +- uid: 12876 + type: CableApcExtension + components: + - pos: -21.5,-5.5 + parent: 864 + type: Transform +- uid: 12877 + type: CableApcExtension + components: + - pos: -22.5,-5.5 + parent: 864 + type: Transform +- uid: 12878 + type: CableApcExtension + components: + - pos: -23.5,-5.5 + parent: 864 + type: Transform +- uid: 12879 + type: CableApcExtension + components: + - pos: -24.5,-5.5 + parent: 864 + type: Transform +- uid: 12880 + type: CableApcExtension + components: + - pos: -25.5,-5.5 + parent: 864 + type: Transform +- uid: 12881 + type: CableApcExtension + components: + - pos: -25.5,-4.5 + parent: 864 + type: Transform +- uid: 12882 + type: CableApcExtension + components: + - pos: -25.5,-3.5 + parent: 864 + type: Transform +- uid: 12883 + type: CableApcExtension + components: + - pos: -25.5,-2.5 + parent: 864 + type: Transform +- uid: 12884 + type: CableApcExtension + components: + - pos: -25.5,-1.5 + parent: 864 + type: Transform +- uid: 12885 + type: CableApcExtension + components: + - pos: -25.5,-0.5 + parent: 864 + type: Transform +- uid: 12886 + type: CableApcExtension + components: + - pos: -25.5,0.5 + parent: 864 + type: Transform +- uid: 12887 + type: CableApcExtension + components: + - pos: -24.5,-9.5 + parent: 864 + type: Transform +- uid: 12888 + type: CableApcExtension + components: + - pos: -23.5,-9.5 + parent: 864 + type: Transform +- uid: 12889 + type: CableApcExtension + components: + - pos: -29.5,-13.5 + parent: 864 + type: Transform +- uid: 12890 + type: CableApcExtension + components: + - pos: -29.5,-14.5 + parent: 864 + type: Transform +- uid: 12891 + type: CableApcExtension + components: + - pos: -29.5,-8.5 + parent: 864 + type: Transform +- uid: 12892 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -23.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12893 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -24.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12894 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12895 + type: FirelockGlass + components: + - pos: -27.5,-0.5 + parent: 864 + type: Transform +- uid: 12896 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-19.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12897 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12898 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -25.5,-18.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12899 + type: Poweredlight + components: + - pos: -30.5,-16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12900 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -28.5,-14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12901 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12902 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -23.5,-14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 12903 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 12904 + type: Rack + components: + - pos: -28.5,-20.5 + parent: 864 + type: Transform +- uid: 12905 + type: CableMVStack + components: + - pos: -28.448431,-20.585014 + parent: 864 + type: Transform +- uid: 12906 + type: Crowbar + components: + - pos: -29.495306,-23.60064 + parent: 864 + type: Transform +- uid: 12907 + type: PosterContrabandTools + components: + - pos: -22.5,-19.5 + parent: 864 + type: Transform +- uid: 12908 + type: BannerEngineering + components: + - pos: -25.5,-8.5 + parent: 864 + type: Transform +- uid: 12909 + type: BannerEngineering + components: + - pos: -25.5,-13.5 + parent: 864 + type: Transform +- uid: 12910 + type: TableReinforced + components: + - pos: -22.5,-8.5 + parent: 864 + type: Transform +- uid: 12911 + type: TableReinforced + components: + - pos: -23.5,-8.5 + parent: 864 + type: Transform +- uid: 12912 + type: TableReinforced + components: + - pos: -24.5,-8.5 + parent: 864 + type: Transform +- uid: 12913 + type: Table + components: + - pos: -27.5,-11.5 + parent: 864 + type: Transform +- uid: 12914 + type: TableReinforced + components: + - pos: -27.5,-10.5 + parent: 864 + type: Transform +- uid: 12915 + type: TableReinforced + components: + - pos: -28.5,-10.5 + parent: 864 + type: Transform +- uid: 12916 + type: FoodSaladValid + components: + - pos: -7.4460807,4.484113 + parent: 864 + type: Transform +- uid: 12917 + type: ToolboxMechanical + components: + - pos: -22.637089,-8.36341 + parent: 864 + type: Transform +- uid: 12918 + type: ClothingHandsGlovesColorYellow + components: + - pos: -28.429396,-10.36341 + parent: 864 + type: Transform +- uid: 12919 + type: Multitool + components: + - pos: -28.085646,-10.45716 + parent: 864 + type: Transform +- uid: 12920 + type: SheetSteel + components: + - pos: -27.53877,-10.535285 + parent: 864 + type: Transform +- uid: 12921 + type: WallSolid + components: + - pos: 57.5,41.5 + parent: 864 + type: Transform +- uid: 12922 + type: ClothingOuterWizard + components: + - pos: -41.58894,41.559685 + parent: 864 + type: Transform +- uid: 12923 + type: WallSolid + components: + - pos: 50.5,41.5 + parent: 864 + type: Transform +- uid: 12924 + type: PowerCellRecharger + components: + - pos: -23.5,-8.5 + parent: 864 + type: Transform +- uid: 12925 + type: ClothingHeadHatBeretEngineering + components: + - pos: -24.366896,-8.441535 + parent: 864 + type: Transform +- uid: 12926 + type: ClothingHandsGlovesColorYellow + components: + - pos: -29.477493,-20.554436 + parent: 864 + type: Transform +- uid: 12927 + type: WallSolid + components: + - pos: -21.5,-25.5 + parent: 864 + type: Transform +- uid: 12928 + type: AirlockMaintLocked + components: + - pos: -21.5,-26.5 + parent: 864 + type: Transform +- uid: 12929 + type: WallSolid + components: + - pos: -21.5,-27.5 + parent: 864 + type: Transform +- uid: 12930 + type: WallSolid + components: + - pos: -21.5,-28.5 + parent: 864 + type: Transform +- uid: 12931 + type: WallSolid + components: + - pos: -21.5,-29.5 + parent: 864 + type: Transform +- uid: 12932 + type: WallSolid + components: + - pos: -21.5,-30.5 + parent: 864 + type: Transform +- uid: 12933 + type: WallSolid + components: + - pos: -21.5,-31.5 + parent: 864 + type: Transform +- uid: 12934 + type: FirelockGlass + components: + - pos: -21.5,-32.5 + parent: 864 + type: Transform +- uid: 12935 + type: WallSolid + components: + - pos: -21.5,-33.5 + parent: 864 + type: Transform +- uid: 12936 + type: TableCounterMetal + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-34.5 + parent: 864 + type: Transform +- uid: 12937 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-35.5 + parent: 864 + type: Transform +- uid: 12938 + type: WallSolid + components: + - pos: -21.5,-36.5 + parent: 864 + type: Transform +- uid: 12939 + type: WallSolid + components: + - pos: -21.5,-37.5 + parent: 864 + type: Transform +- uid: 12940 + type: WallSolid + components: + - pos: -21.5,-38.5 + parent: 864 + type: Transform +- uid: 12941 + type: WallSolid + components: + - pos: -21.5,-39.5 + parent: 864 + type: Transform +- uid: 12942 + type: WallSolid + components: + - pos: -21.5,-40.5 + parent: 864 + type: Transform +- uid: 12943 + type: WallSolid + components: + - pos: -21.5,-41.5 + parent: 864 + type: Transform +- uid: 12944 + type: AirlockMaintLocked + components: + - pos: -21.5,-42.5 + parent: 864 + type: Transform +- uid: 12945 + type: WallSolid + components: + - pos: -21.5,-43.5 + parent: 864 + type: Transform +- uid: 12946 + type: WallSolid + components: + - pos: -21.5,-44.5 + parent: 864 + type: Transform +- uid: 12947 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12948 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12949 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12950 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -8.5,47.5 + parent: 864 + type: Transform +- uid: 12951 + type: WallSolid + components: + - pos: -21.5,-49.5 + parent: 864 + type: Transform +- uid: 12952 + type: WallSolid + components: + - pos: 37.5,-49.5 + parent: 864 + type: Transform +- uid: 12953 + type: WallSolid + components: + - pos: 38.5,-49.5 + parent: 864 + type: Transform +- uid: 12954 + type: WallSolid + components: + - pos: 39.5,-50.5 + parent: 864 + type: Transform +- uid: 12955 + type: ReinforcedWindow + components: + - pos: 40.5,-57.5 + parent: 864 + type: Transform +- uid: 12956 + type: ReinforcedWindow + components: + - pos: 38.5,-57.5 + parent: 864 + type: Transform +- uid: 12957 + type: FirelockGlass + components: + - pos: 39.5,-57.5 + parent: 864 + type: Transform +- uid: 12958 + type: AirlockMaintLocked + components: + - pos: 36.5,-57.5 + parent: 864 + type: Transform +- uid: 12959 + type: WallSolid + components: + - pos: 38.5,-50.5 + parent: 864 + type: Transform +- uid: 12960 + type: FirelockGlass + components: + - pos: 35.5,-59.5 + parent: 864 + type: Transform +- uid: 12961 + type: FirelockGlass + components: + - pos: 35.5,-58.5 + parent: 864 + type: Transform +- uid: 12962 + type: FirelockGlass + components: + - pos: 35.5,-60.5 + parent: 864 + type: Transform +- uid: 12963 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12964 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12965 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12966 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12967 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12968 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 12969 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12970 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12971 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12972 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12973 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 37.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 12974 + type: CableApcExtension + components: + - pos: 30.5,-59.5 + parent: 864 + type: Transform +- uid: 12975 + type: CableApcExtension + components: + - pos: 31.5,-59.5 + parent: 864 + type: Transform +- uid: 12976 + type: CableApcExtension + components: + - pos: 32.5,-59.5 + parent: 864 + type: Transform +- uid: 12977 + type: CableApcExtension + components: + - pos: 33.5,-59.5 + parent: 864 + type: Transform +- uid: 12978 + type: CableApcExtension + components: + - pos: 34.5,-59.5 + parent: 864 + type: Transform +- uid: 12979 + type: CableHV + components: + - pos: 35.5,-59.5 + parent: 864 + type: Transform +- uid: 12980 + type: CableHV + components: + - pos: 36.5,-59.5 + parent: 864 + type: Transform +- uid: 12981 + type: CableHV + components: + - pos: 37.5,-59.5 + parent: 864 + type: Transform +- uid: 12982 + type: DisposalPipe + components: + - pos: 29.5,-61.5 + parent: 864 + type: Transform +- uid: 12983 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 29.5,-62.5 + parent: 864 + type: Transform +- uid: 12984 + type: DisposalJunctionFlipped + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-60.5 + parent: 864 + type: Transform +- uid: 12985 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 25.5,-60.5 + parent: 864 + type: Transform +- uid: 12986 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: 25.5,-59.5 + parent: 864 + type: Transform +- uid: 12987 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 26.5,-60.5 + parent: 864 + type: Transform +- uid: 12988 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 27.5,-60.5 + parent: 864 + type: Transform +- uid: 12989 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 28.5,-60.5 + parent: 864 + type: Transform +- uid: 12990 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 30.5,-60.5 + parent: 864 + type: Transform +- uid: 12991 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-60.5 + parent: 864 + type: Transform +- uid: 12992 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-60.5 + parent: 864 + type: Transform +- uid: 12993 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-60.5 + parent: 864 + type: Transform +- uid: 12994 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-60.5 + parent: 864 + type: Transform +- uid: 12995 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-60.5 + parent: 864 + type: Transform +- uid: 12996 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-60.5 + parent: 864 + type: Transform +- uid: 12997 + type: DisposalUnit + components: + - pos: 29.5,-62.5 + parent: 864 + type: Transform +- uid: 12998 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: -23.5,-14.5 + parent: 864 + type: Transform +- uid: 12999 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-13.5 + parent: 864 + type: Transform +- uid: 13000 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-13.5 + parent: 864 + type: Transform +- uid: 13001 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-13.5 + parent: 864 + type: Transform +- uid: 13002 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-13.5 + parent: 864 + type: Transform +- uid: 13003 + type: DisposalJunction + components: + - pos: -19.5,-13.5 + parent: 864 + type: Transform +- uid: 13004 + type: DisposalPipe + components: + - pos: -19.5,-14.5 + parent: 864 + type: Transform +- uid: 13005 + type: DisposalPipe + components: + - pos: -19.5,-15.5 + parent: 864 + type: Transform +- uid: 13006 + type: DisposalPipe + components: + - pos: -19.5,-16.5 + parent: 864 + type: Transform +- uid: 13007 + type: DisposalPipe + components: + - pos: -19.5,-17.5 + parent: 864 + type: Transform +- uid: 13008 + type: DisposalPipe + components: + - pos: -19.5,-18.5 + parent: 864 + type: Transform +- uid: 13009 + type: DisposalPipe + components: + - pos: -19.5,-19.5 + parent: 864 + type: Transform +- uid: 13010 + type: DisposalPipe + components: + - pos: -19.5,-20.5 + parent: 864 + type: Transform +- uid: 13011 + type: DisposalPipe + components: + - pos: -19.5,-21.5 + parent: 864 + type: Transform +- uid: 13012 + type: DisposalPipe + components: + - pos: -19.5,-22.5 + parent: 864 + type: Transform +- uid: 13013 + type: DisposalPipe + components: + - pos: -19.5,-23.5 + parent: 864 + type: Transform +- uid: 13014 + type: DisposalPipe + components: + - pos: -19.5,-24.5 + parent: 864 + type: Transform +- uid: 13015 + type: DisposalPipe + components: + - pos: -19.5,-25.5 + parent: 864 + type: Transform +- uid: 13016 + type: DisposalPipe + components: + - pos: -19.5,-26.5 + parent: 864 + type: Transform +- uid: 13017 + type: DisposalYJunction + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-27.5 + parent: 864 + type: Transform +- uid: 13018 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-27.5 + parent: 864 + type: Transform +- uid: 13019 + type: DisposalPipe + components: + - pos: -19.5,-28.5 + parent: 864 + type: Transform +- uid: 13020 + type: DisposalPipe + components: + - pos: -19.5,-29.5 + parent: 864 + type: Transform +- uid: 13021 + type: DisposalPipe + components: + - pos: -19.5,-30.5 + parent: 864 + type: Transform +- uid: 13022 + type: DisposalPipe + components: + - pos: -19.5,-31.5 + parent: 864 + type: Transform +- uid: 13023 + type: DisposalPipe + components: + - pos: -19.5,-32.5 + parent: 864 + type: Transform +- uid: 13024 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-13.5 + parent: 864 + type: Transform +- uid: 13025 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-13.5 + parent: 864 + type: Transform +- uid: 13026 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-13.5 + parent: 864 + type: Transform +- uid: 13027 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-13.5 + parent: 864 + type: Transform +- uid: 13028 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-13.5 + parent: 864 + type: Transform +- uid: 13029 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-13.5 + parent: 864 + type: Transform +- uid: 13030 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-13.5 + parent: 864 + type: Transform +- uid: 13031 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-13.5 + parent: 864 + type: Transform +- uid: 13032 + type: DisposalUnit + components: + - pos: -23.5,-14.5 + parent: 864 + type: Transform +- uid: 13033 + type: RandomSpawner + components: + - pos: -21.5,-17.5 + parent: 864 + type: Transform +- uid: 13034 + type: SpawnPointTechnicalAssistant + components: + - pos: -23.5,-10.5 + parent: 864 + type: Transform +- uid: 13035 + type: SpawnPointTechnicalAssistant + components: + - pos: -24.5,-12.5 + parent: 864 + type: Transform +- uid: 13036 + type: SpawnPointAssistant + components: + - pos: -25.5,-22.5 + parent: 864 + type: Transform +- uid: 13037 + type: SpawnPointAssistant + components: + - pos: -23.5,-22.5 + parent: 864 + type: Transform +- uid: 13038 + type: Table + components: + - pos: 30.5,-61.5 + parent: 864 + type: Transform +- uid: 13039 + type: Table + components: + - pos: 31.5,-61.5 + parent: 864 + type: Transform +- uid: 13040 + type: AirSensor + components: + - pos: 26.5,-59.5 + parent: 864 + type: Transform +- uid: 13041 + type: CableApcExtension + components: + - pos: 38.5,-36.5 + parent: 864 + type: Transform +- uid: 13042 + type: CableApcExtension + components: + - pos: 38.5,-37.5 + parent: 864 + type: Transform +- uid: 13043 + type: Protolathe + components: + - pos: -29.5,-14.5 + parent: 864 + type: Transform + - materialWhiteList: + - Steel + - Glass + - Plastic + - Wood + - Gold + type: MaterialStorage +- uid: 13044 + type: AirlockGlass + components: + - name: courtroom + type: MetaData + - rot: -1.5707963267948966 rad + pos: 31.5,-57.5 + parent: 864 + type: Transform +- uid: 13045 + type: VendingMachineDiscount + components: + - pos: -21.5,-16.5 + parent: 864 + type: Transform +- uid: 13046 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,26.5 + parent: 864 + type: Transform +- uid: 13047 + type: AirlockMaint + components: + - name: waste disposal + type: MetaData + - rot: -1.5707963267948966 rad + pos: 23.5,-53.5 + parent: 864 + type: Transform +- uid: 13048 + type: VendingMachineChang + components: + - pos: -22.5,-16.5 + parent: 864 + type: Transform +- uid: 13049 + type: FoodFrozenSundae + components: + - pos: 2.9481344,-5.329348 + parent: 864 + type: Transform +- uid: 13050 + type: WallSolid + components: + - pos: -1.5,-12.5 + parent: 864 + type: Transform +- uid: 13051 + type: WallSolid + components: + - pos: -1.5,-13.5 + parent: 864 + type: Transform +- uid: 13052 + type: ClosetFireFilled + components: + - pos: -2.5,-12.5 + parent: 864 + type: Transform +- uid: 13053 + type: ClosetEmergencyFilledRandom + components: + - pos: -2.5,-11.5 + parent: 864 + type: Transform +- uid: 13054 + type: PosterContrabandFreeTonto + components: + - pos: -6.5,-14.5 + parent: 864 + type: Transform +- uid: 13055 + type: VendingMachineYouTool + components: + - pos: 39.5,-53.5 + parent: 864 + type: Transform +- uid: 13056 + type: Table + components: + - pos: 40.5,-53.5 + parent: 864 + type: Transform +- uid: 13057 + type: Table + components: + - pos: 41.5,-53.5 + parent: 864 + type: Transform +- uid: 13058 + type: Table + components: + - pos: 41.5,-54.5 + parent: 864 + type: Transform +- uid: 13059 + type: Table + components: + - pos: 41.5,-55.5 + parent: 864 + type: Transform +- uid: 13060 + type: InflatableDoorStack1 + components: + - pos: 41.577766,-55.382984 + parent: 864 + type: Transform +- uid: 13061 + type: ToolboxMechanicalFilled + components: + - pos: 41.46839,-54.726734 + parent: 864 + type: Transform +- uid: 13062 + type: MicrowaveMachineCircuitboard + components: + - pos: 41.53089,-54.195484 + parent: 864 + type: Transform +- uid: 13063 + type: ComputerTelevisionCircuitboard + components: + - pos: 41.546516,-53.695484 + parent: 864 + type: Transform +- uid: 13064 + type: Crowbar + components: + - pos: 40.56214,-53.476734 + parent: 864 + type: Transform +- uid: 13065 + type: Wrench + components: + - pos: 40.515266,-53.36736 + parent: 864 + type: Transform +- uid: 13066 + type: VendingMachineEngivend + components: + - pos: 38.5,-53.5 + parent: 864 + type: Transform +- uid: 13067 + type: BlastDoorExterior1 + components: + - rot: 3.141592653589793 rad + pos: 55.5,-56.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -263077.9 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 13318 + Close: + - port: Off + uid: 13318 + Toggle: [] + type: SignalReceiver +- uid: 13068 + type: BlastDoorExterior1 + components: + - rot: 3.141592653589793 rad + pos: 54.5,-56.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -263077.9 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 13318 + Close: + - port: Off + uid: 13318 + Toggle: [] + type: SignalReceiver +- uid: 13069 + type: WallReinforced + components: + - pos: 56.5,-56.5 + parent: 864 + type: Transform +- uid: 13070 + type: WallReinforced + components: + - pos: 56.5,-57.5 + parent: 864 + type: Transform +- uid: 13071 + type: WallReinforced + components: + - pos: 57.5,-57.5 + parent: 864 + type: Transform +- uid: 13072 + type: WallReinforced + components: + - pos: 57.5,-58.5 + parent: 864 + type: Transform +- uid: 13073 + type: WallReinforced + components: + - pos: 58.5,-58.5 + parent: 864 + type: Transform +- uid: 13074 + type: WallReinforced + components: + - pos: 58.5,-61.5 + parent: 864 + type: Transform +- uid: 13075 + type: WallReinforced + components: + - pos: 57.5,-61.5 + parent: 864 + type: Transform +- uid: 13076 + type: WallReinforced + components: + - pos: 57.5,-62.5 + parent: 864 + type: Transform +- uid: 13077 + type: WallReinforced + components: + - pos: 53.5,-62.5 + parent: 864 + type: Transform +- uid: 13078 + type: ReinforcedWindow + components: + - pos: 58.5,-59.5 + parent: 864 + type: Transform +- uid: 13079 + type: ReinforcedWindow + components: + - pos: 58.5,-60.5 + parent: 864 + type: Transform +- uid: 13080 + type: ReinforcedWindow + components: + - pos: 54.5,-62.5 + parent: 864 + type: Transform +- uid: 13081 + type: ReinforcedWindow + components: + - pos: 55.5,-62.5 + parent: 864 + type: Transform +- uid: 13082 + type: ReinforcedWindow + components: + - pos: 56.5,-62.5 + parent: 864 + type: Transform +- uid: 13083 + type: GasValve + components: + - pos: 55.5,-60.5 + parent: 864 + type: Transform + - open: False + type: GasValve +- uid: 13084 + type: GasValve + components: + - rot: -1.5707963267948966 rad + pos: 56.5,-59.5 + parent: 864 + type: Transform + - open: False + type: GasValve +- uid: 13085 + type: GasValve + components: + - rot: -1.5707963267948966 rad + pos: 54.5,-59.5 + parent: 864 + type: Transform + - open: False + type: GasValve +- uid: 13086 + type: GasPort + components: + - rot: 3.141592653589793 rad + pos: 55.5,-61.5 + parent: 864 + type: Transform +- uid: 13087 + type: GasPort + components: + - rot: 1.5707963267948966 rad + pos: 53.5,-59.5 + parent: 864 + type: Transform +- uid: 13088 + type: GasPort + components: + - rot: -1.5707963267948966 rad + pos: 57.5,-59.5 + parent: 864 + type: Transform +- uid: 13089 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-54.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13090 + type: OxygenCanister + components: + - pos: 55.5,-58.5 + parent: 864 + type: Transform +- uid: 13091 + type: GasMixer + components: + - rot: 1.5707963267948966 rad + pos: 55.5,-59.5 + parent: 864 + type: Transform + - enabled: False + type: GasMixer +- uid: 13092 + type: StorageCanister + components: + - pos: 45.5,-53.5 + parent: 864 + type: Transform +- uid: 13093 + type: CableApcExtension + components: + - pos: 51.5,-57.5 + parent: 864 + type: Transform +- uid: 13094 + type: CableApcExtension + components: + - pos: 51.5,-58.5 + parent: 864 + type: Transform +- uid: 13095 + type: CableApcExtension + components: + - pos: 52.5,-58.5 + parent: 864 + type: Transform +- uid: 13096 + type: CableApcExtension + components: + - pos: 53.5,-58.5 + parent: 864 + type: Transform +- uid: 13097 + type: CableApcExtension + components: + - pos: 54.5,-58.5 + parent: 864 + type: Transform +- uid: 13098 + type: CableApcExtension + components: + - pos: 55.5,-58.5 + parent: 864 + type: Transform +- uid: 13099 + type: CableApcExtension + components: + - pos: 55.5,-59.5 + parent: 864 + type: Transform +- uid: 13100 + type: CableApcExtension + components: + - pos: 55.5,-60.5 + parent: 864 + type: Transform +- uid: 13101 + type: CableApcExtension + components: + - pos: 56.5,-60.5 + parent: 864 + type: Transform +- uid: 13102 + type: HolofanProjector + components: + - pos: -51.61548,-16.423727 + parent: 864 + type: Transform +- uid: 13103 + type: SignalSwitch + components: + - pos: 52.5,-56.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 12255 + Off: + - port: Close + uid: 12255 + type: SignalTransmitter +- uid: 13104 + type: VendingMachineTankDispenserEngineering + components: + - pos: 52.5,-55.5 + parent: 864 + type: Transform +- uid: 13105 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 50.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13106 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 51.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13107 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13108 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 53.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13109 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 54.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13110 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13111 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13112 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13113 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13114 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13115 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13116 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13117 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13118 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13119 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13120 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13121 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13122 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13123 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13124 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-62.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13125 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13126 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13127 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13128 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13129 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13130 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13131 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-64.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13132 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-65.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13133 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-66.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13134 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-67.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13135 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 38.5,-68.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13136 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13137 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13138 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 40.5,-68.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13139 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 37.5,-60.5 + parent: 864 + type: Transform +- uid: 13140 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-60.5 + parent: 864 + type: Transform +- uid: 13141 + type: DisposalBend + components: + - pos: 39.5,-60.5 + parent: 864 + type: Transform +- uid: 13142 + type: DisposalPipe + components: + - pos: 39.5,-61.5 + parent: 864 + type: Transform +- uid: 13143 + type: DisposalPipe + components: + - pos: 39.5,-62.5 + parent: 864 + type: Transform +- uid: 13144 + type: DisposalPipe + components: + - pos: 39.5,-63.5 + parent: 864 + type: Transform +- uid: 13145 + type: DisposalPipe + components: + - pos: 39.5,-64.5 + parent: 864 + type: Transform +- uid: 13146 + type: DisposalPipe + components: + - pos: 39.5,-65.5 + parent: 864 + type: Transform +- uid: 13147 + type: DisposalPipe + components: + - pos: 39.5,-66.5 + parent: 864 + type: Transform +- uid: 13148 + type: DisposalPipe + components: + - pos: 39.5,-67.5 + parent: 864 + type: Transform +- uid: 13149 + type: DisposalPipe + components: + - pos: 39.5,-68.5 + parent: 864 + type: Transform +- uid: 13150 + type: WaterTankFull + components: + - pos: 8.5,-64.5 + parent: 864 + type: Transform +- uid: 13151 + type: GasPipeStraight + components: + - pos: 50.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13152 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 50.5,-54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13153 + type: GasPipeBend + components: + - pos: 52.5,-54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13154 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,-56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13155 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 52.5,-57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13156 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13157 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 51.5,-54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13158 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 53.5,-58.5 + parent: 864 + type: Transform +- uid: 13159 + type: FirelockGlass + components: + - pos: -14.5,-58.5 + parent: 864 + type: Transform +- uid: 13160 + type: FirelockGlass + components: + - pos: -11.5,-58.5 + parent: 864 + type: Transform +- uid: 13161 + type: AirlockMedicalGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-55.5 + parent: 864 + type: Transform +- uid: 13162 + type: AirlockMedicalGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-55.5 + parent: 864 + type: Transform +- uid: 13163 + type: AirlockMedicalGlassLocked + components: + - pos: 5.5,-58.5 + parent: 864 + type: Transform +- uid: 13164 + type: AirlockMedicalGlassLocked + components: + - pos: 6.5,-58.5 + parent: 864 + type: Transform +- uid: 13165 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -18.5,-44.5 + parent: 864 + type: Transform +- uid: 13166 + type: AirlockCommandLocked + components: + - name: telecoms + type: MetaData + - rot: -1.5707963267948966 rad + pos: -19.5,-44.5 + parent: 864 + type: Transform +- uid: 13167 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -20.5,-44.5 + parent: 864 + type: Transform +- uid: 13168 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-33.5 + parent: 864 + type: Transform +- uid: 13169 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-34.5 + parent: 864 + type: Transform +- uid: 13170 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-35.5 + parent: 864 + type: Transform +- uid: 13171 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-36.5 + parent: 864 + type: Transform +- uid: 13172 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-37.5 + parent: 864 + type: Transform +- uid: 13173 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-38.5 + parent: 864 + type: Transform +- uid: 13174 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-39.5 + parent: 864 + type: Transform +- uid: 13175 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-40.5 + parent: 864 + type: Transform +- uid: 13176 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-41.5 + parent: 864 + type: Transform +- uid: 13177 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-42.5 + parent: 864 + type: Transform +- uid: 13178 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -19.5,-43.5 + parent: 864 + type: Transform +- uid: 13179 + type: CableHV + components: + - pos: -18.5,-41.5 + parent: 864 + type: Transform +- uid: 13180 + type: CableHV + components: + - pos: -18.5,-40.5 + parent: 864 + type: Transform +- uid: 13181 + type: CableHV + components: + - pos: -18.5,-39.5 + parent: 864 + type: Transform +- uid: 13182 + type: CableHV + components: + - pos: -18.5,-38.5 + parent: 864 + type: Transform +- uid: 13183 + type: CableHV + components: + - pos: -18.5,-37.5 + parent: 864 + type: Transform +- uid: 13184 + type: CableHV + components: + - pos: -18.5,-36.5 + parent: 864 + type: Transform +- uid: 13185 + type: CableHV + components: + - pos: -18.5,-35.5 + parent: 864 + type: Transform +- uid: 13186 + type: CableHV + components: + - pos: -18.5,-34.5 + parent: 864 + type: Transform +- uid: 13187 + type: CableHV + components: + - pos: -18.5,-33.5 + parent: 864 + type: Transform +- uid: 13188 + type: CableHV + components: + - pos: -18.5,-32.5 + parent: 864 + type: Transform +- uid: 13189 + type: CableHV + components: + - pos: -18.5,-31.5 + parent: 864 + type: Transform +- uid: 13190 + type: CableHV + components: + - pos: -18.5,-30.5 + parent: 864 + type: Transform +- uid: 13191 + type: CableHV + components: + - pos: -19.5,-30.5 + parent: 864 + type: Transform +- uid: 13192 + type: CableHV + components: + - pos: -19.5,-29.5 + parent: 864 + type: Transform +- uid: 13193 + type: CableHV + components: + - pos: -19.5,-28.5 + parent: 864 + type: Transform +- uid: 13194 + type: SignTelecomms + components: + - pos: -18.5,-44.5 + parent: 864 + type: Transform +- uid: 13195 + type: CableApcExtension + components: + - pos: -35.5,-39.5 + parent: 864 + type: Transform +- uid: 13196 + type: WallSolid + components: + - pos: -20.5,-49.5 + parent: 864 + type: Transform +- uid: 13197 + type: WallSolid + components: + - pos: -19.5,-49.5 + parent: 864 + type: Transform +- uid: 13198 + type: WallSolid + components: + - pos: -18.5,-49.5 + parent: 864 + type: Transform +- uid: 13199 + type: WallSolid + components: + - pos: -22.5,-27.5 + parent: 864 + type: Transform +- uid: 13200 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -14.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13201 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -14.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13202 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -14.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13203 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -14.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13204 + type: GasPipeBend + components: + - pos: -14.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13205 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -15.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13206 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -16.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13207 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -17.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13208 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -18.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13209 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -20.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13210 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13211 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13212 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13213 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13214 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13215 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13216 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13217 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13218 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13219 + type: AirlockMaintLocked + components: + - rot: 3.141592653589793 rad + pos: -17.5,10.5 + parent: 864 + type: Transform +- uid: 13220 + type: GasPipeBend + components: + - pos: -18.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13221 + type: GasPipeBend + components: + - pos: -20.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13222 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13223 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13224 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13225 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13226 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13227 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13228 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13229 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13230 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13231 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13232 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13233 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13234 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13235 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13236 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13237 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -31.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13238 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13239 + type: PlasmaCanister + components: + - pos: -40.5,-39.5 + parent: 864 + type: Transform +- uid: 13240 + type: AirlockEngineeringGlassLocked + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 864 + type: Transform +- uid: 13241 + type: FoodBurgerEmpowered + components: + - pos: -27.538807,-11.376942 + parent: 864 + type: Transform +- uid: 13242 + type: PosterContrabandPower + components: + - pos: -24.5,-7.5 + parent: 864 + type: Transform +- uid: 13243 + type: ComputerPowerMonitoring + components: + - rot: 3.141592653589793 rad + pos: -27.5,-13.5 + parent: 864 + type: Transform +- uid: 13244 + type: TimerTrigger + components: + - pos: 53.540607,-52.67312 + parent: 864 + type: Transform +- uid: 13245 + type: RemoteSignaller + components: + - pos: 53.509357,-53.04812 + parent: 864 + type: Transform + - outputs: + Pressed: [] + type: SignalTransmitter +- uid: 13246 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 51.5,-60.5 + parent: 864 + type: Transform +- uid: 13247 + type: GasVolumePump + components: + - rot: -1.5707963267948966 rad + pos: 53.5,-60.5 + parent: 864 + type: Transform + - enabled: False + type: GasVolumePump +- uid: 13248 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-60.5 + parent: 864 + type: Transform +- uid: 13249 + type: GasPort + components: + - rot: -1.5707963267948966 rad + pos: 54.5,-60.5 + parent: 864 + type: Transform +- uid: 13250 + type: GasPassiveVent + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-60.5 + parent: 864 + type: Transform +- uid: 13251 + type: Multitool + components: + - pos: 53.385975,-53.408688 + parent: 864 + type: Transform +- uid: 13252 + type: Poweredlight + components: + - pos: 56.5,-58.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13253 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 51.5,-56.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13254 + type: Poweredlight + components: + - pos: 45.5,-56.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13255 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 52.5,-50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13256 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-61.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13257 + type: PoweredSmallLight + components: + - pos: 46.5,-51.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 13258 + type: GasVentPump + components: + - pos: 38.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13259 + type: GasVentScrubber + components: + - pos: 40.5,-55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13260 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13261 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13262 + type: CableHV + components: + - pos: 38.5,-59.5 + parent: 864 + type: Transform +- uid: 13263 + type: CableHV + components: + - pos: 39.5,-59.5 + parent: 864 + type: Transform +- uid: 13264 + type: CableHV + components: + - pos: 40.5,-59.5 + parent: 864 + type: Transform +- uid: 13265 + type: CableHV + components: + - pos: 40.5,-60.5 + parent: 864 + type: Transform +- uid: 13266 + type: CableHV + components: + - pos: 40.5,-61.5 + parent: 864 + type: Transform +- uid: 13267 + type: CableHV + components: + - pos: 40.5,-62.5 + parent: 864 + type: Transform +- uid: 13268 + type: CableHV + components: + - pos: 40.5,-63.5 + parent: 864 + type: Transform +- uid: 13269 + type: CableHV + components: + - pos: 40.5,-64.5 + parent: 864 + type: Transform +- uid: 13270 + type: CableHV + components: + - pos: 40.5,-65.5 + parent: 864 + type: Transform +- uid: 13271 + type: CableHV + components: + - pos: 40.5,-66.5 + parent: 864 + type: Transform +- uid: 13272 + type: CableHV + components: + - pos: 40.5,-67.5 + parent: 864 + type: Transform +- uid: 13273 + type: CableHV + components: + - pos: 40.5,-68.5 + parent: 864 + type: Transform +- uid: 13274 + type: SurveillanceCameraRouterGeneral + components: + - pos: -18.5,-45.5 + parent: 864 + type: Transform +- uid: 13275 + type: SurveillanceCameraRouterMedical + components: + - pos: -18.5,-46.5 + parent: 864 + type: Transform +- uid: 13276 + type: SurveillanceCameraRouterService + components: + - pos: -18.5,-47.5 + parent: 864 + type: Transform +- uid: 13277 + type: SurveillanceCameraRouterCommand + components: + - pos: -18.5,-48.5 + parent: 864 + type: Transform +- uid: 13278 + type: SurveillanceCameraRouterSecurity + components: + - pos: -21.5,-48.5 + parent: 864 + type: Transform +- uid: 13279 + type: SurveillanceCameraRouterEngineering + components: + - pos: -21.5,-47.5 + parent: 864 + type: Transform +- uid: 13280 + type: SurveillanceCameraRouterSupply + components: + - pos: -21.5,-46.5 + parent: 864 + type: Transform +- uid: 13281 + type: SurveillanceCameraRouterScience + components: + - pos: -21.5,-45.5 + parent: 864 + type: Transform +- uid: 13282 + type: GasPipeStraight + components: + - pos: -18.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13283 + type: GasPipeStraight + components: + - pos: -18.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13284 + type: GasPipeStraight + components: + - pos: -18.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13285 + type: GasPipeStraight + components: + - pos: -18.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13286 + type: GasPipeStraight + components: + - pos: -18.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13287 + type: GasPipeStraight + components: + - pos: -18.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13288 + type: GasPipeStraight + components: + - pos: -18.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13289 + type: GasPipeStraight + components: + - pos: -18.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13290 + type: GasPipeStraight + components: + - pos: -18.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13291 + type: GasPipeStraight + components: + - pos: -18.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13292 + type: WallSolid + components: + - pos: -17.5,-30.5 + parent: 864 + type: Transform +- uid: 13293 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13294 + type: GasPipeStraight + components: + - pos: -20.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13295 + type: GasPipeStraight + components: + - pos: -20.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13296 + type: GasPipeStraight + components: + - pos: -20.5,-36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13297 + type: GasPipeStraight + components: + - pos: -20.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13298 + type: GasPipeStraight + components: + - pos: -20.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13299 + type: GasPipeStraight + components: + - pos: -20.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13300 + type: GasPipeStraight + components: + - pos: -20.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13301 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13302 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13303 + type: GasPipeStraight + components: + - pos: -18.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13304 + type: GasPipeStraight + components: + - pos: -18.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13305 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13306 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -20.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13307 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13308 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13309 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13310 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13311 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13312 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13313 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13314 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13315 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13316 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13317 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13318 + type: SignalSwitch + components: + - pos: 64.5,-55.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 13068 + - port: Open + uid: 13067 + Off: + - port: Close + uid: 13068 + - port: Close + uid: 13067 + type: SignalTransmitter +- uid: 13319 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 56.5,-55.5 + parent: 864 + type: Transform +- uid: 13320 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 59.5,-54.5 + parent: 864 + type: Transform +- uid: 13321 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 65.5,-54.5 + parent: 864 + type: Transform +- uid: 13322 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 56.5,-55.5 + parent: 864 + type: Transform +- uid: 13323 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 59.5,-54.5 + parent: 864 + type: Transform +- uid: 13324 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 65.5,-54.5 + parent: 864 + type: Transform +- uid: 13325 + type: Grille + components: + - pos: 48.5,-79.5 + parent: 864 + type: Transform +- uid: 13326 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 43.5,-75.5 + parent: 864 + type: Transform +- uid: 13327 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 45.5,-75.5 + parent: 864 + type: Transform +- uid: 13328 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 41.5,-75.5 + parent: 864 + type: Transform +- uid: 13329 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 35.5,-75.5 + parent: 864 + type: Transform +- uid: 13330 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-75.5 + parent: 864 + type: Transform +- uid: 13331 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 37.5,-75.5 + parent: 864 + type: Transform +- uid: 13332 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 41.5,-74.5 + parent: 864 + type: Transform +- uid: 13333 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 37.5,-74.5 + parent: 864 + type: Transform +- uid: 13334 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 35.5,-74.5 + parent: 864 + type: Transform +- uid: 13335 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,-74.5 + parent: 864 + type: Transform +- uid: 13336 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 43.5,-74.5 + parent: 864 + type: Transform +- uid: 13337 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 45.5,-74.5 + parent: 864 + type: Transform +- uid: 13338 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 46.5,-74.5 + parent: 864 + type: Transform +- uid: 13339 + type: ReinforcedWindow + components: + - pos: 46.5,-71.5 + parent: 864 + type: Transform +- uid: 13340 + type: ReinforcedWindow + components: + - pos: 46.5,-72.5 + parent: 864 + type: Transform +- uid: 13341 + type: ReinforcedWindow + components: + - pos: 46.5,-73.5 + parent: 864 + type: Transform +- uid: 13342 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 46.5,-70.5 + parent: 864 + type: Transform +- uid: 13343 + type: WallReinforced + components: + - pos: 33.5,-70.5 + parent: 864 + type: Transform +- uid: 13344 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 32.5,-74.5 + parent: 864 + type: Transform +- uid: 13345 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 32.5,-73.5 + parent: 864 + type: Transform +- uid: 13346 + type: WallReinforced + components: + - pos: 12.5,-70.5 + parent: 864 + type: Transform +- uid: 13347 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 32.5,-71.5 + parent: 864 + type: Transform +- uid: 13348 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 32.5,-70.5 + parent: 864 + type: Transform +- uid: 13349 + type: WallReinforced + components: + - pos: 45.5,-70.5 + parent: 864 + type: Transform +- uid: 13350 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 42.5,-58.5 + parent: 864 + type: Transform +- uid: 13351 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 42.5,-60.5 + parent: 864 + type: Transform +- uid: 13352 + type: SubstationBasic + components: + - pos: 43.5,-58.5 + parent: 864 + type: Transform +- uid: 13353 + type: CableHV + components: + - pos: 41.5,-59.5 + parent: 864 + type: Transform +- uid: 13354 + type: CableHV + components: + - pos: 42.5,-59.5 + parent: 864 + type: Transform +- uid: 13355 + type: CableHV + components: + - pos: 43.5,-59.5 + parent: 864 + type: Transform +- uid: 13356 + type: CableHV + components: + - pos: 43.5,-58.5 + parent: 864 + type: Transform +- uid: 13357 + type: CableMV + components: + - pos: 43.5,-58.5 + parent: 864 + type: Transform +- uid: 13358 + type: CableMV + components: + - pos: 43.5,-59.5 + parent: 864 + type: Transform +- uid: 13359 + type: CableMV + components: + - pos: 42.5,-59.5 + parent: 864 + type: Transform +- uid: 13360 + type: CableMV + components: + - pos: 41.5,-59.5 + parent: 864 + type: Transform +- uid: 13361 + type: CableMV + components: + - pos: 40.5,-59.5 + parent: 864 + type: Transform +- uid: 13362 + type: CableMV + components: + - pos: 39.5,-59.5 + parent: 864 + type: Transform +- uid: 13363 + type: CableMV + components: + - pos: 38.5,-59.5 + parent: 864 + type: Transform +- uid: 13364 + type: CableMV + components: + - pos: 37.5,-59.5 + parent: 864 + type: Transform +- uid: 13365 + type: CableMV + components: + - pos: 37.5,-58.5 + parent: 864 + type: Transform +- uid: 13366 + type: CableMV + components: + - pos: 37.5,-57.5 + parent: 864 + type: Transform +- uid: 13367 + type: APCBasic + components: + - pos: 37.5,-57.5 + parent: 864 + type: Transform +- uid: 13368 + type: CableApcExtension + components: + - pos: 37.5,-57.5 + parent: 864 + type: Transform +- uid: 13369 + type: CableApcExtension + components: + - pos: 37.5,-58.5 + parent: 864 + type: Transform +- uid: 13370 + type: CableApcExtension + components: + - pos: 37.5,-59.5 + parent: 864 + type: Transform +- uid: 13371 + type: CableApcExtension + components: + - pos: 38.5,-59.5 + parent: 864 + type: Transform +- uid: 13372 + type: CableApcExtension + components: + - pos: 39.5,-59.5 + parent: 864 + type: Transform +- uid: 13373 + type: CableApcExtension + components: + - pos: 40.5,-59.5 + parent: 864 + type: Transform +- uid: 13374 + type: CableApcExtension + components: + - pos: 40.5,-59.5 + parent: 864 + type: Transform +- uid: 13375 + type: CableApcExtension + components: + - pos: 40.5,-60.5 + parent: 864 + type: Transform +- uid: 13376 + type: CableApcExtension + components: + - pos: 40.5,-61.5 + parent: 864 + type: Transform +- uid: 13377 + type: CableApcExtension + components: + - pos: 40.5,-62.5 + parent: 864 + type: Transform +- uid: 13378 + type: CableApcExtension + components: + - pos: 40.5,-63.5 + parent: 864 + type: Transform +- uid: 13379 + type: CableApcExtension + components: + - pos: 40.5,-64.5 + parent: 864 + type: Transform +- uid: 13380 + type: CableApcExtension + components: + - pos: 40.5,-65.5 + parent: 864 + type: Transform +- uid: 13381 + type: CableApcExtension + components: + - pos: 40.5,-66.5 + parent: 864 + type: Transform +- uid: 13382 + type: CableApcExtension + components: + - pos: 40.5,-67.5 + parent: 864 + type: Transform +- uid: 13383 + type: CableApcExtension + components: + - pos: 40.5,-68.5 + parent: 864 + type: Transform +- uid: 13384 + type: CableApcExtension + components: + - pos: 40.5,-69.5 + parent: 864 + type: Transform +- uid: 13385 + type: CableApcExtension + components: + - pos: 40.5,-70.5 + parent: 864 + type: Transform +- uid: 13386 + type: CableApcExtension + components: + - pos: 40.5,-71.5 + parent: 864 + type: Transform +- uid: 13387 + type: CableApcExtension + components: + - pos: 40.5,-72.5 + parent: 864 + type: Transform +- uid: 13388 + type: CableApcExtension + components: + - pos: 41.5,-72.5 + parent: 864 + type: Transform +- uid: 13389 + type: CableApcExtension + components: + - pos: 42.5,-72.5 + parent: 864 + type: Transform +- uid: 13390 + type: CableApcExtension + components: + - pos: 43.5,-72.5 + parent: 864 + type: Transform +- uid: 13391 + type: CableApcExtension + components: + - pos: 44.5,-72.5 + parent: 864 + type: Transform +- uid: 13392 + type: CableApcExtension + components: + - pos: 44.5,-73.5 + parent: 864 + type: Transform +- uid: 13393 + type: CableApcExtension + components: + - pos: 44.5,-74.5 + parent: 864 + type: Transform +- uid: 13394 + type: CableApcExtension + components: + - pos: 42.5,-73.5 + parent: 864 + type: Transform +- uid: 13395 + type: CableApcExtension + components: + - pos: 42.5,-74.5 + parent: 864 + type: Transform +- uid: 13396 + type: CableApcExtension + components: + - pos: 39.5,-72.5 + parent: 864 + type: Transform +- uid: 13397 + type: CableApcExtension + components: + - pos: 38.5,-72.5 + parent: 864 + type: Transform +- uid: 13398 + type: CableApcExtension + components: + - pos: 37.5,-72.5 + parent: 864 + type: Transform +- uid: 13399 + type: CableApcExtension + components: + - pos: 36.5,-72.5 + parent: 864 + type: Transform +- uid: 13400 + type: CableApcExtension + components: + - pos: 35.5,-72.5 + parent: 864 + type: Transform +- uid: 13401 + type: CableApcExtension + components: + - pos: 34.5,-72.5 + parent: 864 + type: Transform +- uid: 13402 + type: CableApcExtension + components: + - pos: 34.5,-73.5 + parent: 864 + type: Transform +- uid: 13403 + type: CableApcExtension + components: + - pos: 34.5,-74.5 + parent: 864 + type: Transform +- uid: 13404 + type: CableApcExtension + components: + - pos: 36.5,-73.5 + parent: 864 + type: Transform +- uid: 13405 + type: CableApcExtension + components: + - pos: 36.5,-74.5 + parent: 864 + type: Transform +- uid: 13406 + type: CableApcExtension + components: + - pos: 44.5,-71.5 + parent: 864 + type: Transform +- uid: 13407 + type: CableApcExtension + components: + - pos: 44.5,-70.5 + parent: 864 + type: Transform +- uid: 13408 + type: CableApcExtension + components: + - pos: 34.5,-71.5 + parent: 864 + type: Transform +- uid: 13409 + type: CableApcExtension + components: + - pos: 34.5,-70.5 + parent: 864 + type: Transform +- uid: 13410 + type: CableApcExtension + components: + - pos: 41.5,-59.5 + parent: 864 + type: Transform +- uid: 13411 + type: CableApcExtension + components: + - pos: 42.5,-59.5 + parent: 864 + type: Transform +- uid: 13412 + type: CableApcExtension + components: + - pos: 43.5,-59.5 + parent: 864 + type: Transform +- uid: 13413 + type: CableApcExtension + components: + - pos: 39.5,-58.5 + parent: 864 + type: Transform +- uid: 13414 + type: CableApcExtension + components: + - pos: 39.5,-57.5 + parent: 864 + type: Transform +- uid: 13415 + type: CableApcExtension + components: + - pos: 39.5,-56.5 + parent: 864 + type: Transform +- uid: 13416 + type: CableApcExtension + components: + - pos: 39.5,-55.5 + parent: 864 + type: Transform +- uid: 13417 + type: CableApcExtension + components: + - pos: 39.5,-54.5 + parent: 864 + type: Transform +- uid: 13418 + type: CableApcExtension + components: + - pos: 40.5,-55.5 + parent: 864 + type: Transform +- uid: 13419 + type: CableApcExtension + components: + - pos: 36.5,-58.5 + parent: 864 + type: Transform +- uid: 13420 + type: CableApcExtension + components: + - pos: 36.5,-56.5 + parent: 864 + type: Transform +- uid: 13421 + type: CableApcExtension + components: + - pos: 36.5,-54.5 + parent: 864 + type: Transform +- uid: 13422 + type: CableApcExtension + components: + - pos: 36.5,-57.5 + parent: 864 + type: Transform +- uid: 13423 + type: CableApcExtension + components: + - pos: 36.5,-55.5 + parent: 864 + type: Transform +- uid: 13424 + type: CableApcExtension + components: + - pos: 36.5,-53.5 + parent: 864 + type: Transform +- uid: 13425 + type: CableApcExtension + components: + - pos: 36.5,-52.5 + parent: 864 + type: Transform +- uid: 13426 + type: CableApcExtension + components: + - pos: 36.5,-51.5 + parent: 864 + type: Transform +- uid: 13427 + type: CableApcExtension + components: + - pos: 37.5,-51.5 + parent: 864 + type: Transform +- uid: 13428 + type: CableApcExtension + components: + - pos: 38.5,-51.5 + parent: 864 + type: Transform +- uid: 13429 + type: CableApcExtension + components: + - pos: 39.5,-51.5 + parent: 864 + type: Transform +- uid: 13430 + type: CableApcExtension + components: + - pos: 40.5,-51.5 + parent: 864 + type: Transform +- uid: 13431 + type: CableApcExtension + components: + - pos: 40.5,-50.5 + parent: 864 + type: Transform +- uid: 13432 + type: CableApcExtension + components: + - pos: 40.5,-49.5 + parent: 864 + type: Transform +- uid: 13433 + type: CableApcExtension + components: + - pos: 39.5,-49.5 + parent: 864 + type: Transform +- uid: 13434 + type: CableApcExtension + components: + - pos: 39.5,-48.5 + parent: 864 + type: Transform +- uid: 13435 + type: CableApcExtension + components: + - pos: 38.5,-48.5 + parent: 864 + type: Transform +- uid: 13436 + type: CableApcExtension + components: + - pos: 41.5,-51.5 + parent: 864 + type: Transform +- uid: 13437 + type: CableApcExtension + components: + - pos: 42.5,-51.5 + parent: 864 + type: Transform +- uid: 13438 + type: CableApcExtension + components: + - pos: 43.5,-51.5 + parent: 864 + type: Transform +- uid: 13439 + type: CableApcExtension + components: + - pos: 43.5,-52.5 + parent: 864 + type: Transform +- uid: 13440 + type: CableApcExtension + components: + - pos: 43.5,-53.5 + parent: 864 + type: Transform +- uid: 13441 + type: CableApcExtension + components: + - pos: 43.5,-54.5 + parent: 864 + type: Transform +- uid: 13442 + type: WallReinforced + components: + - pos: 41.5,-69.5 + parent: 864 + type: Transform +- uid: 13443 + type: ReinforcedWindow + components: + - pos: 37.5,-66.5 + parent: 864 + type: Transform +- uid: 13444 + type: ReinforcedWindow + components: + - pos: 41.5,-64.5 + parent: 864 + type: Transform +- uid: 13445 + type: ReinforcedWindow + components: + - pos: 41.5,-66.5 + parent: 864 + type: Transform +- uid: 13446 + type: WallReinforced + components: + - pos: 45.5,-69.5 + parent: 864 + type: Transform +- uid: 13447 + type: WallReinforced + components: + - pos: 37.5,-69.5 + parent: 864 + type: Transform +- uid: 13448 + type: ReinforcedWindow + components: + - pos: 36.5,-69.5 + parent: 864 + type: Transform +- uid: 13449 + type: ReinforcedWindow + components: + - pos: 34.5,-69.5 + parent: 864 + type: Transform +- uid: 13450 + type: ReinforcedWindow + components: + - pos: 37.5,-64.5 + parent: 864 + type: Transform +- uid: 13451 + type: WallReinforced + components: + - pos: 33.5,-69.5 + parent: 864 + type: Transform +- uid: 13452 + type: ShuttleWindow + components: + - pos: 40.5,-76.5 + parent: 864 + type: Transform +- uid: 13453 + type: ShuttleWindow + components: + - pos: 39.5,-76.5 + parent: 864 + type: Transform +- uid: 13454 + type: ShuttleWindow + components: + - pos: 38.5,-76.5 + parent: 864 + type: Transform +- uid: 13455 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-83.5 + parent: 864 + type: Transform +- uid: 13456 + type: WallShuttle + components: + - pos: 47.5,-77.5 + parent: 864 + type: Transform +- uid: 13457 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-83.5 + parent: 864 + type: Transform +- uid: 13458 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-83.5 + parent: 864 + type: Transform +- uid: 13459 + type: WallShuttle + components: + - pos: 47.5,-76.5 + parent: 864 + type: Transform +- uid: 13460 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-83.5 + parent: 864 + type: Transform +- uid: 13461 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 43.5,-83.5 + parent: 864 + type: Transform +- uid: 13462 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-83.5 + parent: 864 + type: Transform +- uid: 13463 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-83.5 + parent: 864 + type: Transform +- uid: 13464 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-83.5 + parent: 864 + type: Transform +- uid: 13465 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-83.5 + parent: 864 + type: Transform +- uid: 13466 + type: ShuttleWindow + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-76.5 + parent: 864 + type: Transform +- uid: 13467 + type: ShuttleWindow + components: + - pos: 37.5,-76.5 + parent: 864 + type: Transform +- uid: 13468 + type: ShuttleWindow + components: + - pos: 43.5,-76.5 + parent: 864 + type: Transform +- uid: 13469 + type: ShuttleWindow + components: + - pos: 41.5,-76.5 + parent: 864 + type: Transform +- uid: 13470 + type: ShuttleWindow + components: + - pos: 35.5,-76.5 + parent: 864 + type: Transform +- uid: 13471 + type: ShuttleWindow + components: + - pos: 33.5,-76.5 + parent: 864 + type: Transform +- uid: 13472 + type: AirlockGlassShuttle + components: + - pos: 42.5,-76.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 13473 + type: AirlockGlassShuttle + components: + - pos: 44.5,-76.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 13474 + type: AirlockGlassShuttle + components: + - pos: 36.5,-76.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 13475 + type: ShuttleWindow + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-83.5 + parent: 864 + type: Transform +- uid: 13476 + type: ShuttleWindow + components: + - pos: 48.5,-78.5 + parent: 864 + type: Transform +- uid: 13477 + type: WallShuttle + components: + - pos: 48.5,-82.5 + parent: 864 + type: Transform +- uid: 13478 + type: WallShuttle + components: + - pos: 47.5,-83.5 + parent: 864 + type: Transform +- uid: 13479 + type: WallShuttle + components: + - pos: 47.5,-82.5 + parent: 864 + type: Transform +- uid: 13480 + type: WallShuttle + components: + - pos: 46.5,-83.5 + parent: 864 + type: Transform +- uid: 13481 + type: ShuttleWindow + components: + - pos: 48.5,-81.5 + parent: 864 + type: Transform +- uid: 13482 + type: WallShuttle + components: + - pos: 48.5,-77.5 + parent: 864 + type: Transform +- uid: 13483 + type: WallShuttle + components: + - pos: 46.5,-76.5 + parent: 864 + type: Transform +- uid: 13484 + type: WallShuttle + components: + - pos: 39.5,-81.5 + parent: 864 + type: Transform +- uid: 13485 + type: WallShuttle + components: + - pos: 39.5,-78.5 + parent: 864 + type: Transform +- uid: 13486 + type: WallShuttle + components: + - pos: 39.5,-77.5 + parent: 864 + type: Transform +- uid: 13487 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: 42.5,-59.5 + parent: 864 + type: Transform +- uid: 13488 + type: WallShuttle + components: + - pos: 39.5,-82.5 + parent: 864 + type: Transform +- uid: 13489 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-78.5 + parent: 864 + type: Transform + - enabled: False + type: AmbientSound +- uid: 13490 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-81.5 + parent: 864 + type: Transform + - enabled: False + type: AmbientSound +- uid: 13491 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: 31.5,-82.5 + parent: 864 + type: Transform + - enabled: False + type: AmbientSound +- uid: 13492 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-77.5 + parent: 864 + type: Transform +- uid: 13493 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-77.5 + parent: 864 + type: Transform +- uid: 13494 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-78.5 + parent: 864 + type: Transform +- uid: 13495 + type: CableHV + components: + - pos: 31.5,-79.5 + parent: 864 + type: Transform +- uid: 13496 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-80.5 + parent: 864 + type: Transform +- uid: 13497 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-81.5 + parent: 864 + type: Transform +- uid: 13498 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-82.5 + parent: 864 + type: Transform +- uid: 13499 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-82.5 + parent: 864 + type: Transform +- uid: 13500 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13501 + type: ShuttleWindow + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-80.5 + parent: 864 + type: Transform +- uid: 13502 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-77.5 + parent: 864 + type: Transform +- uid: 13503 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-78.5 + parent: 864 + type: Transform +- uid: 13504 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-82.5 + parent: 864 + type: Transform +- uid: 13505 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-81.5 + parent: 864 + type: Transform +- uid: 13506 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-77.5 + parent: 864 + type: Transform +- uid: 13507 + type: WallShuttle + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-82.5 + parent: 864 + type: Transform +- uid: 13508 + type: ShuttleWindow + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-79.5 + parent: 864 + type: Transform +- uid: 13509 + type: ShuttleWindow + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-80.5 + parent: 864 + type: Transform +- uid: 13510 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-79.5 + parent: 864 + type: Transform +- uid: 13511 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-80.5 + parent: 864 + type: Transform +- uid: 13512 + type: AirlockEngineeringLocked + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-81.5 + parent: 864 + type: Transform +- uid: 13513 + type: AirlockEngineeringLocked + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-78.5 + parent: 864 + type: Transform +- uid: 13514 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-79.5 + parent: 864 + type: Transform +- uid: 13515 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-80.5 + parent: 864 + type: Transform +- uid: 13516 + type: ChairPilotSeat + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-79.5 + parent: 864 + type: Transform +- uid: 13517 + type: ChairPilotSeat + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-80.5 + parent: 864 + type: Transform +- uid: 13518 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-78.5 + parent: 864 + type: Transform +- uid: 13519 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-79.5 + parent: 864 + type: Transform +- uid: 13520 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-80.5 + parent: 864 + type: Transform +- uid: 13521 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-80.5 + parent: 864 + type: Transform +- uid: 13522 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-80.5 + parent: 864 + type: Transform +- uid: 13523 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-79.5 + parent: 864 + type: Transform +- uid: 13524 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-79.5 + parent: 864 + type: Transform +- uid: 13525 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-78.5 + parent: 864 + type: Transform +- uid: 13526 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-78.5 + parent: 864 + type: Transform +- uid: 13527 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-81.5 + parent: 864 + type: Transform +- uid: 13528 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-81.5 + parent: 864 + type: Transform +- uid: 13529 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-81.5 + parent: 864 + type: Transform +- uid: 13530 + type: Chair + components: + - pos: 38.5,-77.5 + parent: 864 + type: Transform +- uid: 13531 + type: Chair + components: + - pos: 37.5,-77.5 + parent: 864 + type: Transform +- uid: 13532 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 38.5,-82.5 + parent: 864 + type: Transform +- uid: 13533 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 37.5,-82.5 + parent: 864 + type: Transform +- uid: 13534 + type: AirlockExternalGlassShuttleLocked + components: + - pos: 36.5,-83.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 13535 + type: AirlockExternalGlassShuttleLocked + components: + - pos: 42.5,-83.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 13536 + type: AirlockExternalGlassShuttleLocked + components: + - pos: 44.5,-83.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 13537 + type: ShuttleWindow + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-76.5 + parent: 864 + type: Transform +- uid: 13538 + type: ComputerBroken + components: + - rot: -1.5707963267948966 rad + pos: 47.5,-79.5 + parent: 864 + type: Transform +- uid: 13539 + type: ComputerBroken + components: + - rot: -1.5707963267948966 rad + pos: 47.5,-80.5 + parent: 864 + type: Transform +- uid: 13540 + type: MachineFrameDestroyed + components: + - pos: 33.5,-78.5 + parent: 864 + type: Transform +- uid: 13541 + type: MachineFrameDestroyed + components: + - pos: 33.5,-81.5 + parent: 864 + type: Transform +- uid: 13542 + type: SMESBasic + components: + - pos: 33.5,-79.5 + parent: 864 + type: Transform +- uid: 13543 + type: AirlockExternalGlass + components: + - pos: 42.5,-74.5 + parent: 864 + type: Transform +- uid: 13544 + type: AirlockExternalGlass + components: + - pos: 44.5,-74.5 + parent: 864 + type: Transform +- uid: 13545 + type: AirlockExternalGlass + components: + - pos: 36.5,-74.5 + parent: 864 + type: Transform +- uid: 13546 + type: AirlockExternalGlass + components: + - pos: 34.5,-74.5 + parent: 864 + type: Transform +- uid: 13547 + type: ReinforcedWindow + components: + - pos: 38.5,-74.5 + parent: 864 + type: Transform +- uid: 13548 + type: ReinforcedWindow + components: + - pos: 39.5,-74.5 + parent: 864 + type: Transform +- uid: 13549 + type: ReinforcedWindow + components: + - pos: 40.5,-74.5 + parent: 864 + type: Transform +- uid: 13550 + type: WallReinforced + components: + - pos: 12.5,-71.5 + parent: 864 + type: Transform +- uid: 13551 + type: PoweredSmallLight + components: + - pos: 12.5,-72.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 13552 + type: WallReinforced + components: + - pos: 9.5,-72.5 + parent: 864 + type: Transform +- uid: 13553 + type: WallReinforced + components: + - pos: 9.5,-73.5 + parent: 864 + type: Transform +- uid: 13554 + type: WallReinforced + components: + - pos: 9.5,-74.5 + parent: 864 + type: Transform +- uid: 13555 + type: WallReinforced + components: + - pos: 10.5,-74.5 + parent: 864 + type: Transform +- uid: 13556 + type: WallReinforced + components: + - pos: 11.5,-74.5 + parent: 864 + type: Transform +- uid: 13557 + type: WallReinforced + components: + - pos: 12.5,-74.5 + parent: 864 + type: Transform +- uid: 13558 + type: WallReinforced + components: + - pos: 13.5,-74.5 + parent: 864 + type: Transform +- uid: 13559 + type: WallReinforced + components: + - pos: 22.5,-74.5 + parent: 864 + type: Transform +- uid: 13560 + type: ReinforcedWindow + components: + - pos: 17.5,-74.5 + parent: 864 + type: Transform +- uid: 13561 + type: WallReinforced + components: + - pos: 16.5,-74.5 + parent: 864 + type: Transform +- uid: 13562 + type: ReinforcedWindow + components: + - pos: 18.5,-74.5 + parent: 864 + type: Transform +- uid: 13563 + type: ReinforcedWindow + components: + - pos: 14.5,-74.5 + parent: 864 + type: Transform +- uid: 13564 + type: WallReinforced + components: + - pos: 19.5,-74.5 + parent: 864 + type: Transform +- uid: 13565 + type: ReinforcedWindow + components: + - pos: 20.5,-74.5 + parent: 864 + type: Transform +- uid: 13566 + type: ReinforcedWindow + components: + - pos: 21.5,-74.5 + parent: 864 + type: Transform +- uid: 13567 + type: WallReinforced + components: + - pos: 22.5,-71.5 + parent: 864 + type: Transform +- uid: 13568 + type: WallReinforced + components: + - pos: 23.5,-74.5 + parent: 864 + type: Transform +- uid: 13569 + type: WallReinforced + components: + - pos: 24.5,-74.5 + parent: 864 + type: Transform +- uid: 13570 + type: WallReinforced + components: + - pos: 25.5,-74.5 + parent: 864 + type: Transform +- uid: 13571 + type: WallReinforced + components: + - pos: 26.5,-74.5 + parent: 864 + type: Transform +- uid: 13572 + type: WallReinforced + components: + - pos: 26.5,-73.5 + parent: 864 + type: Transform +- uid: 13573 + type: WallReinforced + components: + - pos: 27.5,-73.5 + parent: 864 + type: Transform +- uid: 13574 + type: WallReinforced + components: + - pos: 28.5,-73.5 + parent: 864 + type: Transform +- uid: 13575 + type: WallReinforced + components: + - pos: 29.5,-73.5 + parent: 864 + type: Transform +- uid: 13576 + type: WallReinforced + components: + - pos: 30.5,-73.5 + parent: 864 + type: Transform +- uid: 13577 + type: WallReinforced + components: + - pos: 31.5,-73.5 + parent: 864 + type: Transform +- uid: 13578 + type: WallReinforced + components: + - pos: 31.5,-71.5 + parent: 864 + type: Transform +- uid: 13579 + type: WallReinforced + components: + - pos: 30.5,-71.5 + parent: 864 + type: Transform +- uid: 13580 + type: WallReinforced + components: + - pos: 29.5,-71.5 + parent: 864 + type: Transform +- uid: 13581 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 24.5,-71.5 + parent: 864 + type: Transform +- uid: 13582 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 25.5,-71.5 + parent: 864 + type: Transform +- uid: 13583 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 26.5,-71.5 + parent: 864 + type: Transform +- uid: 13584 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 27.5,-71.5 + parent: 864 + type: Transform +- uid: 13585 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 28.5,-71.5 + parent: 864 + type: Transform +- uid: 13586 + type: CableApcExtension + components: + - pos: 33.5,-72.5 + parent: 864 + type: Transform +- uid: 13587 + type: ReinforcedWindow + components: + - pos: 17.5,-71.5 + parent: 864 + type: Transform +- uid: 13588 + type: WallReinforced + components: + - pos: 22.5,-72.5 + parent: 864 + type: Transform +- uid: 13589 + type: WallReinforced + components: + - pos: 21.5,-72.5 + parent: 864 + type: Transform +- uid: 13590 + type: WallReinforced + components: + - pos: 20.5,-72.5 + parent: 864 + type: Transform +- uid: 13591 + type: WallReinforced + components: + - pos: 19.5,-72.5 + parent: 864 + type: Transform +- uid: 13592 + type: ReinforcedWindow + components: + - pos: 24.5,-68.5 + parent: 864 + type: Transform +- uid: 13593 + type: ReinforcedWindow + components: + - pos: 25.5,-68.5 + parent: 864 + type: Transform +- uid: 13594 + type: Grille + components: + - pos: 17.5,-71.5 + parent: 864 + type: Transform +- uid: 13595 + type: ReinforcedWindow + components: + - pos: 26.5,-68.5 + parent: 864 + type: Transform +- uid: 13596 + type: ReinforcedWindow + components: + - pos: 27.5,-68.5 + parent: 864 + type: Transform +- uid: 13597 + type: Grille + components: + - pos: 18.5,-71.5 + parent: 864 + type: Transform +- uid: 13598 + type: WallSolid + components: + - pos: 9.5,-69.5 + parent: 864 + type: Transform +- uid: 13599 + type: AirlockMaintLocked + components: + - pos: 9.5,-70.5 + parent: 864 + type: Transform +- uid: 13600 + type: GasPipeStraight + components: + - pos: 38.5,-70.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13601 + type: GasPipeStraight + components: + - pos: 38.5,-69.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13602 + type: GasPipeStraight + components: + - pos: 40.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13603 + type: GasPipeStraight + components: + - pos: 40.5,-70.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13604 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13605 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 40.5,-71.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13606 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-71.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13607 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 37.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13608 + type: DisposalPipe + components: + - pos: 39.5,-69.5 + parent: 864 + type: Transform +- uid: 13609 + type: DisposalPipe + components: + - pos: 39.5,-70.5 + parent: 864 + type: Transform +- uid: 13610 + type: DisposalPipe + components: + - pos: 39.5,-71.5 + parent: 864 + type: Transform +- uid: 13611 + type: DisposalPipe + components: + - pos: 39.5,-72.5 + parent: 864 + type: Transform +- uid: 13612 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 39.5,-73.5 + parent: 864 + type: Transform +- uid: 13613 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 40.5,-73.5 + parent: 864 + type: Transform +- uid: 13614 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-73.5 + parent: 864 + type: Transform +- uid: 13615 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-73.5 + parent: 864 + type: Transform +- uid: 13616 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-73.5 + parent: 864 + type: Transform +- uid: 13617 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-73.5 + parent: 864 + type: Transform +- uid: 13618 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 45.5,-73.5 + parent: 864 + type: Transform +- uid: 13619 + type: DisposalUnit + components: + - pos: 45.5,-73.5 + parent: 864 + type: Transform +- uid: 13620 + type: CableApcExtension + components: + - pos: 44.5,-75.5 + parent: 864 + type: Transform +- uid: 13621 + type: CableApcExtension + components: + - pos: 44.5,-76.5 + parent: 864 + type: Transform +- uid: 13622 + type: SubstationBasic + components: + - pos: 33.5,-80.5 + parent: 864 + type: Transform +- uid: 13623 + type: CableHV + components: + - pos: 33.5,-80.5 + parent: 864 + type: Transform +- uid: 13624 + type: CableTerminal + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-79.5 + parent: 864 + type: Transform +- uid: 13625 + type: CableApcExtension + components: + - pos: 42.5,-75.5 + parent: 864 + type: Transform +- uid: 13626 + type: CableApcExtension + components: + - pos: 42.5,-76.5 + parent: 864 + type: Transform +- uid: 13627 + type: CableMV + components: + - pos: 34.5,-80.5 + parent: 864 + type: Transform +- uid: 13628 + type: CableMV + components: + - pos: 33.5,-80.5 + parent: 864 + type: Transform +- uid: 13629 + type: CableMV + components: + - pos: 34.5,-79.5 + parent: 864 + type: Transform +- uid: 13630 + type: CableMV + components: + - pos: 34.5,-78.5 + parent: 864 + type: Transform +- uid: 13631 + type: CableMV + components: + - pos: 33.5,-78.5 + parent: 864 + type: Transform +- uid: 13632 + type: CableMV + components: + - pos: 33.5,-77.5 + parent: 864 + type: Transform +- uid: 13633 + type: CableApcExtension + components: + - pos: 36.5,-75.5 + parent: 864 + type: Transform +- uid: 13634 + type: CableApcExtension + components: + - pos: 36.5,-76.5 + parent: 864 + type: Transform +- uid: 13635 + type: CableApcExtension + components: + - pos: 34.5,-80.5 + parent: 864 + type: Transform +- uid: 13636 + type: CableApcExtension + components: + - pos: 34.5,-79.5 + parent: 864 + type: Transform +- uid: 13637 + type: CableApcExtension + components: + - pos: 33.5,-78.5 + parent: 864 + type: Transform +- uid: 13638 + type: CableApcExtension + components: + - pos: 34.5,-78.5 + parent: 864 + type: Transform +- uid: 13639 + type: CableApcExtension + components: + - pos: 33.5,-77.5 + parent: 864 + type: Transform +- uid: 13640 + type: APCBasic + components: + - pos: 33.5,-77.5 + parent: 864 + type: Transform +- uid: 13641 + type: CableApcExtension + components: + - pos: 34.5,-75.5 + parent: 864 + type: Transform +- uid: 13642 + type: CableApcExtension + components: + - pos: 34.5,-76.5 + parent: 864 + type: Transform +- uid: 13643 + type: CableApcExtension + components: + - pos: 35.5,-81.5 + parent: 864 + type: Transform +- uid: 13644 + type: CableApcExtension + components: + - pos: 34.5,-81.5 + parent: 864 + type: Transform +- uid: 13645 + type: CableApcExtension + components: + - pos: 36.5,-81.5 + parent: 864 + type: Transform +- uid: 13646 + type: CableApcExtension + components: + - pos: 37.5,-81.5 + parent: 864 + type: Transform +- uid: 13647 + type: CableApcExtension + components: + - pos: 38.5,-81.5 + parent: 864 + type: Transform +- uid: 13648 + type: Chair + components: + - pos: 44.5,-70.5 + parent: 864 + type: Transform +- uid: 13649 + type: Chair + components: + - pos: 43.5,-70.5 + parent: 864 + type: Transform +- uid: 13650 + type: Chair + components: + - pos: 42.5,-70.5 + parent: 864 + type: Transform +- uid: 13651 + type: Chair + components: + - pos: 41.5,-70.5 + parent: 864 + type: Transform +- uid: 13652 + type: Chair + components: + - pos: 37.5,-70.5 + parent: 864 + type: Transform +- uid: 13653 + type: Chair + components: + - pos: 36.5,-70.5 + parent: 864 + type: Transform +- uid: 13654 + type: Chair + components: + - pos: 35.5,-70.5 + parent: 864 + type: Transform +- uid: 13655 + type: Chair + components: + - pos: 34.5,-70.5 + parent: 864 + type: Transform +- uid: 13656 + type: WallReinforced + components: + - pos: 22.5,-70.5 + parent: 864 + type: Transform +- uid: 13657 + type: WallReinforced + components: + - pos: 22.5,-69.5 + parent: 864 + type: Transform +- uid: 13658 + type: WallReinforced + components: + - pos: 23.5,-69.5 + parent: 864 + type: Transform +- uid: 13659 + type: WallReinforced + components: + - pos: 23.5,-68.5 + parent: 864 + type: Transform +- uid: 13660 + type: ReinforcedWindow + components: + - pos: 15.5,-71.5 + parent: 864 + type: Transform +- uid: 13661 + type: Grille + components: + - pos: 15.5,-71.5 + parent: 864 + type: Transform +- uid: 13662 + type: WallReinforced + components: + - pos: 16.5,-71.5 + parent: 864 + type: Transform +- uid: 13663 + type: ReinforcedWindow + components: + - pos: 15.5,-74.5 + parent: 864 + type: Transform +- uid: 13664 + type: WallReinforced + components: + - pos: 28.5,-68.5 + parent: 864 + type: Transform +- uid: 13665 + type: WallReinforced + components: + - pos: 28.5,-69.5 + parent: 864 + type: Transform +- uid: 13666 + type: WallReinforced + components: + - pos: 29.5,-69.5 + parent: 864 + type: Transform +- uid: 13667 + type: WallReinforced + components: + - pos: 29.5,-70.5 + parent: 864 + type: Transform +- uid: 13668 + type: Grille + components: + - pos: 24.5,-68.5 + parent: 864 + type: Transform +- uid: 13669 + type: Grille + components: + - pos: 25.5,-68.5 + parent: 864 + type: Transform +- uid: 13670 + type: Grille + components: + - pos: 26.5,-68.5 + parent: 864 + type: Transform +- uid: 13671 + type: Grille + components: + - pos: 27.5,-68.5 + parent: 864 + type: Transform +- uid: 13672 + type: Grille + components: + - pos: 21.5,-74.5 + parent: 864 + type: Transform +- uid: 13673 + type: Grille + components: + - pos: 20.5,-74.5 + parent: 864 + type: Transform +- uid: 13674 + type: Grille + components: + - pos: 18.5,-74.5 + parent: 864 + type: Transform +- uid: 13675 + type: Grille + components: + - pos: 17.5,-74.5 + parent: 864 + type: Transform +- uid: 13676 + type: Grille + components: + - pos: 14.5,-71.5 + parent: 864 + type: Transform +- uid: 13677 + type: WallReinforced + components: + - pos: 19.5,-71.5 + parent: 864 + type: Transform +- uid: 13678 + type: ReinforcedWindow + components: + - pos: 14.5,-71.5 + parent: 864 + type: Transform +- uid: 13679 + type: ReinforcedWindow + components: + - pos: 18.5,-71.5 + parent: 864 + type: Transform +- uid: 13680 + type: Grille + components: + - pos: 14.5,-74.5 + parent: 864 + type: Transform +- uid: 13681 + type: Grille + components: + - pos: 15.5,-74.5 + parent: 864 + type: Transform +- uid: 13682 + type: CableApcExtension + components: + - pos: 32.5,-72.5 + parent: 864 + type: Transform +- uid: 13683 + type: CableApcExtension + components: + - pos: 31.5,-72.5 + parent: 864 + type: Transform +- uid: 13684 + type: CableApcExtension + components: + - pos: 30.5,-72.5 + parent: 864 + type: Transform +- uid: 13685 + type: CableApcExtension + components: + - pos: 29.5,-72.5 + parent: 864 + type: Transform +- uid: 13686 + type: CableApcExtension + components: + - pos: 28.5,-72.5 + parent: 864 + type: Transform +- uid: 13687 + type: CableApcExtension + components: + - pos: 27.5,-72.5 + parent: 864 + type: Transform +- uid: 13688 + type: CableApcExtension + components: + - pos: 26.5,-72.5 + parent: 864 + type: Transform +- uid: 13689 + type: CableApcExtension + components: + - pos: 25.5,-72.5 + parent: 864 + type: Transform +- uid: 13690 + type: CableApcExtension + components: + - pos: 24.5,-72.5 + parent: 864 + type: Transform +- uid: 13691 + type: CableApcExtension + components: + - pos: 23.5,-72.5 + parent: 864 + type: Transform +- uid: 13692 + type: CableApcExtension + components: + - pos: 23.5,-71.5 + parent: 864 + type: Transform +- uid: 13693 + type: CableApcExtension + components: + - pos: 23.5,-70.5 + parent: 864 + type: Transform +- uid: 13694 + type: CableApcExtension + components: + - pos: 24.5,-70.5 + parent: 864 + type: Transform +- uid: 13695 + type: CableApcExtension + components: + - pos: 25.5,-70.5 + parent: 864 + type: Transform +- uid: 13696 + type: CableApcExtension + components: + - pos: 26.5,-70.5 + parent: 864 + type: Transform +- uid: 13697 + type: CableApcExtension + components: + - pos: 27.5,-70.5 + parent: 864 + type: Transform +- uid: 13698 + type: CableApcExtension + components: + - pos: 23.5,-73.5 + parent: 864 + type: Transform +- uid: 13699 + type: CableApcExtension + components: + - pos: 22.5,-73.5 + parent: 864 + type: Transform +- uid: 13700 + type: CableApcExtension + components: + - pos: 21.5,-73.5 + parent: 864 + type: Transform +- uid: 13701 + type: CableApcExtension + components: + - pos: 20.5,-73.5 + parent: 864 + type: Transform +- uid: 13702 + type: CableApcExtension + components: + - pos: 19.5,-73.5 + parent: 864 + type: Transform +- uid: 13703 + type: CableApcExtension + components: + - pos: 18.5,-73.5 + parent: 864 + type: Transform +- uid: 13704 + type: CableApcExtension + components: + - pos: 17.5,-73.5 + parent: 864 + type: Transform +- uid: 13705 + type: CableApcExtension + components: + - pos: 16.5,-73.5 + parent: 864 + type: Transform +- uid: 13706 + type: CableApcExtension + components: + - pos: 15.5,-73.5 + parent: 864 + type: Transform +- uid: 13707 + type: CableApcExtension + components: + - pos: 14.5,-73.5 + parent: 864 + type: Transform +- uid: 13708 + type: CableApcExtension + components: + - pos: 13.5,-73.5 + parent: 864 + type: Transform +- uid: 13709 + type: CableApcExtension + components: + - pos: 12.5,-73.5 + parent: 864 + type: Transform +- uid: 13710 + type: CableApcExtension + components: + - pos: 11.5,-73.5 + parent: 864 + type: Transform +- uid: 13711 + type: CableApcExtension + components: + - pos: 11.5,-72.5 + parent: 864 + type: Transform +- uid: 13712 + type: CableApcExtension + components: + - pos: 11.5,-71.5 + parent: 864 + type: Transform +- uid: 13713 + type: CableApcExtension + components: + - pos: 11.5,-70.5 + parent: 864 + type: Transform +- uid: 13714 + type: GeneratorBasic + components: + - pos: 31.5,-79.5 + parent: 864 + type: Transform +- uid: 13715 + type: CableHV + components: + - pos: 32.5,-79.5 + parent: 864 + type: Transform +- uid: 13716 + type: CableHV + components: + - pos: 33.5,-79.5 + parent: 864 + type: Transform +- uid: 13717 + type: CableApcExtension + components: + - pos: 39.5,-81.5 + parent: 864 + type: Transform +- uid: 13718 + type: CableApcExtension + components: + - pos: 40.5,-81.5 + parent: 864 + type: Transform +- uid: 13719 + type: CableApcExtension + components: + - pos: 41.5,-81.5 + parent: 864 + type: Transform +- uid: 13720 + type: CableApcExtension + components: + - pos: 42.5,-81.5 + parent: 864 + type: Transform +- uid: 13721 + type: CableApcExtension + components: + - pos: 43.5,-81.5 + parent: 864 + type: Transform +- uid: 13722 + type: CableApcExtension + components: + - pos: 44.5,-81.5 + parent: 864 + type: Transform +- uid: 13723 + type: CableApcExtension + components: + - pos: 45.5,-81.5 + parent: 864 + type: Transform +- uid: 13724 + type: CableApcExtension + components: + - pos: 46.5,-81.5 + parent: 864 + type: Transform +- uid: 13725 + type: CableApcExtension + components: + - pos: 35.5,-78.5 + parent: 864 + type: Transform +- uid: 13726 + type: CableApcExtension + components: + - pos: 36.5,-78.5 + parent: 864 + type: Transform +- uid: 13727 + type: CableApcExtension + components: + - pos: 37.5,-78.5 + parent: 864 + type: Transform +- uid: 13728 + type: CableApcExtension + components: + - pos: 38.5,-78.5 + parent: 864 + type: Transform +- uid: 13729 + type: CableApcExtension + components: + - pos: 39.5,-78.5 + parent: 864 + type: Transform +- uid: 13730 + type: CableApcExtension + components: + - pos: 40.5,-78.5 + parent: 864 + type: Transform +- uid: 13731 + type: CableApcExtension + components: + - pos: 41.5,-78.5 + parent: 864 + type: Transform +- uid: 13732 + type: CableApcExtension + components: + - pos: 42.5,-78.5 + parent: 864 + type: Transform +- uid: 13733 + type: CableApcExtension + components: + - pos: 43.5,-78.5 + parent: 864 + type: Transform +- uid: 13734 + type: CableApcExtension + components: + - pos: 44.5,-78.5 + parent: 864 + type: Transform +- uid: 13735 + type: CableApcExtension + components: + - pos: 45.5,-78.5 + parent: 864 + type: Transform +- uid: 13736 + type: WallShuttle + components: + - pos: 32.5,-79.5 + parent: 864 + type: Transform +- uid: 13737 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-82.5 + parent: 864 + type: Transform +- uid: 13738 + type: GasVentScrubber + components: + - pos: 38.5,-81.5 + parent: 864 + type: Transform +- uid: 13739 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-82.5 + parent: 864 + type: Transform +- uid: 13740 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-82.5 + parent: 864 + type: Transform +- uid: 13741 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-82.5 + parent: 864 + type: Transform +- uid: 13742 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 38.5,-82.5 + parent: 864 + type: Transform +- uid: 13743 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 37.5,-82.5 + parent: 864 + type: Transform +- uid: 13744 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-82.5 + parent: 864 + type: Transform +- uid: 13745 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-82.5 + parent: 864 + type: Transform +- uid: 13746 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-82.5 + parent: 864 + type: Transform +- uid: 13747 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 33.5,-82.5 + parent: 864 + type: Transform +- uid: 13748 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 32.5,-82.5 + parent: 864 + type: Transform +- uid: 13749 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: 32.5,-83.5 + parent: 864 + type: Transform +- uid: 13750 + type: Grille + components: + - pos: 48.5,-80.5 + parent: 864 + type: Transform +- uid: 13751 + type: Grille + components: + - pos: 45.5,-76.5 + parent: 864 + type: Transform +- uid: 13752 + type: Grille + components: + - pos: 43.5,-76.5 + parent: 864 + type: Transform +- uid: 13753 + type: Grille + components: + - pos: 41.5,-76.5 + parent: 864 + type: Transform +- uid: 13754 + type: Grille + components: + - pos: 40.5,-76.5 + parent: 864 + type: Transform +- uid: 13755 + type: Grille + components: + - pos: 39.5,-76.5 + parent: 864 + type: Transform +- uid: 13756 + type: Grille + components: + - pos: 38.5,-76.5 + parent: 864 + type: Transform +- uid: 13757 + type: Grille + components: + - pos: 37.5,-76.5 + parent: 864 + type: Transform +- uid: 13758 + type: Grille + components: + - pos: 41.5,-83.5 + parent: 864 + type: Transform +- uid: 13759 + type: Grille + components: + - pos: 40.5,-83.5 + parent: 864 + type: Transform +- uid: 13760 + type: Grille + components: + - pos: 39.5,-83.5 + parent: 864 + type: Transform +- uid: 13761 + type: Grille + components: + - pos: 38.5,-83.5 + parent: 864 + type: Transform +- uid: 13762 + type: Grille + components: + - pos: 37.5,-83.5 + parent: 864 + type: Transform +- uid: 13763 + type: Grille + components: + - pos: 34.5,-83.5 + parent: 864 + type: Transform +- uid: 13764 + type: Grille + components: + - pos: 35.5,-83.5 + parent: 864 + type: Transform +- uid: 13765 + type: Grille + components: + - pos: 33.5,-83.5 + parent: 864 + type: Transform +- uid: 13766 + type: Grille + components: + - pos: 33.5,-76.5 + parent: 864 + type: Transform +- uid: 13767 + type: Grille + components: + - pos: 34.5,-76.5 + parent: 864 + type: Transform +- uid: 13768 + type: Grille + components: + - pos: 35.5,-76.5 + parent: 864 + type: Transform +- uid: 13769 + type: Grille + components: + - pos: 43.5,-83.5 + parent: 864 + type: Transform +- uid: 13770 + type: Grille + components: + - pos: 45.5,-83.5 + parent: 864 + type: Transform +- uid: 13771 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 26.5,-69.5 + parent: 864 + type: Transform +- uid: 13772 + type: TableCarpet + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-69.5 + parent: 864 + type: Transform +- uid: 13773 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-69.5 + parent: 864 + type: Transform +- uid: 13774 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-69.5 + parent: 864 + type: Transform +- uid: 13775 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-69.5 + parent: 864 + type: Transform +- uid: 13776 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-69.5 + parent: 864 + type: Transform +- uid: 13777 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-71.5 + parent: 864 + type: Transform +- uid: 13778 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-72.5 + parent: 864 + type: Transform +- uid: 13779 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-73.5 + parent: 864 + type: Transform +- uid: 13780 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-69.5 + parent: 864 + type: Transform +- uid: 13781 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-69.5 + parent: 864 + type: Transform +- uid: 13782 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-69.5 + parent: 864 + type: Transform +- uid: 13783 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 37.5,-66.5 + parent: 864 + type: Transform +- uid: 13784 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-66.5 + parent: 864 + type: Transform +- uid: 13785 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-74.5 + parent: 864 + type: Transform +- uid: 13786 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-74.5 + parent: 864 + type: Transform +- uid: 13787 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 40.5,-74.5 + parent: 864 + type: Transform +- uid: 13788 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 44.5,-78.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13789 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-81.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13790 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-79.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13791 + type: Poweredlight + components: + - pos: 41.5,-70.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13792 + type: Poweredlight + components: + - pos: 37.5,-70.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13793 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-65.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13794 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 38.5,-61.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 13795 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,-69.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 13796 + type: PoweredSmallLight + components: + - pos: 20.5,-73.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 13797 + type: PoweredSmallLight + components: + - pos: 25.5,-72.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 13798 + type: ClosetMaintenanceFilledRandom + components: + - pos: 16.5,-72.5 + parent: 864 + type: Transform +- uid: 13799 + type: SignDirectionalEng + components: + - pos: -19.479143,47.185772 + parent: 864 + type: Transform +- uid: 13800 + type: AirlockGlass + components: + - pos: 40.5,-69.5 + parent: 864 + type: Transform +- uid: 13801 + type: AirlockGlass + components: + - pos: 39.5,-69.5 + parent: 864 + type: Transform +- uid: 13802 + type: AirlockGlass + components: + - pos: 38.5,-69.5 + parent: 864 + type: Transform +- uid: 13803 + type: PosterContrabandGreyTide + components: + - pos: 41.5,-57.5 + parent: 864 + type: Transform +- uid: 13804 + type: Grille + components: + - pos: 50.5,-36.5 + parent: 864 + type: Transform +- uid: 13805 + type: BaseResearchAndDevelopmentPointSource + components: + - pos: 39.5,-35.5 + parent: 864 + type: Transform +- uid: 13806 + type: Grille + components: + - pos: 49.5,-36.5 + parent: 864 + type: Transform +- uid: 13807 + type: ComputerResearchAndDevelopment + components: + - pos: 50.5,-52.5 + parent: 864 + type: Transform +- uid: 13808 + type: SpawnVehicleATV + components: + - pos: 68.5,-46.5 + parent: 864 + type: Transform +- uid: 13809 + type: Grille + components: + - pos: 35.5,-79.5 + parent: 864 + type: Transform +- uid: 13810 + type: Grille + components: + - pos: 35.5,-80.5 + parent: 864 + type: Transform +- uid: 13811 + type: Catwalk + components: + - pos: 23.5,-73.5 + parent: 864 + type: Transform +- uid: 13812 + type: Catwalk + components: + - pos: 22.5,-73.5 + parent: 864 + type: Transform +- uid: 13813 + type: Catwalk + components: + - pos: 21.5,-73.5 + parent: 864 + type: Transform +- uid: 13814 + type: Catwalk + components: + - pos: 20.5,-73.5 + parent: 864 + type: Transform +- uid: 13815 + type: Catwalk + components: + - pos: 19.5,-73.5 + parent: 864 + type: Transform +- uid: 13816 + type: Catwalk + components: + - pos: 18.5,-73.5 + parent: 864 + type: Transform +- uid: 13817 + type: Catwalk + components: + - pos: 17.5,-73.5 + parent: 864 + type: Transform +- uid: 13818 + type: Catwalk + components: + - pos: 16.5,-73.5 + parent: 864 + type: Transform +- uid: 13819 + type: Catwalk + components: + - pos: 15.5,-73.5 + parent: 864 + type: Transform +- uid: 13820 + type: Catwalk + components: + - pos: 14.5,-73.5 + parent: 864 + type: Transform +- uid: 13821 + type: Catwalk + components: + - pos: 13.5,-73.5 + parent: 864 + type: Transform +- uid: 13822 + type: Catwalk + components: + - pos: 12.5,-73.5 + parent: 864 + type: Transform +- uid: 13823 + type: Catwalk + components: + - pos: 11.5,-73.5 + parent: 864 + type: Transform +- uid: 13824 + type: Catwalk + components: + - pos: 43.5,-59.5 + parent: 864 + type: Transform +- uid: 13825 + type: SignElectricalMed + components: + - pos: 42.5,-60.5 + parent: 864 + type: Transform +- uid: 13826 + type: SignElectricalMed + components: + - pos: 8.5,-44.5 + parent: 864 + type: Transform +- uid: 13827 + type: SignElectricalMed + components: + - pos: 37.5,-44.5 + parent: 864 + type: Transform +- uid: 13828 + type: SignElectricalMed + components: + - pos: 37.5,-29.5 + parent: 864 + type: Transform +- uid: 13829 + type: SignElectricalMed + components: + - pos: 46.5,-6.5 + parent: 864 + type: Transform +- uid: 13830 + type: SignElectricalMed + components: + - pos: 47.5,-0.5 + parent: 864 + type: Transform +- uid: 13831 + type: SignElectricalMed + components: + - pos: 33.5,23.5 + parent: 864 + type: Transform +- uid: 13832 + type: FirelockGlass + components: + - pos: 39.5,-69.5 + parent: 864 + type: Transform +- uid: 13833 + type: FirelockGlass + components: + - pos: 40.5,-69.5 + parent: 864 + type: Transform +- uid: 13834 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 35.5,-58.5 + parent: 864 + type: Transform +- uid: 13835 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 35.5,-59.5 + parent: 864 + type: Transform +- uid: 13836 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: 35.5,-60.5 + parent: 864 + type: Transform +- uid: 13837 + type: AirlockGlass + components: + - name: youtool + type: MetaData + - rot: 1.5707963267948966 rad + pos: 39.5,-57.5 + parent: 864 + type: Transform +- uid: 13838 + type: FirelockGlass + components: + - pos: -0.5,-51.5 + parent: 864 + type: Transform +- uid: 13839 + type: FirelockGlass + components: + - pos: -1.5,-51.5 + parent: 864 + type: Transform +- uid: 13840 + type: FirelockGlass + components: + - pos: 0.5,-51.5 + parent: 864 + type: Transform +- uid: 13841 + type: AirlockMedicalGlass + components: + - pos: 0.5,-50.5 + parent: 864 + type: Transform +- uid: 13842 + type: AirlockMedicalGlass + components: + - pos: -0.5,-50.5 + parent: 864 + type: Transform +- uid: 13843 + type: AirlockMedicalGlass + components: + - pos: -1.5,-50.5 + parent: 864 + type: Transform +- uid: 13844 + type: AirlockMedicalGlassLocked + components: + - name: cloning + type: MetaData + - rot: 3.141592653589793 rad + pos: -6.5,-62.5 + parent: 864 + type: Transform +- uid: 13845 + type: AirlockMedicalGlassLocked + components: + - name: surgery + type: MetaData + - rot: 3.141592653589793 rad + pos: -2.5,-62.5 + parent: 864 + type: Transform +- uid: 13846 + type: EmergencyLight + components: + - pos: -10.5,-59.5 + parent: 864 + type: Transform +- uid: 13847 + type: AirlockMedicalGlassLocked + components: + - pos: -14.5,-58.5 + parent: 864 + type: Transform +- uid: 13848 + type: AirlockChiefMedicalOfficerLocked + components: + - name: chief medical officer's room + type: MetaData + - rot: -1.5707963267948966 rad + pos: -16.5,-56.5 + parent: 864 + type: Transform +- uid: 13849 + type: AirlockMedicalGlassLocked + components: + - pos: -14.5,-55.5 + parent: 864 + type: Transform +- uid: 13850 + type: FirelockGlass + components: + - pos: -8.5,-58.5 + parent: 864 + type: Transform +- uid: 13851 + type: AirlockMedicalGlassLocked + components: + - rot: 3.141592653589793 rad + pos: -11.5,-58.5 + parent: 864 + type: Transform +- uid: 13852 + type: AirlockMedicalGlassLocked + components: + - rot: 3.141592653589793 rad + pos: -5.5,-58.5 + parent: 864 + type: Transform +- uid: 13853 + type: AirlockMedicalGlassLocked + components: + - rot: 3.141592653589793 rad + pos: 0.5,-58.5 + parent: 864 + type: Transform +- uid: 13854 + type: AirlockMedicalGlassLocked + components: + - pos: -15.5,-58.5 + parent: 864 + type: Transform +- uid: 13855 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,-59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13856 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,-58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13857 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13858 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13859 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13860 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,-57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13861 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13862 + type: GasVentScrubber + components: + - pos: 3.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13863 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13864 + type: CableApcExtension + components: + - pos: -13.5,-26.5 + parent: 864 + type: Transform +- uid: 13865 + type: CableApcExtension + components: + - pos: -14.5,-26.5 + parent: 864 + type: Transform +- uid: 13866 + type: CableApcExtension + components: + - pos: -15.5,-26.5 + parent: 864 + type: Transform +- uid: 13867 + type: CableApcExtension + components: + - pos: -16.5,-26.5 + parent: 864 + type: Transform +- uid: 13868 + type: CableApcExtension + components: + - pos: -17.5,-26.5 + parent: 864 + type: Transform +- uid: 13869 + type: CableApcExtension + components: + - pos: -18.5,-26.5 + parent: 864 + type: Transform +- uid: 13870 + type: CableApcExtension + components: + - pos: -19.5,-26.5 + parent: 864 + type: Transform +- uid: 13871 + type: CableApcExtension + components: + - pos: -19.5,-27.5 + parent: 864 + type: Transform +- uid: 13872 + type: CableApcExtension + components: + - pos: -19.5,-28.5 + parent: 864 + type: Transform +- uid: 13873 + type: CableApcExtension + components: + - pos: -19.5,-29.5 + parent: 864 + type: Transform +- uid: 13874 + type: CableApcExtension + components: + - pos: -19.5,-30.5 + parent: 864 + type: Transform +- uid: 13875 + type: CableApcExtension + components: + - pos: -19.5,-31.5 + parent: 864 + type: Transform +- uid: 13876 + type: CableApcExtension + components: + - pos: -19.5,-32.5 + parent: 864 + type: Transform +- uid: 13877 + type: CableApcExtension + components: + - pos: -19.5,-33.5 + parent: 864 + type: Transform +- uid: 13878 + type: CableApcExtension + components: + - pos: -19.5,-34.5 + parent: 864 + type: Transform +- uid: 13879 + type: CableApcExtension + components: + - pos: -19.5,-35.5 + parent: 864 + type: Transform +- uid: 13880 + type: CableApcExtension + components: + - pos: -19.5,-36.5 + parent: 864 + type: Transform +- uid: 13881 + type: CableApcExtension + components: + - pos: -19.5,-37.5 + parent: 864 + type: Transform +- uid: 13882 + type: CableApcExtension + components: + - pos: -20.5,-26.5 + parent: 864 + type: Transform +- uid: 13883 + type: CableApcExtension + components: + - pos: -18.5,-29.5 + parent: 864 + type: Transform +- uid: 13884 + type: CableApcExtension + components: + - pos: -13.5,-42.5 + parent: 864 + type: Transform +- uid: 13885 + type: CableApcExtension + components: + - pos: -14.5,-42.5 + parent: 864 + type: Transform +- uid: 13886 + type: CableApcExtension + components: + - pos: -15.5,-42.5 + parent: 864 + type: Transform +- uid: 13887 + type: CableApcExtension + components: + - pos: -16.5,-42.5 + parent: 864 + type: Transform +- uid: 13888 + type: CableApcExtension + components: + - pos: -17.5,-42.5 + parent: 864 + type: Transform +- uid: 13889 + type: CableApcExtension + components: + - pos: -18.5,-42.5 + parent: 864 + type: Transform +- uid: 13890 + type: CableApcExtension + components: + - pos: -19.5,-42.5 + parent: 864 + type: Transform +- uid: 13891 + type: CableApcExtension + components: + - pos: -19.5,-43.5 + parent: 864 + type: Transform +- uid: 13892 + type: CableApcExtension + components: + - pos: -19.5,-44.5 + parent: 864 + type: Transform +- uid: 13893 + type: CableApcExtension + components: + - pos: -19.5,-45.5 + parent: 864 + type: Transform +- uid: 13894 + type: CableApcExtension + components: + - pos: -19.5,-46.5 + parent: 864 + type: Transform +- uid: 13895 + type: CableApcExtension + components: + - pos: -19.5,-47.5 + parent: 864 + type: Transform +- uid: 13896 + type: CableApcExtension + components: + - pos: -20.5,-46.5 + parent: 864 + type: Transform +- uid: 13897 + type: CableApcExtension + components: + - pos: -19.5,-48.5 + parent: 864 + type: Transform +- uid: 13898 + type: CableApcExtension + components: + - pos: -20.5,-42.5 + parent: 864 + type: Transform +- uid: 13899 + type: CableApcExtension + components: + - pos: -19.5,-41.5 + parent: 864 + type: Transform +- uid: 13900 + type: CrateEngineeringElectricalSupplies + components: + - pos: 22.5,-49.5 + parent: 864 + type: Transform +- uid: 13901 + type: CrateFilledSpawner + components: + - pos: 21.5,-50.5 + parent: 864 + type: Transform +- uid: 13902 + type: ClosetMaintenanceFilledRandom + components: + - pos: 28.5,-70.5 + parent: 864 + type: Transform +- uid: 13903 + type: Rack + components: + - pos: 25.5,-73.5 + parent: 864 + type: Transform +- uid: 13904 + type: MaintenanceToolSpawner + components: + - pos: 25.5,-73.5 + parent: 864 + type: Transform +- uid: 13905 + type: ClosetEmergencyFilledRandom + components: + - pos: 11.5,-69.5 + parent: 864 + type: Transform +- uid: 13906 + type: FirelockGlass + components: + - pos: 28.5,-72.5 + parent: 864 + type: Transform +- uid: 13907 + type: WallSolid + components: + - pos: -33.5,-8.5 + parent: 864 + type: Transform +- uid: 13908 + type: WallReinforced + components: + - pos: -34.5,-14.5 + parent: 864 + type: Transform +- uid: 13909 + type: WallReinforced + components: + - pos: -35.5,-14.5 + parent: 864 + type: Transform +- uid: 13910 + type: CableApcExtension + components: + - pos: -37.5,-14.5 + parent: 864 + type: Transform +- uid: 13911 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-14.5 + parent: 864 + type: Transform +- uid: 13912 + type: WallReinforced + components: + - pos: -38.5,-14.5 + parent: 864 + type: Transform +- uid: 13913 + type: WallReinforced + components: + - pos: -39.5,-14.5 + parent: 864 + type: Transform +- uid: 13914 + type: WallReinforced + components: + - pos: -40.5,-14.5 + parent: 864 + type: Transform +- uid: 13915 + type: WallSolid + components: + - pos: -40.5,-13.5 + parent: 864 + type: Transform +- uid: 13916 + type: ReinforcedWindow + components: + - pos: -33.5,-9.5 + parent: 864 + type: Transform +- uid: 13917 + type: ReinforcedWindow + components: + - pos: -33.5,-12.5 + parent: 864 + type: Transform +- uid: 13918 + type: WallSolid + components: + - pos: -40.5,-8.5 + parent: 864 + type: Transform +- uid: 13919 + type: WallSolid + components: + - pos: -40.5,-7.5 + parent: 864 + type: Transform +- uid: 13920 + type: WallSolid + components: + - pos: -39.5,-7.5 + parent: 864 + type: Transform +- uid: 13921 + type: WallSolid + components: + - pos: -38.5,-7.5 + parent: 864 + type: Transform +- uid: 13922 + type: WallSolid + components: + - pos: -37.5,-7.5 + parent: 864 + type: Transform +- uid: 13923 + type: WallSolid + components: + - pos: -36.5,-7.5 + parent: 864 + type: Transform +- uid: 13924 + type: WallSolid + components: + - pos: -35.5,-7.5 + parent: 864 + type: Transform +- uid: 13925 + type: WallSolid + components: + - pos: -34.5,-7.5 + parent: 864 + type: Transform +- uid: 13926 + type: WallSolid + components: + - pos: -33.5,-7.5 + parent: 864 + type: Transform +- uid: 13927 + type: WallSolid + components: + - pos: -30.5,-8.5 + parent: 864 + type: Transform +- uid: 13928 + type: WallSolid + components: + - pos: -30.5,-7.5 + parent: 864 + type: Transform +- uid: 13929 + type: WallSolid + components: + - pos: -33.5,-20.5 + parent: 864 + type: Transform +- uid: 13930 + type: FirelockGlass + components: + - pos: -32.5,-19.5 + parent: 864 + type: Transform +- uid: 13931 + type: FirelockGlass + components: + - pos: -31.5,-19.5 + parent: 864 + type: Transform +- uid: 13932 + type: AirlockEngineeringGlassLocked + components: + - pos: -32.5,-7.5 + parent: 864 + type: Transform +- uid: 13933 + type: AirlockEngineeringGlassLocked + components: + - pos: -31.5,-7.5 + parent: 864 + type: Transform +- uid: 13934 + type: GasPipeStraight + components: + - pos: -32.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13935 + type: GasPipeStraight + components: + - pos: -32.5,-8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13936 + type: GasPipeStraight + components: + - pos: -32.5,-7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13937 + type: GasPipeStraight + components: + - pos: -31.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13938 + type: GasPipeFourway + components: + - pos: -32.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13939 + type: GasPipeStraight + components: + - pos: -31.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13940 + type: GasPipeStraight + components: + - pos: -31.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13941 + type: GasPipeStraight + components: + - pos: -31.5,-8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13942 + type: GasPipeStraight + components: + - pos: -31.5,-7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13943 + type: GasPipeTJunction + components: + - pos: -29.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13944 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -30.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13945 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13946 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -29.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13947 + type: GasVentPump + components: + - pos: -30.5,-17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13948 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13949 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13950 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13951 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -31.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13952 + type: GasPipeStraight + components: + - pos: -31.5,-17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13953 + type: GasPipeStraight + components: + - pos: -31.5,-16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13954 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13955 + type: GasPipeStraight + components: + - pos: -31.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13956 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13957 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13958 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13959 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13960 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13961 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13962 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13963 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13964 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13965 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13966 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13967 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13968 + type: GasPipeStraight + components: + - pos: -32.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13969 + type: GasPipeStraight + components: + - pos: -32.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13970 + type: GasPipeStraight + components: + - pos: -32.5,-20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 13971 + type: GasPipeStraight + components: + - pos: -31.5,-19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13972 + type: GasPipeStraight + components: + - pos: -31.5,-20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13973 + type: GasPipeStraight + components: + - pos: -31.5,-21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 13974 + type: CableHV + components: + - pos: -31.5,-16.5 + parent: 864 + type: Transform +- uid: 13975 + type: CableHV + components: + - pos: -31.5,-15.5 + parent: 864 + type: Transform +- uid: 13976 + type: CableHV + components: + - pos: -31.5,-14.5 + parent: 864 + type: Transform +- uid: 13977 + type: CableHV + components: + - pos: -31.5,-13.5 + parent: 864 + type: Transform +- uid: 13978 + type: CableHV + components: + - pos: -31.5,-12.5 + parent: 864 + type: Transform +- uid: 13979 + type: CableHV + components: + - pos: -31.5,-11.5 + parent: 864 + type: Transform +- uid: 13980 + type: CableHV + components: + - pos: -32.5,-11.5 + parent: 864 + type: Transform +- uid: 13981 + type: CableHV + components: + - pos: -33.5,-11.5 + parent: 864 + type: Transform +- uid: 13982 + type: CableHV + components: + - pos: -34.5,-11.5 + parent: 864 + type: Transform +- uid: 13983 + type: CableHV + components: + - pos: -35.5,-11.5 + parent: 864 + type: Transform +- uid: 13984 + type: CableHV + components: + - pos: -36.5,-11.5 + parent: 864 + type: Transform +- uid: 13985 + type: CableHV + components: + - pos: -37.5,-11.5 + parent: 864 + type: Transform +- uid: 13986 + type: CableHV + components: + - pos: -38.5,-11.5 + parent: 864 + type: Transform +- uid: 13987 + type: CableApcExtension + components: + - pos: -29.5,-21.5 + parent: 864 + type: Transform +- uid: 13988 + type: CableApcExtension + components: + - pos: -30.5,-21.5 + parent: 864 + type: Transform +- uid: 13989 + type: CableApcExtension + components: + - pos: -31.5,-21.5 + parent: 864 + type: Transform +- uid: 13990 + type: CableApcExtension + components: + - pos: -32.5,-21.5 + parent: 864 + type: Transform +- uid: 13991 + type: CableApcExtension + components: + - pos: -32.5,-20.5 + parent: 864 + type: Transform +- uid: 13992 + type: CableApcExtension + components: + - pos: -32.5,-19.5 + parent: 864 + type: Transform +- uid: 13993 + type: CableApcExtension + components: + - pos: -32.5,-18.5 + parent: 864 + type: Transform +- uid: 13994 + type: CableApcExtension + components: + - pos: -32.5,-17.5 + parent: 864 + type: Transform +- uid: 13995 + type: CableApcExtension + components: + - pos: -32.5,-16.5 + parent: 864 + type: Transform +- uid: 13996 + type: CableApcExtension + components: + - pos: -32.5,-15.5 + parent: 864 + type: Transform +- uid: 13997 + type: CableApcExtension + components: + - pos: -32.5,-14.5 + parent: 864 + type: Transform +- uid: 13998 + type: CableApcExtension + components: + - pos: -32.5,-13.5 + parent: 864 + type: Transform +- uid: 13999 + type: CableApcExtension + components: + - pos: -32.5,-12.5 + parent: 864 + type: Transform +- uid: 14000 + type: CableApcExtension + components: + - pos: -32.5,-11.5 + parent: 864 + type: Transform +- uid: 14001 + type: CableApcExtension + components: + - pos: -32.5,-10.5 + parent: 864 + type: Transform +- uid: 14002 + type: CableApcExtension + components: + - pos: -32.5,-9.5 + parent: 864 + type: Transform +- uid: 14003 + type: CableApcExtension + components: + - pos: -31.5,-17.5 + parent: 864 + type: Transform +- uid: 14004 + type: CableApcExtension + components: + - pos: -33.5,-10.5 + parent: 864 + type: Transform +- uid: 14005 + type: CableApcExtension + components: + - pos: -34.5,-10.5 + parent: 864 + type: Transform +- uid: 14006 + type: CableApcExtension + components: + - pos: -35.5,-10.5 + parent: 864 + type: Transform +- uid: 14007 + type: CableApcExtension + components: + - pos: -36.5,-10.5 + parent: 864 + type: Transform +- uid: 14008 + type: CableApcExtension + components: + - pos: -37.5,-10.5 + parent: 864 + type: Transform +- uid: 14009 + type: CableApcExtension + components: + - pos: -38.5,-10.5 + parent: 864 + type: Transform +- uid: 14010 + type: CableApcExtension + components: + - pos: -39.5,-10.5 + parent: 864 + type: Transform +- uid: 14011 + type: CableApcExtension + components: + - pos: -37.5,-11.5 + parent: 864 + type: Transform +- uid: 14012 + type: CableApcExtension + components: + - pos: -37.5,-12.5 + parent: 864 + type: Transform +- uid: 14013 + type: CableApcExtension + components: + - pos: -37.5,-13.5 + parent: 864 + type: Transform +- uid: 14014 + type: CableApcExtension + components: + - pos: -38.5,-9.5 + parent: 864 + type: Transform +- uid: 14015 + type: CableApcExtension + components: + - pos: -35.5,-9.5 + parent: 864 + type: Transform +- uid: 14016 + type: WallSolid + components: + - pos: -30.5,-25.5 + parent: 864 + type: Transform +- uid: 14017 + type: WallSolid + components: + - pos: -33.5,-25.5 + parent: 864 + type: Transform +- uid: 14018 + type: WallSolid + components: + - pos: -33.5,-24.5 + parent: 864 + type: Transform +- uid: 14019 + type: WallSolid + components: + - pos: -33.5,-23.5 + parent: 864 + type: Transform +- uid: 14020 + type: WallSolid + components: + - pos: -33.5,-22.5 + parent: 864 + type: Transform +- uid: 14021 + type: WallSolid + components: + - pos: -33.5,-21.5 + parent: 864 + type: Transform +- uid: 14022 + type: AirlockMaintLocked + components: + - name: engineering + type: MetaData + - pos: -30.5,-26.5 + parent: 864 + type: Transform +- uid: 14023 + type: AirlockMaintLocked + components: + - name: engineering + type: MetaData + - pos: -33.5,-26.5 + parent: 864 + type: Transform +- uid: 14024 + type: WallSolid + components: + - pos: -23.5,-27.5 + parent: 864 + type: Transform +- uid: 14025 + type: WallSolid + components: + - pos: -24.5,-27.5 + parent: 864 + type: Transform +- uid: 14026 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-28.5 + parent: 864 + type: Transform +- uid: 14027 + type: WallSolid + components: + - pos: -26.5,-27.5 + parent: 864 + type: Transform +- uid: 14028 + type: WallSolid + components: + - pos: -27.5,-27.5 + parent: 864 + type: Transform +- uid: 14029 + type: WallSolid + components: + - pos: -28.5,-27.5 + parent: 864 + type: Transform +- uid: 14030 + type: WallSolid + components: + - pos: -29.5,-27.5 + parent: 864 + type: Transform +- uid: 14031 + type: WallSolid + components: + - pos: -30.5,-27.5 + parent: 864 + type: Transform +- uid: 14032 + type: WallSolid + components: + - pos: -33.5,-27.5 + parent: 864 + type: Transform +- uid: 14033 + type: WallSolid + components: + - pos: -34.5,-27.5 + parent: 864 + type: Transform +- uid: 14034 + type: WallSolid + components: + - pos: -35.5,-27.5 + parent: 864 + type: Transform +- uid: 14035 + type: WallSolid + components: + - pos: -36.5,-27.5 + parent: 864 + type: Transform +- uid: 14036 + type: WallSolid + components: + - pos: -33.5,-28.5 + parent: 864 + type: Transform +- uid: 14037 + type: WallSolid + components: + - pos: -33.5,-29.5 + parent: 864 + type: Transform +- uid: 14038 + type: WallSolid + components: + - pos: -33.5,-30.5 + parent: 864 + type: Transform +- uid: 14039 + type: WallSolid + components: + - pos: -30.5,-28.5 + parent: 864 + type: Transform +- uid: 14040 + type: WallSolid + components: + - pos: -30.5,-29.5 + parent: 864 + type: Transform +- uid: 14041 + type: WallSolid + components: + - pos: -30.5,-30.5 + parent: 864 + type: Transform +- uid: 14042 + type: Firelock + components: + - pos: -31.5,-30.5 + parent: 864 + type: Transform +- uid: 14043 + type: Firelock + components: + - pos: -32.5,-30.5 + parent: 864 + type: Transform +- uid: 14044 + type: SignEngineering + components: + - pos: -21.5,-8.5 + parent: 864 + type: Transform +- uid: 14045 + type: SignEngineering + components: + - pos: -21.5,-15.5 + parent: 864 + type: Transform +- uid: 14046 + type: WallSolid + components: + - pos: -22.5,-44.5 + parent: 864 + type: Transform +- uid: 14047 + type: WallSolid + components: + - pos: -22.5,-45.5 + parent: 864 + type: Transform +- uid: 14048 + type: WallSolid + components: + - pos: -22.5,-46.5 + parent: 864 + type: Transform +- uid: 14049 + type: WallSolid + components: + - pos: -22.5,-47.5 + parent: 864 + type: Transform +- uid: 14050 + type: WallSolid + components: + - pos: -22.5,-48.5 + parent: 864 + type: Transform +- uid: 14051 + type: WallSolid + components: + - pos: -22.5,-49.5 + parent: 864 + type: Transform +- uid: 14052 + type: GasPipeStraight + components: + - pos: -32.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14053 + type: GasPipeStraight + components: + - pos: -32.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14054 + type: GasPipeStraight + components: + - pos: -32.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14055 + type: GasPipeStraight + components: + - pos: -32.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14056 + type: GasPipeStraight + components: + - pos: -31.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14057 + type: GasPipeStraight + components: + - pos: -31.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14058 + type: GasPipeStraight + components: + - pos: -31.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14059 + type: GasPipeStraight + components: + - pos: -31.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14060 + type: GasPipeStraight + components: + - pos: -31.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14061 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14062 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14063 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14064 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14065 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14066 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14067 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14068 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -31.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14069 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -31.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14070 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -31.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14071 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14072 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14073 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: 48.5,14.5 + parent: 864 + type: Transform +- uid: 14074 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-73.5 + parent: 864 + type: Transform +- uid: 14075 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: 39.5,-59.5 + parent: 864 + type: Transform +- uid: 14076 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: 49.5,-54.5 + parent: 864 + type: Transform +- uid: 14077 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: 50.5,-39.5 + parent: 864 + type: Transform +- uid: 14078 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-45.5 + parent: 864 + type: Transform +- uid: 14079 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-46.5 + parent: 864 + type: Transform +- uid: 14080 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-47.5 + parent: 864 + type: Transform +- uid: 14081 + type: WallReinforced + components: + - pos: -35.5,-19.5 + parent: 864 + type: Transform +- uid: 14082 + type: PoweredSmallLight + components: + - pos: -20.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14083 + type: WallReinforced + components: + - pos: -34.5,-19.5 + parent: 864 + type: Transform +- uid: 14084 + type: Grille + components: + - pos: -33.5,-17.5 + parent: 864 + type: Transform +- uid: 14085 + type: Grille + components: + - pos: -33.5,-15.5 + parent: 864 + type: Transform +- uid: 14086 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-19.5 + parent: 864 + type: Transform +- uid: 14087 + type: WallReinforced + components: + - pos: -37.5,-19.5 + parent: 864 + type: Transform +- uid: 14088 + type: WallReinforced + components: + - pos: -38.5,-19.5 + parent: 864 + type: Transform +- uid: 14089 + type: WallReinforced + components: + - pos: -38.5,-18.5 + parent: 864 + type: Transform +- uid: 14090 + type: WallReinforced + components: + - pos: -38.5,-17.5 + parent: 864 + type: Transform +- uid: 14091 + type: WallReinforced + components: + - pos: -38.5,-16.5 + parent: 864 + type: Transform +- uid: 14092 + type: WallReinforced + components: + - pos: -38.5,-15.5 + parent: 864 + type: Transform +- uid: 14093 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14094 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14095 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14096 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14097 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14098 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-17.5 + parent: 864 + type: Transform +- uid: 14099 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-16.5 + parent: 864 + type: Transform +- uid: 14100 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-15.5 + parent: 864 + type: Transform +- uid: 14101 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-16.5 + parent: 864 + type: Transform +- uid: 14102 + type: ClothingNeckMantleCE + components: + - pos: -35.467106,-17.222797 + parent: 864 + type: Transform +- uid: 14103 + type: LockerChiefEngineerFilled + components: + - pos: -37.5,-15.5 + parent: 864 + type: Transform +- uid: 14104 + type: Bed + components: + - pos: -37.5,-18.5 + parent: 864 + type: Transform +- uid: 14105 + type: BedsheetCE + components: + - pos: -37.5,-18.5 + parent: 864 + type: Transform +- uid: 14106 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.51461,-16.473585 + parent: 864 + type: Transform +- uid: 14107 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.51461,-16.473585 + parent: 864 + type: Transform +- uid: 14108 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.51461,-16.473585 + parent: 864 + type: Transform +- uid: 14109 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.51461,-16.473585 + parent: 864 + type: Transform +- uid: 14110 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.51461,-16.473585 + parent: 864 + type: Transform +- uid: 14111 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.51461,-16.473585 + parent: 864 + type: Transform +- uid: 14112 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.51461,-16.473585 + parent: 864 + type: Transform +- uid: 14113 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.51461,-16.473585 + parent: 864 + type: Transform +- uid: 14114 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.51461,-16.473585 + parent: 864 + type: Transform +- uid: 14115 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.467735,-16.567335 + parent: 864 + type: Transform +- uid: 14116 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.467735,-16.567335 + parent: 864 + type: Transform +- uid: 14117 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.467735,-16.567335 + parent: 864 + type: Transform +- uid: 14118 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -35.467735,-16.567335 + parent: 864 + type: Transform +- uid: 14119 + type: Pen + components: + - rot: -1.5707963267948966 rad + pos: -35.775307,-16.265104 + parent: 864 + type: Transform +- uid: 14120 + type: CableApcExtension + components: + - pos: -43.5,-84.5 + parent: 864 + type: Transform +- uid: 14121 + type: WelderIndustrial + components: + - rot: -1.5707963267948966 rad + pos: -35.47845,-15.718397 + parent: 864 + type: Transform +- uid: 14122 + type: CableApcExtension + components: + - pos: -33.5,-16.5 + parent: 864 + type: Transform +- uid: 14123 + type: CableApcExtension + components: + - pos: -34.5,-16.5 + parent: 864 + type: Transform +- uid: 14124 + type: CableApcExtension + components: + - pos: -35.5,-16.5 + parent: 864 + type: Transform +- uid: 14125 + type: CableApcExtension + components: + - pos: -36.5,-16.5 + parent: 864 + type: Transform +- uid: 14126 + type: CableApcExtension + components: + - pos: -36.5,-17.5 + parent: 864 + type: Transform +- uid: 14127 + type: CableApcExtension + components: + - pos: -35.5,-11.5 + parent: 864 + type: Transform +- uid: 14128 + type: CableApcExtension + components: + - pos: -35.5,-12.5 + parent: 864 + type: Transform +- uid: 14129 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-16.5 + parent: 864 + type: Transform +- uid: 14130 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-17.5 + parent: 864 + type: Transform +- uid: 14131 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-18.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 14132 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -37.5,-15.5 + parent: 864 + type: Transform +- uid: 14133 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -37.5,-16.5 + parent: 864 + type: Transform +- uid: 14134 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -37.5,-17.5 + parent: 864 + type: Transform +- uid: 14135 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -37.5,-18.5 + parent: 864 + type: Transform +- uid: 14136 + type: ReinforcedWindow + components: + - pos: -45.5,-47.5 + parent: 864 + type: Transform +- uid: 14137 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -36.5,-16.5 + parent: 864 + type: Transform +- uid: 14138 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -36.5,-17.5 + parent: 864 + type: Transform +- uid: 14139 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -36.5,-18.5 + parent: 864 + type: Transform +- uid: 14140 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -35.5,-15.5 + parent: 864 + type: Transform +- uid: 14141 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -35.5,-16.5 + parent: 864 + type: Transform +- uid: 14142 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -35.5,-17.5 + parent: 864 + type: Transform +- uid: 14143 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -35.5,-18.5 + parent: 864 + type: Transform +- uid: 14144 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-14.5 + parent: 864 + type: Transform +- uid: 14145 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -33.5,-12.5 + parent: 864 + type: Transform +- uid: 14146 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -33.5,-9.5 + parent: 864 + type: Transform +- uid: 14147 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -40.5,-9.5 + parent: 864 + type: Transform +- uid: 14148 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -40.5,-12.5 + parent: 864 + type: Transform +- uid: 14149 + type: ResearchComputerCircuitboard + components: + - rot: 3.141592653589793 rad + pos: -37.48152,-16.364641 + parent: 864 + type: Transform +- uid: 14150 + type: AutolatheMachineCircuitboard + components: + - rot: 3.141592653589793 rad + pos: -37.45027,-16.724016 + parent: 864 + type: Transform +- uid: 14151 + type: CloningPodMachineCircuitboard + components: + - rot: 3.141592653589793 rad + pos: -37.465897,-16.989641 + parent: 864 + type: Transform +- uid: 14152 + type: ShuttleConsoleCircuitboard + components: + - rot: 3.141592653589793 rad + pos: -37.497147,-17.364641 + parent: 864 + type: Transform +- uid: 14153 + type: CableHV + components: + - pos: -39.5,-11.5 + parent: 864 + type: Transform +- uid: 14154 + type: CableHV + components: + - pos: -40.5,-11.5 + parent: 864 + type: Transform +- uid: 14155 + type: CableHV + components: + - pos: -41.5,-11.5 + parent: 864 + type: Transform +- uid: 14156 + type: CableHV + components: + - pos: -42.5,-11.5 + parent: 864 + type: Transform +- uid: 14157 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -35.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14158 + type: GasPipeTJunction + components: + - pos: -36.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14159 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14160 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14161 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14162 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14163 + type: GasPipeTJunction + components: + - pos: -42.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14164 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14165 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14166 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14167 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14168 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14169 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -41.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14170 + type: AirlockChiefEngineerGlassLocked + components: + - name: chief engineer's office + type: MetaData + - rot: -1.5707963267948966 rad + pos: -36.5,-14.5 + parent: 864 + type: Transform +- uid: 14171 + type: GasVentScrubber + components: + - pos: -35.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14172 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -36.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14173 + type: SpawnPointLatejoin + components: + - rot: 3.141592653589793 rad + pos: 36.5,-79.5 + parent: 864 + type: Transform +- uid: 14174 + type: SpawnPointLatejoin + components: + - rot: 3.141592653589793 rad + pos: 37.5,-80.5 + parent: 864 + type: Transform +- uid: 14175 + type: SpawnPointLatejoin + components: + - rot: 3.141592653589793 rad + pos: 38.5,-79.5 + parent: 864 + type: Transform +- uid: 14176 + type: SpawnPointLatejoin + components: + - rot: 3.141592653589793 rad + pos: 40.5,-79.5 + parent: 864 + type: Transform +- uid: 14177 + type: SpawnPointLatejoin + components: + - rot: 3.141592653589793 rad + pos: 44.5,-79.5 + parent: 864 + type: Transform +- uid: 14178 + type: ChairPilotSeat + components: + - pos: 60.5,-0.5 + parent: 864 + type: Transform +- uid: 14179 + type: FireAlarm + components: + - pos: 8.5,18.5 + parent: 864 + type: Transform + - devices: + - 23028 + - 23026 + - 23027 + - 7269 + - 7270 + - 5601 + - 7280 + - 5186 + - 8989 + type: DeviceList +- uid: 14180 + type: VendingMachineYouTool + components: + - pos: -34.5,-8.5 + parent: 864 + type: Transform +- uid: 14181 + type: VendingMachineEngivend + components: + - pos: -35.5,-8.5 + parent: 864 + type: Transform +- uid: 14182 + type: VendingMachineEngiDrobe + components: + - pos: -39.5,-8.5 + parent: 864 + type: Transform +- uid: 14183 + type: LockerEngineerFilled + components: + - pos: -35.5,-12.5 + parent: 864 + type: Transform +- uid: 14184 + type: WardrobeEngineering + components: + - pos: -39.5,-13.5 + parent: 864 + type: Transform +- uid: 14185 + type: WardrobeEngineeringFilled + components: + - pos: -37.5,-13.5 + parent: 864 + type: Transform +- uid: 14186 + type: LockerEngineerFilled + components: + - pos: -37.5,-12.5 + parent: 864 + type: Transform +- uid: 14187 + type: LockerEngineerFilled + components: + - pos: -39.5,-12.5 + parent: 864 + type: Transform +- uid: 14188 + type: WardrobeEngineering + components: + - pos: -35.5,-13.5 + parent: 864 + type: Transform +- uid: 14189 + type: Table + components: + - pos: -38.5,-10.5 + parent: 864 + type: Transform +- uid: 14190 + type: Table + components: + - pos: -37.5,-10.5 + parent: 864 + type: Transform +- uid: 14191 + type: Table + components: + - pos: -36.5,-10.5 + parent: 864 + type: Transform +- uid: 14192 + type: Table + components: + - pos: -37.5,-9.5 + parent: 864 + type: Transform +- uid: 14193 + type: Table + components: + - pos: -37.5,-8.5 + parent: 864 + type: Transform +- uid: 14194 + type: Table + components: + - pos: -36.5,-8.5 + parent: 864 + type: Transform +- uid: 14195 + type: Table + components: + - pos: -38.5,-8.5 + parent: 864 + type: Transform +- uid: 14196 + type: ToolboxMechanicalFilled + components: + - pos: -37.51045,-9.699754 + parent: 864 + type: Transform +- uid: 14197 + type: ToolboxEmergencyFilled + components: + - pos: -37.526073,-9.387254 + parent: 864 + type: Transform +- uid: 14198 + type: ToolboxElectricalFilled + components: + - pos: -37.526073,-9.152879 + parent: 864 + type: Transform +- uid: 14199 + type: SignToolStorage + components: + - pos: -33.5,-13.5 + parent: 864 + type: Transform +- uid: 14200 + type: CableMVStack + components: + - pos: -37.521984,-10.376481 + parent: 864 + type: Transform +- uid: 14201 + type: DoorElectronics + components: + - pos: -36.803234,-10.329606 + parent: 864 + type: Transform +- uid: 14202 + type: DoorElectronics + components: + - pos: -36.803234,-10.595231 + parent: 864 + type: Transform +- uid: 14203 + type: ReinforcedWindow + components: + - pos: -45.5,-48.5 + parent: 864 + type: Transform +- uid: 14204 + type: CableHVStack + components: + - pos: -35.483944,-17.466272 + parent: 864 + type: Transform +- uid: 14205 + type: Crowbar + components: + - pos: -38.28082,-10.450646 + parent: 864 + type: Transform +- uid: 14206 + type: ClothingMaskGas + components: + - pos: -38.577694,-10.325646 + parent: 864 + type: Transform +- uid: 14207 + type: Multitool + components: + - pos: -36.265194,-8.497521 + parent: 864 + type: Transform +- uid: 14208 + type: Multitool + components: + - pos: -36.515194,-8.356896 + parent: 864 + type: Transform +- uid: 14209 + type: Wrench + components: + - pos: -36.890194,-8.450646 + parent: 864 + type: Transform +- uid: 14210 + type: WelderIndustrial + components: + - pos: -37.43707,-8.450646 + parent: 864 + type: Transform +- uid: 14211 + type: WeldingFuelTankFull + components: + - pos: -28.5,-25.5 + parent: 864 + type: Transform +- uid: 14212 + type: FoodMealNachosCuban + components: + - pos: -38.406723,-8.486735 + parent: 864 + type: Transform +- uid: 14213 + type: Poweredlight + components: + - pos: -16.5,-25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 14214 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 14215 + type: FireAlarm + components: + - pos: -4.5,60.5 + parent: 864 + type: Transform + - devices: + - 26424 + - 26425 + - 26505 + - 26186 + - 26185 + - 26184 + - 18519 + type: DeviceList +- uid: 14216 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-37.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 14217 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 14218 + type: PosterContrabandBustyBackdoorExoBabes6 + components: + - pos: -13.5,-11.5 + parent: 864 + type: Transform +- uid: 14219 + type: TableWood + components: + - pos: 65.5,-51.5 + parent: 864 + type: Transform +- uid: 14220 + type: TableWood + components: + - pos: 65.5,-52.5 + parent: 864 + type: Transform +- uid: 14221 + type: TableWood + components: + - pos: 59.5,-51.5 + parent: 864 + type: Transform +- uid: 14222 + type: TableWood + components: + - pos: 59.5,-52.5 + parent: 864 + type: Transform +- uid: 14223 + type: MaterialDiamond1 + components: + - pos: 65.61525,-52.369926 + parent: 864 + type: Transform +- uid: 14224 + type: AirlockExternalGlassLocked + components: + - pos: 76.5,-45.5 + parent: 864 + type: Transform +- uid: 14225 + type: Catwalk + components: + - pos: 76.5,-49.5 + parent: 864 + type: Transform +- uid: 14226 + type: Catwalk + components: + - pos: 76.5,-50.5 + parent: 864 + type: Transform +- uid: 14227 + type: Catwalk + components: + - pos: 76.5,-51.5 + parent: 864 + type: Transform +- uid: 14228 + type: Catwalk + components: + - pos: 76.5,-52.5 + parent: 864 + type: Transform +- uid: 14229 + type: Catwalk + components: + - pos: 76.5,-53.5 + parent: 864 + type: Transform +- uid: 14230 + type: Catwalk + components: + - pos: 76.5,-54.5 + parent: 864 + type: Transform +- uid: 14231 + type: Catwalk + components: + - pos: 75.5,-54.5 + parent: 864 + type: Transform +- uid: 14232 + type: Catwalk + components: + - pos: 74.5,-54.5 + parent: 864 + type: Transform +- uid: 14233 + type: Catwalk + components: + - pos: 73.5,-54.5 + parent: 864 + type: Transform +- uid: 14234 + type: Catwalk + components: + - pos: 72.5,-54.5 + parent: 864 + type: Transform +- uid: 14235 + type: Catwalk + components: + - pos: 72.5,-55.5 + parent: 864 + type: Transform +- uid: 14236 + type: Catwalk + components: + - pos: 72.5,-56.5 + parent: 864 + type: Transform +- uid: 14237 + type: Catwalk + components: + - pos: 72.5,-57.5 + parent: 864 + type: Transform +- uid: 14238 + type: Catwalk + components: + - pos: 72.5,-58.5 + parent: 864 + type: Transform +- uid: 14239 + type: Catwalk + components: + - pos: 72.5,-59.5 + parent: 864 + type: Transform +- uid: 14240 + type: Catwalk + components: + - pos: 72.5,-60.5 + parent: 864 + type: Transform +- uid: 14241 + type: Catwalk + components: + - pos: 72.5,-61.5 + parent: 864 + type: Transform +- uid: 14242 + type: Catwalk + components: + - pos: 71.5,-61.5 + parent: 864 + type: Transform +- uid: 14243 + type: Catwalk + components: + - pos: 70.5,-61.5 + parent: 864 + type: Transform +- uid: 14244 + type: Catwalk + components: + - pos: 69.5,-61.5 + parent: 864 + type: Transform +- uid: 14245 + type: Catwalk + components: + - pos: 68.5,-61.5 + parent: 864 + type: Transform +- uid: 14246 + type: Catwalk + components: + - pos: 67.5,-61.5 + parent: 864 + type: Transform +- uid: 14247 + type: Catwalk + components: + - pos: 66.5,-61.5 + parent: 864 + type: Transform +- uid: 14248 + type: Catwalk + components: + - pos: 65.5,-61.5 + parent: 864 + type: Transform +- uid: 14249 + type: Catwalk + components: + - pos: 64.5,-61.5 + parent: 864 + type: Transform +- uid: 14250 + type: Catwalk + components: + - pos: 63.5,-61.5 + parent: 864 + type: Transform +- uid: 14251 + type: Catwalk + components: + - pos: 62.5,-61.5 + parent: 864 + type: Transform +- uid: 14252 + type: Catwalk + components: + - pos: 61.5,-61.5 + parent: 864 + type: Transform +- uid: 14253 + type: Catwalk + components: + - pos: 61.5,-62.5 + parent: 864 + type: Transform +- uid: 14254 + type: Catwalk + components: + - pos: 61.5,-63.5 + parent: 864 + type: Transform +- uid: 14255 + type: Catwalk + components: + - pos: 61.5,-64.5 + parent: 864 + type: Transform +- uid: 14256 + type: Catwalk + components: + - pos: 61.5,-65.5 + parent: 864 + type: Transform +- uid: 14257 + type: CableMV + components: + - pos: 56.5,-45.5 + parent: 864 + type: Transform +- uid: 14258 + type: CableMV + components: + - pos: 57.5,-45.5 + parent: 864 + type: Transform +- uid: 14259 + type: CableMV + components: + - pos: 58.5,-45.5 + parent: 864 + type: Transform +- uid: 14260 + type: CableMV + components: + - pos: 59.5,-45.5 + parent: 864 + type: Transform +- uid: 14261 + type: CableMV + components: + - pos: 60.5,-45.5 + parent: 864 + type: Transform +- uid: 14262 + type: CableMV + components: + - pos: 61.5,-45.5 + parent: 864 + type: Transform +- uid: 14263 + type: CableMV + components: + - pos: 61.5,-46.5 + parent: 864 + type: Transform +- uid: 14264 + type: CableMV + components: + - pos: 61.5,-47.5 + parent: 864 + type: Transform +- uid: 14265 + type: CableMV + components: + - pos: 61.5,-48.5 + parent: 864 + type: Transform +- uid: 14266 + type: CableMV + components: + - pos: 61.5,-49.5 + parent: 864 + type: Transform +- uid: 14267 + type: CableMV + components: + - pos: 61.5,-50.5 + parent: 864 + type: Transform +- uid: 14268 + type: CableMV + components: + - pos: 61.5,-51.5 + parent: 864 + type: Transform +- uid: 14269 + type: CableMV + components: + - pos: 60.5,-51.5 + parent: 864 + type: Transform +- uid: 14270 + type: CableMV + components: + - pos: 59.5,-51.5 + parent: 864 + type: Transform +- uid: 14271 + type: CableMV + components: + - pos: 58.5,-51.5 + parent: 864 + type: Transform +- uid: 14272 + type: CableMV + components: + - pos: 58.5,-52.5 + parent: 864 + type: Transform +- uid: 14273 + type: CableMV + components: + - pos: 58.5,-53.5 + parent: 864 + type: Transform +- uid: 14274 + type: CableMV + components: + - pos: 59.5,-53.5 + parent: 864 + type: Transform +- uid: 14275 + type: CableMV + components: + - pos: 59.5,-54.5 + parent: 864 + type: Transform +- uid: 14276 + type: CableMV + components: + - pos: 59.5,-55.5 + parent: 864 + type: Transform +- uid: 14277 + type: CableMV + components: + - pos: 60.5,-55.5 + parent: 864 + type: Transform +- uid: 14278 + type: CableMV + components: + - pos: 60.5,-56.5 + parent: 864 + type: Transform +- uid: 14279 + type: CableMV + components: + - pos: 61.5,-56.5 + parent: 864 + type: Transform +- uid: 14280 + type: CableMV + components: + - pos: 62.5,-56.5 + parent: 864 + type: Transform +- uid: 14281 + type: CableMV + components: + - pos: 63.5,-56.5 + parent: 864 + type: Transform +- uid: 14282 + type: CableMV + components: + - pos: 64.5,-56.5 + parent: 864 + type: Transform +- uid: 14283 + type: CableMV + components: + - pos: 64.5,-55.5 + parent: 864 + type: Transform +- uid: 14284 + type: CableMV + components: + - pos: 65.5,-55.5 + parent: 864 + type: Transform +- uid: 14285 + type: CableMV + components: + - pos: 65.5,-54.5 + parent: 864 + type: Transform +- uid: 14286 + type: CableMV + components: + - pos: 65.5,-53.5 + parent: 864 + type: Transform +- uid: 14287 + type: CableMV + components: + - pos: 66.5,-53.5 + parent: 864 + type: Transform +- uid: 14288 + type: CableMV + components: + - pos: 66.5,-52.5 + parent: 864 + type: Transform +- uid: 14289 + type: CableMV + components: + - pos: 66.5,-51.5 + parent: 864 + type: Transform +- uid: 14290 + type: CableMV + components: + - pos: 66.5,-50.5 + parent: 864 + type: Transform +- uid: 14291 + type: CableMV + components: + - pos: 65.5,-50.5 + parent: 864 + type: Transform +- uid: 14292 + type: Poweredlight + components: + - pos: -35.5,-8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 14293 + type: AirSensor + components: + - pos: -21.5,56.5 + parent: 864 + type: Transform +- uid: 14294 + type: SpawnPointStationEngineer + components: + - pos: -38.5,-12.5 + parent: 864 + type: Transform +- uid: 14295 + type: SpawnPointStationEngineer + components: + - pos: -34.5,-12.5 + parent: 864 + type: Transform +- uid: 14296 + type: SpawnPointStationEngineer + components: + - pos: -36.5,-12.5 + parent: 864 + type: Transform +- uid: 14297 + type: SpawnPointStationEngineer + components: + - pos: -35.5,-10.5 + parent: 864 + type: Transform +- uid: 14298 + type: WallSolid + components: + - pos: -36.5,-26.5 + parent: 864 + type: Transform +- uid: 14299 + type: WallSolid + components: + - pos: -36.5,-25.5 + parent: 864 + type: Transform +- uid: 14300 + type: WallSolid + components: + - pos: -37.5,-25.5 + parent: 864 + type: Transform +- uid: 14301 + type: WallSolid + components: + - pos: -38.5,-25.5 + parent: 864 + type: Transform +- uid: 14302 + type: WallSolid + components: + - pos: -34.5,-21.5 + parent: 864 + type: Transform +- uid: 14303 + type: WallSolid + components: + - pos: -35.5,-21.5 + parent: 864 + type: Transform +- uid: 14304 + type: WallSolid + components: + - pos: -36.5,-21.5 + parent: 864 + type: Transform +- uid: 14305 + type: WallSolid + components: + - pos: -38.5,-21.5 + parent: 864 + type: Transform +- uid: 14306 + type: WallSolid + components: + - pos: -36.5,-22.5 + parent: 864 + type: Transform +- uid: 14307 + type: WallSolid + components: + - pos: -36.5,-23.5 + parent: 864 + type: Transform +- uid: 14308 + type: WallSolid + components: + - pos: -38.5,-23.5 + parent: 864 + type: Transform +- uid: 14309 + type: WallSolid + components: + - pos: -38.5,-24.5 + parent: 864 + type: Transform +- uid: 14310 + type: WallSolid + components: + - pos: -39.5,-21.5 + parent: 864 + type: Transform +- uid: 14311 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -40.5,-21.5 + parent: 864 + type: Transform +- uid: 14312 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -40.5,-22.5 + parent: 864 + type: Transform +- uid: 14313 + type: WallReinforced + components: + - pos: -44.5,-24.5 + parent: 864 + type: Transform +- uid: 14314 + type: AirlockEngineeringLocked + components: + - name: storage + type: MetaData + - pos: -41.5,-14.5 + parent: 864 + type: Transform +- uid: 14315 + type: WallReinforced + components: + - pos: -42.5,-14.5 + parent: 864 + type: Transform +- uid: 14316 + type: WallReinforced + components: + - pos: -43.5,-14.5 + parent: 864 + type: Transform +- uid: 14317 + type: WallReinforced + components: + - pos: -43.5,-12.5 + parent: 864 + type: Transform +- uid: 14318 + type: ReinforcedWindow + components: + - pos: -43.5,-13.5 + parent: 864 + type: Transform +- uid: 14319 + type: WallReinforced + components: + - pos: -43.5,-9.5 + parent: 864 + type: Transform +- uid: 14320 + type: WallReinforced + components: + - pos: -43.5,-8.5 + parent: 864 + type: Transform +- uid: 14321 + type: WallReinforced + components: + - pos: -43.5,-7.5 + parent: 864 + type: Transform +- uid: 14322 + type: WallReinforced + components: + - pos: -43.5,-19.5 + parent: 864 + type: Transform +- uid: 14323 + type: WallReinforced + components: + - pos: -42.5,-19.5 + parent: 864 + type: Transform +- uid: 14324 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -41.5,-19.5 + parent: 864 + type: Transform +- uid: 14325 + type: WallReinforced + components: + - pos: -40.5,-19.5 + parent: 864 + type: Transform +- uid: 14326 + type: WallReinforced + components: + - pos: -39.5,-19.5 + parent: 864 + type: Transform +- uid: 14327 + type: WallReinforced + components: + - pos: -43.5,-15.5 + parent: 864 + type: Transform +- uid: 14328 + type: WallReinforced + components: + - pos: -43.5,-16.5 + parent: 864 + type: Transform +- uid: 14329 + type: WallReinforced + components: + - pos: -43.5,-17.5 + parent: 864 + type: Transform +- uid: 14330 + type: WallReinforced + components: + - pos: -43.5,-18.5 + parent: 864 + type: Transform +- uid: 14331 + type: Table + components: + - pos: -39.5,-16.5 + parent: 864 + type: Transform +- uid: 14332 + type: Table + components: + - pos: -39.5,-17.5 + parent: 864 + type: Transform +- uid: 14333 + type: Table + components: + - pos: -39.5,-18.5 + parent: 864 + type: Transform +- uid: 14334 + type: Table + components: + - pos: -40.5,-18.5 + parent: 864 + type: Transform +- uid: 14335 + type: Table + components: + - pos: -41.5,-18.5 + parent: 864 + type: Transform +- uid: 14336 + type: Table + components: + - pos: -42.5,-18.5 + parent: 864 + type: Transform +- uid: 14337 + type: Table + components: + - pos: -42.5,-17.5 + parent: 864 + type: Transform +- uid: 14338 + type: Table + components: + - pos: -42.5,-16.5 + parent: 864 + type: Transform +- uid: 14339 + type: SheetSteel + components: + - pos: -39.513657,-16.565893 + parent: 864 + type: Transform +- uid: 14340 + type: SheetSteel + components: + - pos: -39.544514,-17.164497 + parent: 864 + type: Transform +- uid: 14341 + type: SheetPlasteel + components: + - pos: -42.49803,-16.612768 + parent: 864 + type: Transform +- uid: 14342 + type: SheetPlasteel + components: + - pos: -42.52928,-17.128393 + parent: 864 + type: Transform +- uid: 14343 + type: SheetGlass + components: + - pos: -41.74803,-18.440893 + parent: 864 + type: Transform +- uid: 14344 + type: SheetRGlass + components: + - pos: -42.513657,-18.394018 + parent: 864 + type: Transform +- uid: 14345 + type: SheetPlastic + components: + - pos: -40.982407,-18.456518 + parent: 864 + type: Transform +- uid: 14346 + type: PartRodMetal + components: + - pos: -40.15428,-18.425268 + parent: 864 + type: Transform +- uid: 14347 + type: CrateEmergencyFire + components: + - pos: -39.5,-15.5 + parent: 864 + type: Transform +- uid: 14348 + type: CrateEngineeringCableLV + components: + - pos: -42.5,-15.5 + parent: 864 + type: Transform +- uid: 14349 + type: CableMVStack + components: + - pos: -39.41842,-18.34842 + parent: 864 + type: Transform +- uid: 14350 + type: CableHVStack + components: + - pos: -39.402794,-17.87967 + parent: 864 + type: Transform +- uid: 14351 + type: PosterContrabandPunchShit + components: + - pos: 48.5,11.5 + parent: 864 + type: Transform +- uid: 14352 + type: PosterContrabandRebelsUnite + components: + - pos: -0.5,-72.5 + parent: 864 + type: Transform +- uid: 14353 + type: GasPipeTJunction + components: + - pos: -41.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14354 + type: GasPipeStraight + components: + - pos: -42.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14355 + type: GasPipeStraight + components: + - pos: -42.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14356 + type: GasPipeStraight + components: + - pos: -42.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14357 + type: GasPipeStraight + components: + - pos: -42.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14358 + type: GasPipeStraight + components: + - pos: -41.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14359 + type: GasPipeStraight + components: + - pos: -41.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14360 + type: GasPipeStraight + components: + - pos: -41.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14361 + type: GasPipeStraight + components: + - pos: -41.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14362 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -42.5,-15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14363 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -41.5,-16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14364 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -41.5,-15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14365 + type: Catwalk + components: + - pos: -23.5,-26.5 + parent: 864 + type: Transform +- uid: 14366 + type: Catwalk + components: + - pos: -24.5,-26.5 + parent: 864 + type: Transform +- uid: 14367 + type: Catwalk + components: + - pos: -25.5,-26.5 + parent: 864 + type: Transform +- uid: 14368 + type: Catwalk + components: + - pos: -26.5,-26.5 + parent: 864 + type: Transform +- uid: 14369 + type: Catwalk + components: + - pos: -27.5,-26.5 + parent: 864 + type: Transform +- uid: 14370 + type: Catwalk + components: + - pos: -28.5,-26.5 + parent: 864 + type: Transform +- uid: 14371 + type: CableApcExtension + components: + - pos: -32.5,-22.5 + parent: 864 + type: Transform +- uid: 14372 + type: CableApcExtension + components: + - pos: -32.5,-23.5 + parent: 864 + type: Transform +- uid: 14373 + type: CableApcExtension + components: + - pos: -32.5,-24.5 + parent: 864 + type: Transform +- uid: 14374 + type: CableApcExtension + components: + - pos: -32.5,-25.5 + parent: 864 + type: Transform +- uid: 14375 + type: CableApcExtension + components: + - pos: -32.5,-26.5 + parent: 864 + type: Transform +- uid: 14376 + type: CableApcExtension + components: + - pos: -32.5,-27.5 + parent: 864 + type: Transform +- uid: 14377 + type: CableApcExtension + components: + - pos: -32.5,-28.5 + parent: 864 + type: Transform +- uid: 14378 + type: CableApcExtension + components: + - pos: -40.5,-10.5 + parent: 864 + type: Transform +- uid: 14379 + type: CableApcExtension + components: + - pos: -41.5,-10.5 + parent: 864 + type: Transform +- uid: 14380 + type: CableApcExtension + components: + - pos: -41.5,-11.5 + parent: 864 + type: Transform +- uid: 14381 + type: CableApcExtension + components: + - pos: -41.5,-12.5 + parent: 864 + type: Transform +- uid: 14382 + type: CableApcExtension + components: + - pos: -41.5,-13.5 + parent: 864 + type: Transform +- uid: 14383 + type: CableApcExtension + components: + - pos: -41.5,-14.5 + parent: 864 + type: Transform +- uid: 14384 + type: CableApcExtension + components: + - pos: -41.5,-15.5 + parent: 864 + type: Transform +- uid: 14385 + type: CableApcExtension + components: + - pos: -41.5,-16.5 + parent: 864 + type: Transform +- uid: 14386 + type: CableApcExtension + components: + - pos: -40.5,-16.5 + parent: 864 + type: Transform +- uid: 14387 + type: PoweredSmallLight + components: + - pos: -26.5,-26.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14388 + type: CableApcExtension + components: + - pos: -31.5,-26.5 + parent: 864 + type: Transform +- uid: 14389 + type: CableApcExtension + components: + - pos: -30.5,-26.5 + parent: 864 + type: Transform +- uid: 14390 + type: CableApcExtension + components: + - pos: -29.5,-26.5 + parent: 864 + type: Transform +- uid: 14391 + type: CableApcExtension + components: + - pos: -28.5,-26.5 + parent: 864 + type: Transform +- uid: 14392 + type: CableApcExtension + components: + - pos: -27.5,-26.5 + parent: 864 + type: Transform +- uid: 14393 + type: CableApcExtension + components: + - pos: -26.5,-26.5 + parent: 864 + type: Transform +- uid: 14394 + type: CableApcExtension + components: + - pos: -25.5,-26.5 + parent: 864 + type: Transform +- uid: 14395 + type: DisposalPipe + components: + - pos: -13.5,1.5 + parent: 864 + type: Transform +- uid: 14396 + type: DisposalPipe + components: + - pos: -13.5,-0.5 + parent: 864 + type: Transform +- uid: 14397 + type: DisposalRouterFlipped + components: + - pos: -13.5,0.5 + parent: 864 + type: Transform +- uid: 14398 + type: DisposalPipe + components: + - pos: -13.5,-1.5 + parent: 864 + type: Transform +- uid: 14399 + type: DisposalPipe + components: + - pos: -13.5,-2.5 + parent: 864 + type: Transform +- uid: 14400 + type: DisposalPipe + components: + - pos: -13.5,-3.5 + parent: 864 + type: Transform +- uid: 14401 + type: DisposalPipe + components: + - pos: -13.5,-4.5 + parent: 864 + type: Transform +- uid: 14402 + type: DisposalPipe + components: + - pos: -13.5,-5.5 + parent: 864 + type: Transform +- uid: 14403 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-6.5 + parent: 864 + type: Transform +- uid: 14404 + type: DisposalBend + components: + - pos: -13.5,8.5 + parent: 864 + type: Transform +- uid: 14405 + type: DisposalPipe + components: + - pos: -13.5,2.5 + parent: 864 + type: Transform +- uid: 14406 + type: DisposalPipe + components: + - pos: -13.5,3.5 + parent: 864 + type: Transform +- uid: 14407 + type: DisposalPipe + components: + - pos: -13.5,4.5 + parent: 864 + type: Transform +- uid: 14408 + type: DisposalJunctionFlipped + components: + - pos: -13.5,5.5 + parent: 864 + type: Transform +- uid: 14409 + type: DisposalPipe + components: + - pos: -13.5,6.5 + parent: 864 + type: Transform +- uid: 14410 + type: DisposalPipe + components: + - pos: -13.5,7.5 + parent: 864 + type: Transform +- uid: 14411 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-6.5 + parent: 864 + type: Transform +- uid: 14412 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-6.5 + parent: 864 + type: Transform +- uid: 14413 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-6.5 + parent: 864 + type: Transform +- uid: 14414 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-6.5 + parent: 864 + type: Transform +- uid: 14415 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-6.5 + parent: 864 + type: Transform +- uid: 14416 + type: DisposalYJunction + components: + - pos: -19.5,-6.5 + parent: 864 + type: Transform +- uid: 14417 + type: DisposalPipe + components: + - pos: -19.5,-12.5 + parent: 864 + type: Transform +- uid: 14418 + type: DisposalPipe + components: + - pos: -19.5,-11.5 + parent: 864 + type: Transform +- uid: 14419 + type: DisposalPipe + components: + - pos: -19.5,-10.5 + parent: 864 + type: Transform +- uid: 14420 + type: DisposalPipe + components: + - pos: -19.5,-9.5 + parent: 864 + type: Transform +- uid: 14421 + type: DisposalPipe + components: + - pos: -19.5,-8.5 + parent: 864 + type: Transform +- uid: 14422 + type: DisposalPipe + components: + - pos: -19.5,-7.5 + parent: 864 + type: Transform +- uid: 14423 + type: WallReinforced + components: + - pos: 63.5,-68.5 + parent: 864 + type: Transform +- uid: 14424 + type: WallReinforced + components: + - pos: 60.5,-69.5 + parent: 864 + type: Transform +- uid: 14425 + type: WallReinforced + components: + - pos: 60.5,-67.5 + parent: 864 + type: Transform +- uid: 14426 + type: WallReinforced + components: + - pos: 61.5,-66.5 + parent: 864 + type: Transform +- uid: 14427 + type: WallReinforced + components: + - pos: 59.5,-68.5 + parent: 864 + type: Transform +- uid: 14428 + type: WallReinforced + components: + - pos: 62.5,-67.5 + parent: 864 + type: Transform +- uid: 14429 + type: WallReinforced + components: + - pos: 62.5,-69.5 + parent: 864 + type: Transform +- uid: 14430 + type: WallReinforced + components: + - pos: 61.5,-67.5 + parent: 864 + type: Transform +- uid: 14431 + type: WallReinforced + components: + - pos: 62.5,-68.5 + parent: 864 + type: Transform +- uid: 14432 + type: WallReinforced + components: + - pos: 60.5,-68.5 + parent: 864 + type: Transform +- uid: 14433 + type: ReinforcedPlasmaWindow + components: + - pos: 61.5,-69.5 + parent: 864 + type: Transform +- uid: 14434 + type: Grille + components: + - pos: 61.5,-69.5 + parent: 864 + type: Transform +- uid: 14435 + type: SingularityToy + components: + - pos: 61.487606,-68.50915 + parent: 864 + type: Transform +- uid: 14436 + type: Catwalk + components: + - pos: 62.5,-63.5 + parent: 864 + type: Transform +- uid: 14437 + type: Catwalk + components: + - pos: 62.5,-64.5 + parent: 864 + type: Transform +- uid: 14438 + type: Catwalk + components: + - pos: 63.5,-65.5 + parent: 864 + type: Transform +- uid: 14439 + type: Catwalk + components: + - pos: 63.5,-64.5 + parent: 864 + type: Transform +- uid: 14440 + type: Catwalk + components: + - pos: 64.5,-65.5 + parent: 864 + type: Transform +- uid: 14441 + type: Catwalk + components: + - pos: 64.5,-66.5 + parent: 864 + type: Transform +- uid: 14442 + type: Catwalk + components: + - pos: 65.5,-66.5 + parent: 864 + type: Transform +- uid: 14443 + type: Catwalk + components: + - pos: 65.5,-67.5 + parent: 864 + type: Transform +- uid: 14444 + type: Catwalk + components: + - pos: 65.5,-68.5 + parent: 864 + type: Transform +- uid: 14445 + type: Catwalk + components: + - pos: 65.5,-69.5 + parent: 864 + type: Transform +- uid: 14446 + type: Catwalk + components: + - pos: 65.5,-70.5 + parent: 864 + type: Transform +- uid: 14447 + type: Catwalk + components: + - pos: 64.5,-70.5 + parent: 864 + type: Transform +- uid: 14448 + type: Catwalk + components: + - pos: 64.5,-71.5 + parent: 864 + type: Transform +- uid: 14449 + type: Catwalk + components: + - pos: 63.5,-71.5 + parent: 864 + type: Transform +- uid: 14450 + type: Catwalk + components: + - pos: 63.5,-72.5 + parent: 864 + type: Transform +- uid: 14451 + type: Catwalk + components: + - pos: 62.5,-72.5 + parent: 864 + type: Transform +- uid: 14452 + type: Catwalk + components: + - pos: 61.5,-72.5 + parent: 864 + type: Transform +- uid: 14453 + type: Catwalk + components: + - pos: 60.5,-72.5 + parent: 864 + type: Transform +- uid: 14454 + type: Catwalk + components: + - pos: 59.5,-72.5 + parent: 864 + type: Transform +- uid: 14455 + type: Catwalk + components: + - pos: 59.5,-71.5 + parent: 864 + type: Transform +- uid: 14456 + type: Catwalk + components: + - pos: 58.5,-71.5 + parent: 864 + type: Transform +- uid: 14457 + type: Catwalk + components: + - pos: 58.5,-70.5 + parent: 864 + type: Transform +- uid: 14458 + type: Catwalk + components: + - pos: 57.5,-70.5 + parent: 864 + type: Transform +- uid: 14459 + type: Catwalk + components: + - pos: 57.5,-69.5 + parent: 864 + type: Transform +- uid: 14460 + type: Catwalk + components: + - pos: 57.5,-68.5 + parent: 864 + type: Transform +- uid: 14461 + type: Catwalk + components: + - pos: 57.5,-67.5 + parent: 864 + type: Transform +- uid: 14462 + type: Catwalk + components: + - pos: 57.5,-66.5 + parent: 864 + type: Transform +- uid: 14463 + type: Catwalk + components: + - pos: 58.5,-66.5 + parent: 864 + type: Transform +- uid: 14464 + type: Catwalk + components: + - pos: 58.5,-65.5 + parent: 864 + type: Transform +- uid: 14465 + type: Catwalk + components: + - pos: 59.5,-65.5 + parent: 864 + type: Transform +- uid: 14466 + type: Catwalk + components: + - pos: 59.5,-64.5 + parent: 864 + type: Transform +- uid: 14467 + type: Catwalk + components: + - pos: 60.5,-64.5 + parent: 864 + type: Transform +- uid: 14468 + type: Catwalk + components: + - pos: 60.5,-63.5 + parent: 864 + type: Transform +- uid: 14469 + type: Catwalk + components: + - pos: 36.5,-56.5 + parent: 864 + type: Transform +- uid: 14470 + type: AirAlarm + components: + - pos: 27.5,-57.5 + parent: 864 + type: Transform + - devices: + - 13040 + - 12142 + - null + type: DeviceList +- uid: 14471 + type: Catwalk + components: + - pos: 36.5,-54.5 + parent: 864 + type: Transform +- uid: 14472 + type: Catwalk + components: + - pos: 36.5,-53.5 + parent: 864 + type: Transform +- uid: 14473 + type: Catwalk + components: + - pos: 36.5,-52.5 + parent: 864 + type: Transform +- uid: 14474 + type: Catwalk + components: + - pos: 38.5,-51.5 + parent: 864 + type: Transform +- uid: 14475 + type: Catwalk + components: + - pos: 39.5,-51.5 + parent: 864 + type: Transform +- uid: 14476 + type: Catwalk + components: + - pos: 40.5,-51.5 + parent: 864 + type: Transform +- uid: 14477 + type: Catwalk + components: + - pos: 41.5,-51.5 + parent: 864 + type: Transform +- uid: 14478 + type: Rack + components: + - pos: 36.5,-50.5 + parent: 864 + type: Transform +- uid: 14479 + type: Rack + components: + - pos: 37.5,-50.5 + parent: 864 + type: Transform +- uid: 14480 + type: PoweredSmallLight + components: + - pos: 43.5,-51.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14481 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 36.5,-51.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14482 + type: PottedPlantRandom + components: + - pos: -8.5,58.5 + parent: 864 + type: Transform +- uid: 14483 + type: RandomSnacks + components: + - rot: -1.5707963267948966 rad + pos: 37.5,-50.5 + parent: 864 + type: Transform +- uid: 14484 + type: MaintenanceToolSpawner + components: + - pos: 36.5,-50.5 + parent: 864 + type: Transform +- uid: 14485 + type: CableHV + components: + - pos: -2.5,-69.5 + parent: 864 + type: Transform +- uid: 14486 + type: CableHV + components: + - pos: -1.5,-69.5 + parent: 864 + type: Transform +- uid: 14487 + type: CableHV + components: + - pos: -1.5,-67.5 + parent: 864 + type: Transform +- uid: 14488 + type: CableHV + components: + - pos: -2.5,-60.5 + parent: 864 + type: Transform +- uid: 14489 + type: Catwalk + components: + - pos: 13.5,-47.5 + parent: 864 + type: Transform +- uid: 14490 + type: Catwalk + components: + - pos: 13.5,-45.5 + parent: 864 + type: Transform +- uid: 14491 + type: CableHV + components: + - pos: -2.5,-58.5 + parent: 864 + type: Transform +- uid: 14492 + type: Catwalk + components: + - pos: 15.5,-45.5 + parent: 864 + type: Transform +- uid: 14493 + type: Catwalk + components: + - pos: 16.5,-45.5 + parent: 864 + type: Transform +- uid: 14494 + type: Catwalk + components: + - pos: 17.5,-45.5 + parent: 864 + type: Transform +- uid: 14495 + type: ClothingOuterCoatBomber + components: + - pos: 15.5274105,-50.516087 + parent: 864 + type: Transform +- uid: 14496 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 15.5,-48.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14497 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14498 + type: PoweredSmallLight + components: + - pos: 10.5,-55.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14499 + type: PoweredSmallLight + components: + - pos: 15.5,-57.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14500 + type: PoweredSmallLight + components: + - pos: 9.5,-64.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14501 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: -1.5,-71.5 + parent: 864 + type: Transform +- uid: 14502 + type: PoweredSmallLight + components: + - pos: -5.5,-68.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 14503 + type: CombatKnife + components: + - pos: -0.4411062,-73.44477 + parent: 864 + type: Transform +- uid: 14504 + type: EmergencyOxygenTankFilled + components: + - pos: -2.5493312,-73.46234 + parent: 864 + type: Transform +- uid: 14505 + type: Catwalk + components: + - pos: 8.5,-56.5 + parent: 864 + type: Transform +- uid: 14506 + type: Firelock + components: + - pos: 10.5,-49.5 + parent: 864 + type: Transform +- uid: 14507 + type: CrateEngineeringGear + components: + - pos: 44.5,-6.5 + parent: 864 + type: Transform +- uid: 14508 + type: CrateMaterialGlass + components: + - pos: 43.5,-6.5 + parent: 864 + type: Transform +- uid: 14509 + type: MaintenanceWeaponSpawner + components: + - pos: 42.5,-6.5 + parent: 864 + type: Transform +- uid: 14510 + type: MaintenanceFluffSpawner + components: + - pos: 43.5,-8.5 + parent: 864 + type: Transform +- uid: 14511 + type: MaintenanceToolSpawner + components: + - pos: 44.5,-7.5 + parent: 864 + type: Transform +- uid: 14512 + type: Rack + components: + - pos: 44.5,-7.5 + parent: 864 + type: Transform +- uid: 14513 + type: Rack + components: + - pos: 42.5,-6.5 + parent: 864 + type: Transform +- uid: 14514 + type: Firelock + components: + - pos: 41.5,-11.5 + parent: 864 + type: Transform +- uid: 14515 + type: Firelock + components: + - pos: 36.5,-8.5 + parent: 864 + type: Transform +- uid: 14516 + type: DisposalRouterFlipped + components: + - pos: -19.5,8.5 + parent: 864 + type: Transform +- uid: 14517 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -14.5,8.5 + parent: 864 + type: Transform +- uid: 14518 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -15.5,8.5 + parent: 864 + type: Transform +- uid: 14519 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -16.5,8.5 + parent: 864 + type: Transform +- uid: 14520 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -17.5,8.5 + parent: 864 + type: Transform +- uid: 14521 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -18.5,8.5 + parent: 864 + type: Transform +- uid: 14522 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,7.5 + parent: 864 + type: Transform +- uid: 14523 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -19.5,6.5 + parent: 864 + type: Transform +- uid: 14524 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -20.5,6.5 + parent: 864 + type: Transform +- uid: 14525 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -21.5,6.5 + parent: 864 + type: Transform +- uid: 14526 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -22.5,6.5 + parent: 864 + type: Transform +- uid: 14527 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -23.5,6.5 + parent: 864 + type: Transform +- uid: 14528 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -24.5,6.5 + parent: 864 + type: Transform +- uid: 14529 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -26.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14530 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-6.5 + parent: 864 + type: Transform +- uid: 14531 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-6.5 + parent: 864 + type: Transform +- uid: 14532 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-6.5 + parent: 864 + type: Transform +- uid: 14533 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-6.5 + parent: 864 + type: Transform +- uid: 14534 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-6.5 + parent: 864 + type: Transform +- uid: 14535 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -25.5,-6.5 + parent: 864 + type: Transform +- uid: 14536 + type: DisposalYJunction + components: + - pos: -25.5,6.5 + parent: 864 + type: Transform +- uid: 14537 + type: DisposalPipe + components: + - pos: -25.5,5.5 + parent: 864 + type: Transform +- uid: 14538 + type: DisposalPipe + components: + - pos: -25.5,4.5 + parent: 864 + type: Transform +- uid: 14539 + type: DisposalPipe + components: + - pos: -25.5,3.5 + parent: 864 + type: Transform +- uid: 14540 + type: DisposalPipe + components: + - pos: -25.5,2.5 + parent: 864 + type: Transform +- uid: 14541 + type: DisposalPipe + components: + - pos: -25.5,1.5 + parent: 864 + type: Transform +- uid: 14542 + type: DisposalPipe + components: + - pos: -25.5,0.5 + parent: 864 + type: Transform +- uid: 14543 + type: DisposalJunction + components: + - pos: -25.5,-0.5 + parent: 864 + type: Transform +- uid: 14544 + type: DisposalPipe + components: + - pos: -25.5,-1.5 + parent: 864 + type: Transform +- uid: 14545 + type: DisposalPipe + components: + - pos: -25.5,-2.5 + parent: 864 + type: Transform +- uid: 14546 + type: DisposalPipe + components: + - pos: -25.5,-3.5 + parent: 864 + type: Transform +- uid: 14547 + type: DisposalPipe + components: + - pos: -25.5,-4.5 + parent: 864 + type: Transform +- uid: 14548 + type: DisposalPipe + components: + - pos: -25.5,-5.5 + parent: 864 + type: Transform +- uid: 14549 + type: GasPipeStraight + components: + - pos: -20.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14550 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14551 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14552 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14553 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14554 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14555 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14556 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14557 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14558 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14559 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14560 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -26.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14561 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14562 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -26.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14563 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -26.5,-2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14564 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -26.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14565 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -26.5,-0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14566 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -26.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14567 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -24.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14568 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -26.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14569 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -26.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14570 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -26.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14571 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -26.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14572 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -24.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14573 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -24.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14574 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -24.5,4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14575 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -24.5,3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14576 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -24.5,2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14577 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -24.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14578 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -26.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14579 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -24.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14580 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14581 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -24.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14582 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -24.5,-3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14583 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -24.5,-4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14584 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -24.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14585 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14586 + type: AirlockGlass + components: + - pos: -19.5,14.5 + parent: 864 + type: Transform +- uid: 14587 + type: AirlockGlass + components: + - pos: -18.5,14.5 + parent: 864 + type: Transform +- uid: 14588 + type: AirlockGlass + components: + - pos: -20.5,14.5 + parent: 864 + type: Transform +- uid: 14589 + type: DisposalPipe + components: + - pos: -19.5,9.5 + parent: 864 + type: Transform +- uid: 14590 + type: DisposalPipe + components: + - pos: -19.5,10.5 + parent: 864 + type: Transform +- uid: 14591 + type: DisposalPipe + components: + - pos: -19.5,11.5 + parent: 864 + type: Transform +- uid: 14592 + type: DisposalPipe + components: + - pos: -19.5,12.5 + parent: 864 + type: Transform +- uid: 14593 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -26.5,6.5 + parent: 864 + type: Transform +- uid: 14594 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -28.5,7.5 + parent: 864 + type: Transform +- uid: 14595 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -28.5,6.5 + parent: 864 + type: Transform +- uid: 14596 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -28.5,5.5 + parent: 864 + type: Transform +- uid: 14597 + type: DisposalUnit + components: + - pos: -27.5,6.5 + parent: 864 + type: Transform +- uid: 14598 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: 35.5,3.5 + parent: 864 + type: Transform +- uid: 14599 + type: CableApcExtension + components: + - pos: -18.5,14.5 + parent: 864 + type: Transform +- uid: 14600 + type: CableApcExtension + components: + - pos: -18.5,13.5 + parent: 864 + type: Transform +- uid: 14601 + type: CableApcExtension + components: + - pos: -18.5,12.5 + parent: 864 + type: Transform +- uid: 14602 + type: CableApcExtension + components: + - pos: -18.5,11.5 + parent: 864 + type: Transform +- uid: 14603 + type: CableApcExtension + components: + - pos: -18.5,10.5 + parent: 864 + type: Transform +- uid: 14604 + type: CableApcExtension + components: + - pos: -18.5,9.5 + parent: 864 + type: Transform +- uid: 14605 + type: CableApcExtension + components: + - pos: -18.5,8.5 + parent: 864 + type: Transform +- uid: 14606 + type: CableApcExtension + components: + - pos: -18.5,7.5 + parent: 864 + type: Transform +- uid: 14607 + type: CableApcExtension + components: + - pos: -17.5,7.5 + parent: 864 + type: Transform +- uid: 14608 + type: CableApcExtension + components: + - pos: -16.5,7.5 + parent: 864 + type: Transform +- uid: 14609 + type: CableApcExtension + components: + - pos: -15.5,7.5 + parent: 864 + type: Transform +- uid: 14610 + type: CableApcExtension + components: + - pos: -14.5,7.5 + parent: 864 + type: Transform +- uid: 14611 + type: CableApcExtension + components: + - pos: -13.5,7.5 + parent: 864 + type: Transform +- uid: 14612 + type: CableApcExtension + components: + - pos: -12.5,7.5 + parent: 864 + type: Transform +- uid: 14613 + type: CableApcExtension + components: + - pos: -12.5,6.5 + parent: 864 + type: Transform +- uid: 14614 + type: CableApcExtension + components: + - pos: -12.5,5.5 + parent: 864 + type: Transform +- uid: 14615 + type: CableApcExtension + components: + - pos: -12.5,4.5 + parent: 864 + type: Transform +- uid: 14616 + type: CableApcExtension + components: + - pos: -12.5,3.5 + parent: 864 + type: Transform +- uid: 14617 + type: CableApcExtension + components: + - pos: -12.5,2.5 + parent: 864 + type: Transform +- uid: 14618 + type: CableApcExtension + components: + - pos: -12.5,1.5 + parent: 864 + type: Transform +- uid: 14619 + type: CableApcExtension + components: + - pos: -12.5,0.5 + parent: 864 + type: Transform +- uid: 14620 + type: CableApcExtension + components: + - pos: -12.5,-0.5 + parent: 864 + type: Transform +- uid: 14621 + type: CableApcExtension + components: + - pos: -12.5,-1.5 + parent: 864 + type: Transform +- uid: 14622 + type: CableApcExtension + components: + - pos: -12.5,-2.5 + parent: 864 + type: Transform +- uid: 14623 + type: CableApcExtension + components: + - pos: -13.5,-2.5 + parent: 864 + type: Transform +- uid: 14624 + type: CableApcExtension + components: + - pos: -12.5,-4.5 + parent: 864 + type: Transform +- uid: 14625 + type: CableApcExtension + components: + - pos: -23.5,7.5 + parent: 864 + type: Transform +- uid: 14626 + type: CableApcExtension + components: + - pos: -24.5,7.5 + parent: 864 + type: Transform +- uid: 14627 + type: CableApcExtension + components: + - pos: -25.5,7.5 + parent: 864 + type: Transform +- uid: 14628 + type: CableApcExtension + components: + - pos: -25.5,6.5 + parent: 864 + type: Transform +- uid: 14629 + type: CableApcExtension + components: + - pos: -25.5,5.5 + parent: 864 + type: Transform +- uid: 14630 + type: CableApcExtension + components: + - pos: -25.5,4.5 + parent: 864 + type: Transform +- uid: 14631 + type: CableApcExtension + components: + - pos: -25.5,3.5 + parent: 864 + type: Transform +- uid: 14632 + type: CableApcExtension + components: + - pos: -25.5,2.5 + parent: 864 + type: Transform +- uid: 14633 + type: CableApcExtension + components: + - pos: -17.5,10.5 + parent: 864 + type: Transform +- uid: 14634 + type: CableApcExtension + components: + - pos: -16.5,10.5 + parent: 864 + type: Transform +- uid: 14635 + type: CableApcExtension + components: + - pos: -15.5,10.5 + parent: 864 + type: Transform +- uid: 14636 + type: CableApcExtension + components: + - pos: -14.5,10.5 + parent: 864 + type: Transform +- uid: 14637 + type: CableApcExtension + components: + - pos: -14.5,11.5 + parent: 864 + type: Transform +- uid: 14638 + type: CableApcExtension + components: + - pos: -14.5,12.5 + parent: 864 + type: Transform +- uid: 14639 + type: CableApcExtension + components: + - pos: -14.5,13.5 + parent: 864 + type: Transform +- uid: 14640 + type: CableApcExtension + components: + - pos: -14.5,14.5 + parent: 864 + type: Transform +- uid: 14641 + type: CableApcExtension + components: + - pos: -14.5,15.5 + parent: 864 + type: Transform +- uid: 14642 + type: CableApcExtension + components: + - pos: -13.5,15.5 + parent: 864 + type: Transform +- uid: 14643 + type: CableApcExtension + components: + - pos: -12.5,15.5 + parent: 864 + type: Transform +- uid: 14644 + type: CableApcExtension + components: + - pos: -11.5,15.5 + parent: 864 + type: Transform +- uid: 14645 + type: CableApcExtension + components: + - pos: -10.5,15.5 + parent: 864 + type: Transform +- uid: 14646 + type: CableApcExtension + components: + - pos: -9.5,15.5 + parent: 864 + type: Transform +- uid: 14647 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -49.5,10.5 + parent: 864 + type: Transform +- uid: 14648 + type: CableApcExtension + components: + - pos: -8.5,16.5 + parent: 864 + type: Transform +- uid: 14649 + type: CableApcExtension + components: + - pos: -7.5,16.5 + parent: 864 + type: Transform +- uid: 14650 + type: CableApcExtension + components: + - pos: -6.5,16.5 + parent: 864 + type: Transform +- uid: 14651 + type: CableApcExtension + components: + - pos: -5.5,16.5 + parent: 864 + type: Transform +- uid: 14652 + type: CableApcExtension + components: + - pos: -4.5,16.5 + parent: 864 + type: Transform +- uid: 14653 + type: WallReinforced + components: + - pos: -43.5,-23.5 + parent: 864 + type: Transform +- uid: 14654 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -59.5,-28.5 + parent: 864 + type: Transform +- uid: 14655 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-30.5 + parent: 864 + type: Transform +- uid: 14656 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-27.5 + parent: 864 + type: Transform +- uid: 14657 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-28.5 + parent: 864 + type: Transform +- uid: 14658 + type: WallReinforced + components: + - pos: -43.5,-20.5 + parent: 864 + type: Transform +- uid: 14659 + type: WallReinforced + components: + - pos: -43.5,-24.5 + parent: 864 + type: Transform +- uid: 14660 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -40.5,-20.5 + parent: 864 + type: Transform +- uid: 14661 + type: WallReinforced + components: + - pos: -43.5,-21.5 + parent: 864 + type: Transform +- uid: 14662 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-25.5 + parent: 864 + type: Transform +- uid: 14663 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-25.5 + parent: 864 + type: Transform +- uid: 14664 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-25.5 + parent: 864 + type: Transform +- uid: 14665 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-27.5 + parent: 864 + type: Transform +- uid: 14666 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-27.5 + parent: 864 + type: Transform +- uid: 14667 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-27.5 + parent: 864 + type: Transform +- uid: 14668 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-27.5 + parent: 864 + type: Transform +- uid: 14669 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-30.5 + parent: 864 + type: Transform +- uid: 14670 + type: AirlockMaintLocked + components: + - rot: 3.141592653589793 rad + pos: -31.5,-45.5 + parent: 864 + type: Transform +- uid: 14671 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-30.5 + parent: 864 + type: Transform +- uid: 14672 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-30.5 + parent: 864 + type: Transform +- uid: 14673 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-31.5 + parent: 864 + type: Transform +- uid: 14674 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-32.5 + parent: 864 + type: Transform +- uid: 14675 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-32.5 + parent: 864 + type: Transform +- uid: 14676 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-32.5 + parent: 864 + type: Transform +- uid: 14677 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-32.5 + parent: 864 + type: Transform +- uid: 14678 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-31.5 + parent: 864 + type: Transform +- uid: 14679 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-31.5 + parent: 864 + type: Transform +- uid: 14680 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-35.5 + parent: 864 + type: Transform +- uid: 14681 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-36.5 + parent: 864 + type: Transform +- uid: 14682 + type: AirlockAtmosphericsLocked + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-34.5 + parent: 864 + type: Transform +- uid: 14683 + type: AirlockAtmosphericsLocked + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-33.5 + parent: 864 + type: Transform +- uid: 14684 + type: Firelock + components: + - pos: -29.5,-34.5 + parent: 864 + type: Transform +- uid: 14685 + type: Firelock + components: + - pos: -29.5,-33.5 + parent: 864 + type: Transform +- uid: 14686 + type: WallSolid + components: + - pos: -29.5,-37.5 + parent: 864 + type: Transform +- uid: 14687 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-35.5 + parent: 864 + type: Transform +- uid: 14688 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-36.5 + parent: 864 + type: Transform +- uid: 14689 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-36.5 + parent: 864 + type: Transform +- uid: 14690 + type: ReinforcedWindow + components: + - pos: -38.5,-37.5 + parent: 864 + type: Transform +- uid: 14691 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-38.5 + parent: 864 + type: Transform +- uid: 14692 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-36.5 + parent: 864 + type: Transform +- uid: 14693 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-36.5 + parent: 864 + type: Transform +- uid: 14694 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-31.5 + parent: 864 + type: Transform +- uid: 14695 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-32.5 + parent: 864 + type: Transform +- uid: 14696 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-37.5 + parent: 864 + type: Transform +- uid: 14697 + type: WallSolid + components: + - pos: -34.5,-37.5 + parent: 864 + type: Transform +- uid: 14698 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-35.5 + parent: 864 + type: Transform +- uid: 14699 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-31.5 + parent: 864 + type: Transform +- uid: 14700 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-35.5 + parent: 864 + type: Transform +- uid: 14701 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-30.5 + parent: 864 + type: Transform +- uid: 14702 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-28.5 + parent: 864 + type: Transform +- uid: 14703 + type: PoweredlightSodium + components: + - pos: -40.5,-15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 14704 + type: Catwalk + components: + - pos: 62.5,-15.5 + parent: 864 + type: Transform +- uid: 14705 + type: Catwalk + components: + - pos: 62.5,-16.5 + parent: 864 + type: Transform +- uid: 14706 + type: Catwalk + components: + - pos: 62.5,-17.5 + parent: 864 + type: Transform +- uid: 14707 + type: Catwalk + components: + - pos: 62.5,-18.5 + parent: 864 + type: Transform +- uid: 14708 + type: Catwalk + components: + - pos: 62.5,-19.5 + parent: 864 + type: Transform +- uid: 14709 + type: Catwalk + components: + - pos: 62.5,-20.5 + parent: 864 + type: Transform +- uid: 14710 + type: Catwalk + components: + - pos: 62.5,-21.5 + parent: 864 + type: Transform +- uid: 14711 + type: Catwalk + components: + - pos: 62.5,-22.5 + parent: 864 + type: Transform +- uid: 14712 + type: Catwalk + components: + - pos: 62.5,-23.5 + parent: 864 + type: Transform +- uid: 14713 + type: Catwalk + components: + - pos: 62.5,-39.5 + parent: 864 + type: Transform +- uid: 14714 + type: Catwalk + components: + - pos: 62.5,-40.5 + parent: 864 + type: Transform +- uid: 14715 + type: FirelockGlass + components: + - pos: 3.5,-55.5 + parent: 864 + type: Transform +- uid: 14716 + type: Catwalk + components: + - pos: 23.5,-70.5 + parent: 864 + type: Transform +- uid: 14717 + type: Catwalk + components: + - pos: 23.5,-71.5 + parent: 864 + type: Transform +- uid: 14718 + type: Catwalk + components: + - pos: 23.5,-72.5 + parent: 864 + type: Transform +- uid: 14719 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-5.5 + parent: 864 + type: Transform +- uid: 14720 + type: SignalSwitch + components: + - pos: 16.5,-51.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 7300 + Off: + - port: Close + uid: 7300 + type: SignalTransmitter +- uid: 14721 + type: WindoorEngineeringLocked + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-34.5 + parent: 864 + type: Transform +- uid: 14722 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-35.5 + parent: 864 + type: Transform +- uid: 14723 + type: WallSolid + components: + - pos: -30.5,-4.5 + parent: 864 + type: Transform +- uid: 14724 + type: WallSolid + components: + - pos: -31.5,-4.5 + parent: 864 + type: Transform +- uid: 14725 + type: WallSolid + components: + - pos: -32.5,-4.5 + parent: 864 + type: Transform +- uid: 14726 + type: WallSolid + components: + - pos: -33.5,-4.5 + parent: 864 + type: Transform +- uid: 14727 + type: WallSolid + components: + - pos: -34.5,-4.5 + parent: 864 + type: Transform +- uid: 14728 + type: WallSolid + components: + - pos: -35.5,-4.5 + parent: 864 + type: Transform +- uid: 14729 + type: WallSolid + components: + - pos: -38.5,-3.5 + parent: 864 + type: Transform +- uid: 14730 + type: WallSolid + components: + - pos: -39.5,-3.5 + parent: 864 + type: Transform +- uid: 14731 + type: WallSolid + components: + - pos: -35.5,-3.5 + parent: 864 + type: Transform +- uid: 14732 + type: WallSolid + components: + - pos: -39.5,-4.5 + parent: 864 + type: Transform +- uid: 14733 + type: WallSolid + components: + - pos: -40.5,-4.5 + parent: 864 + type: Transform +- uid: 14734 + type: WallSolid + components: + - pos: -42.5,-4.5 + parent: 864 + type: Transform +- uid: 14735 + type: AirlockMaintEngiLocked + components: + - name: engineering + type: MetaData + - pos: -41.5,-4.5 + parent: 864 + type: Transform +- uid: 14736 + type: WallSolid + components: + - pos: -43.5,-4.5 + parent: 864 + type: Transform +- uid: 14737 + type: WallSolid + components: + - pos: -22.5,-40.5 + parent: 864 + type: Transform +- uid: 14738 + type: WallSolid + components: + - pos: -23.5,-40.5 + parent: 864 + type: Transform +- uid: 14739 + type: WallSolid + components: + - pos: -24.5,-40.5 + parent: 864 + type: Transform +- uid: 14740 + type: WallSolid + components: + - pos: -24.5,-41.5 + parent: 864 + type: Transform +- uid: 14741 + type: WallSolid + components: + - pos: -24.5,-42.5 + parent: 864 + type: Transform +- uid: 14742 + type: WallSolid + components: + - pos: -24.5,-43.5 + parent: 864 + type: Transform +- uid: 14743 + type: WallSolid + components: + - pos: -24.5,-44.5 + parent: 864 + type: Transform +- uid: 14744 + type: WallSolid + components: + - pos: -24.5,-45.5 + parent: 864 + type: Transform +- uid: 14745 + type: WallSolid + components: + - pos: -24.5,-46.5 + parent: 864 + type: Transform +- uid: 14746 + type: WallSolid + components: + - pos: -24.5,-47.5 + parent: 864 + type: Transform +- uid: 14747 + type: WallSolid + components: + - pos: -22.5,-37.5 + parent: 864 + type: Transform +- uid: 14748 + type: WallSolid + components: + - pos: -23.5,-37.5 + parent: 864 + type: Transform +- uid: 14749 + type: WallSolid + components: + - pos: -24.5,-37.5 + parent: 864 + type: Transform +- uid: 14750 + type: WallSolid + components: + - pos: -25.5,-37.5 + parent: 864 + type: Transform +- uid: 14751 + type: WallSolid + components: + - pos: -26.5,-37.5 + parent: 864 + type: Transform +- uid: 14752 + type: AirlockMaintAtmoLocked + components: + - name: atmospherics + type: MetaData + - rot: 3.141592653589793 rad + pos: -24.5,-30.5 + parent: 864 + type: Transform +- uid: 14753 + type: OxygenCanister + components: + - pos: -25.5,-31.5 + parent: 864 + type: Transform +- uid: 14754 + type: ClosetEmergencyFilledRandom + components: + - pos: -23.5,-31.5 + parent: 864 + type: Transform +- uid: 14755 + type: TableReinforced + components: + - pos: -25.5,-35.5 + parent: 864 + type: Transform +- uid: 14756 + type: TableReinforced + components: + - pos: -25.5,-36.5 + parent: 864 + type: Transform +- uid: 14757 + type: TableReinforced + components: + - pos: -24.5,-36.5 + parent: 864 + type: Transform +- uid: 14758 + type: TableReinforced + components: + - pos: -23.5,-36.5 + parent: 864 + type: Transform +- uid: 14759 + type: FirelockGlass + components: + - pos: -21.5,-34.5 + parent: 864 + type: Transform +- uid: 14760 + type: YellowOxygenTankFilled + components: + - pos: -25.373241,-36.412777 + parent: 864 + type: Transform +- uid: 14761 + type: OxygenTankFilled + components: + - pos: -24.951366,-36.459652 + parent: 864 + type: Transform +- uid: 14762 + type: NitrogenTankFilled + components: + - pos: -25.591991,-36.037777 + parent: 864 + type: Transform +- uid: 14763 + type: NitrousOxideTankFilled + components: + - pos: -25.607616,-35.506527 + parent: 864 + type: Transform +- uid: 14764 + type: ClothingMaskGasAtmos + components: + - pos: -24.331347,-36.490974 + parent: 864 + type: Transform +- uid: 14765 + type: MedkitOxygenFilled + components: + - pos: -23.768847,-36.553474 + parent: 864 + type: Transform +- uid: 14766 + type: ClosetToolFilled + components: + - pos: -22.5,-31.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + - -0.25,-0.48 + mask: + - Impassable + - MidImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + type: Fixtures + - open: True + removedMasks: 20 + type: EntityStorage +- uid: 14767 + type: VendingMachineTankDispenserEVA + components: + - pos: -22.5,-36.5 + parent: 864 + type: Transform +- uid: 14768 + type: ChairOfficeDark + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-34.5 + parent: 864 + type: Transform +- uid: 14769 + type: SignAtmosMinsky + components: + - pos: -21.5,-33.5 + parent: 864 + type: Transform +- uid: 14770 + type: LockerAtmosphericsFilled + components: + - pos: -30.5,-32.5 + parent: 864 + type: Transform +- uid: 14771 + type: LockerAtmosphericsFilled + components: + - pos: -33.5,-32.5 + parent: 864 + type: Transform +- uid: 14772 + type: ReinforcedWindow + components: + - pos: -37.5,-37.5 + parent: 864 + type: Transform +- uid: 14773 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-39.5 + parent: 864 + type: Transform +- uid: 14774 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-38.5 + parent: 864 + type: Transform +- uid: 14775 + type: WallSolid + components: + - pos: -35.5,-31.5 + parent: 864 + type: Transform +- uid: 14776 + type: WallSolid + components: + - pos: -36.5,-31.5 + parent: 864 + type: Transform +- uid: 14777 + type: WallSolid + components: + - pos: -37.5,-31.5 + parent: 864 + type: Transform +- uid: 14778 + type: WallSolid + components: + - pos: -38.5,-31.5 + parent: 864 + type: Transform +- uid: 14779 + type: WallSolid + components: + - pos: -39.5,-31.5 + parent: 864 + type: Transform +- uid: 14780 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 23.5,16.5 + parent: 864 + type: Transform +- uid: 14781 + type: WallReinforced + components: + - pos: -41.5,-31.5 + parent: 864 + type: Transform +- uid: 14782 + type: WallReinforced + components: + - pos: -41.5,-32.5 + parent: 864 + type: Transform +- uid: 14783 + type: WallReinforced + components: + - pos: -41.5,-36.5 + parent: 864 + type: Transform +- uid: 14784 + type: ReinforcedPlasmaWindow + components: + - pos: -41.5,-33.5 + parent: 864 + type: Transform +- uid: 14785 + type: ReinforcedPlasmaWindow + components: + - pos: -41.5,-35.5 + parent: 864 + type: Transform +- uid: 14786 + type: ReinforcedPlasmaWindow + components: + - pos: -41.5,-34.5 + parent: 864 + type: Transform +- uid: 14787 + type: WallReinforced + components: + - pos: -41.5,-37.5 + parent: 864 + type: Transform +- uid: 14788 + type: LockerAtmosphericsFilled + components: + - pos: -30.5,-37.5 + parent: 864 + type: Transform +- uid: 14789 + type: WallSolid + components: + - pos: -30.5,-38.5 + parent: 864 + type: Transform +- uid: 14790 + type: WallSolid + components: + - pos: -30.5,-39.5 + parent: 864 + type: Transform +- uid: 14791 + type: AirlockMaintAtmoLocked + components: + - name: atmospherics + type: MetaData + - pos: -30.5,-40.5 + parent: 864 + type: Transform +- uid: 14792 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-37.5 + parent: 864 + type: Transform +- uid: 14793 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-37.5 + parent: 864 + type: Transform +- uid: 14794 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-37.5 + parent: 864 + type: Transform +- uid: 14795 + type: WallSolid + components: + - pos: -30.5,-41.5 + parent: 864 + type: Transform +- uid: 14796 + type: WallSolid + components: + - pos: -30.5,-42.5 + parent: 864 + type: Transform +- uid: 14797 + type: WallSolid + components: + - pos: -31.5,-42.5 + parent: 864 + type: Transform +- uid: 14798 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-42.5 + parent: 864 + type: Transform +- uid: 14799 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-42.5 + parent: 864 + type: Transform +- uid: 14800 + type: VendingMachineTankDispenserEngineering + components: + - pos: -33.5,-37.5 + parent: 864 + type: Transform +- uid: 14801 + type: AirlockAtmosphericsLocked + components: + - pos: -31.5,-36.5 + parent: 864 + type: Transform +- uid: 14802 + type: AirlockAtmosphericsLocked + components: + - pos: -32.5,-36.5 + parent: 864 + type: Transform +- uid: 14803 + type: FirelockGlass + components: + - pos: -33.5,-40.5 + parent: 864 + type: Transform +- uid: 14804 + type: FirelockGlass + components: + - pos: -33.5,-41.5 + parent: 864 + type: Transform +- uid: 14805 + type: Grille + components: + - pos: -38.5,-37.5 + parent: 864 + type: Transform +- uid: 14806 + type: Grille + components: + - pos: -37.5,-37.5 + parent: 864 + type: Transform +- uid: 14807 + type: WallReinforced + components: + - pos: -44.5,-7.5 + parent: 864 + type: Transform +- uid: 14808 + type: WallReinforced + components: + - pos: -45.5,-7.5 + parent: 864 + type: Transform +- uid: 14809 + type: ReinforcedWindow + components: + - pos: -46.5,-7.5 + parent: 864 + type: Transform +- uid: 14810 + type: WallReinforced + components: + - pos: -47.5,-7.5 + parent: 864 + type: Transform +- uid: 14811 + type: WallReinforced + components: + - pos: -48.5,-7.5 + parent: 864 + type: Transform +- uid: 14812 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -43.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14813 + type: ReinforcedWindow + components: + - pos: -45.5,-18.5 + parent: 864 + type: Transform +- uid: 14814 + type: WallReinforced + components: + - pos: -49.5,-16.5 + parent: 864 + type: Transform +- uid: 14815 + type: WallReinforced + components: + - pos: -49.5,-10.5 + parent: 864 + type: Transform +- uid: 14816 + type: WallReinforced + components: + - pos: -49.5,-9.5 + parent: 864 + type: Transform +- uid: 14817 + type: WallReinforced + components: + - pos: -49.5,-8.5 + parent: 864 + type: Transform +- uid: 14818 + type: WallReinforced + components: + - pos: -49.5,-7.5 + parent: 864 + type: Transform +- uid: 14819 + type: WallReinforced + components: + - pos: -49.5,-17.5 + parent: 864 + type: Transform +- uid: 14820 + type: WallReinforced + components: + - pos: -49.5,-18.5 + parent: 864 + type: Transform +- uid: 14821 + type: WallReinforced + components: + - pos: -48.5,-18.5 + parent: 864 + type: Transform +- uid: 14822 + type: WallReinforced + components: + - pos: -47.5,-18.5 + parent: 864 + type: Transform +- uid: 14823 + type: WallReinforced + components: + - pos: -46.5,-18.5 + parent: 864 + type: Transform +- uid: 14824 + type: WallReinforced + components: + - pos: -49.5,-11.5 + parent: 864 + type: Transform +- uid: 14825 + type: WallReinforced + components: + - pos: -50.5,-11.5 + parent: 864 + type: Transform +- uid: 14826 + type: WallReinforced + components: + - pos: -51.5,-11.5 + parent: 864 + type: Transform +- uid: 14827 + type: WallReinforced + components: + - pos: -51.5,-12.5 + parent: 864 + type: Transform +- uid: 14828 + type: WallReinforced + components: + - pos: -51.5,-13.5 + parent: 864 + type: Transform +- uid: 14829 + type: WallReinforced + components: + - pos: -51.5,-14.5 + parent: 864 + type: Transform +- uid: 14830 + type: WallReinforced + components: + - pos: -51.5,-15.5 + parent: 864 + type: Transform +- uid: 14831 + type: WallReinforced + components: + - pos: -50.5,-15.5 + parent: 864 + type: Transform +- uid: 14832 + type: WallReinforced + components: + - pos: -49.5,-15.5 + parent: 864 + type: Transform +- uid: 14833 + type: WallReinforced + components: + - pos: -44.5,-4.5 + parent: 864 + type: Transform +- uid: 14834 + type: WallReinforced + components: + - pos: -45.5,-4.5 + parent: 864 + type: Transform +- uid: 14835 + type: WallReinforced + components: + - pos: -46.5,-4.5 + parent: 864 + type: Transform +- uid: 14836 + type: WallReinforced + components: + - pos: -47.5,-4.5 + parent: 864 + type: Transform +- uid: 14837 + type: WallReinforced + components: + - pos: -48.5,-4.5 + parent: 864 + type: Transform +- uid: 14838 + type: WallReinforced + components: + - pos: -49.5,-4.5 + parent: 864 + type: Transform +- uid: 14839 + type: WallReinforced + components: + - pos: -50.5,-4.5 + parent: 864 + type: Transform +- uid: 14840 + type: WallReinforced + components: + - pos: -51.5,-4.5 + parent: 864 + type: Transform +- uid: 14841 + type: WallReinforced + components: + - pos: -52.5,-4.5 + parent: 864 + type: Transform +- uid: 14842 + type: WallReinforced + components: + - pos: -53.5,-4.5 + parent: 864 + type: Transform +- uid: 14843 + type: WallReinforced + components: + - pos: -54.5,-4.5 + parent: 864 + type: Transform +- uid: 14844 + type: WallReinforced + components: + - pos: -55.5,-4.5 + parent: 864 + type: Transform +- uid: 14845 + type: WallReinforced + components: + - pos: -55.5,-5.5 + parent: 864 + type: Transform +- uid: 14846 + type: WallReinforced + components: + - pos: -56.5,-5.5 + parent: 864 + type: Transform +- uid: 14847 + type: WallReinforced + components: + - pos: -56.5,-6.5 + parent: 864 + type: Transform +- uid: 14848 + type: WallReinforced + components: + - pos: -56.5,-7.5 + parent: 864 + type: Transform +- uid: 14849 + type: WallReinforced + components: + - pos: -56.5,-8.5 + parent: 864 + type: Transform +- uid: 14850 + type: WallReinforced + components: + - pos: -56.5,-9.5 + parent: 864 + type: Transform +- uid: 14851 + type: WallReinforced + components: + - pos: -56.5,-10.5 + parent: 864 + type: Transform +- uid: 14852 + type: ReinforcedWindow + components: + - pos: -56.5,-15.5 + parent: 864 + type: Transform +- uid: 14853 + type: ReinforcedWindow + components: + - pos: -56.5,-14.5 + parent: 864 + type: Transform +- uid: 14854 + type: ReinforcedWindow + components: + - pos: -56.5,-13.5 + parent: 864 + type: Transform +- uid: 14855 + type: ReinforcedWindow + components: + - pos: -56.5,-12.5 + parent: 864 + type: Transform +- uid: 14856 + type: ReinforcedWindow + components: + - pos: -56.5,-11.5 + parent: 864 + type: Transform +- uid: 14857 + type: WallReinforced + components: + - pos: -56.5,-16.5 + parent: 864 + type: Transform +- uid: 14858 + type: WallReinforced + components: + - pos: -56.5,-17.5 + parent: 864 + type: Transform +- uid: 14859 + type: WallReinforced + components: + - pos: -56.5,-18.5 + parent: 864 + type: Transform +- uid: 14860 + type: WallReinforced + components: + - pos: -56.5,-19.5 + parent: 864 + type: Transform +- uid: 14861 + type: WallReinforced + components: + - pos: -56.5,-19.5 + parent: 864 + type: Transform +- uid: 14862 + type: CableMV + components: + - pos: -59.5,-20.5 + parent: 864 + type: Transform +- uid: 14863 + type: WallReinforced + components: + - pos: -55.5,-20.5 + parent: 864 + type: Transform +- uid: 14864 + type: WallReinforced + components: + - pos: -55.5,-21.5 + parent: 864 + type: Transform +- uid: 14865 + type: FirelockGlass + components: + - pos: -54.5,-21.5 + parent: 864 + type: Transform +- uid: 14866 + type: PosterContrabandHighEffectEngineering + components: + - pos: -48.5,-7.5 + parent: 864 + type: Transform +- uid: 14867 + type: WallReinforced + components: + - pos: -52.5,-21.5 + parent: 864 + type: Transform +- uid: 14868 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -49.5,-19.5 + parent: 864 + type: Transform +- uid: 14869 + type: WallReinforced + components: + - pos: -50.5,-21.5 + parent: 864 + type: Transform +- uid: 14870 + type: WallReinforced + components: + - pos: -49.5,-21.5 + parent: 864 + type: Transform +- uid: 14871 + type: RCD + components: + - pos: -35.59599,-17.523024 + parent: 864 + type: Transform +- uid: 14872 + type: RCDAmmo + components: + - pos: -35.174114,-16.944899 + parent: 864 + type: Transform +- uid: 14873 + type: GasVentScrubber + components: + - pos: -44.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14874 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14875 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -43.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14876 + type: CableHV + components: + - pos: -42.5,-6.5 + parent: 864 + type: Transform +- uid: 14877 + type: CableHV + components: + - pos: -42.5,-10.5 + parent: 864 + type: Transform +- uid: 14878 + type: CableHV + components: + - pos: -42.5,-7.5 + parent: 864 + type: Transform +- uid: 14879 + type: CableHV + components: + - pos: -42.5,-8.5 + parent: 864 + type: Transform +- uid: 14880 + type: CableHV + components: + - pos: -46.5,-11.5 + parent: 864 + type: Transform +- uid: 14881 + type: CableHV + components: + - pos: -46.5,-12.5 + parent: 864 + type: Transform +- uid: 14882 + type: CableHV + components: + - pos: -46.5,-13.5 + parent: 864 + type: Transform +- uid: 14883 + type: CableHV + components: + - pos: -46.5,-14.5 + parent: 864 + type: Transform +- uid: 14884 + type: CableHV + components: + - pos: -46.5,-10.5 + parent: 864 + type: Transform +- uid: 14885 + type: WallReinforced + components: + - pos: -44.5,-18.5 + parent: 864 + type: Transform +- uid: 14886 + type: WallReinforced + components: + - pos: -44.5,-18.5 + parent: 864 + type: Transform +- uid: 14887 + type: CableHV + components: + - pos: -46.5,-9.5 + parent: 864 + type: Transform +- uid: 14888 + type: Catwalk + components: + - pos: -46.5,-9.5 + parent: 864 + type: Transform +- uid: 14889 + type: CableHV + components: + - pos: -46.5,-15.5 + parent: 864 + type: Transform +- uid: 14890 + type: CableHV + components: + - pos: -46.5,-16.5 + parent: 864 + type: Transform +- uid: 14891 + type: Catwalk + components: + - pos: -46.5,-10.5 + parent: 864 + type: Transform +- uid: 14892 + type: Catwalk + components: + - pos: -46.5,-11.5 + parent: 864 + type: Transform +- uid: 14893 + type: Catwalk + components: + - pos: -46.5,-12.5 + parent: 864 + type: Transform +- uid: 14894 + type: Catwalk + components: + - pos: -46.5,-13.5 + parent: 864 + type: Transform +- uid: 14895 + type: Catwalk + components: + - pos: -46.5,-14.5 + parent: 864 + type: Transform +- uid: 14896 + type: Catwalk + components: + - pos: -46.5,-15.5 + parent: 864 + type: Transform +- uid: 14897 + type: Catwalk + components: + - pos: -46.5,-16.5 + parent: 864 + type: Transform +- uid: 14898 + type: AMEController + components: + - pos: -47.5,-17.5 + parent: 864 + type: Transform +- uid: 14899 + type: CrateEngineeringAMEJar + components: + - pos: -50.5,-13.5 + parent: 864 + type: Transform +- uid: 14900 + type: CrateEngineeringAMEShielding + components: + - pos: -50.5,-14.5 + parent: 864 + type: Transform +- uid: 14901 + type: CrateEngineeringAMEShielding + components: + - pos: -50.5,-12.5 + parent: 864 + type: Transform +- uid: 14902 + type: GasPipeFourway + components: + - pos: -20.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14903 + type: AirlockEngineeringLocked + components: + - name: AME + type: MetaData + - pos: -43.5,-10.5 + parent: 864 + type: Transform +- uid: 14904 + type: CableHV + components: + - pos: -42.5,-9.5 + parent: 864 + type: Transform +- uid: 14905 + type: CableHV + components: + - pos: -46.5,-17.5 + parent: 864 + type: Transform +- uid: 14906 + type: CableHV + components: + - pos: -46.5,-18.5 + parent: 864 + type: Transform +- uid: 14907 + type: CableHV + components: + - pos: -46.5,-19.5 + parent: 864 + type: Transform +- uid: 14908 + type: CableHV + components: + - pos: -47.5,-19.5 + parent: 864 + type: Transform +- uid: 14909 + type: CableHV + components: + - pos: -48.5,-19.5 + parent: 864 + type: Transform +- uid: 14910 + type: CableHV + components: + - pos: -48.5,-20.5 + parent: 864 + type: Transform +- uid: 14911 + type: CableHV + components: + - pos: -46.5,-20.5 + parent: 864 + type: Transform +- uid: 14912 + type: CableHV + components: + - pos: -45.5,-19.5 + parent: 864 + type: Transform +- uid: 14913 + type: CableHV + components: + - pos: -44.5,-19.5 + parent: 864 + type: Transform +- uid: 14914 + type: CableHV + components: + - pos: -44.5,-20.5 + parent: 864 + type: Transform +- uid: 14915 + type: CableTerminal + components: + - pos: -48.5,-20.5 + parent: 864 + type: Transform +- uid: 14916 + type: CableTerminal + components: + - pos: -46.5,-20.5 + parent: 864 + type: Transform +- uid: 14917 + type: CableTerminal + components: + - pos: -44.5,-20.5 + parent: 864 + type: Transform +- uid: 14918 + type: SMESBasic + components: + - pos: -48.5,-21.5 + parent: 864 + type: Transform +- uid: 14919 + type: SMESBasic + components: + - pos: -46.5,-21.5 + parent: 864 + type: Transform +- uid: 14920 + type: SMESBasic + components: + - pos: -44.5,-21.5 + parent: 864 + type: Transform +- uid: 14921 + type: CableHV + components: + - pos: -46.5,-21.5 + parent: 864 + type: Transform +- uid: 14922 + type: CableHV + components: + - pos: -48.5,-21.5 + parent: 864 + type: Transform +- uid: 14923 + type: CableHV + components: + - pos: -44.5,-21.5 + parent: 864 + type: Transform +- uid: 14924 + type: CableHV + components: + - pos: -46.5,-22.5 + parent: 864 + type: Transform +- uid: 14925 + type: CableHV + components: + - pos: -48.5,-22.5 + parent: 864 + type: Transform +- uid: 14926 + type: CableHV + components: + - pos: -44.5,-22.5 + parent: 864 + type: Transform +- uid: 14927 + type: CableHV + components: + - pos: -48.5,-23.5 + parent: 864 + type: Transform +- uid: 14928 + type: CableHV + components: + - pos: -47.5,-23.5 + parent: 864 + type: Transform +- uid: 14929 + type: CableHV + components: + - pos: -46.5,-23.5 + parent: 864 + type: Transform +- uid: 14930 + type: CableHV + components: + - pos: -44.5,-23.5 + parent: 864 + type: Transform +- uid: 14931 + type: CableHV + components: + - pos: -45.5,-23.5 + parent: 864 + type: Transform +- uid: 14932 + type: CableHV + components: + - pos: -46.5,-24.5 + parent: 864 + type: Transform +- uid: 14933 + type: CableHV + components: + - pos: -46.5,-25.5 + parent: 864 + type: Transform +- uid: 14934 + type: CableHV + components: + - pos: -47.5,-25.5 + parent: 864 + type: Transform +- uid: 14935 + type: CableHV + components: + - pos: -48.5,-25.5 + parent: 864 + type: Transform +- uid: 14936 + type: CableHV + components: + - pos: -49.5,-25.5 + parent: 864 + type: Transform +- uid: 14937 + type: CableHV + components: + - pos: -50.5,-25.5 + parent: 864 + type: Transform +- uid: 14938 + type: BluespaceMatterBinStockPart + components: + - pos: -50.525806,-27.432787 + parent: 864 + type: Transform +- uid: 14939 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -51.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14940 + type: CableHV + components: + - pos: -43.5,-22.5 + parent: 864 + type: Transform +- uid: 14941 + type: CableHV + components: + - pos: -42.5,-22.5 + parent: 864 + type: Transform +- uid: 14942 + type: CableHV + components: + - pos: -51.5,-21.5 + parent: 864 + type: Transform +- uid: 14943 + type: CableHV + components: + - pos: -41.5,-22.5 + parent: 864 + type: Transform +- uid: 14944 + type: CableHV + components: + - pos: -41.5,-21.5 + parent: 864 + type: Transform +- uid: 14945 + type: CableHV + components: + - pos: -41.5,-20.5 + parent: 864 + type: Transform +- uid: 14946 + type: WallReinforced + components: + - pos: -45.5,-24.5 + parent: 864 + type: Transform +- uid: 14947 + type: WallReinforced + components: + - pos: -49.5,-23.5 + parent: 864 + type: Transform +- uid: 14948 + type: WallReinforced + components: + - pos: -49.5,-22.5 + parent: 864 + type: Transform +- uid: 14949 + type: WallReinforced + components: + - pos: -49.5,-24.5 + parent: 864 + type: Transform +- uid: 14950 + type: WallReinforced + components: + - pos: -48.5,-24.5 + parent: 864 + type: Transform +- uid: 14951 + type: WallReinforced + components: + - pos: -47.5,-24.5 + parent: 864 + type: Transform +- uid: 14952 + type: WallReinforced + components: + - pos: -45.5,-25.5 + parent: 864 + type: Transform +- uid: 14953 + type: WallReinforced + components: + - pos: -45.5,-26.5 + parent: 864 + type: Transform +- uid: 14954 + type: AirlockMaintEngiLocked + components: + - name: engineering + type: MetaData + - pos: -46.5,-26.5 + parent: 864 + type: Transform +- uid: 14955 + type: WallReinforced + components: + - pos: -47.5,-26.5 + parent: 864 + type: Transform +- uid: 14956 + type: WallReinforced + components: + - pos: -48.5,-26.5 + parent: 864 + type: Transform +- uid: 14957 + type: WallReinforced + components: + - pos: -49.5,-26.5 + parent: 864 + type: Transform +- uid: 14958 + type: WallReinforced + components: + - pos: -51.5,-26.5 + parent: 864 + type: Transform +- uid: 14959 + type: WallReinforced + components: + - pos: -52.5,-26.5 + parent: 864 + type: Transform +- uid: 14960 + type: WallReinforced + components: + - pos: -52.5,-25.5 + parent: 864 + type: Transform +- uid: 14961 + type: WallReinforced + components: + - pos: -52.5,-24.5 + parent: 864 + type: Transform +- uid: 14962 + type: WallReinforced + components: + - pos: -52.5,-23.5 + parent: 864 + type: Transform +- uid: 14963 + type: WallReinforced + components: + - pos: -52.5,-22.5 + parent: 864 + type: Transform +- uid: 14964 + type: WallReinforced + components: + - pos: -49.5,-20.5 + parent: 864 + type: Transform +- uid: 14965 + type: Grille + components: + - pos: -45.5,-18.5 + parent: 864 + type: Transform +- uid: 14966 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14967 + type: SurveillanceCameraMedical + components: + - pos: -10.5,-61.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: medical doctor's corridor + type: SurveillanceCamera +- uid: 14968 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -44.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14969 + type: SurveillanceCameraMedical + components: + - rot: 3.141592653589793 rad + pos: -6.5,-52.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: medical beds + type: SurveillanceCamera +- uid: 14970 + type: CableHV + components: + - pos: -43.5,-6.5 + parent: 864 + type: Transform +- uid: 14971 + type: CableHV + components: + - pos: -44.5,-6.5 + parent: 864 + type: Transform +- uid: 14972 + type: CableHV + components: + - pos: -45.5,-6.5 + parent: 864 + type: Transform +- uid: 14973 + type: CableHV + components: + - pos: -46.5,-6.5 + parent: 864 + type: Transform +- uid: 14974 + type: CableHV + components: + - pos: -47.5,-6.5 + parent: 864 + type: Transform +- uid: 14975 + type: CableHV + components: + - pos: -48.5,-6.5 + parent: 864 + type: Transform +- uid: 14976 + type: CableHV + components: + - pos: -49.5,-6.5 + parent: 864 + type: Transform +- uid: 14977 + type: CableHV + components: + - pos: -50.5,-6.5 + parent: 864 + type: Transform +- uid: 14978 + type: CableHV + components: + - pos: -51.5,-6.5 + parent: 864 + type: Transform +- uid: 14979 + type: CableHV + components: + - pos: -52.5,-6.5 + parent: 864 + type: Transform +- uid: 14980 + type: CableHV + components: + - pos: -52.5,-7.5 + parent: 864 + type: Transform +- uid: 14981 + type: CableHV + components: + - pos: -52.5,-8.5 + parent: 864 + type: Transform +- uid: 14982 + type: CableHV + components: + - pos: -52.5,-9.5 + parent: 864 + type: Transform +- uid: 14983 + type: CableHV + components: + - pos: -41.5,-12.5 + parent: 864 + type: Transform +- uid: 14984 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -52.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 14985 + type: CableHV + components: + - pos: -41.5,-13.5 + parent: 864 + type: Transform +- uid: 14986 + type: Table + components: + - rot: 3.141592653589793 rad + pos: -52.5,-13.5 + parent: 864 + type: Transform +- uid: 14987 + type: CableHV + components: + - pos: -41.5,-14.5 + parent: 864 + type: Transform +- uid: 14988 + type: CableHV + components: + - pos: -41.5,-15.5 + parent: 864 + type: Transform +- uid: 14989 + type: CableHV + components: + - pos: -41.5,-18.5 + parent: 864 + type: Transform +- uid: 14990 + type: CableHV + components: + - pos: -41.5,-17.5 + parent: 864 + type: Transform +- uid: 14991 + type: CableHV + components: + - pos: -41.5,-19.5 + parent: 864 + type: Transform +- uid: 14992 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -44.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 14993 + type: AirlockEngineeringLocked + components: + - name: AME + type: MetaData + - rot: 1.5707963267948966 rad + pos: -43.5,-11.5 + parent: 864 + type: Transform +- uid: 14994 + type: ClothingHeadHatCone + components: + - pos: -40.213425,-17.545645 + parent: 864 + type: Transform +- uid: 14995 + type: Multitool + components: + - pos: -23.347115,-36.422188 + parent: 864 + type: Transform +- uid: 14996 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-13.5 + parent: 864 + type: Transform +- uid: 14997 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -46.5,-8.5 + parent: 864 + type: Transform +- uid: 14998 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -43.5,-13.5 + parent: 864 + type: Transform +- uid: 14999 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -46.5,-7.5 + parent: 864 + type: Transform +- uid: 15000 + type: CableApcExtension + components: + - pos: -42.5,-10.5 + parent: 864 + type: Transform +- uid: 15001 + type: CableApcExtension + components: + - pos: -43.5,-10.5 + parent: 864 + type: Transform +- uid: 15002 + type: CableApcExtension + components: + - pos: -44.5,-10.5 + parent: 864 + type: Transform +- uid: 15003 + type: CableApcExtension + components: + - pos: -45.5,-10.5 + parent: 864 + type: Transform +- uid: 15004 + type: CableApcExtension + components: + - pos: -46.5,-10.5 + parent: 864 + type: Transform +- uid: 15005 + type: CableApcExtension + components: + - pos: -46.5,-9.5 + parent: 864 + type: Transform +- uid: 15006 + type: CableApcExtension + components: + - pos: -46.5,-11.5 + parent: 864 + type: Transform +- uid: 15007 + type: CableApcExtension + components: + - pos: -46.5,-12.5 + parent: 864 + type: Transform +- uid: 15008 + type: CableApcExtension + components: + - pos: -46.5,-13.5 + parent: 864 + type: Transform +- uid: 15009 + type: CableApcExtension + components: + - pos: -46.5,-14.5 + parent: 864 + type: Transform +- uid: 15010 + type: CableApcExtension + components: + - pos: -46.5,-15.5 + parent: 864 + type: Transform +- uid: 15011 + type: CableApcExtension + components: + - pos: -46.5,-16.5 + parent: 864 + type: Transform +- uid: 15012 + type: CableApcExtension + components: + - pos: -47.5,-13.5 + parent: 864 + type: Transform +- uid: 15013 + type: CableApcExtension + components: + - pos: -48.5,-13.5 + parent: 864 + type: Transform +- uid: 15014 + type: CableApcExtension + components: + - pos: -49.5,-13.5 + parent: 864 + type: Transform +- uid: 15015 + type: CableApcExtension + components: + - pos: -45.5,-16.5 + parent: 864 + type: Transform +- uid: 15016 + type: CableApcExtension + components: + - pos: -45.5,-17.5 + parent: 864 + type: Transform +- uid: 15017 + type: CableApcExtension + components: + - pos: -45.5,-18.5 + parent: 864 + type: Transform +- uid: 15018 + type: CableApcExtension + components: + - pos: -45.5,-19.5 + parent: 864 + type: Transform +- uid: 15019 + type: CableApcExtension + components: + - pos: -45.5,-20.5 + parent: 864 + type: Transform +- uid: 15020 + type: CableApcExtension + components: + - pos: -45.5,-21.5 + parent: 864 + type: Transform +- uid: 15021 + type: CableApcExtension + components: + - pos: -46.5,-20.5 + parent: 864 + type: Transform +- uid: 15022 + type: CableApcExtension + components: + - pos: -47.5,-20.5 + parent: 864 + type: Transform +- uid: 15023 + type: CableApcExtension + components: + - pos: -47.5,-21.5 + parent: 864 + type: Transform +- uid: 15024 + type: CableApcExtension + components: + - pos: -45.5,-22.5 + parent: 864 + type: Transform +- uid: 15025 + type: CableApcExtension + components: + - pos: -48.5,-22.5 + parent: 864 + type: Transform +- uid: 15026 + type: CableApcExtension + components: + - pos: -47.5,-22.5 + parent: 864 + type: Transform +- uid: 15027 + type: AirlockEngineeringGlassLocked + components: + - name: smes + type: MetaData + - rot: 3.141592653589793 rad + pos: -46.5,-24.5 + parent: 864 + type: Transform +- uid: 15028 + type: AirlockEngineeringGlassLocked + components: + - rot: 3.141592653589793 rad + pos: -51.5,-21.5 + parent: 864 + type: Transform +- uid: 15029 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -49.5,-19.5 + parent: 864 + type: Transform +- uid: 15030 + type: GasPipeBend + components: + - pos: -31.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15031 + type: GasPipeBend + components: + - pos: -32.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15032 + type: GasPipeStraight + components: + - pos: -31.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15033 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15034 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15035 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15036 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15037 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15038 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15039 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15040 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15041 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15042 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15043 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15044 + type: GasPipeTJunction + components: + - pos: -39.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15045 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -37.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15046 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15047 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15048 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15049 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15050 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15051 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15052 + type: GasPipeTJunction + components: + - pos: -46.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15053 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -47.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15054 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -38.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15055 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15056 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15057 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15058 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15059 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15060 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15061 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15062 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15063 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15064 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15065 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15066 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15067 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -51.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15068 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -52.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15069 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15070 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15071 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15072 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -51.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15073 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15074 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -52.5,-6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15075 + type: GasPipeStraight + components: + - pos: -53.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15076 + type: GasPipeStraight + components: + - pos: -53.5,-7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15077 + type: GasPipeStraight + components: + - pos: -53.5,-8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15078 + type: GasPipeStraight + components: + - pos: -53.5,-9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15079 + type: GasPipeStraight + components: + - pos: -53.5,-10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15080 + type: GasPipeStraight + components: + - pos: -53.5,-11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15081 + type: GasPipeStraight + components: + - pos: -53.5,-12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15082 + type: GasPipeStraight + components: + - pos: -52.5,-7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15083 + type: GasPipeStraight + components: + - pos: -52.5,-8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15084 + type: GasPipeStraight + components: + - pos: -52.5,-9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15085 + type: GasPipeStraight + components: + - pos: -52.5,-10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15086 + type: GasPipeStraight + components: + - pos: -52.5,-11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15087 + type: GasPipeStraight + components: + - pos: -52.5,-12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15088 + type: GasPipeStraight + components: + - pos: -52.5,-13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15089 + type: GasPipeStraight + components: + - pos: -52.5,-14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15090 + type: GasPipeStraight + components: + - pos: -52.5,-15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15091 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15092 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15093 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15094 + type: CableHV + components: + - pos: -41.5,-16.5 + parent: 864 + type: Transform +- uid: 15095 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -53.5,-14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15096 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -53.5,-15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15097 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -53.5,-16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15098 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -53.5,-17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15099 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -53.5,-18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15100 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -51.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15101 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -52.5,-19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15102 + type: GasPipeBend + components: + - pos: -50.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15103 + type: GasPipeBend + components: + - pos: -51.5,-19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15104 + type: GasPipeStraight + components: + - pos: -50.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15105 + type: GasPipeStraight + components: + - pos: -50.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15106 + type: GasPipeStraight + components: + - pos: -50.5,-20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15107 + type: GasPipeStraight + components: + - pos: -50.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15108 + type: GasPipeStraight + components: + - pos: -50.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15109 + type: GasPipeStraight + components: + - pos: -51.5,-20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15110 + type: GasPipeStraight + components: + - pos: -51.5,-21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15111 + type: GasPipeStraight + components: + - pos: -51.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15112 + type: GasPipeStraight + components: + - pos: -51.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15113 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -50.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15114 + type: Table + components: + - pos: -57.5,-30.5 + parent: 864 + type: Transform +- uid: 15115 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -51.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15116 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -50.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15117 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15118 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15119 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15120 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15121 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15122 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15123 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15124 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -47.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15125 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -45.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15126 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -47.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15127 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -45.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15128 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -45.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15129 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -39.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15130 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -46.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15131 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15132 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -50.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15133 + type: GasVentPump + components: + - pos: -45.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15134 + type: GasVentScrubber + components: + - pos: -47.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15135 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -51.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15136 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15137 + type: GasVentScrubber + components: + - pos: -47.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15138 + type: GasVentScrubber + components: + - pos: -37.5,-5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15139 + type: AirlockEngineeringGlassLocked + components: + - pos: -43.5,-5.5 + parent: 864 + type: Transform +- uid: 15140 + type: AirlockEngineeringLocked + components: + - name: singularity + type: MetaData + - pos: -49.5,-6.5 + parent: 864 + type: Transform +- uid: 15141 + type: AirlockEngineeringLocked + components: + - name: singularity + type: MetaData + - pos: -49.5,-5.5 + parent: 864 + type: Transform +- uid: 15142 + type: WallSolid + components: + - pos: -37.5,-3.5 + parent: 864 + type: Transform +- uid: 15143 + type: WallSolid + components: + - pos: -36.5,-3.5 + parent: 864 + type: Transform +- uid: 15144 + type: DisposalTrunk + components: + - pos: -38.5,-4.5 + parent: 864 + type: Transform +- uid: 15145 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -32.5,-13.5 + parent: 864 + type: Transform +- uid: 15146 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -32.5,-12.5 + parent: 864 + type: Transform +- uid: 15147 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -32.5,-11.5 + parent: 864 + type: Transform +- uid: 15148 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -32.5,-10.5 + parent: 864 + type: Transform +- uid: 15149 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -32.5,-9.5 + parent: 864 + type: Transform +- uid: 15150 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -32.5,-8.5 + parent: 864 + type: Transform +- uid: 15151 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -32.5,-7.5 + parent: 864 + type: Transform +- uid: 15152 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -32.5,-6.5 + parent: 864 + type: Transform +- uid: 15153 + type: DisposalBend + components: + - pos: -32.5,-5.5 + parent: 864 + type: Transform +- uid: 15154 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-5.5 + parent: 864 + type: Transform +- uid: 15155 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-5.5 + parent: 864 + type: Transform +- uid: 15156 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-5.5 + parent: 864 + type: Transform +- uid: 15157 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-5.5 + parent: 864 + type: Transform +- uid: 15158 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-5.5 + parent: 864 + type: Transform +- uid: 15159 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -38.5,-5.5 + parent: 864 + type: Transform +- uid: 15160 + type: DisposalUnit + components: + - pos: -38.5,-4.5 + parent: 864 + type: Transform +- uid: 15161 + type: CableApcExtension + components: + - pos: -32.5,-8.5 + parent: 864 + type: Transform +- uid: 15162 + type: CableApcExtension + components: + - pos: -32.5,-7.5 + parent: 864 + type: Transform +- uid: 15163 + type: CableApcExtension + components: + - pos: -32.5,-6.5 + parent: 864 + type: Transform +- uid: 15164 + type: CableApcExtension + components: + - pos: -33.5,-6.5 + parent: 864 + type: Transform +- uid: 15165 + type: CableApcExtension + components: + - pos: -34.5,-6.5 + parent: 864 + type: Transform +- uid: 15166 + type: CableApcExtension + components: + - pos: -35.5,-6.5 + parent: 864 + type: Transform +- uid: 15167 + type: CableApcExtension + components: + - pos: -36.5,-6.5 + parent: 864 + type: Transform +- uid: 15168 + type: CableApcExtension + components: + - pos: -37.5,-6.5 + parent: 864 + type: Transform +- uid: 15169 + type: CableApcExtension + components: + - pos: -38.5,-6.5 + parent: 864 + type: Transform +- uid: 15170 + type: CableApcExtension + components: + - pos: -39.5,-6.5 + parent: 864 + type: Transform +- uid: 15171 + type: CableApcExtension + components: + - pos: -40.5,-6.5 + parent: 864 + type: Transform +- uid: 15172 + type: CableApcExtension + components: + - pos: -41.5,-6.5 + parent: 864 + type: Transform +- uid: 15173 + type: CableApcExtension + components: + - pos: -38.5,-5.5 + parent: 864 + type: Transform +- uid: 15174 + type: CableHV + components: + - pos: -51.5,-9.5 + parent: 864 + type: Transform +- uid: 15175 + type: CableHV + components: + - pos: -50.5,-9.5 + parent: 864 + type: Transform +- uid: 15176 + type: CableHV + components: + - pos: -50.5,-8.5 + parent: 864 + type: Transform +- uid: 15177 + type: CableTerminal + components: + - rot: 1.5707963267948966 rad + pos: -51.5,-9.5 + parent: 864 + type: Transform +- uid: 15178 + type: SMESBasic + components: + - pos: -50.5,-9.5 + parent: 864 + type: Transform +- uid: 15179 + type: SubstationBasic + components: + - pos: -50.5,-8.5 + parent: 864 + type: Transform +- uid: 15180 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-0.5 + parent: 864 + type: Transform +- uid: 15181 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-0.5 + parent: 864 + type: Transform +- uid: 15182 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-0.5 + parent: 864 + type: Transform +- uid: 15183 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-0.5 + parent: 864 + type: Transform +- uid: 15184 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-0.5 + parent: 864 + type: Transform +- uid: 15185 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-12.5 + parent: 864 + type: Transform +- uid: 15186 + type: SingularityGenerator + components: + - pos: -66.5,-13.5 + parent: 864 + type: Transform +- uid: 15187 + type: ContainmentFieldGenerator + components: + - pos: -70.5,-9.5 + parent: 864 + type: Transform +- uid: 15188 + type: ContainmentFieldGenerator + components: + - pos: -62.5,-9.5 + parent: 864 + type: Transform +- uid: 15189 + type: ContainmentFieldGenerator + components: + - pos: -62.5,-17.5 + parent: 864 + type: Transform +- uid: 15190 + type: ContainmentFieldGenerator + components: + - pos: -70.5,-17.5 + parent: 864 + type: Transform +- uid: 15191 + type: Emitter + components: + - pos: -62.5,-6.5 + parent: 864 + type: Transform +- uid: 15192 + type: Emitter + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-9.5 + parent: 864 + type: Transform +- uid: 15193 + type: Emitter + components: + - rot: 1.5707963267948966 rad + pos: -73.5,-9.5 + parent: 864 + type: Transform +- uid: 15194 + type: Emitter + components: + - pos: -70.5,-6.5 + parent: 864 + type: Transform +- uid: 15195 + type: Emitter + components: + - rot: 1.5707963267948966 rad + pos: -73.5,-17.5 + parent: 864 + type: Transform +- uid: 15196 + type: Emitter + components: + - rot: 3.141592653589793 rad + pos: -70.5,-20.5 + parent: 864 + type: Transform +- uid: 15197 + type: Emitter + components: + - rot: 3.141592653589793 rad + pos: -62.5,-20.5 + parent: 864 + type: Transform +- uid: 15198 + type: Emitter + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-17.5 + parent: 864 + type: Transform +- uid: 15199 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-13.5 + parent: 864 + type: Transform +- uid: 15200 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-14.5 + parent: 864 + type: Transform +- uid: 15201 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-15.5 + parent: 864 + type: Transform +- uid: 15202 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-16.5 + parent: 864 + type: Transform +- uid: 15203 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-17.5 + parent: 864 + type: Transform +- uid: 15204 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-18.5 + parent: 864 + type: Transform +- uid: 15205 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-19.5 + parent: 864 + type: Transform +- uid: 15206 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-20.5 + parent: 864 + type: Transform +- uid: 15207 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -60.5,-20.5 + parent: 864 + type: Transform +- uid: 15208 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,-20.5 + parent: 864 + type: Transform +- uid: 15209 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -62.5,-20.5 + parent: 864 + type: Transform +- uid: 15210 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -63.5,-20.5 + parent: 864 + type: Transform +- uid: 15211 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -64.5,-20.5 + parent: 864 + type: Transform +- uid: 15212 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -65.5,-20.5 + parent: 864 + type: Transform +- uid: 15213 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -66.5,-20.5 + parent: 864 + type: Transform +- uid: 15214 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -67.5,-20.5 + parent: 864 + type: Transform +- uid: 15215 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -68.5,-20.5 + parent: 864 + type: Transform +- uid: 15216 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -69.5,-20.5 + parent: 864 + type: Transform +- uid: 15217 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -70.5,-20.5 + parent: 864 + type: Transform +- uid: 15218 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -71.5,-20.5 + parent: 864 + type: Transform +- uid: 15219 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -72.5,-20.5 + parent: 864 + type: Transform +- uid: 15220 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-20.5 + parent: 864 + type: Transform +- uid: 15221 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-19.5 + parent: 864 + type: Transform +- uid: 15222 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-18.5 + parent: 864 + type: Transform +- uid: 15223 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-17.5 + parent: 864 + type: Transform +- uid: 15224 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-16.5 + parent: 864 + type: Transform +- uid: 15225 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-15.5 + parent: 864 + type: Transform +- uid: 15226 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-14.5 + parent: 864 + type: Transform +- uid: 15227 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-13.5 + parent: 864 + type: Transform +- uid: 15228 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-12.5 + parent: 864 + type: Transform +- uid: 15229 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-11.5 + parent: 864 + type: Transform +- uid: 15230 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-10.5 + parent: 864 + type: Transform +- uid: 15231 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-9.5 + parent: 864 + type: Transform +- uid: 15232 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-8.5 + parent: 864 + type: Transform +- uid: 15233 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-7.5 + parent: 864 + type: Transform +- uid: 15234 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-6.5 + parent: 864 + type: Transform +- uid: 15235 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -72.5,-6.5 + parent: 864 + type: Transform +- uid: 15236 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -71.5,-6.5 + parent: 864 + type: Transform +- uid: 15237 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -70.5,-6.5 + parent: 864 + type: Transform +- uid: 15238 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -69.5,-6.5 + parent: 864 + type: Transform +- uid: 15239 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -68.5,-6.5 + parent: 864 + type: Transform +- uid: 15240 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -67.5,-6.5 + parent: 864 + type: Transform +- uid: 15241 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -66.5,-6.5 + parent: 864 + type: Transform +- uid: 15242 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -65.5,-6.5 + parent: 864 + type: Transform +- uid: 15243 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -64.5,-6.5 + parent: 864 + type: Transform +- uid: 15244 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -63.5,-6.5 + parent: 864 + type: Transform +- uid: 15245 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -62.5,-6.5 + parent: 864 + type: Transform +- uid: 15246 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,-6.5 + parent: 864 + type: Transform +- uid: 15247 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -60.5,-6.5 + parent: 864 + type: Transform +- uid: 15248 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-6.5 + parent: 864 + type: Transform +- uid: 15249 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-7.5 + parent: 864 + type: Transform +- uid: 15250 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-8.5 + parent: 864 + type: Transform +- uid: 15251 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-9.5 + parent: 864 + type: Transform +- uid: 15252 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-10.5 + parent: 864 + type: Transform +- uid: 15253 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-11.5 + parent: 864 + type: Transform +- uid: 15254 + type: ParticleAcceleratorEmitterLeftUnfinished + components: + - rot: 3.141592653589793 rad + pos: -65.5,-24.5 + parent: 864 + type: Transform +- uid: 15255 + type: ParticleAcceleratorEmitterCenterUnfinished + components: + - rot: 3.141592653589793 rad + pos: -66.5,-24.5 + parent: 864 + type: Transform +- uid: 15256 + type: ParticleAcceleratorEmitterRightUnfinished + components: + - rot: 3.141592653589793 rad + pos: -67.5,-24.5 + parent: 864 + type: Transform +- uid: 15257 + type: ParticleAcceleratorPowerBoxUnfinished + components: + - rot: 3.141592653589793 rad + pos: -66.5,-25.5 + parent: 864 + type: Transform +- uid: 15258 + type: ParticleAcceleratorFuelChamberUnfinished + components: + - rot: 3.141592653589793 rad + pos: -65.5,-26.5 + parent: 864 + type: Transform +- uid: 15259 + type: ParticleAcceleratorEndCapUnfinished + components: + - rot: 3.141592653589793 rad + pos: -66.5,-27.5 + parent: 864 + type: Transform +- uid: 15260 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -68.5,-22.5 + parent: 864 + type: Transform +- uid: 15261 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -67.5,-22.5 + parent: 864 + type: Transform +- uid: 15262 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -66.5,-22.5 + parent: 864 + type: Transform +- uid: 15263 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -65.5,-22.5 + parent: 864 + type: Transform +- uid: 15264 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -64.5,-22.5 + parent: 864 + type: Transform +- uid: 15265 + type: CableMV + components: + - pos: -57.5,-20.5 + parent: 864 + type: Transform +- uid: 15266 + type: CableMV + components: + - pos: -58.5,-20.5 + parent: 864 + type: Transform +- uid: 15267 + type: CableHV + components: + - pos: -57.5,-20.5 + parent: 864 + type: Transform +- uid: 15268 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -58.5,-22.5 + parent: 864 + type: Transform +- uid: 15269 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -59.5,-22.5 + parent: 864 + type: Transform +- uid: 15270 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -60.5,-22.5 + parent: 864 + type: Transform +- uid: 15271 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -61.5,-22.5 + parent: 864 + type: Transform +- uid: 15272 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -62.5,-22.5 + parent: 864 + type: Transform +- uid: 15273 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -63.5,-22.5 + parent: 864 + type: Transform +- uid: 15274 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -69.5,-22.5 + parent: 864 + type: Transform +- uid: 15275 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -70.5,-22.5 + parent: 864 + type: Transform +- uid: 15276 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,-26.5 + parent: 864 + type: Transform +- uid: 15277 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-28.5 + parent: 864 + type: Transform +- uid: 15278 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -55.5,-26.5 + parent: 864 + type: Transform +- uid: 15279 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-26.5 + parent: 864 + type: Transform +- uid: 15280 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -57.5,-26.5 + parent: 864 + type: Transform +- uid: 15281 + type: CableApcExtension + components: + - pos: -52.5,-31.5 + parent: 864 + type: Transform +- uid: 15282 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -59.5,-26.5 + parent: 864 + type: Transform +- uid: 15283 + type: WallReinforced + components: + - pos: -61.5,-26.5 + parent: 864 + type: Transform +- uid: 15284 + type: CableHV + components: + - pos: -14.5,45.5 + parent: 864 + type: Transform +- uid: 15285 + type: CableHV + components: + - pos: -14.5,44.5 + parent: 864 + type: Transform +- uid: 15286 + type: CableHV + components: + - pos: -56.5,-24.5 + parent: 864 + type: Transform +- uid: 15287 + type: WallReinforced + components: + - pos: -59.5,-29.5 + parent: 864 + type: Transform +- uid: 15288 + type: ReinforcedWindow + components: + - pos: -61.5,-31.5 + parent: 864 + type: Transform +- uid: 15289 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -63.5,-29.5 + parent: 864 + type: Transform +- uid: 15290 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -65.5,-29.5 + parent: 864 + type: Transform +- uid: 15291 + type: AirlockEngineeringGlassLocked + components: + - pos: -69.5,-24.5 + parent: 864 + type: Transform +- uid: 15292 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -67.5,-29.5 + parent: 864 + type: Transform +- uid: 15293 + type: ParticleAcceleratorControlBoxUnfinished + components: + - pos: -66.5,-30.5 + parent: 864 + type: Transform +- uid: 15294 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -69.5,-29.5 + parent: 864 + type: Transform +- uid: 15295 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -69.5,-28.5 + parent: 864 + type: Transform +- uid: 15296 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -69.5,-27.5 + parent: 864 + type: Transform +- uid: 15297 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -69.5,-26.5 + parent: 864 + type: Transform +- uid: 15298 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -69.5,-25.5 + parent: 864 + type: Transform +- uid: 15299 + type: CableHV + components: + - pos: -65.5,-25.5 + parent: 864 + type: Transform +- uid: 15300 + type: FirelockGlass + components: + - pos: -53.5,-21.5 + parent: 864 + type: Transform +- uid: 15301 + type: Firelock + components: + - pos: -60.5,-26.5 + parent: 864 + type: Transform +- uid: 15302 + type: AirlockEngineeringLocked + components: + - rot: 1.5707963267948966 rad + pos: -60.5,-26.5 + parent: 864 + type: Transform +- uid: 15303 + type: RadiationCollector + components: + - pos: -63.5,-20.5 + parent: 864 + type: Transform +- uid: 15304 + type: RadiationCollector + components: + - pos: -64.5,-20.5 + parent: 864 + type: Transform +- uid: 15305 + type: RadiationCollector + components: + - pos: -65.5,-20.5 + parent: 864 + type: Transform +- uid: 15306 + type: RadiationCollector + components: + - pos: -67.5,-20.5 + parent: 864 + type: Transform +- uid: 15307 + type: RadiationCollector + components: + - pos: -68.5,-20.5 + parent: 864 + type: Transform +- uid: 15308 + type: RadiationCollector + components: + - pos: -69.5,-20.5 + parent: 864 + type: Transform +- uid: 15309 + type: RadiationCollector + components: + - pos: -63.5,-6.5 + parent: 864 + type: Transform +- uid: 15310 + type: RadiationCollector + components: + - pos: -64.5,-6.5 + parent: 864 + type: Transform +- uid: 15311 + type: RadiationCollector + components: + - pos: -65.5,-6.5 + parent: 864 + type: Transform +- uid: 15312 + type: RadiationCollector + components: + - pos: -69.5,-6.5 + parent: 864 + type: Transform +- uid: 15313 + type: RadiationCollector + components: + - pos: -68.5,-6.5 + parent: 864 + type: Transform +- uid: 15314 + type: RadiationCollector + components: + - pos: -67.5,-6.5 + parent: 864 + type: Transform +- uid: 15315 + type: SuperMatterBinStockPart + components: + - pos: -50.47893,-29.292162 + parent: 864 + type: Transform +- uid: 15316 + type: CableHV + components: + - pos: -53.5,-19.5 + parent: 864 + type: Transform +- uid: 15317 + type: CableHV + components: + - pos: -66.5,-25.5 + parent: 864 + type: Transform +- uid: 15318 + type: CableHV + components: + - pos: -53.5,-21.5 + parent: 864 + type: Transform +- uid: 15319 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -57.5,-29.5 + parent: 864 + type: Transform +- uid: 15320 + type: CableHV + components: + - pos: -57.5,-13.5 + parent: 864 + type: Transform +- uid: 15321 + type: CableApcExtension + components: + - pos: -55.5,-28.5 + parent: 864 + type: Transform +- uid: 15322 + type: CableApcExtension + components: + - pos: -55.5,-30.5 + parent: 864 + type: Transform +- uid: 15323 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-30.5 + parent: 864 + type: Transform +- uid: 15324 + type: CableApcExtension + components: + - pos: -57.5,-28.5 + parent: 864 + type: Transform +- uid: 15325 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-31.5 + parent: 864 + type: Transform +- uid: 15326 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -51.5,-30.5 + parent: 864 + type: Transform +- uid: 15327 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-30.5 + parent: 864 + type: Transform +- uid: 15328 + type: WallReinforced + components: + - pos: -62.5,-26.5 + parent: 864 + type: Transform +- uid: 15329 + type: Rack + components: + - pos: -50.5,-29.5 + parent: 864 + type: Transform +- uid: 15330 + type: AirlockMaintLocked + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-30.5 + parent: 864 + type: Transform +- uid: 15331 + type: WallReinforced + components: + - pos: -63.5,-27.5 + parent: 864 + type: Transform +- uid: 15332 + type: WallReinforced + components: + - pos: -63.5,-28.5 + parent: 864 + type: Transform +- uid: 15333 + type: WallReinforced + components: + - pos: -63.5,-26.5 + parent: 864 + type: Transform +- uid: 15334 + type: CableHV + components: + - pos: -64.5,-28.5 + parent: 864 + type: Transform +- uid: 15335 + type: CableHV + components: + - pos: -65.5,-28.5 + parent: 864 + type: Transform +- uid: 15336 + type: CableHV + components: + - pos: -66.5,-28.5 + parent: 864 + type: Transform +- uid: 15337 + type: CableHV + components: + - pos: -66.5,-27.5 + parent: 864 + type: Transform +- uid: 15338 + type: CableHV + components: + - pos: -66.5,-26.5 + parent: 864 + type: Transform +- uid: 15339 + type: CableHV + components: + - pos: -64.5,-25.5 + parent: 864 + type: Transform +- uid: 15340 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-30.5 + parent: 864 + type: Transform +- uid: 15341 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-31.5 + parent: 864 + type: Transform +- uid: 15342 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -57.5,-31.5 + parent: 864 + type: Transform +- uid: 15343 + type: FirelockGlass + components: + - pos: -69.5,-24.5 + parent: 864 + type: Transform +- uid: 15344 + type: CableHV + components: + - pos: -14.5,36.5 + parent: 864 + type: Transform +- uid: 15345 + type: CableApcExtension + components: + - pos: -39.5,-69.5 + parent: 864 + type: Transform +- uid: 15346 + type: CableApcExtension + components: + - pos: -39.5,-71.5 + parent: 864 + type: Transform +- uid: 15347 + type: CableHV + components: + - pos: -59.5,-23.5 + parent: 864 + type: Transform +- uid: 15348 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -60.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15349 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -62.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15350 + type: CableMV + components: + - pos: -60.5,-20.5 + parent: 864 + type: Transform +- uid: 15351 + type: WallReinforced + components: + - pos: -59.5,-31.5 + parent: 864 + type: Transform +- uid: 15352 + type: Rack + components: + - pos: -50.5,-28.5 + parent: 864 + type: Transform +- uid: 15353 + type: WallReinforced + components: + - pos: -60.5,-31.5 + parent: 864 + type: Transform +- uid: 15354 + type: WallReinforced + components: + - pos: -63.5,-25.5 + parent: 864 + type: Transform +- uid: 15355 + type: ReinforcedWindow + components: + - pos: -66.5,-29.5 + parent: 864 + type: Transform +- uid: 15356 + type: Grille + components: + - pos: -68.5,-22.5 + parent: 864 + type: Transform +- uid: 15357 + type: Grille + components: + - pos: -67.5,-22.5 + parent: 864 + type: Transform +- uid: 15358 + type: Grille + components: + - pos: -66.5,-22.5 + parent: 864 + type: Transform +- uid: 15359 + type: Grille + components: + - pos: -65.5,-22.5 + parent: 864 + type: Transform +- uid: 15360 + type: Grille + components: + - pos: -64.5,-22.5 + parent: 864 + type: Transform +- uid: 15361 + type: Grille + components: + - pos: -66.5,-29.5 + parent: 864 + type: Transform +- uid: 15362 + type: CableHV + components: + - pos: -56.5,-23.5 + parent: 864 + type: Transform +- uid: 15363 + type: CableHV + components: + - pos: -56.5,-22.5 + parent: 864 + type: Transform +- uid: 15364 + type: CableHV + components: + - pos: -56.5,-21.5 + parent: 864 + type: Transform +- uid: 15365 + type: CableHV + components: + - pos: -56.5,-20.5 + parent: 864 + type: Transform +- uid: 15366 + type: CableMV + components: + - pos: -61.5,-20.5 + parent: 864 + type: Transform +- uid: 15367 + type: CableMV + components: + - pos: -62.5,-20.5 + parent: 864 + type: Transform +- uid: 15368 + type: CableMV + components: + - pos: -63.5,-20.5 + parent: 864 + type: Transform +- uid: 15369 + type: CableMV + components: + - pos: -64.5,-20.5 + parent: 864 + type: Transform +- uid: 15370 + type: CableMV + components: + - pos: -65.5,-20.5 + parent: 864 + type: Transform +- uid: 15371 + type: CableMV + components: + - pos: -66.5,-20.5 + parent: 864 + type: Transform +- uid: 15372 + type: CableMV + components: + - pos: -67.5,-20.5 + parent: 864 + type: Transform +- uid: 15373 + type: CableMV + components: + - pos: -68.5,-20.5 + parent: 864 + type: Transform +- uid: 15374 + type: CableMV + components: + - pos: -69.5,-20.5 + parent: 864 + type: Transform +- uid: 15375 + type: CableMV + components: + - pos: -70.5,-20.5 + parent: 864 + type: Transform +- uid: 15376 + type: CableMV + components: + - pos: -71.5,-20.5 + parent: 864 + type: Transform +- uid: 15377 + type: CableMV + components: + - pos: -72.5,-20.5 + parent: 864 + type: Transform +- uid: 15378 + type: CableMV + components: + - pos: -73.5,-20.5 + parent: 864 + type: Transform +- uid: 15379 + type: CableMV + components: + - pos: -73.5,-19.5 + parent: 864 + type: Transform +- uid: 15380 + type: CableMV + components: + - pos: -73.5,-18.5 + parent: 864 + type: Transform +- uid: 15381 + type: CableMV + components: + - pos: -73.5,-17.5 + parent: 864 + type: Transform +- uid: 15382 + type: CableMV + components: + - pos: -73.5,-16.5 + parent: 864 + type: Transform +- uid: 15383 + type: CableMV + components: + - pos: -73.5,-15.5 + parent: 864 + type: Transform +- uid: 15384 + type: CableMV + components: + - pos: -73.5,-14.5 + parent: 864 + type: Transform +- uid: 15385 + type: CableMV + components: + - pos: -73.5,-13.5 + parent: 864 + type: Transform +- uid: 15386 + type: CableMV + components: + - pos: -73.5,-12.5 + parent: 864 + type: Transform +- uid: 15387 + type: CableMV + components: + - pos: -73.5,-11.5 + parent: 864 + type: Transform +- uid: 15388 + type: CableMV + components: + - pos: -73.5,-10.5 + parent: 864 + type: Transform +- uid: 15389 + type: CableMV + components: + - pos: -73.5,-9.5 + parent: 864 + type: Transform +- uid: 15390 + type: CableMV + components: + - pos: -73.5,-8.5 + parent: 864 + type: Transform +- uid: 15391 + type: CableMV + components: + - pos: -73.5,-7.5 + parent: 864 + type: Transform +- uid: 15392 + type: CableMV + components: + - pos: -73.5,-6.5 + parent: 864 + type: Transform +- uid: 15393 + type: CableMV + components: + - pos: -72.5,-6.5 + parent: 864 + type: Transform +- uid: 15394 + type: CableMV + components: + - pos: -71.5,-6.5 + parent: 864 + type: Transform +- uid: 15395 + type: CableMV + components: + - pos: -70.5,-6.5 + parent: 864 + type: Transform +- uid: 15396 + type: CableMV + components: + - pos: -69.5,-6.5 + parent: 864 + type: Transform +- uid: 15397 + type: CableMV + components: + - pos: -68.5,-6.5 + parent: 864 + type: Transform +- uid: 15398 + type: CableMV + components: + - pos: -67.5,-6.5 + parent: 864 + type: Transform +- uid: 15399 + type: CableMV + components: + - pos: -66.5,-6.5 + parent: 864 + type: Transform +- uid: 15400 + type: CableMV + components: + - pos: -65.5,-6.5 + parent: 864 + type: Transform +- uid: 15401 + type: CableMV + components: + - pos: -64.5,-6.5 + parent: 864 + type: Transform +- uid: 15402 + type: CableMV + components: + - pos: -63.5,-6.5 + parent: 864 + type: Transform +- uid: 15403 + type: CableMV + components: + - pos: -62.5,-6.5 + parent: 864 + type: Transform +- uid: 15404 + type: CableMV + components: + - pos: -61.5,-6.5 + parent: 864 + type: Transform +- uid: 15405 + type: CableMV + components: + - pos: -60.5,-6.5 + parent: 864 + type: Transform +- uid: 15406 + type: CableMV + components: + - pos: -59.5,-6.5 + parent: 864 + type: Transform +- uid: 15407 + type: CableMV + components: + - pos: -59.5,-7.5 + parent: 864 + type: Transform +- uid: 15408 + type: CableMV + components: + - pos: -59.5,-8.5 + parent: 864 + type: Transform +- uid: 15409 + type: CableMV + components: + - pos: -59.5,-9.5 + parent: 864 + type: Transform +- uid: 15410 + type: CableMV + components: + - pos: -59.5,-10.5 + parent: 864 + type: Transform +- uid: 15411 + type: CableMV + components: + - pos: -59.5,-11.5 + parent: 864 + type: Transform +- uid: 15412 + type: CableMV + components: + - pos: -59.5,-12.5 + parent: 864 + type: Transform +- uid: 15413 + type: CableMV + components: + - pos: -59.5,-13.5 + parent: 864 + type: Transform +- uid: 15414 + type: CableMV + components: + - pos: -59.5,-14.5 + parent: 864 + type: Transform +- uid: 15415 + type: CableMV + components: + - pos: -59.5,-15.5 + parent: 864 + type: Transform +- uid: 15416 + type: CableMV + components: + - pos: -59.5,-16.5 + parent: 864 + type: Transform +- uid: 15417 + type: CableMV + components: + - pos: -59.5,-17.5 + parent: 864 + type: Transform +- uid: 15418 + type: CableMV + components: + - pos: -59.5,-18.5 + parent: 864 + type: Transform +- uid: 15419 + type: CableMV + components: + - pos: -59.5,-19.5 + parent: 864 + type: Transform +- uid: 15420 + type: SMESBasic + components: + - pos: -56.5,-20.5 + parent: 864 + type: Transform +- uid: 15421 + type: SubstationBasic + components: + - pos: -57.5,-20.5 + parent: 864 + type: Transform +- uid: 15422 + type: CableTerminal + components: + - rot: 3.141592653589793 rad + pos: -56.5,-21.5 + parent: 864 + type: Transform +- uid: 15423 + type: CableMV + components: + - pos: -50.5,-8.5 + parent: 864 + type: Transform +- uid: 15424 + type: CableMV + components: + - pos: -51.5,-8.5 + parent: 864 + type: Transform +- uid: 15425 + type: CableMV + components: + - pos: -52.5,-8.5 + parent: 864 + type: Transform +- uid: 15426 + type: CableMV + components: + - pos: -53.5,-8.5 + parent: 864 + type: Transform +- uid: 15427 + type: CableMV + components: + - pos: -53.5,-9.5 + parent: 864 + type: Transform +- uid: 15428 + type: CableMV + components: + - pos: -53.5,-10.5 + parent: 864 + type: Transform +- uid: 15429 + type: CableMV + components: + - pos: -53.5,-11.5 + parent: 864 + type: Transform +- uid: 15430 + type: CableMV + components: + - pos: -53.5,-12.5 + parent: 864 + type: Transform +- uid: 15431 + type: CableMV + components: + - pos: -53.5,-13.5 + parent: 864 + type: Transform +- uid: 15432 + type: CableMV + components: + - pos: -53.5,-14.5 + parent: 864 + type: Transform +- uid: 15433 + type: CableMV + components: + - pos: -53.5,-15.5 + parent: 864 + type: Transform +- uid: 15434 + type: CableMV + components: + - pos: -53.5,-16.5 + parent: 864 + type: Transform +- uid: 15435 + type: CableMV + components: + - pos: -51.5,-16.5 + parent: 864 + type: Transform +- uid: 15436 + type: CableMV + components: + - pos: -52.5,-16.5 + parent: 864 + type: Transform +- uid: 15437 + type: CableMV + components: + - pos: -50.5,-16.5 + parent: 864 + type: Transform +- uid: 15438 + type: CableMV + components: + - pos: -50.5,-15.5 + parent: 864 + type: Transform +- uid: 15439 + type: APCHighCapacity + components: + - pos: -50.5,-15.5 + parent: 864 + type: Transform +- uid: 15440 + type: CableApcExtension + components: + - pos: -50.5,-15.5 + parent: 864 + type: Transform +- uid: 15441 + type: CableApcExtension + components: + - pos: -50.5,-16.5 + parent: 864 + type: Transform +- uid: 15442 + type: CableApcExtension + components: + - pos: -51.5,-16.5 + parent: 864 + type: Transform +- uid: 15443 + type: CableApcExtension + components: + - pos: -51.5,-17.5 + parent: 864 + type: Transform +- uid: 15444 + type: CableApcExtension + components: + - pos: -51.5,-18.5 + parent: 864 + type: Transform +- uid: 15445 + type: CableApcExtension + components: + - pos: -51.5,-19.5 + parent: 864 + type: Transform +- uid: 15446 + type: CableApcExtension + components: + - pos: -51.5,-20.5 + parent: 864 + type: Transform +- uid: 15447 + type: CableApcExtension + components: + - pos: -51.5,-21.5 + parent: 864 + type: Transform +- uid: 15448 + type: CableApcExtension + components: + - pos: -51.5,-22.5 + parent: 864 + type: Transform +- uid: 15449 + type: CableApcExtension + components: + - pos: -51.5,-23.5 + parent: 864 + type: Transform +- uid: 15450 + type: CableApcExtension + components: + - pos: -51.5,-24.5 + parent: 864 + type: Transform +- uid: 15451 + type: CableApcExtension + components: + - pos: -51.5,-25.5 + parent: 864 + type: Transform +- uid: 15452 + type: CableApcExtension + components: + - pos: -50.5,-25.5 + parent: 864 + type: Transform +- uid: 15453 + type: CableApcExtension + components: + - pos: -49.5,-25.5 + parent: 864 + type: Transform +- uid: 15454 + type: CableApcExtension + components: + - pos: -48.5,-25.5 + parent: 864 + type: Transform +- uid: 15455 + type: CableApcExtension + components: + - pos: -52.5,-19.5 + parent: 864 + type: Transform +- uid: 15456 + type: CableApcExtension + components: + - pos: -53.5,-19.5 + parent: 864 + type: Transform +- uid: 15457 + type: CableApcExtension + components: + - pos: -54.5,-19.5 + parent: 864 + type: Transform +- uid: 15458 + type: CableApcExtension + components: + - pos: -54.5,-20.5 + parent: 864 + type: Transform +- uid: 15459 + type: CableApcExtension + components: + - pos: -54.5,-21.5 + parent: 864 + type: Transform +- uid: 15460 + type: CableApcExtension + components: + - pos: -54.5,-22.5 + parent: 864 + type: Transform +- uid: 15461 + type: CableApcExtension + components: + - pos: -54.5,-23.5 + parent: 864 + type: Transform +- uid: 15462 + type: CableApcExtension + components: + - pos: -54.5,-24.5 + parent: 864 + type: Transform +- uid: 15463 + type: CableApcExtension + components: + - pos: -55.5,-24.5 + parent: 864 + type: Transform +- uid: 15464 + type: CableApcExtension + components: + - pos: -56.5,-24.5 + parent: 864 + type: Transform +- uid: 15465 + type: CableApcExtension + components: + - pos: -57.5,-24.5 + parent: 864 + type: Transform +- uid: 15466 + type: CableApcExtension + components: + - pos: -58.5,-24.5 + parent: 864 + type: Transform +- uid: 15467 + type: CableApcExtension + components: + - pos: -59.5,-24.5 + parent: 864 + type: Transform +- uid: 15468 + type: CableApcExtension + components: + - pos: -60.5,-24.5 + parent: 864 + type: Transform +- uid: 15469 + type: CableApcExtension + components: + - pos: -61.5,-24.5 + parent: 864 + type: Transform +- uid: 15470 + type: CableApcExtension + components: + - pos: -62.5,-24.5 + parent: 864 + type: Transform +- uid: 15471 + type: CableApcExtension + components: + - pos: -63.5,-24.5 + parent: 864 + type: Transform +- uid: 15472 + type: CableApcExtension + components: + - pos: -64.5,-24.5 + parent: 864 + type: Transform +- uid: 15473 + type: CableApcExtension + components: + - pos: -64.5,-25.5 + parent: 864 + type: Transform +- uid: 15474 + type: CableApcExtension + components: + - pos: -64.5,-26.5 + parent: 864 + type: Transform +- uid: 15475 + type: CableApcExtension + components: + - pos: -64.5,-27.5 + parent: 864 + type: Transform +- uid: 15476 + type: CableApcExtension + components: + - pos: -64.5,-28.5 + parent: 864 + type: Transform +- uid: 15477 + type: CableApcExtension + components: + - pos: -64.5,-29.5 + parent: 864 + type: Transform +- uid: 15478 + type: CableApcExtension + components: + - pos: -64.5,-30.5 + parent: 864 + type: Transform +- uid: 15479 + type: CableApcExtension + components: + - pos: -65.5,-30.5 + parent: 864 + type: Transform +- uid: 15480 + type: CableApcExtension + components: + - pos: -66.5,-30.5 + parent: 864 + type: Transform +- uid: 15481 + type: CableApcExtension + components: + - pos: -67.5,-30.5 + parent: 864 + type: Transform +- uid: 15482 + type: CableApcExtension + components: + - pos: -68.5,-30.5 + parent: 864 + type: Transform +- uid: 15483 + type: CableApcExtension + components: + - pos: -65.5,-30.5 + parent: 864 + type: Transform +- uid: 15484 + type: CableApcExtension + components: + - pos: -65.5,-31.5 + parent: 864 + type: Transform +- uid: 15485 + type: CableApcExtension + components: + - pos: -65.5,-32.5 + parent: 864 + type: Transform +- uid: 15486 + type: CableApcExtension + components: + - pos: -68.5,-31.5 + parent: 864 + type: Transform +- uid: 15487 + type: CableApcExtension + components: + - pos: -68.5,-28.5 + parent: 864 + type: Transform +- uid: 15488 + type: CableApcExtension + components: + - pos: -68.5,-27.5 + parent: 864 + type: Transform +- uid: 15489 + type: CableApcExtension + components: + - pos: -68.5,-26.5 + parent: 864 + type: Transform +- uid: 15490 + type: CableApcExtension + components: + - pos: -68.5,-29.5 + parent: 864 + type: Transform +- uid: 15491 + type: CableApcExtension + components: + - pos: -54.5,-18.5 + parent: 864 + type: Transform +- uid: 15492 + type: CableApcExtension + components: + - pos: -54.5,-17.5 + parent: 864 + type: Transform +- uid: 15493 + type: CableApcExtension + components: + - pos: -54.5,-16.5 + parent: 864 + type: Transform +- uid: 15494 + type: CableApcExtension + components: + - pos: -54.5,-15.5 + parent: 864 + type: Transform +- uid: 15495 + type: CableApcExtension + components: + - pos: -54.5,-14.5 + parent: 864 + type: Transform +- uid: 15496 + type: CableApcExtension + components: + - pos: -54.5,-13.5 + parent: 864 + type: Transform +- uid: 15497 + type: CableApcExtension + components: + - pos: -54.5,-12.5 + parent: 864 + type: Transform +- uid: 15498 + type: CableApcExtension + components: + - pos: -54.5,-11.5 + parent: 864 + type: Transform +- uid: 15499 + type: CableApcExtension + components: + - pos: -54.5,-10.5 + parent: 864 + type: Transform +- uid: 15500 + type: CableApcExtension + components: + - pos: -54.5,-9.5 + parent: 864 + type: Transform +- uid: 15501 + type: CableApcExtension + components: + - pos: -54.5,-8.5 + parent: 864 + type: Transform +- uid: 15502 + type: CableApcExtension + components: + - pos: -54.5,-7.5 + parent: 864 + type: Transform +- uid: 15503 + type: CableApcExtension + components: + - pos: -54.5,-6.5 + parent: 864 + type: Transform +- uid: 15504 + type: CableApcExtension + components: + - pos: -53.5,-7.5 + parent: 864 + type: Transform +- uid: 15505 + type: CableApcExtension + components: + - pos: -52.5,-7.5 + parent: 864 + type: Transform +- uid: 15506 + type: CableApcExtension + components: + - pos: -51.5,-7.5 + parent: 864 + type: Transform +- uid: 15507 + type: CableApcExtension + components: + - pos: -52.5,-6.5 + parent: 864 + type: Transform +- uid: 15508 + type: WallReinforced + components: + - pos: -55.5,-19.5 + parent: 864 + type: Transform +- uid: 15509 + type: WallReinforced + components: + - pos: -57.5,-19.5 + parent: 864 + type: Transform +- uid: 15510 + type: WallReinforced + components: + - pos: -58.5,-19.5 + parent: 864 + type: Transform +- uid: 15511 + type: WallReinforced + components: + - pos: -58.5,-20.5 + parent: 864 + type: Transform +- uid: 15512 + type: WallReinforced + components: + - pos: -58.5,-21.5 + parent: 864 + type: Transform +- uid: 15513 + type: WallReinforced + components: + - pos: -55.5,-22.5 + parent: 864 + type: Transform +- uid: 15514 + type: WallReinforced + components: + - pos: -57.5,-22.5 + parent: 864 + type: Transform +- uid: 15515 + type: AirlockEngineering + components: + - name: substation + type: MetaData + - pos: -56.5,-22.5 + parent: 864 + type: Transform +- uid: 15516 + type: WallReinforced + components: + - pos: -62.5,-31.5 + parent: 864 + type: Transform +- uid: 15517 + type: WallReinforced + components: + - pos: -63.5,-31.5 + parent: 864 + type: Transform +- uid: 15518 + type: WallReinforced + components: + - pos: -68.5,-33.5 + parent: 864 + type: Transform +- uid: 15519 + type: ReinforcedWindow + components: + - pos: -65.5,-33.5 + parent: 864 + type: Transform +- uid: 15520 + type: ReinforcedWindow + components: + - pos: -66.5,-33.5 + parent: 864 + type: Transform +- uid: 15521 + type: ReinforcedWindow + components: + - pos: -67.5,-33.5 + parent: 864 + type: Transform +- uid: 15522 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-29.5 + parent: 864 + type: Transform +- uid: 15523 + type: WallReinforced + components: + - pos: -64.5,-33.5 + parent: 864 + type: Transform +- uid: 15524 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -69.5,-31.5 + parent: 864 + type: Transform +- uid: 15525 + type: WallReinforced + components: + - pos: -63.5,-32.5 + parent: 864 + type: Transform +- uid: 15526 + type: WallReinforced + components: + - pos: -69.5,-30.5 + parent: 864 + type: Transform +- uid: 15527 + type: ClosetRadiationSuitFilled + components: + - pos: -59.5,-23.5 + parent: 864 + type: Transform +- uid: 15528 + type: ClosetRadiationSuitFilled + components: + - pos: -60.5,-23.5 + parent: 864 + type: Transform +- uid: 15529 + type: SignRadiationMed + components: + - pos: -63.5,-25.5 + parent: 864 + type: Transform +- uid: 15530 + type: WallReinforced + components: + - pos: -61.5,-27.5 + parent: 864 + type: Transform +- uid: 15531 + type: WallReinforced + components: + - pos: -61.5,-28.5 + parent: 864 + type: Transform +- uid: 15532 + type: WallReinforced + components: + - pos: -61.5,-29.5 + parent: 864 + type: Transform +- uid: 15533 + type: WallReinforced + components: + - pos: -62.5,-29.5 + parent: 864 + type: Transform +- uid: 15534 + type: AirlockEngineeringLocked + components: + - name: PA control + type: MetaData + - pos: -63.5,-30.5 + parent: 864 + type: Transform +- uid: 15535 + type: WallReinforced + components: + - pos: -69.5,-32.5 + parent: 864 + type: Transform +- uid: 15536 + type: WallReinforced + components: + - pos: -64.5,-32.5 + parent: 864 + type: Transform +- uid: 15537 + type: WallReinforced + components: + - pos: -71.5,-34.5 + parent: 864 + type: Transform +- uid: 15538 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-29.5 + parent: 864 + type: Transform +- uid: 15539 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -58.5,-26.5 + parent: 864 + type: Transform +- uid: 15540 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-26.5 + parent: 864 + type: Transform +- uid: 15541 + type: Grille + components: + - pos: -56.5,-11.5 + parent: 864 + type: Transform +- uid: 15542 + type: Grille + components: + - pos: -56.5,-12.5 + parent: 864 + type: Transform +- uid: 15543 + type: Grille + components: + - pos: -56.5,-13.5 + parent: 864 + type: Transform +- uid: 15544 + type: Grille + components: + - pos: -56.5,-14.5 + parent: 864 + type: Transform +- uid: 15545 + type: Grille + components: + - pos: -56.5,-15.5 + parent: 864 + type: Transform +- uid: 15546 + type: BlastDoorOpen + components: + - pos: -56.5,-11.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -154836.77 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15557 + Close: + - port: Off + uid: 15557 + Toggle: [] + type: SignalReceiver +- uid: 15547 + type: BlastDoorOpen + components: + - pos: -56.5,-12.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -154836.77 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15557 + Close: + - port: Off + uid: 15557 + Toggle: [] + type: SignalReceiver +- uid: 15548 + type: BlastDoorOpen + components: + - pos: -56.5,-13.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -154836.77 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15557 + Close: + - port: Off + uid: 15557 + Toggle: [] + type: SignalReceiver +- uid: 15549 + type: BlastDoorOpen + components: + - pos: -56.5,-14.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -154836.77 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15557 + Close: + - port: Off + uid: 15557 + Toggle: [] + type: SignalReceiver +- uid: 15550 + type: BlastDoorOpen + components: + - pos: -56.5,-15.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -154836.77 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15557 + Close: + - port: Off + uid: 15557 + Toggle: [] + type: SignalReceiver +- uid: 15551 + type: BlastDoorOpen + components: + - rot: -1.5707963267948966 rad + pos: -64.5,-22.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -97493.234 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15556 + Close: + - port: Off + uid: 15556 + Toggle: [] + type: SignalReceiver +- uid: 15552 + type: BlastDoorOpen + components: + - rot: -1.5707963267948966 rad + pos: -65.5,-22.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -97493.234 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15556 + Close: + - port: Off + uid: 15556 + Toggle: [] + type: SignalReceiver +- uid: 15553 + type: BlastDoorOpen + components: + - rot: -1.5707963267948966 rad + pos: -66.5,-22.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -97493.234 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15556 + Close: + - port: Off + uid: 15556 + Toggle: [] + type: SignalReceiver +- uid: 15554 + type: BlastDoorOpen + components: + - rot: -1.5707963267948966 rad + pos: -67.5,-22.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -97493.234 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15556 + Close: + - port: Off + uid: 15556 + Toggle: [] + type: SignalReceiver +- uid: 15555 + type: BlastDoorOpen + components: + - rot: -1.5707963267948966 rad + pos: -68.5,-22.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -97493.234 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 15556 + Close: + - port: Off + uid: 15556 + Toggle: [] + type: SignalReceiver +- uid: 15556 + type: SignalSwitch + components: + - pos: -62.5,-26.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 15555 + - port: Open + uid: 15554 + - port: Open + uid: 15553 + - port: Open + uid: 15552 + - port: Open + uid: 15551 + Off: + - port: Close + uid: 15555 + - port: Close + uid: 15554 + - port: Close + uid: 15553 + - port: Close + uid: 15552 + - port: Close + uid: 15551 + type: SignalTransmitter +- uid: 15557 + type: SignalSwitch + components: + - pos: -52.5,-11.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 15546 + - port: Open + uid: 15547 + - port: Open + uid: 15548 + - port: Open + uid: 15549 + - port: Open + uid: 15550 + Off: + - port: Close + uid: 15546 + - port: Close + uid: 15547 + - port: Close + uid: 15548 + - port: Close + uid: 15549 + - port: Close + uid: 15550 + type: SignalTransmitter +- uid: 15558 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-32.5 + parent: 864 + type: Transform +- uid: 15559 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-29.5 + parent: 864 + type: Transform +- uid: 15560 + type: CableApcExtension + components: + - pos: -56.5,-28.5 + parent: 864 + type: Transform +- uid: 15561 + type: CableApcExtension + components: + - pos: -55.5,-29.5 + parent: 864 + type: Transform +- uid: 15562 + type: Table + components: + - pos: -67.5,-32.5 + parent: 864 + type: Transform +- uid: 15563 + type: Table + components: + - pos: -66.5,-32.5 + parent: 864 + type: Transform +- uid: 15564 + type: Table + components: + - pos: -65.5,-32.5 + parent: 864 + type: Transform +- uid: 15565 + type: Grille + components: + - pos: -65.5,-33.5 + parent: 864 + type: Transform +- uid: 15566 + type: Grille + components: + - pos: -66.5,-33.5 + parent: 864 + type: Transform +- uid: 15567 + type: Grille + components: + - pos: -67.5,-33.5 + parent: 864 + type: Transform +- uid: 15568 + type: CableHV + components: + - pos: -64.5,-29.5 + parent: 864 + type: Transform +- uid: 15569 + type: CableHV + components: + - pos: -64.5,-30.5 + parent: 864 + type: Transform +- uid: 15570 + type: CableHV + components: + - pos: -63.5,-30.5 + parent: 864 + type: Transform +- uid: 15571 + type: CableHV + components: + - pos: -62.5,-30.5 + parent: 864 + type: Transform +- uid: 15572 + type: CableHV + components: + - pos: -61.5,-30.5 + parent: 864 + type: Transform +- uid: 15573 + type: CableHV + components: + - pos: -60.5,-30.5 + parent: 864 + type: Transform +- uid: 15574 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -40.5,-23.5 + parent: 864 + type: Transform +- uid: 15575 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -41.5,-23.5 + parent: 864 + type: Transform +- uid: 15576 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -41.5,-19.5 + parent: 864 + type: Transform +- uid: 15577 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -42.5,-23.5 + parent: 864 + type: Transform +- uid: 15578 + type: CableHV + components: + - pos: -64.5,-31.5 + parent: 864 + type: Transform +- uid: 15579 + type: CableHV + components: + - pos: -64.5,-32.5 + parent: 864 + type: Transform +- uid: 15580 + type: CableHV + components: + - pos: -64.5,-33.5 + parent: 864 + type: Transform +- uid: 15581 + type: CableHV + components: + - pos: -65.5,-33.5 + parent: 864 + type: Transform +- uid: 15582 + type: CableHV + components: + - pos: -66.5,-33.5 + parent: 864 + type: Transform +- uid: 15583 + type: CableHV + components: + - pos: -67.5,-33.5 + parent: 864 + type: Transform +- uid: 15584 + type: CableHV + components: + - pos: -68.5,-33.5 + parent: 864 + type: Transform +- uid: 15585 + type: EmergencyLight + components: + - pos: -61.5,-23.5 + parent: 864 + type: Transform +- uid: 15586 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-15.5 + parent: 864 + type: Transform +- uid: 15587 + type: ComputerAlert + components: + - rot: 1.5707963267948966 rad + pos: -55.5,-12.5 + parent: 864 + type: Transform +- uid: 15588 + type: Rack + components: + - pos: -50.5,-27.5 + parent: 864 + type: Transform +- uid: 15589 + type: Grille + components: + - pos: -61.5,-31.5 + parent: 864 + type: Transform +- uid: 15590 + type: WallReinforced + components: + - pos: -59.5,-27.5 + parent: 864 + type: Transform +- uid: 15591 + type: GasPipeStraight + components: + - pos: -53.5,-20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15592 + type: GasPipeStraight + components: + - pos: -53.5,-21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15593 + type: GasPipeStraight + components: + - pos: -53.5,-22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15594 + type: GasPipeStraight + components: + - pos: -53.5,-23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15595 + type: GasPipeStraight + components: + - pos: -53.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15596 + type: GasPipeStraight + components: + - pos: -54.5,-18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15597 + type: GasPipeStraight + components: + - pos: -54.5,-19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15598 + type: GasPipeStraight + components: + - pos: -54.5,-20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15599 + type: GasPipeStraight + components: + - pos: -54.5,-21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15600 + type: GasPipeStraight + components: + - pos: -54.5,-22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15601 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15602 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15603 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15604 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15605 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15606 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -55.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15607 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15608 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -57.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15609 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -58.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15610 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -55.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15611 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -57.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15612 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -58.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15613 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -59.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15614 + type: GasPipeTJunction + components: + - pos: -56.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15615 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15616 + type: CableApcExtension + components: + - pos: -39.5,-70.5 + parent: 864 + type: Transform +- uid: 15617 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -61.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15618 + type: CableHV + components: + - pos: -14.5,42.5 + parent: 864 + type: Transform +- uid: 15619 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -63.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15620 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -64.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15621 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -65.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15622 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -66.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15623 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -67.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15624 + type: GasPipeTJunction + components: + - pos: -68.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15625 + type: GasPipeStraight + components: + - pos: -68.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15626 + type: GasPipeStraight + components: + - pos: -68.5,-25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15627 + type: GasPipeStraight + components: + - pos: -68.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15628 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -68.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15629 + type: GasPipeStraight + components: + - pos: -68.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15630 + type: GasPipeStraight + components: + - pos: -68.5,-29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15631 + type: GasPipeStraight + components: + - pos: -68.5,-30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15632 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -60.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15633 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -61.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15634 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -62.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15635 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -63.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15636 + type: GasPipeTJunction + components: + - pos: -64.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15637 + type: GasPipeStraight + components: + - pos: -64.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15638 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -64.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15639 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -64.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15640 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -64.5,-29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15641 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -64.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15642 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -56.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15643 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -67.5,-27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15644 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -68.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15645 + type: GasVentPump + components: + - pos: -59.5,-24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15646 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -65.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15647 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -64.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15648 + type: Wrench + components: + - pos: -65.459496,-32.443497 + parent: 864 + type: Transform +- uid: 15649 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-29.5 + parent: 864 + type: Transform +- uid: 15650 + type: MedkitRadiationFilled + components: + - pos: -66.8179,-32.43661 + parent: 864 + type: Transform +- uid: 15651 + type: WallReinforced + components: + - pos: -50.5,-55.5 + parent: 864 + type: Transform +- uid: 15652 + type: WallReinforced + components: + - pos: -50.5,-53.5 + parent: 864 + type: Transform +- uid: 15653 + type: WallReinforced + components: + - pos: -50.5,-51.5 + parent: 864 + type: Transform +- uid: 15654 + type: WallReinforced + components: + - pos: -50.5,-49.5 + parent: 864 + type: Transform +- uid: 15655 + type: WallReinforced + components: + - pos: -50.5,-47.5 + parent: 864 + type: Transform +- uid: 15656 + type: WallReinforced + components: + - pos: -50.5,-45.5 + parent: 864 + type: Transform +- uid: 15657 + type: WallReinforced + components: + - pos: -50.5,-43.5 + parent: 864 + type: Transform +- uid: 15658 + type: WallReinforced + components: + - pos: -50.5,-41.5 + parent: 864 + type: Transform +- uid: 15659 + type: WallReinforced + components: + - pos: -49.5,-41.5 + parent: 864 + type: Transform +- uid: 15660 + type: WallReinforced + components: + - pos: -48.5,-41.5 + parent: 864 + type: Transform +- uid: 15661 + type: WallReinforced + components: + - pos: -47.5,-41.5 + parent: 864 + type: Transform +- uid: 15662 + type: WallReinforced + components: + - pos: -49.5,-43.5 + parent: 864 + type: Transform +- uid: 15663 + type: WallReinforced + components: + - pos: -48.5,-43.5 + parent: 864 + type: Transform +- uid: 15664 + type: WallReinforced + components: + - pos: -47.5,-43.5 + parent: 864 + type: Transform +- uid: 15665 + type: WallReinforced + components: + - pos: -49.5,-45.5 + parent: 864 + type: Transform +- uid: 15666 + type: WallReinforced + components: + - pos: -48.5,-45.5 + parent: 864 + type: Transform +- uid: 15667 + type: WallReinforced + components: + - pos: -47.5,-45.5 + parent: 864 + type: Transform +- uid: 15668 + type: WallReinforced + components: + - pos: -49.5,-47.5 + parent: 864 + type: Transform +- uid: 15669 + type: WallReinforced + components: + - pos: -48.5,-47.5 + parent: 864 + type: Transform +- uid: 15670 + type: WallReinforced + components: + - pos: -47.5,-47.5 + parent: 864 + type: Transform +- uid: 15671 + type: WallReinforced + components: + - pos: -49.5,-49.5 + parent: 864 + type: Transform +- uid: 15672 + type: WallReinforced + components: + - pos: -48.5,-49.5 + parent: 864 + type: Transform +- uid: 15673 + type: WallReinforced + components: + - pos: -47.5,-49.5 + parent: 864 + type: Transform +- uid: 15674 + type: WallReinforced + components: + - pos: -49.5,-51.5 + parent: 864 + type: Transform +- uid: 15675 + type: WallReinforced + components: + - pos: -48.5,-51.5 + parent: 864 + type: Transform +- uid: 15676 + type: WallReinforced + components: + - pos: -47.5,-51.5 + parent: 864 + type: Transform +- uid: 15677 + type: WallReinforced + components: + - pos: -49.5,-53.5 + parent: 864 + type: Transform +- uid: 15678 + type: WallReinforced + components: + - pos: -48.5,-53.5 + parent: 864 + type: Transform +- uid: 15679 + type: WallReinforced + components: + - pos: -47.5,-53.5 + parent: 864 + type: Transform +- uid: 15680 + type: WallReinforced + components: + - pos: -49.5,-55.5 + parent: 864 + type: Transform +- uid: 15681 + type: WallReinforced + components: + - pos: -48.5,-55.5 + parent: 864 + type: Transform +- uid: 15682 + type: WallReinforced + components: + - pos: -47.5,-55.5 + parent: 864 + type: Transform +- uid: 15683 + type: WallReinforced + components: + - pos: -51.5,-55.5 + parent: 864 + type: Transform +- uid: 15684 + type: WallReinforced + components: + - pos: -51.5,-54.5 + parent: 864 + type: Transform +- uid: 15685 + type: WallReinforced + components: + - pos: -51.5,-53.5 + parent: 864 + type: Transform +- uid: 15686 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -50.5,-55.5 + parent: 864 + type: Transform +- uid: 15687 + type: WallReinforced + components: + - pos: -51.5,-51.5 + parent: 864 + type: Transform +- uid: 15688 + type: WallReinforced + components: + - pos: -51.5,-50.5 + parent: 864 + type: Transform +- uid: 15689 + type: WallReinforced + components: + - pos: -51.5,-49.5 + parent: 864 + type: Transform +- uid: 15690 + type: WallReinforced + components: + - pos: -51.5,-48.5 + parent: 864 + type: Transform +- uid: 15691 + type: WallReinforced + components: + - pos: -51.5,-47.5 + parent: 864 + type: Transform +- uid: 15692 + type: WallReinforced + components: + - pos: -51.5,-46.5 + parent: 864 + type: Transform +- uid: 15693 + type: WallReinforced + components: + - pos: -51.5,-45.5 + parent: 864 + type: Transform +- uid: 15694 + type: WallReinforced + components: + - pos: -51.5,-44.5 + parent: 864 + type: Transform +- uid: 15695 + type: WallReinforced + components: + - pos: -51.5,-43.5 + parent: 864 + type: Transform +- uid: 15696 + type: WallReinforced + components: + - pos: -51.5,-42.5 + parent: 864 + type: Transform +- uid: 15697 + type: WallReinforced + components: + - pos: -51.5,-41.5 + parent: 864 + type: Transform +- uid: 15698 + type: ReinforcedPlasmaWindow + components: + - pos: -47.5,-54.5 + parent: 864 + type: Transform +- uid: 15699 + type: ReinforcedPlasmaWindow + components: + - pos: -47.5,-50.5 + parent: 864 + type: Transform +- uid: 15700 + type: ReinforcedPlasmaWindow + components: + - pos: -47.5,-52.5 + parent: 864 + type: Transform +- uid: 15701 + type: ReinforcedPlasmaWindow + components: + - pos: -47.5,-48.5 + parent: 864 + type: Transform +- uid: 15702 + type: ReinforcedPlasmaWindow + components: + - pos: -47.5,-46.5 + parent: 864 + type: Transform +- uid: 15703 + type: ReinforcedPlasmaWindow + components: + - pos: -47.5,-44.5 + parent: 864 + type: Transform +- uid: 15704 + type: ReinforcedPlasmaWindow + components: + - pos: -47.5,-42.5 + parent: 864 + type: Transform +- uid: 15705 + type: Grille + components: + - pos: -47.5,-54.5 + parent: 864 + type: Transform +- uid: 15706 + type: Grille + components: + - pos: -47.5,-52.5 + parent: 864 + type: Transform +- uid: 15707 + type: Grille + components: + - pos: -47.5,-50.5 + parent: 864 + type: Transform +- uid: 15708 + type: Grille + components: + - pos: -47.5,-48.5 + parent: 864 + type: Transform +- uid: 15709 + type: Grille + components: + - pos: -47.5,-46.5 + parent: 864 + type: Transform +- uid: 15710 + type: Grille + components: + - pos: -47.5,-44.5 + parent: 864 + type: Transform +- uid: 15711 + type: Grille + components: + - pos: -47.5,-42.5 + parent: 864 + type: Transform +- uid: 15712 + type: GasOutletInjector + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-54.5 + parent: 864 + type: Transform +- uid: 15713 + type: GasOutletInjector + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-52.5 + parent: 864 + type: Transform +- uid: 15714 + type: GasOutletInjector + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-50.5 + parent: 864 + type: Transform +- uid: 15715 + type: GasOutletInjector + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-48.5 + parent: 864 + type: Transform +- uid: 15716 + type: GasOutletInjector + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-46.5 + parent: 864 + type: Transform +- uid: 15717 + type: GasOutletInjector + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-44.5 + parent: 864 + type: Transform +- uid: 15718 + type: GasOutletInjector + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-42.5 + parent: 864 + type: Transform +- uid: 15719 + type: GasPassiveVent + components: + - pos: -50.5,-54.5 + parent: 864 + type: Transform +- uid: 15720 + type: GasPassiveVent + components: + - pos: -50.5,-50.5 + parent: 864 + type: Transform +- uid: 15721 + type: GasPassiveVent + components: + - pos: -50.5,-48.5 + parent: 864 + type: Transform +- uid: 15722 + type: GasPassiveVent + components: + - pos: -50.5,-46.5 + parent: 864 + type: Transform +- uid: 15723 + type: GasPassiveVent + components: + - pos: -50.5,-44.5 + parent: 864 + type: Transform +- uid: 15724 + type: GasPassiveVent + components: + - pos: -50.5,-42.5 + parent: 864 + type: Transform +- uid: 15725 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -50.5,-53.5 + parent: 864 + type: Transform +- uid: 15726 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -50.5,-51.5 + parent: 864 + type: Transform +- uid: 15727 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -50.5,-49.5 + parent: 864 + type: Transform +- uid: 15728 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -50.5,-47.5 + parent: 864 + type: Transform +- uid: 15729 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -50.5,-45.5 + parent: 864 + type: Transform +- uid: 15730 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -50.5,-43.5 + parent: 864 + type: Transform +- uid: 15731 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-42.5 + parent: 864 + type: Transform +- uid: 15732 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-44.5 + parent: 864 + type: Transform +- uid: 15733 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-46.5 + parent: 864 + type: Transform +- uid: 15734 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-48.5 + parent: 864 + type: Transform +- uid: 15735 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-50.5 + parent: 864 + type: Transform +- uid: 15736 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-52.5 + parent: 864 + type: Transform +- uid: 15737 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-54.5 + parent: 864 + type: Transform +- uid: 15738 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-55.5 + parent: 864 + type: Transform +- uid: 15739 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-55.5 + parent: 864 + type: Transform +- uid: 15740 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-55.5 + parent: 864 + type: Transform +- uid: 15741 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-53.5 + parent: 864 + type: Transform +- uid: 15742 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-53.5 + parent: 864 + type: Transform +- uid: 15743 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-53.5 + parent: 864 + type: Transform +- uid: 15744 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-51.5 + parent: 864 + type: Transform +- uid: 15745 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-51.5 + parent: 864 + type: Transform +- uid: 15746 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-51.5 + parent: 864 + type: Transform +- uid: 15747 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-49.5 + parent: 864 + type: Transform +- uid: 15748 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-49.5 + parent: 864 + type: Transform +- uid: 15749 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-49.5 + parent: 864 + type: Transform +- uid: 15750 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-47.5 + parent: 864 + type: Transform +- uid: 15751 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-47.5 + parent: 864 + type: Transform +- uid: 15752 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-47.5 + parent: 864 + type: Transform +- uid: 15753 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-45.5 + parent: 864 + type: Transform +- uid: 15754 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-45.5 + parent: 864 + type: Transform +- uid: 15755 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-45.5 + parent: 864 + type: Transform +- uid: 15756 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-43.5 + parent: 864 + type: Transform +- uid: 15757 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-43.5 + parent: 864 + type: Transform +- uid: 15758 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-43.5 + parent: 864 + type: Transform +- uid: 15759 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-52.5 + parent: 864 + type: Transform +- uid: 15760 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-52.5 + parent: 864 + type: Transform +- uid: 15761 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-54.5 + parent: 864 + type: Transform +- uid: 15762 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-54.5 + parent: 864 + type: Transform +- uid: 15763 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-50.5 + parent: 864 + type: Transform +- uid: 15764 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-50.5 + parent: 864 + type: Transform +- uid: 15765 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-48.5 + parent: 864 + type: Transform +- uid: 15766 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-48.5 + parent: 864 + type: Transform +- uid: 15767 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-46.5 + parent: 864 + type: Transform +- uid: 15768 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-46.5 + parent: 864 + type: Transform +- uid: 15769 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-44.5 + parent: 864 + type: Transform +- uid: 15770 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-44.5 + parent: 864 + type: Transform +- uid: 15771 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-42.5 + parent: 864 + type: Transform +- uid: 15772 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-42.5 + parent: 864 + type: Transform +- uid: 15773 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-55.5 + parent: 864 + type: Transform +- uid: 15774 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-55.5 + parent: 864 + type: Transform +- uid: 15775 + type: GasPressurePump + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-53.5 + parent: 864 + type: Transform +- uid: 15776 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -43.5,-55.5 + parent: 864 + type: Transform +- uid: 15777 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-53.5 + parent: 864 + type: Transform +- uid: 15778 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-53.5 + parent: 864 + type: Transform +- uid: 15779 + type: GasPressurePump + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-55.5 + parent: 864 + type: Transform +- uid: 15780 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-53.5 + parent: 864 + type: Transform +- uid: 15781 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-51.5 + parent: 864 + type: Transform +- uid: 15782 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-51.5 + parent: 864 + type: Transform +- uid: 15783 + type: GasPressurePump + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-51.5 + parent: 864 + type: Transform + - enabled: False + type: GasPressurePump +- uid: 15784 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-51.5 + parent: 864 + type: Transform +- uid: 15785 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-49.5 + parent: 864 + type: Transform +- uid: 15786 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-49.5 + parent: 864 + type: Transform +- uid: 15787 + type: GasPressurePump + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-49.5 + parent: 864 + type: Transform + - enabled: False + type: GasPressurePump +- uid: 15788 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-49.5 + parent: 864 + type: Transform +- uid: 15789 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-47.5 + parent: 864 + type: Transform +- uid: 15790 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-47.5 + parent: 864 + type: Transform +- uid: 15791 + type: GasPressurePump + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-47.5 + parent: 864 + type: Transform + - enabled: False + type: GasPressurePump +- uid: 15792 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-47.5 + parent: 864 + type: Transform +- uid: 15793 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-45.5 + parent: 864 + type: Transform +- uid: 15794 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-45.5 + parent: 864 + type: Transform +- uid: 15795 + type: GasPressurePump + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-45.5 + parent: 864 + type: Transform + - enabled: False + type: GasPressurePump +- uid: 15796 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-45.5 + parent: 864 + type: Transform +- uid: 15797 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-43.5 + parent: 864 + type: Transform +- uid: 15798 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-43.5 + parent: 864 + type: Transform +- uid: 15799 + type: GasPressurePump + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-43.5 + parent: 864 + type: Transform + - enabled: False + type: GasPressurePump +- uid: 15800 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-43.5 + parent: 864 + type: Transform +- uid: 15801 + type: GasMixerFlipped + components: + - pos: -42.5,-51.5 + parent: 864 + type: Transform + - inletTwoConcentration: 0 + inletOneConcentration: 1 + type: GasMixer +- uid: 15802 + type: GasMixerFlipped + components: + - pos: -42.5,-52.5 + parent: 864 + type: Transform + - inletTwoConcentration: 1 + inletOneConcentration: 0 + type: GasMixer +- uid: 15803 + type: GasMixerFlipped + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-55.5 + parent: 864 + type: Transform + - inletTwoConcentration: 0.22000003 + inletOneConcentration: 0.78 + type: GasMixer + - color: '#03FCD3FF' + type: AtmosPipeColor +- uid: 15804 + type: GasMixerFlipped + components: + - pos: -42.5,-49.5 + parent: 864 + type: Transform + - inletTwoConcentration: 0 + inletOneConcentration: 1 + type: GasMixer +- uid: 15805 + type: GasMixerFlipped + components: + - pos: -42.5,-47.5 + parent: 864 + type: Transform + - inletTwoConcentration: 0 + inletOneConcentration: 1 + type: GasMixer +- uid: 15806 + type: GasFilterFlipped + components: + - pos: -44.5,-46.5 + parent: 864 + type: Transform +- uid: 15807 + type: GasMixerFlipped + components: + - pos: -42.5,-45.5 + parent: 864 + type: Transform + - inletTwoConcentration: 0 + inletOneConcentration: 1 + type: GasMixer +- uid: 15808 + type: GasMixerFlipped + components: + - pos: -42.5,-43.5 + parent: 864 + type: Transform + - inletTwoConcentration: 0 + inletOneConcentration: 1 + type: GasMixer +- uid: 15809 + type: GasFilterFlipped + components: + - pos: -44.5,-44.5 + parent: 864 + type: Transform +- uid: 15810 + type: GasFilterFlipped + components: + - pos: -44.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15811 + type: GasFilterFlipped + components: + - pos: -44.5,-48.5 + parent: 864 + type: Transform +- uid: 15812 + type: GasFilterFlipped + components: + - pos: -44.5,-50.5 + parent: 864 + type: Transform +- uid: 15813 + type: GasFilterFlipped + components: + - pos: -44.5,-52.5 + parent: 864 + type: Transform +- uid: 15814 + type: GasFilterFlipped + components: + - pos: -44.5,-54.5 + parent: 864 + type: Transform +- uid: 15815 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-53.5 + parent: 864 + type: Transform +- uid: 15816 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -42.5,-54.5 + parent: 864 + type: Transform +- uid: 15817 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -43.5,-54.5 + parent: 864 + type: Transform +- uid: 15818 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -43.5,-53.5 + parent: 864 + type: Transform +- uid: 15819 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-52.5 + parent: 864 + type: Transform +- uid: 15820 + type: GasPipeStraight + components: + - pos: -42.5,-50.5 + parent: 864 + type: Transform +- uid: 15821 + type: GasPipeStraight + components: + - pos: -42.5,-48.5 + parent: 864 + type: Transform +- uid: 15822 + type: GasPipeStraight + components: + - pos: -42.5,-46.5 + parent: 864 + type: Transform +- uid: 15823 + type: GasPipeStraight + components: + - pos: -42.5,-44.5 + parent: 864 + type: Transform +- uid: 15824 + type: GasPipeStraight + components: + - pos: -42.5,-42.5 + parent: 864 + type: Transform +- uid: 15825 + type: GasPipeStraight + components: + - pos: -44.5,-43.5 + parent: 864 + type: Transform +- uid: 15826 + type: GasPipeStraight + components: + - pos: -44.5,-45.5 + parent: 864 + type: Transform +- uid: 15827 + type: GasPipeStraight + components: + - pos: -44.5,-47.5 + parent: 864 + type: Transform +- uid: 15828 + type: GasPipeStraight + components: + - pos: -44.5,-49.5 + parent: 864 + type: Transform +- uid: 15829 + type: GasPipeStraight + components: + - pos: -44.5,-51.5 + parent: 864 + type: Transform +- uid: 15830 + type: GasPipeStraight + components: + - pos: -44.5,-53.5 + parent: 864 + type: Transform +- uid: 15831 + type: GasPipeStraight + components: + - pos: -44.5,-55.5 + parent: 864 + type: Transform +- uid: 15832 + type: GasPipeStraight + components: + - pos: -44.5,-56.5 + parent: 864 + type: Transform +- uid: 15833 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -44.5,-57.5 + parent: 864 + type: Transform +- uid: 15834 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-57.5 + parent: 864 + type: Transform +- uid: 15835 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-57.5 + parent: 864 + type: Transform +- uid: 15836 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-57.5 + parent: 864 + type: Transform +- uid: 15837 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-57.5 + parent: 864 + type: Transform +- uid: 15838 + type: GasVolumePump + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15839 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-55.5 + parent: 864 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor +- uid: 15840 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -40.5,-55.5 + parent: 864 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor +- uid: 15841 + type: GasPressurePump + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 15842 + type: OxygenCanister + components: + - pos: -50.5,-52.5 + parent: 864 + type: Transform +- uid: 15843 + type: NitrogenCanister + components: + - pos: -50.5,-54.5 + parent: 864 + type: Transform +- uid: 15844 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15845 + type: GasValve + components: + - pos: -44.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15846 + type: GasValve + components: + - rot: -1.5707963267948966 rad + pos: -43.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15847 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -44.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15848 + type: GasPassiveVent + components: + - pos: -44.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15849 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-41.5 + parent: 864 + type: Transform +- uid: 15850 + type: WallReinforced + components: + - pos: -47.5,-40.5 + parent: 864 + type: Transform +- uid: 15851 + type: WallReinforced + components: + - pos: -47.5,-39.5 + parent: 864 + type: Transform +- uid: 15852 + type: ReinforcedWindow + components: + - pos: -45.5,-43.5 + parent: 864 + type: Transform +- uid: 15853 + type: WallReinforced + components: + - pos: -45.5,-39.5 + parent: 864 + type: Transform +- uid: 15854 + type: WallReinforced + components: + - pos: -43.5,-39.5 + parent: 864 + type: Transform +- uid: 15855 + type: ReinforcedPlasmaWindow + components: + - rot: 3.141592653589793 rad + pos: -42.5,-37.5 + parent: 864 + type: Transform +- uid: 15856 + type: WallReinforced + components: + - pos: -41.5,-39.5 + parent: 864 + type: Transform +- uid: 15857 + type: WallReinforced + components: + - pos: -41.5,-38.5 + parent: 864 + type: Transform +- uid: 15858 + type: ReinforcedWindow + components: + - pos: -44.5,-39.5 + parent: 864 + type: Transform +- uid: 15859 + type: Grille + components: + - pos: -44.5,-39.5 + parent: 864 + type: Transform +- uid: 15860 + type: ReinforcedWindow + components: + - pos: -45.5,-45.5 + parent: 864 + type: Transform +- uid: 15861 + type: ReinforcedWindow + components: + - pos: -45.5,-46.5 + parent: 864 + type: Transform +- uid: 15862 + type: ReinforcedWindow + components: + - pos: -45.5,-44.5 + parent: 864 + type: Transform +- uid: 15863 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -59.5,-30.5 + parent: 864 + type: Transform +- uid: 15864 + type: SignSpace + components: + - pos: -58.5,-53.5 + parent: 864 + type: Transform +- uid: 15865 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-26.5 + parent: 864 + type: Transform +- uid: 15866 + type: CableHV + components: + - pos: -60.5,-29.5 + parent: 864 + type: Transform +- uid: 15867 + type: CableHV + components: + - pos: -60.5,-26.5 + parent: 864 + type: Transform +- uid: 15868 + type: CableHV + components: + - pos: -60.5,-25.5 + parent: 864 + type: Transform +- uid: 15869 + type: CableHV + components: + - pos: -59.5,-25.5 + parent: 864 + type: Transform +- uid: 15870 + type: CableHV + components: + - pos: -58.5,-25.5 + parent: 864 + type: Transform +- uid: 15871 + type: CableHV + components: + - pos: -56.5,-13.5 + parent: 864 + type: Transform +- uid: 15872 + type: CableHV + components: + - pos: -58.5,-13.5 + parent: 864 + type: Transform +- uid: 15873 + type: CableHV + components: + - pos: -52.5,-19.5 + parent: 864 + type: Transform +- uid: 15874 + type: CableHV + components: + - pos: -51.5,-19.5 + parent: 864 + type: Transform +- uid: 15875 + type: CableHV + components: + - pos: -50.5,-19.5 + parent: 864 + type: Transform +- uid: 15876 + type: CableHV + components: + - pos: -49.5,-19.5 + parent: 864 + type: Transform +- uid: 15877 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -58.5,-31.5 + parent: 864 + type: Transform +- uid: 15878 + type: ScanningModuleStockPart + components: + - pos: -50.47893,-28.448412 + parent: 864 + type: Transform +- uid: 15879 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -57.5,-5.5 + parent: 864 + type: Transform +- uid: 15880 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -57.5,-4.5 + parent: 864 + type: Transform +- uid: 15881 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -58.5,-4.5 + parent: 864 + type: Transform +- uid: 15882 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -59.5,-4.5 + parent: 864 + type: Transform +- uid: 15883 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -60.5,-4.5 + parent: 864 + type: Transform +- uid: 15884 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -61.5,-4.5 + parent: 864 + type: Transform +- uid: 15885 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -62.5,-4.5 + parent: 864 + type: Transform +- uid: 15886 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -63.5,-4.5 + parent: 864 + type: Transform +- uid: 15887 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -64.5,-4.5 + parent: 864 + type: Transform +- uid: 15888 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -65.5,-4.5 + parent: 864 + type: Transform +- uid: 15889 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -66.5,-4.5 + parent: 864 + type: Transform +- uid: 15890 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -67.5,-4.5 + parent: 864 + type: Transform +- uid: 15891 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -68.5,-4.5 + parent: 864 + type: Transform +- uid: 15892 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -69.5,-4.5 + parent: 864 + type: Transform +- uid: 15893 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -70.5,-4.5 + parent: 864 + type: Transform +- uid: 15894 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -71.5,-4.5 + parent: 864 + type: Transform +- uid: 15895 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -72.5,-4.5 + parent: 864 + type: Transform +- uid: 15896 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -73.5,-4.5 + parent: 864 + type: Transform +- uid: 15897 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -74.5,-4.5 + parent: 864 + type: Transform +- uid: 15898 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-4.5 + parent: 864 + type: Transform +- uid: 15899 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-5.5 + parent: 864 + type: Transform +- uid: 15900 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-6.5 + parent: 864 + type: Transform +- uid: 15901 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-7.5 + parent: 864 + type: Transform +- uid: 15902 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-8.5 + parent: 864 + type: Transform +- uid: 15903 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-9.5 + parent: 864 + type: Transform +- uid: 15904 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-10.5 + parent: 864 + type: Transform +- uid: 15905 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-11.5 + parent: 864 + type: Transform +- uid: 15906 + type: AirlockExternalGlassLocked + components: + - pos: -76.5,-12.5 + parent: 864 + type: Transform +- uid: 15907 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-13.5 + parent: 864 + type: Transform +- uid: 15908 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-14.5 + parent: 864 + type: Transform +- uid: 15909 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-15.5 + parent: 864 + type: Transform +- uid: 15910 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-16.5 + parent: 864 + type: Transform +- uid: 15911 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-17.5 + parent: 864 + type: Transform +- uid: 15912 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-18.5 + parent: 864 + type: Transform +- uid: 15913 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-19.5 + parent: 864 + type: Transform +- uid: 15914 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-20.5 + parent: 864 + type: Transform +- uid: 15915 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-21.5 + parent: 864 + type: Transform +- uid: 15916 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -75.5,-22.5 + parent: 864 + type: Transform +- uid: 15917 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -74.5,-22.5 + parent: 864 + type: Transform +- uid: 15918 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -73.5,-22.5 + parent: 864 + type: Transform +- uid: 15919 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -72.5,-22.5 + parent: 864 + type: Transform +- uid: 15920 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -71.5,-22.5 + parent: 864 + type: Transform +- uid: 15921 + type: GasPressurePump + components: + - pos: -40.5,-54.5 + parent: 864 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor +- uid: 15922 + type: GasValve + components: + - pos: -40.5,-53.5 + parent: 864 + type: Transform + - open: False + type: GasValve + - color: '#947507FF' + type: AtmosPipeColor +- uid: 15923 + type: GasPipeStraight + components: + - pos: -38.5,-58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15924 + type: ReinforcedWindow + components: + - pos: -45.5,-42.5 + parent: 864 + type: Transform +- uid: 15925 + type: WallReinforced + components: + - pos: -45.5,-57.5 + parent: 864 + type: Transform +- uid: 15926 + type: WallReinforced + components: + - pos: -45.5,-56.5 + parent: 864 + type: Transform +- uid: 15927 + type: WallReinforced + components: + - pos: -45.5,-58.5 + parent: 864 + type: Transform +- uid: 15928 + type: ReinforcedWindow + components: + - pos: -35.5,-58.5 + parent: 864 + type: Transform +- uid: 15929 + type: ReinforcedWindow + components: + - pos: -36.5,-58.5 + parent: 864 + type: Transform +- uid: 15930 + type: WallReinforced + components: + - pos: -43.5,-58.5 + parent: 864 + type: Transform +- uid: 15931 + type: ReinforcedWindow + components: + - pos: -38.5,-58.5 + parent: 864 + type: Transform +- uid: 15932 + type: ReinforcedWindow + components: + - pos: -39.5,-58.5 + parent: 864 + type: Transform +- uid: 15933 + type: WallReinforced + components: + - pos: -40.5,-58.5 + parent: 864 + type: Transform +- uid: 15934 + type: ReinforcedWindow + components: + - pos: -44.5,-58.5 + parent: 864 + type: Transform +- uid: 15935 + type: ReinforcedWindow + components: + - pos: -42.5,-58.5 + parent: 864 + type: Transform +- uid: 15936 + type: WallReinforced + components: + - pos: -37.5,-58.5 + parent: 864 + type: Transform +- uid: 15937 + type: WallReinforced + components: + - pos: -45.5,-40.5 + parent: 864 + type: Transform +- uid: 15938 + type: ReinforcedWindow + components: + - pos: -41.5,-58.5 + parent: 864 + type: Transform +- uid: 15939 + type: WallReinforced + components: + - pos: -41.5,-49.5 + parent: 864 + type: Transform +- uid: 15940 + type: WallReinforced + components: + - pos: -41.5,-50.5 + parent: 864 + type: Transform +- uid: 15941 + type: WallReinforced + components: + - pos: -41.5,-51.5 + parent: 864 + type: Transform +- uid: 15942 + type: WallReinforced + components: + - pos: -41.5,-52.5 + parent: 864 + type: Transform +- uid: 15943 + type: WallReinforced + components: + - pos: -36.5,-49.5 + parent: 864 + type: Transform +- uid: 15944 + type: WallReinforced + components: + - pos: -36.5,-50.5 + parent: 864 + type: Transform +- uid: 15945 + type: WallReinforced + components: + - pos: -36.5,-51.5 + parent: 864 + type: Transform +- uid: 15946 + type: WallReinforced + components: + - pos: -36.5,-52.5 + parent: 864 + type: Transform +- uid: 15947 + type: WallReinforced + components: + - pos: -36.5,-48.5 + parent: 864 + type: Transform +- uid: 15948 + type: WallReinforced + components: + - pos: -41.5,-48.5 + parent: 864 + type: Transform +- uid: 15949 + type: WallReinforced + components: + - pos: -41.5,-47.5 + parent: 864 + type: Transform +- uid: 15950 + type: WallReinforced + components: + - pos: -40.5,-47.5 + parent: 864 + type: Transform +- uid: 15951 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -37.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15952 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15953 + type: WallReinforced + components: + - pos: -37.5,-47.5 + parent: 864 + type: Transform +- uid: 15954 + type: WallReinforced + components: + - pos: -36.5,-47.5 + parent: 864 + type: Transform +- uid: 15955 + type: GasPressurePump + components: + - rot: 3.141592653589793 rad + pos: -42.5,-40.5 + parent: 864 + type: Transform +- uid: 15956 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -42.5,-39.5 + parent: 864 + type: Transform +- uid: 15957 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -42.5,-38.5 + parent: 864 + type: Transform +- uid: 15958 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -42.5,-37.5 + parent: 864 + type: Transform +- uid: 15959 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -42.5,-36.5 + parent: 864 + type: Transform +- uid: 15960 + type: GasOutletInjector + components: + - pos: -42.5,-35.5 + parent: 864 + type: Transform +- uid: 15961 + type: WallReinforced + components: + - pos: -42.5,-31.5 + parent: 864 + type: Transform +- uid: 15962 + type: WallReinforced + components: + - pos: -43.5,-31.5 + parent: 864 + type: Transform +- uid: 15963 + type: WallReinforced + components: + - pos: -43.5,-32.5 + parent: 864 + type: Transform +- uid: 15964 + type: WallReinforced + components: + - pos: -44.5,-32.5 + parent: 864 + type: Transform +- uid: 15965 + type: WallReinforced + components: + - pos: -45.5,-32.5 + parent: 864 + type: Transform +- uid: 15966 + type: WallReinforced + components: + - pos: -45.5,-36.5 + parent: 864 + type: Transform +- uid: 15967 + type: Firelock + components: + - rot: 1.5707963267948966 rad + pos: 6.5,-63.5 + parent: 864 + type: Transform +- uid: 15968 + type: WallReinforced + components: + - pos: -43.5,-36.5 + parent: 864 + type: Transform +- uid: 15969 + type: WallReinforced + components: + - pos: -43.5,-37.5 + parent: 864 + type: Transform +- uid: 15970 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -42.5,-39.5 + parent: 864 + type: Transform +- uid: 15971 + type: Grille + components: + - pos: -41.5,-33.5 + parent: 864 + type: Transform +- uid: 15972 + type: Grille + components: + - pos: -41.5,-34.5 + parent: 864 + type: Transform +- uid: 15973 + type: Grille + components: + - pos: -41.5,-35.5 + parent: 864 + type: Transform +- uid: 15974 + type: ReinforcedPlasmaWindow + components: + - pos: -45.5,-33.5 + parent: 864 + type: Transform +- uid: 15975 + type: ReinforcedPlasmaWindow + components: + - pos: -45.5,-35.5 + parent: 864 + type: Transform +- uid: 15976 + type: Grille + components: + - pos: -45.5,-33.5 + parent: 864 + type: Transform +- uid: 15977 + type: Grille + components: + - pos: -45.5,-35.5 + parent: 864 + type: Transform +- uid: 15978 + type: BlastDoorExterior1 + components: + - pos: -45.5,-34.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -238556.6 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 15979 + Close: + - port: Off + uid: 15979 + Toggle: [] + type: SignalReceiver +- uid: 15979 + type: SignalSwitch + components: + - pos: -41.5,-32.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 15978 + Off: + - port: Close + uid: 15978 + type: SignalTransmitter +- uid: 15980 + type: PosterLegitJustAWeekAway + components: + - pos: -37.5,-31.5 + parent: 864 + type: Transform +- uid: 15981 + type: PosterContrabandMissingGloves + components: + - pos: -25.5,-19.5 + parent: 864 + type: Transform +- uid: 15982 + type: PosterContrabandMissingGloves + components: + - pos: 41.5,-52.5 + parent: 864 + type: Transform +- uid: 15983 + type: TableReinforced + components: + - pos: -36.5,-33.5 + parent: 864 + type: Transform +- uid: 15984 + type: TableReinforced + components: + - pos: -36.5,-32.5 + parent: 864 + type: Transform +- uid: 15985 + type: TableReinforced + components: + - pos: -37.5,-32.5 + parent: 864 + type: Transform +- uid: 15986 + type: TableReinforced + components: + - pos: -38.5,-32.5 + parent: 864 + type: Transform +- uid: 15987 + type: TableReinforced + components: + - pos: -39.5,-32.5 + parent: 864 + type: Transform +- uid: 15988 + type: TableReinforced + components: + - pos: -58.5,-25.5 + parent: 864 + type: Transform +- uid: 15989 + type: TableReinforced + components: + - pos: -57.5,-25.5 + parent: 864 + type: Transform +- uid: 15990 + type: TableReinforced + components: + - pos: -56.5,-25.5 + parent: 864 + type: Transform +- uid: 15991 + type: TableReinforced + components: + - pos: -55.5,-25.5 + parent: 864 + type: Transform +- uid: 15992 + type: TableReinforced + components: + - pos: -54.5,-25.5 + parent: 864 + type: Transform +- uid: 15993 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -38.5,-59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15994 + type: GasValve + components: + - rot: 1.5707963267948966 rad + pos: -37.5,-59.5 + parent: 864 + type: Transform + - open: False + type: GasValve + - color: '#990000FF' + type: AtmosPipeColor +- uid: 15995 + type: GasPassiveVent + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-59.5 + parent: 864 + type: Transform +- uid: 15996 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -40.5,-52.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 15997 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,-52.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 15998 + type: GasValve + components: + - pos: -37.5,-53.5 + parent: 864 + type: Transform + - open: False + type: GasValve + - color: '#947507FF' + type: AtmosPipeColor +- uid: 15999 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-51.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16000 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-51.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16001 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-50.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16002 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-49.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16003 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-49.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16004 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-50.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16005 + type: GasPressurePump + components: + - pos: -37.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16006 + type: GasPort + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-49.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16007 + type: GasPort + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-50.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16008 + type: GasPort + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-51.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16009 + type: GasPort + components: + - rot: 1.5707963267948966 rad + pos: -38.5,-49.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16010 + type: GasPort + components: + - rot: 1.5707963267948966 rad + pos: -38.5,-50.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16011 + type: GasPort + components: + - rot: 1.5707963267948966 rad + pos: -38.5,-51.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16012 + type: StorageCanister + components: + - pos: -38.5,-51.5 + parent: 864 + type: Transform +- uid: 16013 + type: StorageCanister + components: + - pos: -38.5,-50.5 + parent: 864 + type: Transform +- uid: 16014 + type: StorageCanister + components: + - pos: -38.5,-49.5 + parent: 864 + type: Transform +- uid: 16015 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -37.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16016 + type: GasPipeTJunction + components: + - pos: -38.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16017 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16018 + type: GasPipeBend + components: + - pos: -37.5,-48.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16019 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-48.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16020 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-48.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16021 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -38.5,-48.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16022 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,-47.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16023 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,-46.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16024 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16025 + type: GasPipeStraight + components: + - pos: -31.5,-31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16026 + type: GasPipeStraight + components: + - pos: -32.5,-31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16027 + type: GasPipeStraight + components: + - pos: -32.5,-32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16028 + type: GasPipeStraight + components: + - pos: -31.5,-32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16029 + type: GasPipeTJunction + components: + - pos: -33.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16030 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -30.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16031 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -31.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16032 + type: GasPipeFourway + components: + - pos: -31.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16033 + type: GasPipeFourway + components: + - pos: -32.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16034 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -32.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16035 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -31.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16036 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16037 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16038 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16039 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16040 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16041 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16042 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16043 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16044 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16045 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -37.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16046 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16047 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16048 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16049 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16050 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16051 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -37.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16052 + type: GasPipeStraight + components: + - pos: -32.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16053 + type: GasPipeStraight + components: + - pos: -32.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16054 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16055 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16056 + type: GasPipeStraight + components: + - pos: -32.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16057 + type: GasPipeStraight + components: + - pos: -31.5,-35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16058 + type: GasPipeStraight + components: + - pos: -31.5,-36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16059 + type: GasPipeStraight + components: + - pos: -31.5,-38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16060 + type: GasPipeStraight + components: + - pos: -31.5,-37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16061 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16062 + type: GasPipeStraight + components: + - pos: -31.5,-40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16063 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -33.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16064 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -38.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16065 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16066 + type: GasVentPump + components: + - pos: -30.5,-33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16067 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -38.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16068 + type: GasPipeStraight + components: + - pos: -32.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16069 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16070 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16071 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16072 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16073 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16074 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16075 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16076 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16077 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-43.5 + parent: 864 + type: Transform +- uid: 16078 + type: GasPipeStraight + components: + - pos: -37.5,-55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16079 + type: GasPipeStraight + components: + - pos: -37.5,-56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16080 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16081 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -35.5,-55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16082 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16083 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16084 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16085 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16086 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16087 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16088 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16089 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16090 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16091 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16092 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16093 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16094 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16095 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16096 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16097 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16098 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16099 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16100 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16101 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16102 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-50.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16103 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16104 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16105 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16106 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16107 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16108 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16109 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16110 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16111 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16112 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16113 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16114 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16115 + type: GasPipeStraight + components: + - pos: -34.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16116 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16117 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16118 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16119 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 16120 + type: AirlockAtmosphericsGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-40.5 + parent: 864 + type: Transform +- uid: 16121 + type: AirlockAtmosphericsGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-41.5 + parent: 864 + type: Transform +- uid: 16122 + type: GasPressurePump + components: + - pos: -38.5,-45.5 + parent: 864 + type: Transform + - enabled: False + type: GasPressurePump + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16123 + type: GasPipeStraight + components: + - pos: -38.5,-44.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16124 + type: GasPipeStraight + components: + - pos: -38.5,-43.5 + parent: 864 + type: Transform + - color: '#947507FF' + type: AtmosPipeColor +- uid: 16125 + type: GasValve + components: + - pos: -38.5,-42.5 + parent: 864 + type: Transform + - open: False + type: GasValve + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16126 + type: GasPipeStraight + components: + - pos: -38.5,-41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16127 + type: GasPipeStraight + components: + - pos: -38.5,-40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16128 + type: GasPipeStraight + components: + - pos: -38.5,-39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16129 + type: GasPipeStraight + components: + - pos: -38.5,-38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16130 + type: GasPipeStraight + components: + - pos: -38.5,-37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16131 + type: GasPipeStraight + components: + - pos: -38.5,-36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16132 + type: GasPipeBend + components: + - pos: -38.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16133 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -40.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16134 + type: GasPipeBend + components: + - pos: -40.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16135 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16136 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -41.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16137 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16138 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 16139 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-38.5 + parent: 864 + type: Transform +- uid: 16140 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-39.5 + parent: 864 + type: Transform +- uid: 16141 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-40.5 + parent: 864 + type: Transform +- uid: 16142 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-40.5 + parent: 864 + type: Transform +- uid: 16143 + type: BlastDoorExterior1 + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-40.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -236906.94 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 16170 + Close: + - port: Off + uid: 16170 + Toggle: [] + type: SignalReceiver +- uid: 16144 + type: BlastDoorExterior1 + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-40.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -236906.94 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 16170 + Close: + - port: Off + uid: 16170 + Toggle: [] + type: SignalReceiver +- uid: 16145 + type: BlastDoorExterior1 + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-40.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -236906.94 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 16170 + Close: + - port: Off + uid: 16170 + Toggle: [] + type: SignalReceiver +- uid: 16146 + type: BlastDoorExterior1 + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-40.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -236906.94 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 16170 + Close: + - port: Off + uid: 16170 + Toggle: [] + type: SignalReceiver +- uid: 16147 + type: OxygenCanister + components: + - pos: -37.5,-38.5 + parent: 864 + type: Transform +- uid: 16148 + type: NitrousOxideCanister + components: + - pos: -38.5,-38.5 + parent: 864 + type: Transform +- uid: 16149 + type: NitrogenCanister + components: + - pos: -39.5,-38.5 + parent: 864 + type: Transform +- uid: 16150 + type: CarbonDioxideCanister + components: + - pos: -40.5,-38.5 + parent: 864 + type: Transform +- uid: 16151 + type: WallReinforced + components: + - pos: -32.5,-44.5 + parent: 864 + type: Transform +- uid: 16152 + type: WallReinforced + components: + - pos: -32.5,-45.5 + parent: 864 + type: Transform +- uid: 16153 + type: WallReinforced + components: + - pos: -32.5,-46.5 + parent: 864 + type: Transform +- uid: 16154 + type: WallReinforced + components: + - pos: -32.5,-47.5 + parent: 864 + type: Transform +- uid: 16155 + type: WallReinforced + components: + - pos: -32.5,-48.5 + parent: 864 + type: Transform +- uid: 16156 + type: WallReinforced + components: + - pos: -32.5,-49.5 + parent: 864 + type: Transform +- uid: 16157 + type: AirlockMaintAtmoLocked + components: + - rot: 3.141592653589793 rad + pos: -32.5,-50.5 + parent: 864 + type: Transform +- uid: 16158 + type: WallReinforced + components: + - pos: -32.5,-51.5 + parent: 864 + type: Transform +- uid: 16159 + type: WallReinforced + components: + - pos: -32.5,-52.5 + parent: 864 + type: Transform +- uid: 16160 + type: WallReinforced + components: + - pos: -32.5,-53.5 + parent: 864 + type: Transform +- uid: 16161 + type: WallReinforced + components: + - pos: -32.5,-54.5 + parent: 864 + type: Transform +- uid: 16162 + type: WallReinforced + components: + - pos: -32.5,-55.5 + parent: 864 + type: Transform +- uid: 16163 + type: WallReinforced + components: + - pos: -32.5,-56.5 + parent: 864 + type: Transform +- uid: 16164 + type: WallReinforced + components: + - pos: -32.5,-57.5 + parent: 864 + type: Transform +- uid: 16165 + type: WallReinforced + components: + - pos: -33.5,-57.5 + parent: 864 + type: Transform +- uid: 16166 + type: WallReinforced + components: + - pos: -33.5,-58.5 + parent: 864 + type: Transform +- uid: 16167 + type: WallReinforced + components: + - pos: -34.5,-58.5 + parent: 864 + type: Transform +- uid: 16168 + type: KitchenMicrowave + components: + - pos: -38.5,-32.5 + parent: 864 + type: Transform +- uid: 16169 + type: FoodBoxDonkpocketSpicy + components: + - pos: -39.41441,-32.343586 + parent: 864 + type: Transform +- uid: 16170 + type: SignalSwitch + components: + - pos: -36.5,-40.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 16146 + - port: Open + uid: 16145 + - port: Open + uid: 16144 + - port: Open + uid: 16143 + Off: + - port: Close + uid: 16146 + - port: Close + uid: 16145 + - port: Close + uid: 16144 + - port: Close + uid: 16143 + type: SignalTransmitter +- uid: 16171 + type: DoubleEmergencyOxygenTankFilled + components: + - pos: -36.45104,-33.42174 + parent: 864 + type: Transform +- uid: 16172 + type: Multitool + components: + - rot: -1.5707963267948966 rad + pos: -36.559425,-33.012554 + parent: 864 + type: Transform +- uid: 16173 + type: VendingMachineAtmosDrobe + components: + - pos: -35.5,-32.5 + parent: 864 + type: Transform +- uid: 16174 + type: LockerAtmosphericsFilled + components: + - pos: -39.5,-36.5 + parent: 864 + type: Transform +- uid: 16175 + type: LockerAtmosphericsFilled + components: + - pos: -37.5,-36.5 + parent: 864 + type: Transform +- uid: 16176 + type: LockerAtmosphericsFilled + components: + - pos: -35.5,-36.5 + parent: 864 + type: Transform +- uid: 16177 + type: WardrobeAtmospherics + components: + - pos: -40.5,-36.5 + parent: 864 + type: Transform +- uid: 16178 + type: WardrobeAtmospherics + components: + - pos: -38.5,-36.5 + parent: 864 + type: Transform +- uid: 16179 + type: WardrobeAtmospherics + components: + - pos: -36.5,-36.5 + parent: 864 + type: Transform +- uid: 16180 + type: SpawnPointAtmos + components: + - pos: -39.5,-34.5 + parent: 864 + type: Transform +- uid: 16181 + type: SpawnPointAtmos + components: + - pos: -37.5,-35.5 + parent: 864 + type: Transform +- uid: 16182 + type: SpawnPointAtmos + components: + - pos: -36.5,-34.5 + parent: 864 + type: Transform +- uid: 16183 + type: ToolboxMechanicalFilled + components: + - pos: -36.497368,-32.593475 + parent: 864 + type: Transform +- uid: 16184 + type: GasAnalyzer + components: + - pos: -37.231743,-32.468967 + parent: 864 + type: Transform +- uid: 16185 + type: ClothingOuterHardsuitAtmos + components: + - pos: -37.815536,-32.468937 + parent: 864 + type: Transform +- uid: 16186 + type: StorageCanister + components: + - pos: -35.5,-38.5 + parent: 864 + type: Transform +- uid: 16187 + type: StorageCanister + components: + - pos: -35.5,-39.5 + parent: 864 + type: Transform +- uid: 16188 + type: StorageCanister + components: + - pos: -34.5,-39.5 + parent: 864 + type: Transform +- uid: 16189 + type: GasMinerOxygen + components: + - pos: -49.5,-52.5 + parent: 864 + type: Transform +- uid: 16190 + type: GasMinerNitrogen + components: + - pos: -49.5,-54.5 + parent: 864 + type: Transform +- uid: 16191 + type: WaterVaporCanister + components: + - pos: -50.5,-48.5 + parent: 864 + type: Transform +- uid: 16192 + type: GasMinerWaterVapor + components: + - pos: -49.5,-48.5 + parent: 864 + type: Transform +- uid: 16193 + type: GasMinerPlasma + components: + - pos: -49.5,-46.5 + parent: 864 + type: Transform +- uid: 16194 + type: PlasmaCanister + components: + - pos: -50.5,-46.5 + parent: 864 + type: Transform +- uid: 16195 + type: GasMinerCarbonDioxide + components: + - pos: -49.5,-50.5 + parent: 864 + type: Transform +- uid: 16196 + type: CarbonDioxideCanister + components: + - pos: -50.5,-50.5 + parent: 864 + type: Transform +- uid: 16197 + type: StorageCanister + components: + - pos: -50.5,-44.5 + parent: 864 + type: Transform +- uid: 16198 + type: StorageCanister + components: + - pos: -50.5,-42.5 + parent: 864 + type: Transform +- uid: 16199 + type: WarningN2 + components: + - pos: -51.5,-54.5 + parent: 864 + type: Transform +- uid: 16200 + type: WarningO2 + components: + - pos: -51.5,-52.5 + parent: 864 + type: Transform +- uid: 16201 + type: WarningCO2 + components: + - pos: -51.5,-50.5 + parent: 864 + type: Transform +- uid: 16202 + type: WarningWaste + components: + - pos: -51.5,-48.5 + parent: 864 + type: Transform +- uid: 16203 + type: WarningPlasma + components: + - pos: -51.5,-46.5 + parent: 864 + type: Transform +- uid: 16204 + type: WarningTritium + components: + - pos: -51.5,-44.5 + parent: 864 + type: Transform +- uid: 16205 + type: WarningN2O + components: + - pos: -51.5,-42.5 + parent: 864 + type: Transform +- uid: 16206 + type: CableHV + components: + - pos: -31.5,-18.5 + parent: 864 + type: Transform +- uid: 16207 + type: CableHV + components: + - pos: -31.5,-19.5 + parent: 864 + type: Transform +- uid: 16208 + type: CableHV + components: + - pos: -31.5,-20.5 + parent: 864 + type: Transform +- uid: 16209 + type: CableHV + components: + - pos: -31.5,-21.5 + parent: 864 + type: Transform +- uid: 16210 + type: CableHV + components: + - pos: -31.5,-22.5 + parent: 864 + type: Transform +- uid: 16211 + type: CableHV + components: + - pos: -31.5,-23.5 + parent: 864 + type: Transform +- uid: 16212 + type: CableHV + components: + - pos: -31.5,-24.5 + parent: 864 + type: Transform +- uid: 16213 + type: CableHV + components: + - pos: -31.5,-25.5 + parent: 864 + type: Transform +- uid: 16214 + type: CableHV + components: + - pos: -31.5,-26.5 + parent: 864 + type: Transform +- uid: 16215 + type: CableHV + components: + - pos: -31.5,-27.5 + parent: 864 + type: Transform +- uid: 16216 + type: CableHV + components: + - pos: -31.5,-28.5 + parent: 864 + type: Transform +- uid: 16217 + type: CableHV + components: + - pos: -31.5,-29.5 + parent: 864 + type: Transform +- uid: 16218 + type: CableHV + components: + - pos: -31.5,-30.5 + parent: 864 + type: Transform +- uid: 16219 + type: CableHV + components: + - pos: -31.5,-31.5 + parent: 864 + type: Transform +- uid: 16220 + type: CableHV + components: + - pos: -31.5,-32.5 + parent: 864 + type: Transform +- uid: 16221 + type: CableHV + components: + - pos: -31.5,-33.5 + parent: 864 + type: Transform +- uid: 16222 + type: CableHV + components: + - pos: -31.5,-34.5 + parent: 864 + type: Transform +- uid: 16223 + type: CableHV + components: + - pos: -30.5,-34.5 + parent: 864 + type: Transform +- uid: 16224 + type: CableHV + components: + - pos: -29.5,-34.5 + parent: 864 + type: Transform +- uid: 16225 + type: CableHV + components: + - pos: -28.5,-34.5 + parent: 864 + type: Transform +- uid: 16226 + type: CableHV + components: + - pos: -28.5,-35.5 + parent: 864 + type: Transform +- uid: 16227 + type: CableHV + components: + - pos: -28.5,-36.5 + parent: 864 + type: Transform +- uid: 16228 + type: CableHV + components: + - pos: -28.5,-37.5 + parent: 864 + type: Transform +- uid: 16229 + type: CableHV + components: + - pos: -27.5,-37.5 + parent: 864 + type: Transform +- uid: 16230 + type: CableTerminal + components: + - pos: -28.5,-36.5 + parent: 864 + type: Transform +- uid: 16231 + type: SMESBasic + components: + - pos: -28.5,-37.5 + parent: 864 + type: Transform +- uid: 16232 + type: SubstationBasic + components: + - pos: -27.5,-37.5 + parent: 864 + type: Transform +- uid: 16233 + type: WallSolid + components: + - pos: -29.5,-38.5 + parent: 864 + type: Transform +- uid: 16234 + type: WallSolid + components: + - pos: -28.5,-38.5 + parent: 864 + type: Transform +- uid: 16235 + type: WallSolid + components: + - pos: -27.5,-38.5 + parent: 864 + type: Transform +- uid: 16236 + type: WallSolid + components: + - pos: -26.5,-38.5 + parent: 864 + type: Transform +- uid: 16237 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: -27.5,-35.5 + parent: 864 + type: Transform +- uid: 16238 + type: APCHighCapacity + components: + - pos: -35.5,-31.5 + parent: 864 + type: Transform +- uid: 16239 + type: CableMV + components: + - pos: -27.5,-37.5 + parent: 864 + type: Transform +- uid: 16240 + type: CableMV + components: + - pos: -27.5,-36.5 + parent: 864 + type: Transform +- uid: 16241 + type: CableMV + components: + - pos: -27.5,-35.5 + parent: 864 + type: Transform +- uid: 16242 + type: CableMV + components: + - pos: -27.5,-34.5 + parent: 864 + type: Transform +- uid: 16243 + type: CableMV + components: + - pos: -28.5,-34.5 + parent: 864 + type: Transform +- uid: 16244 + type: CableMV + components: + - pos: -29.5,-34.5 + parent: 864 + type: Transform +- uid: 16245 + type: CableMV + components: + - pos: -30.5,-34.5 + parent: 864 + type: Transform +- uid: 16246 + type: CableMV + components: + - pos: -31.5,-34.5 + parent: 864 + type: Transform +- uid: 16247 + type: CableMV + components: + - pos: -32.5,-34.5 + parent: 864 + type: Transform +- uid: 16248 + type: CableMV + components: + - pos: -33.5,-34.5 + parent: 864 + type: Transform +- uid: 16249 + type: CableMV + components: + - pos: -34.5,-34.5 + parent: 864 + type: Transform +- uid: 16250 + type: CableMV + components: + - pos: -35.5,-34.5 + parent: 864 + type: Transform +- uid: 16251 + type: CableMV + components: + - pos: -35.5,-33.5 + parent: 864 + type: Transform +- uid: 16252 + type: CableMV + components: + - pos: -35.5,-32.5 + parent: 864 + type: Transform +- uid: 16253 + type: CableMV + components: + - pos: -35.5,-31.5 + parent: 864 + type: Transform +- uid: 16254 + type: CableApcExtension + components: + - pos: -35.5,-31.5 + parent: 864 + type: Transform +- uid: 16255 + type: CableApcExtension + components: + - pos: -35.5,-32.5 + parent: 864 + type: Transform +- uid: 16256 + type: CableApcExtension + components: + - pos: -35.5,-33.5 + parent: 864 + type: Transform +- uid: 16257 + type: CableApcExtension + components: + - pos: -35.5,-34.5 + parent: 864 + type: Transform +- uid: 16258 + type: CableApcExtension + components: + - pos: -36.5,-34.5 + parent: 864 + type: Transform +- uid: 16259 + type: CableApcExtension + components: + - pos: -37.5,-34.5 + parent: 864 + type: Transform +- uid: 16260 + type: CableApcExtension + components: + - pos: -38.5,-34.5 + parent: 864 + type: Transform +- uid: 16261 + type: CableApcExtension + components: + - pos: -39.5,-34.5 + parent: 864 + type: Transform +- uid: 16262 + type: CableApcExtension + components: + - pos: -40.5,-34.5 + parent: 864 + type: Transform +- uid: 16263 + type: CableApcExtension + components: + - pos: -41.5,-34.5 + parent: 864 + type: Transform +- uid: 16264 + type: CableApcExtension + components: + - pos: -42.5,-34.5 + parent: 864 + type: Transform +- uid: 16265 + type: CableApcExtension + components: + - pos: -43.5,-34.5 + parent: 864 + type: Transform +- uid: 16266 + type: CableApcExtension + components: + - pos: -39.5,-33.5 + parent: 864 + type: Transform +- uid: 16267 + type: CableApcExtension + components: + - pos: -41.5,-35.5 + parent: 864 + type: Transform +- uid: 16268 + type: CableApcExtension + components: + - pos: -41.5,-36.5 + parent: 864 + type: Transform +- uid: 16269 + type: CableApcExtension + components: + - pos: -41.5,-37.5 + parent: 864 + type: Transform +- uid: 16270 + type: CableApcExtension + components: + - pos: -41.5,-38.5 + parent: 864 + type: Transform +- uid: 16271 + type: CableApcExtension + components: + - pos: -41.5,-39.5 + parent: 864 + type: Transform +- uid: 16272 + type: CableApcExtension + components: + - pos: -42.5,-39.5 + parent: 864 + type: Transform +- uid: 16273 + type: CableApcExtension + components: + - pos: -43.5,-39.5 + parent: 864 + type: Transform +- uid: 16274 + type: CableApcExtension + components: + - pos: -44.5,-39.5 + parent: 864 + type: Transform +- uid: 16275 + type: CableApcExtension + components: + - pos: -45.5,-39.5 + parent: 864 + type: Transform +- uid: 16276 + type: CableApcExtension + components: + - pos: -46.5,-39.5 + parent: 864 + type: Transform +- uid: 16277 + type: CableApcExtension + components: + - pos: -47.5,-39.5 + parent: 864 + type: Transform +- uid: 16278 + type: CableApcExtension + components: + - pos: -47.5,-40.5 + parent: 864 + type: Transform +- uid: 16279 + type: CableApcExtension + components: + - pos: -47.5,-41.5 + parent: 864 + type: Transform +- uid: 16280 + type: CableApcExtension + components: + - pos: -48.5,-41.5 + parent: 864 + type: Transform +- uid: 16281 + type: CableApcExtension + components: + - pos: -49.5,-41.5 + parent: 864 + type: Transform +- uid: 16282 + type: CableApcExtension + components: + - pos: -50.5,-41.5 + parent: 864 + type: Transform +- uid: 16283 + type: CableApcExtension + components: + - pos: -51.5,-41.5 + parent: 864 + type: Transform +- uid: 16284 + type: CableApcExtension + components: + - pos: -51.5,-42.5 + parent: 864 + type: Transform +- uid: 16285 + type: CableApcExtension + components: + - pos: -51.5,-43.5 + parent: 864 + type: Transform +- uid: 16286 + type: CableApcExtension + components: + - pos: -51.5,-44.5 + parent: 864 + type: Transform +- uid: 16287 + type: CableApcExtension + components: + - pos: -51.5,-45.5 + parent: 864 + type: Transform +- uid: 16288 + type: CableApcExtension + components: + - pos: -51.5,-46.5 + parent: 864 + type: Transform +- uid: 16289 + type: CableApcExtension + components: + - pos: -51.5,-47.5 + parent: 864 + type: Transform +- uid: 16290 + type: CableApcExtension + components: + - pos: -51.5,-48.5 + parent: 864 + type: Transform +- uid: 16291 + type: CableApcExtension + components: + - pos: -51.5,-49.5 + parent: 864 + type: Transform +- uid: 16292 + type: CableApcExtension + components: + - pos: -51.5,-50.5 + parent: 864 + type: Transform +- uid: 16293 + type: CableApcExtension + components: + - pos: -51.5,-51.5 + parent: 864 + type: Transform +- uid: 16294 + type: CableApcExtension + components: + - pos: -51.5,-52.5 + parent: 864 + type: Transform +- uid: 16295 + type: CableApcExtension + components: + - pos: -51.5,-53.5 + parent: 864 + type: Transform +- uid: 16296 + type: CableApcExtension + components: + - pos: -51.5,-54.5 + parent: 864 + type: Transform +- uid: 16297 + type: CableApcExtension + components: + - pos: -51.5,-55.5 + parent: 864 + type: Transform +- uid: 16298 + type: CableApcExtension + components: + - pos: -50.5,-55.5 + parent: 864 + type: Transform +- uid: 16299 + type: CableApcExtension + components: + - pos: -49.5,-55.5 + parent: 864 + type: Transform +- uid: 16300 + type: CableApcExtension + components: + - pos: -48.5,-55.5 + parent: 864 + type: Transform +- uid: 16301 + type: CableApcExtension + components: + - pos: -47.5,-55.5 + parent: 864 + type: Transform +- uid: 16302 + type: CableApcExtension + components: + - pos: -50.5,-53.5 + parent: 864 + type: Transform +- uid: 16303 + type: CableApcExtension + components: + - pos: -49.5,-53.5 + parent: 864 + type: Transform +- uid: 16304 + type: CableApcExtension + components: + - pos: -48.5,-53.5 + parent: 864 + type: Transform +- uid: 16305 + type: CableApcExtension + components: + - pos: -47.5,-53.5 + parent: 864 + type: Transform +- uid: 16306 + type: CableApcExtension + components: + - pos: -50.5,-51.5 + parent: 864 + type: Transform +- uid: 16307 + type: CableApcExtension + components: + - pos: -49.5,-51.5 + parent: 864 + type: Transform +- uid: 16308 + type: CableApcExtension + components: + - pos: -48.5,-51.5 + parent: 864 + type: Transform +- uid: 16309 + type: CableApcExtension + components: + - pos: -47.5,-51.5 + parent: 864 + type: Transform +- uid: 16310 + type: CableApcExtension + components: + - pos: -50.5,-49.5 + parent: 864 + type: Transform +- uid: 16311 + type: CableApcExtension + components: + - pos: -49.5,-49.5 + parent: 864 + type: Transform +- uid: 16312 + type: CableApcExtension + components: + - pos: -48.5,-49.5 + parent: 864 + type: Transform +- uid: 16313 + type: CableApcExtension + components: + - pos: -47.5,-49.5 + parent: 864 + type: Transform +- uid: 16314 + type: CableApcExtension + components: + - pos: -50.5,-47.5 + parent: 864 + type: Transform +- uid: 16315 + type: CableApcExtension + components: + - pos: -49.5,-47.5 + parent: 864 + type: Transform +- uid: 16316 + type: CableApcExtension + components: + - pos: -48.5,-47.5 + parent: 864 + type: Transform +- uid: 16317 + type: CableApcExtension + components: + - pos: -47.5,-47.5 + parent: 864 + type: Transform +- uid: 16318 + type: CableApcExtension + components: + - pos: -50.5,-45.5 + parent: 864 + type: Transform +- uid: 16319 + type: CableApcExtension + components: + - pos: -49.5,-45.5 + parent: 864 + type: Transform +- uid: 16320 + type: CableApcExtension + components: + - pos: -48.5,-45.5 + parent: 864 + type: Transform +- uid: 16321 + type: CableApcExtension + components: + - pos: -47.5,-45.5 + parent: 864 + type: Transform +- uid: 16322 + type: CableApcExtension + components: + - pos: -50.5,-43.5 + parent: 864 + type: Transform +- uid: 16323 + type: CableApcExtension + components: + - pos: -49.5,-43.5 + parent: 864 + type: Transform +- uid: 16324 + type: CableApcExtension + components: + - pos: -48.5,-43.5 + parent: 864 + type: Transform +- uid: 16325 + type: CableApcExtension + components: + - pos: -47.5,-43.5 + parent: 864 + type: Transform +- uid: 16326 + type: CableApcExtension + components: + - pos: -38.5,-35.5 + parent: 864 + type: Transform +- uid: 16327 + type: CableApcExtension + components: + - pos: -38.5,-36.5 + parent: 864 + type: Transform +- uid: 16328 + type: CableApcExtension + components: + - pos: -38.5,-37.5 + parent: 864 + type: Transform +- uid: 16329 + type: CableApcExtension + components: + - pos: -38.5,-38.5 + parent: 864 + type: Transform +- uid: 16330 + type: CableApcExtension + components: + - pos: -38.5,-39.5 + parent: 864 + type: Transform +- uid: 16331 + type: CableApcExtension + components: + - pos: -34.5,-34.5 + parent: 864 + type: Transform +- uid: 16332 + type: CableApcExtension + components: + - pos: -33.5,-34.5 + parent: 864 + type: Transform +- uid: 16333 + type: CableApcExtension + components: + - pos: -32.5,-34.5 + parent: 864 + type: Transform +- uid: 16334 + type: CableApcExtension + components: + - pos: -31.5,-34.5 + parent: 864 + type: Transform +- uid: 16335 + type: CableApcExtension + components: + - pos: -30.5,-34.5 + parent: 864 + type: Transform +- uid: 16336 + type: CableApcExtension + components: + - pos: -29.5,-34.5 + parent: 864 + type: Transform +- uid: 16337 + type: CableApcExtension + components: + - pos: -28.5,-34.5 + parent: 864 + type: Transform +- uid: 16338 + type: CableApcExtension + components: + - pos: -27.5,-34.5 + parent: 864 + type: Transform +- uid: 16339 + type: CableApcExtension + components: + - pos: -26.5,-34.5 + parent: 864 + type: Transform +- uid: 16340 + type: CableApcExtension + components: + - pos: -25.5,-34.5 + parent: 864 + type: Transform +- uid: 16341 + type: CableApcExtension + components: + - pos: -24.5,-34.5 + parent: 864 + type: Transform +- uid: 16342 + type: CableApcExtension + components: + - pos: -23.5,-34.5 + parent: 864 + type: Transform +- uid: 16343 + type: CableApcExtension + components: + - pos: -23.5,-33.5 + parent: 864 + type: Transform +- uid: 16344 + type: CableApcExtension + components: + - pos: -32.5,-33.5 + parent: 864 + type: Transform +- uid: 16345 + type: CableApcExtension + components: + - pos: -32.5,-32.5 + parent: 864 + type: Transform +- uid: 16346 + type: CableApcExtension + components: + - pos: -31.5,-35.5 + parent: 864 + type: Transform +- uid: 16347 + type: CableApcExtension + components: + - pos: -31.5,-36.5 + parent: 864 + type: Transform +- uid: 16348 + type: CableApcExtension + components: + - pos: -31.5,-37.5 + parent: 864 + type: Transform +- uid: 16349 + type: CableApcExtension + components: + - pos: -31.5,-38.5 + parent: 864 + type: Transform +- uid: 16350 + type: CableApcExtension + components: + - pos: -31.5,-39.5 + parent: 864 + type: Transform +- uid: 16351 + type: CableApcExtension + components: + - pos: -31.5,-40.5 + parent: 864 + type: Transform +- uid: 16352 + type: CableApcExtension + components: + - pos: -32.5,-40.5 + parent: 864 + type: Transform +- uid: 16353 + type: CableApcExtension + components: + - pos: -33.5,-40.5 + parent: 864 + type: Transform +- uid: 16354 + type: CableApcExtension + components: + - pos: -34.5,-40.5 + parent: 864 + type: Transform +- uid: 16355 + type: CableApcExtension + components: + - pos: -35.5,-40.5 + parent: 864 + type: Transform +- uid: 16356 + type: CableApcExtension + components: + - pos: -35.5,-41.5 + parent: 864 + type: Transform +- uid: 16357 + type: CableApcExtension + components: + - pos: -35.5,-42.5 + parent: 864 + type: Transform +- uid: 16358 + type: CableApcExtension + components: + - pos: -35.5,-43.5 + parent: 864 + type: Transform +- uid: 16359 + type: CableApcExtension + components: + - pos: -35.5,-44.5 + parent: 864 + type: Transform +- uid: 16360 + type: CableApcExtension + components: + - pos: -35.5,-45.5 + parent: 864 + type: Transform +- uid: 16361 + type: CableApcExtension + components: + - pos: -35.5,-46.5 + parent: 864 + type: Transform +- uid: 16362 + type: CableApcExtension + components: + - pos: -35.5,-47.5 + parent: 864 + type: Transform +- uid: 16363 + type: CableApcExtension + components: + - pos: -35.5,-48.5 + parent: 864 + type: Transform +- uid: 16364 + type: CableApcExtension + components: + - pos: -35.5,-49.5 + parent: 864 + type: Transform +- uid: 16365 + type: CableApcExtension + components: + - pos: -35.5,-50.5 + parent: 864 + type: Transform +- uid: 16366 + type: CableApcExtension + components: + - pos: -35.5,-51.5 + parent: 864 + type: Transform +- uid: 16367 + type: CableApcExtension + components: + - pos: -35.5,-52.5 + parent: 864 + type: Transform +- uid: 16368 + type: CableApcExtension + components: + - pos: -35.5,-53.5 + parent: 864 + type: Transform +- uid: 16369 + type: CableApcExtension + components: + - pos: -35.5,-54.5 + parent: 864 + type: Transform +- uid: 16370 + type: CableApcExtension + components: + - pos: -35.5,-55.5 + parent: 864 + type: Transform +- uid: 16371 + type: CableApcExtension + components: + - pos: -36.5,-43.5 + parent: 864 + type: Transform +- uid: 16372 + type: CableApcExtension + components: + - pos: -37.5,-43.5 + parent: 864 + type: Transform +- uid: 16373 + type: CableApcExtension + components: + - pos: -36.5,-46.5 + parent: 864 + type: Transform +- uid: 16374 + type: CableApcExtension + components: + - pos: -37.5,-46.5 + parent: 864 + type: Transform +- uid: 16375 + type: Firelock + components: + - pos: -22.5,-26.5 + parent: 864 + type: Transform +- uid: 16376 + type: Firelock + components: + - pos: -29.5,-26.5 + parent: 864 + type: Transform +- uid: 16377 + type: AirlockAtmosphericsLocked + components: + - name: atmospherics + type: MetaData + - pos: -31.5,-30.5 + parent: 864 + type: Transform +- uid: 16378 + type: AirlockAtmosphericsLocked + components: + - name: atmospherics + type: MetaData + - pos: -32.5,-30.5 + parent: 864 + type: Transform +- uid: 16379 + type: AirlockEngineeringGlassLocked + components: + - pos: -32.5,-19.5 + parent: 864 + type: Transform +- uid: 16380 + type: AirlockEngineeringGlassLocked + components: + - pos: -31.5,-19.5 + parent: 864 + type: Transform +- uid: 16381 + type: WallReinforced + components: + - pos: -47.5,-57.5 + parent: 864 + type: Transform +- uid: 16382 + type: WallReinforced + components: + - pos: -47.5,-56.5 + parent: 864 + type: Transform +- uid: 16383 + type: AirlockAtmosphericsGlassLocked + components: + - pos: -34.5,-33.5 + parent: 864 + type: Transform +- uid: 16384 + type: AirlockAtmosphericsGlassLocked + components: + - pos: -34.5,-34.5 + parent: 864 + type: Transform +- uid: 16385 + type: GasThermoMachineHeater + components: + - pos: -40.5,-46.5 + parent: 864 + type: Transform +- uid: 16386 + type: GasThermoMachineFreezer + components: + - pos: -41.5,-46.5 + parent: 864 + type: Transform +- uid: 16387 + type: AirlockAtmosphericsLocked + components: + - pos: -26.5,-33.5 + parent: 864 + type: Transform +- uid: 16388 + type: AirlockAtmosphericsLocked + components: + - pos: -26.5,-34.5 + parent: 864 + type: Transform +- uid: 16389 + type: AirlockGlass + components: + - pos: -19.5,-39.5 + parent: 864 + type: Transform +- uid: 16390 + type: AirlockGlass + components: + - pos: -20.5,-39.5 + parent: 864 + type: Transform +- uid: 16391 + type: AirlockGlass + components: + - pos: -18.5,-39.5 + parent: 864 + type: Transform +- uid: 16392 + type: FirelockGlass + components: + - pos: -20.5,-24.5 + parent: 864 + type: Transform +- uid: 16393 + type: FirelockGlass + components: + - pos: -18.5,-24.5 + parent: 864 + type: Transform +- uid: 16394 + type: AirlockGlass + components: + - pos: -18.5,-24.5 + parent: 864 + type: Transform +- uid: 16395 + type: FirelockGlass + components: + - pos: -26.5,-16.5 + parent: 864 + type: Transform +- uid: 16396 + type: FirelockGlass + components: + - pos: -26.5,-17.5 + parent: 864 + type: Transform +- uid: 16397 + type: FirelockGlass + components: + - pos: -26.5,-18.5 + parent: 864 + type: Transform +- uid: 16398 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-7.5 + parent: 864 + type: Transform +- uid: 16399 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-7.5 + parent: 864 + type: Transform +- uid: 16400 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-7.5 + parent: 864 + type: Transform +- uid: 16401 + type: AirlockEngineeringGlass + components: + - name: engineering reception + type: MetaData + - pos: -21.5,-11.5 + parent: 864 + type: Transform +- uid: 16402 + type: AirlockEngineeringGlass + components: + - name: engineering reception + type: MetaData + - pos: -21.5,-12.5 + parent: 864 + type: Transform +- uid: 16403 + type: FirelockGlass + components: + - pos: -33.5,-11.5 + parent: 864 + type: Transform +- uid: 16404 + type: FirelockGlass + components: + - pos: -33.5,-10.5 + parent: 864 + type: Transform +- uid: 16405 + type: FirelockGlass + components: + - pos: -31.5,-7.5 + parent: 864 + type: Transform +- uid: 16406 + type: FirelockGlass + components: + - pos: -32.5,-7.5 + parent: 864 + type: Transform +- uid: 16407 + type: FirelockGlass + components: + - pos: -41.5,-8.5 + parent: 864 + type: Transform +- uid: 16408 + type: FirelockGlass + components: + - pos: -42.5,-8.5 + parent: 864 + type: Transform +- uid: 16409 + type: Firelock + components: + - pos: -49.5,-5.5 + parent: 864 + type: Transform +- uid: 16410 + type: Firelock + components: + - pos: -49.5,-6.5 + parent: 864 + type: Transform +- uid: 16411 + type: CableHV + components: + - pos: -60.5,-28.5 + parent: 864 + type: Transform +- uid: 16412 + type: CableApcExtension + components: + - pos: -63.5,-30.5 + parent: 864 + type: Transform +- uid: 16413 + type: AirlockEngineeringGlassLocked + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-21.5 + parent: 864 + type: Transform +- uid: 16414 + type: AirlockEngineeringGlassLocked + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-21.5 + parent: 864 + type: Transform +- uid: 16415 + type: FirelockGlass + components: + - pos: -40.5,-10.5 + parent: 864 + type: Transform +- uid: 16416 + type: AirlockEngineeringGlassLocked + components: + - name: particle accelerator + type: MetaData + - rot: -1.5707963267948966 rad + pos: -63.5,-23.5 + parent: 864 + type: Transform +- uid: 16417 + type: FirelockGlass + components: + - pos: -63.5,-23.5 + parent: 864 + type: Transform +- uid: 16418 + type: ComputerPowerMonitoring + components: + - rot: 1.5707963267948966 rad + pos: -55.5,-13.5 + parent: 864 + type: Transform +- uid: 16419 + type: ComputerSurveillanceCameraMonitor + components: + - rot: 1.5707963267948966 rad + pos: -55.5,-14.5 + parent: 864 + type: Transform +- uid: 16420 + type: ChairPilotSeat + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-13.5 + parent: 864 + type: Transform +- uid: 16421 + type: SheetSteel + components: + - pos: -67.49896,-32.46533 + parent: 864 + type: Transform +- uid: 16422 + type: Grille + components: + - pos: -59.5,-3.5 + parent: 864 + type: Transform +- uid: 16423 + type: Grille + components: + - pos: -60.5,-3.5 + parent: 864 + type: Transform +- uid: 16424 + type: Grille + components: + - pos: -61.5,-3.5 + parent: 864 + type: Transform +- uid: 16425 + type: Grille + components: + - pos: -62.5,-3.5 + parent: 864 + type: Transform +- uid: 16426 + type: Grille + components: + - pos: -66.5,-3.5 + parent: 864 + type: Transform +- uid: 16427 + type: Grille + components: + - pos: -67.5,-3.5 + parent: 864 + type: Transform +- uid: 16428 + type: Grille + components: + - pos: -68.5,-3.5 + parent: 864 + type: Transform +- uid: 16429 + type: Grille + components: + - pos: -69.5,-3.5 + parent: 864 + type: Transform +- uid: 16430 + type: Grille + components: + - pos: -76.5,-3.5 + parent: 864 + type: Transform +- uid: 16431 + type: Grille + components: + - pos: -73.5,-3.5 + parent: 864 + type: Transform +- uid: 16432 + type: Grille + components: + - pos: -74.5,-3.5 + parent: 864 + type: Transform +- uid: 16433 + type: Grille + components: + - pos: -75.5,-3.5 + parent: 864 + type: Transform +- uid: 16434 + type: Grille + components: + - pos: -76.5,-7.5 + parent: 864 + type: Transform +- uid: 16435 + type: Grille + components: + - pos: -76.5,-8.5 + parent: 864 + type: Transform +- uid: 16436 + type: Grille + components: + - pos: -76.5,-9.5 + parent: 864 + type: Transform +- uid: 16437 + type: Grille + components: + - pos: -76.5,-10.5 + parent: 864 + type: Transform +- uid: 16438 + type: Grille + components: + - pos: -76.5,-14.5 + parent: 864 + type: Transform +- uid: 16439 + type: Grille + components: + - pos: -76.5,-15.5 + parent: 864 + type: Transform +- uid: 16440 + type: Grille + components: + - pos: -76.5,-16.5 + parent: 864 + type: Transform +- uid: 16441 + type: Grille + components: + - pos: -76.5,-17.5 + parent: 864 + type: Transform +- uid: 16442 + type: Grille + components: + - pos: -76.5,-21.5 + parent: 864 + type: Transform +- uid: 16443 + type: Grille + components: + - pos: -76.5,-22.5 + parent: 864 + type: Transform +- uid: 16444 + type: CableApcExtension + components: + - pos: -52.5,-30.5 + parent: 864 + type: Transform +- uid: 16445 + type: CableApcExtension + components: + - pos: -52.5,-29.5 + parent: 864 + type: Transform +- uid: 16446 + type: CableApcExtension + components: + - pos: -52.5,-28.5 + parent: 864 + type: Transform +- uid: 16447 + type: CableHV + components: + - pos: -71.5,-22.5 + parent: 864 + type: Transform +- uid: 16448 + type: CableHV + components: + - pos: -72.5,-22.5 + parent: 864 + type: Transform +- uid: 16449 + type: CableHV + components: + - pos: -73.5,-22.5 + parent: 864 + type: Transform +- uid: 16450 + type: CableHV + components: + - pos: -74.5,-22.5 + parent: 864 + type: Transform +- uid: 16451 + type: CableHV + components: + - pos: -75.5,-22.5 + parent: 864 + type: Transform +- uid: 16452 + type: CableHV + components: + - pos: -76.5,-22.5 + parent: 864 + type: Transform +- uid: 16453 + type: CableHV + components: + - pos: -76.5,-21.5 + parent: 864 + type: Transform +- uid: 16454 + type: CableHV + components: + - pos: -76.5,-20.5 + parent: 864 + type: Transform +- uid: 16455 + type: CableHV + components: + - pos: -76.5,-19.5 + parent: 864 + type: Transform +- uid: 16456 + type: CableHV + components: + - pos: -76.5,-18.5 + parent: 864 + type: Transform +- uid: 16457 + type: CableHV + components: + - pos: -76.5,-17.5 + parent: 864 + type: Transform +- uid: 16458 + type: CableHV + components: + - pos: -76.5,-16.5 + parent: 864 + type: Transform +- uid: 16459 + type: CableHV + components: + - pos: -76.5,-15.5 + parent: 864 + type: Transform +- uid: 16460 + type: CableHV + components: + - pos: -76.5,-14.5 + parent: 864 + type: Transform +- uid: 16461 + type: CableHV + components: + - pos: -76.5,-13.5 + parent: 864 + type: Transform +- uid: 16462 + type: CableHV + components: + - pos: -76.5,-12.5 + parent: 864 + type: Transform +- uid: 16463 + type: CableHV + components: + - pos: -76.5,-11.5 + parent: 864 + type: Transform +- uid: 16464 + type: CableHV + components: + - pos: -76.5,-10.5 + parent: 864 + type: Transform +- uid: 16465 + type: CableHV + components: + - pos: -76.5,-9.5 + parent: 864 + type: Transform +- uid: 16466 + type: CableHV + components: + - pos: -76.5,-8.5 + parent: 864 + type: Transform +- uid: 16467 + type: CableHV + components: + - pos: -76.5,-7.5 + parent: 864 + type: Transform +- uid: 16468 + type: CableHV + components: + - pos: -76.5,-6.5 + parent: 864 + type: Transform +- uid: 16469 + type: CableHV + components: + - pos: -76.5,-5.5 + parent: 864 + type: Transform +- uid: 16470 + type: CableHV + components: + - pos: -76.5,-4.5 + parent: 864 + type: Transform +- uid: 16471 + type: CableHV + components: + - pos: -76.5,-3.5 + parent: 864 + type: Transform +- uid: 16472 + type: CableHV + components: + - pos: -75.5,-3.5 + parent: 864 + type: Transform +- uid: 16473 + type: CableHV + components: + - pos: -74.5,-3.5 + parent: 864 + type: Transform +- uid: 16474 + type: CableHV + components: + - pos: -73.5,-3.5 + parent: 864 + type: Transform +- uid: 16475 + type: CableHV + components: + - pos: -72.5,-3.5 + parent: 864 + type: Transform +- uid: 16476 + type: CableHV + components: + - pos: -71.5,-3.5 + parent: 864 + type: Transform +- uid: 16477 + type: CableHV + components: + - pos: -70.5,-3.5 + parent: 864 + type: Transform +- uid: 16478 + type: CableHV + components: + - pos: -69.5,-3.5 + parent: 864 + type: Transform +- uid: 16479 + type: CableHV + components: + - pos: -68.5,-3.5 + parent: 864 + type: Transform +- uid: 16480 + type: CableHV + components: + - pos: -67.5,-3.5 + parent: 864 + type: Transform +- uid: 16481 + type: CableHV + components: + - pos: -66.5,-3.5 + parent: 864 + type: Transform +- uid: 16482 + type: CableHV + components: + - pos: -65.5,-3.5 + parent: 864 + type: Transform +- uid: 16483 + type: CableHV + components: + - pos: -64.5,-3.5 + parent: 864 + type: Transform +- uid: 16484 + type: CableHV + components: + - pos: -63.5,-3.5 + parent: 864 + type: Transform +- uid: 16485 + type: CableHV + components: + - pos: -62.5,-3.5 + parent: 864 + type: Transform +- uid: 16486 + type: CableHV + components: + - pos: -61.5,-3.5 + parent: 864 + type: Transform +- uid: 16487 + type: CableHV + components: + - pos: -60.5,-3.5 + parent: 864 + type: Transform +- uid: 16488 + type: CableHV + components: + - pos: -59.5,-3.5 + parent: 864 + type: Transform +- uid: 16489 + type: CableHV + components: + - pos: -58.5,-3.5 + parent: 864 + type: Transform +- uid: 16490 + type: CableHV + components: + - pos: -57.5,-3.5 + parent: 864 + type: Transform +- uid: 16491 + type: CableHV + components: + - pos: -56.5,-3.5 + parent: 864 + type: Transform +- uid: 16492 + type: CableHV + components: + - pos: -56.5,-4.5 + parent: 864 + type: Transform +- uid: 16493 + type: CableHV + components: + - pos: -56.5,-6.5 + parent: 864 + type: Transform +- uid: 16494 + type: CableHV + components: + - pos: -56.5,-5.5 + parent: 864 + type: Transform +- uid: 16495 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 70.5,-33.5 + parent: 864 + type: Transform +- uid: 16496 + type: WallReinforced + components: + - pos: -70.5,-3.5 + parent: 864 + type: Transform +- uid: 16497 + type: WallReinforced + components: + - pos: -71.5,-3.5 + parent: 864 + type: Transform +- uid: 16498 + type: WallReinforced + components: + - pos: -72.5,-3.5 + parent: 864 + type: Transform +- uid: 16499 + type: WallReinforced + components: + - pos: -76.5,-4.5 + parent: 864 + type: Transform +- uid: 16500 + type: WallReinforced + components: + - pos: -76.5,-5.5 + parent: 864 + type: Transform +- uid: 16501 + type: WallReinforced + components: + - pos: -76.5,-6.5 + parent: 864 + type: Transform +- uid: 16502 + type: WallReinforced + components: + - pos: -76.5,-11.5 + parent: 864 + type: Transform +- uid: 16503 + type: AirlockExternalGlassLocked + components: + - pos: -75.5,-25.5 + parent: 864 + type: Transform +- uid: 16504 + type: WallReinforced + components: + - pos: -76.5,-13.5 + parent: 864 + type: Transform +- uid: 16505 + type: WallReinforced + components: + - pos: -76.5,-18.5 + parent: 864 + type: Transform +- uid: 16506 + type: WallReinforced + components: + - pos: -76.5,-19.5 + parent: 864 + type: Transform +- uid: 16507 + type: WallReinforced + components: + - pos: -76.5,-20.5 + parent: 864 + type: Transform +- uid: 16508 + type: CableHV + components: + - pos: -76.5,-23.5 + parent: 864 + type: Transform +- uid: 16509 + type: WallReinforced + components: + - pos: -75.5,-23.5 + parent: 864 + type: Transform +- uid: 16510 + type: WallReinforced + components: + - pos: -63.5,-3.5 + parent: 864 + type: Transform +- uid: 16511 + type: WallReinforced + components: + - pos: -64.5,-3.5 + parent: 864 + type: Transform +- uid: 16512 + type: WallReinforced + components: + - pos: -65.5,-3.5 + parent: 864 + type: Transform +- uid: 16513 + type: WallReinforced + components: + - pos: -58.5,-3.5 + parent: 864 + type: Transform +- uid: 16514 + type: WallReinforced + components: + - pos: -57.5,-3.5 + parent: 864 + type: Transform +- uid: 16515 + type: AirlockExternalGlassLocked + components: + - pos: -57.5,-1.5 + parent: 864 + type: Transform +- uid: 16516 + type: AirlockExternalGlassLocked + components: + - pos: -55.5,-1.5 + parent: 864 + type: Transform +- uid: 16517 + type: WallReinforced + components: + - pos: -75.5,-24.5 + parent: 864 + type: Transform +- uid: 16518 + type: WallReinforced + components: + - pos: -76.5,-24.5 + parent: 864 + type: Transform +- uid: 16519 + type: WallReinforced + components: + - pos: -77.5,-24.5 + parent: 864 + type: Transform +- uid: 16520 + type: WallReinforced + components: + - pos: -75.5,-27.5 + parent: 864 + type: Transform +- uid: 16521 + type: WallReinforced + components: + - pos: -74.5,-27.5 + parent: 864 + type: Transform +- uid: 16522 + type: WallReinforced + components: + - pos: -75.5,-26.5 + parent: 864 + type: Transform +- uid: 16523 + type: WallReinforced + components: + - pos: -76.5,-26.5 + parent: 864 + type: Transform +- uid: 16524 + type: WallReinforced + components: + - pos: -77.5,-26.5 + parent: 864 + type: Transform +- uid: 16525 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -73.5,-27.5 + parent: 864 + type: Transform +- uid: 16526 + type: AirlockEngineeringLocked + components: + - pos: -72.5,-27.5 + parent: 864 + type: Transform +- uid: 16527 + type: WallReinforced + components: + - pos: -71.5,-27.5 + parent: 864 + type: Transform +- uid: 16528 + type: WallReinforced + components: + - pos: -70.5,-27.5 + parent: 864 + type: Transform +- uid: 16529 + type: Grille + components: + - pos: -76.5,-23.5 + parent: 864 + type: Transform +- uid: 16530 + type: AirlockExternalGlassLocked + components: + - pos: -77.5,-25.5 + parent: 864 + type: Transform +- uid: 16531 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-1.5 + parent: 864 + type: Transform +- uid: 16532 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-2.5 + parent: 864 + type: Transform +- uid: 16533 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-3.5 + parent: 864 + type: Transform +- uid: 16534 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-4.5 + parent: 864 + type: Transform +- uid: 16535 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-5.5 + parent: 864 + type: Transform +- uid: 16536 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-6.5 + parent: 864 + type: Transform +- uid: 16537 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-7.5 + parent: 864 + type: Transform +- uid: 16538 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-8.5 + parent: 864 + type: Transform +- uid: 16539 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-9.5 + parent: 864 + type: Transform +- uid: 16540 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-10.5 + parent: 864 + type: Transform +- uid: 16541 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-11.5 + parent: 864 + type: Transform +- uid: 16542 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-12.5 + parent: 864 + type: Transform +- uid: 16543 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-13.5 + parent: 864 + type: Transform +- uid: 16544 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-14.5 + parent: 864 + type: Transform +- uid: 16545 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-15.5 + parent: 864 + type: Transform +- uid: 16546 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-16.5 + parent: 864 + type: Transform +- uid: 16547 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-17.5 + parent: 864 + type: Transform +- uid: 16548 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-18.5 + parent: 864 + type: Transform +- uid: 16549 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-19.5 + parent: 864 + type: Transform +- uid: 16550 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-20.5 + parent: 864 + type: Transform +- uid: 16551 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-21.5 + parent: 864 + type: Transform +- uid: 16552 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-22.5 + parent: 864 + type: Transform +- uid: 16553 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-23.5 + parent: 864 + type: Transform +- uid: 16554 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-24.5 + parent: 864 + type: Transform +- uid: 16555 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-25.5 + parent: 864 + type: Transform +- uid: 16556 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -79.5,-26.5 + parent: 864 + type: Transform +- uid: 16557 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -78.5,-25.5 + parent: 864 + type: Transform +- uid: 16558 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -78.5,-1.5 + parent: 864 + type: Transform +- uid: 16559 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -77.5,-1.5 + parent: 864 + type: Transform +- uid: 16560 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -76.5,-1.5 + parent: 864 + type: Transform +- uid: 16561 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -75.5,-1.5 + parent: 864 + type: Transform +- uid: 16562 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -74.5,-1.5 + parent: 864 + type: Transform +- uid: 16563 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -73.5,-1.5 + parent: 864 + type: Transform +- uid: 16564 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -72.5,-1.5 + parent: 864 + type: Transform +- uid: 16565 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -71.5,-1.5 + parent: 864 + type: Transform +- uid: 16566 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -70.5,-1.5 + parent: 864 + type: Transform +- uid: 16567 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -69.5,-1.5 + parent: 864 + type: Transform +- uid: 16568 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -68.5,-1.5 + parent: 864 + type: Transform +- uid: 16569 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -67.5,-1.5 + parent: 864 + type: Transform +- uid: 16570 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -66.5,-1.5 + parent: 864 + type: Transform +- uid: 16571 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -65.5,-1.5 + parent: 864 + type: Transform +- uid: 16572 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -64.5,-1.5 + parent: 864 + type: Transform +- uid: 16573 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -63.5,-1.5 + parent: 864 + type: Transform +- uid: 16574 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -62.5,-1.5 + parent: 864 + type: Transform +- uid: 16575 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,-1.5 + parent: 864 + type: Transform +- uid: 16576 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -60.5,-1.5 + parent: 864 + type: Transform +- uid: 16577 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-1.5 + parent: 864 + type: Transform +- uid: 16578 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-1.5 + parent: 864 + type: Transform +- uid: 16579 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -43.5,-25.5 + parent: 864 + type: Transform +- uid: 16580 + type: Rack + components: + - pos: -45.5,-19.5 + parent: 864 + type: Transform +- uid: 16581 + type: Rack + components: + - pos: -47.5,-19.5 + parent: 864 + type: Transform +- uid: 16582 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -45.5,-29.5 + parent: 864 + type: Transform +- uid: 16583 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -45.5,-30.5 + parent: 864 + type: Transform +- uid: 16584 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -45.5,-31.5 + parent: 864 + type: Transform +- uid: 16585 + type: WallSolid + components: + - pos: -46.5,-29.5 + parent: 864 + type: Transform +- uid: 16586 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -47.5,-29.5 + parent: 864 + type: Transform +- uid: 16587 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -47.5,-28.5 + parent: 864 + type: Transform +- uid: 16588 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -46.5,-31.5 + parent: 864 + type: Transform +- uid: 16589 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -47.5,-31.5 + parent: 864 + type: Transform +- uid: 16590 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -47.5,-32.5 + parent: 864 + type: Transform +- uid: 16591 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -47.5,-33.5 + parent: 864 + type: Transform +- uid: 16592 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -48.5,-33.5 + parent: 864 + type: Transform +- uid: 16593 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -49.5,-33.5 + parent: 864 + type: Transform +- uid: 16594 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -50.5,-33.5 + parent: 864 + type: Transform +- uid: 16595 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -51.5,-33.5 + parent: 864 + type: Transform +- uid: 16596 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-33.5 + parent: 864 + type: Transform +- uid: 16597 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-33.5 + parent: 864 + type: Transform +- uid: 16598 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-34.5 + parent: 864 + type: Transform +- uid: 16599 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-35.5 + parent: 864 + type: Transform +- uid: 16600 + type: ReinforcedWindow + components: + - pos: -53.5,-37.5 + parent: 864 + type: Transform +- uid: 16601 + type: ReinforcedWindow + components: + - pos: -53.5,-36.5 + parent: 864 + type: Transform +- uid: 16602 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-38.5 + parent: 864 + type: Transform +- uid: 16603 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-39.5 + parent: 864 + type: Transform +- uid: 16604 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-40.5 + parent: 864 + type: Transform +- uid: 16605 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-40.5 + parent: 864 + type: Transform +- uid: 16606 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-40.5 + parent: 864 + type: Transform +- uid: 16607 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-41.5 + parent: 864 + type: Transform +- uid: 16608 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-42.5 + parent: 864 + type: Transform +- uid: 16609 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-43.5 + parent: 864 + type: Transform +- uid: 16610 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-44.5 + parent: 864 + type: Transform +- uid: 16611 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-45.5 + parent: 864 + type: Transform +- uid: 16612 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-46.5 + parent: 864 + type: Transform +- uid: 16613 + type: WallReinforced + components: + - pos: -53.5,-46.5 + parent: 864 + type: Transform +- uid: 16614 + type: WallReinforced + components: + - pos: -53.5,-51.5 + parent: 864 + type: Transform +- uid: 16615 + type: WallReinforced + components: + - pos: -54.5,-51.5 + parent: 864 + type: Transform +- uid: 16616 + type: WallReinforced + components: + - pos: -54.5,-46.5 + parent: 864 + type: Transform +- uid: 16617 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-51.5 + parent: 864 + type: Transform +- uid: 16618 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-52.5 + parent: 864 + type: Transform +- uid: 16619 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-53.5 + parent: 864 + type: Transform +- uid: 16620 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-54.5 + parent: 864 + type: Transform +- uid: 16621 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-55.5 + parent: 864 + type: Transform +- uid: 16622 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-56.5 + parent: 864 + type: Transform +- uid: 16623 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-57.5 + parent: 864 + type: Transform +- uid: 16624 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-57.5 + parent: 864 + type: Transform +- uid: 16625 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-59.5 + parent: 864 + type: Transform +- uid: 16626 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-60.5 + parent: 864 + type: Transform +- uid: 16627 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-32.5 + parent: 864 + type: Transform +- uid: 16628 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-33.5 + parent: 864 + type: Transform +- uid: 16629 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-34.5 + parent: 864 + type: Transform +- uid: 16630 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-35.5 + parent: 864 + type: Transform +- uid: 16631 + type: ReinforcedWindow + components: + - pos: -58.5,-37.5 + parent: 864 + type: Transform +- uid: 16632 + type: ReinforcedWindow + components: + - pos: -58.5,-36.5 + parent: 864 + type: Transform +- uid: 16633 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-38.5 + parent: 864 + type: Transform +- uid: 16634 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-39.5 + parent: 864 + type: Transform +- uid: 16635 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-40.5 + parent: 864 + type: Transform +- uid: 16636 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-41.5 + parent: 864 + type: Transform +- uid: 16637 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-42.5 + parent: 864 + type: Transform +- uid: 16638 + type: ReinforcedWindow + components: + - pos: -58.5,-52.5 + parent: 864 + type: Transform +- uid: 16639 + type: ReinforcedWindow + components: + - pos: -58.5,-51.5 + parent: 864 + type: Transform +- uid: 16640 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-45.5 + parent: 864 + type: Transform +- uid: 16641 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-46.5 + parent: 864 + type: Transform +- uid: 16642 + type: ReinforcedWindow + components: + - pos: -58.5,-44.5 + parent: 864 + type: Transform +- uid: 16643 + type: ReinforcedWindow + components: + - pos: -58.5,-43.5 + parent: 864 + type: Transform +- uid: 16644 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-49.5 + parent: 864 + type: Transform +- uid: 16645 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-50.5 + parent: 864 + type: Transform +- uid: 16646 + type: ReinforcedWindow + components: + - pos: -58.5,-48.5 + parent: 864 + type: Transform +- uid: 16647 + type: ReinforcedWindow + components: + - pos: -58.5,-47.5 + parent: 864 + type: Transform +- uid: 16648 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-53.5 + parent: 864 + type: Transform +- uid: 16649 + type: AirlockExternalGlassLocked + components: + - pos: -58.5,-54.5 + parent: 864 + type: Transform +- uid: 16650 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-55.5 + parent: 864 + type: Transform +- uid: 16651 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-56.5 + parent: 864 + type: Transform +- uid: 16652 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-57.5 + parent: 864 + type: Transform +- uid: 16653 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -58.5,-58.5 + parent: 864 + type: Transform +- uid: 16654 + type: SignDirectionalBar + components: + - pos: -19.478512,48.31118 + parent: 864 + type: Transform +- uid: 16655 + type: Poweredlight + components: + - pos: -41.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16656 + type: Poweredlight + components: + - pos: -36.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16657 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -56.5,-64.5 + parent: 864 + type: Transform +- uid: 16658 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -56.5,-65.5 + parent: 864 + type: Transform +- uid: 16659 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -56.5,-66.5 + parent: 864 + type: Transform +- uid: 16660 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -57.5,-34.5 + parent: 864 + type: Transform +- uid: 16661 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -56.5,-34.5 + parent: 864 + type: Transform +- uid: 16662 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-34.5 + parent: 864 + type: Transform +- uid: 16663 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -57.5,-40.5 + parent: 864 + type: Transform +- uid: 16664 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-29.5 + parent: 864 + type: Transform +- uid: 16665 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -40.5,-46.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16666 + type: Poweredlight + components: + - pos: -36.5,-53.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16667 + type: CableApcExtension + components: + - pos: -41.5,-40.5 + parent: 864 + type: Transform +- uid: 16668 + type: CableApcExtension + components: + - pos: -41.5,-41.5 + parent: 864 + type: Transform +- uid: 16669 + type: CableApcExtension + components: + - pos: -41.5,-42.5 + parent: 864 + type: Transform +- uid: 16670 + type: CableApcExtension + components: + - pos: -41.5,-43.5 + parent: 864 + type: Transform +- uid: 16671 + type: CableApcExtension + components: + - pos: -41.5,-44.5 + parent: 864 + type: Transform +- uid: 16672 + type: CableApcExtension + components: + - pos: -41.5,-45.5 + parent: 864 + type: Transform +- uid: 16673 + type: CableApcExtension + components: + - pos: -41.5,-46.5 + parent: 864 + type: Transform +- uid: 16674 + type: CableApcExtension + components: + - pos: -41.5,-47.5 + parent: 864 + type: Transform +- uid: 16675 + type: CableApcExtension + components: + - pos: -41.5,-48.5 + parent: 864 + type: Transform +- uid: 16676 + type: CableApcExtension + components: + - pos: -41.5,-49.5 + parent: 864 + type: Transform +- uid: 16677 + type: CableApcExtension + components: + - pos: -41.5,-50.5 + parent: 864 + type: Transform +- uid: 16678 + type: CableApcExtension + components: + - pos: -41.5,-51.5 + parent: 864 + type: Transform +- uid: 16679 + type: CableApcExtension + components: + - pos: -41.5,-52.5 + parent: 864 + type: Transform +- uid: 16680 + type: Poweredlight + components: + - pos: -41.5,-53.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16681 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16682 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16683 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16684 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16685 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-49.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16686 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-51.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16687 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-53.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16688 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-55.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16689 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16690 + type: Poweredlight + components: + - pos: -27.5,-33.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16691 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-33.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16692 + type: SignDirectionalEvac + components: + - pos: -19.483376,48.548702 + parent: 864 + type: Transform +- uid: 16693 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -33.5,-35.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16694 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -39.5,-36.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 16695 + type: PoweredSmallLight + components: + - pos: -43.5,-33.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 16696 + type: Table + components: + - pos: -36.5,-46.5 + parent: 864 + type: Transform +- uid: 16697 + type: Table + components: + - pos: -35.5,-46.5 + parent: 864 + type: Transform +- uid: 16698 + type: Table + components: + - pos: -35.5,-47.5 + parent: 864 + type: Transform +- uid: 16699 + type: Table + components: + - pos: -35.5,-48.5 + parent: 864 + type: Transform +- uid: 16700 + type: Table + components: + - pos: -35.5,-49.5 + parent: 864 + type: Transform +- uid: 16701 + type: Table + components: + - pos: -35.5,-50.5 + parent: 864 + type: Transform +- uid: 16702 + type: Grille + components: + - pos: -35.5,-58.5 + parent: 864 + type: Transform +- uid: 16703 + type: Grille + components: + - pos: -36.5,-58.5 + parent: 864 + type: Transform +- uid: 16704 + type: Grille + components: + - pos: -38.5,-58.5 + parent: 864 + type: Transform +- uid: 16705 + type: Grille + components: + - pos: -39.5,-58.5 + parent: 864 + type: Transform +- uid: 16706 + type: Grille + components: + - pos: -41.5,-58.5 + parent: 864 + type: Transform +- uid: 16707 + type: Grille + components: + - pos: -42.5,-58.5 + parent: 864 + type: Transform +- uid: 16708 + type: Grille + components: + - pos: -44.5,-58.5 + parent: 864 + type: Transform +- uid: 16709 + type: WallReinforced + components: + - pos: -45.5,-41.5 + parent: 864 + type: Transform +- uid: 16710 + type: WallReinforced + components: + - pos: -57.5,-70.5 + parent: 864 + type: Transform +- uid: 16711 + type: WallReinforced + components: + - pos: -57.5,-72.5 + parent: 864 + type: Transform +- uid: 16712 + type: WallReinforced + components: + - pos: -57.5,-74.5 + parent: 864 + type: Transform +- uid: 16713 + type: WallReinforced + components: + - pos: -57.5,-78.5 + parent: 864 + type: Transform +- uid: 16714 + type: WallReinforced + components: + - pos: -57.5,-80.5 + parent: 864 + type: Transform +- uid: 16715 + type: WallReinforced + components: + - pos: -57.5,-82.5 + parent: 864 + type: Transform +- uid: 16716 + type: WallReinforced + components: + - pos: -56.5,-67.5 + parent: 864 + type: Transform +- uid: 16717 + type: WallReinforced + components: + - pos: -57.5,-67.5 + parent: 864 + type: Transform +- uid: 16718 + type: WallReinforced + components: + - pos: -57.5,-68.5 + parent: 864 + type: Transform +- uid: 16719 + type: WallReinforced + components: + - pos: -57.5,-69.5 + parent: 864 + type: Transform +- uid: 16720 + type: WallSolid + components: + - pos: -55.5,-65.5 + parent: 864 + type: Transform +- uid: 16721 + type: WallSolid + components: + - pos: -54.5,-65.5 + parent: 864 + type: Transform +- uid: 16722 + type: WallSolid + components: + - pos: -53.5,-65.5 + parent: 864 + type: Transform +- uid: 16723 + type: WallSolid + components: + - pos: -52.5,-65.5 + parent: 864 + type: Transform +- uid: 16724 + type: WallSolid + components: + - pos: -51.5,-65.5 + parent: 864 + type: Transform +- uid: 16725 + type: WallSolid + components: + - pos: -51.5,-64.5 + parent: 864 + type: Transform +- uid: 16726 + type: WallSolid + components: + - pos: -51.5,-62.5 + parent: 864 + type: Transform +- uid: 16727 + type: WallSolid + components: + - pos: -51.5,-61.5 + parent: 864 + type: Transform +- uid: 16728 + type: WallSolid + components: + - pos: -22.5,-59.5 + parent: 864 + type: Transform +- uid: 16729 + type: WallSolid + components: + - pos: -56.5,-69.5 + parent: 864 + type: Transform +- uid: 16730 + type: WallSolid + components: + - pos: -24.5,-59.5 + parent: 864 + type: Transform +- uid: 16731 + type: WallSolid + components: + - pos: -25.5,-59.5 + parent: 864 + type: Transform +- uid: 16732 + type: WallSolid + components: + - pos: -22.5,-61.5 + parent: 864 + type: Transform +- uid: 16733 + type: WallSolid + components: + - pos: -23.5,-61.5 + parent: 864 + type: Transform +- uid: 16734 + type: WallSolid + components: + - pos: -24.5,-61.5 + parent: 864 + type: Transform +- uid: 16735 + type: WallSolid + components: + - pos: -25.5,-61.5 + parent: 864 + type: Transform +- uid: 16736 + type: WallSolid + components: + - pos: -22.5,-50.5 + parent: 864 + type: Transform +- uid: 16737 + type: WallSolid + components: + - pos: -23.5,-50.5 + parent: 864 + type: Transform +- uid: 16738 + type: WallSolid + components: + - pos: -24.5,-50.5 + parent: 864 + type: Transform +- uid: 16739 + type: WallSolid + components: + - pos: -25.5,-50.5 + parent: 864 + type: Transform +- uid: 16740 + type: WallSolid + components: + - pos: -24.5,-48.5 + parent: 864 + type: Transform +- uid: 16741 + type: WallSolid + components: + - pos: -26.5,-48.5 + parent: 864 + type: Transform +- uid: 16742 + type: WallSolid + components: + - pos: -25.5,-48.5 + parent: 864 + type: Transform +- uid: 16743 + type: WallSolid + components: + - pos: -26.5,-50.5 + parent: 864 + type: Transform +- uid: 16744 + type: WallSolid + components: + - pos: -27.5,-50.5 + parent: 864 + type: Transform +- uid: 16745 + type: WallSolid + components: + - pos: -28.5,-50.5 + parent: 864 + type: Transform +- uid: 16746 + type: WallSolid + components: + - pos: -28.5,-49.5 + parent: 864 + type: Transform +- uid: 16747 + type: WallSolid + components: + - pos: -28.5,-48.5 + parent: 864 + type: Transform +- uid: 16748 + type: ReinforcedWindow + components: + - pos: -28.5,-47.5 + parent: 864 + type: Transform +- uid: 16749 + type: WallSolid + components: + - pos: -28.5,-46.5 + parent: 864 + type: Transform +- uid: 16750 + type: WallSolid + components: + - pos: -28.5,-45.5 + parent: 864 + type: Transform +- uid: 16751 + type: WallSolid + components: + - pos: -29.5,-45.5 + parent: 864 + type: Transform +- uid: 16752 + type: WallSolid + components: + - pos: -29.5,-42.5 + parent: 864 + type: Transform +- uid: 16753 + type: WallSolid + components: + - pos: -28.5,-42.5 + parent: 864 + type: Transform +- uid: 16754 + type: WallSolid + components: + - pos: -27.5,-42.5 + parent: 864 + type: Transform +- uid: 16755 + type: WallSolid + components: + - pos: -26.5,-42.5 + parent: 864 + type: Transform +- uid: 16756 + type: WallSolid + components: + - pos: -26.5,-43.5 + parent: 864 + type: Transform +- uid: 16757 + type: WallSolid + components: + - pos: -26.5,-44.5 + parent: 864 + type: Transform +- uid: 16758 + type: WallSolid + components: + - pos: -26.5,-45.5 + parent: 864 + type: Transform +- uid: 16759 + type: WallSolid + components: + - pos: -30.5,-45.5 + parent: 864 + type: Transform +- uid: 16760 + type: WallSolid + components: + - pos: -29.5,-49.5 + parent: 864 + type: Transform +- uid: 16761 + type: WallSolid + components: + - pos: -31.5,-49.5 + parent: 864 + type: Transform +- uid: 16762 + type: WallSolid + components: + - pos: -27.5,-39.5 + parent: 864 + type: Transform +- uid: 16763 + type: WallSolid + components: + - pos: -27.5,-40.5 + parent: 864 + type: Transform +- uid: 16764 + type: WallSolid + components: + - pos: -23.5,-52.5 + parent: 864 + type: Transform +- uid: 16765 + type: WallSolid + components: + - pos: -23.5,-53.5 + parent: 864 + type: Transform +- uid: 16766 + type: WallSolid + components: + - pos: -23.5,-54.5 + parent: 864 + type: Transform +- uid: 16767 + type: WallSolid + components: + - pos: -23.5,-55.5 + parent: 864 + type: Transform +- uid: 16768 + type: WallSolid + components: + - pos: -23.5,-56.5 + parent: 864 + type: Transform +- uid: 16769 + type: WallSolid + components: + - pos: -24.5,-56.5 + parent: 864 + type: Transform +- uid: 16770 + type: WallSolid + components: + - pos: -25.5,-56.5 + parent: 864 + type: Transform +- uid: 16771 + type: WallSolid + components: + - pos: -25.5,-57.5 + parent: 864 + type: Transform +- uid: 16772 + type: WallSolid + components: + - pos: -25.5,-58.5 + parent: 864 + type: Transform +- uid: 16773 + type: WallSolid + components: + - pos: -26.5,-56.5 + parent: 864 + type: Transform +- uid: 16774 + type: WallSolid + components: + - pos: -27.5,-56.5 + parent: 864 + type: Transform +- uid: 16775 + type: WallSolid + components: + - pos: -29.5,-56.5 + parent: 864 + type: Transform +- uid: 16776 + type: WallSolid + components: + - pos: -30.5,-56.5 + parent: 864 + type: Transform +- uid: 16777 + type: WallReinforced + components: + - pos: -31.5,-57.5 + parent: 864 + type: Transform +- uid: 16778 + type: WallSolid + components: + - pos: -30.5,-57.5 + parent: 864 + type: Transform +- uid: 16779 + type: WallReinforced + components: + - pos: -31.5,-58.5 + parent: 864 + type: Transform +- uid: 16780 + type: WallReinforced + components: + - pos: -30.5,-58.5 + parent: 864 + type: Transform +- uid: 16781 + type: WallReinforced + components: + - pos: -30.5,-59.5 + parent: 864 + type: Transform +- uid: 16782 + type: WallReinforced + components: + - pos: -30.5,-60.5 + parent: 864 + type: Transform +- uid: 16783 + type: WallReinforced + components: + - pos: -31.5,-60.5 + parent: 864 + type: Transform +- uid: 16784 + type: WallReinforced + components: + - pos: -31.5,-61.5 + parent: 864 + type: Transform +- uid: 16785 + type: WallReinforced + components: + - pos: -32.5,-61.5 + parent: 864 + type: Transform +- uid: 16786 + type: WallReinforced + components: + - pos: -33.5,-61.5 + parent: 864 + type: Transform +- uid: 16787 + type: WallReinforced + components: + - pos: -33.5,-62.5 + parent: 864 + type: Transform +- uid: 16788 + type: WallReinforced + components: + - pos: -34.5,-62.5 + parent: 864 + type: Transform +- uid: 16789 + type: WallReinforced + components: + - pos: -35.5,-62.5 + parent: 864 + type: Transform +- uid: 16790 + type: WallReinforced + components: + - pos: -36.5,-62.5 + parent: 864 + type: Transform +- uid: 16791 + type: WallReinforced + components: + - pos: -37.5,-62.5 + parent: 864 + type: Transform +- uid: 16792 + type: WallReinforced + components: + - pos: -38.5,-62.5 + parent: 864 + type: Transform +- uid: 16793 + type: WallReinforced + components: + - pos: -39.5,-62.5 + parent: 864 + type: Transform +- uid: 16794 + type: WallReinforced + components: + - pos: -40.5,-62.5 + parent: 864 + type: Transform +- uid: 16795 + type: WallReinforced + components: + - pos: -41.5,-62.5 + parent: 864 + type: Transform +- uid: 16796 + type: WallReinforced + components: + - pos: -42.5,-62.5 + parent: 864 + type: Transform +- uid: 16797 + type: WallReinforced + components: + - pos: -43.5,-62.5 + parent: 864 + type: Transform +- uid: 16798 + type: WallReinforced + components: + - pos: -44.5,-62.5 + parent: 864 + type: Transform +- uid: 16799 + type: WallReinforced + components: + - pos: -45.5,-62.5 + parent: 864 + type: Transform +- uid: 16800 + type: WallReinforced + components: + - pos: -46.5,-62.5 + parent: 864 + type: Transform +- uid: 16801 + type: WallReinforced + components: + - pos: -47.5,-62.5 + parent: 864 + type: Transform +- uid: 16802 + type: WallReinforced + components: + - pos: -48.5,-62.5 + parent: 864 + type: Transform +- uid: 16803 + type: WallReinforced + components: + - pos: -49.5,-62.5 + parent: 864 + type: Transform +- uid: 16804 + type: WallReinforced + components: + - pos: -50.5,-61.5 + parent: 864 + type: Transform +- uid: 16805 + type: WallReinforced + components: + - pos: -49.5,-61.5 + parent: 864 + type: Transform +- uid: 16806 + type: WallReinforced + components: + - pos: -74.5,-11.5 + parent: 864 + type: Transform +- uid: 16807 + type: WallReinforced + components: + - pos: -74.5,-13.5 + parent: 864 + type: Transform +- uid: 16808 + type: AirlockEngineeringLocked + components: + - name: danger! singularity + type: MetaData + - pos: -75.5,-12.5 + parent: 864 + type: Transform +- uid: 16809 + type: AirlockExternalGlassLocked + components: + - pos: -74.5,-12.5 + parent: 864 + type: Transform +- uid: 16810 + type: CableHV + components: + - pos: -53.5,-25.5 + parent: 864 + type: Transform +- uid: 16811 + type: CableHV + components: + - pos: -51.5,-25.5 + parent: 864 + type: Transform +- uid: 16812 + type: Table + components: + - pos: -51.5,-16.5 + parent: 864 + type: Transform +- uid: 16813 + type: Table + components: + - pos: -50.5,-16.5 + parent: 864 + type: Transform +- uid: 16814 + type: Table + components: + - pos: -50.5,-17.5 + parent: 864 + type: Transform +- uid: 16815 + type: WallReinforced + components: + - pos: -52.5,-11.5 + parent: 864 + type: Transform +- uid: 16816 + type: WallReinforced + components: + - pos: -52.5,-10.5 + parent: 864 + type: Transform +- uid: 16817 + type: WallReinforced + components: + - pos: -52.5,-9.5 + parent: 864 + type: Transform +- uid: 16818 + type: WallReinforced + components: + - pos: -52.5,-7.5 + parent: 864 + type: Transform +- uid: 16819 + type: WallReinforced + components: + - pos: -51.5,-7.5 + parent: 864 + type: Transform +- uid: 16820 + type: WallReinforced + components: + - pos: -50.5,-7.5 + parent: 864 + type: Transform +- uid: 16821 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: -52.5,-8.5 + parent: 864 + type: Transform +- uid: 16822 + type: Table + components: + - pos: -52.5,-16.5 + parent: 864 + type: Transform +- uid: 16823 + type: Table + components: + - pos: -52.5,-15.5 + parent: 864 + type: Transform +- uid: 16824 + type: Table + components: + - pos: -52.5,-14.5 + parent: 864 + type: Transform +- uid: 16825 + type: CableMV + components: + - pos: -54.5,-13.5 + parent: 864 + type: Transform +- uid: 16826 + type: Table + components: + - pos: -52.5,-12.5 + parent: 864 + type: Transform +- uid: 16827 + type: LockerEngineerFilled + components: + - pos: -50.5,-20.5 + parent: 864 + type: Transform +- uid: 16828 + type: Rack + components: + - pos: -55.5,-6.5 + parent: 864 + type: Transform +- uid: 16829 + type: SheetGlass + components: + - pos: -55.463116,-25.47082 + parent: 864 + type: Transform +- uid: 16830 + type: ClosetEmergencyFilledRandom + components: + - pos: -54.5,-5.5 + parent: 864 + type: Transform +- uid: 16831 + type: ClothingEyesGlassesMeson + components: + - pos: -52.538578,-12.210998 + parent: 864 + type: Transform +- uid: 16832 + type: ClothingEyesGlassesMeson + components: + - pos: -52.507328,-12.445373 + parent: 864 + type: Transform +- uid: 16833 + type: ClothingEyesGlassesMeson + components: + - pos: -56.32557,-25.518402 + parent: 864 + type: Transform +- uid: 16834 + type: ClothingEyesGlassesMeson + components: + - pos: -66.22068,-32.32545 + parent: 864 + type: Transform +- uid: 16835 + type: WelderMini + components: + - pos: -52.426445,-12.844277 + parent: 864 + type: Transform +- uid: 16836 + type: SheetSteel + components: + - pos: -52.454388,-15.561366 + parent: 864 + type: Transform +- uid: 16837 + type: Emitter + components: + - rot: 1.5707963267948966 rad + pos: -55.5,-7.5 + parent: 864 + type: Transform +- uid: 16838 + type: MaintenanceToolSpawner + components: + - rot: 1.5707963267948966 rad + pos: -55.5,-6.5 + parent: 864 + type: Transform +- uid: 16839 + type: Wrench + components: + - pos: -52.48202,-14.116064 + parent: 864 + type: Transform +- uid: 16840 + type: MaintenanceToolSpawner + components: + - pos: -52.5,-15.5 + parent: 864 + type: Transform +- uid: 16841 + type: MaintenanceToolSpawner + components: + - pos: -50.5,-16.5 + parent: 864 + type: Transform +- uid: 16842 + type: DrinkLean + components: + - pos: -52.43649,-16.426428 + parent: 864 + type: Transform +- uid: 16843 + type: Table + components: + - pos: -70.5,-25.5 + parent: 864 + type: Transform +- uid: 16844 + type: Table + components: + - pos: -70.5,-26.5 + parent: 864 + type: Transform +- uid: 16845 + type: Table + components: + - pos: -71.5,-26.5 + parent: 864 + type: Transform +- uid: 16846 + type: ContainmentFieldGenerator + components: + - pos: -74.5,-26.5 + parent: 864 + type: Transform +- uid: 16847 + type: ContainmentFieldGenerator + components: + - pos: -73.5,-26.5 + parent: 864 + type: Transform +- uid: 16848 + type: CableHV + components: + - pos: -71.5,-21.5 + parent: 864 + type: Transform +- uid: 16849 + type: WallSolid + components: + - pos: -26.5,-61.5 + parent: 864 + type: Transform +- uid: 16850 + type: WallSolid + components: + - pos: -29.5,-60.5 + parent: 864 + type: Transform +- uid: 16851 + type: WallSolid + components: + - pos: -29.5,-61.5 + parent: 864 + type: Transform +- uid: 16852 + type: WallSolid + components: + - pos: -26.5,-62.5 + parent: 864 + type: Transform +- uid: 16853 + type: WallSolid + components: + - pos: -26.5,-63.5 + parent: 864 + type: Transform +- uid: 16854 + type: WallSolid + components: + - pos: -29.5,-62.5 + parent: 864 + type: Transform +- uid: 16855 + type: WallSolid + components: + - pos: -29.5,-63.5 + parent: 864 + type: Transform +- uid: 16856 + type: WallSolid + components: + - pos: -29.5,-64.5 + parent: 864 + type: Transform +- uid: 16857 + type: WallSolid + components: + - pos: -28.5,-64.5 + parent: 864 + type: Transform +- uid: 16858 + type: WallSolid + components: + - pos: -28.5,-65.5 + parent: 864 + type: Transform +- uid: 16859 + type: WallSolid + components: + - pos: -27.5,-65.5 + parent: 864 + type: Transform +- uid: 16860 + type: WallSolid + components: + - pos: -26.5,-65.5 + parent: 864 + type: Transform +- uid: 16861 + type: WallSolid + components: + - pos: -25.5,-63.5 + parent: 864 + type: Transform +- uid: 16862 + type: WallSolid + components: + - pos: -24.5,-63.5 + parent: 864 + type: Transform +- uid: 16863 + type: WallSolid + components: + - pos: -24.5,-65.5 + parent: 864 + type: Transform +- uid: 16864 + type: WallSolid + components: + - pos: -25.5,-65.5 + parent: 864 + type: Transform +- uid: 16865 + type: WallSolid + components: + - pos: -27.5,-68.5 + parent: 864 + type: Transform +- uid: 16866 + type: WallSolid + components: + - pos: -28.5,-68.5 + parent: 864 + type: Transform +- uid: 16867 + type: WallSolid + components: + - pos: -29.5,-68.5 + parent: 864 + type: Transform +- uid: 16868 + type: WallSolid + components: + - pos: -29.5,-67.5 + parent: 864 + type: Transform +- uid: 16869 + type: WallSolid + components: + - pos: -31.5,-67.5 + parent: 864 + type: Transform +- uid: 16870 + type: CableApcExtension + components: + - pos: -25.5,-72.5 + parent: 864 + type: Transform +- uid: 16871 + type: WallSolid + components: + - pos: -30.5,-64.5 + parent: 864 + type: Transform +- uid: 16872 + type: WallSolid + components: + - pos: -30.5,-65.5 + parent: 864 + type: Transform +- uid: 16873 + type: WallSolid + components: + - pos: -31.5,-65.5 + parent: 864 + type: Transform +- uid: 16874 + type: WallSolid + components: + - pos: -32.5,-65.5 + parent: 864 + type: Transform +- uid: 16875 + type: WallSolid + components: + - pos: -32.5,-64.5 + parent: 864 + type: Transform +- uid: 16876 + type: WallSolid + components: + - pos: -33.5,-64.5 + parent: 864 + type: Transform +- uid: 16877 + type: WallSolid + components: + - pos: -55.5,-69.5 + parent: 864 + type: Transform +- uid: 16878 + type: WallSolid + components: + - pos: -54.5,-69.5 + parent: 864 + type: Transform +- uid: 16879 + type: WallSolid + components: + - pos: -53.5,-69.5 + parent: 864 + type: Transform +- uid: 16880 + type: WallSolid + components: + - pos: -52.5,-69.5 + parent: 864 + type: Transform +- uid: 16881 + type: WallSolid + components: + - pos: -52.5,-70.5 + parent: 864 + type: Transform +- uid: 16882 + type: WallSolid + components: + - pos: -52.5,-71.5 + parent: 864 + type: Transform +- uid: 16883 + type: WallSolid + components: + - pos: -51.5,-71.5 + parent: 864 + type: Transform +- uid: 16884 + type: WallSolid + components: + - pos: -51.5,-72.5 + parent: 864 + type: Transform +- uid: 16885 + type: WallSolid + components: + - pos: -50.5,-72.5 + parent: 864 + type: Transform +- uid: 16886 + type: WallSolid + components: + - pos: -50.5,-73.5 + parent: 864 + type: Transform +- uid: 16887 + type: WallSolid + components: + - pos: -50.5,-74.5 + parent: 864 + type: Transform +- uid: 16888 + type: WallSolid + components: + - pos: -50.5,-75.5 + parent: 864 + type: Transform +- uid: 16889 + type: WallReinforced + components: + - pos: -59.5,-78.5 + parent: 864 + type: Transform +- uid: 16890 + type: WallReinforced + components: + - pos: -50.5,-77.5 + parent: 864 + type: Transform +- uid: 16891 + type: WallReinforced + components: + - pos: -50.5,-78.5 + parent: 864 + type: Transform +- uid: 16892 + type: WallReinforced + components: + - pos: -57.5,-83.5 + parent: 864 + type: Transform +- uid: 16893 + type: WallReinforced + components: + - pos: -56.5,-83.5 + parent: 864 + type: Transform +- uid: 16894 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-83.5 + parent: 864 + type: Transform +- uid: 16895 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-83.5 + parent: 864 + type: Transform +- uid: 16896 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-83.5 + parent: 864 + type: Transform +- uid: 16897 + type: WallReinforced + components: + - pos: -52.5,-83.5 + parent: 864 + type: Transform +- uid: 16898 + type: WallReinforced + components: + - pos: -52.5,-82.5 + parent: 864 + type: Transform +- uid: 16899 + type: WallReinforced + components: + - pos: -52.5,-81.5 + parent: 864 + type: Transform +- uid: 16900 + type: WallReinforced + components: + - pos: -51.5,-81.5 + parent: 864 + type: Transform +- uid: 16901 + type: WallReinforced + components: + - pos: -51.5,-80.5 + parent: 864 + type: Transform +- uid: 16902 + type: WallReinforced + components: + - pos: -50.5,-80.5 + parent: 864 + type: Transform +- uid: 16903 + type: WallReinforced + components: + - pos: -50.5,-79.5 + parent: 864 + type: Transform +- uid: 16904 + type: WallReinforced + components: + - pos: -59.5,-80.5 + parent: 864 + type: Transform +- uid: 16905 + type: WallReinforced + components: + - pos: -59.5,-82.5 + parent: 864 + type: Transform +- uid: 16906 + type: WallReinforced + components: + - pos: -58.5,-82.5 + parent: 864 + type: Transform +- uid: 16907 + type: WallReinforced + components: + - pos: -58.5,-80.5 + parent: 864 + type: Transform +- uid: 16908 + type: WallReinforced + components: + - pos: -58.5,-78.5 + parent: 864 + type: Transform +- uid: 16909 + type: WallReinforced + components: + - pos: -58.5,-74.5 + parent: 864 + type: Transform +- uid: 16910 + type: WallReinforced + components: + - pos: -59.5,-74.5 + parent: 864 + type: Transform +- uid: 16911 + type: WallReinforced + components: + - pos: -58.5,-72.5 + parent: 864 + type: Transform +- uid: 16912 + type: WallReinforced + components: + - pos: -59.5,-72.5 + parent: 864 + type: Transform +- uid: 16913 + type: WallReinforced + components: + - pos: -58.5,-70.5 + parent: 864 + type: Transform +- uid: 16914 + type: WallReinforced + components: + - pos: -59.5,-70.5 + parent: 864 + type: Transform +- uid: 16915 + type: ReinforcedWindow + components: + - pos: -57.5,-75.5 + parent: 864 + type: Transform +- uid: 16916 + type: ReinforcedWindow + components: + - pos: -57.5,-76.5 + parent: 864 + type: Transform +- uid: 16917 + type: ReinforcedWindow + components: + - pos: -57.5,-77.5 + parent: 864 + type: Transform +- uid: 16918 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-73.5 + parent: 864 + type: Transform +- uid: 16919 + type: WallSolid + components: + - pos: -49.5,-75.5 + parent: 864 + type: Transform +- uid: 16920 + type: ReinforcedWindow + components: + - pos: -48.5,-83.5 + parent: 864 + type: Transform +- uid: 16921 + type: WallSolid + components: + - pos: -48.5,-75.5 + parent: 864 + type: Transform +- uid: 16922 + type: WallSolid + components: + - pos: -48.5,-74.5 + parent: 864 + type: Transform +- uid: 16923 + type: WallSolid + components: + - pos: -48.5,-73.5 + parent: 864 + type: Transform +- uid: 16924 + type: WallSolid + components: + - pos: -48.5,-72.5 + parent: 864 + type: Transform +- uid: 16925 + type: WallSolid + components: + - pos: -48.5,-71.5 + parent: 864 + type: Transform +- uid: 16926 + type: WallSolid + components: + - pos: -47.5,-71.5 + parent: 864 + type: Transform +- uid: 16927 + type: WallSolid + components: + - pos: -46.5,-71.5 + parent: 864 + type: Transform +- uid: 16928 + type: WallSolid + components: + - pos: -46.5,-70.5 + parent: 864 + type: Transform +- uid: 16929 + type: WallSolid + components: + - pos: -45.5,-70.5 + parent: 864 + type: Transform +- uid: 16930 + type: WallSolid + components: + - pos: -45.5,-69.5 + parent: 864 + type: Transform +- uid: 16931 + type: WallSolid + components: + - pos: -44.5,-69.5 + parent: 864 + type: Transform +- uid: 16932 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-80.5 + parent: 864 + type: Transform +- uid: 16933 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-79.5 + parent: 864 + type: Transform +- uid: 16934 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-77.5 + parent: 864 + type: Transform +- uid: 16935 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-85.5 + parent: 864 + type: Transform +- uid: 16936 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-84.5 + parent: 864 + type: Transform +- uid: 16937 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-86.5 + parent: 864 + type: Transform +- uid: 16938 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-86.5 + parent: 864 + type: Transform +- uid: 16939 + type: WallSolid + components: + - pos: -43.5,-69.5 + parent: 864 + type: Transform +- uid: 16940 + type: WallSolid + components: + - pos: -40.5,-68.5 + parent: 864 + type: Transform +- uid: 16941 + type: WallSolid + components: + - pos: -40.5,-67.5 + parent: 864 + type: Transform +- uid: 16942 + type: WallSolid + components: + - pos: -40.5,-69.5 + parent: 864 + type: Transform +- uid: 16943 + type: WallSolid + components: + - pos: -39.5,-69.5 + parent: 864 + type: Transform +- uid: 16944 + type: WallSolid + components: + - pos: -38.5,-69.5 + parent: 864 + type: Transform +- uid: 16945 + type: WallSolid + components: + - pos: -38.5,-70.5 + parent: 864 + type: Transform +- uid: 16946 + type: WallSolid + components: + - pos: -37.5,-70.5 + parent: 864 + type: Transform +- uid: 16947 + type: WallSolid + components: + - pos: -37.5,-71.5 + parent: 864 + type: Transform +- uid: 16948 + type: WallSolid + components: + - pos: -36.5,-71.5 + parent: 864 + type: Transform +- uid: 16949 + type: WallSolid + components: + - pos: -35.5,-71.5 + parent: 864 + type: Transform +- uid: 16950 + type: WallSolid + components: + - pos: -35.5,-72.5 + parent: 864 + type: Transform +- uid: 16951 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-73.5 + parent: 864 + type: Transform +- uid: 16952 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-77.5 + parent: 864 + type: Transform +- uid: 16953 + type: ReinforcedWindow + components: + - pos: -35.5,-82.5 + parent: 864 + type: Transform +- uid: 16954 + type: ReinforcedWindow + components: + - pos: -35.5,-81.5 + parent: 864 + type: Transform +- uid: 16955 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-80.5 + parent: 864 + type: Transform +- uid: 16956 + type: ReinforcedWindow + components: + - pos: -35.5,-77.5 + parent: 864 + type: Transform +- uid: 16957 + type: ReinforcedWindow + components: + - pos: -35.5,-83.5 + parent: 864 + type: Transform +- uid: 16958 + type: ReinforcedWindow + components: + - pos: -35.5,-76.5 + parent: 864 + type: Transform +- uid: 16959 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-75.5 + parent: 864 + type: Transform +- uid: 16960 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-74.5 + parent: 864 + type: Transform +- uid: 16961 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-78.5 + parent: 864 + type: Transform +- uid: 16962 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-85.5 + parent: 864 + type: Transform +- uid: 16963 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -38.5,-86.5 + parent: 864 + type: Transform +- uid: 16964 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -37.5,-85.5 + parent: 864 + type: Transform +- uid: 16965 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -37.5,-86.5 + parent: 864 + type: Transform +- uid: 16966 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-84.5 + parent: 864 + type: Transform +- uid: 16967 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-79.5 + parent: 864 + type: Transform +- uid: 16968 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-84.5 + parent: 864 + type: Transform +- uid: 16969 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-84.5 + parent: 864 + type: Transform +- uid: 16970 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-85.5 + parent: 864 + type: Transform +- uid: 16971 + type: WallSolid + components: + - pos: -40.5,-66.5 + parent: 864 + type: Transform +- uid: 16972 + type: WallSolid + components: + - pos: -43.5,-68.5 + parent: 864 + type: Transform +- uid: 16973 + type: WallSolid + components: + - pos: -40.5,-65.5 + parent: 864 + type: Transform +- uid: 16974 + type: WallSolid + components: + - pos: -41.5,-65.5 + parent: 864 + type: Transform +- uid: 16975 + type: WallSolid + components: + - pos: -42.5,-65.5 + parent: 864 + type: Transform +- uid: 16976 + type: WallSolid + components: + - pos: -43.5,-65.5 + parent: 864 + type: Transform +- uid: 16977 + type: WallSolid + components: + - pos: -44.5,-65.5 + parent: 864 + type: Transform +- uid: 16978 + type: WallSolid + components: + - pos: -45.5,-65.5 + parent: 864 + type: Transform +- uid: 16979 + type: WallSolid + components: + - pos: -46.5,-65.5 + parent: 864 + type: Transform +- uid: 16980 + type: WallSolid + components: + - pos: -47.5,-65.5 + parent: 864 + type: Transform +- uid: 16981 + type: WallSolid + components: + - pos: -48.5,-67.5 + parent: 864 + type: Transform +- uid: 16982 + type: WallSolid + components: + - pos: -48.5,-68.5 + parent: 864 + type: Transform +- uid: 16983 + type: WallSolid + components: + - pos: -48.5,-69.5 + parent: 864 + type: Transform +- uid: 16984 + type: WallSolid + components: + - pos: -48.5,-70.5 + parent: 864 + type: Transform +- uid: 16985 + type: WallSolid + components: + - pos: -48.5,-65.5 + parent: 864 + type: Transform +- uid: 16986 + type: CableApcExtension + components: + - pos: -21.5,-42.5 + parent: 864 + type: Transform +- uid: 16987 + type: CableApcExtension + components: + - pos: -22.5,-42.5 + parent: 864 + type: Transform +- uid: 16988 + type: WallSolid + components: + - pos: -53.5,-66.5 + parent: 864 + type: Transform +- uid: 16989 + type: WallSolid + components: + - pos: -51.5,-69.5 + parent: 864 + type: Transform +- uid: 16990 + type: WallSolid + components: + - pos: -51.5,-68.5 + parent: 864 + type: Transform +- uid: 16991 + type: WallSolid + components: + - pos: -35.5,-63.5 + parent: 864 + type: Transform +- uid: 16992 + type: WallSolid + components: + - pos: -35.5,-64.5 + parent: 864 + type: Transform +- uid: 16993 + type: WallSolid + components: + - pos: -36.5,-66.5 + parent: 864 + type: Transform +- uid: 16994 + type: WallSolid + components: + - pos: -36.5,-67.5 + parent: 864 + type: Transform +- uid: 16995 + type: WallSolid + components: + - pos: -35.5,-67.5 + parent: 864 + type: Transform +- uid: 16996 + type: WallSolid + components: + - pos: -35.5,-68.5 + parent: 864 + type: Transform +- uid: 16997 + type: WallSolid + components: + - pos: -34.5,-68.5 + parent: 864 + type: Transform +- uid: 16998 + type: WallSolid + components: + - pos: -37.5,-66.5 + parent: 864 + type: Transform +- uid: 16999 + type: WallSolid + components: + - pos: -38.5,-66.5 + parent: 864 + type: Transform +- uid: 17000 + type: WallSolid + components: + - pos: -35.5,-69.5 + parent: 864 + type: Transform +- uid: 17001 + type: WallSolid + components: + - pos: -33.5,-68.5 + parent: 864 + type: Transform +- uid: 17002 + type: WallSolid + components: + - pos: -32.5,-68.5 + parent: 864 + type: Transform +- uid: 17003 + type: WallSolid + components: + - pos: -31.5,-68.5 + parent: 864 + type: Transform +- uid: 17004 + type: WallSolid + components: + - pos: -42.5,-63.5 + parent: 864 + type: Transform +- uid: 17005 + type: WallSolid + components: + - pos: -46.5,-64.5 + parent: 864 + type: Transform +- uid: 17006 + type: ReinforcedWindow + components: + - pos: -35.5,-78.5 + parent: 864 + type: Transform +- uid: 17007 + type: CounterWoodFrame + components: + - pos: -44.5,-76.5 + parent: 864 + type: Transform +- uid: 17008 + type: CounterWoodFrame + components: + - pos: -44.5,-77.5 + parent: 864 + type: Transform +- uid: 17009 + type: CounterWoodFrame + components: + - pos: -43.5,-77.5 + parent: 864 + type: Transform +- uid: 17010 + type: CounterWoodFrame + components: + - pos: -43.5,-78.5 + parent: 864 + type: Transform +- uid: 17011 + type: CounterWoodFrame + components: + - pos: -42.5,-78.5 + parent: 864 + type: Transform +- uid: 17012 + type: CounterWoodFrame + components: + - pos: -41.5,-78.5 + parent: 864 + type: Transform +- uid: 17013 + type: CounterWoodFrame + components: + - pos: -40.5,-78.5 + parent: 864 + type: Transform +- uid: 17014 + type: CounterWoodFrame + components: + - pos: -40.5,-77.5 + parent: 864 + type: Transform +- uid: 17015 + type: CounterWoodFrame + components: + - pos: -39.5,-77.5 + parent: 864 + type: Transform +- uid: 17016 + type: CounterWoodFrame + components: + - pos: -39.5,-76.5 + parent: 864 + type: Transform +- uid: 17017 + type: WallSolid + components: + - pos: -40.5,-73.5 + parent: 864 + type: Transform +- uid: 17018 + type: WallSolid + components: + - pos: -44.5,-73.5 + parent: 864 + type: Transform +- uid: 17019 + type: WallSolid + components: + - pos: -39.5,-74.5 + parent: 864 + type: Transform +- uid: 17020 + type: WallSolid + components: + - pos: -42.5,-73.5 + parent: 864 + type: Transform +- uid: 17021 + type: WallSolid + components: + - pos: -41.5,-73.5 + parent: 864 + type: Transform +- uid: 17022 + type: WallSolid + components: + - pos: -43.5,-73.5 + parent: 864 + type: Transform +- uid: 17023 + type: WallSolid + components: + - pos: -44.5,-74.5 + parent: 864 + type: Transform +- uid: 17024 + type: WallSolid + components: + - pos: -39.5,-73.5 + parent: 864 + type: Transform +- uid: 17025 + type: RailingCorner + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-84.5 + parent: 864 + type: Transform +- uid: 17026 + type: RailingCorner + components: + - rot: 3.141592653589793 rad + pos: -44.5,-80.5 + parent: 864 + type: Transform +- uid: 17027 + type: RailingCorner + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-80.5 + parent: 864 + type: Transform +- uid: 17028 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: -40.5,-80.5 + parent: 864 + type: Transform +- uid: 17029 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: -41.5,-80.5 + parent: 864 + type: Transform +- uid: 17030 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: -42.5,-80.5 + parent: 864 + type: Transform +- uid: 17031 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: -43.5,-80.5 + parent: 864 + type: Transform +- uid: 17032 + type: Railing + components: + - pos: -40.5,-84.5 + parent: 864 + type: Transform +- uid: 17033 + type: Railing + components: + - pos: -41.5,-84.5 + parent: 864 + type: Transform +- uid: 17034 + type: Railing + components: + - pos: -42.5,-84.5 + parent: 864 + type: Transform +- uid: 17035 + type: Railing + components: + - pos: -43.5,-84.5 + parent: 864 + type: Transform +- uid: 17036 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-81.5 + parent: 864 + type: Transform +- uid: 17037 + type: Railing + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-82.5 + parent: 864 + type: Transform +- uid: 17038 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-81.5 + parent: 864 + type: Transform +- uid: 17039 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-82.5 + parent: 864 + type: Transform +- uid: 17040 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-83.5 + parent: 864 + type: Transform +- uid: 17041 + type: WindoorSecure + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-83.5 + parent: 864 + type: Transform +- uid: 17042 + type: WindoorBarLocked + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-75.5 + parent: 864 + type: Transform +- uid: 17043 + type: WindoorBarLocked + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-75.5 + parent: 864 + type: Transform +- uid: 17044 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-74.5 + parent: 864 + type: Transform +- uid: 17045 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: -43.5,-74.5 + parent: 864 + type: Transform +- uid: 17046 + type: soda_dispenser + components: + - pos: -40.5,-74.5 + parent: 864 + type: Transform +- uid: 17047 + type: BoozeDispenser + components: + - pos: -43.5,-74.5 + parent: 864 + type: Transform +- uid: 17048 + type: DiceBag + components: + - pos: 23.269382,-29.34838 + parent: 864 + type: Transform +- uid: 17049 + type: PosterLegitHighClassMartini + components: + - pos: -39.5,-74.5 + parent: 864 + type: Transform +- uid: 17050 + type: ClothingHandsGlovesBoxingRed + components: + - pos: -44.121326,-80.72781 + parent: 864 + type: Transform +- uid: 17051 + type: ClothingHandsGlovesBoxingBlue + components: + - pos: -39.808826,-84.16531 + parent: 864 + type: Transform +- uid: 17052 + type: StoolBar + components: + - rot: 3.141592653589793 rad + pos: -40.5,-79.5 + parent: 864 + type: Transform +- uid: 17053 + type: StoolBar + components: + - rot: 3.141592653589793 rad + pos: -41.5,-79.5 + parent: 864 + type: Transform +- uid: 17054 + type: StoolBar + components: + - rot: 3.141592653589793 rad + pos: -42.5,-79.5 + parent: 864 + type: Transform +- uid: 17055 + type: StoolBar + components: + - rot: 3.141592653589793 rad + pos: -43.5,-79.5 + parent: 864 + type: Transform +- uid: 17056 + type: StoolBar + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-78.5 + parent: 864 + type: Transform +- uid: 17057 + type: StoolBar + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-78.5 + parent: 864 + type: Transform +- uid: 17058 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-73.5 + parent: 864 + type: Transform +- uid: 17059 + type: PoweredSmallLight + components: + - pos: -33.5,-69.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17060 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-74.5 + parent: 864 + type: Transform +- uid: 17061 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-75.5 + parent: 864 + type: Transform +- uid: 17062 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -31.5,-75.5 + parent: 864 + type: Transform +- uid: 17063 + type: Barricade + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-64.5 + parent: 864 + type: Transform +- uid: 17064 + type: Barricade + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-63.5 + parent: 864 + type: Transform +- uid: 17065 + type: Barricade + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-66.5 + parent: 864 + type: Transform +- uid: 17066 + type: Barricade + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-66.5 + parent: 864 + type: Transform +- uid: 17067 + type: Barricade + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-67.5 + parent: 864 + type: Transform +- uid: 17068 + type: Girder + components: + - pos: -43.5,-66.5 + parent: 864 + type: Transform +- uid: 17069 + type: Girder + components: + - pos: -43.5,-67.5 + parent: 864 + type: Transform +- uid: 17070 + type: CableHV + components: + - pos: -19.5,-42.5 + parent: 864 + type: Transform +- uid: 17071 + type: CableHV + components: + - pos: -20.5,-42.5 + parent: 864 + type: Transform +- uid: 17072 + type: CableHV + components: + - pos: -21.5,-42.5 + parent: 864 + type: Transform +- uid: 17073 + type: CableHV + components: + - pos: -22.5,-42.5 + parent: 864 + type: Transform +- uid: 17074 + type: CableHV + components: + - pos: -23.5,-42.5 + parent: 864 + type: Transform +- uid: 17075 + type: CableHV + components: + - pos: -23.5,-43.5 + parent: 864 + type: Transform +- uid: 17076 + type: CableHV + components: + - pos: -23.5,-44.5 + parent: 864 + type: Transform +- uid: 17077 + type: CableHV + components: + - pos: -23.5,-45.5 + parent: 864 + type: Transform +- uid: 17078 + type: CableHV + components: + - pos: -23.5,-46.5 + parent: 864 + type: Transform +- uid: 17079 + type: CableHV + components: + - pos: -23.5,-47.5 + parent: 864 + type: Transform +- uid: 17080 + type: CableHV + components: + - pos: -23.5,-48.5 + parent: 864 + type: Transform +- uid: 17081 + type: CableHV + components: + - pos: -23.5,-49.5 + parent: 864 + type: Transform +- uid: 17082 + type: CableHV + components: + - pos: -24.5,-49.5 + parent: 864 + type: Transform +- uid: 17083 + type: CableHV + components: + - pos: -25.5,-49.5 + parent: 864 + type: Transform +- uid: 17084 + type: CableHV + components: + - pos: -26.5,-49.5 + parent: 864 + type: Transform +- uid: 17085 + type: CableHV + components: + - pos: -27.5,-49.5 + parent: 864 + type: Transform +- uid: 17086 + type: CableHV + components: + - pos: -27.5,-48.5 + parent: 864 + type: Transform +- uid: 17087 + type: CableHV + components: + - pos: -27.5,-47.5 + parent: 864 + type: Transform +- uid: 17088 + type: CableHV + components: + - pos: -27.5,-46.5 + parent: 864 + type: Transform +- uid: 17089 + type: CableHV + components: + - pos: -27.5,-45.5 + parent: 864 + type: Transform +- uid: 17090 + type: CableHV + components: + - pos: -27.5,-44.5 + parent: 864 + type: Transform +- uid: 17091 + type: CableHV + components: + - pos: -28.5,-44.5 + parent: 864 + type: Transform +- uid: 17092 + type: CableHV + components: + - pos: -29.5,-44.5 + parent: 864 + type: Transform +- uid: 17093 + type: CableHV + components: + - pos: -30.5,-44.5 + parent: 864 + type: Transform +- uid: 17094 + type: CableHV + components: + - pos: -31.5,-44.5 + parent: 864 + type: Transform +- uid: 17095 + type: CableHV + components: + - pos: -31.5,-45.5 + parent: 864 + type: Transform +- uid: 17096 + type: CableHV + components: + - pos: -31.5,-46.5 + parent: 864 + type: Transform +- uid: 17097 + type: CableHV + components: + - pos: -31.5,-47.5 + parent: 864 + type: Transform +- uid: 17098 + type: CableHV + components: + - pos: -30.5,-47.5 + parent: 864 + type: Transform +- uid: 17099 + type: CableHV + components: + - pos: -30.5,-48.5 + parent: 864 + type: Transform +- uid: 17100 + type: CableHV + components: + - pos: -30.5,-49.5 + parent: 864 + type: Transform +- uid: 17101 + type: CableHV + components: + - pos: -30.5,-50.5 + parent: 864 + type: Transform +- uid: 17102 + type: CableHV + components: + - pos: -30.5,-51.5 + parent: 864 + type: Transform +- uid: 17103 + type: CableHV + components: + - pos: -30.5,-52.5 + parent: 864 + type: Transform +- uid: 17104 + type: ToolboxEmergencyFilled + components: + - pos: -32.609516,17.597366 + parent: 864 + type: Transform +- uid: 17105 + type: CableHV + components: + - pos: -30.5,-53.5 + parent: 864 + type: Transform +- uid: 17106 + type: CableHV + components: + - pos: -31.5,-53.5 + parent: 864 + type: Transform +- uid: 17107 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -30.5,-53.5 + parent: 864 + type: Transform +- uid: 17108 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-52.5 + parent: 864 + type: Transform +- uid: 17109 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-53.5 + parent: 864 + type: Transform +- uid: 17110 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-54.5 + parent: 864 + type: Transform +- uid: 17111 + type: CableHV + components: + - pos: -31.5,-54.5 + parent: 864 + type: Transform +- uid: 17112 + type: UprightPianoInstrument + components: + - rot: -1.5707963267948966 rad + pos: -47.5,-75.5 + parent: 864 + type: Transform +- uid: 17113 + type: SubstationBasic + components: + - pos: -31.5,-54.5 + parent: 864 + type: Transform +- uid: 17114 + type: Rack + components: + - pos: -31.5,-56.5 + parent: 864 + type: Transform +- uid: 17115 + type: GasPort + components: + - rot: 3.141592653589793 rad + pos: -30.5,-75.5 + parent: 864 + type: Transform +- uid: 17116 + type: GasPressurePump + components: + - rot: 3.141592653589793 rad + pos: -30.5,-74.5 + parent: 864 + type: Transform + - enabled: False + type: GasPressurePump +- uid: 17117 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -42.5,-39.5 + parent: 864 + type: Transform +- uid: 17118 + type: TableReinforced + components: + - pos: -15.5,12.5 + parent: 864 + type: Transform +- uid: 17119 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-73.5 + parent: 864 + type: Transform +- uid: 17120 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -27.5,-70.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17121 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -27.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17122 + type: GasThermoMachineFreezer + components: + - pos: -29.5,-72.5 + parent: 864 + type: Transform +- uid: 17123 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-73.5 + parent: 864 + type: Transform +- uid: 17124 + type: CableApcExtension + components: + - pos: -39.5,-66.5 + parent: 864 + type: Transform +- uid: 17125 + type: APCHighCapacity + components: + - pos: -29.5,-64.5 + parent: 864 + type: Transform +- uid: 17126 + type: CableMV + components: + - pos: -31.5,-54.5 + parent: 864 + type: Transform +- uid: 17127 + type: CableMV + components: + - pos: -31.5,-55.5 + parent: 864 + type: Transform +- uid: 17128 + type: CableMV + components: + - pos: -30.5,-55.5 + parent: 864 + type: Transform +- uid: 17129 + type: CableMV + components: + - pos: -29.5,-55.5 + parent: 864 + type: Transform +- uid: 17130 + type: CableMV + components: + - pos: -28.5,-55.5 + parent: 864 + type: Transform +- uid: 17131 + type: CableMV + components: + - pos: -28.5,-56.5 + parent: 864 + type: Transform +- uid: 17132 + type: CableMV + components: + - pos: -28.5,-57.5 + parent: 864 + type: Transform +- uid: 17133 + type: CableMV + components: + - pos: -28.5,-58.5 + parent: 864 + type: Transform +- uid: 17134 + type: CableMV + components: + - pos: -28.5,-59.5 + parent: 864 + type: Transform +- uid: 17135 + type: CableMV + components: + - pos: -28.5,-60.5 + parent: 864 + type: Transform +- uid: 17136 + type: CableMV + components: + - pos: -28.5,-61.5 + parent: 864 + type: Transform +- uid: 17137 + type: CableMV + components: + - pos: -28.5,-62.5 + parent: 864 + type: Transform +- uid: 17138 + type: CableMV + components: + - pos: -28.5,-63.5 + parent: 864 + type: Transform +- uid: 17139 + type: CableMV + components: + - pos: -29.5,-63.5 + parent: 864 + type: Transform +- uid: 17140 + type: CableMV + components: + - pos: -29.5,-64.5 + parent: 864 + type: Transform +- uid: 17141 + type: CableApcExtension + components: + - pos: -29.5,-64.5 + parent: 864 + type: Transform +- uid: 17142 + type: CableApcExtension + components: + - pos: -29.5,-65.5 + parent: 864 + type: Transform +- uid: 17143 + type: CableApcExtension + components: + - pos: -29.5,-66.5 + parent: 864 + type: Transform +- uid: 17144 + type: CableApcExtension + components: + - pos: -30.5,-66.5 + parent: 864 + type: Transform +- uid: 17145 + type: CableApcExtension + components: + - pos: -31.5,-66.5 + parent: 864 + type: Transform +- uid: 17146 + type: CableApcExtension + components: + - pos: -32.5,-66.5 + parent: 864 + type: Transform +- uid: 17147 + type: CableApcExtension + components: + - pos: -33.5,-66.5 + parent: 864 + type: Transform +- uid: 17148 + type: CableApcExtension + components: + - pos: -34.5,-66.5 + parent: 864 + type: Transform +- uid: 17149 + type: CableApcExtension + components: + - pos: -35.5,-66.5 + parent: 864 + type: Transform +- uid: 17150 + type: CableApcExtension + components: + - pos: -35.5,-65.5 + parent: 864 + type: Transform +- uid: 17151 + type: CableApcExtension + components: + - pos: -36.5,-65.5 + parent: 864 + type: Transform +- uid: 17152 + type: CableApcExtension + components: + - pos: -37.5,-65.5 + parent: 864 + type: Transform +- uid: 17153 + type: CableApcExtension + components: + - pos: -38.5,-65.5 + parent: 864 + type: Transform +- uid: 17154 + type: CableApcExtension + components: + - pos: -39.5,-65.5 + parent: 864 + type: Transform +- uid: 17155 + type: CableApcExtension + components: + - pos: -39.5,-64.5 + parent: 864 + type: Transform +- uid: 17156 + type: CableApcExtension + components: + - pos: -40.5,-64.5 + parent: 864 + type: Transform +- uid: 17157 + type: CableApcExtension + components: + - pos: -41.5,-64.5 + parent: 864 + type: Transform +- uid: 17158 + type: CableApcExtension + components: + - pos: -42.5,-64.5 + parent: 864 + type: Transform +- uid: 17159 + type: CableApcExtension + components: + - pos: -43.5,-64.5 + parent: 864 + type: Transform +- uid: 17160 + type: CableApcExtension + components: + - pos: -44.5,-64.5 + parent: 864 + type: Transform +- uid: 17161 + type: CableApcExtension + components: + - pos: -45.5,-64.5 + parent: 864 + type: Transform +- uid: 17162 + type: CableApcExtension + components: + - pos: -45.5,-63.5 + parent: 864 + type: Transform +- uid: 17163 + type: CableApcExtension + components: + - pos: -46.5,-63.5 + parent: 864 + type: Transform +- uid: 17164 + type: CableApcExtension + components: + - pos: -47.5,-63.5 + parent: 864 + type: Transform +- uid: 17165 + type: CableApcExtension + components: + - pos: -47.5,-64.5 + parent: 864 + type: Transform +- uid: 17166 + type: CableApcExtension + components: + - pos: -48.5,-64.5 + parent: 864 + type: Transform +- uid: 17167 + type: CableApcExtension + components: + - pos: -49.5,-64.5 + parent: 864 + type: Transform +- uid: 17168 + type: CableApcExtension + components: + - pos: -49.5,-65.5 + parent: 864 + type: Transform +- uid: 17169 + type: CableApcExtension + components: + - pos: -49.5,-66.5 + parent: 864 + type: Transform +- uid: 17170 + type: CableApcExtension + components: + - pos: -48.5,-66.5 + parent: 864 + type: Transform +- uid: 17171 + type: CableApcExtension + components: + - pos: -47.5,-66.5 + parent: 864 + type: Transform +- uid: 17172 + type: CableApcExtension + components: + - pos: -46.5,-66.5 + parent: 864 + type: Transform +- uid: 17173 + type: CableApcExtension + components: + - pos: -45.5,-66.5 + parent: 864 + type: Transform +- uid: 17174 + type: CableApcExtension + components: + - pos: -44.5,-66.5 + parent: 864 + type: Transform +- uid: 17175 + type: CableApcExtension + components: + - pos: -43.5,-66.5 + parent: 864 + type: Transform +- uid: 17176 + type: CableApcExtension + components: + - pos: -42.5,-66.5 + parent: 864 + type: Transform +- uid: 17177 + type: CableMV + components: + - pos: -30.5,-63.5 + parent: 864 + type: Transform +- uid: 17178 + type: CableApcExtension + components: + - pos: -42.5,-68.5 + parent: 864 + type: Transform +- uid: 17179 + type: CableApcExtension + components: + - pos: -42.5,-69.5 + parent: 864 + type: Transform +- uid: 17180 + type: CableApcExtension + components: + - pos: -42.5,-70.5 + parent: 864 + type: Transform +- uid: 17181 + type: CableApcExtension + components: + - pos: -42.5,-71.5 + parent: 864 + type: Transform +- uid: 17182 + type: CableApcExtension + components: + - pos: -43.5,-71.5 + parent: 864 + type: Transform +- uid: 17183 + type: CableApcExtension + components: + - pos: -44.5,-71.5 + parent: 864 + type: Transform +- uid: 17184 + type: CableApcExtension + components: + - pos: -45.5,-71.5 + parent: 864 + type: Transform +- uid: 17185 + type: CableApcExtension + components: + - pos: -45.5,-72.5 + parent: 864 + type: Transform +- uid: 17186 + type: CableApcExtension + components: + - pos: -45.5,-73.5 + parent: 864 + type: Transform +- uid: 17187 + type: CableApcExtension + components: + - pos: -45.5,-74.5 + parent: 864 + type: Transform +- uid: 17188 + type: CableApcExtension + components: + - pos: -45.5,-75.5 + parent: 864 + type: Transform +- uid: 17189 + type: CableApcExtension + components: + - pos: -44.5,-75.5 + parent: 864 + type: Transform +- uid: 17190 + type: CableApcExtension + components: + - pos: -43.5,-75.5 + parent: 864 + type: Transform +- uid: 17191 + type: CableApcExtension + components: + - pos: -42.5,-76.5 + parent: 864 + type: Transform +- uid: 17192 + type: CableApcExtension + components: + - pos: -42.5,-75.5 + parent: 864 + type: Transform +- uid: 17193 + type: CableApcExtension + components: + - pos: -41.5,-76.5 + parent: 864 + type: Transform +- uid: 17194 + type: CableApcExtension + components: + - pos: -40.5,-76.5 + parent: 864 + type: Transform +- uid: 17195 + type: CableApcExtension + components: + - pos: -40.5,-75.5 + parent: 864 + type: Transform +- uid: 17196 + type: CableApcExtension + components: + - pos: -39.5,-75.5 + parent: 864 + type: Transform +- uid: 17197 + type: CableApcExtension + components: + - pos: -38.5,-75.5 + parent: 864 + type: Transform +- uid: 17198 + type: CableApcExtension + components: + - pos: -37.5,-75.5 + parent: 864 + type: Transform +- uid: 17199 + type: CableApcExtension + components: + - pos: -37.5,-76.5 + parent: 864 + type: Transform +- uid: 17200 + type: CableApcExtension + components: + - pos: -37.5,-77.5 + parent: 864 + type: Transform +- uid: 17201 + type: CableApcExtension + components: + - pos: -37.5,-78.5 + parent: 864 + type: Transform +- uid: 17202 + type: CableApcExtension + components: + - pos: -37.5,-79.5 + parent: 864 + type: Transform +- uid: 17203 + type: CableApcExtension + components: + - pos: -37.5,-80.5 + parent: 864 + type: Transform +- uid: 17204 + type: CableApcExtension + components: + - pos: -37.5,-81.5 + parent: 864 + type: Transform +- uid: 17205 + type: CableApcExtension + components: + - pos: -37.5,-82.5 + parent: 864 + type: Transform +- uid: 17206 + type: CableApcExtension + components: + - pos: -38.5,-82.5 + parent: 864 + type: Transform +- uid: 17207 + type: CableApcExtension + components: + - pos: -39.5,-82.5 + parent: 864 + type: Transform +- uid: 17208 + type: CableApcExtension + components: + - pos: -40.5,-82.5 + parent: 864 + type: Transform +- uid: 17209 + type: CableApcExtension + components: + - pos: -41.5,-82.5 + parent: 864 + type: Transform +- uid: 17210 + type: CableApcExtension + components: + - pos: -42.5,-82.5 + parent: 864 + type: Transform +- uid: 17211 + type: CableApcExtension + components: + - pos: -43.5,-82.5 + parent: 864 + type: Transform +- uid: 17212 + type: CableApcExtension + components: + - pos: -44.5,-82.5 + parent: 864 + type: Transform +- uid: 17213 + type: CableApcExtension + components: + - pos: -45.5,-82.5 + parent: 864 + type: Transform +- uid: 17214 + type: CableApcExtension + components: + - pos: -46.5,-82.5 + parent: 864 + type: Transform +- uid: 17215 + type: CableApcExtension + components: + - pos: -46.5,-83.5 + parent: 864 + type: Transform +- uid: 17216 + type: CableApcExtension + components: + - pos: -42.5,-83.5 + parent: 864 + type: Transform +- uid: 17217 + type: CableApcExtension + components: + - pos: -42.5,-84.5 + parent: 864 + type: Transform +- uid: 17218 + type: CableApcExtension + components: + - pos: -37.5,-83.5 + parent: 864 + type: Transform +- uid: 17219 + type: CableApcExtension + components: + - pos: -37.5,-84.5 + parent: 864 + type: Transform +- uid: 17220 + type: CableApcExtension + components: + - pos: -46.5,-81.5 + parent: 864 + type: Transform +- uid: 17221 + type: CableApcExtension + components: + - pos: -46.5,-80.5 + parent: 864 + type: Transform +- uid: 17222 + type: CableApcExtension + components: + - pos: -46.5,-79.5 + parent: 864 + type: Transform +- uid: 17223 + type: CableApcExtension + components: + - pos: -46.5,-78.5 + parent: 864 + type: Transform +- uid: 17224 + type: CableApcExtension + components: + - pos: -46.5,-77.5 + parent: 864 + type: Transform +- uid: 17225 + type: CableApcExtension + components: + - pos: -46.5,-76.5 + parent: 864 + type: Transform +- uid: 17226 + type: CableApcExtension + components: + - pos: -47.5,-76.5 + parent: 864 + type: Transform +- uid: 17227 + type: CableApcExtension + components: + - pos: -48.5,-76.5 + parent: 864 + type: Transform +- uid: 17228 + type: CableApcExtension + components: + - pos: -49.5,-76.5 + parent: 864 + type: Transform +- uid: 17229 + type: CableApcExtension + components: + - pos: -50.5,-76.5 + parent: 864 + type: Transform +- uid: 17230 + type: CableApcExtension + components: + - pos: -51.5,-76.5 + parent: 864 + type: Transform +- uid: 17231 + type: CableApcExtension + components: + - pos: -52.5,-76.5 + parent: 864 + type: Transform +- uid: 17232 + type: CableApcExtension + components: + - pos: -53.5,-76.5 + parent: 864 + type: Transform +- uid: 17233 + type: CableApcExtension + components: + - pos: -54.5,-76.5 + parent: 864 + type: Transform +- uid: 17234 + type: CableApcExtension + components: + - pos: -55.5,-76.5 + parent: 864 + type: Transform +- uid: 17235 + type: CableApcExtension + components: + - pos: -55.5,-77.5 + parent: 864 + type: Transform +- uid: 17236 + type: CableApcExtension + components: + - pos: -55.5,-78.5 + parent: 864 + type: Transform +- uid: 17237 + type: CableApcExtension + components: + - pos: -55.5,-79.5 + parent: 864 + type: Transform +- uid: 17238 + type: CableApcExtension + components: + - pos: -55.5,-80.5 + parent: 864 + type: Transform +- uid: 17239 + type: CableApcExtension + components: + - pos: -55.5,-81.5 + parent: 864 + type: Transform +- uid: 17240 + type: CableApcExtension + components: + - pos: -55.5,-75.5 + parent: 864 + type: Transform +- uid: 17241 + type: CableApcExtension + components: + - pos: -55.5,-74.5 + parent: 864 + type: Transform +- uid: 17242 + type: CableApcExtension + components: + - pos: -55.5,-73.5 + parent: 864 + type: Transform +- uid: 17243 + type: CableApcExtension + components: + - pos: -55.5,-72.5 + parent: 864 + type: Transform +- uid: 17244 + type: CableApcExtension + components: + - pos: -55.5,-71.5 + parent: 864 + type: Transform +- uid: 17245 + type: CableApcExtension + components: + - pos: -54.5,-73.5 + parent: 864 + type: Transform +- uid: 17246 + type: CableApcExtension + components: + - pos: -53.5,-73.5 + parent: 864 + type: Transform +- uid: 17247 + type: CableApcExtension + components: + - pos: -54.5,-79.5 + parent: 864 + type: Transform +- uid: 17248 + type: CableApcExtension + components: + - pos: -53.5,-79.5 + parent: 864 + type: Transform +- uid: 17249 + type: CableApcExtension + components: + - pos: -56.5,-71.5 + parent: 864 + type: Transform +- uid: 17250 + type: CableApcExtension + components: + - pos: -57.5,-71.5 + parent: 864 + type: Transform +- uid: 17251 + type: CableApcExtension + components: + - pos: -56.5,-73.5 + parent: 864 + type: Transform +- uid: 17252 + type: CableApcExtension + components: + - pos: -57.5,-73.5 + parent: 864 + type: Transform +- uid: 17253 + type: CableApcExtension + components: + - pos: -56.5,-79.5 + parent: 864 + type: Transform +- uid: 17254 + type: CableApcExtension + components: + - pos: -57.5,-79.5 + parent: 864 + type: Transform +- uid: 17255 + type: CableApcExtension + components: + - pos: -56.5,-81.5 + parent: 864 + type: Transform +- uid: 17256 + type: CableApcExtension + components: + - pos: -57.5,-81.5 + parent: 864 + type: Transform +- uid: 17257 + type: CableApcExtension + components: + - pos: -55.5,-82.5 + parent: 864 + type: Transform +- uid: 17258 + type: Grille + components: + - pos: -35.5,-76.5 + parent: 864 + type: Transform +- uid: 17259 + type: Grille + components: + - pos: -35.5,-77.5 + parent: 864 + type: Transform +- uid: 17260 + type: Grille + components: + - pos: -35.5,-78.5 + parent: 864 + type: Transform +- uid: 17261 + type: Grille + components: + - pos: -35.5,-81.5 + parent: 864 + type: Transform +- uid: 17262 + type: Grille + components: + - pos: -35.5,-82.5 + parent: 864 + type: Transform +- uid: 17263 + type: Grille + components: + - pos: -35.5,-83.5 + parent: 864 + type: Transform +- uid: 17264 + type: Grille + components: + - pos: -40.5,-86.5 + parent: 864 + type: Transform +- uid: 17265 + type: AirlockMaintGlass + components: + - pos: -41.5,-86.5 + parent: 864 + type: Transform +- uid: 17266 + type: AirlockMaintGlass + components: + - pos: -42.5,-86.5 + parent: 864 + type: Transform +- uid: 17267 + type: Grille + components: + - pos: -43.5,-86.5 + parent: 864 + type: Transform +- uid: 17268 + type: WallReinforced + components: + - pos: -44.5,-86.5 + parent: 864 + type: Transform +- uid: 17269 + type: ReinforcedWindow + components: + - pos: -40.5,-86.5 + parent: 864 + type: Transform +- uid: 17270 + type: ReinforcedWindow + components: + - pos: -43.5,-86.5 + parent: 864 + type: Transform +- uid: 17271 + type: WallReinforced + components: + - pos: -39.5,-86.5 + parent: 864 + type: Transform +- uid: 17272 + type: PoweredSmallLightEmpty + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-79.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17273 + type: PoweredSmallLightEmpty + components: + - rot: 3.141592653589793 rad + pos: -37.5,-84.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17274 + type: PoweredSmallLightEmpty + components: + - rot: 3.141592653589793 rad + pos: -46.5,-84.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17275 + type: PoweredSmallLightEmpty + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-79.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17276 + type: PoweredSmallLightEmpty + components: + - pos: -42.5,-74.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17277 + type: PoweredSmallLightEmpty + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-72.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17278 + type: PoweredSmallLightEmpty + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-72.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17279 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-81.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17280 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-78.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17281 + type: PoweredSmallLightEmpty + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-80.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17282 + type: PoweredSmallLightEmpty + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-74.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17283 + type: PoweredSmallLightEmpty + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-72.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17284 + type: SolarPanel + components: + - pos: 12.5,-104.5 + parent: 864 + type: Transform +- uid: 17285 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -51.5,-79.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17286 + type: PoweredSmallLight + components: + - pos: -26.5,-66.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17287 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-61.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17288 + type: CableApcExtension + components: + - pos: -29.5,-63.5 + parent: 864 + type: Transform +- uid: 17289 + type: CableApcExtension + components: + - pos: -28.5,-63.5 + parent: 864 + type: Transform +- uid: 17290 + type: CableApcExtension + components: + - pos: -28.5,-62.5 + parent: 864 + type: Transform +- uid: 17291 + type: CableApcExtension + components: + - pos: -28.5,-61.5 + parent: 864 + type: Transform +- uid: 17292 + type: CableApcExtension + components: + - pos: -28.5,-60.5 + parent: 864 + type: Transform +- uid: 17293 + type: CableApcExtension + components: + - pos: -28.5,-59.5 + parent: 864 + type: Transform +- uid: 17294 + type: CableApcExtension + components: + - pos: -28.5,-58.5 + parent: 864 + type: Transform +- uid: 17295 + type: CableApcExtension + components: + - pos: -28.5,-57.5 + parent: 864 + type: Transform +- uid: 17296 + type: CableApcExtension + components: + - pos: -28.5,-56.5 + parent: 864 + type: Transform +- uid: 17297 + type: CableApcExtension + components: + - pos: -28.5,-55.5 + parent: 864 + type: Transform +- uid: 17298 + type: CableApcExtension + components: + - pos: -28.5,-54.5 + parent: 864 + type: Transform +- uid: 17299 + type: CableApcExtension + components: + - pos: -27.5,-54.5 + parent: 864 + type: Transform +- uid: 17300 + type: CableApcExtension + components: + - pos: -26.5,-54.5 + parent: 864 + type: Transform +- uid: 17301 + type: CableApcExtension + components: + - pos: -25.5,-54.5 + parent: 864 + type: Transform +- uid: 17302 + type: CableApcExtension + components: + - pos: -25.5,-53.5 + parent: 864 + type: Transform +- uid: 17303 + type: CableApcExtension + components: + - pos: -25.5,-52.5 + parent: 864 + type: Transform +- uid: 17304 + type: CableApcExtension + components: + - pos: -25.5,-51.5 + parent: 864 + type: Transform +- uid: 17305 + type: CableApcExtension + components: + - pos: -24.5,-51.5 + parent: 864 + type: Transform +- uid: 17306 + type: CableApcExtension + components: + - pos: -27.5,-60.5 + parent: 864 + type: Transform +- uid: 17307 + type: CableApcExtension + components: + - pos: -26.5,-60.5 + parent: 864 + type: Transform +- uid: 17308 + type: CableApcExtension + components: + - pos: -25.5,-60.5 + parent: 864 + type: Transform +- uid: 17309 + type: CableApcExtension + components: + - pos: -24.5,-60.5 + parent: 864 + type: Transform +- uid: 17310 + type: CableApcExtension + components: + - pos: -23.5,-60.5 + parent: 864 + type: Transform +- uid: 17311 + type: CableApcExtension + components: + - pos: -27.5,-63.5 + parent: 864 + type: Transform +- uid: 17312 + type: CableApcExtension + components: + - pos: -27.5,-64.5 + parent: 864 + type: Transform +- uid: 17313 + type: CableApcExtension + components: + - pos: -23.5,-64.5 + parent: 864 + type: Transform +- uid: 17314 + type: CableApcExtension + components: + - pos: -24.5,-64.5 + parent: 864 + type: Transform +- uid: 17315 + type: CableApcExtension + components: + - pos: -25.5,-64.5 + parent: 864 + type: Transform +- uid: 17316 + type: CableApcExtension + components: + - pos: -26.5,-64.5 + parent: 864 + type: Transform +- uid: 17317 + type: CableApcExtension + components: + - pos: -23.5,-66.5 + parent: 864 + type: Transform +- uid: 17318 + type: CableApcExtension + components: + - pos: -23.5,-65.5 + parent: 864 + type: Transform +- uid: 17319 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -42.5,-37.5 + parent: 864 + type: Transform +- uid: 17320 + type: AirlockExternalGlassLocked + components: + - pos: -57.5,-71.5 + parent: 864 + type: Transform +- uid: 17321 + type: AirlockExternalGlassLocked + components: + - pos: -57.5,-73.5 + parent: 864 + type: Transform +- uid: 17322 + type: AirlockExternalGlassLocked + components: + - pos: -57.5,-79.5 + parent: 864 + type: Transform +- uid: 17323 + type: AirlockExternalGlassLocked + components: + - pos: -57.5,-81.5 + parent: 864 + type: Transform +- uid: 17324 + type: AirlockExternalGlassShuttleLocked + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-71.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 17325 + type: AirlockExternalGlassShuttleLocked + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-73.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 17326 + type: AirlockExternalGlassShuttleLocked + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-79.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 17327 + type: AirlockExternalGlassShuttleLocked + components: + - rot: -1.5707963267948966 rad + pos: -59.5,-81.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 17328 + type: CableApcExtension + components: + - pos: -42.5,-72.5 + parent: 864 + type: Transform +- uid: 17329 + type: CableApcExtension + components: + - pos: -41.5,-72.5 + parent: 864 + type: Transform +- uid: 17330 + type: CableApcExtension + components: + - pos: -40.5,-72.5 + parent: 864 + type: Transform +- uid: 17331 + type: CableApcExtension + components: + - pos: -39.5,-72.5 + parent: 864 + type: Transform +- uid: 17332 + type: CableApcExtension + components: + - pos: -38.5,-72.5 + parent: 864 + type: Transform +- uid: 17333 + type: CableApcExtension + components: + - pos: -23.5,-42.5 + parent: 864 + type: Transform +- uid: 17334 + type: CableApcExtension + components: + - pos: -23.5,-43.5 + parent: 864 + type: Transform +- uid: 17335 + type: CableApcExtension + components: + - pos: -23.5,-44.5 + parent: 864 + type: Transform +- uid: 17336 + type: CableApcExtension + components: + - pos: -23.5,-45.5 + parent: 864 + type: Transform +- uid: 17337 + type: CableApcExtension + components: + - pos: -23.5,-46.5 + parent: 864 + type: Transform +- uid: 17338 + type: CableApcExtension + components: + - pos: -23.5,-47.5 + parent: 864 + type: Transform +- uid: 17339 + type: CableApcExtension + components: + - pos: -23.5,-48.5 + parent: 864 + type: Transform +- uid: 17340 + type: CableApcExtension + components: + - pos: -23.5,-49.5 + parent: 864 + type: Transform +- uid: 17341 + type: CableApcExtension + components: + - pos: -24.5,-49.5 + parent: 864 + type: Transform +- uid: 17342 + type: CableApcExtension + components: + - pos: -25.5,-49.5 + parent: 864 + type: Transform +- uid: 17343 + type: CableApcExtension + components: + - pos: -26.5,-49.5 + parent: 864 + type: Transform +- uid: 17344 + type: CableApcExtension + components: + - pos: -27.5,-49.5 + parent: 864 + type: Transform +- uid: 17345 + type: CableApcExtension + components: + - pos: -27.5,-48.5 + parent: 864 + type: Transform +- uid: 17346 + type: CableApcExtension + components: + - pos: -27.5,-47.5 + parent: 864 + type: Transform +- uid: 17347 + type: CableApcExtension + components: + - pos: -27.5,-46.5 + parent: 864 + type: Transform +- uid: 17348 + type: CableApcExtension + components: + - pos: -26.5,-46.5 + parent: 864 + type: Transform +- uid: 17349 + type: CableApcExtension + components: + - pos: -25.5,-46.5 + parent: 864 + type: Transform +- uid: 17350 + type: CableApcExtension + components: + - pos: -25.5,-45.5 + parent: 864 + type: Transform +- uid: 17351 + type: CableApcExtension + components: + - pos: -25.5,-44.5 + parent: 864 + type: Transform +- uid: 17352 + type: CableApcExtension + components: + - pos: -25.5,-43.5 + parent: 864 + type: Transform +- uid: 17353 + type: CableApcExtension + components: + - pos: -25.5,-42.5 + parent: 864 + type: Transform +- uid: 17354 + type: CableApcExtension + components: + - pos: -25.5,-41.5 + parent: 864 + type: Transform +- uid: 17355 + type: CableApcExtension + components: + - pos: -25.5,-40.5 + parent: 864 + type: Transform +- uid: 17356 + type: CableApcExtension + components: + - pos: -25.5,-39.5 + parent: 864 + type: Transform +- uid: 17357 + type: CableApcExtension + components: + - pos: -26.5,-41.5 + parent: 864 + type: Transform +- uid: 17358 + type: CableApcExtension + components: + - pos: -27.5,-41.5 + parent: 864 + type: Transform +- uid: 17359 + type: CableApcExtension + components: + - pos: -28.5,-41.5 + parent: 864 + type: Transform +- uid: 17360 + type: CableApcExtension + components: + - pos: -27.5,-45.5 + parent: 864 + type: Transform +- uid: 17361 + type: CableApcExtension + components: + - pos: -27.5,-44.5 + parent: 864 + type: Transform +- uid: 17362 + type: CableApcExtension + components: + - pos: -28.5,-44.5 + parent: 864 + type: Transform +- uid: 17363 + type: CableApcExtension + components: + - pos: -29.5,-44.5 + parent: 864 + type: Transform +- uid: 17364 + type: CableApcExtension + components: + - pos: -30.5,-44.5 + parent: 864 + type: Transform +- uid: 17365 + type: CableApcExtension + components: + - pos: -31.5,-44.5 + parent: 864 + type: Transform +- uid: 17366 + type: CableApcExtension + components: + - pos: -31.5,-45.5 + parent: 864 + type: Transform +- uid: 17367 + type: CableApcExtension + components: + - pos: -31.5,-46.5 + parent: 864 + type: Transform +- uid: 17368 + type: CableApcExtension + components: + - pos: -31.5,-47.5 + parent: 864 + type: Transform +- uid: 17369 + type: CableApcExtension + components: + - pos: -23.5,-51.5 + parent: 864 + type: Transform +- uid: 17370 + type: CableApcExtension + components: + - pos: -30.5,-47.5 + parent: 864 + type: Transform +- uid: 17371 + type: CableApcExtension + components: + - pos: -30.5,-48.5 + parent: 864 + type: Transform +- uid: 17372 + type: CableApcExtension + components: + - pos: -30.5,-49.5 + parent: 864 + type: Transform +- uid: 17373 + type: CableApcExtension + components: + - pos: -22.5,-51.5 + parent: 864 + type: Transform +- uid: 17374 + type: CableApcExtension + components: + - pos: -21.5,-51.5 + parent: 864 + type: Transform +- uid: 17375 + type: CableApcExtension + components: + - pos: -20.5,-51.5 + parent: 864 + type: Transform +- uid: 17376 + type: CableApcExtension + components: + - pos: -19.5,-51.5 + parent: 864 + type: Transform +- uid: 17377 + type: CableApcExtension + components: + - pos: -22.5,-52.5 + parent: 864 + type: Transform +- uid: 17378 + type: CableApcExtension + components: + - pos: -22.5,-53.5 + parent: 864 + type: Transform +- uid: 17379 + type: CableApcExtension + components: + - pos: -22.5,-54.5 + parent: 864 + type: Transform +- uid: 17380 + type: CableApcExtension + components: + - pos: -22.5,-55.5 + parent: 864 + type: Transform +- uid: 17381 + type: CableApcExtension + components: + - pos: -23.5,-59.5 + parent: 864 + type: Transform +- uid: 17382 + type: CableApcExtension + components: + - pos: -23.5,-58.5 + parent: 864 + type: Transform +- uid: 17383 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-83.5 + parent: 864 + type: Transform +- uid: 17384 + type: GrilleBroken + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-83.5 + parent: 864 + type: Transform +- uid: 17385 + type: GrilleBroken + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-83.5 + parent: 864 + type: Transform +- uid: 17386 + type: ShardGlassReinforced + components: + - rot: 1.5707963267948966 rad + pos: -54.638016,-82.45104 + parent: 864 + type: Transform +- uid: 17387 + type: ShardGlass + components: + - pos: -53.59114,-82.81042 + parent: 864 + type: Transform +- uid: 17388 + type: ShardGlass + components: + - pos: -54.711452,-83.287796 + parent: 864 + type: Transform +- uid: 17389 + type: AirlockMaintGlassLocked + components: + - name: forgotten dock + type: MetaData + - pos: -48.5,-76.5 + parent: 864 + type: Transform +- uid: 17390 + type: Firelock + components: + - pos: -49.5,-76.5 + parent: 864 + type: Transform +- uid: 17391 + type: Firelock + components: + - pos: -41.5,-69.5 + parent: 864 + type: Transform +- uid: 17392 + type: Firelock + components: + - pos: -42.5,-69.5 + parent: 864 + type: Transform +- uid: 17393 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-75.5 + parent: 864 + type: Transform +- uid: 17394 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-76.5 + parent: 864 + type: Transform +- uid: 17395 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-77.5 + parent: 864 + type: Transform +- uid: 17396 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -53.5,-82.5 + parent: 864 + type: Transform +- uid: 17397 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -55.5,-82.5 + parent: 864 + type: Transform +- uid: 17398 + type: Chair + components: + - pos: -53.5,-70.5 + parent: 864 + type: Transform +- uid: 17399 + type: Chair + components: + - pos: -54.5,-70.5 + parent: 864 + type: Transform +- uid: 17400 + type: Chair + components: + - pos: -55.5,-70.5 + parent: 864 + type: Transform +- uid: 17401 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-81.5 + parent: 864 + type: Transform +- uid: 17402 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-82.5 + parent: 864 + type: Transform +- uid: 17403 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-83.5 + parent: 864 + type: Transform +- uid: 17404 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-81.5 + parent: 864 + type: Transform +- uid: 17405 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-82.5 + parent: 864 + type: Transform +- uid: 17406 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-83.5 + parent: 864 + type: Transform +- uid: 17407 + type: VendingMachineSovietSoda + components: + - pos: -37.5,-72.5 + parent: 864 + type: Transform +- uid: 17408 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17409 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17410 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17411 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17412 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17413 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17414 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17415 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17416 + type: GasPipeTJunction + components: + - pos: -27.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17417 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17418 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17419 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17420 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17421 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17422 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17423 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17424 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17425 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17426 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17427 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17428 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17429 + type: GasPipeTJunction + components: + - pos: -40.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17430 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17431 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17432 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17433 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17434 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17435 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17436 + type: GasPipeTJunction + components: + - pos: -27.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17437 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17438 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17439 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17440 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17441 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17442 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17443 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17444 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17445 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17446 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17447 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17448 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17449 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17450 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -41.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17451 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17452 + type: GasPipeStraight + components: + - pos: -42.5,-70.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17453 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-71.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17454 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -42.5,-72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17455 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17456 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-75.5 + parent: 864 + type: Transform +- uid: 17457 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-75.5 + parent: 864 + type: Transform +- uid: 17458 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-75.5 + parent: 864 + type: Transform +- uid: 17459 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-75.5 + parent: 864 + type: Transform +- uid: 17460 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-75.5 + parent: 864 + type: Transform +- uid: 17461 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-75.5 + parent: 864 + type: Transform +- uid: 17462 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-75.5 + parent: 864 + type: Transform +- uid: 17463 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-75.5 + parent: 864 + type: Transform +- uid: 17464 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-75.5 + parent: 864 + type: Transform +- uid: 17465 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-75.5 + parent: 864 + type: Transform +- uid: 17466 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-75.5 + parent: 864 + type: Transform +- uid: 17467 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-75.5 + parent: 864 + type: Transform +- uid: 17468 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-75.5 + parent: 864 + type: Transform +- uid: 17469 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-75.5 + parent: 864 + type: Transform +- uid: 17470 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-75.5 + parent: 864 + type: Transform +- uid: 17471 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -14.5,-75.5 + parent: 864 + type: Transform +- uid: 17472 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -15.5,-75.5 + parent: 864 + type: Transform +- uid: 17473 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-75.5 + parent: 864 + type: Transform +- uid: 17474 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-75.5 + parent: 864 + type: Transform +- uid: 17475 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-75.5 + parent: 864 + type: Transform +- uid: 17476 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-75.5 + parent: 864 + type: Transform +- uid: 17477 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-77.5 + parent: 864 + type: Transform +- uid: 17478 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,-76.5 + parent: 864 + type: Transform +- uid: 17479 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-77.5 + parent: 864 + type: Transform +- uid: 17480 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-77.5 + parent: 864 + type: Transform +- uid: 17481 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-77.5 + parent: 864 + type: Transform +- uid: 17482 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-77.5 + parent: 864 + type: Transform +- uid: 17483 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-77.5 + parent: 864 + type: Transform +- uid: 17484 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-77.5 + parent: 864 + type: Transform +- uid: 17485 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-77.5 + parent: 864 + type: Transform +- uid: 17486 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-77.5 + parent: 864 + type: Transform +- uid: 17487 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-77.5 + parent: 864 + type: Transform +- uid: 17488 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-77.5 + parent: 864 + type: Transform +- uid: 17489 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-77.5 + parent: 864 + type: Transform +- uid: 17490 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -31.5,-77.5 + parent: 864 + type: Transform +- uid: 17491 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-77.5 + parent: 864 + type: Transform +- uid: 17492 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-77.5 + parent: 864 + type: Transform +- uid: 17493 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-77.5 + parent: 864 + type: Transform +- uid: 17494 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-77.5 + parent: 864 + type: Transform +- uid: 17495 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-77.5 + parent: 864 + type: Transform +- uid: 17496 + type: DisposalPipe + components: + - pos: -36.5,-78.5 + parent: 864 + type: Transform +- uid: 17497 + type: DisposalPipe + components: + - pos: -36.5,-79.5 + parent: 864 + type: Transform +- uid: 17498 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: -36.5,-80.5 + parent: 864 + type: Transform +- uid: 17499 + type: DisposalUnit + components: + - pos: -37.5,-81.5 + parent: 864 + type: Transform +- uid: 17500 + type: BoxLightbulb + components: + - pos: -39.570137,-77.31351 + parent: 864 + type: Transform +- uid: 17501 + type: DisposalUnit + components: + - name: suspicious disposal unit + type: MetaData + - pos: 0.5,-75.5 + parent: 864 + type: Transform +- uid: 17502 + type: PosterContrabandRebelsUnite + components: + - pos: -42.5,-73.5 + parent: 864 + type: Transform +- uid: 17503 + type: Grille + components: + - pos: -57.5,-75.5 + parent: 864 + type: Transform +- uid: 17504 + type: BannerRevolution + components: + - pos: -47.5,-72.5 + parent: 864 + type: Transform +- uid: 17505 + type: BannerRevolution + components: + - pos: -36.5,-72.5 + parent: 864 + type: Transform +- uid: 17506 + type: BannerRevolution + components: + - pos: -46.5,-84.5 + parent: 864 + type: Transform +- uid: 17507 + type: BannerRevolution + components: + - pos: -37.5,-84.5 + parent: 864 + type: Transform +- uid: 17508 + type: Grille + components: + - pos: -57.5,-76.5 + parent: 864 + type: Transform +- uid: 17509 + type: Grille + components: + - pos: -57.5,-77.5 + parent: 864 + type: Transform +- uid: 17510 + type: Firelock + components: + - pos: -51.5,-63.5 + parent: 864 + type: Transform +- uid: 17511 + type: Firelock + components: + - pos: -57.5,-55.5 + parent: 864 + type: Transform +- uid: 17512 + type: Firelock + components: + - pos: -56.5,-55.5 + parent: 864 + type: Transform +- uid: 17513 + type: Catwalk + components: + - pos: -22.5,-60.5 + parent: 864 + type: Transform +- uid: 17514 + type: Catwalk + components: + - pos: -23.5,-60.5 + parent: 864 + type: Transform +- uid: 17515 + type: Catwalk + components: + - pos: -24.5,-60.5 + parent: 864 + type: Transform +- uid: 17516 + type: Catwalk + components: + - pos: -25.5,-60.5 + parent: 864 + type: Transform +- uid: 17517 + type: Catwalk + components: + - pos: -26.5,-60.5 + parent: 864 + type: Transform +- uid: 17518 + type: Catwalk + components: + - pos: -27.5,-60.5 + parent: 864 + type: Transform +- uid: 17519 + type: Catwalk + components: + - pos: -28.5,-66.5 + parent: 864 + type: Transform +- uid: 17520 + type: Catwalk + components: + - pos: -29.5,-66.5 + parent: 864 + type: Transform +- uid: 17521 + type: Catwalk + components: + - pos: -30.5,-66.5 + parent: 864 + type: Transform +- uid: 17522 + type: Catwalk + components: + - pos: -31.5,-66.5 + parent: 864 + type: Transform +- uid: 17523 + type: Catwalk + components: + - pos: -32.5,-66.5 + parent: 864 + type: Transform +- uid: 17524 + type: Catwalk + components: + - pos: -33.5,-66.5 + parent: 864 + type: Transform +- uid: 17525 + type: Catwalk + components: + - pos: -34.5,-66.5 + parent: 864 + type: Transform +- uid: 17526 + type: Catwalk + components: + - pos: -35.5,-66.5 + parent: 864 + type: Transform +- uid: 17527 + type: Catwalk + components: + - pos: -22.5,-51.5 + parent: 864 + type: Transform +- uid: 17528 + type: Catwalk + components: + - pos: -23.5,-51.5 + parent: 864 + type: Transform +- uid: 17529 + type: Catwalk + components: + - pos: -24.5,-51.5 + parent: 864 + type: Transform +- uid: 17530 + type: Catwalk + components: + - pos: -25.5,-51.5 + parent: 864 + type: Transform +- uid: 17531 + type: Catwalk + components: + - pos: -26.5,-51.5 + parent: 864 + type: Transform +- uid: 17532 + type: Catwalk + components: + - pos: -27.5,-51.5 + parent: 864 + type: Transform +- uid: 17533 + type: Catwalk + components: + - pos: -28.5,-51.5 + parent: 864 + type: Transform +- uid: 17534 + type: Catwalk + components: + - pos: -29.5,-51.5 + parent: 864 + type: Transform +- uid: 17535 + type: Catwalk + components: + - pos: -25.5,-41.5 + parent: 864 + type: Transform +- uid: 17536 + type: Catwalk + components: + - pos: -25.5,-42.5 + parent: 864 + type: Transform +- uid: 17537 + type: Catwalk + components: + - pos: -25.5,-43.5 + parent: 864 + type: Transform +- uid: 17538 + type: Catwalk + components: + - pos: -25.5,-44.5 + parent: 864 + type: Transform +- uid: 17539 + type: Catwalk + components: + - pos: -25.5,-45.5 + parent: 864 + type: Transform +- uid: 17540 + type: Catwalk + components: + - pos: -25.5,-46.5 + parent: 864 + type: Transform +- uid: 17541 + type: Catwalk + components: + - pos: -26.5,-46.5 + parent: 864 + type: Transform +- uid: 17542 + type: Catwalk + components: + - pos: -25.5,-47.5 + parent: 864 + type: Transform +- uid: 17543 + type: Catwalk + components: + - pos: -25.5,-47.5 + parent: 864 + type: Transform +- uid: 17544 + type: Catwalk + components: + - pos: -26.5,-47.5 + parent: 864 + type: Transform +- uid: 17545 + type: Catwalk + components: + - pos: -26.5,-39.5 + parent: 864 + type: Transform +- uid: 17546 + type: Catwalk + components: + - pos: -26.5,-40.5 + parent: 864 + type: Transform +- uid: 17547 + type: Catwalk + components: + - pos: -25.5,-40.5 + parent: 864 + type: Transform +- uid: 17548 + type: Catwalk + components: + - pos: -25.5,-39.5 + parent: 864 + type: Transform +- uid: 17549 + type: Catwalk + components: + - pos: -56.5,-68.5 + parent: 864 + type: Transform +- uid: 17550 + type: Catwalk + components: + - pos: -55.5,-68.5 + parent: 864 + type: Transform +- uid: 17551 + type: Catwalk + components: + - pos: -54.5,-68.5 + parent: 864 + type: Transform +- uid: 17552 + type: Catwalk + components: + - pos: -53.5,-68.5 + parent: 864 + type: Transform +- uid: 17553 + type: Catwalk + components: + - pos: -52.5,-68.5 + parent: 864 + type: Transform +- uid: 17554 + type: Catwalk + components: + - pos: -52.5,-67.5 + parent: 864 + type: Transform +- uid: 17555 + type: Catwalk + components: + - pos: -53.5,-67.5 + parent: 864 + type: Transform +- uid: 17556 + type: FloorTileItemTechmaint + components: + - pos: -52.580746,-62.551224 + parent: 864 + type: Transform +- uid: 17557 + type: FloorTileItemTechmaint + components: + - pos: -55.580746,-63.44185 + parent: 864 + type: Transform +- uid: 17558 + type: FloorTileItemTechmaint + components: + - pos: -54.592896,-61.251873 + parent: 5241 + type: Transform +- uid: 17559 + type: Firelock + components: + - pos: -42.5,-64.5 + parent: 864 + type: Transform +- uid: 17560 + type: Firelock + components: + - pos: -24.5,-64.5 + parent: 864 + type: Transform +- uid: 17561 + type: Firelock + components: + - pos: -30.5,-49.5 + parent: 864 + type: Transform +- uid: 17562 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: -29.5,-55.5 + parent: 864 + type: Transform +- uid: 17563 + type: ClothingEyesGlassesBeer + components: + - pos: -41.65963,-78.36004 + parent: 864 + type: Transform +- uid: 17564 + type: DrinkGrogGlass + components: + - pos: -42.456505,-78.36004 + parent: 864 + type: Transform +- uid: 17565 + type: DrinkGrogGlass + components: + - pos: -43.487755,-78.09441 + parent: 864 + type: Transform +- uid: 17566 + type: DrinkGrogGlass + components: + - pos: -43.956505,-77.42254 + parent: 864 + type: Transform +- uid: 17567 + type: DrinkGrogGlass + components: + - pos: -40.300255,-77.37566 + parent: 864 + type: Transform +- uid: 17568 + type: DrinkGrogGlass + components: + - pos: -40.81588,-78.29754 + parent: 864 + type: Transform +- uid: 17569 + type: BarSign + components: + - desc: A very controversial bar known for its wide variety of constantly-changing drinks. + name: The Coderbus + type: MetaData + - pos: -44.5,-69.5 + parent: 864 + type: Transform + - current: TheCoderbus + type: BarSign +- uid: 17570 + type: WallSolid + components: + - pos: -44.5,-68.5 + parent: 864 + type: Transform +- uid: 17571 + type: WallSolid + components: + - pos: -45.5,-68.5 + parent: 864 + type: Transform +- uid: 17572 + type: WallSolid + components: + - pos: -46.5,-69.5 + parent: 864 + type: Transform +- uid: 17573 + type: Wrench + components: + - rot: -1.5707963267948966 rad + pos: -44.461555,-77.35993 + parent: 864 + type: Transform +- uid: 17574 + type: Catwalk + components: + - pos: -47.5,-67.5 + parent: 864 + type: Transform +- uid: 17575 + type: Catwalk + components: + - pos: -47.5,-66.5 + parent: 864 + type: Transform +- uid: 17576 + type: PosterContrabandSyndicatePistol + components: + - pos: -46.5,-71.5 + parent: 864 + type: Transform +- uid: 17577 + type: PosterContrabandSyndicateRecruitment + components: + - pos: -44.5,-74.5 + parent: 864 + type: Transform +- uid: 17578 + type: ClosetFireFilled + components: + - pos: -26.5,-57.5 + parent: 864 + type: Transform +- uid: 17579 + type: ClosetFireFilled + components: + - pos: -52.5,-72.5 + parent: 864 + type: Transform +- uid: 17580 + type: ClosetFireFilled + components: + - pos: -55.5,-66.5 + parent: 864 + type: Transform +- uid: 17581 + type: ClosetMaintenanceFilledRandom + components: + - pos: -54.5,-66.5 + parent: 864 + type: Transform +- uid: 17582 + type: ClosetMaintenanceFilledRandom + components: + - pos: -37.5,-67.5 + parent: 864 + type: Transform +- uid: 17583 + type: ClosetMaintenanceFilledRandom + components: + - pos: -29.5,-57.5 + parent: 864 + type: Transform +- uid: 17584 + type: ClosetMaintenanceFilledRandom + components: + - pos: -29.5,-39.5 + parent: 864 + type: Transform +- uid: 17585 + type: Catwalk + components: + - pos: -47.5,-68.5 + parent: 864 + type: Transform +- uid: 17586 + type: Catwalk + components: + - pos: -46.5,-66.5 + parent: 864 + type: Transform +- uid: 17587 + type: Catwalk + components: + - pos: -46.5,-67.5 + parent: 864 + type: Transform +- uid: 17588 + type: Catwalk + components: + - pos: -46.5,-68.5 + parent: 864 + type: Transform +- uid: 17589 + type: InflatableWall + components: + - pos: -51.5,-66.5 + parent: 864 + type: Transform +- uid: 17590 + type: InflatableWall + components: + - pos: -51.5,-67.5 + parent: 864 + type: Transform +- uid: 17591 + type: InflatableWall + components: + - pos: -49.5,-72.5 + parent: 864 + type: Transform +- uid: 17592 + type: InflatableWall + components: + - pos: -52.5,-63.5 + parent: 864 + type: Transform +- uid: 17593 + type: InflatableWall + components: + - pos: -56.5,-56.5 + parent: 864 + type: Transform +- uid: 17594 + type: InflatableWall + components: + - pos: -57.5,-56.5 + parent: 864 + type: Transform +- uid: 17595 + type: Crowbar + components: + - pos: -56.61051,-70.40599 + parent: 864 + type: Transform +- uid: 17596 + type: StorageCanister + components: + - pos: -24.5,-55.5 + parent: 864 + type: Transform +- uid: 17597 + type: StorageCanister + components: + - pos: -26.5,-55.5 + parent: 864 + type: Transform +- uid: 17598 + type: OxygenCanister + components: + - pos: -25.5,-55.5 + parent: 864 + type: Transform +- uid: 17599 + type: Table + components: + - pos: -28.5,-52.5 + parent: 864 + type: Transform +- uid: 17600 + type: Table + components: + - pos: -27.5,-52.5 + parent: 864 + type: Transform +- uid: 17601 + type: Table + components: + - pos: -26.5,-52.5 + parent: 864 + type: Transform +- uid: 17602 + type: Table + components: + - pos: -25.5,-52.5 + parent: 864 + type: Transform +- uid: 17603 + type: Table + components: + - pos: -24.5,-52.5 + parent: 864 + type: Transform +- uid: 17604 + type: Catwalk + components: + - pos: 46.5,-11.5 + parent: 864 + type: Transform +- uid: 17605 + type: Catwalk + components: + - pos: 45.5,-11.5 + parent: 864 + type: Transform +- uid: 17606 + type: Catwalk + components: + - pos: 44.5,-11.5 + parent: 864 + type: Transform +- uid: 17607 + type: Catwalk + components: + - pos: 43.5,-11.5 + parent: 864 + type: Transform +- uid: 17608 + type: Catwalk + components: + - pos: 42.5,-11.5 + parent: 864 + type: Transform +- uid: 17609 + type: Catwalk + components: + - pos: 40.5,-7.5 + parent: 864 + type: Transform +- uid: 17610 + type: Catwalk + components: + - pos: 40.5,-8.5 + parent: 864 + type: Transform +- uid: 17611 + type: Catwalk + components: + - pos: 40.5,-9.5 + parent: 864 + type: Transform +- uid: 17612 + type: Catwalk + components: + - pos: 40.5,-10.5 + parent: 864 + type: Transform +- uid: 17613 + type: Catwalk + components: + - pos: 40.5,-11.5 + parent: 864 + type: Transform +- uid: 17614 + type: Catwalk + components: + - pos: 30.5,-8.5 + parent: 864 + type: Transform +- uid: 17615 + type: Catwalk + components: + - pos: 31.5,-8.5 + parent: 864 + type: Transform +- uid: 17616 + type: Catwalk + components: + - pos: 32.5,-8.5 + parent: 864 + type: Transform +- uid: 17617 + type: Catwalk + components: + - pos: 33.5,-8.5 + parent: 864 + type: Transform +- uid: 17618 + type: Catwalk + components: + - pos: 34.5,-8.5 + parent: 864 + type: Transform +- uid: 17619 + type: Catwalk + components: + - pos: 35.5,-8.5 + parent: 864 + type: Transform +- uid: 17620 + type: Catwalk + components: + - pos: 29.5,-8.5 + parent: 864 + type: Transform +- uid: 17621 + type: Catwalk + components: + - pos: 37.5,-8.5 + parent: 864 + type: Transform +- uid: 17622 + type: Catwalk + components: + - pos: 29.5,-9.5 + parent: 864 + type: Transform +- uid: 17623 + type: Catwalk + components: + - pos: 29.5,-10.5 + parent: 864 + type: Transform +- uid: 17624 + type: Catwalk + components: + - pos: 29.5,-11.5 + parent: 864 + type: Transform +- uid: 17625 + type: Catwalk + components: + - pos: 29.5,-12.5 + parent: 864 + type: Transform +- uid: 17626 + type: Catwalk + components: + - pos: 29.5,-13.5 + parent: 864 + type: Transform +- uid: 17627 + type: Catwalk + components: + - pos: 29.5,-14.5 + parent: 864 + type: Transform +- uid: 17628 + type: MaintenanceFluffSpawner + components: + - pos: -50.5,-62.5 + parent: 864 + type: Transform +- uid: 17629 + type: MaintenanceFluffSpawner + components: + - pos: -36.5,-69.5 + parent: 864 + type: Transform +- uid: 17630 + type: MaintenanceFluffSpawner + components: + - pos: -42.5,-82.5 + parent: 864 + type: Transform +- uid: 17631 + type: MaintenanceWeaponSpawner + components: + - pos: -49.5,-74.5 + parent: 864 + type: Transform +- uid: 17632 + type: MaintenanceToolSpawner + components: + - pos: -27.5,-57.5 + parent: 864 + type: Transform +- uid: 17633 + type: MaintenanceToolSpawner + components: + - pos: -24.5,-52.5 + parent: 864 + type: Transform +- uid: 17634 + type: CableApcExtension + components: + - pos: -1.5,-79.5 + parent: 864 + type: Transform +- uid: 17635 + type: FoodTinPeachesMaint + components: + - pos: -27.385347,-52.20374 + parent: 864 + type: Transform +- uid: 17636 + type: AirlockMaintMedLocked + components: + - pos: -17.5,-50.5 + parent: 864 + type: Transform +- uid: 17637 + type: ToolboxEmergencyFilled + components: + - pos: -28.343418,-52.353195 + parent: 864 + type: Transform +- uid: 17638 + type: ToolboxEmergencyFilled + components: + - pos: -38.44295,-67.482124 + parent: 864 + type: Transform +- uid: 17639 + type: ToolboxEmergencyFilled + components: + - pos: -35.451088,-50.209225 + parent: 864 + type: Transform +- uid: 17640 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 17641 + type: VendingMachineTankDispenserEVA + components: + - pos: -35.5,-51.5 + parent: 864 + type: Transform +- uid: 17642 + type: ClothingMaskGas + components: + - pos: -35.537254,-49.709976 + parent: 864 + type: Transform +- uid: 17643 + type: GasPort + components: + - rot: 3.141592653589793 rad + pos: 34.5,-82.5 + parent: 864 + type: Transform +- uid: 17644 + type: ClothingMaskGasAtmos + components: + - pos: -35.287254,-49.4756 + parent: 864 + type: Transform +- uid: 17645 + type: PosterLegitThereIsNoGasGiant + components: + - pos: -37.5,-47.5 + parent: 864 + type: Transform +- uid: 17646 + type: PosterContrabandAtmosiaDeclarationIndependence + components: + - pos: -36.5,-52.5 + parent: 864 + type: Transform +- uid: 17647 + type: WallSolid + components: + - pos: -17.5,31.5 + parent: 864 + type: Transform +- uid: 17648 + type: SpawnMobCleanBot + components: + - pos: 49.5,-38.5 + parent: 864 + type: Transform +- uid: 17649 + type: SpawnMobMedibot + components: + - pos: -8.5,-46.5 + parent: 864 + type: Transform +- uid: 17650 + type: ClothingHeadHatTrucker + components: + - pos: -35.471638,-48.0912 + parent: 864 + type: Transform +- uid: 17651 + type: ClothingHeadHatWelding + components: + - pos: -35.768513,-47.481827 + parent: 864 + type: Transform +- uid: 17652 + type: ClothingHeadHatWelding + components: + - pos: -35.502888,-47.3412 + parent: 864 + type: Transform +- uid: 17653 + type: WelderIndustrial + components: + - pos: -35.502888,-46.513077 + parent: 864 + type: Transform +- uid: 17654 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-68.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17655 + type: SignDirectionalSci + components: + - pos: -19.479143,47.623272 + parent: 864 + type: Transform +- uid: 17656 + type: PoweredSmallLight + components: + - pos: -37.5,-63.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17657 + type: PoweredSmallLight + components: + - pos: -44.5,-63.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17658 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-55.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17659 + type: PoweredSmallLight + components: + - pos: -19.5,-50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17660 + type: PoweredSmallLight + components: + - pos: -29.5,-43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17661 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-53.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17662 + type: PoweredSmallLight + components: + - pos: -22.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17663 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17664 + type: WeldingFuelTankFull + components: + - pos: -43.5,-63.5 + parent: 864 + type: Transform +- uid: 17665 + type: WaterTankFull + components: + - pos: -29.5,-65.5 + parent: 864 + type: Transform +- uid: 17666 + type: RandomSpawner + components: + - pos: -25.5,-67.5 + parent: 864 + type: Transform +- uid: 17667 + type: RandomSpawner + components: + - pos: -27.5,-58.5 + parent: 864 + type: Transform +- uid: 17668 + type: RandomSpawner + components: + - pos: -24.5,-53.5 + parent: 864 + type: Transform +- uid: 17669 + type: RandomSpawner + components: + - pos: -26.5,-46.5 + parent: 864 + type: Transform +- uid: 17670 + type: RandomSpawner + components: + - pos: -20.5,-29.5 + parent: 864 + type: Transform +- uid: 17671 + type: RandomSpawner + components: + - pos: -32.5,-23.5 + parent: 864 + type: Transform +- uid: 17672 + type: RandomSpawner + components: + - pos: -23.5,-13.5 + parent: 864 + type: Transform +- uid: 17673 + type: RandomSpawner + components: + - pos: -38.5,-5.5 + parent: 864 + type: Transform +- uid: 17674 + type: RandomSpawner + components: + - pos: -53.5,-18.5 + parent: 864 + type: Transform +- uid: 17675 + type: RandomSpawner + components: + - pos: -32.5,-34.5 + parent: 864 + type: Transform +- uid: 17676 + type: RandomSpawner + components: + - pos: -33.5,-46.5 + parent: 864 + type: Transform +- uid: 17677 + type: RandomSpawner + components: + - pos: -37.5,-76.5 + parent: 864 + type: Transform +- uid: 17678 + type: RandomSpawner + components: + - pos: -46.5,-78.5 + parent: 864 + type: Transform +- uid: 17679 + type: RandomSpawner + components: + - pos: -45.5,-73.5 + parent: 864 + type: Transform +- uid: 17680 + type: RandomSpawner + components: + - pos: -54.5,-76.5 + parent: 864 + type: Transform +- uid: 17681 + type: RandomSpawner + components: + - pos: -52.5,-74.5 + parent: 864 + type: Transform +- uid: 17682 + type: RandomSpawner + components: + - pos: -54.5,-73.5 + parent: 864 + type: Transform +- uid: 17683 + type: CrateEngineeringElectricalSupplies + components: + - pos: -36.5,-63.5 + parent: 864 + type: Transform +- uid: 17684 + type: CrateHydroponicsSeedsExotic + components: + - pos: -47.5,-70.5 + parent: 864 + type: Transform +- uid: 17685 + type: CrateFoodCooking + components: + - pos: -47.5,-80.5 + parent: 864 + type: Transform +- uid: 17686 + type: NitrogenCanister + components: + - pos: -51.5,-70.5 + parent: 864 + type: Transform +- uid: 17687 + type: Rack + components: + - pos: -56.5,-70.5 + parent: 864 + type: Transform +- uid: 17688 + type: Rack + components: + - pos: -38.5,-67.5 + parent: 864 + type: Transform +- uid: 17689 + type: Rack + components: + - pos: -27.5,-57.5 + parent: 864 + type: Transform +- uid: 17690 + type: Rack + components: + - pos: -32.5,-62.5 + parent: 864 + type: Transform +- uid: 17691 + type: Rack + components: + - pos: -31.5,-62.5 + parent: 864 + type: Transform +- uid: 17692 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-67.5 + parent: 864 + type: Transform +- uid: 17693 + type: PlushieRatvar + components: + - pos: 22.555937,-28.535349 + parent: 864 + type: Transform +- uid: 17694 + type: PlushieSpaceLizard + components: + - pos: 22.5411,-29.161282 + parent: 864 + type: Transform +- uid: 17695 + type: CarpetPink + components: + - pos: 22.5,-28.5 + parent: 864 + type: Transform +- uid: 17696 + type: CarpetPink + components: + - pos: 21.5,-28.5 + parent: 864 + type: Transform +- uid: 17697 + type: CarpetPink + components: + - pos: 22.5,-29.5 + parent: 864 + type: Transform +- uid: 17698 + type: TableWood + components: + - pos: 23.5,-28.5 + parent: 864 + type: Transform +- uid: 17699 + type: CarpetPink + components: + - pos: 23.5,-29.5 + parent: 864 + type: Transform +- uid: 17700 + type: GasVentPump + components: + - pos: 21.5,-27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17701 + type: CarpetPink + components: + - pos: 24.5,-29.5 + parent: 864 + type: Transform +- uid: 17702 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 21.5,-28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17703 + type: CarpetSBlue + components: + - pos: 30.5,-28.5 + parent: 864 + type: Transform +- uid: 17704 + type: CarpetSBlue + components: + - pos: 30.5,-29.5 + parent: 864 + type: Transform +- uid: 17705 + type: CarpetSBlue + components: + - pos: 31.5,-27.5 + parent: 864 + type: Transform +- uid: 17706 + type: AirlockCaptainLocked + components: + - name: captain's quarters + type: MetaData + - pos: 33.5,-30.5 + parent: 864 + type: Transform +- uid: 17707 + type: CarpetSBlue + components: + - pos: 31.5,-28.5 + parent: 864 + type: Transform +- uid: 17708 + type: CarpetSBlue + components: + - pos: 31.5,-29.5 + parent: 864 + type: Transform +- uid: 17709 + type: CarpetSBlue + components: + - pos: 32.5,-27.5 + parent: 864 + type: Transform +- uid: 17710 + type: PosterLegitCleanliness + components: + - pos: -1.5,-58.5 + parent: 864 + type: Transform +- uid: 17711 + type: CarpetSBlue + components: + - pos: 32.5,-28.5 + parent: 864 + type: Transform +- uid: 17712 + type: CarpetSBlue + components: + - pos: 32.5,-29.5 + parent: 864 + type: Transform +- uid: 17713 + type: CarpetSBlue + components: + - pos: 30.5,-27.5 + parent: 864 + type: Transform +- uid: 17714 + type: APCHighCapacity + components: + - pos: 29.5,-26.5 + parent: 864 + type: Transform +- uid: 17715 + type: ClosetMaintenanceFilledRandom + components: + - pos: 2.5,14.5 + parent: 864 + type: Transform +- uid: 17716 + type: PottedPlant8 + components: + - pos: -22.5,8.5 + parent: 864 + type: Transform +- uid: 17717 + type: PottedPlant5 + components: + - pos: -26.5,8.5 + parent: 864 + type: Transform +- uid: 17718 + type: ClosetMaintenanceFilledRandom + components: + - pos: -28.5,-67.5 + parent: 864 + type: Transform +- uid: 17719 + type: CarpetPink + components: + - pos: 23.5,-28.5 + parent: 864 + type: Transform +- uid: 17720 + type: PosterLegit12Gauge + components: + - pos: 31.5,23.5 + parent: 864 + type: Transform +- uid: 17721 + type: TableWood + components: + - pos: 30.5,-28.5 + parent: 864 + type: Transform +- uid: 17722 + type: TableWood + components: + - pos: 30.5,-29.5 + parent: 864 + type: Transform +- uid: 17723 + type: CableMV + components: + - pos: 29.5,-28.5 + parent: 864 + type: Transform +- uid: 17724 + type: ChairPilotSeat + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-28.5 + parent: 864 + type: Transform +- uid: 17725 + type: CaptainIDCard + components: + - pos: 30.38934,-27.448017 + parent: 864 + type: Transform +- uid: 17726 + type: ClothingBackpackDuffelCaptain + components: + - pos: 30.44785,-28.239027 + parent: 864 + type: Transform +- uid: 17727 + type: LockerCaptainFilled + components: + - pos: 29.5,-27.5 + parent: 864 + type: Transform +- uid: 17728 + type: ClothingNeckMantleCap + components: + - pos: 30.4791,-28.910902 + parent: 864 + type: Transform +- uid: 17729 + type: DogBed + components: + - name: fox bed + type: MetaData + - pos: 32.5,-28.5 + parent: 864 + type: Transform +- uid: 17730 + type: ClothingHeadHatPaper + components: + - pos: 30.557224,-29.379652 + parent: 864 + type: Transform +- uid: 17731 + type: PoweredSmallLight + components: + - pos: 24.5,-32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17732 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 19.5,-32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17733 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 34.5,-36.5 + parent: 864 + type: Transform +- uid: 17734 + type: WallReinforced + components: + - pos: 25.5,-30.5 + parent: 864 + type: Transform +- uid: 17735 + type: CableApcExtension + components: + - pos: 28.5,-25.5 + parent: 864 + type: Transform +- uid: 17736 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 17737 + type: CarpetPink + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-28.5 + parent: 864 + type: Transform +- uid: 17738 + type: WallReinforced + components: + - pos: 27.5,-30.5 + parent: 864 + type: Transform +- uid: 17739 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-31.5 + parent: 864 + type: Transform +- uid: 17740 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-31.5 + parent: 864 + type: Transform +- uid: 17741 + type: GasPipeStraight + components: + - pos: 23.5,-28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17742 + type: WallReinforced + components: + - pos: 27.5,-31.5 + parent: 864 + type: Transform +- uid: 17743 + type: WallReinforced + components: + - pos: 28.5,-31.5 + parent: 864 + type: Transform +- uid: 17744 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-31.5 + parent: 864 + type: Transform +- uid: 17745 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-31.5 + parent: 864 + type: Transform +- uid: 17746 + type: CarpetSBlue + components: + - pos: 31.5,-30.5 + parent: 864 + type: Transform +- uid: 17747 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-28.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 17748 + type: CarpetSBlue + components: + - pos: 30.5,-30.5 + parent: 864 + type: Transform +- uid: 17749 + type: ClothingHeadHatCaptain + components: + - pos: 30.449804,-29.159872 + parent: 864 + type: Transform +- uid: 17750 + type: Rack + components: + - pos: -21.5,-50.5 + parent: 864 + type: Transform +- uid: 17751 + type: ClothingHeadHatWeldingMaskPainted + components: + - pos: -21.340025,-50.503895 + parent: 864 + type: Transform +- uid: 17752 + type: Window + components: + - pos: -38.5,-63.5 + parent: 864 + type: Transform +- uid: 17753 + type: Window + components: + - pos: -38.5,-65.5 + parent: 864 + type: Transform +- uid: 17754 + type: ClothingHeadHatCone + components: + - pos: -28.525217,-54.052208 + parent: 864 + type: Transform +- uid: 17755 + type: SignElectricalMed + components: + - pos: -29.5,-54.5 + parent: 864 + type: Transform +- uid: 17756 + type: SignFlammableMed + components: + - pos: -42.5,-63.5 + parent: 864 + type: Transform +- uid: 17757 + type: Basketball + components: + - pos: -49.590145,-63.44321 + parent: 864 + type: Transform +- uid: 17758 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 17759 + type: Girder + components: + - pos: -22.5,-64.5 + parent: 864 + type: Transform +- uid: 17760 + type: Girder + components: + - pos: -22.5,-65.5 + parent: 864 + type: Transform +- uid: 17761 + type: ClothingHeadPaperSack + components: + - pos: -24.536432,-62.484863 + parent: 864 + type: Transform +- uid: 17762 + type: Catwalk + components: + - pos: -37.5,-20.5 + parent: 864 + type: Transform +- uid: 17763 + type: Catwalk + components: + - pos: -37.5,-21.5 + parent: 864 + type: Transform +- uid: 17764 + type: Catwalk + components: + - pos: -37.5,-22.5 + parent: 864 + type: Transform +- uid: 17765 + type: Catwalk + components: + - pos: -37.5,-23.5 + parent: 864 + type: Transform +- uid: 17766 + type: Catwalk + components: + - pos: -37.5,-24.5 + parent: 864 + type: Transform +- uid: 17767 + type: Catwalk + components: + - pos: -43.5,-26.5 + parent: 864 + type: Transform +- uid: 17768 + type: Catwalk + components: + - pos: -42.5,-26.5 + parent: 864 + type: Transform +- uid: 17769 + type: Catwalk + components: + - pos: -41.5,-26.5 + parent: 864 + type: Transform +- uid: 17770 + type: Catwalk + components: + - pos: -40.5,-26.5 + parent: 864 + type: Transform +- uid: 17771 + type: Catwalk + components: + - pos: -39.5,-26.5 + parent: 864 + type: Transform +- uid: 17772 + type: Catwalk + components: + - pos: -38.5,-26.5 + parent: 864 + type: Transform +- uid: 17773 + type: WallReinforced + components: + - pos: -53.5,-50.5 + parent: 864 + type: Transform +- uid: 17774 + type: WallReinforced + components: + - pos: -53.5,-47.5 + parent: 864 + type: Transform +- uid: 17775 + type: WallReinforced + components: + - pos: -53.5,-48.5 + parent: 864 + type: Transform +- uid: 17776 + type: WallReinforced + components: + - pos: -53.5,-49.5 + parent: 864 + type: Transform +- uid: 17777 + type: WallReinforced + components: + - pos: -59.5,-53.5 + parent: 864 + type: Transform +- uid: 17778 + type: WallReinforced + components: + - pos: -60.5,-53.5 + parent: 864 + type: Transform +- uid: 17779 + type: WallReinforced + components: + - pos: -59.5,-55.5 + parent: 864 + type: Transform +- uid: 17780 + type: WallReinforced + components: + - pos: -60.5,-55.5 + parent: 864 + type: Transform +- uid: 17781 + type: ComputerPowerMonitoring + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-23.5 + parent: 864 + type: Transform +- uid: 17782 + type: Catwalk + components: + - pos: -48.5,-27.5 + parent: 864 + type: Transform +- uid: 17783 + type: Catwalk + components: + - pos: -48.5,-28.5 + parent: 864 + type: Transform +- uid: 17784 + type: Catwalk + components: + - pos: -48.5,-29.5 + parent: 864 + type: Transform +- uid: 17785 + type: Catwalk + components: + - pos: -48.5,-30.5 + parent: 864 + type: Transform +- uid: 17786 + type: Catwalk + components: + - pos: -48.5,-31.5 + parent: 864 + type: Transform +- uid: 17787 + type: Catwalk + components: + - pos: -48.5,-32.5 + parent: 864 + type: Transform +- uid: 17788 + type: Grille + components: + - pos: -58.5,-52.5 + parent: 864 + type: Transform +- uid: 17789 + type: Grille + components: + - pos: -58.5,-51.5 + parent: 864 + type: Transform +- uid: 17790 + type: Grille + components: + - pos: -58.5,-48.5 + parent: 864 + type: Transform +- uid: 17791 + type: Grille + components: + - pos: -58.5,-47.5 + parent: 864 + type: Transform +- uid: 17792 + type: Grille + components: + - pos: -58.5,-43.5 + parent: 864 + type: Transform +- uid: 17793 + type: Grille + components: + - pos: -58.5,-44.5 + parent: 864 + type: Transform +- uid: 17794 + type: CableApcExtension + components: + - pos: -34.5,-55.5 + parent: 864 + type: Transform +- uid: 17795 + type: CableApcExtension + components: + - pos: -33.5,-26.5 + parent: 864 + type: Transform +- uid: 17796 + type: CableApcExtension + components: + - pos: -34.5,-26.5 + parent: 864 + type: Transform +- uid: 17797 + type: CableApcExtension + components: + - pos: -35.5,-26.5 + parent: 864 + type: Transform +- uid: 17798 + type: CableApcExtension + components: + - pos: -35.5,-25.5 + parent: 864 + type: Transform +- uid: 17799 + type: CableApcExtension + components: + - pos: -35.5,-24.5 + parent: 864 + type: Transform +- uid: 17800 + type: CableApcExtension + components: + - pos: -36.5,-24.5 + parent: 864 + type: Transform +- uid: 17801 + type: CableApcExtension + components: + - pos: -37.5,-24.5 + parent: 864 + type: Transform +- uid: 17802 + type: CableApcExtension + components: + - pos: -37.5,-23.5 + parent: 864 + type: Transform +- uid: 17803 + type: CableApcExtension + components: + - pos: -37.5,-22.5 + parent: 864 + type: Transform +- uid: 17804 + type: CableApcExtension + components: + - pos: -37.5,-21.5 + parent: 864 + type: Transform +- uid: 17805 + type: CableApcExtension + components: + - pos: -37.5,-20.5 + parent: 864 + type: Transform +- uid: 17806 + type: CableApcExtension + components: + - pos: -38.5,-22.5 + parent: 864 + type: Transform +- uid: 17807 + type: CableApcExtension + components: + - pos: -39.5,-22.5 + parent: 864 + type: Transform +- uid: 17808 + type: CableApcExtension + components: + - pos: -39.5,-23.5 + parent: 864 + type: Transform +- uid: 17809 + type: CableApcExtension + components: + - pos: -39.5,-24.5 + parent: 864 + type: Transform +- uid: 17810 + type: CableApcExtension + components: + - pos: -40.5,-24.5 + parent: 864 + type: Transform +- uid: 17811 + type: CableApcExtension + components: + - pos: -41.5,-24.5 + parent: 864 + type: Transform +- uid: 17812 + type: CableApcExtension + components: + - pos: -41.5,-25.5 + parent: 864 + type: Transform +- uid: 17813 + type: CableApcExtension + components: + - pos: -41.5,-26.5 + parent: 864 + type: Transform +- uid: 17814 + type: CableApcExtension + components: + - pos: -43.5,-26.5 + parent: 864 + type: Transform +- uid: 17815 + type: CableApcExtension + components: + - pos: -42.5,-26.5 + parent: 864 + type: Transform +- uid: 17816 + type: CableApcExtension + components: + - pos: -40.5,-26.5 + parent: 864 + type: Transform +- uid: 17817 + type: CableApcExtension + components: + - pos: -39.5,-26.5 + parent: 864 + type: Transform +- uid: 17818 + type: CableApcExtension + components: + - pos: -38.5,-26.5 + parent: 864 + type: Transform +- uid: 17819 + type: CableApcExtension + components: + - pos: -37.5,-26.5 + parent: 864 + type: Transform +- uid: 17820 + type: CableApcExtension + components: + - pos: -37.5,-27.5 + parent: 864 + type: Transform +- uid: 17821 + type: CableApcExtension + components: + - pos: -37.5,-28.5 + parent: 864 + type: Transform +- uid: 17822 + type: CableApcExtension + components: + - pos: -36.5,-28.5 + parent: 864 + type: Transform +- uid: 17823 + type: CableApcExtension + components: + - pos: -35.5,-28.5 + parent: 864 + type: Transform +- uid: 17824 + type: CableApcExtension + components: + - pos: -35.5,-29.5 + parent: 864 + type: Transform +- uid: 17825 + type: CableApcExtension + components: + - pos: -35.5,-30.5 + parent: 864 + type: Transform +- uid: 17826 + type: CableApcExtension + components: + - pos: -44.5,-26.5 + parent: 864 + type: Transform +- uid: 17827 + type: CableApcExtension + components: + - pos: -44.5,-27.5 + parent: 864 + type: Transform +- uid: 17828 + type: CableApcExtension + components: + - pos: -45.5,-27.5 + parent: 864 + type: Transform +- uid: 17829 + type: CableApcExtension + components: + - pos: -46.5,-27.5 + parent: 864 + type: Transform +- uid: 17830 + type: CableApcExtension + components: + - pos: -47.5,-27.5 + parent: 864 + type: Transform +- uid: 17831 + type: CableApcExtension + components: + - pos: -48.5,-27.5 + parent: 864 + type: Transform +- uid: 17832 + type: CableApcExtension + components: + - pos: -48.5,-28.5 + parent: 864 + type: Transform +- uid: 17833 + type: CableApcExtension + components: + - pos: -48.5,-29.5 + parent: 864 + type: Transform +- uid: 17834 + type: CableApcExtension + components: + - pos: -48.5,-30.5 + parent: 864 + type: Transform +- uid: 17835 + type: CableApcExtension + components: + - pos: -48.5,-31.5 + parent: 864 + type: Transform +- uid: 17836 + type: CableApcExtension + components: + - pos: -48.5,-32.5 + parent: 864 + type: Transform +- uid: 17837 + type: CableApcExtension + components: + - pos: -49.5,-32.5 + parent: 864 + type: Transform +- uid: 17838 + type: CableApcExtension + components: + - pos: -50.5,-32.5 + parent: 864 + type: Transform +- uid: 17839 + type: CableApcExtension + components: + - pos: -51.5,-32.5 + parent: 864 + type: Transform +- uid: 17840 + type: CableApcExtension + components: + - pos: -52.5,-32.5 + parent: 864 + type: Transform +- uid: 17841 + type: CableApcExtension + components: + - pos: -53.5,-32.5 + parent: 864 + type: Transform +- uid: 17842 + type: CableApcExtension + components: + - pos: -54.5,-32.5 + parent: 864 + type: Transform +- uid: 17843 + type: CableApcExtension + components: + - pos: -55.5,-32.5 + parent: 864 + type: Transform +- uid: 17844 + type: CableApcExtension + components: + - pos: -55.5,-33.5 + parent: 864 + type: Transform +- uid: 17845 + type: CableApcExtension + components: + - pos: -55.5,-34.5 + parent: 864 + type: Transform +- uid: 17846 + type: CableApcExtension + components: + - pos: -55.5,-35.5 + parent: 864 + type: Transform +- uid: 17847 + type: CableApcExtension + components: + - pos: -55.5,-36.5 + parent: 864 + type: Transform +- uid: 17848 + type: CableApcExtension + components: + - pos: -55.5,-37.5 + parent: 864 + type: Transform +- uid: 17849 + type: CableApcExtension + components: + - pos: -55.5,-38.5 + parent: 864 + type: Transform +- uid: 17850 + type: CableApcExtension + components: + - pos: -55.5,-39.5 + parent: 864 + type: Transform +- uid: 17851 + type: CableApcExtension + components: + - pos: -56.5,-39.5 + parent: 864 + type: Transform +- uid: 17852 + type: CableApcExtension + components: + - pos: -56.5,-40.5 + parent: 864 + type: Transform +- uid: 17853 + type: CableApcExtension + components: + - pos: -56.5,-41.5 + parent: 864 + type: Transform +- uid: 17854 + type: CableApcExtension + components: + - pos: -56.5,-42.5 + parent: 864 + type: Transform +- uid: 17855 + type: CableApcExtension + components: + - pos: -56.5,-43.5 + parent: 864 + type: Transform +- uid: 17856 + type: CableApcExtension + components: + - pos: -56.5,-44.5 + parent: 864 + type: Transform +- uid: 17857 + type: CableApcExtension + components: + - pos: -56.5,-45.5 + parent: 864 + type: Transform +- uid: 17858 + type: CableApcExtension + components: + - pos: -56.5,-46.5 + parent: 864 + type: Transform +- uid: 17859 + type: CableApcExtension + components: + - pos: -56.5,-47.5 + parent: 864 + type: Transform +- uid: 17860 + type: CableApcExtension + components: + - pos: -56.5,-48.5 + parent: 864 + type: Transform +- uid: 17861 + type: CableApcExtension + components: + - pos: -56.5,-49.5 + parent: 864 + type: Transform +- uid: 17862 + type: CableApcExtension + components: + - pos: -56.5,-50.5 + parent: 864 + type: Transform +- uid: 17863 + type: CableApcExtension + components: + - pos: -56.5,-51.5 + parent: 864 + type: Transform +- uid: 17864 + type: CableApcExtension + components: + - pos: -56.5,-52.5 + parent: 864 + type: Transform +- uid: 17865 + type: CableApcExtension + components: + - pos: -56.5,-53.5 + parent: 864 + type: Transform +- uid: 17866 + type: CableApcExtension + components: + - pos: -56.5,-54.5 + parent: 864 + type: Transform +- uid: 17867 + type: CableApcExtension + components: + - pos: -56.5,-55.5 + parent: 864 + type: Transform +- uid: 17868 + type: CableApcExtension + components: + - pos: -56.5,-56.5 + parent: 864 + type: Transform +- uid: 17869 + type: CableApcExtension + components: + - pos: -56.5,-57.5 + parent: 864 + type: Transform +- uid: 17870 + type: CableApcExtension + components: + - pos: -56.5,-58.5 + parent: 864 + type: Transform +- uid: 17871 + type: CableApcExtension + components: + - pos: -57.5,-58.5 + parent: 864 + type: Transform +- uid: 17872 + type: CableApcExtension + components: + - pos: -57.5,-59.5 + parent: 864 + type: Transform +- uid: 17873 + type: CableApcExtension + components: + - pos: -50.5,-64.5 + parent: 864 + type: Transform +- uid: 17874 + type: CableApcExtension + components: + - pos: -50.5,-63.5 + parent: 864 + type: Transform +- uid: 17875 + type: CableApcExtension + components: + - pos: -51.5,-63.5 + parent: 864 + type: Transform +- uid: 17876 + type: CableApcExtension + components: + - pos: -52.5,-63.5 + parent: 864 + type: Transform +- uid: 17877 + type: CableApcExtension + components: + - pos: -52.5,-62.5 + parent: 864 + type: Transform +- uid: 17878 + type: CableApcExtension + components: + - pos: -53.5,-62.5 + parent: 864 + type: Transform +- uid: 17879 + type: CableApcExtension + components: + - pos: -36.5,-30.5 + parent: 864 + type: Transform +- uid: 17880 + type: CableApcExtension + components: + - pos: -37.5,-30.5 + parent: 864 + type: Transform +- uid: 17881 + type: CableApcExtension + components: + - pos: -38.5,-30.5 + parent: 864 + type: Transform +- uid: 17882 + type: CableApcExtension + components: + - pos: -39.5,-30.5 + parent: 864 + type: Transform +- uid: 17883 + type: CableApcExtension + components: + - pos: -40.5,-30.5 + parent: 864 + type: Transform +- uid: 17884 + type: CableApcExtension + components: + - pos: -41.5,-30.5 + parent: 864 + type: Transform +- uid: 17885 + type: CableApcExtension + components: + - pos: -42.5,-30.5 + parent: 864 + type: Transform +- uid: 17886 + type: WaterVaporCanister + components: + - pos: -34.5,-28.5 + parent: 864 + type: Transform +- uid: 17887 + type: OxygenCanister + components: + - pos: -34.5,-30.5 + parent: 864 + type: Transform +- uid: 17888 + type: MachineFrameDestroyed + components: + - pos: -36.5,-29.5 + parent: 864 + type: Transform +- uid: 17889 + type: ClosetMaintenance + components: + - pos: -44.5,-31.5 + parent: 864 + type: Transform +- uid: 17890 + type: ClosetMaintenanceFilledRandom + components: + - pos: -56.5,-32.5 + parent: 864 + type: Transform +- uid: 17891 + type: ClosetEmergencyFilledRandom + components: + - pos: -57.5,-32.5 + parent: 864 + type: Transform +- uid: 17892 + type: Rack + components: + - pos: -46.5,-30.5 + parent: 864 + type: Transform +- uid: 17893 + type: Rack + components: + - pos: -44.5,-25.5 + parent: 864 + type: Transform +- uid: 17894 + type: Rack + components: + - pos: -42.5,-24.5 + parent: 864 + type: Transform +- uid: 17895 + type: Barricade + components: + - pos: -36.5,-20.5 + parent: 864 + type: Transform +- uid: 17896 + type: Table + components: + - pos: -38.5,-27.5 + parent: 864 + type: Transform +- uid: 17897 + type: Table + components: + - pos: -43.5,-27.5 + parent: 864 + type: Transform +- uid: 17898 + type: Screwdriver + components: + - pos: -38.450848,-27.350416 + parent: 864 + type: Transform +- uid: 17899 + type: DoorElectronics + components: + - pos: -43.560223,-27.412916 + parent: 864 + type: Transform +- uid: 17900 + type: Welder + components: + - pos: -44.4577,-25.484493 + parent: 864 + type: Transform +- uid: 17901 + type: AirlockMaintLocked + components: + - pos: -55.5,-34.5 + parent: 864 + type: Transform +- uid: 17902 + type: AirlockMaintLocked + components: + - pos: -56.5,-40.5 + parent: 864 + type: Transform +- uid: 17903 + type: Grille + components: + - pos: -53.5,-36.5 + parent: 864 + type: Transform +- uid: 17904 + type: Grille + components: + - pos: -53.5,-37.5 + parent: 864 + type: Transform +- uid: 17905 + type: Grille + components: + - pos: -58.5,-36.5 + parent: 864 + type: Transform +- uid: 17906 + type: Grille + components: + - pos: -58.5,-37.5 + parent: 864 + type: Transform +- uid: 17907 + type: ParticleAcceleratorComputerCircuitboard + components: + - pos: -65.764206,-32.54489 + parent: 864 + type: Transform +- uid: 17908 + type: DrinkBeer + components: + - pos: -56.96358,-25.301325 + parent: 864 + type: Transform +- uid: 17909 + type: VendingMachineLawDrobe + components: + - pos: 39.5,-3.5 + parent: 864 + type: Transform +- uid: 17910 + type: FlashlightLantern + components: + - pos: -31.518282,-62.54614 + parent: 864 + type: Transform +- uid: 17911 + type: Flash + components: + - pos: -32.502655,-62.530514 + parent: 864 + type: Transform +- uid: 17912 + type: WallPlastitanium + components: + - pos: -53.5,-84.5 + parent: 864 + type: Transform +- uid: 17913 + type: WallPlastitanium + components: + - pos: -55.5,-84.5 + parent: 864 + type: Transform +- uid: 17914 + type: WallPlastitanium + components: + - pos: -53.5,-85.5 + parent: 864 + type: Transform +- uid: 17915 + type: ReinforcedPlasmaWindow + components: + - rot: 1.5707963267948966 rad + pos: -52.5,-85.5 + parent: 864 + type: Transform +- uid: 17916 + type: WallPlastitanium + components: + - pos: -51.5,-85.5 + parent: 864 + type: Transform +- uid: 17917 + type: WallPlastitanium + components: + - pos: -51.5,-86.5 + parent: 864 + type: Transform +- uid: 17918 + type: WallPlastitanium + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-88.5 + parent: 864 + type: Transform +- uid: 17919 + type: WallPlastitanium + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-86.5 + parent: 864 + type: Transform +- uid: 17920 + type: WallPlastitanium + components: + - pos: -51.5,-88.5 + parent: 864 + type: Transform +- uid: 17921 + type: WallPlastitanium + components: + - pos: -51.5,-89.5 + parent: 864 + type: Transform +- uid: 17922 + type: WallPlastitanium + components: + - pos: -56.5,-89.5 + parent: 864 + type: Transform +- uid: 17923 + type: WallPlastitanium + components: + - pos: -57.5,-89.5 + parent: 864 + type: Transform +- uid: 17924 + type: WallPlastitanium + components: + - pos: -55.5,-90.5 + parent: 864 + type: Transform +- uid: 17925 + type: WallPlastitanium + components: + - pos: -57.5,-87.5 + parent: 864 + type: Transform +- uid: 17926 + type: WallPlastitanium + components: + - pos: -53.5,-90.5 + parent: 864 + type: Transform +- uid: 17927 + type: WallPlastitanium + components: + - pos: -53.5,-89.5 + parent: 864 + type: Transform +- uid: 17928 + type: ReinforcedPlasmaWindow + components: + - rot: 1.5707963267948966 rad + pos: -52.5,-89.5 + parent: 864 + type: Transform +- uid: 17929 + type: ReinforcedPlasmaWindow + components: + - pos: -49.5,-87.5 + parent: 864 + type: Transform +- uid: 17930 + type: ReinforcedPlasmaWindow + components: + - pos: -50.5,-87.5 + parent: 864 + type: Transform +- uid: 17931 + type: ComputerBroken + components: + - rot: -1.5707963267948966 rad + pos: -51.5,-87.5 + parent: 864 + type: Transform +- uid: 17932 + type: ChairPilotSeat + components: + - rot: 1.5707963267948966 rad + pos: -52.5,-87.5 + parent: 864 + type: Transform +- uid: 17933 + type: HighSecCaptainLocked + components: + - name: syndicate shuttle + type: MetaData + - pos: -54.5,-84.5 + parent: 864 + type: Transform +- uid: 17934 + type: HighSecCaptainLocked + components: + - name: syndicate shuttle + type: MetaData + - pos: -54.5,-90.5 + parent: 864 + type: Transform +- uid: 17935 + type: WallPlastitanium + components: + - pos: -57.5,-86.5 + parent: 864 + type: Transform +- uid: 17936 + type: WallPlastitanium + components: + - pos: -57.5,-88.5 + parent: 864 + type: Transform +- uid: 17937 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: -58.5,-87.5 + parent: 864 + type: Transform + - enabled: False + type: AmbientSound +- uid: 17938 + type: PosterContrabandFreeSyndicateEncryptionKey + components: + - pos: -53.5,-85.5 + parent: 864 + type: Transform +- uid: 17939 + type: WallPlastitanium + components: + - pos: -57.5,-85.5 + parent: 864 + type: Transform +- uid: 17940 + type: WallPlastitanium + components: + - pos: -56.5,-85.5 + parent: 864 + type: Transform +- uid: 17941 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-84.5 + parent: 864 + type: Transform + - enabled: False + type: AmbientSound +- uid: 17942 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: -56.5,-90.5 + parent: 864 + type: Transform + - enabled: False + type: AmbientSound +- uid: 17943 + type: GeneratorBasic + components: + - pos: -58.5,-88.5 + parent: 864 + type: Transform +- uid: 17944 + type: GeneratorBasic + components: + - pos: -58.5,-86.5 + parent: 864 + type: Transform +- uid: 17945 + type: CableHV + components: + - pos: -58.5,-88.5 + parent: 864 + type: Transform +- uid: 17946 + type: CableHV + components: + - pos: -57.5,-88.5 + parent: 864 + type: Transform +- uid: 17947 + type: CableHV + components: + - pos: -58.5,-86.5 + parent: 864 + type: Transform +- uid: 17948 + type: CableHV + components: + - pos: -57.5,-86.5 + parent: 864 + type: Transform +- uid: 17949 + type: CableHV + components: + - pos: -56.5,-88.5 + parent: 864 + type: Transform +- uid: 17950 + type: CableHV + components: + - pos: -57.5,-87.5 + parent: 864 + type: Transform +- uid: 17951 + type: CableHV + components: + - pos: -55.5,-88.5 + parent: 864 + type: Transform +- uid: 17952 + type: CableHV + components: + - pos: -55.5,-89.5 + parent: 864 + type: Transform +- uid: 17953 + type: CableTerminal + components: + - rot: -1.5707963267948966 rad + pos: -56.5,-88.5 + parent: 864 + type: Transform +- uid: 17954 + type: SMESBasic + components: + - pos: -55.5,-88.5 + parent: 864 + type: Transform +- uid: 17955 + type: SubstationBasic + components: + - pos: -55.5,-89.5 + parent: 864 + type: Transform +- uid: 17956 + type: CableMV + components: + - pos: -55.5,-89.5 + parent: 864 + type: Transform +- uid: 17957 + type: CableMV + components: + - pos: -54.5,-89.5 + parent: 864 + type: Transform +- uid: 17958 + type: CableMV + components: + - pos: -54.5,-88.5 + parent: 864 + type: Transform +- uid: 17959 + type: CableMV + components: + - pos: -54.5,-87.5 + parent: 864 + type: Transform +- uid: 17960 + type: CableMV + components: + - pos: -55.5,-87.5 + parent: 864 + type: Transform +- uid: 17961 + type: CableMV + components: + - pos: -55.5,-86.5 + parent: 864 + type: Transform +- uid: 17962 + type: CableMV + components: + - pos: -56.5,-86.5 + parent: 864 + type: Transform +- uid: 17963 + type: CableMV + components: + - pos: -56.5,-85.5 + parent: 864 + type: Transform +- uid: 17964 + type: APCBasic + components: + - pos: -56.5,-85.5 + parent: 864 + type: Transform +- uid: 17965 + type: CableApcExtension + components: + - pos: -56.5,-85.5 + parent: 864 + type: Transform +- uid: 17966 + type: CableApcExtension + components: + - pos: -56.5,-86.5 + parent: 864 + type: Transform +- uid: 17967 + type: CableApcExtension + components: + - pos: -56.5,-87.5 + parent: 864 + type: Transform +- uid: 17968 + type: CableApcExtension + components: + - pos: -55.5,-87.5 + parent: 864 + type: Transform +- uid: 17969 + type: CableApcExtension + components: + - pos: -54.5,-87.5 + parent: 864 + type: Transform +- uid: 17970 + type: CableApcExtension + components: + - pos: -53.5,-87.5 + parent: 864 + type: Transform +- uid: 17971 + type: CableApcExtension + components: + - pos: -52.5,-87.5 + parent: 864 + type: Transform +- uid: 17972 + type: CableApcExtension + components: + - pos: -54.5,-86.5 + parent: 864 + type: Transform +- uid: 17973 + type: CableApcExtension + components: + - pos: -54.5,-85.5 + parent: 864 + type: Transform +- uid: 17974 + type: CableApcExtension + components: + - pos: -54.5,-88.5 + parent: 864 + type: Transform +- uid: 17975 + type: CableApcExtension + components: + - pos: -54.5,-89.5 + parent: 864 + type: Transform +- uid: 17976 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-88.5 + parent: 864 + type: Transform +- uid: 17977 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-86.5 + parent: 864 + type: Transform +- uid: 17978 + type: Matchbox + components: + - pos: 61.092392,-1.3427626 + parent: 864 + type: Transform +- uid: 17979 + type: Bed + components: + - pos: -56.5,-86.5 + parent: 864 + type: Transform +- uid: 17980 + type: WallSolid + components: + - pos: 58.5,2.5 + parent: 864 + type: Transform +- uid: 17981 + type: MaintenanceWeaponSpawner + components: + - pos: -52.5,-86.5 + parent: 864 + type: Transform +- uid: 17982 + type: MaintenanceWeaponSpawner + components: + - pos: -52.5,-88.5 + parent: 864 + type: Transform +- uid: 17983 + type: BedsheetSyndie + components: + - pos: -56.5,-86.5 + parent: 864 + type: Transform +- uid: 17984 + type: WaterTankFull + components: + - pos: 35.5,-10.5 + parent: 864 + type: Transform +- uid: 17985 + type: PoweredlightExterior + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-85.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 17986 + type: PoweredlightExterior + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-89.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 17987 + type: Rack + components: + - pos: 35.5,-12.5 + parent: 864 + type: Transform +- uid: 17988 + type: ClosetMaintenanceFilledRandom + components: + - pos: 36.5,-12.5 + parent: 864 + type: Transform +- uid: 17989 + type: MaintenanceWeaponSpawner + components: + - pos: 35.5,-12.5 + parent: 864 + type: Transform +- uid: 17990 + type: PoweredSmallLight + components: + - pos: 44.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17991 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 35.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17992 + type: PoweredSmallLight + components: + - pos: 39.5,-7.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17993 + type: PoweredSmallLight + components: + - pos: 31.5,-8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17994 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 29.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17995 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-7.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 17996 + type: UnfinishedMachineFrame + components: + - pos: -39.5,-20.5 + parent: 864 + type: Transform +- uid: 17997 + type: RandomSpawner + components: + - pos: -35.5,-20.5 + parent: 864 + type: Transform +- uid: 17998 + type: RandomSpawner + components: + - pos: -45.5,-28.5 + parent: 864 + type: Transform +- uid: 17999 + type: RandomSpawner + components: + - pos: -57.5,-33.5 + parent: 864 + type: Transform +- uid: 18000 + type: Table + components: + - pos: -54.5,-37.5 + parent: 864 + type: Transform +- uid: 18001 + type: Table + components: + - pos: -54.5,-38.5 + parent: 864 + type: Transform +- uid: 18002 + type: Table + components: + - pos: -54.5,-39.5 + parent: 864 + type: Transform +- uid: 18003 + type: Table + components: + - pos: -55.5,-39.5 + parent: 864 + type: Transform +- uid: 18004 + type: Table + components: + - pos: -57.5,-35.5 + parent: 864 + type: Transform +- uid: 18005 + type: Table + components: + - pos: -56.5,-35.5 + parent: 864 + type: Transform +- uid: 18006 + type: Multitool + components: + - pos: -56.47646,-35.42343 + parent: 864 + type: Transform +- uid: 18007 + type: ClothingHandsGlovesColorYellow + components: + - pos: -56.97646,-35.48593 + parent: 864 + type: Transform +- uid: 18008 + type: trayScanner + components: + - pos: -54.607018,-37.48977 + parent: 864 + type: Transform +- uid: 18009 + type: Wirecutter + components: + - rot: -1.5707963267948966 rad + pos: -54.537155,-38.29817 + parent: 864 + type: Transform +- uid: 18010 + type: FoodSnackRaisins + components: + - rot: -1.5707963267948966 rad + pos: -54.526974,-39.17369 + parent: 864 + type: Transform +- uid: 18011 + type: Brutepack + components: + - rot: -1.5707963267948966 rad + pos: -54.9801,-39.408066 + parent: 864 + type: Transform +- uid: 18012 + type: SpaceMedipen + components: + - rot: -1.5707963267948966 rad + pos: -55.678448,-39.42407 + parent: 864 + type: Transform + - tags: [] + type: Tag +- uid: 18013 + type: PlasticFlapsOpaque + components: + - rot: 3.141592653589793 rad + pos: -13.5,27.5 + parent: 864 + type: Transform +- uid: 18014 + type: Grille + components: + - pos: -55.5,-85.5 + parent: 864 + type: Transform +- uid: 18015 + type: CableApcExtension + components: + - pos: -55.5,-85.5 + parent: 864 + type: Transform +- uid: 18016 + type: ToyHonk + components: + - pos: 62.0246,-1.3985255 + parent: 864 + type: Transform +- uid: 18017 + type: Lamp + components: + - pos: 59.696476,-1.1797758 + parent: 864 + type: Transform +- uid: 18018 + type: BedsheetCaptain + components: + - pos: 32.5,-27.5 + parent: 864 + type: Transform +- uid: 18019 + type: WallReinforced + components: + - pos: 25.5,-27.5 + parent: 864 + type: Transform +- uid: 18020 + type: LeavesCannabisDried + components: + - pos: 60.72452,-1.2092934 + parent: 864 + type: Transform +- uid: 18021 + type: CarpetSBlue + components: + - pos: 59.5,-0.5 + parent: 864 + type: Transform +- uid: 18022 + type: CarpetSBlue + components: + - pos: 59.5,-1.5 + parent: 864 + type: Transform +- uid: 18023 + type: CarpetSBlue + components: + - pos: 60.5,-0.5 + parent: 864 + type: Transform +- uid: 18024 + type: CarpetSBlue + components: + - pos: 60.5,-1.5 + parent: 864 + type: Transform +- uid: 18025 + type: CarpetSBlue + components: + - pos: 61.5,-0.5 + parent: 864 + type: Transform +- uid: 18026 + type: CarpetSBlue + components: + - pos: 61.5,-1.5 + parent: 864 + type: Transform +- uid: 18027 + type: CarpetSBlue + components: + - pos: 62.5,-0.5 + parent: 864 + type: Transform +- uid: 18028 + type: CarpetSBlue + components: + - pos: 62.5,-1.5 + parent: 864 + type: Transform +- uid: 18029 + type: TableWood + components: + - pos: 59.5,-3.5 + parent: 864 + type: Transform +- uid: 18030 + type: MedkitOxygenFilled + components: + - pos: 59.446957,-3.3832169 + parent: 864 + type: Transform +- uid: 18031 + type: MaintenanceFluffSpawner + components: + - pos: 48.5,-11.5 + parent: 864 + type: Transform +- uid: 18032 + type: MaintenanceFluffSpawner + components: + - pos: 57.5,-3.5 + parent: 864 + type: Transform +- uid: 18033 + type: CableApcExtension + components: + - pos: 33.5,22.5 + parent: 864 + type: Transform +- uid: 18034 + type: CableApcExtension + components: + - pos: 34.5,22.5 + parent: 864 + type: Transform +- uid: 18035 + type: CableApcExtension + components: + - pos: 35.5,22.5 + parent: 864 + type: Transform +- uid: 18036 + type: CableApcExtension + components: + - pos: 36.5,22.5 + parent: 864 + type: Transform +- uid: 18037 + type: CableApcExtension + components: + - pos: 36.5,23.5 + parent: 864 + type: Transform +- uid: 18038 + type: CableApcExtension + components: + - pos: 37.5,23.5 + parent: 864 + type: Transform +- uid: 18039 + type: CableApcExtension + components: + - pos: 38.5,23.5 + parent: 864 + type: Transform +- uid: 18040 + type: CableApcExtension + components: + - pos: 39.5,23.5 + parent: 864 + type: Transform +- uid: 18041 + type: CableApcExtension + components: + - pos: 40.5,23.5 + parent: 864 + type: Transform +- uid: 18042 + type: CableApcExtension + components: + - pos: 42.5,23.5 + parent: 864 + type: Transform +- uid: 18043 + type: CableApcExtension + components: + - pos: 44.5,23.5 + parent: 864 + type: Transform +- uid: 18044 + type: CableApcExtension + components: + - pos: 43.5,23.5 + parent: 864 + type: Transform +- uid: 18045 + type: CableApcExtension + components: + - pos: 44.5,24.5 + parent: 864 + type: Transform +- uid: 18046 + type: CableApcExtension + components: + - pos: 44.5,25.5 + parent: 864 + type: Transform +- uid: 18047 + type: CableApcExtension + components: + - pos: 44.5,26.5 + parent: 864 + type: Transform +- uid: 18048 + type: CableApcExtension + components: + - pos: 47.5,26.5 + parent: 864 + type: Transform +- uid: 18049 + type: CableApcExtension + components: + - pos: 48.5,26.5 + parent: 864 + type: Transform +- uid: 18050 + type: CableApcExtension + components: + - pos: 49.5,26.5 + parent: 864 + type: Transform +- uid: 18051 + type: CableApcExtension + components: + - pos: 50.5,26.5 + parent: 864 + type: Transform +- uid: 18052 + type: CableApcExtension + components: + - pos: 51.5,26.5 + parent: 864 + type: Transform +- uid: 18053 + type: CableApcExtension + components: + - pos: 52.5,26.5 + parent: 864 + type: Transform +- uid: 18054 + type: CableApcExtension + components: + - pos: 53.5,26.5 + parent: 864 + type: Transform +- uid: 18055 + type: CableApcExtension + components: + - pos: 54.5,26.5 + parent: 864 + type: Transform +- uid: 18056 + type: CableApcExtension + components: + - pos: 55.5,26.5 + parent: 864 + type: Transform +- uid: 18057 + type: CableApcExtension + components: + - pos: 56.5,26.5 + parent: 864 + type: Transform +- uid: 18058 + type: CableApcExtension + components: + - pos: 57.5,26.5 + parent: 864 + type: Transform +- uid: 18059 + type: CableApcExtension + components: + - pos: 58.5,26.5 + parent: 864 + type: Transform +- uid: 18060 + type: CableApcExtension + components: + - pos: 59.5,26.5 + parent: 864 + type: Transform +- uid: 18061 + type: CableApcExtension + components: + - pos: 60.5,26.5 + parent: 864 + type: Transform +- uid: 18062 + type: CableApcExtension + components: + - pos: 63.5,5.5 + parent: 864 + type: Transform +- uid: 18063 + type: CableApcExtension + components: + - pos: 64.5,5.5 + parent: 864 + type: Transform +- uid: 18064 + type: CableApcExtension + components: + - pos: 65.5,5.5 + parent: 864 + type: Transform +- uid: 18065 + type: CableApcExtension + components: + - pos: 65.5,4.5 + parent: 864 + type: Transform +- uid: 18066 + type: CableApcExtension + components: + - pos: 65.5,6.5 + parent: 864 + type: Transform +- uid: 18067 + type: CableApcExtension + components: + - pos: 65.5,7.5 + parent: 864 + type: Transform +- uid: 18068 + type: CableApcExtension + components: + - pos: 65.5,8.5 + parent: 864 + type: Transform +- uid: 18069 + type: CableApcExtension + components: + - pos: 65.5,9.5 + parent: 864 + type: Transform +- uid: 18070 + type: CableApcExtension + components: + - pos: 65.5,10.5 + parent: 864 + type: Transform +- uid: 18071 + type: CableApcExtension + components: + - pos: 65.5,11.5 + parent: 864 + type: Transform +- uid: 18072 + type: CableApcExtension + components: + - pos: 65.5,12.5 + parent: 864 + type: Transform +- uid: 18073 + type: CableApcExtension + components: + - pos: 65.5,13.5 + parent: 864 + type: Transform +- uid: 18074 + type: CableApcExtension + components: + - pos: 65.5,14.5 + parent: 864 + type: Transform +- uid: 18075 + type: CableApcExtension + components: + - pos: 65.5,15.5 + parent: 864 + type: Transform +- uid: 18076 + type: WallReinforced + components: + - pos: 68.5,12.5 + parent: 864 + type: Transform +- uid: 18077 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 65.5,24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18078 + type: PoweredSmallLight + components: + - pos: 57.5,26.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18079 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 49.5,26.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18080 + type: CableApcExtension + components: + - pos: 53.5,27.5 + parent: 864 + type: Transform +- uid: 18081 + type: Table + components: + - pos: -22.5,-33.5 + parent: 864 + type: Transform +- uid: 18082 + type: PowerCellRecharger + components: + - pos: -22.5,-33.5 + parent: 864 + type: Transform +- uid: 18083 + type: Table + components: + - pos: 38.5,-55.5 + parent: 864 + type: Transform +- uid: 18084 + type: Table + components: + - pos: 38.5,-56.5 + parent: 864 + type: Transform +- uid: 18085 + type: PowerCellRecharger + components: + - pos: 38.5,-55.5 + parent: 864 + type: Transform +- uid: 18086 + type: WarpPoint + components: + - name: 'warp: engineering' + type: MetaData + - pos: -25.5,-11.5 + parent: 864 + type: Transform + - location: engineering reception + type: WarpPoint +- uid: 18087 + type: WarpPoint + components: + - name: 'warp: atmospherics' + type: MetaData + - pos: -32.5,-33.5 + parent: 864 + type: Transform + - location: atmospherics + type: WarpPoint +- uid: 18088 + type: WarpPoint + components: + - name: 'warp: singularity' + type: MetaData + - pos: -66.5,-18.5 + parent: 864 + type: Transform + - location: singularity + type: WarpPoint +- uid: 18089 + type: WarpPoint + components: + - name: 'warp: forgotten dock' + type: MetaData + - pos: -55.5,-75.5 + parent: 864 + type: Transform + - location: forgotten ship dock + type: WarpPoint +- uid: 18090 + type: WarpPoint + components: + - name: 'warp: jani closet' + type: MetaData + - pos: -8.5,-23.5 + parent: 864 + type: Transform + - location: janitorial closet + type: WarpPoint +- uid: 18091 + type: Grille + components: + - pos: 25.5,-38.5 + parent: 864 + type: Transform +- uid: 18092 + type: WarpPoint + components: + - name: 'warp: courthouse' + type: MetaData + - pos: 31.5,-51.5 + parent: 864 + type: Transform + - location: courtroom + type: WarpPoint +- uid: 18093 + type: WarpPoint + components: + - name: 'Warp: psychology' + type: MetaData + - pos: -10.5,-35.5 + parent: 864 + type: Transform + - location: psychology + type: WarpPoint +- uid: 18094 + type: WarpPoint + components: + - name: 'warp: virology' + type: MetaData + - pos: -21.5,-71.5 + parent: 864 + type: Transform + - location: virology reception + type: WarpPoint +- uid: 18095 + type: ClosetFireFilled + components: + - pos: -57.5,-45.5 + parent: 864 + type: Transform +- uid: 18096 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -57.5,-51.5 + parent: 864 + type: Transform +- uid: 18097 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -57.5,-52.5 + parent: 864 + type: Transform +- uid: 18098 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -56.5,-43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18099 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-48.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18100 + type: trayScanner + components: + - pos: -47.457436,-19.479069 + parent: 864 + type: Transform +- uid: 18101 + type: WeldingFuelTank + components: + - pos: -28.5,-43.5 + parent: 864 + type: Transform +- uid: 18102 + type: WaterTankFull + components: + - pos: -27.5,-43.5 + parent: 864 + type: Transform +- uid: 18103 + type: Rack + components: + - pos: -31.5,-43.5 + parent: 864 + type: Transform +- uid: 18104 + type: Rack + components: + - pos: -29.5,-46.5 + parent: 864 + type: Transform +- uid: 18105 + type: CrateFilledSpawner + components: + - pos: -31.5,-48.5 + parent: 864 + type: Transform +- uid: 18106 + type: ClosetFireFilled + components: + - pos: -23.5,-41.5 + parent: 864 + type: Transform +- uid: 18107 + type: FloorTileItemClown + components: + - pos: -1.6836697,-3.3821044 + parent: 864 + type: Transform + - count: 5 + type: Stack +- uid: 18108 + type: Girder + components: + - pos: -1.5,-8.5 + parent: 864 + type: Transform +- uid: 18109 + type: Girder + components: + - pos: -23.5,-42.5 + parent: 864 + type: Transform +- uid: 18110 + type: Girder + components: + - pos: -28.5,-39.5 + parent: 864 + type: Transform +- uid: 18111 + type: RandomSpawner + components: + - pos: -31.5,-51.5 + parent: 864 + type: Transform +- uid: 18112 + type: Firelock + components: + - pos: -23.5,-59.5 + parent: 864 + type: Transform +- uid: 18113 + type: Firelock + components: + - pos: -28.5,-56.5 + parent: 864 + type: Transform +- uid: 18114 + type: Catwalk + components: + - pos: -49.5,-32.5 + parent: 864 + type: Transform +- uid: 18115 + type: Catwalk + components: + - pos: -50.5,-32.5 + parent: 864 + type: Transform +- uid: 18116 + type: Catwalk + components: + - pos: -51.5,-32.5 + parent: 864 + type: Transform +- uid: 18117 + type: Catwalk + components: + - pos: -52.5,-32.5 + parent: 864 + type: Transform +- uid: 18118 + type: Catwalk + components: + - pos: -53.5,-32.5 + parent: 864 + type: Transform +- uid: 18119 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18120 + type: PoweredSmallLight + components: + - pos: -41.5,-24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18121 + type: PoweredSmallLight + components: + - pos: -39.5,-28.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18122 + type: PoweredSmallLight + components: + - pos: -45.5,-27.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18123 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-30.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18124 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18125 + type: PoweredSmallLight + components: + - pos: -49.5,-32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18126 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-33.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18127 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -57.5,-38.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18128 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -57.5,-59.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18129 + type: ClothingHeadHatCake + components: + - pos: -23.42545,-67.41026 + parent: 864 + type: Transform +- uid: 18130 + type: Grille + components: + - pos: -48.5,-81.5 + parent: 864 + type: Transform +- uid: 18131 + type: Rack + components: + - pos: -28.5,-28.5 + parent: 864 + type: Transform +- uid: 18132 + type: Rack + components: + - pos: -23.5,-28.5 + parent: 864 + type: Transform +- uid: 18133 + type: GeneratorRTG + components: + - pos: -27.5,-28.5 + parent: 864 + type: Transform +- uid: 18134 + type: Crowbar + components: + - pos: -23.432364,-28.473803 + parent: 864 + type: Transform +- uid: 18135 + type: Welder + components: + - pos: -28.416739,-28.473803 + parent: 864 + type: Transform +- uid: 18136 + type: CableApcExtension + components: + - pos: -25.5,-27.5 + parent: 864 + type: Transform +- uid: 18137 + type: CableApcExtension + components: + - pos: -25.5,-28.5 + parent: 864 + type: Transform +- uid: 18138 + type: CableApcExtension + components: + - pos: -25.5,-29.5 + parent: 864 + type: Transform +- uid: 18139 + type: CableApcExtension + components: + - pos: -26.5,-29.5 + parent: 864 + type: Transform +- uid: 18140 + type: CableApcExtension + components: + - pos: -28.5,-29.5 + parent: 864 + type: Transform +- uid: 18141 + type: CableApcExtension + components: + - pos: -27.5,-29.5 + parent: 864 + type: Transform +- uid: 18142 + type: CableApcExtension + components: + - pos: -24.5,-29.5 + parent: 864 + type: Transform +- uid: 18143 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18144 + type: PoweredSmallLight + components: + - pos: -29.5,-25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18145 + type: ClosetMaintenanceFilledRandom + components: + - pos: -22.5,-28.5 + parent: 864 + type: Transform +- uid: 18146 + type: MaintenanceWeaponSpawner + components: + - pos: -29.5,-28.5 + parent: 864 + type: Transform +- uid: 18147 + type: Rack + components: + - pos: -34.5,-22.5 + parent: 864 + type: Transform +- uid: 18148 + type: Rack + components: + - pos: -34.5,-23.5 + parent: 864 + type: Transform +- uid: 18149 + type: Rack + components: + - pos: -34.5,-24.5 + parent: 864 + type: Transform +- uid: 18150 + type: Rack + components: + - pos: -34.5,-25.5 + parent: 864 + type: Transform +- uid: 18151 + type: PowerCellPotato + components: + - pos: -34.517406,-22.578545 + parent: 864 + type: Transform +- uid: 18152 + type: BoxMRE + components: + - pos: -34.50178,-23.609795 + parent: 864 + type: Transform +- uid: 18153 + type: ShardGlassReinforced + components: + - pos: -34.486633,-24.498856 + parent: 864 + type: Transform +- uid: 18154 + type: PartRodMetal1 + components: + - pos: -34.56476,-25.498856 + parent: 864 + type: Transform +- uid: 18155 + type: Rack + components: + - pos: -42.5,-20.5 + parent: 864 + type: Transform +- uid: 18156 + type: Rack + components: + - pos: -42.5,-21.5 + parent: 864 + type: Transform +- uid: 18157 + type: trayScanner + components: + - pos: -42.463882,-20.49279 + parent: 864 + type: Transform +- uid: 18158 + type: WelderIndustrial + components: + - pos: -42.417007,-21.43029 + parent: 864 + type: Transform +- uid: 18159 + type: ClothingHeadHelmetEVA + components: + - pos: -71.04211,-26.39878 + parent: 864 + type: Transform +- uid: 18160 + type: ClothingOuterHardsuitEVA + components: + - pos: -71.62023,-26.30503 + parent: 864 + type: Transform +- uid: 18161 + type: WaterTankFull + components: + - pos: -1.5,-14.5 + parent: 864 + type: Transform +- uid: 18162 + type: Rack + components: + - pos: 4.5,-17.5 + parent: 864 + type: Transform +- uid: 18163 + type: Rack + components: + - pos: 3.5,-17.5 + parent: 864 + type: Transform +- uid: 18164 + type: CableApcExtension + components: + - pos: 8.5,-14.5 + parent: 864 + type: Transform +- uid: 18165 + type: CableApcExtension + components: + - pos: 7.5,-14.5 + parent: 864 + type: Transform +- uid: 18166 + type: CableApcExtension + components: + - pos: 6.5,-14.5 + parent: 864 + type: Transform +- uid: 18167 + type: CableApcExtension + components: + - pos: 5.5,-14.5 + parent: 864 + type: Transform +- uid: 18168 + type: CableApcExtension + components: + - pos: 4.5,-14.5 + parent: 864 + type: Transform +- uid: 18169 + type: CableApcExtension + components: + - pos: 4.5,-15.5 + parent: 864 + type: Transform +- uid: 18170 + type: CableApcExtension + components: + - pos: 4.5,-16.5 + parent: 864 + type: Transform +- uid: 18171 + type: CableApcExtension + components: + - pos: 3.5,-16.5 + parent: 864 + type: Transform +- uid: 18172 + type: CableApcExtension + components: + - pos: 2.5,-16.5 + parent: 864 + type: Transform +- uid: 18173 + type: CableApcExtension + components: + - pos: 1.5,-16.5 + parent: 864 + type: Transform +- uid: 18174 + type: CableApcExtension + components: + - pos: 0.5,-16.5 + parent: 864 + type: Transform +- uid: 18175 + type: CableApcExtension + components: + - pos: 2.5,-14.5 + parent: 864 + type: Transform +- uid: 18176 + type: CableApcExtension + components: + - pos: 2.5,-14.5 + parent: 864 + type: Transform +- uid: 18177 + type: CableApcExtension + components: + - pos: 3.5,-14.5 + parent: 864 + type: Transform +- uid: 18178 + type: CableApcExtension + components: + - pos: 1.5,-14.5 + parent: 864 + type: Transform +- uid: 18179 + type: CableApcExtension + components: + - pos: 0.5,-14.5 + parent: 864 + type: Transform +- uid: 18180 + type: CableApcExtension + components: + - pos: -0.5,-14.5 + parent: 864 + type: Transform +- uid: 18181 + type: CableApcExtension + components: + - pos: -0.5,-13.5 + parent: 864 + type: Transform +- uid: 18182 + type: CableApcExtension + components: + - pos: -0.5,-12.5 + parent: 864 + type: Transform +- uid: 18183 + type: CableApcExtension + components: + - pos: -0.5,-11.5 + parent: 864 + type: Transform +- uid: 18184 + type: CableApcExtension + components: + - pos: -0.5,-9.5 + parent: 864 + type: Transform +- uid: 18185 + type: CableApcExtension + components: + - pos: -0.5,-10.5 + parent: 864 + type: Transform +- uid: 18186 + type: ClosetFireFilled + components: + - pos: 22.5,-8.5 + parent: 864 + type: Transform +- uid: 18187 + type: PoweredSmallLight + components: + - pos: 15.5,-8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18188 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 14.5,-4.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18189 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 14.5,-14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18190 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 9.5,-17.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18191 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18192 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18193 + type: PoweredSmallLight + components: + - pos: -0.5,-9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18194 + type: PoweredSmallLight + components: + - pos: 1.5,-16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18195 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: 17.5,-4.5 + parent: 864 + type: Transform +- uid: 18196 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 18.5,5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18197 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 16.5,1.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18198 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18199 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -13.5,39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18200 + type: Poweredlight + components: + - pos: -18.5,-4.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18201 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -15.5,39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18202 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -25.5,-5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18203 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -14.5,-6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18204 + type: Poweredlight + components: + - pos: -15.5,8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18205 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -19.5,6.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18206 + type: Poweredlight + components: + - pos: -23.5,8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18207 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18208 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-1.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18209 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18210 + type: Barricade + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-53.5 + parent: 864 + type: Transform +- uid: 18211 + type: UnfinishedMachineFrame + components: + - pos: -24.5,-57.5 + parent: 864 + type: Transform +- uid: 18212 + type: d10Dice + components: + - pos: -29.44911,-46.43667 + parent: 864 + type: Transform +- uid: 18213 + type: CableHV + components: + - pos: -9.5,28.5 + parent: 864 + type: Transform +- uid: 18214 + type: CableHV + components: + - pos: 14.5,32.5 + parent: 864 + type: Transform +- uid: 18215 + type: CableHV + components: + - pos: 13.5,32.5 + parent: 864 + type: Transform +- uid: 18216 + type: WallReinforced + components: + - pos: 5.5,34.5 + parent: 864 + type: Transform +- uid: 18217 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 8.5,35.5 + parent: 864 + type: Transform +- uid: 18218 + type: WallReinforced + components: + - pos: 9.5,35.5 + parent: 864 + type: Transform +- uid: 18219 + type: WallReinforced + components: + - pos: 11.5,31.5 + parent: 864 + type: Transform +- uid: 18220 + type: WallReinforced + components: + - pos: -3.5,26.5 + parent: 864 + type: Transform +- uid: 18221 + type: WallReinforced + components: + - pos: 53.5,54.5 + parent: 864 + type: Transform +- uid: 18222 + type: ReinforcedWindow + components: + - pos: 53.5,61.5 + parent: 864 + type: Transform +- uid: 18223 + type: ReinforcedWindow + components: + - pos: 50.5,56.5 + parent: 864 + type: Transform +- uid: 18224 + type: PosterContrabandRevolt + components: + - pos: 57.5,55.5 + parent: 864 + type: Transform +- uid: 18225 + type: Grille + components: + - pos: 50.5,58.5 + parent: 864 + type: Transform +- uid: 18226 + type: CableHV + components: + - pos: 2.5,32.5 + parent: 864 + type: Transform +- uid: 18227 + type: CableHV + components: + - pos: 1.5,32.5 + parent: 864 + type: Transform +- uid: 18228 + type: CableHV + components: + - pos: 0.5,32.5 + parent: 864 + type: Transform +- uid: 18229 + type: CableHV + components: + - pos: -0.5,32.5 + parent: 864 + type: Transform +- uid: 18230 + type: CableHV + components: + - pos: -1.5,32.5 + parent: 864 + type: Transform +- uid: 18231 + type: CableHV + components: + - pos: -2.5,32.5 + parent: 864 + type: Transform +- uid: 18232 + type: CableHV + components: + - pos: -3.5,32.5 + parent: 864 + type: Transform +- uid: 18233 + type: CableHV + components: + - pos: -4.5,32.5 + parent: 864 + type: Transform +- uid: 18234 + type: CableHV + components: + - pos: -5.5,32.5 + parent: 864 + type: Transform +- uid: 18235 + type: CableHV + components: + - pos: -6.5,32.5 + parent: 864 + type: Transform +- uid: 18236 + type: CableHV + components: + - pos: -7.5,32.5 + parent: 864 + type: Transform +- uid: 18237 + type: CableHV + components: + - pos: -8.5,32.5 + parent: 864 + type: Transform +- uid: 18238 + type: CableMV + components: + - pos: -8.5,35.5 + parent: 864 + type: Transform +- uid: 18239 + type: SubstationBasic + components: + - pos: -8.5,35.5 + parent: 864 + type: Transform +- uid: 18240 + type: WallReinforced + components: + - pos: -7.5,33.5 + parent: 864 + type: Transform +- uid: 18241 + type: WallReinforced + components: + - pos: -6.5,33.5 + parent: 864 + type: Transform +- uid: 18242 + type: WallReinforced + components: + - pos: -5.5,33.5 + parent: 864 + type: Transform +- uid: 18243 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,33.5 + parent: 864 + type: Transform +- uid: 18244 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,72.5 + parent: 864 + type: Transform +- uid: 18245 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,33.5 + parent: 864 + type: Transform +- uid: 18246 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,72.5 + parent: 864 + type: Transform +- uid: 18247 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,30.5 + parent: 864 + type: Transform +- uid: 18248 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,75.5 + parent: 864 + type: Transform +- uid: 18249 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,30.5 + parent: 864 + type: Transform +- uid: 18250 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,30.5 + parent: 864 + type: Transform +- uid: 18251 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -12.5,30.5 + parent: 864 + type: Transform +- uid: 18252 + type: WallSolid + components: + - pos: -16.5,25.5 + parent: 864 + type: Transform +- uid: 18253 + type: WallSolid + components: + - pos: -15.5,25.5 + parent: 864 + type: Transform +- uid: 18254 + type: WallSolid + components: + - pos: -11.5,25.5 + parent: 864 + type: Transform +- uid: 18255 + type: WallSolid + components: + - pos: -12.5,25.5 + parent: 864 + type: Transform +- uid: 18256 + type: WallReinforced + components: + - pos: -7.5,30.5 + parent: 864 + type: Transform +- uid: 18257 + type: WallReinforced + components: + - pos: -7.5,29.5 + parent: 864 + type: Transform +- uid: 18258 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -7.5,28.5 + parent: 864 + type: Transform +- uid: 18259 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -7.5,27.5 + parent: 864 + type: Transform +- uid: 18260 + type: WallReinforced + components: + - pos: -7.5,26.5 + parent: 864 + type: Transform +- uid: 18261 + type: WallReinforced + components: + - pos: -7.5,31.5 + parent: 864 + type: Transform +- uid: 18262 + type: WallReinforced + components: + - pos: -6.5,31.5 + parent: 864 + type: Transform +- uid: 18263 + type: WallReinforced + components: + - pos: -5.5,31.5 + parent: 864 + type: Transform +- uid: 18264 + type: WallReinforced + components: + - pos: -4.5,31.5 + parent: 864 + type: Transform +- uid: 18265 + type: WallReinforced + components: + - pos: -4.5,30.5 + parent: 864 + type: Transform +- uid: 18266 + type: WallReinforced + components: + - pos: -4.5,29.5 + parent: 864 + type: Transform +- uid: 18267 + type: WallReinforced + components: + - pos: -3.5,29.5 + parent: 864 + type: Transform +- uid: 18268 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -3.5,27.5 + parent: 864 + type: Transform +- uid: 18269 + type: WallReinforced + components: + - pos: -1.5,29.5 + parent: 864 + type: Transform +- uid: 18270 + type: WallReinforced + components: + - pos: -0.5,29.5 + parent: 864 + type: Transform +- uid: 18271 + type: WallReinforced + components: + - pos: 0.5,29.5 + parent: 864 + type: Transform +- uid: 18272 + type: WallReinforced + components: + - pos: 1.5,29.5 + parent: 864 + type: Transform +- uid: 18273 + type: WallReinforced + components: + - pos: 1.5,30.5 + parent: 864 + type: Transform +- uid: 18274 + type: WallReinforced + components: + - pos: 1.5,31.5 + parent: 864 + type: Transform +- uid: 18275 + type: WallReinforced + components: + - pos: 2.5,31.5 + parent: 864 + type: Transform +- uid: 18276 + type: Grille + components: + - pos: 50.5,57.5 + parent: 864 + type: Transform +- uid: 18277 + type: PosterContrabandRevolt + components: + - pos: 51.5,55.5 + parent: 864 + type: Transform +- uid: 18278 + type: PosterContrabandRevolt + components: + - pos: 56.5,60.5 + parent: 864 + type: Transform +- uid: 18279 + type: ReinforcedWindow + components: + - pos: 55.5,61.5 + parent: 864 + type: Transform +- uid: 18280 + type: PosterContrabandRevolt + components: + - pos: 52.5,60.5 + parent: 864 + type: Transform +- uid: 18281 + type: Grille + components: + - pos: 58.5,58.5 + parent: 864 + type: Transform +- uid: 18282 + type: WallReinforced + components: + - pos: 2.5,33.5 + parent: 864 + type: Transform +- uid: 18283 + type: WallReinforced + components: + - pos: 1.5,33.5 + parent: 864 + type: Transform +- uid: 18284 + type: WallReinforced + components: + - pos: 1.5,34.5 + parent: 864 + type: Transform +- uid: 18285 + type: WallReinforced + components: + - pos: 1.5,35.5 + parent: 864 + type: Transform +- uid: 18286 + type: WallReinforced + components: + - pos: 0.5,35.5 + parent: 864 + type: Transform +- uid: 18287 + type: Grille + components: + - pos: -2.5,35.5 + parent: 864 + type: Transform +- uid: 18288 + type: Grille + components: + - pos: -1.5,35.5 + parent: 864 + type: Transform +- uid: 18289 + type: Grille + components: + - pos: -0.5,35.5 + parent: 864 + type: Transform +- uid: 18290 + type: WallReinforced + components: + - pos: -3.5,35.5 + parent: 864 + type: Transform +- uid: 18291 + type: WallReinforced + components: + - pos: -4.5,35.5 + parent: 864 + type: Transform +- uid: 18292 + type: WallReinforced + components: + - pos: -4.5,34.5 + parent: 864 + type: Transform +- uid: 18293 + type: WallReinforced + components: + - pos: -4.5,33.5 + parent: 864 + type: Transform +- uid: 18294 + type: Grille + components: + - pos: 6.5,25.5 + parent: 864 + type: Transform +- uid: 18295 + type: Grille + components: + - pos: 4.5,25.5 + parent: 864 + type: Transform +- uid: 18296 + type: Grille + components: + - pos: 2.5,25.5 + parent: 864 + type: Transform +- uid: 18297 + type: ReinforcedWindow + components: + - pos: -0.5,35.5 + parent: 864 + type: Transform +- uid: 18298 + type: ReinforcedWindow + components: + - pos: -1.5,35.5 + parent: 864 + type: Transform +- uid: 18299 + type: CableHV + components: + - pos: -8.5,33.5 + parent: 864 + type: Transform +- uid: 18300 + type: ReinforcedWindow + components: + - pos: -2.5,35.5 + parent: 864 + type: Transform +- uid: 18301 + type: CableHV + components: + - pos: -8.5,34.5 + parent: 864 + type: Transform +- uid: 18302 + type: CableMV + components: + - pos: -8.5,33.5 + parent: 864 + type: Transform +- uid: 18303 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,74.5 + parent: 864 + type: Transform +- uid: 18304 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,72.5 + parent: 864 + type: Transform +- uid: 18305 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,72.5 + parent: 864 + type: Transform +- uid: 18306 + type: CableMV + components: + - pos: -8.5,34.5 + parent: 864 + type: Transform +- uid: 18307 + type: CableHV + components: + - pos: -8.5,35.5 + parent: 864 + type: Transform +- uid: 18308 + type: CableMV + components: + - pos: -8.5,31.5 + parent: 864 + type: Transform +- uid: 18309 + type: CableMV + components: + - pos: -8.5,32.5 + parent: 864 + type: Transform +- uid: 18310 + type: CableMV + components: + - pos: -7.5,32.5 + parent: 864 + type: Transform +- uid: 18311 + type: CableMV + components: + - pos: -6.5,32.5 + parent: 864 + type: Transform +- uid: 18312 + type: CableMV + components: + - pos: -5.5,32.5 + parent: 864 + type: Transform +- uid: 18313 + type: CableMV + components: + - pos: -4.5,32.5 + parent: 864 + type: Transform +- uid: 18314 + type: CableMV + components: + - pos: -3.5,32.5 + parent: 864 + type: Transform +- uid: 18315 + type: CableMV + components: + - pos: -2.5,32.5 + parent: 864 + type: Transform +- uid: 18316 + type: CableMV + components: + - pos: -1.5,32.5 + parent: 864 + type: Transform +- uid: 18317 + type: CableMV + components: + - pos: -0.5,32.5 + parent: 864 + type: Transform +- uid: 18318 + type: CableMV + components: + - pos: 0.5,32.5 + parent: 864 + type: Transform +- uid: 18319 + type: CableMV + components: + - pos: 0.5,33.5 + parent: 864 + type: Transform +- uid: 18320 + type: CableMV + components: + - pos: 0.5,34.5 + parent: 864 + type: Transform +- uid: 18321 + type: CableMV + components: + - pos: 0.5,35.5 + parent: 864 + type: Transform +- uid: 18322 + type: APCBasic + components: + - pos: 0.5,35.5 + parent: 864 + type: Transform +- uid: 18323 + type: CableApcExtension + components: + - pos: 0.5,35.5 + parent: 864 + type: Transform +- uid: 18324 + type: CableApcExtension + components: + - pos: 0.5,34.5 + parent: 864 + type: Transform +- uid: 18325 + type: CableApcExtension + components: + - pos: 0.5,33.5 + parent: 864 + type: Transform +- uid: 18326 + type: CableApcExtension + components: + - pos: 0.5,32.5 + parent: 864 + type: Transform +- uid: 18327 + type: CableApcExtension + components: + - pos: 1.5,32.5 + parent: 864 + type: Transform +- uid: 18328 + type: CableApcExtension + components: + - pos: 2.5,32.5 + parent: 864 + type: Transform +- uid: 18329 + type: Grille + components: + - pos: 58.5,56.5 + parent: 864 + type: Transform +- uid: 18330 + type: PosterContrabandRevolt + components: + - pos: 51.5,59.5 + parent: 864 + type: Transform +- uid: 18331 + type: ReinforcedWindow + components: + - pos: 50.5,57.5 + parent: 864 + type: Transform +- uid: 18332 + type: ReinforcedWindow + components: + - pos: 58.5,56.5 + parent: 864 + type: Transform +- uid: 18333 + type: WallReinforced + components: + - pos: 49.5,41.5 + parent: 864 + type: Transform +- uid: 18334 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -1.5,27.5 + parent: 864 + type: Transform +- uid: 18335 + type: WallReinforced + components: + - pos: 12.5,31.5 + parent: 864 + type: Transform +- uid: 18336 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 7.5,29.5 + parent: 864 + type: Transform +- uid: 18337 + type: WallReinforced + components: + - pos: 6.5,29.5 + parent: 864 + type: Transform +- uid: 18338 + type: WallReinforced + components: + - pos: 4.5,33.5 + parent: 864 + type: Transform +- uid: 18339 + type: CableApcExtension + components: + - pos: 13.5,32.5 + parent: 864 + type: Transform +- uid: 18340 + type: CableApcExtension + components: + - pos: 14.5,32.5 + parent: 864 + type: Transform +- uid: 18341 + type: CableApcExtension + components: + - pos: 15.5,32.5 + parent: 864 + type: Transform +- uid: 18342 + type: CableApcExtension + components: + - pos: 16.5,32.5 + parent: 864 + type: Transform +- uid: 18343 + type: CableApcExtension + components: + - pos: 16.5,33.5 + parent: 864 + type: Transform +- uid: 18344 + type: CableApcExtension + components: + - pos: 16.5,34.5 + parent: 864 + type: Transform +- uid: 18345 + type: CableHV + components: + - pos: -14.5,32.5 + parent: 864 + type: Transform +- uid: 18346 + type: CableHV + components: + - pos: -14.5,30.5 + parent: 864 + type: Transform +- uid: 18347 + type: CableHV + components: + - pos: -14.5,29.5 + parent: 864 + type: Transform +- uid: 18348 + type: CableHV + components: + - pos: -16.5,29.5 + parent: 864 + type: Transform +- uid: 18349 + type: CableApcExtension + components: + - pos: 16.5,31.5 + parent: 864 + type: Transform +- uid: 18350 + type: CableApcExtension + components: + - pos: 16.5,30.5 + parent: 864 + type: Transform +- uid: 18351 + type: CableApcExtension + components: + - pos: 16.5,29.5 + parent: 864 + type: Transform +- uid: 18352 + type: CableApcExtension + components: + - pos: 16.5,28.5 + parent: 864 + type: Transform +- uid: 18353 + type: CableApcExtension + components: + - pos: 16.5,27.5 + parent: 864 + type: Transform +- uid: 18354 + type: CableApcExtension + components: + - pos: 16.5,26.5 + parent: 864 + type: Transform +- uid: 18355 + type: CableApcExtension + components: + - pos: 16.5,25.5 + parent: 864 + type: Transform +- uid: 18356 + type: CableApcExtension + components: + - pos: 15.5,25.5 + parent: 864 + type: Transform +- uid: 18357 + type: CableApcExtension + components: + - pos: 14.5,25.5 + parent: 864 + type: Transform +- uid: 18358 + type: CableApcExtension + components: + - pos: 13.5,25.5 + parent: 864 + type: Transform +- uid: 18359 + type: CableApcExtension + components: + - pos: 12.5,25.5 + parent: 864 + type: Transform +- uid: 18360 + type: CableApcExtension + components: + - pos: 11.5,25.5 + parent: 864 + type: Transform +- uid: 18361 + type: CableApcExtension + components: + - pos: 11.5,24.5 + parent: 864 + type: Transform +- uid: 18362 + type: CableApcExtension + components: + - pos: 10.5,24.5 + parent: 864 + type: Transform +- uid: 18363 + type: CableApcExtension + components: + - pos: 9.5,24.5 + parent: 864 + type: Transform +- uid: 18364 + type: CableApcExtension + components: + - pos: 8.5,24.5 + parent: 864 + type: Transform +- uid: 18365 + type: CableApcExtension + components: + - pos: 7.5,24.5 + parent: 864 + type: Transform +- uid: 18366 + type: CableApcExtension + components: + - pos: 6.5,24.5 + parent: 864 + type: Transform +- uid: 18367 + type: CableApcExtension + components: + - pos: 5.5,24.5 + parent: 864 + type: Transform +- uid: 18368 + type: CableApcExtension + components: + - pos: 4.5,24.5 + parent: 864 + type: Transform +- uid: 18369 + type: CableApcExtension + components: + - pos: 3.5,24.5 + parent: 864 + type: Transform +- uid: 18370 + type: CableApcExtension + components: + - pos: 2.5,24.5 + parent: 864 + type: Transform +- uid: 18371 + type: CableApcExtension + components: + - pos: 1.5,24.5 + parent: 864 + type: Transform +- uid: 18372 + type: CableApcExtension + components: + - pos: 0.5,24.5 + parent: 864 + type: Transform +- uid: 18373 + type: CableApcExtension + components: + - pos: -0.5,24.5 + parent: 864 + type: Transform +- uid: 18374 + type: CableApcExtension + components: + - pos: -1.5,24.5 + parent: 864 + type: Transform +- uid: 18375 + type: CableApcExtension + components: + - pos: -0.5,32.5 + parent: 864 + type: Transform +- uid: 18376 + type: CableApcExtension + components: + - pos: -1.5,32.5 + parent: 864 + type: Transform +- uid: 18377 + type: CableApcExtension + components: + - pos: -2.5,32.5 + parent: 864 + type: Transform +- uid: 18378 + type: CableApcExtension + components: + - pos: -3.5,32.5 + parent: 864 + type: Transform +- uid: 18379 + type: CableApcExtension + components: + - pos: -4.5,32.5 + parent: 864 + type: Transform +- uid: 18380 + type: CableApcExtension + components: + - pos: -5.5,32.5 + parent: 864 + type: Transform +- uid: 18381 + type: CableApcExtension + components: + - pos: -6.5,32.5 + parent: 864 + type: Transform +- uid: 18382 + type: CableApcExtension + components: + - pos: -7.5,32.5 + parent: 864 + type: Transform +- uid: 18383 + type: CableApcExtension + components: + - pos: -8.5,32.5 + parent: 864 + type: Transform +- uid: 18384 + type: CableApcExtension + components: + - pos: -8.5,31.5 + parent: 864 + type: Transform +- uid: 18385 + type: CableApcExtension + components: + - pos: -8.5,30.5 + parent: 864 + type: Transform +- uid: 18386 + type: CableApcExtension + components: + - pos: -8.5,29.5 + parent: 864 + type: Transform +- uid: 18387 + type: CableApcExtension + components: + - pos: -8.5,28.5 + parent: 864 + type: Transform +- uid: 18388 + type: CableApcExtension + components: + - pos: -8.5,27.5 + parent: 864 + type: Transform +- uid: 18389 + type: CableApcExtension + components: + - pos: -8.5,26.5 + parent: 864 + type: Transform +- uid: 18390 + type: CableApcExtension + components: + - pos: -12.5,26.5 + parent: 864 + type: Transform +- uid: 18391 + type: PottedPlant27 + components: + - pos: 46.5,31.5 + parent: 864 + type: Transform +- uid: 18392 + type: CableApcExtension + components: + - pos: -8.5,23.5 + parent: 864 + type: Transform +- uid: 18393 + type: CableApcExtension + components: + - pos: -1.5,33.5 + parent: 864 + type: Transform +- uid: 18394 + type: CableApcExtension + components: + - pos: -1.5,34.5 + parent: 864 + type: Transform +- uid: 18395 + type: CableApcExtension + components: + - pos: -1.5,31.5 + parent: 864 + type: Transform +- uid: 18396 + type: WallReinforced + components: + - pos: -4.5,24.5 + parent: 864 + type: Transform +- uid: 18397 + type: WallReinforced + components: + - pos: -5.5,24.5 + parent: 864 + type: Transform +- uid: 18398 + type: WallReinforced + components: + - pos: -6.5,24.5 + parent: 864 + type: Transform +- uid: 18399 + type: WallReinforced + components: + - pos: -7.5,24.5 + parent: 864 + type: Transform +- uid: 18400 + type: WallReinforced + components: + - pos: -7.5,25.5 + parent: 864 + type: Transform +- uid: 18401 + type: AirlockMaintGlass + components: + - pos: -7.5,21.5 + parent: 864 + type: Transform +- uid: 18402 + type: CableApcExtension + components: + - pos: -15.5,26.5 + parent: 864 + type: Transform +- uid: 18403 + type: CableApcExtension + components: + - pos: -11.5,28.5 + parent: 864 + type: Transform +- uid: 18404 + type: CableApcExtension + components: + - pos: -11.5,29.5 + parent: 864 + type: Transform +- uid: 18405 + type: ReinforcedWindow + components: + - pos: -14.5,25.5 + parent: 864 + type: Transform +- uid: 18406 + type: Catwalk + components: + - pos: -2.5,29.5 + parent: 864 + type: Transform +- uid: 18407 + type: AirlockMaintGlass + components: + - pos: -8.5,30.5 + parent: 864 + type: Transform +- uid: 18408 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,34.5 + parent: 864 + type: Transform +- uid: 18409 + type: CableHV + components: + - pos: -22.5,17.5 + parent: 864 + type: Transform +- uid: 18410 + type: WallSolid + components: + - pos: -21.5,16.5 + parent: 864 + type: Transform +- uid: 18411 + type: WallSolid + components: + - pos: -21.5,17.5 + parent: 864 + type: Transform +- uid: 18412 + type: WallSolid + components: + - pos: -21.5,18.5 + parent: 864 + type: Transform +- uid: 18413 + type: WallSolid + components: + - pos: -21.5,19.5 + parent: 864 + type: Transform +- uid: 18414 + type: WallSolid + components: + - pos: -17.5,15.5 + parent: 864 + type: Transform +- uid: 18415 + type: WallSolid + components: + - pos: -17.5,16.5 + parent: 864 + type: Transform +- uid: 18416 + type: WallSolid + components: + - pos: -17.5,17.5 + parent: 864 + type: Transform +- uid: 18417 + type: WallSolid + components: + - pos: -17.5,18.5 + parent: 864 + type: Transform +- uid: 18418 + type: WallSolid + components: + - pos: -17.5,19.5 + parent: 864 + type: Transform +- uid: 18419 + type: WallSolid + components: + - pos: -21.5,22.5 + parent: 864 + type: Transform +- uid: 18420 + type: SignCargo + components: + - pos: -21.5,22.5 + parent: 864 + type: Transform +- uid: 18421 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18422 + type: FirelockGlass + components: + - pos: -21.5,20.5 + parent: 864 + type: Transform +- uid: 18423 + type: ReinforcedWindow + components: + - pos: -21.5,23.5 + parent: 864 + type: Transform +- uid: 18424 + type: ReinforcedWindow + components: + - pos: -21.5,24.5 + parent: 864 + type: Transform +- uid: 18425 + type: Grille + components: + - pos: -21.5,24.5 + parent: 864 + type: Transform +- uid: 18426 + type: Grille + components: + - pos: -21.5,23.5 + parent: 864 + type: Transform +- uid: 18427 + type: WallSolid + components: + - pos: -21.5,25.5 + parent: 864 + type: Transform +- uid: 18428 + type: WallSolid + components: + - pos: -17.5,25.5 + parent: 864 + type: Transform +- uid: 18429 + type: WallSolid + components: + - pos: -17.5,24.5 + parent: 864 + type: Transform +- uid: 18430 + type: WallSolid + components: + - pos: -17.5,22.5 + parent: 864 + type: Transform +- uid: 18431 + type: WallSolid + components: + - pos: -17.5,21.5 + parent: 864 + type: Transform +- uid: 18432 + type: WallSolid + components: + - pos: -17.5,20.5 + parent: 864 + type: Transform +- uid: 18433 + type: WallSolid + components: + - pos: -23.5,16.5 + parent: 864 + type: Transform +- uid: 18434 + type: TableCounterMetal + components: + - pos: -26.5,22.5 + parent: 864 + type: Transform +- uid: 18435 + type: AirlockCargoGlassLocked + components: + - pos: -29.5,22.5 + parent: 864 + type: Transform +- uid: 18436 + type: WallSolid + components: + - pos: -26.5,17.5 + parent: 864 + type: Transform +- uid: 18437 + type: WallSolid + components: + - pos: -26.5,26.5 + parent: 864 + type: Transform +- uid: 18438 + type: WallSolid + components: + - pos: -25.5,26.5 + parent: 864 + type: Transform +- uid: 18439 + type: WallSolid + components: + - pos: -26.5,20.5 + parent: 864 + type: Transform +- uid: 18440 + type: Firelock + components: + - pos: -28.5,24.5 + parent: 864 + type: Transform +- uid: 18441 + type: WallSolid + components: + - pos: -27.5,26.5 + parent: 864 + type: Transform +- uid: 18442 + type: WallSolid + components: + - pos: -28.5,26.5 + parent: 864 + type: Transform +- uid: 18443 + type: ComputerCargoOrders + components: + - pos: -27.5,23.5 + parent: 864 + type: Transform +- uid: 18444 + type: Grille + components: + - pos: -26.5,21.5 + parent: 864 + type: Transform +- uid: 18445 + type: WindoorSecureCargoLocked + components: + - rot: -1.5707963267948966 rad + pos: -26.5,22.5 + parent: 864 + type: Transform +- uid: 18446 + type: AirlockCargoGlassLocked + components: + - name: cargo access + type: MetaData + - rot: -1.5707963267948966 rad + pos: -26.5,19.5 + parent: 864 + type: Transform +- uid: 18447 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -26.5,23.5 + parent: 864 + type: Transform +- uid: 18448 + type: WallSolid + components: + - pos: -26.5,24.5 + parent: 864 + type: Transform +- uid: 18449 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -26.5,23.5 + parent: 864 + type: Transform +- uid: 18450 + type: PlasticFlapsAirtightClear + components: + - pos: -26.5,25.5 + parent: 864 + type: Transform +- uid: 18451 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -25.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18605 + Forward: + - port: Left + uid: 18605 + Off: + - port: Middle + uid: 18605 + type: SignalReceiver +- uid: 18452 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -26.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18605 + Forward: + - port: Left + uid: 18605 + Off: + - port: Middle + uid: 18605 + type: SignalReceiver +- uid: 18453 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -27.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18605 + Forward: + - port: Left + uid: 18605 + Off: + - port: Middle + uid: 18605 + type: SignalReceiver +- uid: 18454 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -28.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18605 + Forward: + - port: Left + uid: 18605 + Off: + - port: Middle + uid: 18605 + type: SignalReceiver +- uid: 18455 + type: Table + components: + - pos: -34.5,17.5 + parent: 864 + type: Transform +- uid: 18456 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -22.5,24.5 + parent: 864 + type: Transform +- uid: 18457 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -22.5,23.5 + parent: 864 + type: Transform +- uid: 18458 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -22.5,22.5 + parent: 864 + type: Transform +- uid: 18459 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,13.5 + parent: 864 + type: Transform +- uid: 18460 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,14.5 + parent: 864 + type: Transform +- uid: 18461 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,15.5 + parent: 864 + type: Transform +- uid: 18462 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,16.5 + parent: 864 + type: Transform +- uid: 18463 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,17.5 + parent: 864 + type: Transform +- uid: 18464 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,18.5 + parent: 864 + type: Transform +- uid: 18465 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,19.5 + parent: 864 + type: Transform +- uid: 18466 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,20.5 + parent: 864 + type: Transform +- uid: 18467 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,21.5 + parent: 864 + type: Transform +- uid: 18468 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -19.5,22.5 + parent: 864 + type: Transform +- uid: 18469 + type: DisposalJunction + components: + - pos: -19.5,23.5 + parent: 864 + type: Transform +- uid: 18470 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -20.5,23.5 + parent: 864 + type: Transform +- uid: 18471 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -21.5,23.5 + parent: 864 + type: Transform +- uid: 18472 + type: DisposalJunctionFlipped + components: + - rot: 1.5707963267948966 rad + pos: -22.5,23.5 + parent: 864 + type: Transform +- uid: 18473 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -22.5,24.5 + parent: 864 + type: Transform +- uid: 18474 + type: DisposalTrunk + components: + - pos: -22.5,25.5 + parent: 864 + type: Transform +- uid: 18475 + type: DisposalUnit + components: + - pos: -22.5,25.5 + parent: 864 + type: Transform +- uid: 18476 + type: CableApcExtension + components: + - pos: -68.5,-25.5 + parent: 864 + type: Transform +- uid: 18477 + type: CableApcExtension + components: + - pos: -68.5,-24.5 + parent: 864 + type: Transform +- uid: 18478 + type: CableApcExtension + components: + - pos: -68.5,-23.5 + parent: 864 + type: Transform +- uid: 18479 + type: CableApcExtension + components: + - pos: -69.5,-23.5 + parent: 864 + type: Transform +- uid: 18480 + type: CableApcExtension + components: + - pos: -70.5,-23.5 + parent: 864 + type: Transform +- uid: 18481 + type: CableApcExtension + components: + - pos: -71.5,-23.5 + parent: 864 + type: Transform +- uid: 18482 + type: CableApcExtension + components: + - pos: -72.5,-23.5 + parent: 864 + type: Transform +- uid: 18483 + type: CableApcExtension + components: + - pos: -73.5,-23.5 + parent: 864 + type: Transform +- uid: 18484 + type: CableApcExtension + components: + - pos: -72.5,-24.5 + parent: 864 + type: Transform +- uid: 18485 + type: CableApcExtension + components: + - pos: -72.5,-25.5 + parent: 864 + type: Transform +- uid: 18486 + type: CableApcExtension + components: + - pos: -74.5,-23.5 + parent: 864 + type: Transform +- uid: 18487 + type: CableApcExtension + components: + - pos: -74.5,-24.5 + parent: 864 + type: Transform +- uid: 18488 + type: Poweredlight + components: + - pos: -72.5,-23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18489 + type: AirlockMaintGlass + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-28.5 + parent: 864 + type: Transform +- uid: 18490 + type: Poweredlight + components: + - pos: -66.5,-30.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18491 + type: PoweredSmallLight + components: + - pos: -51.5,-27.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18492 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -60.5,-27.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18493 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18494 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -68.5,-25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18495 + type: WeldingFuelTankFull + components: + - pos: -38.5,-30.5 + parent: 864 + type: Transform +- uid: 18496 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18497 + type: WaterTankFull + components: + - pos: -39.5,-30.5 + parent: 864 + type: Transform +- uid: 18498 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -55.5,-8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18499 + type: Poweredlight + components: + - pos: -51.5,-5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18500 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -50.5,-18.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18501 + type: Poweredlight + components: + - pos: -46.5,-19.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18502 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18503 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18504 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18505 + type: Poweredlight + components: + - pos: -45.5,-5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18506 + type: CableApcExtension + components: + - pos: -42.5,-6.5 + parent: 864 + type: Transform +- uid: 18507 + type: CableApcExtension + components: + - pos: -43.5,-6.5 + parent: 864 + type: Transform +- uid: 18508 + type: CableApcExtension + components: + - pos: -44.5,-6.5 + parent: 864 + type: Transform +- uid: 18509 + type: CableApcExtension + components: + - pos: -45.5,-6.5 + parent: 864 + type: Transform +- uid: 18510 + type: CableApcExtension + components: + - pos: -46.5,-6.5 + parent: 864 + type: Transform +- uid: 18511 + type: CableApcExtension + components: + - pos: -47.5,-6.5 + parent: 864 + type: Transform +- uid: 18512 + type: CableApcExtension + components: + - pos: -48.5,-6.5 + parent: 864 + type: Transform +- uid: 18513 + type: Poweredlight + components: + - pos: -33.5,-5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18514 + type: Poweredlight + components: + - pos: -40.5,-5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18515 + type: AirAlarm + components: + - pos: -20.5,52.5 + parent: 864 + type: Transform + - devices: + - 14293 + - 26351 + - 26360 + - 26427 + - 26426 + - 26189 + - 26188 + - 26187 + - 25818 + - 25817 + - 26423 + - 26422 + type: DeviceList +- uid: 18516 + type: AirSensor + components: + - pos: -13.5,63.5 + parent: 864 + type: Transform +- uid: 18517 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18518 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18519 + type: AirSensor + components: + - pos: -2.5,59.5 + parent: 864 + type: Transform +- uid: 18520 + type: VendingMachineSnack + components: + - pos: -36.5,-4.5 + parent: 864 + type: Transform +- uid: 18521 + type: VendingMachineCoffee + components: + - pos: -37.5,-4.5 + parent: 864 + type: Transform +- uid: 18522 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18523 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18524 + type: Poweredlight + components: + - pos: -4.5,8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18525 + type: Grille + components: + - pos: -1.5,42.5 + parent: 864 + type: Transform +- uid: 18526 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 3.5,5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18527 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,10.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18528 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,17.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18529 + type: ReinforcedWindow + components: + - pos: -3.5,42.5 + parent: 864 + type: Transform +- uid: 18530 + type: Poweredlight + components: + - pos: 1.5,21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18531 + type: Poweredlight + components: + - pos: -42.5,1.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18532 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 8.5,15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18533 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 23.5,16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18534 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 20.5,21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18535 + type: Poweredlight + components: + - pos: 25.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18536 + type: Poweredlight + components: + - pos: 38.5,2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18537 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 62.5,28.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18538 + type: Poweredlight + components: + - pos: 45.5,2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18539 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 49.5,0.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18540 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 54.5,0.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18541 + type: PoweredSmallLight + components: + - pos: -49.5,-42.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18542 + type: PoweredSmallLight + components: + - pos: -49.5,-44.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18543 + type: PoweredSmallLight + components: + - pos: -49.5,-46.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18544 + type: PoweredSmallLight + components: + - pos: -49.5,-48.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18545 + type: PoweredSmallLight + components: + - pos: -49.5,-50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18546 + type: PoweredSmallLight + components: + - pos: -49.5,-52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18547 + type: PoweredSmallLight + components: + - pos: -49.5,-54.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18548 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -20.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18549 + type: GasPipeStraight + components: + - pos: -20.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18550 + type: GasPipeStraight + components: + - pos: -20.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18551 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -20.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18552 + type: GasPipeStraight + components: + - pos: -20.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18553 + type: GasPipeStraight + components: + - pos: -20.5,18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18554 + type: GasPipeStraight + components: + - pos: -20.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18555 + type: GasPipeStraight + components: + - pos: -18.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18556 + type: GasPipeStraight + components: + - pos: -18.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18557 + type: GasPipeStraight + components: + - pos: -18.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18558 + type: GasPipeStraight + components: + - pos: -18.5,16.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18559 + type: GasPipeStraight + components: + - pos: -18.5,17.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18560 + type: GasPipeStraight + components: + - pos: -18.5,18.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18561 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18562 + type: GasPipeStraight + components: + - pos: -18.5,20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18563 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18564 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -20.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18565 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18566 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18567 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18568 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -18.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18569 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18570 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18571 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18572 + type: GasPipeTJunction + components: + - pos: -24.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18573 + type: GasPipeTJunction + components: + - pos: -23.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18574 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -19.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18575 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 18576 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -19.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18577 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -23.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 18578 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -22.5,19.5 + parent: 864 + type: Transform +- uid: 18579 + type: PowerCellRecharger + components: + - pos: -22.5,17.5 + parent: 864 + type: Transform +- uid: 18580 + type: BannerCargo + components: + - pos: -25.5,24.5 + parent: 864 + type: Transform +- uid: 18581 + type: BannerCargo + components: + - pos: -25.5,17.5 + parent: 864 + type: Transform +- uid: 18582 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -27.5,24.5 + parent: 864 + type: Transform +- uid: 18583 + type: TableCounterMetal + components: + - rot: 1.5707963267948966 rad + pos: -28.5,24.5 + parent: 864 + type: Transform +- uid: 18584 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -27.5,20.5 + parent: 864 + type: Transform +- uid: 18585 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -28.5,20.5 + parent: 864 + type: Transform +- uid: 18586 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -29.5,20.5 + parent: 864 + type: Transform +- uid: 18587 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -29.5,24.5 + parent: 864 + type: Transform +- uid: 18588 + type: ReinforcedWindow + components: + - pos: -29.5,21.5 + parent: 864 + type: Transform +- uid: 18589 + type: ReinforcedWindow + components: + - pos: -29.5,23.5 + parent: 864 + type: Transform +- uid: 18590 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -30.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18605 + Forward: + - port: Left + uid: 18605 + Off: + - port: Middle + uid: 18605 + type: SignalReceiver +- uid: 18591 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -29.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18605 + Forward: + - port: Left + uid: 18605 + Off: + - port: Middle + uid: 18605 + type: SignalReceiver +- uid: 18592 + type: WindoorSecureCargoLocked + components: + - pos: -28.5,24.5 + parent: 864 + type: Transform +- uid: 18593 + type: WallSolid + components: + - pos: -26.5,16.5 + parent: 864 + type: Transform +- uid: 18594 + type: WallSolid + components: + - pos: -27.5,16.5 + parent: 864 + type: Transform +- uid: 18595 + type: WallSolid + components: + - pos: -28.5,16.5 + parent: 864 + type: Transform +- uid: 18596 + type: WallSolid + components: + - pos: -29.5,16.5 + parent: 864 + type: Transform +- uid: 18597 + type: WallSolid + components: + - pos: -22.5,14.5 + parent: 864 + type: Transform +- uid: 18598 + type: ShuttersNormalOpen + components: + - pos: 29.5,9.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -171385.58 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 21485 + Close: + - port: Off + uid: 21485 + Toggle: [] + type: SignalReceiver +- uid: 18599 + type: ReinforcedWindow + components: + - pos: -26.5,21.5 + parent: 864 + type: Transform +- uid: 18600 + type: Grille + components: + - pos: -29.5,23.5 + parent: 864 + type: Transform +- uid: 18601 + type: Grille + components: + - pos: -29.5,21.5 + parent: 864 + type: Transform +- uid: 18602 + type: ComputerCargoShuttle + components: + - rot: 3.141592653589793 rad + pos: -27.5,21.5 + parent: 864 + type: Transform +- uid: 18603 + type: ChairOfficeDark + components: + - rot: -1.5707963267948966 rad + pos: -27.5,22.5 + parent: 864 + type: Transform +- uid: 18604 + type: BrbSign + components: + - pos: -28.403494,21.398111 + parent: 864 + type: Transform +- uid: 18605 + type: TwoWayLever + components: + - pos: -30.5,24.5 + parent: 864 + type: Transform + - nextSignalLeft: True + type: TwoWayLever + - outputs: + Left: + - port: Forward + uid: 18590 + - port: Forward + uid: 18591 + - port: Forward + uid: 18454 + - port: Forward + uid: 18453 + - port: Forward + uid: 18452 + - port: Forward + uid: 18451 + Right: + - port: Reverse + uid: 18590 + - port: Reverse + uid: 18591 + - port: Reverse + uid: 18454 + - port: Reverse + uid: 18453 + - port: Reverse + uid: 18452 + - port: Reverse + uid: 18451 + Middle: + - port: Off + uid: 18590 + - port: Off + uid: 18591 + - port: Off + uid: 18454 + - port: Off + uid: 18453 + - port: Off + uid: 18452 + - port: Off + uid: 18451 + type: SignalTransmitter +- uid: 18606 + type: HandLabeler + components: + - pos: -28.559744,21.679361 + parent: 864 + type: Transform +- uid: 18607 + type: WallSolid + components: + - pos: -23.5,14.5 + parent: 864 + type: Transform +- uid: 18608 + type: WallSolid + components: + - pos: -24.5,16.5 + parent: 864 + type: Transform +- uid: 18609 + type: ReinforcedWindow + components: + - pos: -31.5,27.5 + parent: 864 + type: Transform +- uid: 18610 + type: AirlockQuartermasterGlassLocked + components: + - name: quartermaster's office + type: MetaData + - pos: -32.5,27.5 + parent: 864 + type: Transform +- uid: 18611 + type: ReinforcedWindow + components: + - pos: -33.5,27.5 + parent: 864 + type: Transform +- uid: 18612 + type: ReinforcedWindow + components: + - pos: -30.5,27.5 + parent: 864 + type: Transform +- uid: 18613 + type: WallSolid + components: + - pos: -23.5,26.5 + parent: 864 + type: Transform +- uid: 18614 + type: WallReinforced + components: + - pos: -34.5,27.5 + parent: 864 + type: Transform +- uid: 18615 + type: WallReinforced + components: + - pos: -35.5,27.5 + parent: 864 + type: Transform +- uid: 18616 + type: WallReinforced + components: + - pos: -35.5,28.5 + parent: 864 + type: Transform +- uid: 18617 + type: WallReinforced + components: + - pos: -39.5,26.5 + parent: 864 + type: Transform +- uid: 18618 + type: WallSolid + components: + - pos: -24.5,15.5 + parent: 864 + type: Transform +- uid: 18619 + type: WallSolid + components: + - pos: -34.5,16.5 + parent: 864 + type: Transform +- uid: 18620 + type: WallSolid + components: + - pos: -35.5,16.5 + parent: 864 + type: Transform +- uid: 18621 + type: AirlockCargoGlassLocked + components: + - name: cargo dock + type: MetaData + - pos: -35.5,22.5 + parent: 864 + type: Transform +- uid: 18622 + type: AirlockMaintLocked + components: + - pos: -24.5,26.5 + parent: 864 + type: Transform +- uid: 18623 + type: WallSolid + components: + - pos: -35.5,17.5 + parent: 864 + type: Transform +- uid: 18624 + type: ShuttersNormalOpen + components: + - pos: 34.5,9.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -171385.58 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 21485 + Close: + - port: Off + uid: 21485 + Toggle: [] + type: SignalReceiver +- uid: 18625 + type: WallSolid + components: + - pos: -35.5,18.5 + parent: 864 + type: Transform +- uid: 18626 + type: WallSolid + components: + - pos: -35.5,23.5 + parent: 864 + type: Transform +- uid: 18627 + type: WallSolid + components: + - pos: -35.5,24.5 + parent: 864 + type: Transform +- uid: 18628 + type: WallSolid + components: + - pos: -33.5,16.5 + parent: 864 + type: Transform +- uid: 18629 + type: WallSolid + components: + - pos: -32.5,16.5 + parent: 864 + type: Transform +- uid: 18630 + type: WallSolid + components: + - pos: -31.5,16.5 + parent: 864 + type: Transform +- uid: 18631 + type: WallSolid + components: + - pos: -30.5,16.5 + parent: 864 + type: Transform +- uid: 18632 + type: AirlockCargoGlassLocked + components: + - name: cargo dock + type: MetaData + - pos: -35.5,21.5 + parent: 864 + type: Transform +- uid: 18633 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -35.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18712 + Forward: + - port: Left + uid: 18712 + Off: + - port: Middle + uid: 18712 + type: SignalReceiver +- uid: 18634 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -34.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18712 + Forward: + - port: Left + uid: 18712 + Off: + - port: Middle + uid: 18712 + type: SignalReceiver +- uid: 18635 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -36.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18712 + Forward: + - port: Left + uid: 18712 + Off: + - port: Middle + uid: 18712 + type: SignalReceiver +- uid: 18636 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -37.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18712 + Forward: + - port: Left + uid: 18712 + Off: + - port: Middle + uid: 18712 + type: SignalReceiver +- uid: 18637 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -38.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18712 + Forward: + - port: Left + uid: 18712 + Off: + - port: Middle + uid: 18712 + type: SignalReceiver +- uid: 18638 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -23.5,17.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18639 + type: Table + components: + - pos: -22.5,17.5 + parent: 864 + type: Transform +- uid: 18640 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -36.5,17.5 + parent: 864 + type: Transform +- uid: 18641 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -37.5,17.5 + parent: 864 + type: Transform +- uid: 18642 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -38.5,17.5 + parent: 864 + type: Transform +- uid: 18643 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -39.5,17.5 + parent: 864 + type: Transform +- uid: 18644 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -40.5,17.5 + parent: 864 + type: Transform +- uid: 18645 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -41.5,17.5 + parent: 864 + type: Transform +- uid: 18646 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -42.5,17.5 + parent: 864 + type: Transform +- uid: 18647 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -44.5,16.5 + parent: 864 + type: Transform +- uid: 18648 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -45.5,16.5 + parent: 864 + type: Transform +- uid: 18649 + type: WallReinforced + components: + - pos: -38.5,26.5 + parent: 864 + type: Transform +- uid: 18650 + type: WallReinforced + components: + - pos: -37.5,26.5 + parent: 864 + type: Transform +- uid: 18651 + type: WallReinforced + components: + - pos: -36.5,26.5 + parent: 864 + type: Transform +- uid: 18652 + type: WallReinforced + components: + - pos: -35.5,26.5 + parent: 864 + type: Transform +- uid: 18653 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -40.5,26.5 + parent: 864 + type: Transform +- uid: 18654 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -41.5,26.5 + parent: 864 + type: Transform +- uid: 18655 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -42.5,26.5 + parent: 864 + type: Transform +- uid: 18656 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -43.5,17.5 + parent: 864 + type: Transform +- uid: 18657 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -43.5,16.5 + parent: 864 + type: Transform +- uid: 18658 + type: WallReinforced + components: + - pos: -49.5,27.5 + parent: 864 + type: Transform +- uid: 18659 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -49.5,21.5 + parent: 864 + type: Transform +- uid: 18660 + type: WallReinforced + components: + - pos: -49.5,24.5 + parent: 864 + type: Transform +- uid: 18661 + type: WallReinforced + components: + - pos: -49.5,16.5 + parent: 864 + type: Transform +- uid: 18662 + type: WallReinforced + components: + - pos: -49.5,25.5 + parent: 864 + type: Transform +- uid: 18663 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -50.5,21.5 + parent: 864 + type: Transform +- uid: 18664 + type: AirlockMaintCargoLocked + components: + - name: cargo dock + type: MetaData + - pos: -46.5,16.5 + parent: 864 + type: Transform +- uid: 18665 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -47.5,16.5 + parent: 864 + type: Transform +- uid: 18666 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -48.5,16.5 + parent: 864 + type: Transform +- uid: 18667 + type: AirlockExternalGlassLocked + components: + - pos: -49.5,20.5 + parent: 864 + type: Transform +- uid: 18668 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -49.5,21.5 + parent: 864 + type: Transform +- uid: 18669 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -51.5,21.5 + parent: 864 + type: Transform +- uid: 18670 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -51.5,21.5 + parent: 864 + type: Transform +- uid: 18671 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -50.5,21.5 + parent: 864 + type: Transform +- uid: 18672 + type: AirlockSalvageGlassLocked + components: + - name: salvage magnet + type: MetaData + - pos: -46.5,27.5 + parent: 864 + type: Transform +- uid: 18673 + type: AirlockSalvageGlassLocked + components: + - name: salvage magnet + type: MetaData + - pos: -45.5,27.5 + parent: 864 + type: Transform +- uid: 18674 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -47.5,27.5 + parent: 864 + type: Transform +- uid: 18675 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -48.5,27.5 + parent: 864 + type: Transform +- uid: 18676 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -44.5,27.5 + parent: 864 + type: Transform +- uid: 18677 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -43.5,27.5 + parent: 864 + type: Transform +- uid: 18678 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -43.5,26.5 + parent: 864 + type: Transform +- uid: 18679 + type: WallReinforced + components: + - pos: -49.5,26.5 + parent: 864 + type: Transform +- uid: 18680 + type: WallReinforced + components: + - pos: -49.5,17.5 + parent: 864 + type: Transform +- uid: 18681 + type: WallReinforced + components: + - pos: -49.5,18.5 + parent: 864 + type: Transform +- uid: 18682 + type: AirlockExternalGlassLocked + components: + - pos: -49.5,22.5 + parent: 864 + type: Transform +- uid: 18683 + type: AirlockExternalGlassShuttleLocked + components: + - rot: -1.5707963267948966 rad + pos: -53.5,20.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 18684 + type: AirlockExternalGlassShuttleLocked + components: + - rot: -1.5707963267948966 rad + pos: -53.5,22.5 + parent: 864 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 18685 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -50.5,18.5 + parent: 864 + type: Transform +- uid: 18686 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -50.5,24.5 + parent: 864 + type: Transform +- uid: 18687 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -50.5,18.5 + parent: 864 + type: Transform +- uid: 18688 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -50.5,24.5 + parent: 864 + type: Transform +- uid: 18689 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -48.5,19.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18707 + Forward: + - port: Left + uid: 18707 + Off: + - port: Middle + uid: 18707 + type: SignalReceiver +- uid: 18690 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -49.5,19.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18707 + Forward: + - port: Left + uid: 18707 + Off: + - port: Middle + uid: 18707 + type: SignalReceiver +- uid: 18691 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -50.5,19.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18707 + Forward: + - port: Left + uid: 18707 + Off: + - port: Middle + uid: 18707 + type: SignalReceiver +- uid: 18692 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -51.5,19.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18707 + Forward: + - port: Left + uid: 18707 + Off: + - port: Middle + uid: 18707 + type: SignalReceiver +- uid: 18693 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -48.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18706 + Forward: + - port: Left + uid: 18706 + Off: + - port: Middle + uid: 18706 + type: SignalReceiver +- uid: 18694 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -49.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18706 + Forward: + - port: Left + uid: 18706 + Off: + - port: Middle + uid: 18706 + type: SignalReceiver +- uid: 18695 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -50.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18706 + Forward: + - port: Left + uid: 18706 + Off: + - port: Middle + uid: 18706 + type: SignalReceiver +- uid: 18696 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -51.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18706 + Forward: + - port: Left + uid: 18706 + Off: + - port: Middle + uid: 18706 + type: SignalReceiver +- uid: 18697 + type: BlastDoorExterior1 + components: + - pos: -49.5,19.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -116871.375 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 18703 + Close: + - port: Off + uid: 18703 + Toggle: [] + type: SignalReceiver +- uid: 18698 + type: BlastDoorExterior1 + components: + - pos: -49.5,23.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -116871.375 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 18703 + Close: + - port: Off + uid: 18703 + Toggle: [] + type: SignalReceiver +- uid: 18699 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -52.5,19.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18707 + Forward: + - port: Left + uid: 18707 + Off: + - port: Middle + uid: 18707 + type: SignalReceiver +- uid: 18700 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -53.5,19.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18707 + Forward: + - port: Left + uid: 18707 + Off: + - port: Middle + uid: 18707 + type: SignalReceiver +- uid: 18701 + type: WallReinforced + components: + - pos: -51.5,18.5 + parent: 864 + type: Transform +- uid: 18702 + type: WallReinforced + components: + - pos: -51.5,24.5 + parent: 864 + type: Transform +- uid: 18703 + type: SignalSwitch + components: + - pos: -49.5,24.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 18698 + - port: Open + uid: 18697 + Off: + - port: Close + uid: 18698 + - port: Close + uid: 18697 + type: SignalTransmitter +- uid: 18704 + type: Multitool + components: + - pos: -40.43586,25.572592 + parent: 864 + type: Transform + - devices: + 721c77c1: null + type: NetworkConfigurator +- uid: 18705 + type: SignalSwitch + components: + - pos: -51.5,24.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 19229 + - port: Open + uid: 19230 + Off: + - port: Close + uid: 19229 + - port: Close + uid: 19230 + type: SignalTransmitter +- uid: 18706 + type: TwoWayLever + components: + - pos: -48.5,24.5 + parent: 864 + type: Transform + - outputs: + Left: + - port: Forward + uid: 18696 + - port: Forward + uid: 18695 + - port: Forward + uid: 18694 + - port: Forward + uid: 18693 + - port: Forward + uid: 18710 + - port: Forward + uid: 18711 + - port: Forward + uid: 18714 + - port: Forward + uid: 18715 + Right: + - port: Reverse + uid: 18696 + - port: Reverse + uid: 18695 + - port: Reverse + uid: 18694 + - port: Reverse + uid: 18693 + - port: Reverse + uid: 18710 + - port: Reverse + uid: 18711 + - port: Reverse + uid: 18714 + - port: Reverse + uid: 18715 + Middle: + - port: Off + uid: 18696 + - port: Off + uid: 18695 + - port: Off + uid: 18694 + - port: Off + uid: 18693 + - port: Off + uid: 18710 + - port: Off + uid: 18711 + - port: Off + uid: 18714 + - port: Off + uid: 18715 + type: SignalTransmitter +- uid: 18707 + type: TwoWayLever + components: + - pos: -48.5,18.5 + parent: 864 + type: Transform + - nextSignalLeft: True + type: TwoWayLever + - outputs: + Left: + - port: Forward + uid: 18692 + - port: Forward + uid: 18691 + - port: Forward + uid: 18690 + - port: Forward + uid: 18689 + - port: Forward + uid: 18708 + - port: Forward + uid: 18709 + - port: Forward + uid: 18700 + - port: Forward + uid: 18699 + Right: + - port: Reverse + uid: 18692 + - port: Reverse + uid: 18691 + - port: Reverse + uid: 18690 + - port: Reverse + uid: 18689 + - port: Reverse + uid: 18708 + - port: Reverse + uid: 18709 + - port: Reverse + uid: 18700 + - port: Reverse + uid: 18699 + Middle: + - port: Off + uid: 18692 + - port: Off + uid: 18691 + - port: Off + uid: 18690 + - port: Off + uid: 18689 + - port: Off + uid: 18708 + - port: Off + uid: 18709 + - port: Off + uid: 18700 + - port: Off + uid: 18699 + type: SignalTransmitter +- uid: 18708 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -47.5,19.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18707 + Forward: + - port: Left + uid: 18707 + Off: + - port: Middle + uid: 18707 + type: SignalReceiver +- uid: 18709 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -46.5,19.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18707 + Forward: + - port: Left + uid: 18707 + Off: + - port: Middle + uid: 18707 + type: SignalReceiver +- uid: 18710 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -47.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18706 + Forward: + - port: Left + uid: 18706 + Off: + - port: Middle + uid: 18706 + type: SignalReceiver +- uid: 18711 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -46.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18706 + Forward: + - port: Left + uid: 18706 + Off: + - port: Middle + uid: 18706 + type: SignalReceiver +- uid: 18712 + type: TwoWayLever + components: + - pos: -36.5,24.5 + parent: 864 + type: Transform + - nextSignalLeft: True + type: TwoWayLever + - outputs: + Left: + - port: Forward + uid: 18637 + - port: Forward + uid: 18636 + - port: Forward + uid: 18635 + - port: Forward + uid: 18633 + - port: Forward + uid: 18634 + Right: + - port: Reverse + uid: 18637 + - port: Reverse + uid: 18636 + - port: Reverse + uid: 18635 + - port: Reverse + uid: 18633 + - port: Reverse + uid: 18634 + Middle: + - port: Off + uid: 18637 + - port: Off + uid: 18636 + - port: Off + uid: 18635 + - port: Off + uid: 18633 + - port: Off + uid: 18634 + type: SignalTransmitter +- uid: 18713 + type: ComputerShuttleCargo + components: + - rot: 1.5707963267948966 rad + pos: -48.5,21.5 + parent: 864 + type: Transform +- uid: 18714 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -53.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18706 + Forward: + - port: Left + uid: 18706 + Off: + - port: Middle + uid: 18706 + type: SignalReceiver +- uid: 18715 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -52.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18706 + Forward: + - port: Left + uid: 18706 + Off: + - port: Middle + uid: 18706 + type: SignalReceiver +- uid: 18716 + type: PlasticFlapsAirtightClear + components: + - pos: -49.5,19.5 + parent: 864 + type: Transform +- uid: 18717 + type: PlasticFlapsAirtightClear + components: + - pos: -49.5,23.5 + parent: 864 + type: Transform +- uid: 18718 + type: PlasticFlapsAirtightOpaque + components: + - pos: -35.5,25.5 + parent: 864 + type: Transform +- uid: 18719 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -22.5,18.5 + parent: 864 + type: Transform +- uid: 18720 + type: Table + components: + - pos: -40.5,18.5 + parent: 864 + type: Transform +- uid: 18721 + type: Table + components: + - pos: -41.5,18.5 + parent: 864 + type: Transform +- uid: 18722 + type: Table + components: + - pos: -42.5,18.5 + parent: 864 + type: Transform +- uid: 18723 + type: Table + components: + - pos: -40.5,25.5 + parent: 864 + type: Transform +- uid: 18724 + type: Table + components: + - pos: -41.5,25.5 + parent: 864 + type: Transform +- uid: 18725 + type: Table + components: + - pos: -42.5,25.5 + parent: 864 + type: Transform +- uid: 18726 + type: AirlockCargoGlass + components: + - rot: -1.5707963267948966 rad + pos: -21.5,21.5 + parent: 864 + type: Transform +- uid: 18727 + type: ClothingMaskGas + components: + - pos: -70.49962,-26.436932 + parent: 864 + type: Transform +- uid: 18728 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: -70.53087,-25.890057 + parent: 864 + type: Transform +- uid: 18729 + type: ClothingHeadHelmetEVA + components: + - pos: -53.439045,-86.258125 + parent: 864 + type: Transform +- uid: 18730 + type: VendingMachineTankDispenserEVA + components: + - pos: 33.5,-14.5 + parent: 864 + type: Transform +- uid: 18731 + type: PoweredlightEmpty + components: + - rot: 3.141592653589793 rad + pos: -39.5,-85.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 18732 + type: LightTube + components: + - pos: -39.78844,-85.422134 + parent: 864 + type: Transform +- uid: 18733 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 14.5,32.5 + parent: 864 + type: Transform +- uid: 18734 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 13.5,32.5 + parent: 864 + type: Transform +- uid: 18735 + type: WallReinforced + components: + - pos: 4.5,34.5 + parent: 864 + type: Transform +- uid: 18736 + type: WallReinforced + components: + - pos: 5.5,29.5 + parent: 864 + type: Transform +- uid: 18737 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 8.5,29.5 + parent: 864 + type: Transform +- uid: 18738 + type: WallReinforced + components: + - pos: 12.5,33.5 + parent: 864 + type: Transform +- uid: 18739 + type: WallReinforced + components: + - pos: -3.5,28.5 + parent: 864 + type: Transform +- uid: 18740 + type: WallReinforced + components: + - pos: 58.5,41.5 + parent: 864 + type: Transform +- uid: 18741 + type: ReinforcedWindow + components: + - pos: 58.5,57.5 + parent: 864 + type: Transform +- uid: 18742 + type: ReinforcedWindow + components: + - pos: 50.5,58.5 + parent: 864 + type: Transform +- uid: 18743 + type: PosterContrabandRevolt + components: + - pos: 57.5,59.5 + parent: 864 + type: Transform +- uid: 18744 + type: Grille + components: + - pos: 58.5,57.5 + parent: 864 + type: Transform +- uid: 18745 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 2.5,32.5 + parent: 864 + type: Transform +- uid: 18746 + type: CableApcExtension + components: + - pos: -9.5,24.5 + parent: 864 + type: Transform +- uid: 18747 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 19.5,25.5 + parent: 864 + type: Transform +- uid: 18748 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 18.5,25.5 + parent: 864 + type: Transform +- uid: 18749 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 17.5,25.5 + parent: 864 + type: Transform +- uid: 18750 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 16.5,25.5 + parent: 864 + type: Transform +- uid: 18751 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 15.5,25.5 + parent: 864 + type: Transform +- uid: 18752 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 14.5,25.5 + parent: 864 + type: Transform +- uid: 18753 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 13.5,25.5 + parent: 864 + type: Transform +- uid: 18754 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 16.5,27.5 + parent: 864 + type: Transform +- uid: 18755 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 16.5,26.5 + parent: 864 + type: Transform +- uid: 18756 + type: Firelock + components: + - rot: 3.141592653589793 rad + pos: 10.5,24.5 + parent: 864 + type: Transform +- uid: 18757 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 9.5,24.5 + parent: 864 + type: Transform +- uid: 18758 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 8.5,24.5 + parent: 864 + type: Transform +- uid: 18759 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 7.5,24.5 + parent: 864 + type: Transform +- uid: 18760 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 6.5,24.5 + parent: 864 + type: Transform +- uid: 18761 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 5.5,24.5 + parent: 864 + type: Transform +- uid: 18762 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 4.5,24.5 + parent: 864 + type: Transform +- uid: 18763 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 3.5,24.5 + parent: 864 + type: Transform +- uid: 18764 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 2.5,24.5 + parent: 864 + type: Transform +- uid: 18765 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 1.5,24.5 + parent: 864 + type: Transform +- uid: 18766 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 0.5,24.5 + parent: 864 + type: Transform +- uid: 18767 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: -3.5,23.5 + parent: 864 + type: Transform +- uid: 18768 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: -4.5,23.5 + parent: 864 + type: Transform +- uid: 18769 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: -5.5,23.5 + parent: 864 + type: Transform +- uid: 18770 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: -6.5,23.5 + parent: 864 + type: Transform +- uid: 18771 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: -7.5,23.5 + parent: 864 + type: Transform +- uid: 18772 + type: CableApcExtension + components: + - pos: -10.5,26.5 + parent: 864 + type: Transform +- uid: 18773 + type: CableApcExtension + components: + - pos: -9.5,26.5 + parent: 864 + type: Transform +- uid: 18774 + type: CableApcExtension + components: + - pos: -9.5,25.5 + parent: 864 + type: Transform +- uid: 18775 + type: CableApcExtension + components: + - pos: -9.5,23.5 + parent: 864 + type: Transform +- uid: 18776 + type: CableApcExtension + components: + - pos: -14.5,26.5 + parent: 864 + type: Transform +- uid: 18777 + type: CableApcExtension + components: + - pos: -11.5,27.5 + parent: 864 + type: Transform +- uid: 18778 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -0.5,34.5 + parent: 864 + type: Transform +- uid: 18779 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -1.5,34.5 + parent: 864 + type: Transform +- uid: 18780 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -2.5,34.5 + parent: 864 + type: Transform +- uid: 18781 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -1.5,31.5 + parent: 864 + type: Transform +- uid: 18782 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -0.5,31.5 + parent: 864 + type: Transform +- uid: 18783 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -0.5,30.5 + parent: 864 + type: Transform +- uid: 18784 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -1.5,30.5 + parent: 864 + type: Transform +- uid: 18785 + type: DiceBag + components: + - pos: -0.45645034,30.694569 + parent: 864 + type: Transform +- uid: 18786 + type: d6Dice + components: + - pos: -1.2845753,31.100819 + parent: 864 + type: Transform +- uid: 18787 + type: FigureSpawner + components: + - pos: -0.593465,31.584717 + parent: 864 + type: Transform +- uid: 18788 + type: FigureSpawner + components: + - pos: -1.093465,30.600342 + parent: 864 + type: Transform +- uid: 18789 + type: Table + components: + - pos: -3.5,31.5 + parent: 864 + type: Transform +- uid: 18790 + type: Table + components: + - pos: -3.5,30.5 + parent: 864 + type: Transform +- uid: 18791 + type: Grille + components: + - pos: 50.5,56.5 + parent: 864 + type: Transform +- uid: 18792 + type: ClosetEmergencyFilledRandom + components: + - pos: 17.5,34.5 + parent: 864 + type: Transform +- uid: 18793 + type: Table + components: + - pos: 2.5,23.5 + parent: 864 + type: Transform +- uid: 18794 + type: Table + components: + - pos: 1.5,23.5 + parent: 864 + type: Transform +- uid: 18795 + type: Table + components: + - pos: -8.5,20.5 + parent: 864 + type: Transform +- uid: 18796 + type: Rack + components: + - pos: -3.5,21.5 + parent: 864 + type: Transform +- uid: 18797 + type: Rack + components: + - pos: 0.5,23.5 + parent: 864 + type: Transform +- uid: 18798 + type: Rack + components: + - pos: -3.5,34.5 + parent: 864 + type: Transform +- uid: 18799 + type: Rack + components: + - pos: 15.5,34.5 + parent: 864 + type: Transform +- uid: 18800 + type: ClosetMaintenanceFilledRandom + components: + - pos: 11.5,25.5 + parent: 864 + type: Transform +- uid: 18801 + type: ClosetMaintenanceFilledRandom + components: + - pos: 0.5,34.5 + parent: 864 + type: Transform +- uid: 18802 + type: TwoWayLever + components: + - pos: -11.5,28.5 + parent: 864 + type: Transform + - outputs: + Left: + - port: Forward + uid: 26143 + - port: Forward + uid: 26144 + - port: Forward + uid: 26145 + - port: Forward + uid: 26146 + - port: Forward + uid: 26147 + - port: Forward + uid: 25180 + - port: Forward + uid: 22750 + - port: Forward + uid: 22751 + - port: Forward + uid: 22752 + - port: Forward + uid: 8952 + - port: Forward + uid: 26157 + - port: Forward + uid: 26156 + - port: Reverse + uid: 19554 + - port: Reverse + uid: 19553 + - port: Reverse + uid: 26159 + - port: Reverse + uid: 26160 + - port: Reverse + uid: 19552 + - port: Reverse + uid: 21087 + - port: Reverse + uid: 19526 + Right: + - port: Reverse + uid: 26143 + - port: Reverse + uid: 26144 + - port: Reverse + uid: 26145 + - port: Reverse + uid: 26146 + - port: Reverse + uid: 26147 + - port: Reverse + uid: 25180 + - port: Reverse + uid: 22750 + - port: Reverse + uid: 22751 + - port: Reverse + uid: 22752 + - port: Reverse + uid: 8952 + - port: Reverse + uid: 26157 + - port: Reverse + uid: 26156 + - port: Forward + uid: 19554 + - port: Forward + uid: 19553 + - port: Forward + uid: 26159 + - port: Forward + uid: 26160 + - port: Forward + uid: 19552 + - port: Forward + uid: 21087 + - port: Forward + uid: 19526 + Middle: + - port: Off + uid: 26143 + - port: Off + uid: 26144 + - port: Off + uid: 26145 + - port: Off + uid: 26146 + - port: Off + uid: 26147 + - port: Off + uid: 25180 + - port: Off + uid: 22750 + - port: Off + uid: 22751 + - port: Off + uid: 22752 + - port: Off + uid: 8952 + - port: Off + uid: 26157 + - port: Off + uid: 26156 + - port: Off + uid: 19554 + - port: Off + uid: 19553 + - port: Off + uid: 26159 + - port: Off + uid: 26160 + - port: Off + uid: 19552 + - port: Off + uid: 21087 + - port: Off + uid: 19526 + type: SignalTransmitter +- uid: 18803 + type: PlasticFlapsOpaque + components: + - rot: -1.5707963267948966 rad + pos: -9.5,25.5 + parent: 864 + type: Transform +- uid: 18804 + type: AirlockMaintGlass + components: + - rot: 3.141592653589793 rad + pos: -10.5,25.5 + parent: 864 + type: Transform +- uid: 18805 + type: AirlockMaintLocked + components: + - pos: -4.5,32.5 + parent: 864 + type: Transform +- uid: 18806 + type: AirlockMaintLocked + components: + - pos: 1.5,32.5 + parent: 864 + type: Transform +- uid: 18807 + type: FlashlightLantern + components: + - pos: 2.6315942,23.576332 + parent: 864 + type: Transform +- uid: 18808 + type: Cigarette + components: + - rot: -1.5707963267948966 rad + pos: 2.361197,23.616985 + parent: 864 + type: Transform +- uid: 18809 + type: CheapLighter + components: + - pos: 1.9080955,23.554485 + parent: 864 + type: Transform +- uid: 18810 + type: Paper + components: + - pos: 1.3868889,23.62748 + parent: 864 + type: Transform +- uid: 18811 + type: Paper + components: + - pos: 1.3868889,23.643105 + parent: 864 + type: Transform +- uid: 18812 + type: MaintenanceToolSpawner + components: + - pos: 0.5,23.5 + parent: 864 + type: Transform +- uid: 18813 + type: MaintenanceToolSpawner + components: + - pos: -3.5,34.5 + parent: 864 + type: Transform +- uid: 18814 + type: TableReinforced + components: + - pos: 17.5,32.5 + parent: 864 + type: Transform +- uid: 18815 + type: TableReinforced + components: + - pos: 17.5,31.5 + parent: 864 + type: Transform +- uid: 18816 + type: MaintenanceFluffSpawner + components: + - pos: -3.5,30.5 + parent: 864 + type: Transform +- uid: 18817 + type: ClothingShoesFlippers + components: + - pos: -3.5418344,21.579527 + parent: 864 + type: Transform +- uid: 18818 + type: ClothingShoeSlippersDuck + components: + - pos: 15.423054,34.567764 + parent: 864 + type: Transform +- uid: 18819 + type: Wrench + components: + - pos: -3.6165767,31.44955 + parent: 864 + type: Transform +- uid: 18820 + type: Screwdriver + components: + - pos: -8.398262,20.58135 + parent: 864 + type: Transform +- uid: 18821 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 15.5,33.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18822 + type: PoweredSmallLight + components: + - pos: 21.5,25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18823 + type: CableApcExtension + components: + - pos: 21.5,22.5 + parent: 864 + type: Transform +- uid: 18824 + type: CableApcExtension + components: + - pos: 21.5,23.5 + parent: 864 + type: Transform +- uid: 18825 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 11.5,24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18826 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: 47.5,-36.5 + parent: 864 + type: Transform + - devices: + - 22127 + - 11226 + - 11129 + - 11809 + - 11808 + - 11807 + type: DeviceList +- uid: 18827 + type: SignAi + components: + - pos: -3.5,60.5 + parent: 864 + type: Transform +- uid: 18828 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -8.5,27.5 + parent: 864 + type: Transform +- uid: 18829 + type: PoweredSmallLight + components: + - pos: -6.5,32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18830 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,33.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 18831 + type: ReinforcedWindow + components: + - pos: 58.5,58.5 + parent: 864 + type: Transform +- uid: 18832 + type: FoodTinPeachesTrash + components: + - rot: -1.5707963267948966 rad + pos: 50.40472,33.469906 + parent: 864 + type: Transform +- uid: 18833 + type: WallSolid + components: + - pos: -17.5,35.5 + parent: 864 + type: Transform +- uid: 18834 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,36.5 + parent: 864 + type: Transform +- uid: 18835 + type: WallSolid + components: + - pos: -17.5,33.5 + parent: 864 + type: Transform +- uid: 18836 + type: WallSolid + components: + - pos: -13.5,30.5 + parent: 864 + type: Transform +- uid: 18837 + type: WallSolid + components: + - pos: -13.5,29.5 + parent: 864 + type: Transform +- uid: 18838 + type: WallSolid + components: + - pos: -13.5,28.5 + parent: 864 + type: Transform +- uid: 18839 + type: WallSolid + components: + - pos: -14.5,28.5 + parent: 864 + type: Transform +- uid: 18840 + type: WallSolid + components: + - pos: -16.5,28.5 + parent: 864 + type: Transform +- uid: 18841 + type: AirlockExternalGlassShuttleEmergencyLocked + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-13.5 + parent: 864 + type: Transform + - fixtures: + - density: 100 + shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 18842 + type: AirlockExternalGlassShuttleEmergencyLocked + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-11.5 + parent: 864 + type: Transform + - fixtures: + - density: 100 + shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 18843 + type: SignalSwitch + components: + - pos: 50.5,48.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 21003 + - port: Close + uid: 21011 + Off: + - port: Close + uid: 21003 + - port: Open + uid: 21011 + type: SignalTransmitter +- uid: 18844 + type: SignalSwitch + components: + - pos: 52.5,48.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 21013 + - port: Close + uid: 20715 + Off: + - port: Close + uid: 21013 + - port: Open + uid: 20715 + type: SignalTransmitter +- uid: 18845 + type: BlastDoorExterior1 + components: + - pos: 51.5,44.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: Off + uid: 21009 + - port: Off + uid: 21007 + - port: Off + uid: 21064 + Close: + - port: On + uid: 21009 + - port: On + uid: 21007 + - port: On + uid: 21064 + Toggle: [] + type: SignalReceiver +- uid: 18846 + type: WallSolid + components: + - pos: 55.5,41.5 + parent: 864 + type: Transform +- uid: 18847 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-8.5 + parent: 864 + type: Transform +- uid: 18848 + type: BlastDoorExterior1 + components: + - pos: 54.5,45.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 21007 + - port: Off + uid: 20723 + Close: + - port: Off + uid: 21007 + - port: On + uid: 20723 + Toggle: [] + type: SignalReceiver +- uid: 18849 + type: WallReinforced + components: + - pos: 54.5,51.5 + parent: 864 + type: Transform +- uid: 18850 + type: WallReinforced + components: + - pos: 57.5,60.5 + parent: 864 + type: Transform +- uid: 18851 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 61.5,43.5 + parent: 864 + type: Transform +- uid: 18852 + type: WallSolid + components: + - pos: 51.5,41.5 + parent: 864 + type: Transform +- uid: 18853 + type: WallSolid + components: + - pos: 56.5,41.5 + parent: 864 + type: Transform +- uid: 18854 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 42.5,38.5 + parent: 864 + type: Transform +- uid: 18855 + type: Table + components: + - pos: -33.5,17.5 + parent: 864 + type: Transform +- uid: 18856 + type: Table + components: + - pos: -32.5,17.5 + parent: 864 + type: Transform +- uid: 18857 + type: Table + components: + - pos: -34.5,26.5 + parent: 864 + type: Transform +- uid: 18858 + type: Table + components: + - pos: -34.5,23.5 + parent: 864 + type: Transform +- uid: 18859 + type: Table + components: + - pos: -33.5,29.5 + parent: 864 + type: Transform +- uid: 18860 + type: WallReinforced + components: + - pos: -29.5,27.5 + parent: 864 + type: Transform +- uid: 18861 + type: WallReinforced + components: + - pos: -35.5,29.5 + parent: 864 + type: Transform +- uid: 18862 + type: WallSolid + components: + - pos: -22.5,26.5 + parent: 864 + type: Transform +- uid: 18863 + type: AtmosDeviceFanTiny + components: + - anchored: True + rot: -1.5707963267948966 rad + pos: -53.5,20.5 + parent: 864 + type: Transform +- uid: 18864 + type: AtmosDeviceFanTiny + components: + - anchored: True + rot: -1.5707963267948966 rad + pos: -53.5,22.5 + parent: 864 + type: Transform +- uid: 18865 + type: WallSolid + components: + - pos: -35.5,19.5 + parent: 864 + type: Transform +- uid: 18866 + type: AirlockQuartermasterLocked + components: + - name: quartermaster's office + type: MetaData + - pos: -29.5,28.5 + parent: 864 + type: Transform +- uid: 18867 + type: WallReinforced + components: + - pos: -29.5,29.5 + parent: 864 + type: Transform +- uid: 18868 + type: WallReinforced + components: + - pos: -29.5,30.5 + parent: 864 + type: Transform +- uid: 18869 + type: WallReinforced + components: + - pos: -29.5,31.5 + parent: 864 + type: Transform +- uid: 18870 + type: WallReinforced + components: + - pos: -29.5,32.5 + parent: 864 + type: Transform +- uid: 18871 + type: WallReinforced + components: + - pos: -35.5,30.5 + parent: 864 + type: Transform +- uid: 18872 + type: WallReinforced + components: + - pos: -35.5,31.5 + parent: 864 + type: Transform +- uid: 18873 + type: WallReinforced + components: + - pos: -35.5,32.5 + parent: 864 + type: Transform +- uid: 18874 + type: WallReinforced + components: + - pos: -34.5,32.5 + parent: 864 + type: Transform +- uid: 18875 + type: ReinforcedWindow + components: + - pos: -33.5,32.5 + parent: 864 + type: Transform +- uid: 18876 + type: ReinforcedWindow + components: + - pos: -32.5,32.5 + parent: 864 + type: Transform +- uid: 18877 + type: ReinforcedWindow + components: + - pos: -31.5,32.5 + parent: 864 + type: Transform +- uid: 18878 + type: WallReinforced + components: + - pos: -30.5,32.5 + parent: 864 + type: Transform +- uid: 18879 + type: WallSolid + components: + - pos: -24.5,14.5 + parent: 864 + type: Transform +- uid: 18880 + type: CableHV + components: + - pos: -21.5,17.5 + parent: 864 + type: Transform +- uid: 18881 + type: CableHV + components: + - pos: -20.5,17.5 + parent: 864 + type: Transform +- uid: 18882 + type: CableHV + components: + - pos: -22.5,16.5 + parent: 864 + type: Transform +- uid: 18883 + type: CableHV + components: + - pos: -23.5,16.5 + parent: 864 + type: Transform +- uid: 18884 + type: CableHV + components: + - pos: -23.5,15.5 + parent: 864 + type: Transform +- uid: 18885 + type: WallSolid + components: + - pos: -27.5,11.5 + parent: 864 + type: Transform +- uid: 18886 + type: WallSolid + components: + - pos: -28.5,11.5 + parent: 864 + type: Transform +- uid: 18887 + type: SubstationBasic + components: + - pos: -23.5,15.5 + parent: 864 + type: Transform +- uid: 18888 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: -21.5,15.5 + parent: 864 + type: Transform +- uid: 18889 + type: CableMV + components: + - pos: -23.5,15.5 + parent: 864 + type: Transform +- uid: 18890 + type: CableMV + components: + - pos: -22.5,15.5 + parent: 864 + type: Transform +- uid: 18891 + type: CableMV + components: + - pos: -21.5,15.5 + parent: 864 + type: Transform +- uid: 18892 + type: CableMV + components: + - pos: -20.5,15.5 + parent: 864 + type: Transform +- uid: 18893 + type: CableMV + components: + - pos: -19.5,15.5 + parent: 864 + type: Transform +- uid: 18894 + type: CableMV + components: + - pos: -19.5,16.5 + parent: 864 + type: Transform +- uid: 18895 + type: CableMV + components: + - pos: -19.5,17.5 + parent: 864 + type: Transform +- uid: 18896 + type: CableMV + components: + - pos: -19.5,18.5 + parent: 864 + type: Transform +- uid: 18897 + type: CableMV + components: + - pos: -19.5,19.5 + parent: 864 + type: Transform +- uid: 18898 + type: CableMV + components: + - pos: -19.5,20.5 + parent: 864 + type: Transform +- uid: 18899 + type: CableMV + components: + - pos: -19.5,21.5 + parent: 864 + type: Transform +- uid: 18900 + type: CableMV + components: + - pos: -20.5,21.5 + parent: 864 + type: Transform +- uid: 18901 + type: CableMV + components: + - pos: -21.5,21.5 + parent: 864 + type: Transform +- uid: 18902 + type: CableMV + components: + - pos: -22.5,21.5 + parent: 864 + type: Transform +- uid: 18903 + type: CableMV + components: + - pos: -23.5,21.5 + parent: 864 + type: Transform +- uid: 18904 + type: CableMV + components: + - pos: -23.5,22.5 + parent: 864 + type: Transform +- uid: 18905 + type: CableMV + components: + - pos: -23.5,23.5 + parent: 864 + type: Transform +- uid: 18906 + type: CableMV + components: + - pos: -23.5,24.5 + parent: 864 + type: Transform +- uid: 18907 + type: CableMV + components: + - pos: -23.5,25.5 + parent: 864 + type: Transform +- uid: 18908 + type: CableMV + components: + - pos: -23.5,26.5 + parent: 864 + type: Transform +- uid: 18909 + type: APCHighCapacity + components: + - pos: -23.5,26.5 + parent: 864 + type: Transform +- uid: 18910 + type: CableApcExtension + components: + - pos: -18.5,15.5 + parent: 864 + type: Transform +- uid: 18911 + type: CableApcExtension + components: + - pos: -18.5,16.5 + parent: 864 + type: Transform +- uid: 18912 + type: CableApcExtension + components: + - pos: -18.5,17.5 + parent: 864 + type: Transform +- uid: 18913 + type: CableApcExtension + components: + - pos: -18.5,18.5 + parent: 864 + type: Transform +- uid: 18914 + type: CableApcExtension + components: + - pos: -18.5,19.5 + parent: 864 + type: Transform +- uid: 18915 + type: CableApcExtension + components: + - pos: -18.5,20.5 + parent: 864 + type: Transform +- uid: 18916 + type: CableApcExtension + components: + - pos: -18.5,21.5 + parent: 864 + type: Transform +- uid: 18917 + type: CableApcExtension + components: + - pos: -19.5,21.5 + parent: 864 + type: Transform +- uid: 18918 + type: CableApcExtension + components: + - pos: -20.5,21.5 + parent: 864 + type: Transform +- uid: 18919 + type: CableApcExtension + components: + - pos: -21.5,21.5 + parent: 864 + type: Transform +- uid: 18920 + type: CableApcExtension + components: + - pos: -22.5,21.5 + parent: 864 + type: Transform +- uid: 18921 + type: CableApcExtension + components: + - pos: -23.5,21.5 + parent: 864 + type: Transform +- uid: 18922 + type: CableApcExtension + components: + - pos: -23.5,22.5 + parent: 864 + type: Transform +- uid: 18923 + type: CableApcExtension + components: + - pos: -23.5,23.5 + parent: 864 + type: Transform +- uid: 18924 + type: CableApcExtension + components: + - pos: -23.5,24.5 + parent: 864 + type: Transform +- uid: 18925 + type: CableApcExtension + components: + - pos: -23.5,25.5 + parent: 864 + type: Transform +- uid: 18926 + type: CableApcExtension + components: + - pos: -23.5,26.5 + parent: 864 + type: Transform +- uid: 18927 + type: CableHV + components: + - pos: -13.5,3.5 + parent: 864 + type: Transform +- uid: 18928 + type: CableHV + components: + - pos: -13.5,4.5 + parent: 864 + type: Transform +- uid: 18929 + type: CableHV + components: + - pos: -13.5,5.5 + parent: 864 + type: Transform +- uid: 18930 + type: CableHV + components: + - pos: -13.5,6.5 + parent: 864 + type: Transform +- uid: 18931 + type: CableHV + components: + - pos: -13.5,7.5 + parent: 864 + type: Transform +- uid: 18932 + type: CableHV + components: + - pos: -14.5,7.5 + parent: 864 + type: Transform +- uid: 18933 + type: CableHV + components: + - pos: -15.5,7.5 + parent: 864 + type: Transform +- uid: 18934 + type: CableHV + components: + - pos: -16.5,7.5 + parent: 864 + type: Transform +- uid: 18935 + type: CableHV + components: + - pos: -17.5,7.5 + parent: 864 + type: Transform +- uid: 18936 + type: CableHV + components: + - pos: -18.5,7.5 + parent: 864 + type: Transform +- uid: 18937 + type: CableHV + components: + - pos: -19.5,7.5 + parent: 864 + type: Transform +- uid: 18938 + type: CableHV + components: + - pos: -20.5,7.5 + parent: 864 + type: Transform +- uid: 18939 + type: CableHV + components: + - pos: -20.5,8.5 + parent: 864 + type: Transform +- uid: 18940 + type: CableHV + components: + - pos: -20.5,9.5 + parent: 864 + type: Transform +- uid: 18941 + type: CableHV + components: + - pos: -20.5,10.5 + parent: 864 + type: Transform +- uid: 18942 + type: CableHV + components: + - pos: -20.5,11.5 + parent: 864 + type: Transform +- uid: 18943 + type: CableHV + components: + - pos: -20.5,12.5 + parent: 864 + type: Transform +- uid: 18944 + type: CableHV + components: + - pos: -20.5,13.5 + parent: 864 + type: Transform +- uid: 18945 + type: CableHV + components: + - pos: -20.5,14.5 + parent: 864 + type: Transform +- uid: 18946 + type: CableHV + components: + - pos: -20.5,15.5 + parent: 864 + type: Transform +- uid: 18947 + type: CableHV + components: + - pos: -20.5,16.5 + parent: 864 + type: Transform +- uid: 18948 + type: Table + components: + - pos: -32.5,29.5 + parent: 864 + type: Transform +- uid: 18949 + type: Table + components: + - pos: -31.5,29.5 + parent: 864 + type: Transform +- uid: 18950 + type: ChairOfficeDark + components: + - pos: -32.5,30.5 + parent: 864 + type: Transform +- uid: 18951 + type: SpawnPointQuartermaster + components: + - pos: -31.5,30.5 + parent: 864 + type: Transform +- uid: 18952 + type: LockerQuarterMasterFilled + components: + - pos: -34.5,31.5 + parent: 864 + type: Transform +- uid: 18953 + type: SpaceQuartz1 + components: + - pos: -31.635456,29.591772 + parent: 864 + type: Transform +- uid: 18954 + type: ComputerCargoOrders + components: + - rot: 3.141592653589793 rad + pos: -30.5,29.5 + parent: 864 + type: Transform +- uid: 18955 + type: Bed + components: + - pos: -30.5,31.5 + parent: 864 + type: Transform +- uid: 18956 + type: BedsheetQM + components: + - rot: 3.141592653589793 rad + pos: -30.5,31.5 + parent: 864 + type: Transform +- uid: 18957 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -34.5,31.5 + parent: 864 + type: Transform +- uid: 18958 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -34.5,30.5 + parent: 864 + type: Transform +- uid: 18959 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -34.5,29.5 + parent: 864 + type: Transform +- uid: 18960 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -33.5,31.5 + parent: 864 + type: Transform +- uid: 18961 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -33.5,30.5 + parent: 864 + type: Transform +- uid: 18962 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -33.5,29.5 + parent: 864 + type: Transform +- uid: 18963 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -32.5,31.5 + parent: 864 + type: Transform +- uid: 18964 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -32.5,30.5 + parent: 864 + type: Transform +- uid: 18965 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -32.5,29.5 + parent: 864 + type: Transform +- uid: 18966 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -31.5,31.5 + parent: 864 + type: Transform +- uid: 18967 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -31.5,30.5 + parent: 864 + type: Transform +- uid: 18968 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -31.5,29.5 + parent: 864 + type: Transform +- uid: 18969 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -30.5,31.5 + parent: 864 + type: Transform +- uid: 18970 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -30.5,30.5 + parent: 864 + type: Transform +- uid: 18971 + type: CarpetOrange + components: + - rot: 3.141592653589793 rad + pos: -30.5,29.5 + parent: 864 + type: Transform +- uid: 18972 + type: HandLabeler + components: + - rot: 3.141592653589793 rad + pos: -32.198154,29.656374 + parent: 864 + type: Transform +- uid: 18973 + type: Multitool + components: + - rot: 3.141592653589793 rad + pos: -32.729404,29.593874 + parent: 864 + type: Transform +- uid: 18974 + type: Lamp + components: + - rot: 1.5707963267948966 rad + pos: -33.336697,29.910027 + parent: 864 + type: Transform +- uid: 18975 + type: DrinkMugOne + components: + - pos: -31.248182,29.795187 + parent: 864 + type: Transform +- uid: 18976 + type: DogBed + components: + - name: racoon bed + type: MetaData + - pos: -33.5,31.5 + parent: 864 + type: Transform +- uid: 18977 + type: SpawnMobRaccoonMorticia + components: + - pos: -33.5,31.5 + parent: 864 + type: Transform +- uid: 18978 + type: Grille + components: + - pos: -33.5,27.5 + parent: 864 + type: Transform +- uid: 18979 + type: Grille + components: + - pos: -33.5,32.5 + parent: 864 + type: Transform +- uid: 18980 + type: Grille + components: + - pos: -32.5,32.5 + parent: 864 + type: Transform +- uid: 18981 + type: Grille + components: + - pos: -31.5,32.5 + parent: 864 + type: Transform +- uid: 18982 + type: Grille + components: + - pos: -31.5,27.5 + parent: 864 + type: Transform +- uid: 18983 + type: Grille + components: + - pos: -30.5,27.5 + parent: 864 + type: Transform +- uid: 18984 + type: CableApcExtension + components: + - pos: -24.5,21.5 + parent: 864 + type: Transform +- uid: 18985 + type: CableApcExtension + components: + - pos: -25.5,21.5 + parent: 864 + type: Transform +- uid: 18986 + type: CableApcExtension + components: + - pos: -26.5,21.5 + parent: 864 + type: Transform +- uid: 18987 + type: CableApcExtension + components: + - pos: -27.5,21.5 + parent: 864 + type: Transform +- uid: 18988 + type: CableApcExtension + components: + - pos: -28.5,21.5 + parent: 864 + type: Transform +- uid: 18989 + type: CableApcExtension + components: + - pos: -28.5,22.5 + parent: 864 + type: Transform +- uid: 18990 + type: CableApcExtension + components: + - pos: -29.5,22.5 + parent: 864 + type: Transform +- uid: 18991 + type: CableApcExtension + components: + - pos: -30.5,22.5 + parent: 864 + type: Transform +- uid: 18992 + type: CableApcExtension + components: + - pos: -31.5,22.5 + parent: 864 + type: Transform +- uid: 18993 + type: CableApcExtension + components: + - pos: -32.5,22.5 + parent: 864 + type: Transform +- uid: 18994 + type: CableApcExtension + components: + - pos: -32.5,23.5 + parent: 864 + type: Transform +- uid: 18995 + type: CableApcExtension + components: + - pos: -32.5,24.5 + parent: 864 + type: Transform +- uid: 18996 + type: CableApcExtension + components: + - pos: -32.5,25.5 + parent: 864 + type: Transform +- uid: 18997 + type: CableApcExtension + components: + - pos: -32.5,26.5 + parent: 864 + type: Transform +- uid: 18998 + type: CableApcExtension + components: + - pos: -32.5,27.5 + parent: 864 + type: Transform +- uid: 18999 + type: CableApcExtension + components: + - pos: -31.5,27.5 + parent: 864 + type: Transform +- uid: 19000 + type: CableApcExtension + components: + - pos: -30.5,27.5 + parent: 864 + type: Transform +- uid: 19001 + type: CableApcExtension + components: + - pos: -33.5,27.5 + parent: 864 + type: Transform +- uid: 19002 + type: CableApcExtension + components: + - pos: -32.5,28.5 + parent: 864 + type: Transform +- uid: 19003 + type: CableApcExtension + components: + - pos: -32.5,29.5 + parent: 864 + type: Transform +- uid: 19004 + type: CableApcExtension + components: + - pos: -32.5,30.5 + parent: 864 + type: Transform +- uid: 19005 + type: CableApcExtension + components: + - pos: -33.5,30.5 + parent: 864 + type: Transform +- uid: 19006 + type: CableApcExtension + components: + - pos: -33.5,25.5 + parent: 864 + type: Transform +- uid: 19007 + type: CableApcExtension + components: + - pos: -34.5,25.5 + parent: 864 + type: Transform +- uid: 19008 + type: CableApcExtension + components: + - pos: -35.5,25.5 + parent: 864 + type: Transform +- uid: 19009 + type: CableApcExtension + components: + - pos: -36.5,25.5 + parent: 864 + type: Transform +- uid: 19010 + type: CableApcExtension + components: + - pos: -37.5,25.5 + parent: 864 + type: Transform +- uid: 19011 + type: CableApcExtension + components: + - pos: -38.5,25.5 + parent: 864 + type: Transform +- uid: 19012 + type: CableApcExtension + components: + - pos: -38.5,24.5 + parent: 864 + type: Transform +- uid: 19013 + type: CableApcExtension + components: + - pos: -38.5,23.5 + parent: 864 + type: Transform +- uid: 19014 + type: CableApcExtension + components: + - pos: -38.5,22.5 + parent: 864 + type: Transform +- uid: 19015 + type: CableApcExtension + components: + - pos: -39.5,22.5 + parent: 864 + type: Transform +- uid: 19016 + type: CableApcExtension + components: + - pos: -40.5,22.5 + parent: 864 + type: Transform +- uid: 19017 + type: CableApcExtension + components: + - pos: -41.5,22.5 + parent: 864 + type: Transform +- uid: 19018 + type: CableApcExtension + components: + - pos: -42.5,22.5 + parent: 864 + type: Transform +- uid: 19019 + type: CableApcExtension + components: + - pos: -43.5,22.5 + parent: 864 + type: Transform +- uid: 19020 + type: CableApcExtension + components: + - pos: -44.5,22.5 + parent: 864 + type: Transform +- uid: 19021 + type: CableApcExtension + components: + - pos: -45.5,22.5 + parent: 864 + type: Transform +- uid: 19022 + type: CableApcExtension + components: + - pos: -46.5,22.5 + parent: 864 + type: Transform +- uid: 19023 + type: CableApcExtension + components: + - pos: -47.5,22.5 + parent: 864 + type: Transform +- uid: 19024 + type: CableApcExtension + components: + - pos: -48.5,22.5 + parent: 864 + type: Transform +- uid: 19025 + type: CableApcExtension + components: + - pos: -49.5,22.5 + parent: 864 + type: Transform +- uid: 19026 + type: CableApcExtension + components: + - pos: -50.5,22.5 + parent: 864 + type: Transform +- uid: 19027 + type: CableApcExtension + components: + - pos: -32.5,21.5 + parent: 864 + type: Transform +- uid: 19028 + type: CableApcExtension + components: + - pos: -32.5,20.5 + parent: 864 + type: Transform +- uid: 19029 + type: CableApcExtension + components: + - pos: -32.5,19.5 + parent: 864 + type: Transform +- uid: 19030 + type: CableApcExtension + components: + - pos: -32.5,18.5 + parent: 864 + type: Transform +- uid: 19031 + type: CableApcExtension + components: + - pos: -33.5,18.5 + parent: 864 + type: Transform +- uid: 19032 + type: CableApcExtension + components: + - pos: -34.5,18.5 + parent: 864 + type: Transform +- uid: 19033 + type: CableApcExtension + components: + - pos: -35.5,18.5 + parent: 864 + type: Transform +- uid: 19034 + type: CableApcExtension + components: + - pos: -36.5,18.5 + parent: 864 + type: Transform +- uid: 19035 + type: CableApcExtension + components: + - pos: -37.5,18.5 + parent: 864 + type: Transform +- uid: 19036 + type: CableApcExtension + components: + - pos: -38.5,18.5 + parent: 864 + type: Transform +- uid: 19037 + type: CableApcExtension + components: + - pos: -39.5,18.5 + parent: 864 + type: Transform +- uid: 19038 + type: CableApcExtension + components: + - pos: -40.5,18.5 + parent: 864 + type: Transform +- uid: 19039 + type: CableApcExtension + components: + - pos: -41.5,18.5 + parent: 864 + type: Transform +- uid: 19040 + type: CableApcExtension + components: + - pos: -42.5,18.5 + parent: 864 + type: Transform +- uid: 19041 + type: CableApcExtension + components: + - pos: -43.5,18.5 + parent: 864 + type: Transform +- uid: 19042 + type: CableApcExtension + components: + - pos: -44.5,18.5 + parent: 864 + type: Transform +- uid: 19043 + type: CableApcExtension + components: + - pos: -45.5,18.5 + parent: 864 + type: Transform +- uid: 19044 + type: CableApcExtension + components: + - pos: -46.5,18.5 + parent: 864 + type: Transform +- uid: 19045 + type: CableApcExtension + components: + - pos: -47.5,18.5 + parent: 864 + type: Transform +- uid: 19046 + type: CableApcExtension + components: + - pos: -37.5,19.5 + parent: 864 + type: Transform +- uid: 19047 + type: CableApcExtension + components: + - pos: -37.5,20.5 + parent: 864 + type: Transform +- uid: 19048 + type: CableApcExtension + components: + - pos: -37.5,21.5 + parent: 864 + type: Transform +- uid: 19049 + type: CableApcExtension + components: + - pos: -36.5,21.5 + parent: 864 + type: Transform +- uid: 19050 + type: CableApcExtension + components: + - pos: -36.5,22.5 + parent: 864 + type: Transform +- uid: 19051 + type: CableApcExtension + components: + - pos: -47.5,19.5 + parent: 864 + type: Transform +- uid: 19052 + type: CableApcExtension + components: + - pos: -48.5,19.5 + parent: 864 + type: Transform +- uid: 19053 + type: CableApcExtension + components: + - pos: -49.5,19.5 + parent: 864 + type: Transform +- uid: 19054 + type: CableApcExtension + components: + - pos: -50.5,19.5 + parent: 864 + type: Transform +- uid: 19055 + type: CableApcExtension + components: + - pos: -46.5,23.5 + parent: 864 + type: Transform +- uid: 19056 + type: CableApcExtension + components: + - pos: -46.5,24.5 + parent: 864 + type: Transform +- uid: 19057 + type: CableApcExtension + components: + - pos: -46.5,25.5 + parent: 864 + type: Transform +- uid: 19058 + type: CableApcExtension + components: + - pos: -46.5,26.5 + parent: 864 + type: Transform +- uid: 19059 + type: CableApcExtension + components: + - pos: -42.5,23.5 + parent: 864 + type: Transform +- uid: 19060 + type: CableApcExtension + components: + - pos: -43.5,19.5 + parent: 864 + type: Transform +- uid: 19061 + type: CableApcExtension + components: + - pos: -41.5,19.5 + parent: 864 + type: Transform +- uid: 19062 + type: CableApcExtension + components: + - pos: -31.5,25.5 + parent: 864 + type: Transform +- uid: 19063 + type: CableApcExtension + components: + - pos: -30.5,25.5 + parent: 864 + type: Transform +- uid: 19064 + type: CableApcExtension + components: + - pos: -29.5,25.5 + parent: 864 + type: Transform +- uid: 19065 + type: CableApcExtension + components: + - pos: -28.5,25.5 + parent: 864 + type: Transform +- uid: 19066 + type: CableApcExtension + components: + - pos: -27.5,25.5 + parent: 864 + type: Transform +- uid: 19067 + type: CableApcExtension + components: + - pos: -25.5,20.5 + parent: 864 + type: Transform +- uid: 19068 + type: CableApcExtension + components: + - pos: -25.5,19.5 + parent: 864 + type: Transform +- uid: 19069 + type: CableApcExtension + components: + - pos: -25.5,18.5 + parent: 864 + type: Transform +- uid: 19070 + type: CableApcExtension + components: + - pos: -26.5,18.5 + parent: 864 + type: Transform +- uid: 19071 + type: CableApcExtension + components: + - pos: -27.5,18.5 + parent: 864 + type: Transform +- uid: 19072 + type: CableApcExtension + components: + - pos: -29.5,18.5 + parent: 864 + type: Transform +- uid: 19073 + type: CableApcExtension + components: + - pos: -28.5,18.5 + parent: 864 + type: Transform +- uid: 19074 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19075 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -26.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19076 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -27.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19077 + type: GasPipeTJunction + components: + - pos: -28.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19078 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -28.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19079 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -27.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19080 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19081 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19082 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -24.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19083 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19084 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -30.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19085 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -31.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19086 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19087 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -30.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19088 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -31.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19089 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -33.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19090 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -34.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19091 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19092 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -36.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19093 + type: GasPipeStraight + components: + - pos: -32.5,24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19094 + type: GasPipeStraight + components: + - pos: -32.5,25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19095 + type: GasPipeStraight + components: + - pos: -32.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19096 + type: GasPipeStraight + components: + - pos: -32.5,27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19097 + type: GasPipeStraight + components: + - pos: -33.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19098 + type: GasPipeStraight + components: + - pos: -33.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19099 + type: GasPipeStraight + components: + - pos: -33.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19100 + type: GasPipeStraight + components: + - pos: -33.5,24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19101 + type: GasPipeStraight + components: + - pos: -33.5,25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19102 + type: GasPipeStraight + components: + - pos: -33.5,26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19103 + type: GasPipeStraight + components: + - pos: -33.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19104 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -40.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19105 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -41.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19106 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -37.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19107 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -38.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19108 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -39.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19109 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -37.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19110 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -38.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19111 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -39.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19112 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -40.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19113 + type: GasPipeStraight + components: + - pos: -40.5,24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19114 + type: GasPipeStraight + components: + - pos: -40.5,25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19115 + type: GasPipeStraight + components: + - pos: -40.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19116 + type: GasPipeStraight + components: + - pos: -40.5,27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19117 + type: GasPipeStraight + components: + - pos: -41.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19118 + type: GasPipeStraight + components: + - pos: -41.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19119 + type: GasPipeStraight + components: + - pos: -41.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19120 + type: GasPipeStraight + components: + - pos: -41.5,24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19121 + type: GasPipeStraight + components: + - pos: -41.5,25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19122 + type: GasPipeStraight + components: + - pos: -41.5,26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19123 + type: GasPipeStraight + components: + - pos: -41.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19124 + type: GasVentScrubber + components: + - pos: -28.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19125 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -33.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19126 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -42.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19127 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -28.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19128 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -32.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19129 + type: GasVentPump + components: + - pos: -32.5,28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19130 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -41.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19131 + type: GasVentScrubber + components: + - pos: -33.5,28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19132 + type: FirelockGlass + components: + - pos: -21.5,21.5 + parent: 864 + type: Transform +- uid: 19133 + type: WallSolid + components: + - pos: -29.5,26.5 + parent: 864 + type: Transform +- uid: 19134 + type: CableApcExtension + components: + - pos: -18.5,22.5 + parent: 864 + type: Transform +- uid: 19135 + type: CableApcExtension + components: + - pos: -18.5,23.5 + parent: 864 + type: Transform +- uid: 19136 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -24.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19137 + type: Poweredlight + components: + - pos: -22.5,25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19138 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19139 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19140 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,22.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19141 + type: CableApcExtension + components: + - pos: -24.5,18.5 + parent: 864 + type: Transform +- uid: 19142 + type: Poweredlight + components: + - pos: -27.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19143 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -34.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19144 + type: ShuttersNormalOpen + components: + - rot: -1.5707963267948966 rad + pos: 35.5,7.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -171385.58 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 21485 + Close: + - port: Off + uid: 21485 + Toggle: [] + type: SignalReceiver +- uid: 19145 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -29.5,17.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19146 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -30.5,30.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19147 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -39.5,18.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19148 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -17.5,29.5 + parent: 864 + type: Transform +- uid: 19149 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19150 + type: Poweredlight + components: + - pos: -43.5,25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19151 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -17.5,30.5 + parent: 864 + type: Transform +- uid: 19152 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19153 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,26.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19154 + type: CrateEmergencyFire + components: + - pos: -38.5,23.5 + parent: 864 + type: Transform +- uid: 19155 + type: SignSpace + components: + - pos: -49.5,18.5 + parent: 864 + type: Transform +- uid: 19156 + type: PartRodMetal + components: + - pos: -41.010048,25.674524 + parent: 864 + type: Transform +- uid: 19157 + type: SheetSteel + components: + - pos: -41.916298,25.56515 + parent: 864 + type: Transform +- uid: 19158 + type: Crowbar + components: + - pos: -40.455654,18.59746 + parent: 864 + type: Transform +- uid: 19159 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: -41.03378,18.626167 + parent: 864 + type: Transform +- uid: 19160 + type: Wrench + components: + - pos: -41.72128,18.59746 + parent: 864 + type: Transform +- uid: 19161 + type: Shovel + components: + - pos: -42.268154,18.613085 + parent: 864 + type: Transform +- uid: 19162 + type: SheetPlasteel + components: + - pos: -42.505238,25.543186 + parent: 864 + type: Transform +- uid: 19163 + type: CrateEmptySpawner + components: + - pos: -43.5,23.5 + parent: 864 + type: Transform +- uid: 19164 + type: CrateEmptySpawner + components: + - pos: -44.5,22.5 + parent: 864 + type: Transform +- uid: 19165 + type: CrateEmptySpawner + components: + - pos: -40.5,20.5 + parent: 864 + type: Transform +- uid: 19166 + type: CrateEmptySpawner + components: + - pos: -38.5,19.5 + parent: 864 + type: Transform +- uid: 19167 + type: WallSolid + components: + - pos: -28.5,14.5 + parent: 864 + type: Transform +- uid: 19168 + type: WallSolid + components: + - pos: -28.5,13.5 + parent: 864 + type: Transform +- uid: 19169 + type: WallSolid + components: + - pos: -28.5,15.5 + parent: 864 + type: Transform +- uid: 19170 + type: ReinforcedWindow + components: + - pos: -49.5,29.5 + parent: 864 + type: Transform +- uid: 19171 + type: PlasticFlapsAirtightClear + components: + - pos: -49.5,30.5 + parent: 864 + type: Transform +- uid: 19172 + type: PlasticFlapsAirtightClear + components: + - pos: -49.5,34.5 + parent: 864 + type: Transform +- uid: 19173 + type: ReinforcedWindow + components: + - pos: -49.5,35.5 + parent: 864 + type: Transform +- uid: 19174 + type: WallReinforced + components: + - pos: -49.5,32.5 + parent: 864 + type: Transform +- uid: 19175 + type: AirlockExternalGlassLocked + components: + - pos: -49.5,33.5 + parent: 864 + type: Transform +- uid: 19176 + type: AirlockExternalGlassLocked + components: + - pos: -49.5,31.5 + parent: 864 + type: Transform +- uid: 19177 + type: ReinforcedWindow + components: + - pos: -52.5,35.5 + parent: 864 + type: Transform +- uid: 19178 + type: ReinforcedWindow + components: + - pos: -52.5,29.5 + parent: 864 + type: Transform +- uid: 19179 + type: WallReinforced + components: + - pos: -50.5,32.5 + parent: 864 + type: Transform +- uid: 19180 + type: WallReinforced + components: + - pos: -51.5,32.5 + parent: 864 + type: Transform +- uid: 19181 + type: WallReinforced + components: + - pos: -52.5,32.5 + parent: 864 + type: Transform +- uid: 19182 + type: AirlockExternalGlassLocked + components: + - pos: -52.5,33.5 + parent: 864 + type: Transform +- uid: 19183 + type: AirlockExternalGlassLocked + components: + - pos: -52.5,31.5 + parent: 864 + type: Transform +- uid: 19184 + type: BlastDoorExterior1 + components: + - pos: -52.5,34.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -116844.03 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 19207 + Close: + - port: Off + uid: 19207 + Toggle: [] + type: SignalReceiver +- uid: 19185 + type: BlastDoorExterior1 + components: + - pos: -52.5,30.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -116848.26 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 19206 + Close: + - port: Off + uid: 19206 + Toggle: [] + type: SignalReceiver +- uid: 19186 + type: WallReinforced + components: + - pos: -49.5,28.5 + parent: 864 + type: Transform +- uid: 19187 + type: WallReinforced + components: + - pos: -50.5,28.5 + parent: 864 + type: Transform +- uid: 19188 + type: WallReinforced + components: + - pos: -51.5,28.5 + parent: 864 + type: Transform +- uid: 19189 + type: WallReinforced + components: + - pos: -52.5,28.5 + parent: 864 + type: Transform +- uid: 19190 + type: WallReinforced + components: + - pos: -49.5,36.5 + parent: 864 + type: Transform +- uid: 19191 + type: WallReinforced + components: + - pos: -50.5,36.5 + parent: 864 + type: Transform +- uid: 19192 + type: WallReinforced + components: + - pos: -51.5,36.5 + parent: 864 + type: Transform +- uid: 19193 + type: WallReinforced + components: + - pos: -52.5,36.5 + parent: 864 + type: Transform +- uid: 19194 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -51.5,30.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19212 + Forward: + - port: Left + uid: 19212 + Off: + - port: Middle + uid: 19212 + type: SignalReceiver +- uid: 19195 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -52.5,30.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19212 + Forward: + - port: Left + uid: 19212 + Off: + - port: Middle + uid: 19212 + type: SignalReceiver +- uid: 19196 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -50.5,30.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19212 + Forward: + - port: Left + uid: 19212 + Off: + - port: Middle + uid: 19212 + type: SignalReceiver +- uid: 19197 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -49.5,30.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19212 + Forward: + - port: Left + uid: 19212 + Off: + - port: Middle + uid: 19212 + type: SignalReceiver +- uid: 19198 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -48.5,30.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19212 + Forward: + - port: Left + uid: 19212 + Off: + - port: Middle + uid: 19212 + type: SignalReceiver +- uid: 19199 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -52.5,34.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19213 + Forward: + - port: Left + uid: 19213 + Off: + - port: Middle + uid: 19213 + type: SignalReceiver +- uid: 19200 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -51.5,34.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19213 + Forward: + - port: Left + uid: 19213 + Off: + - port: Middle + uid: 19213 + type: SignalReceiver +- uid: 19201 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -50.5,34.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19213 + Forward: + - port: Left + uid: 19213 + Off: + - port: Middle + uid: 19213 + type: SignalReceiver +- uid: 19202 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -49.5,34.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19213 + Forward: + - port: Left + uid: 19213 + Off: + - port: Middle + uid: 19213 + type: SignalReceiver +- uid: 19203 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -48.5,34.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19213 + Forward: + - port: Left + uid: 19213 + Off: + - port: Middle + uid: 19213 + type: SignalReceiver +- uid: 19204 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -53.5,34.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19213 + Forward: + - port: Left + uid: 19213 + Off: + - port: Middle + uid: 19213 + type: SignalReceiver +- uid: 19205 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -53.5,30.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19212 + Forward: + - port: Left + uid: 19212 + Off: + - port: Middle + uid: 19212 + type: SignalReceiver +- uid: 19206 + type: SignalSwitch + components: + - pos: -52.5,29.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 19185 + Off: + - port: Close + uid: 19185 + type: SignalTransmitter +- uid: 19207 + type: SignalSwitch + components: + - pos: -52.5,35.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 19184 + Off: + - port: Close + uid: 19184 + type: SignalTransmitter +- uid: 19208 + type: Multitool + components: + - pos: -34.706165,26.66094 + parent: 864 + type: Transform +- uid: 19209 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -47.5,34.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19213 + Forward: + - port: Left + uid: 19213 + Off: + - port: Middle + uid: 19213 + type: SignalReceiver +- uid: 19210 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -47.5,30.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 19212 + Forward: + - port: Left + uid: 19212 + Off: + - port: Middle + uid: 19212 + type: SignalReceiver +- uid: 19211 + type: SalvageMagnet + components: + - rot: -1.5707963267948966 rad + pos: -46.5,32.5 + parent: 864 + type: Transform +- uid: 19212 + type: TwoWayLever + components: + - pos: -48.5,29.5 + parent: 864 + type: Transform + - nextSignalLeft: True + type: TwoWayLever + - outputs: + Left: + - port: Forward + uid: 19205 + - port: Forward + uid: 19195 + - port: Forward + uid: 19194 + - port: Forward + uid: 19196 + - port: Forward + uid: 19197 + - port: Forward + uid: 19198 + - port: Forward + uid: 19210 + Right: + - port: Reverse + uid: 19205 + - port: Reverse + uid: 19195 + - port: Reverse + uid: 19194 + - port: Reverse + uid: 19196 + - port: Reverse + uid: 19197 + - port: Reverse + uid: 19198 + - port: Reverse + uid: 19210 + Middle: + - port: Off + uid: 19205 + - port: Off + uid: 19195 + - port: Off + uid: 19194 + - port: Off + uid: 19196 + - port: Off + uid: 19197 + - port: Off + uid: 19198 + - port: Off + uid: 19210 + type: SignalTransmitter +- uid: 19213 + type: TwoWayLever + components: + - pos: -48.5,35.5 + parent: 864 + type: Transform + - nextSignalLeft: True + type: TwoWayLever + - outputs: + Left: + - port: Forward + uid: 19204 + - port: Forward + uid: 19199 + - port: Forward + uid: 19200 + - port: Forward + uid: 19201 + - port: Forward + uid: 19202 + - port: Forward + uid: 19203 + - port: Forward + uid: 19209 + Right: + - port: Reverse + uid: 19204 + - port: Reverse + uid: 19199 + - port: Reverse + uid: 19200 + - port: Reverse + uid: 19201 + - port: Reverse + uid: 19202 + - port: Reverse + uid: 19203 + - port: Reverse + uid: 19209 + Middle: + - port: Off + uid: 19204 + - port: Off + uid: 19199 + - port: Off + uid: 19200 + - port: Off + uid: 19201 + - port: Off + uid: 19202 + - port: Off + uid: 19203 + - port: Off + uid: 19209 + type: SignalTransmitter +- uid: 19214 + type: ComputerRadar + components: + - rot: 1.5707963267948966 rad + pos: -48.5,32.5 + parent: 864 + type: Transform +- uid: 19215 + type: ReinforcedWindow + components: + - pos: -52.5,18.5 + parent: 864 + type: Transform +- uid: 19216 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -53.5,24.5 + parent: 864 + type: Transform +- uid: 19217 + type: ReinforcedWindow + components: + - pos: -52.5,24.5 + parent: 864 + type: Transform +- uid: 19218 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -53.5,18.5 + parent: 864 + type: Transform +- uid: 19219 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -52.5,21.5 + parent: 864 + type: Transform +- uid: 19220 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -53.5,21.5 + parent: 864 + type: Transform +- uid: 19221 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -52.5,21.5 + parent: 864 + type: Transform +- uid: 19222 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -53.5,21.5 + parent: 864 + type: Transform +- uid: 19223 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -49.5,29.5 + parent: 864 + type: Transform +- uid: 19224 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -52.5,29.5 + parent: 864 + type: Transform +- uid: 19225 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -52.5,35.5 + parent: 864 + type: Transform +- uid: 19226 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -49.5,35.5 + parent: 864 + type: Transform +- uid: 19227 + type: PlasticFlapsAirtightClear + components: + - pos: -53.5,23.5 + parent: 864 + type: Transform +- uid: 19228 + type: PlasticFlapsAirtightClear + components: + - pos: -53.5,19.5 + parent: 864 + type: Transform +- uid: 19229 + type: BlastDoorExterior1 + components: + - pos: -53.5,23.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -116867.445 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 18705 + Close: + - port: Off + uid: 18705 + Toggle: [] + type: SignalReceiver +- uid: 19230 + type: BlastDoorExterior1 + components: + - pos: -53.5,19.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -116867.445 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 18705 + Close: + - port: Off + uid: 18705 + Toggle: [] + type: SignalReceiver +- uid: 19231 + type: CableApcExtension + components: + - pos: -51.5,22.5 + parent: 864 + type: Transform +- uid: 19232 + type: CableApcExtension + components: + - pos: -52.5,22.5 + parent: 864 + type: Transform +- uid: 19233 + type: CableApcExtension + components: + - pos: -52.5,21.5 + parent: 864 + type: Transform +- uid: 19234 + type: Grille + components: + - pos: -52.5,24.5 + parent: 864 + type: Transform +- uid: 19235 + type: Grille + components: + - pos: -52.5,18.5 + parent: 864 + type: Transform +- uid: 19236 + type: WallReinforced + components: + - pos: -49.5,37.5 + parent: 864 + type: Transform +- uid: 19237 + type: WallReinforced + components: + - pos: -48.5,37.5 + parent: 864 + type: Transform +- uid: 19238 + type: WallReinforced + components: + - pos: -47.5,37.5 + parent: 864 + type: Transform +- uid: 19239 + type: WallReinforced + components: + - pos: -46.5,37.5 + parent: 864 + type: Transform +- uid: 19240 + type: AirlockMaintSalvageLocked + components: + - pos: -45.5,37.5 + parent: 864 + type: Transform +- uid: 19241 + type: WallReinforced + components: + - pos: -44.5,37.5 + parent: 864 + type: Transform +- uid: 19242 + type: WallReinforced + components: + - pos: -44.5,36.5 + parent: 864 + type: Transform +- uid: 19243 + type: WallReinforced + components: + - pos: -43.5,36.5 + parent: 864 + type: Transform +- uid: 19244 + type: WallReinforced + components: + - pos: -42.5,36.5 + parent: 864 + type: Transform +- uid: 19245 + type: WallReinforced + components: + - pos: -41.5,36.5 + parent: 864 + type: Transform +- uid: 19246 + type: WallReinforced + components: + - pos: -40.5,36.5 + parent: 864 + type: Transform +- uid: 19247 + type: WallReinforced + components: + - pos: -39.5,36.5 + parent: 864 + type: Transform +- uid: 19248 + type: WallReinforced + components: + - pos: -39.5,35.5 + parent: 864 + type: Transform +- uid: 19249 + type: WallReinforced + components: + - pos: -39.5,34.5 + parent: 864 + type: Transform +- uid: 19250 + type: WallReinforced + components: + - pos: -38.5,34.5 + parent: 864 + type: Transform +- uid: 19251 + type: WallSolid + components: + - pos: -25.5,38.5 + parent: 864 + type: Transform +- uid: 19252 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -31.5,35.5 + parent: 864 + type: Transform +- uid: 19253 + type: WallReinforced + components: + - pos: -35.5,34.5 + parent: 864 + type: Transform +- uid: 19254 + type: WallReinforced + components: + - pos: -35.5,33.5 + parent: 864 + type: Transform +- uid: 19255 + type: WallReinforced + components: + - pos: -39.5,33.5 + parent: 864 + type: Transform +- uid: 19256 + type: WallReinforced + components: + - pos: -39.5,32.5 + parent: 864 + type: Transform +- uid: 19257 + type: ReinforcedWindow + components: + - pos: -39.5,31.5 + parent: 864 + type: Transform +- uid: 19258 + type: WallReinforced + components: + - pos: -39.5,30.5 + parent: 864 + type: Transform +- uid: 19259 + type: WallReinforced + components: + - pos: -39.5,28.5 + parent: 864 + type: Transform +- uid: 19260 + type: WallReinforced + components: + - pos: -39.5,27.5 + parent: 864 + type: Transform +- uid: 19261 + type: VendingMachineTankDispenserEVA + components: + - pos: -48.5,36.5 + parent: 864 + type: Transform +- uid: 19262 + type: SpawnPointCargoTechnician + components: + - pos: -31.5,24.5 + parent: 864 + type: Transform +- uid: 19263 + type: SpawnPointCargoTechnician + components: + - pos: -33.5,22.5 + parent: 864 + type: Transform +- uid: 19264 + type: SpawnPointCargoTechnician + components: + - pos: -31.5,19.5 + parent: 864 + type: Transform +- uid: 19265 + type: Table + components: + - pos: -42.5,35.5 + parent: 864 + type: Transform +- uid: 19266 + type: Table + components: + - pos: -41.5,35.5 + parent: 864 + type: Transform +- uid: 19267 + type: Table + components: + - pos: -40.5,35.5 + parent: 864 + type: Transform +- uid: 19268 + type: Table + components: + - pos: -40.5,34.5 + parent: 864 + type: Transform +- uid: 19269 + type: Table + components: + - pos: -40.5,33.5 + parent: 864 + type: Transform +- uid: 19270 + type: Table + components: + - pos: -40.5,32.5 + parent: 864 + type: Transform +- uid: 19271 + type: ClothingMaskGasExplorer + components: + - pos: -43.401073,35.593018 + parent: 864 + type: Transform +- uid: 19272 + type: ClothingMaskGasExplorer + components: + - pos: -43.026073,35.546143 + parent: 864 + type: Transform +- uid: 19273 + type: Shovel + components: + - pos: -40.5417,35.280518 + parent: 864 + type: Transform +- uid: 19274 + type: Shovel + components: + - pos: -40.51045,34.905518 + parent: 864 + type: Transform +- uid: 19275 + type: OreBag + components: + - pos: -41.057323,35.546143 + parent: 864 + type: Transform +- uid: 19276 + type: FireExtinguisher + components: + - pos: -40.44795,34.218018 + parent: 864 + type: Transform +- uid: 19277 + type: FireExtinguisher + components: + - pos: -40.7292,33.999268 + parent: 864 + type: Transform +- uid: 19278 + type: ClothingShoesBootsMag + components: + - pos: -41.919106,35.62894 + parent: 864 + type: Transform +- uid: 19279 + type: PartRodMetal + components: + - pos: -40.541622,33.38082 + parent: 864 + type: Transform +- uid: 19280 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: -40.389053,32.87297 + parent: 864 + type: Transform +- uid: 19281 + type: ClosetEmergencyFilledRandom + components: + - pos: -46.5,36.5 + parent: 864 + type: Transform +- uid: 19282 + type: Firelock + components: + - pos: 58.5,27.5 + parent: 864 + type: Transform +- uid: 19283 + type: LockerSalvageSpecialistFilled + components: + - pos: -36.5,32.5 + parent: 864 + type: Transform +- uid: 19284 + type: LockerSalvageSpecialistFilled + components: + - pos: -36.5,30.5 + parent: 864 + type: Transform +- uid: 19285 + type: LockerSalvageSpecialistFilled + components: + - pos: -36.5,28.5 + parent: 864 + type: Transform +- uid: 19286 + type: VendingMachineSalvage + components: + - pos: -38.5,33.5 + parent: 864 + type: Transform +- uid: 19287 + type: WardrobeSalvage + components: + - pos: -36.5,31.5 + parent: 864 + type: Transform +- uid: 19288 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -32.5,35.5 + parent: 864 + type: Transform +- uid: 19289 + type: WardrobeSalvageFilled + components: + - pos: -36.5,29.5 + parent: 864 + type: Transform +- uid: 19290 + type: Table + components: + - pos: -38.5,28.5 + parent: 864 + type: Transform +- uid: 19291 + type: Table + components: + - pos: -38.5,27.5 + parent: 864 + type: Transform +- uid: 19292 + type: Table + components: + - pos: -37.5,27.5 + parent: 864 + type: Transform +- uid: 19293 + type: Table + components: + - pos: -36.5,27.5 + parent: 864 + type: Transform +- uid: 19294 + type: WeaponProtoKineticAccelerator + components: + - pos: -36.73277,27.512495 + parent: 864 + type: Transform + - count: 1 + type: BasicEntityAmmoProvider +- uid: 19295 + type: Pickaxe + components: + - pos: -38.26402,27.606245 + parent: 864 + type: Transform +- uid: 19296 + type: Pickaxe + components: + - pos: -38.54527,27.71562 + parent: 864 + type: Transform +- uid: 19297 + type: Pickaxe + components: + - pos: -38.07652,27.52812 + parent: 864 + type: Transform +- uid: 19298 + type: ComputerCargoOrders + components: + - pos: -44.5,35.5 + parent: 864 + type: Transform +- uid: 19299 + type: GasPipeBend + components: + - pos: -41.5,31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19300 + type: GasPipeBend + components: + - pos: -40.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19301 + type: GasPipeStraight + components: + - pos: -40.5,32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19302 + type: GasPipeStraight + components: + - pos: -40.5,31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19303 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -40.5,30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19304 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -41.5,29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19305 + type: GasPipeStraight + components: + - pos: -41.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19306 + type: GasPipeStraight + components: + - pos: -40.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19307 + type: GasPipeStraight + components: + - pos: -40.5,28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19308 + type: GasPipeStraight + components: + - pos: -41.5,28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19309 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -40.5,29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19310 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -39.5,29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19311 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -38.5,29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19312 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -39.5,30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19313 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -38.5,30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19314 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -41.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19315 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -44.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19316 + type: GasPipeTJunction + components: + - pos: -49.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19317 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -42.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19318 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -43.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19319 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -42.5,31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19320 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -43.5,31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19321 + type: GasPipeStraight + components: + - pos: -49.5,32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19322 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -49.5,31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19323 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19324 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19325 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19326 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -45.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19327 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -50.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19328 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -50.5,31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19329 + type: GasVentPump + components: + - pos: -44.5,34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19330 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -37.5,30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19331 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -44.5,31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19332 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -37.5,29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19333 + type: VendingMachineSovietSoda + components: + - pos: -40.5,27.5 + parent: 864 + type: Transform +- uid: 19334 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -23.5,23.5 + parent: 864 + type: Transform +- uid: 19335 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -24.5,23.5 + parent: 864 + type: Transform +- uid: 19336 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -25.5,23.5 + parent: 864 + type: Transform +- uid: 19337 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -26.5,23.5 + parent: 864 + type: Transform +- uid: 19338 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -27.5,23.5 + parent: 864 + type: Transform +- uid: 19339 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -28.5,23.5 + parent: 864 + type: Transform +- uid: 19340 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -29.5,23.5 + parent: 864 + type: Transform +- uid: 19341 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -30.5,23.5 + parent: 864 + type: Transform +- uid: 19342 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -31.5,23.5 + parent: 864 + type: Transform +- uid: 19343 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -32.5,23.5 + parent: 864 + type: Transform +- uid: 19344 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -33.5,23.5 + parent: 864 + type: Transform +- uid: 19345 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -34.5,23.5 + parent: 864 + type: Transform +- uid: 19346 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -35.5,23.5 + parent: 864 + type: Transform +- uid: 19347 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -36.5,23.5 + parent: 864 + type: Transform +- uid: 19348 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -37.5,23.5 + parent: 864 + type: Transform +- uid: 19349 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -38.5,23.5 + parent: 864 + type: Transform +- uid: 19350 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: -39.5,23.5 + parent: 864 + type: Transform +- uid: 19351 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -40.5,23.5 + parent: 864 + type: Transform +- uid: 19352 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -41.5,23.5 + parent: 864 + type: Transform +- uid: 19353 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -42.5,23.5 + parent: 864 + type: Transform +- uid: 19354 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -42.5,24.5 + parent: 864 + type: Transform +- uid: 19355 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -42.5,25.5 + parent: 864 + type: Transform +- uid: 19356 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -42.5,26.5 + parent: 864 + type: Transform +- uid: 19357 + type: DisposalTrunk + components: + - pos: -42.5,27.5 + parent: 864 + type: Transform +- uid: 19358 + type: DisposalUnit + components: + - pos: -42.5,27.5 + parent: 864 + type: Transform +- uid: 19359 + type: AirlockSalvageGlassLocked + components: + - name: salvage + type: MetaData + - pos: -39.5,29.5 + parent: 864 + type: Transform +- uid: 19360 + type: Grille + components: + - pos: -39.5,31.5 + parent: 864 + type: Transform +- uid: 19361 + type: PlushieCarp + components: + - pos: -38.3623,28.544445 + parent: 864 + type: Transform +- uid: 19362 + type: CableApcExtension + components: + - pos: -52.5,-27.5 + parent: 864 + type: Transform +- uid: 19363 + type: CableHV + components: + - pos: -71.5,-20.5 + parent: 864 + type: Transform +- uid: 19364 + type: CableHV + components: + - pos: -72.5,-20.5 + parent: 864 + type: Transform +- uid: 19365 + type: CableHV + components: + - pos: -73.5,-20.5 + parent: 864 + type: Transform +- uid: 19366 + type: CableHV + components: + - pos: -73.5,-19.5 + parent: 864 + type: Transform +- uid: 19367 + type: CableHV + components: + - pos: -73.5,-18.5 + parent: 864 + type: Transform +- uid: 19368 + type: CableHV + components: + - pos: -73.5,-17.5 + parent: 864 + type: Transform +- uid: 19369 + type: CableHV + components: + - pos: -73.5,-16.5 + parent: 864 + type: Transform +- uid: 19370 + type: CableHV + components: + - pos: -73.5,-15.5 + parent: 864 + type: Transform +- uid: 19371 + type: CableHV + components: + - pos: -73.5,-14.5 + parent: 864 + type: Transform +- uid: 19372 + type: CableHV + components: + - pos: -73.5,-13.5 + parent: 864 + type: Transform +- uid: 19373 + type: CableHV + components: + - pos: -73.5,-12.5 + parent: 864 + type: Transform +- uid: 19374 + type: CableHV + components: + - pos: -73.5,-11.5 + parent: 864 + type: Transform +- uid: 19375 + type: CableHV + components: + - pos: -73.5,-10.5 + parent: 864 + type: Transform +- uid: 19376 + type: CableHV + components: + - pos: -73.5,-9.5 + parent: 864 + type: Transform +- uid: 19377 + type: CableHV + components: + - pos: -73.5,-8.5 + parent: 864 + type: Transform +- uid: 19378 + type: CableHV + components: + - pos: -73.5,-7.5 + parent: 864 + type: Transform +- uid: 19379 + type: CableHV + components: + - pos: -73.5,-6.5 + parent: 864 + type: Transform +- uid: 19380 + type: CableHV + components: + - pos: -72.5,-6.5 + parent: 864 + type: Transform +- uid: 19381 + type: CableHV + components: + - pos: -71.5,-6.5 + parent: 864 + type: Transform +- uid: 19382 + type: CableHV + components: + - pos: -70.5,-6.5 + parent: 864 + type: Transform +- uid: 19383 + type: CableHV + components: + - pos: -69.5,-6.5 + parent: 864 + type: Transform +- uid: 19384 + type: CableHV + components: + - pos: -68.5,-6.5 + parent: 864 + type: Transform +- uid: 19385 + type: CableHV + components: + - pos: -67.5,-6.5 + parent: 864 + type: Transform +- uid: 19386 + type: CableHV + components: + - pos: -66.5,-6.5 + parent: 864 + type: Transform +- uid: 19387 + type: CableHV + components: + - pos: -65.5,-6.5 + parent: 864 + type: Transform +- uid: 19388 + type: CableHV + components: + - pos: -64.5,-6.5 + parent: 864 + type: Transform +- uid: 19389 + type: CableHV + components: + - pos: -63.5,-6.5 + parent: 864 + type: Transform +- uid: 19390 + type: CableHV + components: + - pos: -62.5,-6.5 + parent: 864 + type: Transform +- uid: 19391 + type: CableHV + components: + - pos: -61.5,-6.5 + parent: 864 + type: Transform +- uid: 19392 + type: CableHV + components: + - pos: -60.5,-6.5 + parent: 864 + type: Transform +- uid: 19393 + type: CableHV + components: + - pos: -59.5,-6.5 + parent: 864 + type: Transform +- uid: 19394 + type: CableHV + components: + - pos: -59.5,-7.5 + parent: 864 + type: Transform +- uid: 19395 + type: CableHV + components: + - pos: -59.5,-8.5 + parent: 864 + type: Transform +- uid: 19396 + type: CableHV + components: + - pos: -59.5,-9.5 + parent: 864 + type: Transform +- uid: 19397 + type: CableHV + components: + - pos: -59.5,-10.5 + parent: 864 + type: Transform +- uid: 19398 + type: CableHV + components: + - pos: -59.5,-11.5 + parent: 864 + type: Transform +- uid: 19399 + type: CableHV + components: + - pos: -59.5,-12.5 + parent: 864 + type: Transform +- uid: 19400 + type: CableHV + components: + - pos: -59.5,-13.5 + parent: 864 + type: Transform +- uid: 19401 + type: CableHV + components: + - pos: -59.5,-14.5 + parent: 864 + type: Transform +- uid: 19402 + type: CableHV + components: + - pos: -59.5,-15.5 + parent: 864 + type: Transform +- uid: 19403 + type: CableHV + components: + - pos: -59.5,-16.5 + parent: 864 + type: Transform +- uid: 19404 + type: CableHV + components: + - pos: -59.5,-17.5 + parent: 864 + type: Transform +- uid: 19405 + type: CableHV + components: + - pos: -59.5,-18.5 + parent: 864 + type: Transform +- uid: 19406 + type: CableHV + components: + - pos: -59.5,-19.5 + parent: 864 + type: Transform +- uid: 19407 + type: CableHV + components: + - pos: -59.5,-20.5 + parent: 864 + type: Transform +- uid: 19408 + type: CableHV + components: + - pos: -60.5,-20.5 + parent: 864 + type: Transform +- uid: 19409 + type: CableHV + components: + - pos: -61.5,-20.5 + parent: 864 + type: Transform +- uid: 19410 + type: CableHV + components: + - pos: -62.5,-20.5 + parent: 864 + type: Transform +- uid: 19411 + type: CableHV + components: + - pos: -63.5,-20.5 + parent: 864 + type: Transform +- uid: 19412 + type: CableHV + components: + - pos: -64.5,-20.5 + parent: 864 + type: Transform +- uid: 19413 + type: CableHV + components: + - pos: -65.5,-20.5 + parent: 864 + type: Transform +- uid: 19414 + type: CableHV + components: + - pos: -66.5,-20.5 + parent: 864 + type: Transform +- uid: 19415 + type: CableHV + components: + - pos: -67.5,-20.5 + parent: 864 + type: Transform +- uid: 19416 + type: CableHV + components: + - pos: -68.5,-20.5 + parent: 864 + type: Transform +- uid: 19417 + type: CableHV + components: + - pos: -69.5,-20.5 + parent: 864 + type: Transform +- uid: 19418 + type: CableHV + components: + - pos: -70.5,-20.5 + parent: 864 + type: Transform +- uid: 19419 + type: CableApcExtension + components: + - pos: -46.5,27.5 + parent: 864 + type: Transform +- uid: 19420 + type: CableApcExtension + components: + - pos: -46.5,28.5 + parent: 864 + type: Transform +- uid: 19421 + type: CableApcExtension + components: + - pos: -46.5,29.5 + parent: 864 + type: Transform +- uid: 19422 + type: CableApcExtension + components: + - pos: -46.5,30.5 + parent: 864 + type: Transform +- uid: 19423 + type: CableApcExtension + components: + - pos: -46.5,31.5 + parent: 864 + type: Transform +- uid: 19424 + type: CableApcExtension + components: + - pos: -46.5,32.5 + parent: 864 + type: Transform +- uid: 19425 + type: CableApcExtension + components: + - pos: -46.5,33.5 + parent: 864 + type: Transform +- uid: 19426 + type: CableApcExtension + components: + - pos: -47.5,33.5 + parent: 864 + type: Transform +- uid: 19427 + type: CableApcExtension + components: + - pos: -48.5,33.5 + parent: 864 + type: Transform +- uid: 19428 + type: CableApcExtension + components: + - pos: -49.5,33.5 + parent: 864 + type: Transform +- uid: 19429 + type: CableApcExtension + components: + - pos: -50.5,33.5 + parent: 864 + type: Transform +- uid: 19430 + type: CableApcExtension + components: + - pos: -51.5,33.5 + parent: 864 + type: Transform +- uid: 19431 + type: CableApcExtension + components: + - pos: -47.5,31.5 + parent: 864 + type: Transform +- uid: 19432 + type: CableApcExtension + components: + - pos: -48.5,31.5 + parent: 864 + type: Transform +- uid: 19433 + type: CableApcExtension + components: + - pos: -49.5,31.5 + parent: 864 + type: Transform +- uid: 19434 + type: CableApcExtension + components: + - pos: -50.5,31.5 + parent: 864 + type: Transform +- uid: 19435 + type: CableApcExtension + components: + - pos: -51.5,31.5 + parent: 864 + type: Transform +- uid: 19436 + type: CableApcExtension + components: + - pos: -45.5,30.5 + parent: 864 + type: Transform +- uid: 19437 + type: CableApcExtension + components: + - pos: -44.5,30.5 + parent: 864 + type: Transform +- uid: 19438 + type: CableApcExtension + components: + - pos: -43.5,30.5 + parent: 864 + type: Transform +- uid: 19439 + type: CableApcExtension + components: + - pos: -42.5,30.5 + parent: 864 + type: Transform +- uid: 19440 + type: CableApcExtension + components: + - pos: -41.5,30.5 + parent: 864 + type: Transform +- uid: 19441 + type: CableApcExtension + components: + - pos: -40.5,30.5 + parent: 864 + type: Transform +- uid: 19442 + type: CableApcExtension + components: + - pos: -40.5,31.5 + parent: 864 + type: Transform +- uid: 19443 + type: CableApcExtension + components: + - pos: -39.5,31.5 + parent: 864 + type: Transform +- uid: 19444 + type: CableApcExtension + components: + - pos: -38.5,31.5 + parent: 864 + type: Transform +- uid: 19445 + type: CableApcExtension + components: + - pos: -37.5,31.5 + parent: 864 + type: Transform +- uid: 19446 + type: CableApcExtension + components: + - pos: -36.5,31.5 + parent: 864 + type: Transform +- uid: 19447 + type: CableApcExtension + components: + - pos: -37.5,30.5 + parent: 864 + type: Transform +- uid: 19448 + type: CableApcExtension + components: + - pos: -37.5,29.5 + parent: 864 + type: Transform +- uid: 19449 + type: CableApcExtension + components: + - pos: -44.5,31.5 + parent: 864 + type: Transform +- uid: 19450 + type: CableApcExtension + components: + - pos: -44.5,32.5 + parent: 864 + type: Transform +- uid: 19451 + type: CableApcExtension + components: + - pos: -44.5,33.5 + parent: 864 + type: Transform +- uid: 19452 + type: CableApcExtension + components: + - pos: -44.5,34.5 + parent: 864 + type: Transform +- uid: 19453 + type: CableApcExtension + components: + - pos: -42.5,29.5 + parent: 864 + type: Transform +- uid: 19454 + type: CableApcExtension + components: + - pos: -42.5,28.5 + parent: 864 + type: Transform +- uid: 19455 + type: CableApcExtension + components: + - pos: -43.5,33.5 + parent: 864 + type: Transform +- uid: 19456 + type: CableApcExtension + components: + - pos: -44.5,35.5 + parent: 864 + type: Transform +- uid: 19457 + type: CableApcExtension + components: + - pos: -45.5,35.5 + parent: 864 + type: Transform +- uid: 19458 + type: CableApcExtension + components: + - pos: -46.5,35.5 + parent: 864 + type: Transform +- uid: 19459 + type: CableApcExtension + components: + - pos: -47.5,35.5 + parent: 864 + type: Transform +- uid: 19460 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -36.5,34.5 + parent: 864 + type: Transform +- uid: 19461 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,30.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19462 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -47.5,28.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19463 + type: Poweredlight + components: + - pos: -47.5,36.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19464 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19465 + type: Poweredlight + components: + - pos: -51.5,35.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19466 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -51.5,29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19467 + type: Poweredlight + components: + - pos: -50.5,23.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19468 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -51.5,19.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19469 + type: SpawnPointSalvageSpecialist + components: + - pos: -37.5,32.5 + parent: 864 + type: Transform +- uid: 19470 + type: SpawnPointSalvageSpecialist + components: + - pos: -37.5,30.5 + parent: 864 + type: Transform +- uid: 19471 + type: SpawnPointSalvageSpecialist + components: + - pos: -37.5,28.5 + parent: 864 + type: Transform +- uid: 19472 + type: OxygenCanister + components: + - pos: -48.5,28.5 + parent: 864 + type: Transform +- uid: 19473 + type: SignMinerDock + components: + - pos: -44.5,27.5 + parent: 864 + type: Transform +- uid: 19474 + type: ClothingBeltUtilityFilled + components: + - pos: -34.485676,23.707855 + parent: 864 + type: Transform +- uid: 19475 + type: WallSolid + components: + - pos: -30.5,-1.5 + parent: 864 + type: Transform +- uid: 19476 + type: WallSolid + components: + - pos: -31.5,-1.5 + parent: 864 + type: Transform +- uid: 19477 + type: WallSolid + components: + - pos: -32.5,-1.5 + parent: 864 + type: Transform +- uid: 19478 + type: WallSolid + components: + - pos: -32.5,-2.5 + parent: 864 + type: Transform +- uid: 19479 + type: WallSolid + components: + - pos: -29.5,2.5 + parent: 864 + type: Transform +- uid: 19480 + type: WallSolid + components: + - pos: -30.5,2.5 + parent: 864 + type: Transform +- uid: 19481 + type: WallSolid + components: + - pos: -31.5,2.5 + parent: 864 + type: Transform +- uid: 19482 + type: WallSolid + components: + - pos: -32.5,2.5 + parent: 864 + type: Transform +- uid: 19483 + type: WallSolid + components: + - pos: -33.5,2.5 + parent: 864 + type: Transform +- uid: 19484 + type: ReinforcedWindow + components: + - pos: -39.5,2.5 + parent: 864 + type: Transform +- uid: 19485 + type: WallSolid + components: + - pos: -34.5,-1.5 + parent: 864 + type: Transform +- uid: 19486 + type: FirelockGlass + components: + - pos: -20.5,14.5 + parent: 864 + type: Transform +- uid: 19487 + type: FirelockGlass + components: + - pos: -19.5,14.5 + parent: 864 + type: Transform +- uid: 19488 + type: FirelockGlass + components: + - pos: -18.5,14.5 + parent: 864 + type: Transform +- uid: 19489 + type: Table + components: + - rot: 3.141592653589793 rad + pos: -22.5,11.5 + parent: 864 + type: Transform +- uid: 19490 + type: SurveillanceWirelessCameraAnchoredConstructed + components: + - rot: 3.141592653589793 rad + pos: -26.5,13.5 + parent: 864 + type: Transform + - nameSet: True + id: news camera 2 + type: SurveillanceCamera +- uid: 19491 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -27.5,14.5 + parent: 864 + type: Transform +- uid: 19492 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -26.5,14.5 + parent: 864 + type: Transform +- uid: 19493 + type: ChairOfficeLight + components: + - pos: -26.5,15.5 + parent: 864 + type: Transform +- uid: 19494 + type: AirlockServiceLocked + components: + - name: reporter's office + type: MetaData + - pos: -24.5,9.5 + parent: 864 + type: Transform +- uid: 19495 + type: DrinkHotCoffee + components: + - pos: -26.93719,14.6217785 + parent: 864 + type: Transform +- uid: 19496 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -26.49969,14.6061535 + parent: 864 + type: Transform +- uid: 19497 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -26.49969,14.6061535 + parent: 864 + type: Transform +- uid: 19498 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -26.49969,14.6061535 + parent: 864 + type: Transform +- uid: 19499 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -26.49969,14.6061535 + parent: 864 + type: Transform +- uid: 19500 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -26.49969,14.6061535 + parent: 864 + type: Transform +- uid: 19501 + type: Paper + components: + - rot: 3.141592653589793 rad + pos: -26.49969,14.6061535 + parent: 864 + type: Transform +- uid: 19502 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -25.5,16.5 + parent: 864 + type: Transform +- uid: 19503 + type: PaintingTheSonOfMan + components: + - pos: -25.5,16.5 + parent: 864 + type: Transform +- uid: 19504 + type: SurveillanceCameraWirelessRouterEntertainment + components: + - pos: -27.5,12.5 + parent: 864 + type: Transform +- uid: 19505 + type: Table + components: + - rot: 3.141592653589793 rad + pos: -23.5,11.5 + parent: 864 + type: Transform +- uid: 19506 + type: Table + components: + - rot: 3.141592653589793 rad + pos: -24.5,11.5 + parent: 864 + type: Transform +- uid: 19507 + type: ChairOfficeLight + components: + - pos: -23.5,12.5 + parent: 864 + type: Transform +- uid: 19508 + type: SurveillanceWirelessCameraMovableEntertainment + components: + - pos: -24.5,13.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraEntertainment + nameSet: True + id: news camera + type: SurveillanceCamera +- uid: 19509 + type: ComputerSurveillanceCameraMonitor + components: + - rot: -1.5707963267948966 rad + pos: -22.5,12.5 + parent: 864 + type: Transform +- uid: 19510 + type: filingCabinetDrawer + components: + - pos: -22.5,13.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 19511 + type: filingCabinet + components: + - pos: -23.5,13.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 19512 + type: BoxFolderGrey + components: + - rot: 3.141592653589793 rad + pos: -23.516235,11.607702 + parent: 864 + type: Transform +- uid: 19513 + type: BoxFolderYellow + components: + - rot: 3.141592653589793 rad + pos: -23.71936,11.498327 + parent: 864 + type: Transform +- uid: 19514 + type: ClothingHeadHatFedoraGrey + components: + - pos: -22.922485,11.607702 + parent: 864 + type: Transform +- uid: 19515 + type: Lamp + components: + - pos: -24.34436,11.920202 + parent: 864 + type: Transform +- uid: 19516 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -13.5,9.5 + parent: 864 + type: Transform +- uid: 19517 + type: WallSolid + components: + - pos: -22.5,16.5 + parent: 864 + type: Transform +- uid: 19518 + type: CableApcExtension + components: + - pos: -23.5,17.5 + parent: 864 + type: Transform +- uid: 19519 + type: PineappleSeeds + components: + - pos: -10.438329,11.320977 + parent: 864 + type: Transform +- uid: 19520 + type: ClothingBeltUtility + components: + - pos: -34.379585,-20.389349 + parent: 864 + type: Transform +- uid: 19521 + type: ClothingBeltUtility + components: + - pos: -46.524574,-30.537275 + parent: 864 + type: Transform +- uid: 19522 + type: WallSolid + components: + - pos: -16.5,22.5 + parent: 864 + type: Transform +- uid: 19523 + type: WallSolid + components: + - pos: -15.5,22.5 + parent: 864 + type: Transform +- uid: 19524 + type: WallSolid + components: + - pos: -14.5,22.5 + parent: 864 + type: Transform +- uid: 19525 + type: WallSolid + components: + - pos: -14.5,23.5 + parent: 864 + type: Transform +- uid: 19526 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: -14.5,27.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Left + uid: 18802 + Forward: + - port: Right + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 19527 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -11.5,28.5 + parent: 864 + type: Transform +- uid: 19528 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -8.5,28.5 + parent: 864 + type: Transform +- uid: 19529 + type: WallReinforced + components: + - pos: 49.5,43.5 + parent: 864 + type: Transform +- uid: 19530 + type: WallReinforced + components: + - pos: 49.5,48.5 + parent: 864 + type: Transform +- uid: 19531 + type: WallReinforced + components: + - pos: 59.5,49.5 + parent: 864 + type: Transform +- uid: 19532 + type: WallReinforced + components: + - pos: 49.5,49.5 + parent: 864 + type: Transform +- uid: 19533 + type: Catwalk + components: + - pos: -6.5,18.5 + parent: 864 + type: Transform +- uid: 19534 + type: Catwalk + components: + - pos: -7.5,18.5 + parent: 864 + type: Transform +- uid: 19535 + type: Catwalk + components: + - pos: -8.5,18.5 + parent: 864 + type: Transform +- uid: 19536 + type: Catwalk + components: + - pos: -9.5,18.5 + parent: 864 + type: Transform +- uid: 19537 + type: Catwalk + components: + - pos: -10.5,18.5 + parent: 864 + type: Transform +- uid: 19538 + type: Catwalk + components: + - pos: -11.5,18.5 + parent: 864 + type: Transform +- uid: 19539 + type: TableReinforced + components: + - pos: -14.5,12.5 + parent: 864 + type: Transform +- uid: 19540 + type: TableReinforced + components: + - pos: -13.5,12.5 + parent: 864 + type: Transform +- uid: 19541 + type: Catwalk + components: + - pos: -11.5,15.5 + parent: 864 + type: Transform +- uid: 19542 + type: Firelock + components: + - pos: -14.5,14.5 + parent: 864 + type: Transform +- uid: 19543 + type: AirlockMaintGlass + components: + - pos: -11.5,13.5 + parent: 864 + type: Transform +- uid: 19544 + type: Catwalk + components: + - pos: -6.5,14.5 + parent: 864 + type: Transform +- uid: 19545 + type: Catwalk + components: + - pos: -5.5,14.5 + parent: 864 + type: Transform +- uid: 19546 + type: Catwalk + components: + - pos: -4.5,14.5 + parent: 864 + type: Transform +- uid: 19547 + type: Catwalk + components: + - pos: -3.5,14.5 + parent: 864 + type: Transform +- uid: 19548 + type: Catwalk + components: + - pos: -2.5,14.5 + parent: 864 + type: Transform +- uid: 19549 + type: Catwalk + components: + - pos: -6.5,13.5 + parent: 864 + type: Transform +- uid: 19550 + type: Catwalk + components: + - pos: -7.5,13.5 + parent: 864 + type: Transform +- uid: 19551 + type: Catwalk + components: + - pos: -12.5,24.5 + parent: 864 + type: Transform +- uid: 19552 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: -12.5,27.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Left + uid: 18802 + Forward: + - port: Right + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 19553 + type: ConveyorBelt + components: + - pos: -10.5,28.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Left + uid: 18802 + Forward: + - port: Right + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 19554 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: -9.5,28.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Left + uid: 18802 + Forward: + - port: Right + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 19555 + type: Rack + components: + - pos: -10.5,16.5 + parent: 864 + type: Transform +- uid: 19556 + type: Rack + components: + - pos: -12.5,17.5 + parent: 864 + type: Transform +- uid: 19557 + type: ClosetMaintenanceFilledRandom + components: + - pos: -3.5,19.5 + parent: 864 + type: Transform +- uid: 19558 + type: Table + components: + - pos: -4.5,19.5 + parent: 864 + type: Transform +- uid: 19559 + type: Table + components: + - pos: -5.5,19.5 + parent: 864 + type: Transform +- uid: 19560 + type: WallReinforced + components: + - pos: 59.5,44.5 + parent: 864 + type: Transform +- uid: 19561 + type: Table + components: + - pos: -16.5,21.5 + parent: 864 + type: Transform +- uid: 19562 + type: Table + components: + - pos: -16.5,20.5 + parent: 864 + type: Transform +- uid: 19563 + type: Table + components: + - pos: -16.5,19.5 + parent: 864 + type: Transform +- uid: 19564 + type: Table + components: + - pos: -15.5,21.5 + parent: 864 + type: Transform +- uid: 19565 + type: CableMV + components: + - pos: -9.5,26.5 + parent: 864 + type: Transform +- uid: 19566 + type: Grille + components: + - pos: -14.5,25.5 + parent: 864 + type: Transform +- uid: 19567 + type: WallSolid + components: + - pos: -13.5,25.5 + parent: 864 + type: Transform +- uid: 19568 + type: PosterContrabandEnergySwords + components: + - pos: -8.5,19.5 + parent: 864 + type: Transform +- uid: 19569 + type: ClothingBeltUtility + components: + - pos: -3.42201,34.480587 + parent: 864 + type: Transform +- uid: 19570 + type: ClothingBeltUtility + components: + - pos: -4.356293,19.590872 + parent: 864 + type: Transform +- uid: 19571 + type: PowerCellMediumPrinted + components: + - pos: -5.0960097,19.653372 + parent: 864 + type: Transform +- uid: 19572 + type: MaintenanceToolSpawner + components: + - pos: -16.5,19.5 + parent: 864 + type: Transform +- uid: 19573 + type: MaintenanceFluffSpawner + components: + - pos: -15.5,21.5 + parent: 864 + type: Transform +- uid: 19574 + type: MaintenanceWeaponSpawner + components: + - pos: -12.5,17.5 + parent: 864 + type: Transform +- uid: 19575 + type: ClothingHeadHatWeldingMaskFlameBlue + components: + - pos: 0.64530456,23.439005 + parent: 864 + type: Transform +- uid: 19576 + type: ClothingHeadHatWelding + components: + - pos: -12.456746,17.595669 + parent: 864 + type: Transform +- uid: 19577 + type: BoxMousetrap + components: + - pos: -10.496968,16.58234 + parent: 864 + type: Transform +- uid: 19578 + type: SinkStemless + components: + - pos: -16.5,24.5 + parent: 864 + type: Transform +- uid: 19579 + type: PlasticFlapsOpaque + components: + - pos: -7.5,22.5 + parent: 864 + type: Transform +- uid: 19580 + type: WeldingFuelTankFull + components: + - pos: -0.5,23.5 + parent: 864 + type: Transform +- uid: 19581 + type: TrashBananaPeel + components: + - pos: 5.4959826,24.50416 + parent: 864 + type: Transform +- uid: 19582 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 61.5,42.5 + parent: 864 + type: Transform +- uid: 19583 + type: SignDirectionalBrig + components: + - pos: -19.479143,47.857647 + parent: 864 + type: Transform +- uid: 19584 + type: ClothingHeadHatRichard + components: + - pos: -16.484713,20.572138 + parent: 864 + type: Transform +- uid: 19585 + type: WallReinforced + components: + - pos: 49.5,42.5 + parent: 864 + type: Transform +- uid: 19586 + type: PosterLegitBuild + components: + - pos: -34.5,-4.5 + parent: 864 + type: Transform +- uid: 19587 + type: Table + components: + - pos: -48.5,26.5 + parent: 864 + type: Transform +- uid: 19588 + type: Table + components: + - pos: -47.5,26.5 + parent: 864 + type: Transform +- uid: 19589 + type: Table + components: + - pos: -48.5,17.5 + parent: 864 + type: Transform +- uid: 19590 + type: Table + components: + - pos: -47.5,17.5 + parent: 864 + type: Transform +- uid: 19591 + type: FoodSoupVegetable + components: + - pos: -16.443905,21.40528 + parent: 864 + type: Transform +- uid: 19592 + type: WallReinforced + components: + - pos: 59.5,42.5 + parent: 864 + type: Transform +- uid: 19593 + type: FoodBreadMoldySlice + components: + - pos: -34.493244,24.385382 + parent: 864 + type: Transform +- uid: 19594 + type: FireExtinguisher + components: + - pos: -47.435944,26.604792 + parent: 864 + type: Transform +- uid: 19595 + type: Pickaxe + components: + - pos: -47.972298,26.558094 + parent: 864 + type: Transform +- uid: 19596 + type: Shovel + components: + - pos: -48.500484,26.545332 + parent: 864 + type: Transform +- uid: 19597 + type: ClothingMaskGas + components: + - pos: -47.393696,17.584084 + parent: 864 + type: Transform +- uid: 19598 + type: OxygenCanister + components: + - pos: -31.5,17.5 + parent: 864 + type: Transform +- uid: 19599 + type: Poweredlight + components: + - pos: -7.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19600 + type: Poweredlight + components: + - pos: -1.5,-41.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19601 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,25.5 + parent: 864 + type: Transform +- uid: 19602 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,36.5 + parent: 864 + type: Transform +- uid: 19603 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19604 + type: Poweredlight + components: + - pos: 5.5,-52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19605 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 1.5,-54.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19606 + type: Poweredlight + components: + - pos: -3.5,-52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19607 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -7.5,-54.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19608 + type: Poweredlight + components: + - pos: -11.5,-52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19609 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-53.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19610 + type: Poweredlight + components: + - pos: -17.5,-54.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19611 + type: Poweredlight + components: + - pos: -17.5,-59.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 19612 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -29.5,-4.5 + parent: 864 + type: Transform +- uid: 19613 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -29.5,-6.5 + parent: 864 + type: Transform +- uid: 19614 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -29.5,-8.5 + parent: 864 + type: Transform +- uid: 19615 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -28.5,-8.5 + parent: 864 + type: Transform +- uid: 19616 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -27.5,-8.5 + parent: 864 + type: Transform +- uid: 19617 + type: ToiletDirtyWater + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-5.5 + parent: 864 + type: Transform +- uid: 19618 + type: ToiletEmpty + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-7.5 + parent: 864 + type: Transform +- uid: 19619 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-0.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 19620 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -28.5,-3.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 19621 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -19.5,46.5 + parent: 864 + type: Transform +- uid: 19622 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-1.5 + parent: 864 + type: Transform +- uid: 19623 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-1.5 + parent: 864 + type: Transform +- uid: 19624 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-1.5 + parent: 864 + type: Transform +- uid: 19625 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-1.5 + parent: 864 + type: Transform +- uid: 19626 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-1.5 + parent: 864 + type: Transform +- uid: 19627 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -41.5,-1.5 + parent: 864 + type: Transform +- uid: 19628 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-1.5 + parent: 864 + type: Transform +- uid: 19629 + type: AirlockMaint + components: + - name: toilets + type: MetaData + - pos: -29.5,-1.5 + parent: 864 + type: Transform +- uid: 19630 + type: MedkitOxygenFilled + components: + - pos: -48.08773,17.625587 + parent: 864 + type: Transform +- uid: 19631 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19632 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19633 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19634 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19635 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19636 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19637 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19638 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19639 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -23.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19640 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19641 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19642 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -26.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19643 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -25.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19644 + type: CableApcExtension + components: + - pos: -24.5,8.5 + parent: 864 + type: Transform +- uid: 19645 + type: CableApcExtension + components: + - pos: -24.5,9.5 + parent: 864 + type: Transform +- uid: 19646 + type: CableApcExtension + components: + - pos: -24.5,10.5 + parent: 864 + type: Transform +- uid: 19647 + type: CableApcExtension + components: + - pos: -25.5,10.5 + parent: 864 + type: Transform +- uid: 19648 + type: CableApcExtension + components: + - pos: -25.5,11.5 + parent: 864 + type: Transform +- uid: 19649 + type: CableApcExtension + components: + - pos: -25.5,12.5 + parent: 864 + type: Transform +- uid: 19650 + type: CableApcExtension + components: + - pos: -25.5,13.5 + parent: 864 + type: Transform +- uid: 19651 + type: CableApcExtension + components: + - pos: -25.5,14.5 + parent: 864 + type: Transform +- uid: 19652 + type: CableApcExtension + components: + - pos: -24.5,13.5 + parent: 864 + type: Transform +- uid: 19653 + type: CableApcExtension + components: + - pos: -23.5,13.5 + parent: 864 + type: Transform +- uid: 19654 + type: CableApcExtension + components: + - pos: -26.5,12.5 + parent: 864 + type: Transform +- uid: 19655 + type: CableApcExtension + components: + - pos: -27.5,12.5 + parent: 864 + type: Transform +- uid: 19656 + type: ReinforcedWindow + components: + - pos: -21.5,11.5 + parent: 864 + type: Transform +- uid: 19657 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -21.5,12.5 + parent: 864 + type: Transform +- uid: 19658 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -22.5,9.5 + parent: 864 + type: Transform +- uid: 19659 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -23.5,9.5 + parent: 864 + type: Transform +- uid: 19660 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -25.5,9.5 + parent: 864 + type: Transform +- uid: 19661 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -26.5,9.5 + parent: 864 + type: Transform +- uid: 19662 + type: BriefcaseBrown + components: + - rot: 1.5707963267948966 rad + pos: -22.463455,11.6035385 + parent: 864 + type: Transform +- uid: 19663 + type: FirelockGlass + components: + - pos: -38.5,2.5 + parent: 864 + type: Transform +- uid: 19664 + type: FirelockGlass + components: + - pos: -37.5,2.5 + parent: 864 + type: Transform +- uid: 19665 + type: Dresser + components: + - pos: 32.5,-29.5 + parent: 864 + type: Transform +- uid: 19666 + type: SpawnMobFoxRenault + components: + - pos: 32.5,-28.5 + parent: 864 + type: Transform +- uid: 19667 + type: SpawnMobPossumMorty + components: + - pos: -15.5,-63.5 + parent: 864 + type: Transform +- uid: 19668 + type: ReinforcedWindow + components: + - pos: -40.5,2.5 + parent: 864 + type: Transform +- uid: 19669 + type: ReinforcedWindow + components: + - pos: -41.5,2.5 + parent: 864 + type: Transform +- uid: 19670 + type: ReinforcedWindow + components: + - pos: -34.5,2.5 + parent: 864 + type: Transform +- uid: 19671 + type: ReinforcedWindow + components: + - pos: -35.5,2.5 + parent: 864 + type: Transform +- uid: 19672 + type: ReinforcedWindow + components: + - pos: -36.5,2.5 + parent: 864 + type: Transform +- uid: 19673 + type: WallSolid + components: + - pos: -42.5,2.5 + parent: 864 + type: Transform +- uid: 19674 + type: WallSolid + components: + - pos: -43.5,2.5 + parent: 864 + type: Transform +- uid: 19675 + type: WallSolid + components: + - pos: -42.5,3.5 + parent: 864 + type: Transform +- uid: 19676 + type: WallSolid + components: + - pos: -42.5,4.5 + parent: 864 + type: Transform +- uid: 19677 + type: WallSolid + components: + - pos: -42.5,5.5 + parent: 864 + type: Transform +- uid: 19678 + type: WallSolid + components: + - pos: -42.5,6.5 + parent: 864 + type: Transform +- uid: 19679 + type: WallSolid + components: + - pos: -42.5,7.5 + parent: 864 + type: Transform +- uid: 19680 + type: WallSolid + components: + - pos: -41.5,11.5 + parent: 864 + type: Transform +- uid: 19681 + type: WallSolid + components: + - pos: -41.5,10.5 + parent: 864 + type: Transform +- uid: 19682 + type: WallSolid + components: + - pos: -41.5,9.5 + parent: 864 + type: Transform +- uid: 19683 + type: WallSolid + components: + - pos: -41.5,8.5 + parent: 864 + type: Transform +- uid: 19684 + type: WallSolid + components: + - pos: -34.5,12.5 + parent: 864 + type: Transform +- uid: 19685 + type: WallSolid + components: + - pos: -34.5,11.5 + parent: 864 + type: Transform +- uid: 19686 + type: WallSolid + components: + - pos: -34.5,10.5 + parent: 864 + type: Transform +- uid: 19687 + type: WallSolid + components: + - pos: -33.5,3.5 + parent: 864 + type: Transform +- uid: 19688 + type: WallSolid + components: + - pos: -33.5,4.5 + parent: 864 + type: Transform +- uid: 19689 + type: WallSolid + components: + - pos: -33.5,5.5 + parent: 864 + type: Transform +- uid: 19690 + type: WallSolid + components: + - pos: -33.5,6.5 + parent: 864 + type: Transform +- uid: 19691 + type: WallSolid + components: + - pos: -33.5,7.5 + parent: 864 + type: Transform +- uid: 19692 + type: Grille + components: + - pos: -36.5,7.5 + parent: 864 + type: Transform +- uid: 19693 + type: WallSolid + components: + - pos: -43.5,15.5 + parent: 864 + type: Transform +- uid: 19694 + type: WallSolid + components: + - pos: -33.5,12.5 + parent: 864 + type: Transform +- uid: 19695 + type: WallSolid + components: + - pos: -42.5,12.5 + parent: 864 + type: Transform +- uid: 19696 + type: WallSolid + components: + - pos: -32.5,12.5 + parent: 864 + type: Transform +- uid: 19697 + type: WallSolid + components: + - pos: -41.5,7.5 + parent: 864 + type: Transform +- uid: 19698 + type: WallSolid + components: + - pos: -40.5,7.5 + parent: 864 + type: Transform +- uid: 19699 + type: ReinforcedWindow + components: + - pos: -36.5,7.5 + parent: 864 + type: Transform +- uid: 19700 + type: ReinforcedWindow + components: + - pos: -39.5,7.5 + parent: 864 + type: Transform +- uid: 19701 + type: WallSolid + components: + - pos: -35.5,7.5 + parent: 864 + type: Transform +- uid: 19702 + type: WallSolid + components: + - pos: -34.5,7.5 + parent: 864 + type: Transform +- uid: 19703 + type: WoodDoor + components: + - pos: -38.5,7.5 + parent: 864 + type: Transform +- uid: 19704 + type: WoodDoor + components: + - pos: -37.5,7.5 + parent: 864 + type: Transform +- uid: 19705 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -36.5,9.5 + parent: 864 + type: Transform +- uid: 19706 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -35.5,9.5 + parent: 864 + type: Transform +- uid: 19707 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 67.5,-30.5 + parent: 864 + type: Transform +- uid: 19708 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -36.5,10.5 + parent: 864 + type: Transform +- uid: 19709 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -35.5,10.5 + parent: 864 + type: Transform +- uid: 19710 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-30.5 + parent: 864 + type: Transform +- uid: 19711 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-30.5 + parent: 864 + type: Transform +- uid: 19712 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -35.5,11.5 + parent: 864 + type: Transform +- uid: 19713 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -36.5,11.5 + parent: 864 + type: Transform +- uid: 19714 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -36.5,12.5 + parent: 864 + type: Transform +- uid: 19715 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -35.5,12.5 + parent: 864 + type: Transform +- uid: 19716 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-29.5 + parent: 864 + type: Transform +- uid: 19717 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -39.5,12.5 + parent: 864 + type: Transform +- uid: 19718 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -40.5,15.5 + parent: 864 + type: Transform +- uid: 19719 + type: ClothingHeadHatHoodNunHood + components: + - pos: -38.629223,16.497232 + parent: 864 + type: Transform +- uid: 19720 + type: Grille + components: + - pos: -41.5,2.5 + parent: 864 + type: Transform +- uid: 19721 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -40.5,11.5 + parent: 864 + type: Transform +- uid: 19722 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -39.5,11.5 + parent: 864 + type: Transform +- uid: 19723 + type: Grille + components: + - pos: -35.5,2.5 + parent: 864 + type: Transform +- uid: 19724 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -40.5,10.5 + parent: 864 + type: Transform +- uid: 19725 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -39.5,10.5 + parent: 864 + type: Transform +- uid: 19726 + type: Grille + components: + - pos: -34.5,2.5 + parent: 864 + type: Transform +- uid: 19727 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -40.5,9.5 + parent: 864 + type: Transform +- uid: 19728 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -39.5,9.5 + parent: 864 + type: Transform +- uid: 19729 + type: AltarConvertRed + components: + - pos: -37.5,14.5 + parent: 864 + type: Transform +- uid: 19730 + type: AltarConvertRed + components: + - pos: -38.5,14.5 + parent: 864 + type: Transform +- uid: 19731 + type: WallSolid + components: + - pos: -40.5,16.5 + parent: 864 + type: Transform +- uid: 19732 + type: WallSolid + components: + - pos: -41.5,16.5 + parent: 864 + type: Transform +- uid: 19733 + type: WallSolid + components: + - pos: -42.5,16.5 + parent: 864 + type: Transform +- uid: 19734 + type: WallSolid + components: + - pos: -43.5,12.5 + parent: 864 + type: Transform +- uid: 19735 + type: WallSolid + components: + - pos: -43.5,13.5 + parent: 864 + type: Transform +- uid: 19736 + type: WallSolid + components: + - pos: -32.5,15.5 + parent: 864 + type: Transform +- uid: 19737 + type: WallSolid + components: + - pos: -41.5,12.5 + parent: 864 + type: Transform +- uid: 19738 + type: WallSolid + components: + - pos: -29.5,11.5 + parent: 864 + type: Transform +- uid: 19739 + type: WallSolid + components: + - pos: -34.5,8.5 + parent: 864 + type: Transform +- uid: 19740 + type: ChurchOrganInstrument + components: + - rot: 1.5707963267948966 rad + pos: -41.5,13.5 + parent: 864 + type: Transform +- uid: 19741 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -36.5,16.5 + parent: 864 + type: Transform +- uid: 19742 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -37.5,16.5 + parent: 864 + type: Transform +- uid: 19743 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -38.5,16.5 + parent: 864 + type: Transform +- uid: 19744 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -39.5,16.5 + parent: 864 + type: Transform +- uid: 19745 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -27.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19746 + type: GasPipeTJunction + components: + - pos: -28.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19747 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -29.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19748 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -30.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19749 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19750 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -32.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19751 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19752 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -34.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19753 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -35.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19754 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19755 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -25.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19756 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -26.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19757 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -27.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19758 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -28.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19759 + type: GasPipeTJunction + components: + - pos: -29.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19760 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -30.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19761 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19762 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -32.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19763 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19764 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -34.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19765 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -35.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19766 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19767 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -37.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19768 + type: GasPipeStraight + components: + - pos: -28.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19769 + type: GasPipeStraight + components: + - pos: -28.5,-0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19770 + type: GasPipeStraight + components: + - pos: -28.5,-1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19771 + type: GasPipeStraight + components: + - pos: -28.5,-2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19772 + type: GasPipeStraight + components: + - pos: -29.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19773 + type: GasPipeStraight + components: + - pos: -29.5,-1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19774 + type: GasPipeStraight + components: + - pos: -29.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19775 + type: GasPipeStraight + components: + - pos: -28.5,-3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19776 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -37.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19777 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -38.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19778 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19779 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19780 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19781 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -38.5,3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19782 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19783 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19784 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19785 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19786 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -37.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19787 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19788 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19789 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19790 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19791 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -37.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19792 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -38.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19793 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19794 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19795 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19796 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -37.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19797 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19798 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19799 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19800 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -38.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19801 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -37.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19802 + type: GasPipeStraight + components: + - pos: -38.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19803 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -38.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19804 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -37.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19805 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -36.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19806 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19807 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -34.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19808 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -33.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19809 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -32.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19810 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -31.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19811 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -36.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19812 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19813 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -34.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19814 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -33.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19815 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -32.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19816 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -31.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19817 + type: CableHV + components: + - pos: -20.5,-5.5 + parent: 864 + type: Transform +- uid: 19818 + type: CableHV + components: + - pos: -21.5,-5.5 + parent: 864 + type: Transform +- uid: 19819 + type: CableHV + components: + - pos: -22.5,-5.5 + parent: 864 + type: Transform +- uid: 19820 + type: CableHV + components: + - pos: -23.5,-5.5 + parent: 864 + type: Transform +- uid: 19821 + type: CableHV + components: + - pos: -24.5,-5.5 + parent: 864 + type: Transform +- uid: 19822 + type: CableHV + components: + - pos: -25.5,-5.5 + parent: 864 + type: Transform +- uid: 19823 + type: CableHV + components: + - pos: -25.5,-4.5 + parent: 864 + type: Transform +- uid: 19824 + type: CableHV + components: + - pos: -25.5,-3.5 + parent: 864 + type: Transform +- uid: 19825 + type: CableHV + components: + - pos: -25.5,-2.5 + parent: 864 + type: Transform +- uid: 19826 + type: CableHV + components: + - pos: -25.5,-1.5 + parent: 864 + type: Transform +- uid: 19827 + type: CableHV + components: + - pos: -25.5,-0.5 + parent: 864 + type: Transform +- uid: 19828 + type: CableHV + components: + - pos: -26.5,-0.5 + parent: 864 + type: Transform +- uid: 19829 + type: CableHV + components: + - pos: -27.5,-0.5 + parent: 864 + type: Transform +- uid: 19830 + type: CableHV + components: + - pos: -28.5,-0.5 + parent: 864 + type: Transform +- uid: 19831 + type: CableHV + components: + - pos: -29.5,-0.5 + parent: 864 + type: Transform +- uid: 19832 + type: CableHV + components: + - pos: -30.5,-0.5 + parent: 864 + type: Transform +- uid: 19833 + type: CableHV + components: + - pos: -31.5,-0.5 + parent: 864 + type: Transform +- uid: 19834 + type: CableHV + components: + - pos: -32.5,-0.5 + parent: 864 + type: Transform +- uid: 19835 + type: CableHV + components: + - pos: -33.5,-0.5 + parent: 864 + type: Transform +- uid: 19836 + type: CableHV + components: + - pos: -34.5,-0.5 + parent: 864 + type: Transform +- uid: 19837 + type: CableHV + components: + - pos: -35.5,-0.5 + parent: 864 + type: Transform +- uid: 19838 + type: CableHV + components: + - pos: -36.5,-0.5 + parent: 864 + type: Transform +- uid: 19839 + type: CableHV + components: + - pos: -37.5,-0.5 + parent: 864 + type: Transform +- uid: 19840 + type: CableHV + components: + - pos: -37.5,-1.5 + parent: 864 + type: Transform +- uid: 19841 + type: CableHV + components: + - pos: -37.5,-2.5 + parent: 864 + type: Transform +- uid: 19842 + type: CableHV + components: + - pos: -36.5,-2.5 + parent: 864 + type: Transform +- uid: 19843 + type: CableHV + components: + - pos: -35.5,-2.5 + parent: 864 + type: Transform +- uid: 19844 + type: CableHV + components: + - pos: -34.5,-2.5 + parent: 864 + type: Transform +- uid: 19845 + type: CableMV + components: + - pos: -34.5,-3.5 + parent: 864 + type: Transform +- uid: 19846 + type: WallSolid + components: + - pos: -33.5,-1.5 + parent: 864 + type: Transform +- uid: 19847 + type: SinkStemlessWater + components: + - rot: 1.5707963267948966 rad + pos: -31.5,-3.5 + parent: 864 + type: Transform +- uid: 19848 + type: CableHV + components: + - pos: -34.5,-3.5 + parent: 864 + type: Transform +- uid: 19849 + type: CableMV + components: + - pos: -34.5,-2.5 + parent: 864 + type: Transform +- uid: 19850 + type: CableMV + components: + - pos: -35.5,-2.5 + parent: 864 + type: Transform +- uid: 19851 + type: CableMV + components: + - pos: -36.5,-2.5 + parent: 864 + type: Transform +- uid: 19852 + type: CableMV + components: + - pos: -37.5,-2.5 + parent: 864 + type: Transform +- uid: 19853 + type: CableMV + components: + - pos: -37.5,-1.5 + parent: 864 + type: Transform +- uid: 19854 + type: CableMV + components: + - pos: -37.5,-0.5 + parent: 864 + type: Transform +- uid: 19855 + type: CableMV + components: + - pos: -37.5,0.5 + parent: 864 + type: Transform +- uid: 19856 + type: CableMV + components: + - pos: -38.5,0.5 + parent: 864 + type: Transform +- uid: 19857 + type: CableMV + components: + - pos: -39.5,0.5 + parent: 864 + type: Transform +- uid: 19858 + type: CableMV + components: + - pos: -40.5,0.5 + parent: 864 + type: Transform +- uid: 19859 + type: CableMV + components: + - pos: -41.5,0.5 + parent: 864 + type: Transform +- uid: 19860 + type: CableMV + components: + - pos: -42.5,0.5 + parent: 864 + type: Transform +- uid: 19861 + type: CableMV + components: + - pos: -42.5,1.5 + parent: 864 + type: Transform +- uid: 19862 + type: CableMV + components: + - pos: -42.5,2.5 + parent: 864 + type: Transform +- uid: 19863 + type: APCHighCapacity + components: + - pos: -42.5,2.5 + parent: 864 + type: Transform +- uid: 19864 + type: GasPipeTJunction + components: + - pos: -39.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19865 + type: GasPipeTJunction + components: + - pos: -41.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19866 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -38.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19867 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -39.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19868 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -40.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19869 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -40.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19870 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -41.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19871 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -42.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19872 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -43.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 19873 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -42.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19874 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -43.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 19875 + type: AirlockMaintLocked + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-1.5 + parent: 864 + type: Transform +- uid: 19876 + type: WallSolid + components: + - pos: -34.5,9.5 + parent: 864 + type: Transform +- uid: 19877 + type: CarpetChapel + components: + - rot: -1.5707963267948966 rad + pos: -36.5,10.5 + parent: 864 + type: Transform +- uid: 19878 + type: CarpetChapel + components: + - rot: 3.141592653589793 rad + pos: -35.5,10.5 + parent: 864 + type: Transform +- uid: 19879 + type: CarpetChapel + components: + - rot: 1.5707963267948966 rad + pos: -35.5,9.5 + parent: 864 + type: Transform +- uid: 19880 + type: CarpetChapel + components: + - pos: -36.5,9.5 + parent: 864 + type: Transform +- uid: 19881 + type: CarpetChapel + components: + - pos: -36.5,11.5 + parent: 864 + type: Transform +- uid: 19882 + type: CarpetChapel + components: + - rot: 1.5707963267948966 rad + pos: -35.5,11.5 + parent: 864 + type: Transform +- uid: 19883 + type: CarpetChapel + components: + - rot: -1.5707963267948966 rad + pos: -36.5,12.5 + parent: 864 + type: Transform +- uid: 19884 + type: CarpetChapel + components: + - rot: 3.141592653589793 rad + pos: -35.5,12.5 + parent: 864 + type: Transform +- uid: 19885 + type: CarpetChapel + components: + - rot: 3.141592653589793 rad + pos: -39.5,12.5 + parent: 864 + type: Transform +- uid: 19886 + type: CarpetChapel + components: + - rot: 1.5707963267948966 rad + pos: -39.5,11.5 + parent: 864 + type: Transform +- uid: 19887 + type: ClothingOuterHoodieChaplain + components: + - pos: -39.238598,16.669107 + parent: 864 + type: Transform +- uid: 19888 + type: CarpetChapel + components: + - pos: -40.5,11.5 + parent: 864 + type: Transform +- uid: 19889 + type: CarpetChapel + components: + - rot: -1.5707963267948966 rad + pos: -40.5,10.5 + parent: 864 + type: Transform +- uid: 19890 + type: CarpetChapel + components: + - rot: 3.141592653589793 rad + pos: -39.5,10.5 + parent: 864 + type: Transform +- uid: 19891 + type: CarpetChapel + components: + - pos: -40.5,9.5 + parent: 864 + type: Transform +- uid: 19892 + type: CarpetChapel + components: + - rot: 1.5707963267948966 rad + pos: -39.5,9.5 + parent: 864 + type: Transform +- uid: 19893 + type: WindoorSecure + components: + - rot: -1.5707963267948966 rad + pos: -40.5,14.5 + parent: 864 + type: Transform +- uid: 19894 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -40.5,13.5 + parent: 864 + type: Transform +- uid: 19895 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 70.5,-32.5 + parent: 864 + type: Transform +- uid: 19896 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 70.5,-31.5 + parent: 864 + type: Transform +- uid: 19897 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 68.5,-30.5 + parent: 864 + type: Transform +- uid: 19898 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 70.5,-30.5 + parent: 864 + type: Transform +- uid: 19899 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 69.5,-30.5 + parent: 864 + type: Transform +- uid: 19900 + type: Matchbox + components: + - pos: -38.035473,16.606607 + parent: 864 + type: Transform +- uid: 19901 + type: Stool + components: + - rot: 1.5707963267948966 rad + pos: -42.5,13.5 + parent: 864 + type: Transform +- uid: 19902 + type: CarpetChapel + components: + - rot: -1.5707963267948966 rad + pos: -40.5,12.5 + parent: 864 + type: Transform +- uid: 19903 + type: Grille + components: + - pos: -40.5,2.5 + parent: 864 + type: Transform +- uid: 19904 + type: Grille + components: + - pos: -39.5,2.5 + parent: 864 + type: Transform +- uid: 19905 + type: Grille + components: + - pos: -36.5,2.5 + parent: 864 + type: Transform +- uid: 19906 + type: Grille + components: + - pos: -39.5,7.5 + parent: 864 + type: Transform +- uid: 19907 + type: FoodBreadBanana + components: + - pos: -36.588596,16.602194 + parent: 864 + type: Transform +- uid: 19908 + type: DrinkBottleWine + components: + - pos: -37.38547,16.742819 + parent: 864 + type: Transform +- uid: 19909 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-28.5 + parent: 864 + type: Transform +- uid: 19910 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-27.5 + parent: 864 + type: Transform +- uid: 19911 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-26.5 + parent: 864 + type: Transform +- uid: 19912 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-25.5 + parent: 864 + type: Transform +- uid: 19913 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-24.5 + parent: 864 + type: Transform +- uid: 19914 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-23.5 + parent: 864 + type: Transform +- uid: 19915 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-22.5 + parent: 864 + type: Transform +- uid: 19916 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-21.5 + parent: 864 + type: Transform +- uid: 19917 + type: Catwalk + components: + - pos: 66.5,-21.5 + parent: 864 + type: Transform +- uid: 19918 + type: Catwalk + components: + - pos: 67.5,-21.5 + parent: 864 + type: Transform +- uid: 19919 + type: Catwalk + components: + - pos: 67.5,-20.5 + parent: 864 + type: Transform +- uid: 19920 + type: Catwalk + components: + - pos: 67.5,-19.5 + parent: 864 + type: Transform +- uid: 19921 + type: Catwalk + components: + - pos: 67.5,-18.5 + parent: 864 + type: Transform +- uid: 19922 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -38.5,15.5 + parent: 864 + type: Transform +- uid: 19923 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -38.5,14.5 + parent: 864 + type: Transform +- uid: 19924 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -38.5,13.5 + parent: 864 + type: Transform +- uid: 19925 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -38.5,12.5 + parent: 864 + type: Transform +- uid: 19926 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -38.5,11.5 + parent: 864 + type: Transform +- uid: 19927 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -38.5,10.5 + parent: 864 + type: Transform +- uid: 19928 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -38.5,9.5 + parent: 864 + type: Transform +- uid: 19929 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -38.5,8.5 + parent: 864 + type: Transform +- uid: 19930 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -37.5,15.5 + parent: 864 + type: Transform +- uid: 19931 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -37.5,14.5 + parent: 864 + type: Transform +- uid: 19932 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -37.5,13.5 + parent: 864 + type: Transform +- uid: 19933 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -37.5,12.5 + parent: 864 + type: Transform +- uid: 19934 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -37.5,11.5 + parent: 864 + type: Transform +- uid: 19935 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -37.5,10.5 + parent: 864 + type: Transform +- uid: 19936 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -37.5,9.5 + parent: 864 + type: Transform +- uid: 19937 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -37.5,8.5 + parent: 864 + type: Transform +- uid: 19938 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -40.5,12.5 + parent: 864 + type: Transform +- uid: 19939 + type: Firelock + components: + - pos: -43.5,14.5 + parent: 864 + type: Transform +- uid: 19940 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -32.5,13.5 + parent: 864 + type: Transform +- uid: 19941 + type: CableApcExtension + components: + - pos: -42.5,2.5 + parent: 864 + type: Transform +- uid: 19942 + type: CableApcExtension + components: + - pos: -42.5,1.5 + parent: 864 + type: Transform +- uid: 19943 + type: CableApcExtension + components: + - pos: -41.5,1.5 + parent: 864 + type: Transform +- uid: 19944 + type: CableApcExtension + components: + - pos: -40.5,1.5 + parent: 864 + type: Transform +- uid: 19945 + type: CableApcExtension + components: + - pos: -39.5,1.5 + parent: 864 + type: Transform +- uid: 19946 + type: CableApcExtension + components: + - pos: -38.5,1.5 + parent: 864 + type: Transform +- uid: 19947 + type: CableApcExtension + components: + - pos: -37.5,1.5 + parent: 864 + type: Transform +- uid: 19948 + type: CableApcExtension + components: + - pos: -37.5,2.5 + parent: 864 + type: Transform +- uid: 19949 + type: CableApcExtension + components: + - pos: -37.5,3.5 + parent: 864 + type: Transform +- uid: 19950 + type: CableApcExtension + components: + - pos: -37.5,4.5 + parent: 864 + type: Transform +- uid: 19951 + type: CableApcExtension + components: + - pos: -37.5,5.5 + parent: 864 + type: Transform +- uid: 19952 + type: CableApcExtension + components: + - pos: -37.5,6.5 + parent: 864 + type: Transform +- uid: 19953 + type: CableApcExtension + components: + - pos: -37.5,7.5 + parent: 864 + type: Transform +- uid: 19954 + type: CableApcExtension + components: + - pos: -37.5,8.5 + parent: 864 + type: Transform +- uid: 19955 + type: CableApcExtension + components: + - pos: -37.5,9.5 + parent: 864 + type: Transform +- uid: 19956 + type: CableApcExtension + components: + - pos: -37.5,10.5 + parent: 864 + type: Transform +- uid: 19957 + type: CableApcExtension + components: + - pos: -37.5,11.5 + parent: 864 + type: Transform +- uid: 19958 + type: CableApcExtension + components: + - pos: -37.5,12.5 + parent: 864 + type: Transform +- uid: 19959 + type: CableApcExtension + components: + - pos: -37.5,13.5 + parent: 864 + type: Transform +- uid: 19960 + type: CableApcExtension + components: + - pos: -38.5,13.5 + parent: 864 + type: Transform +- uid: 19961 + type: CableApcExtension + components: + - pos: -39.5,13.5 + parent: 864 + type: Transform +- uid: 19962 + type: CableApcExtension + components: + - pos: -40.5,13.5 + parent: 864 + type: Transform +- uid: 19963 + type: CableApcExtension + components: + - pos: -41.5,13.5 + parent: 864 + type: Transform +- uid: 19964 + type: CableApcExtension + components: + - pos: -42.5,13.5 + parent: 864 + type: Transform +- uid: 19965 + type: CableApcExtension + components: + - pos: -42.5,14.5 + parent: 864 + type: Transform +- uid: 19966 + type: CableApcExtension + components: + - pos: -42.5,15.5 + parent: 864 + type: Transform +- uid: 19967 + type: CableApcExtension + components: + - pos: -39.5,14.5 + parent: 864 + type: Transform +- uid: 19968 + type: CableApcExtension + components: + - pos: -39.5,15.5 + parent: 864 + type: Transform +- uid: 19969 + type: CableApcExtension + components: + - pos: -36.5,13.5 + parent: 864 + type: Transform +- uid: 19970 + type: CableApcExtension + components: + - pos: -35.5,13.5 + parent: 864 + type: Transform +- uid: 19971 + type: CableApcExtension + components: + - pos: -34.5,13.5 + parent: 864 + type: Transform +- uid: 19972 + type: CableApcExtension + components: + - pos: -33.5,13.5 + parent: 864 + type: Transform +- uid: 19973 + type: CableApcExtension + components: + - pos: -35.5,14.5 + parent: 864 + type: Transform +- uid: 19974 + type: CableApcExtension + components: + - pos: -35.5,15.5 + parent: 864 + type: Transform +- uid: 19975 + type: CableApcExtension + components: + - pos: -33.5,14.5 + parent: 864 + type: Transform +- uid: 19976 + type: CableApcExtension + components: + - pos: -32.5,14.5 + parent: 864 + type: Transform +- uid: 19977 + type: CableApcExtension + components: + - pos: -31.5,14.5 + parent: 864 + type: Transform +- uid: 19978 + type: CableApcExtension + components: + - pos: -30.5,14.5 + parent: 864 + type: Transform +- uid: 19979 + type: CableApcExtension + components: + - pos: -30.5,13.5 + parent: 864 + type: Transform +- uid: 19980 + type: CableApcExtension + components: + - pos: -30.5,12.5 + parent: 864 + type: Transform +- uid: 19981 + type: CableApcExtension + components: + - pos: -30.5,11.5 + parent: 864 + type: Transform +- uid: 19982 + type: CableApcExtension + components: + - pos: -30.5,10.5 + parent: 864 + type: Transform +- uid: 19983 + type: CableApcExtension + components: + - pos: -30.5,9.5 + parent: 864 + type: Transform +- uid: 19984 + type: CableApcExtension + components: + - pos: -30.5,8.5 + parent: 864 + type: Transform +- uid: 19985 + type: CableApcExtension + components: + - pos: -31.5,10.5 + parent: 864 + type: Transform +- uid: 19986 + type: CableApcExtension + components: + - pos: -32.5,10.5 + parent: 864 + type: Transform +- uid: 19987 + type: CableApcExtension + components: + - pos: -33.5,10.5 + parent: 864 + type: Transform +- uid: 19988 + type: CableApcExtension + components: + - pos: -29.5,9.5 + parent: 864 + type: Transform +- uid: 19989 + type: CableApcExtension + components: + - pos: -28.5,9.5 + parent: 864 + type: Transform +- uid: 19990 + type: CableApcExtension + components: + - pos: -30.5,7.5 + parent: 864 + type: Transform +- uid: 19991 + type: hydroponicsSoil + components: + - name: grave + type: MetaData + - pos: -31.5,6.5 + parent: 864 + type: Transform +- uid: 19992 + type: hydroponicsSoil + components: + - name: grave + type: MetaData + - pos: -31.5,4.5 + parent: 864 + type: Transform +- uid: 19993 + type: hydroponicsSoil + components: + - name: grave + type: MetaData + - pos: -29.5,6.5 + parent: 864 + type: Transform +- uid: 19994 + type: HydroponicsToolMiniHoe + components: + - pos: -28.501194,4.4131045 + parent: 864 + type: Transform +- uid: 19995 + type: HydroponicsToolSpade + components: + - pos: -28.61099,3.5269613 + parent: 864 + type: Transform +- uid: 19996 + type: AirlockGlass + components: + - pos: -30.5,7.5 + parent: 864 + type: Transform +- uid: 19997 + type: hydroponicsSoil + components: + - name: grave + type: MetaData + - pos: -29.5,4.5 + parent: 864 + type: Transform +- uid: 19998 + type: CableApcExtension + components: + - pos: -37.5,0.5 + parent: 864 + type: Transform +- uid: 19999 + type: CableApcExtension + components: + - pos: -37.5,-0.5 + parent: 864 + type: Transform +- uid: 20000 + type: CableApcExtension + components: + - pos: -37.5,-1.5 + parent: 864 + type: Transform +- uid: 20001 + type: CableApcExtension + components: + - pos: -37.5,-2.5 + parent: 864 + type: Transform +- uid: 20002 + type: CableApcExtension + components: + - pos: -38.5,-2.5 + parent: 864 + type: Transform +- uid: 20003 + type: CableApcExtension + components: + - pos: -39.5,-2.5 + parent: 864 + type: Transform +- uid: 20004 + type: CableApcExtension + components: + - pos: -40.5,-2.5 + parent: 864 + type: Transform +- uid: 20005 + type: CableApcExtension + components: + - pos: -41.5,-2.5 + parent: 864 + type: Transform +- uid: 20006 + type: CableApcExtension + components: + - pos: -42.5,-2.5 + parent: 864 + type: Transform +- uid: 20007 + type: CableApcExtension + components: + - pos: -42.5,-3.5 + parent: 864 + type: Transform +- uid: 20008 + type: CableApcExtension + components: + - pos: -43.5,-3.5 + parent: 864 + type: Transform +- uid: 20009 + type: CableApcExtension + components: + - pos: -44.5,-3.5 + parent: 864 + type: Transform +- uid: 20010 + type: CableApcExtension + components: + - pos: -45.5,-3.5 + parent: 864 + type: Transform +- uid: 20011 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,61.5 + parent: 864 + type: Transform +- uid: 20012 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,60.5 + parent: 864 + type: Transform +- uid: 20013 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,59.5 + parent: 864 + type: Transform +- uid: 20014 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,58.5 + parent: 864 + type: Transform +- uid: 20015 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,61.5 + parent: 864 + type: Transform +- uid: 20016 + type: AsteroidRock + components: + - pos: -59.5,67.5 + parent: 864 + type: Transform +- uid: 20017 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,59.5 + parent: 864 + type: Transform +- uid: 20018 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,58.5 + parent: 864 + type: Transform +- uid: 20019 + type: AsteroidRock + components: + - pos: -58.5,70.5 + parent: 864 + type: Transform +- uid: 20020 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,60.5 + parent: 864 + type: Transform +- uid: 20021 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,59.5 + parent: 864 + type: Transform +- uid: 20022 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,58.5 + parent: 864 + type: Transform +- uid: 20023 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,61.5 + parent: 864 + type: Transform +- uid: 20024 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,60.5 + parent: 864 + type: Transform +- uid: 20025 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,59.5 + parent: 864 + type: Transform +- uid: 20026 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,58.5 + parent: 864 + type: Transform +- uid: 20027 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,61.5 + parent: 864 + type: Transform +- uid: 20028 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,60.5 + parent: 864 + type: Transform +- uid: 20029 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,59.5 + parent: 864 + type: Transform +- uid: 20030 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,58.5 + parent: 864 + type: Transform +- uid: 20031 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,63.5 + parent: 864 + type: Transform +- uid: 20032 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,62.5 + parent: 864 + type: Transform +- uid: 20033 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,61.5 + parent: 864 + type: Transform +- uid: 20034 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,60.5 + parent: 864 + type: Transform +- uid: 20035 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,59.5 + parent: 864 + type: Transform +- uid: 20036 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,58.5 + parent: 864 + type: Transform +- uid: 20037 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,57.5 + parent: 864 + type: Transform +- uid: 20038 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,63.5 + parent: 864 + type: Transform +- uid: 20039 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,62.5 + parent: 864 + type: Transform +- uid: 20040 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,61.5 + parent: 864 + type: Transform +- uid: 20041 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,60.5 + parent: 864 + type: Transform +- uid: 20042 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,59.5 + parent: 864 + type: Transform +- uid: 20043 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,58.5 + parent: 864 + type: Transform +- uid: 20044 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,57.5 + parent: 864 + type: Transform +- uid: 20045 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,63.5 + parent: 864 + type: Transform +- uid: 20046 + type: AsteroidRock + components: + - pos: -37.5,68.5 + parent: 864 + type: Transform +- uid: 20047 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,61.5 + parent: 864 + type: Transform +- uid: 20048 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,60.5 + parent: 864 + type: Transform +- uid: 20049 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,59.5 + parent: 864 + type: Transform +- uid: 20050 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,58.5 + parent: 864 + type: Transform +- uid: 20051 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,57.5 + parent: 864 + type: Transform +- uid: 20052 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,63.5 + parent: 864 + type: Transform +- uid: 20053 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,62.5 + parent: 864 + type: Transform +- uid: 20054 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,61.5 + parent: 864 + type: Transform +- uid: 20055 + type: AsteroidRock + components: + - pos: -38.5,69.5 + parent: 864 + type: Transform +- uid: 20056 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,59.5 + parent: 864 + type: Transform +- uid: 20057 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,58.5 + parent: 864 + type: Transform +- uid: 20058 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,57.5 + parent: 864 + type: Transform +- uid: 20059 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,63.5 + parent: 864 + type: Transform +- uid: 20060 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,62.5 + parent: 864 + type: Transform +- uid: 20061 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,61.5 + parent: 864 + type: Transform +- uid: 20062 + type: AsteroidRock + components: + - pos: -56.5,61.5 + parent: 864 + type: Transform +- uid: 20063 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,59.5 + parent: 864 + type: Transform +- uid: 20064 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,58.5 + parent: 864 + type: Transform +- uid: 20065 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,57.5 + parent: 864 + type: Transform +- uid: 20066 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,63.5 + parent: 864 + type: Transform +- uid: 20067 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,62.5 + parent: 864 + type: Transform +- uid: 20068 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,61.5 + parent: 864 + type: Transform +- uid: 20069 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,60.5 + parent: 864 + type: Transform +- uid: 20070 + type: AsteroidRock + components: + - pos: -59.5,69.5 + parent: 864 + type: Transform +- uid: 20071 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,58.5 + parent: 864 + type: Transform +- uid: 20072 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,57.5 + parent: 864 + type: Transform +- uid: 20073 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,63.5 + parent: 864 + type: Transform +- uid: 20074 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,62.5 + parent: 864 + type: Transform +- uid: 20075 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,61.5 + parent: 864 + type: Transform +- uid: 20076 + type: AsteroidRock + components: + - pos: -59.5,66.5 + parent: 864 + type: Transform +- uid: 20077 + type: AsteroidRock + components: + - pos: -59.5,68.5 + parent: 864 + type: Transform +- uid: 20078 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,58.5 + parent: 864 + type: Transform +- uid: 20079 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,57.5 + parent: 864 + type: Transform +- uid: 20080 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,62.5 + parent: 864 + type: Transform +- uid: 20081 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,61.5 + parent: 864 + type: Transform +- uid: 20082 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,60.5 + parent: 864 + type: Transform +- uid: 20083 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,61.5 + parent: 864 + type: Transform +- uid: 20084 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,59.5 + parent: 864 + type: Transform +- uid: 20085 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,58.5 + parent: 864 + type: Transform +- uid: 20086 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,60.5 + parent: 864 + type: Transform +- uid: 20087 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,58.5 + parent: 864 + type: Transform +- uid: 20088 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,59.5 + parent: 864 + type: Transform +- uid: 20089 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,57.5 + parent: 864 + type: Transform +- uid: 20090 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,57.5 + parent: 864 + type: Transform +- uid: 20091 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,56.5 + parent: 864 + type: Transform +- uid: 20092 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,57.5 + parent: 864 + type: Transform +- uid: 20093 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,56.5 + parent: 864 + type: Transform +- uid: 20094 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,57.5 + parent: 864 + type: Transform +- uid: 20095 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,56.5 + parent: 864 + type: Transform +- uid: 20096 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,57.5 + parent: 864 + type: Transform +- uid: 20097 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,56.5 + parent: 864 + type: Transform +- uid: 20098 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,57.5 + parent: 864 + type: Transform +- uid: 20099 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,56.5 + parent: 864 + type: Transform +- uid: 20100 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,57.5 + parent: 864 + type: Transform +- uid: 20101 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,56.5 + parent: 864 + type: Transform +- uid: 20102 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,57.5 + parent: 864 + type: Transform +- uid: 20103 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,56.5 + parent: 864 + type: Transform +- uid: 20104 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,57.5 + parent: 864 + type: Transform +- uid: 20105 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,56.5 + parent: 864 + type: Transform +- uid: 20106 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,55.5 + parent: 864 + type: Transform +- uid: 20107 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,57.5 + parent: 864 + type: Transform +- uid: 20108 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,56.5 + parent: 864 + type: Transform +- uid: 20109 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,55.5 + parent: 864 + type: Transform +- uid: 20110 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,57.5 + parent: 864 + type: Transform +- uid: 20111 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,56.5 + parent: 864 + type: Transform +- uid: 20112 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,55.5 + parent: 864 + type: Transform +- uid: 20113 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,57.5 + parent: 864 + type: Transform +- uid: 20114 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,56.5 + parent: 864 + type: Transform +- uid: 20115 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,55.5 + parent: 864 + type: Transform +- uid: 20116 + type: AsteroidRock + components: + - pos: -36.5,59.5 + parent: 864 + type: Transform +- uid: 20117 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,56.5 + parent: 864 + type: Transform +- uid: 20118 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,55.5 + parent: 864 + type: Transform +- uid: 20119 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,57.5 + parent: 864 + type: Transform +- uid: 20120 + type: AsteroidRock + components: + - pos: -37.5,58.5 + parent: 864 + type: Transform +- uid: 20121 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,55.5 + parent: 864 + type: Transform +- uid: 20122 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,57.5 + parent: 864 + type: Transform +- uid: 20123 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,56.5 + parent: 864 + type: Transform +- uid: 20124 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,55.5 + parent: 864 + type: Transform +- uid: 20125 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,69.5 + parent: 864 + type: Transform +- uid: 20126 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,68.5 + parent: 864 + type: Transform +- uid: 20127 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,67.5 + parent: 864 + type: Transform +- uid: 20128 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,66.5 + parent: 864 + type: Transform +- uid: 20129 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,65.5 + parent: 864 + type: Transform +- uid: 20130 + type: AsteroidRock + components: + - pos: -37.5,69.5 + parent: 864 + type: Transform +- uid: 20131 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -49.5,63.5 + parent: 864 + type: Transform +- uid: 20132 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,69.5 + parent: 864 + type: Transform +- uid: 20133 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,69.5 + parent: 864 + type: Transform +- uid: 20134 + type: AsteroidRock + components: + - pos: -39.5,55.5 + parent: 864 + type: Transform +- uid: 20135 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,67.5 + parent: 864 + type: Transform +- uid: 20136 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,66.5 + parent: 864 + type: Transform +- uid: 20137 + type: AsteroidRock + components: + - pos: -46.5,54.5 + parent: 864 + type: Transform +- uid: 20138 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,64.5 + parent: 864 + type: Transform +- uid: 20139 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,63.5 + parent: 864 + type: Transform +- uid: 20140 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,69.5 + parent: 864 + type: Transform +- uid: 20141 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,68.5 + parent: 864 + type: Transform +- uid: 20142 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,67.5 + parent: 864 + type: Transform +- uid: 20143 + type: AsteroidRock + components: + - pos: -44.5,54.5 + parent: 864 + type: Transform +- uid: 20144 + type: AsteroidRock + components: + - pos: -45.5,54.5 + parent: 864 + type: Transform +- uid: 20145 + type: AsteroidRock + components: + - pos: -43.5,54.5 + parent: 864 + type: Transform +- uid: 20146 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,63.5 + parent: 864 + type: Transform +- uid: 20147 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,69.5 + parent: 864 + type: Transform +- uid: 20148 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,68.5 + parent: 864 + type: Transform +- uid: 20149 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,67.5 + parent: 864 + type: Transform +- uid: 20150 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,66.5 + parent: 864 + type: Transform +- uid: 20151 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,65.5 + parent: 864 + type: Transform +- uid: 20152 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,64.5 + parent: 864 + type: Transform +- uid: 20153 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -51.5,63.5 + parent: 864 + type: Transform +- uid: 20154 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,69.5 + parent: 864 + type: Transform +- uid: 20155 + type: AsteroidRock + components: + - pos: -49.5,54.5 + parent: 864 + type: Transform +- uid: 20156 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,67.5 + parent: 864 + type: Transform +- uid: 20157 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,66.5 + parent: 864 + type: Transform +- uid: 20158 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,65.5 + parent: 864 + type: Transform +- uid: 20159 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,64.5 + parent: 864 + type: Transform +- uid: 20160 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -50.5,63.5 + parent: 864 + type: Transform +- uid: 20161 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -57.5,69.5 + parent: 864 + type: Transform +- uid: 20162 + type: AsteroidRock + components: + - pos: -47.5,54.5 + parent: 864 + type: Transform +- uid: 20163 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -57.5,67.5 + parent: 864 + type: Transform +- uid: 20164 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -57.5,66.5 + parent: 864 + type: Transform +- uid: 20165 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -57.5,65.5 + parent: 864 + type: Transform +- uid: 20166 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -57.5,64.5 + parent: 864 + type: Transform +- uid: 20167 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -57.5,63.5 + parent: 864 + type: Transform +- uid: 20168 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -56.5,69.5 + parent: 864 + type: Transform +- uid: 20169 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -56.5,68.5 + parent: 864 + type: Transform +- uid: 20170 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -56.5,67.5 + parent: 864 + type: Transform +- uid: 20171 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -56.5,66.5 + parent: 864 + type: Transform +- uid: 20172 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -56.5,65.5 + parent: 864 + type: Transform +- uid: 20173 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -56.5,64.5 + parent: 864 + type: Transform +- uid: 20174 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -56.5,63.5 + parent: 864 + type: Transform +- uid: 20175 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -55.5,69.5 + parent: 864 + type: Transform +- uid: 20176 + type: AsteroidRock + components: + - pos: -38.5,55.5 + parent: 864 + type: Transform +- uid: 20177 + type: AsteroidRock + components: + - pos: -37.5,57.5 + parent: 864 + type: Transform +- uid: 20178 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -55.5,66.5 + parent: 864 + type: Transform +- uid: 20179 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -55.5,65.5 + parent: 864 + type: Transform +- uid: 20180 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -55.5,64.5 + parent: 864 + type: Transform +- uid: 20181 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -55.5,63.5 + parent: 864 + type: Transform +- uid: 20182 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,69.5 + parent: 864 + type: Transform +- uid: 20183 + type: AsteroidRock + components: + - pos: -37.5,56.5 + parent: 864 + type: Transform +- uid: 20184 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,67.5 + parent: 864 + type: Transform +- uid: 20185 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,66.5 + parent: 864 + type: Transform +- uid: 20186 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,65.5 + parent: 864 + type: Transform +- uid: 20187 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,64.5 + parent: 864 + type: Transform +- uid: 20188 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,63.5 + parent: 864 + type: Transform +- uid: 20189 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,68.5 + parent: 864 + type: Transform +- uid: 20190 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,67.5 + parent: 864 + type: Transform +- uid: 20191 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,66.5 + parent: 864 + type: Transform +- uid: 20192 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,65.5 + parent: 864 + type: Transform +- uid: 20193 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,64.5 + parent: 864 + type: Transform +- uid: 20194 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -48.5,63.5 + parent: 864 + type: Transform +- uid: 20195 + type: AsteroidRock + components: + - pos: -48.5,54.5 + parent: 864 + type: Transform +- uid: 20196 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,69.5 + parent: 864 + type: Transform +- uid: 20197 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -54.5,70.5 + parent: 864 + type: Transform +- uid: 20198 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -53.5,70.5 + parent: 864 + type: Transform +- uid: 20199 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -52.5,70.5 + parent: 864 + type: Transform +- uid: 20200 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -56.5,70.5 + parent: 864 + type: Transform +- uid: 20201 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -58.5,68.5 + parent: 864 + type: Transform +- uid: 20202 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -58.5,66.5 + parent: 864 + type: Transform +- uid: 20203 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -58.5,67.5 + parent: 864 + type: Transform +- uid: 20204 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,67.5 + parent: 864 + type: Transform +- uid: 20205 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,66.5 + parent: 864 + type: Transform +- uid: 20206 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,65.5 + parent: 864 + type: Transform +- uid: 20207 + type: AsteroidRock + components: + - pos: -36.5,67.5 + parent: 864 + type: Transform +- uid: 20208 + type: AsteroidRock + components: + - pos: -35.5,67.5 + parent: 864 + type: Transform +- uid: 20209 + type: AsteroidRock + components: + - pos: -35.5,64.5 + parent: 864 + type: Transform +- uid: 20210 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,61.5 + parent: 864 + type: Transform +- uid: 20211 + type: AsteroidRock + components: + - pos: -36.5,61.5 + parent: 864 + type: Transform +- uid: 20212 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,67.5 + parent: 864 + type: Transform +- uid: 20213 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,66.5 + parent: 864 + type: Transform +- uid: 20214 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,65.5 + parent: 864 + type: Transform +- uid: 20215 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,64.5 + parent: 864 + type: Transform +- uid: 20216 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,63.5 + parent: 864 + type: Transform +- uid: 20217 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,62.5 + parent: 864 + type: Transform +- uid: 20218 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,61.5 + parent: 864 + type: Transform +- uid: 20219 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -47.5,60.5 + parent: 864 + type: Transform +- uid: 20220 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,67.5 + parent: 864 + type: Transform +- uid: 20221 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,66.5 + parent: 864 + type: Transform +- uid: 20222 + type: AsteroidRock + components: + - pos: -36.5,68.5 + parent: 864 + type: Transform +- uid: 20223 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,64.5 + parent: 864 + type: Transform +- uid: 20224 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,63.5 + parent: 864 + type: Transform +- uid: 20225 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,62.5 + parent: 864 + type: Transform +- uid: 20226 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,61.5 + parent: 864 + type: Transform +- uid: 20227 + type: AsteroidRock + components: + - pos: -55.5,71.5 + parent: 864 + type: Transform +- uid: 20228 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,67.5 + parent: 864 + type: Transform +- uid: 20229 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,66.5 + parent: 864 + type: Transform +- uid: 20230 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,65.5 + parent: 864 + type: Transform +- uid: 20231 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,64.5 + parent: 864 + type: Transform +- uid: 20232 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,63.5 + parent: 864 + type: Transform +- uid: 20233 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,62.5 + parent: 864 + type: Transform +- uid: 20234 + type: AsteroidRock + components: + - pos: -58.5,64.5 + parent: 864 + type: Transform +- uid: 20235 + type: AsteroidRock + components: + - pos: -56.5,71.5 + parent: 864 + type: Transform +- uid: 20236 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,67.5 + parent: 864 + type: Transform +- uid: 20237 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,66.5 + parent: 864 + type: Transform +- uid: 20238 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,65.5 + parent: 864 + type: Transform +- uid: 20239 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,64.5 + parent: 864 + type: Transform +- uid: 20240 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,63.5 + parent: 864 + type: Transform +- uid: 20241 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,62.5 + parent: 864 + type: Transform +- uid: 20242 + type: AsteroidRock + components: + - pos: -57.5,70.5 + parent: 864 + type: Transform +- uid: 20243 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,60.5 + parent: 864 + type: Transform +- uid: 20244 + type: AsteroidRock + components: + - pos: -40.5,54.5 + parent: 864 + type: Transform +- uid: 20245 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,66.5 + parent: 864 + type: Transform +- uid: 20246 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,65.5 + parent: 864 + type: Transform +- uid: 20247 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,64.5 + parent: 864 + type: Transform +- uid: 20248 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,63.5 + parent: 864 + type: Transform +- uid: 20249 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,62.5 + parent: 864 + type: Transform +- uid: 20250 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,61.5 + parent: 864 + type: Transform +- uid: 20251 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,60.5 + parent: 864 + type: Transform +- uid: 20252 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,67.5 + parent: 864 + type: Transform +- uid: 20253 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,66.5 + parent: 864 + type: Transform +- uid: 20254 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,65.5 + parent: 864 + type: Transform +- uid: 20255 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,64.5 + parent: 864 + type: Transform +- uid: 20256 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,63.5 + parent: 864 + type: Transform +- uid: 20257 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,62.5 + parent: 864 + type: Transform +- uid: 20258 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,61.5 + parent: 864 + type: Transform +- uid: 20259 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,60.5 + parent: 864 + type: Transform +- uid: 20260 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,67.5 + parent: 864 + type: Transform +- uid: 20261 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,66.5 + parent: 864 + type: Transform +- uid: 20262 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,65.5 + parent: 864 + type: Transform +- uid: 20263 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,64.5 + parent: 864 + type: Transform +- uid: 20264 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,63.5 + parent: 864 + type: Transform +- uid: 20265 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,62.5 + parent: 864 + type: Transform +- uid: 20266 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,61.5 + parent: 864 + type: Transform +- uid: 20267 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,60.5 + parent: 864 + type: Transform +- uid: 20268 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,67.5 + parent: 864 + type: Transform +- uid: 20269 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,66.5 + parent: 864 + type: Transform +- uid: 20270 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,65.5 + parent: 864 + type: Transform +- uid: 20271 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,64.5 + parent: 864 + type: Transform +- uid: 20272 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,63.5 + parent: 864 + type: Transform +- uid: 20273 + type: AsteroidRock + components: + - pos: -35.5,61.5 + parent: 864 + type: Transform +- uid: 20274 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,61.5 + parent: 864 + type: Transform +- uid: 20275 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,60.5 + parent: 864 + type: Transform +- uid: 20276 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,67.5 + parent: 864 + type: Transform +- uid: 20277 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,66.5 + parent: 864 + type: Transform +- uid: 20278 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,65.5 + parent: 864 + type: Transform +- uid: 20279 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,64.5 + parent: 864 + type: Transform +- uid: 20280 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,63.5 + parent: 864 + type: Transform +- uid: 20281 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,62.5 + parent: 864 + type: Transform +- uid: 20282 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,61.5 + parent: 864 + type: Transform +- uid: 20283 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,60.5 + parent: 864 + type: Transform +- uid: 20284 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -37.5,67.5 + parent: 864 + type: Transform +- uid: 20285 + type: FloraRockSolid03 + components: + - pos: -36.12132,66.345604 + parent: 864 + type: Transform +- uid: 20286 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -37.5,65.5 + parent: 864 + type: Transform +- uid: 20287 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -37.5,64.5 + parent: 864 + type: Transform +- uid: 20288 + type: FloraRockSolid01 + components: + - pos: -35.87132,62.966484 + parent: 864 + type: Transform +- uid: 20289 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -37.5,62.5 + parent: 864 + type: Transform +- uid: 20290 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -37.5,61.5 + parent: 864 + type: Transform +- uid: 20291 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -37.5,60.5 + parent: 864 + type: Transform +- uid: 20292 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -45.5,68.5 + parent: 864 + type: Transform +- uid: 20293 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -44.5,68.5 + parent: 864 + type: Transform +- uid: 20294 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,68.5 + parent: 864 + type: Transform +- uid: 20295 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,68.5 + parent: 864 + type: Transform +- uid: 20296 + type: AsteroidRock + components: + - pos: -41.5,54.5 + parent: 864 + type: Transform +- uid: 20297 + type: AsteroidRock + components: + - pos: -42.5,54.5 + parent: 864 + type: Transform +- uid: 20298 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,68.5 + parent: 864 + type: Transform +- uid: 20299 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,68.5 + parent: 864 + type: Transform +- uid: 20300 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -43.5,69.5 + parent: 864 + type: Transform +- uid: 20301 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,69.5 + parent: 864 + type: Transform +- uid: 20302 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,69.5 + parent: 864 + type: Transform +- uid: 20303 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,69.5 + parent: 864 + type: Transform +- uid: 20304 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,69.5 + parent: 864 + type: Transform +- uid: 20305 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,69.5 + parent: 864 + type: Transform +- uid: 20306 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -46.5,68.5 + parent: 864 + type: Transform +- uid: 20307 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,59.5 + parent: 864 + type: Transform +- uid: 20308 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,58.5 + parent: 864 + type: Transform +- uid: 20309 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -38.5,57.5 + parent: 864 + type: Transform +- uid: 20310 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,59.5 + parent: 864 + type: Transform +- uid: 20311 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,58.5 + parent: 864 + type: Transform +- uid: 20312 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,57.5 + parent: 864 + type: Transform +- uid: 20313 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,59.5 + parent: 864 + type: Transform +- uid: 20314 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,58.5 + parent: 864 + type: Transform +- uid: 20315 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,57.5 + parent: 864 + type: Transform +- uid: 20316 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,59.5 + parent: 864 + type: Transform +- uid: 20317 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,58.5 + parent: 864 + type: Transform +- uid: 20318 + type: AsteroidRock + components: + - pos: -37.5,59.5 + parent: 864 + type: Transform +- uid: 20319 + type: AsteroidRock + components: + - pos: -36.5,60.5 + parent: 864 + type: Transform +- uid: 20320 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,58.5 + parent: 864 + type: Transform +- uid: 20321 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -42.5,57.5 + parent: 864 + type: Transform +- uid: 20322 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,57.5 + parent: 864 + type: Transform +- uid: 20323 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -41.5,56.5 + parent: 864 + type: Transform +- uid: 20324 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -39.5,56.5 + parent: 864 + type: Transform +- uid: 20325 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -40.5,56.5 + parent: 864 + type: Transform +- uid: 20326 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: -56.5,62.5 + parent: 864 + type: Transform +- uid: 20327 + type: AsteroidRock + components: + - pos: -54.5,71.5 + parent: 864 + type: Transform +- uid: 20328 + type: AsteroidRock + components: + - pos: -53.5,71.5 + parent: 864 + type: Transform +- uid: 20329 + type: AsteroidRock + components: + - pos: -52.5,71.5 + parent: 864 + type: Transform +- uid: 20330 + type: AsteroidRock + components: + - pos: -50.5,70.5 + parent: 864 + type: Transform +- uid: 20331 + type: AsteroidRock + components: + - pos: -49.5,70.5 + parent: 864 + type: Transform +- uid: 20332 + type: AsteroidRock + components: + - pos: -46.5,69.5 + parent: 864 + type: Transform +- uid: 20333 + type: AsteroidRock + components: + - pos: -45.5,69.5 + parent: 864 + type: Transform +- uid: 20334 + type: AsteroidRock + components: + - pos: -44.5,69.5 + parent: 864 + type: Transform +- uid: 20335 + type: AsteroidRock + components: + - pos: -43.5,70.5 + parent: 864 + type: Transform +- uid: 20336 + type: AsteroidRock + components: + - pos: -42.5,70.5 + parent: 864 + type: Transform +- uid: 20337 + type: AsteroidRock + components: + - pos: -41.5,70.5 + parent: 864 + type: Transform +- uid: 20338 + type: AsteroidRock + components: + - pos: -40.5,70.5 + parent: 864 + type: Transform +- uid: 20339 + type: AsteroidRock + components: + - pos: -36.5,64.5 + parent: 864 + type: Transform +- uid: 20340 + type: RandomArtifactSpawner + components: + - pos: -46.5,65.5 + parent: 864 + type: Transform +- uid: 20341 + type: RandomSoap + components: + - pos: -50.5,62.5 + parent: 864 + type: Transform +- uid: 20342 + type: ClothingOuterSuitChicken + components: + - pos: -41.535904,57.643673 + parent: 864 + type: Transform +- uid: 20343 + type: ClothingOuterSuitShrineMaiden + components: + - pos: -40.48903,63.987423 + parent: 864 + type: Transform +- uid: 20344 + type: PowerDrill + components: + - pos: -52.61403,65.565544 + parent: 864 + type: Transform + - useSound: !type:SoundPathSpecifier + path: /Audio/Items/drill_use.ogg + type: Tool +- uid: 20345 + type: ClothingHeadHatChickenhead + components: + - pos: -38.364468,56.565044 + parent: 864 + type: Transform +- uid: 20346 + type: ClothingHeadHatAnimalHeadslime + components: + - pos: -48.252262,60.451523 + parent: 864 + type: Transform +- uid: 20347 + type: AMEJar + components: + - pos: -49.455143,64.63223 + parent: 864 + type: Transform +- uid: 20348 + type: SpawnMobBear + components: + - pos: -37.5,63.5 + parent: 864 + type: Transform +- uid: 20349 + type: SpawnMobBear + components: + - pos: -55.5,68.5 + parent: 864 + type: Transform +- uid: 20350 + type: FoodCakeSpacemanSlice + components: + - pos: -34.24552,17.570845 + parent: 864 + type: Transform +- uid: 20351 + type: Catwalk + components: + - pos: -52.5,41.5 + parent: 864 + type: Transform +- uid: 20352 + type: Catwalk + components: + - pos: -51.5,41.5 + parent: 864 + type: Transform +- uid: 20353 + type: Catwalk + components: + - pos: -50.5,41.5 + parent: 864 + type: Transform +- uid: 20354 + type: Catwalk + components: + - pos: -49.5,41.5 + parent: 864 + type: Transform +- uid: 20355 + type: Catwalk + components: + - pos: -48.5,41.5 + parent: 864 + type: Transform +- uid: 20356 + type: Catwalk + components: + - pos: -47.5,41.5 + parent: 864 + type: Transform +- uid: 20357 + type: Catwalk + components: + - pos: -46.5,41.5 + parent: 864 + type: Transform +- uid: 20358 + type: Catwalk + components: + - pos: -45.5,41.5 + parent: 864 + type: Transform +- uid: 20359 + type: Catwalk + components: + - pos: -44.5,41.5 + parent: 864 + type: Transform +- uid: 20360 + type: Catwalk + components: + - pos: -43.5,41.5 + parent: 864 + type: Transform +- uid: 20361 + type: Catwalk + components: + - pos: -42.5,41.5 + parent: 864 + type: Transform +- uid: 20362 + type: Catwalk + components: + - pos: -45.5,42.5 + parent: 864 + type: Transform +- uid: 20363 + type: Catwalk + components: + - pos: -45.5,43.5 + parent: 864 + type: Transform +- uid: 20364 + type: Catwalk + components: + - pos: -45.5,44.5 + parent: 864 + type: Transform +- uid: 20365 + type: Catwalk + components: + - pos: -45.5,45.5 + parent: 864 + type: Transform +- uid: 20366 + type: Catwalk + components: + - pos: -45.5,46.5 + parent: 864 + type: Transform +- uid: 20367 + type: Catwalk + components: + - pos: -45.5,47.5 + parent: 864 + type: Transform +- uid: 20368 + type: Catwalk + components: + - pos: -45.5,48.5 + parent: 864 + type: Transform +- uid: 20369 + type: Catwalk + components: + - pos: -45.5,49.5 + parent: 864 + type: Transform +- uid: 20370 + type: Catwalk + components: + - pos: -44.5,45.5 + parent: 864 + type: Transform +- uid: 20371 + type: Catwalk + components: + - pos: -43.5,45.5 + parent: 864 + type: Transform +- uid: 20372 + type: Catwalk + components: + - pos: -42.5,45.5 + parent: 864 + type: Transform +- uid: 20373 + type: Catwalk + components: + - pos: -41.5,45.5 + parent: 864 + type: Transform +- uid: 20374 + type: Catwalk + components: + - pos: -40.5,45.5 + parent: 864 + type: Transform +- uid: 20375 + type: Catwalk + components: + - pos: -39.5,45.5 + parent: 864 + type: Transform +- uid: 20376 + type: Catwalk + components: + - pos: -38.5,45.5 + parent: 864 + type: Transform +- uid: 20377 + type: Catwalk + components: + - pos: -40.5,46.5 + parent: 864 + type: Transform +- uid: 20378 + type: Catwalk + components: + - pos: -40.5,47.5 + parent: 864 + type: Transform +- uid: 20379 + type: Catwalk + components: + - pos: -40.5,48.5 + parent: 864 + type: Transform +- uid: 20380 + type: Catwalk + components: + - pos: -40.5,49.5 + parent: 864 + type: Transform +- uid: 20381 + type: Catwalk + components: + - pos: -40.5,50.5 + parent: 864 + type: Transform +- uid: 20382 + type: Catwalk + components: + - pos: -40.5,51.5 + parent: 864 + type: Transform +- uid: 20383 + type: Catwalk + components: + - pos: -40.5,52.5 + parent: 864 + type: Transform +- uid: 20384 + type: Catwalk + components: + - pos: -40.5,53.5 + parent: 864 + type: Transform +- uid: 20385 + type: Catwalk + components: + - pos: -48.5,53.5 + parent: 864 + type: Transform +- uid: 20386 + type: Catwalk + components: + - pos: -47.5,53.5 + parent: 864 + type: Transform +- uid: 20387 + type: Catwalk + components: + - pos: -46.5,53.5 + parent: 864 + type: Transform +- uid: 20388 + type: Catwalk + components: + - pos: -45.5,53.5 + parent: 864 + type: Transform +- uid: 20389 + type: Catwalk + components: + - pos: -44.5,53.5 + parent: 864 + type: Transform +- uid: 20390 + type: Catwalk + components: + - pos: -43.5,53.5 + parent: 864 + type: Transform +- uid: 20391 + type: Catwalk + components: + - pos: -42.5,53.5 + parent: 864 + type: Transform +- uid: 20392 + type: Catwalk + components: + - pos: -41.5,53.5 + parent: 864 + type: Transform +- uid: 20393 + type: Catwalk + components: + - pos: -40.5,53.5 + parent: 864 + type: Transform +- uid: 20394 + type: Catwalk + components: + - pos: -39.5,53.5 + parent: 864 + type: Transform +- uid: 20395 + type: Grille + components: + - pos: 61.5,37.5 + parent: 864 + type: Transform +- uid: 20396 + type: Grille + components: + - pos: 61.5,38.5 + parent: 864 + type: Transform +- uid: 20397 + type: Grille + components: + - pos: 61.5,39.5 + parent: 864 + type: Transform +- uid: 20398 + type: Firelock + components: + - pos: 46.5,33.5 + parent: 864 + type: Transform +- uid: 20399 + type: Firelock + components: + - pos: 48.5,30.5 + parent: 864 + type: Transform +- uid: 20400 + type: WallSolid + components: + - pos: -43.5,-1.5 + parent: 864 + type: Transform +- uid: 20401 + type: WallSolid + components: + - pos: -44.5,2.5 + parent: 864 + type: Transform +- uid: 20402 + type: WallSolid + components: + - pos: -44.5,-1.5 + parent: 864 + type: Transform +- uid: 20403 + type: FirelockGlass + components: + - pos: -44.5,1.5 + parent: 864 + type: Transform +- uid: 20404 + type: FirelockGlass + components: + - pos: -44.5,0.5 + parent: 864 + type: Transform +- uid: 20405 + type: AirlockGlass + components: + - pos: -44.5,-0.5 + parent: 864 + type: Transform +- uid: 20406 + type: WallSolid + components: + - pos: -32.5,11.5 + parent: 864 + type: Transform +- uid: 20407 + type: WallSolid + components: + - pos: -31.5,11.5 + parent: 864 + type: Transform +- uid: 20408 + type: Crematorium + components: + - pos: -33.5,11.5 + parent: 864 + type: Transform +- uid: 20409 + type: OperatingTable + components: + - name: mortuary table + type: MetaData + - pos: -32.5,9.5 + parent: 864 + type: Transform +- uid: 20410 + type: Morgue + components: + - rot: -1.5707963267948966 rad + pos: -28.5,10.5 + parent: 864 + type: Transform +- uid: 20411 + type: Morgue + components: + - rot: -1.5707963267948966 rad + pos: -28.5,9.5 + parent: 864 + type: Transform +- uid: 20412 + type: AirlockChapelLocked + components: + - rot: -1.5707963267948966 rad + pos: -32.5,14.5 + parent: 864 + type: Transform +- uid: 20413 + type: AirlockChapelLocked + components: + - rot: -1.5707963267948966 rad + pos: -30.5,11.5 + parent: 864 + type: Transform +- uid: 20414 + type: SignDirectionalChapel + components: + - rot: -1.5707963267948966 rad + pos: -27.5,2.5 + parent: 864 + type: Transform +- uid: 20415 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -34.5,13.5 + parent: 864 + type: Transform +- uid: 20416 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -34.5,15.5 + parent: 864 + type: Transform +- uid: 20417 + type: WindoorSecure + components: + - rot: -1.5707963267948966 rad + pos: -34.5,14.5 + parent: 864 + type: Transform +- uid: 20418 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -34.5,15.5 + parent: 864 + type: Transform +- uid: 20419 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -34.5,14.5 + parent: 864 + type: Transform +- uid: 20420 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -34.5,13.5 + parent: 864 + type: Transform +- uid: 20421 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -33.5,15.5 + parent: 864 + type: Transform +- uid: 20422 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -33.5,14.5 + parent: 864 + type: Transform +- uid: 20423 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -33.5,13.5 + parent: 864 + type: Transform +- uid: 20424 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -42.5,15.5 + parent: 864 + type: Transform +- uid: 20425 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -42.5,14.5 + parent: 864 + type: Transform +- uid: 20426 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -42.5,13.5 + parent: 864 + type: Transform +- uid: 20427 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -41.5,15.5 + parent: 864 + type: Transform +- uid: 20428 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -41.5,14.5 + parent: 864 + type: Transform +- uid: 20429 + type: Carpet + components: + - rot: -1.5707963267948966 rad + pos: -41.5,13.5 + parent: 864 + type: Transform +- uid: 20430 + type: Bed + components: + - pos: -29.5,14.5 + parent: 864 + type: Transform +- uid: 20431 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -30.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20432 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -29.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20433 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -30.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20434 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -30.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20435 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -30.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20436 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -30.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20437 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -30.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20438 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -29.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20439 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -29.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20440 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -29.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20441 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -29.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20442 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -31.5,15.5 + parent: 864 + type: Transform +- uid: 20443 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -30.5,15.5 + parent: 864 + type: Transform +- uid: 20444 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -29.5,15.5 + parent: 864 + type: Transform +- uid: 20445 + type: WardrobeChapelFilled + components: + - pos: -29.5,12.5 + parent: 864 + type: Transform +- uid: 20446 + type: Bible + components: + - pos: -30.453314,15.631503 + parent: 864 + type: Transform +- uid: 20447 + type: Grille + components: + - pos: 29.5,24.5 + parent: 864 + type: Transform +- uid: 20448 + type: BedsheetCult + components: + - pos: -29.5,14.5 + parent: 864 + type: Transform +- uid: 20449 + type: AirlockBarLocked + components: + - name: bartender quarters + type: MetaData + - rot: 1.5707963267948966 rad + pos: 21.5,9.5 + parent: 864 + type: Transform +- uid: 20450 + type: DrinkWhiskeyGlass + components: + - pos: -29.929981,15.531138 + parent: 864 + type: Transform +- uid: 20451 + type: WallReinforced + components: + - pos: -46.5,-57.5 + parent: 864 + type: Transform +- uid: 20452 + type: AirlockMaintLocked + components: + - rot: 3.141592653589793 rad + pos: -43.5,14.5 + parent: 864 + type: Transform +- uid: 20453 + type: AtmosFixFreezerMarker + components: + - pos: -28.5,8.5 + parent: 864 + type: Transform +- uid: 20454 + type: AirlockGlass + components: + - pos: -4.5,-2.5 + parent: 864 + type: Transform +- uid: 20455 + type: AirlockGlass + components: + - pos: -3.5,-2.5 + parent: 864 + type: Transform +- uid: 20456 + type: AtmosFixFreezerMarker + components: + - pos: -29.5,8.5 + parent: 864 + type: Transform +- uid: 20457 + type: FirelockGlass + components: + - pos: -8.5,-17.5 + parent: 864 + type: Transform +- uid: 20458 + type: FirelockGlass + components: + - pos: 1.5,-46.5 + parent: 864 + type: Transform +- uid: 20459 + type: FirelockGlass + components: + - pos: 1.5,-48.5 + parent: 864 + type: Transform +- uid: 20460 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-13.5 + parent: 864 + type: Transform +- uid: 20461 + type: AirlockChemistryLocked + components: + - name: chemistry + type: MetaData + - pos: 3.5,-51.5 + parent: 864 + type: Transform +- uid: 20462 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 864 + type: Transform +- uid: 20463 + type: AirlockMedicalGlassLocked + components: + - name: surgery + type: MetaData + - rot: 3.141592653589793 rad + pos: -3.5,-62.5 + parent: 864 + type: Transform +- uid: 20464 + type: FirelockGlass + components: + - pos: -3.5,-62.5 + parent: 864 + type: Transform +- uid: 20465 + type: Firelock + components: + - pos: 2.5,-13.5 + parent: 864 + type: Transform +- uid: 20466 + type: AirlockVirologyLocked + components: + - name: virology + type: MetaData + - rot: 3.141592653589793 rad + pos: -19.5,-62.5 + parent: 864 + type: Transform +- uid: 20467 + type: FirelockGlass + components: + - pos: -5.5,-62.5 + parent: 864 + type: Transform +- uid: 20468 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,12.5 + parent: 864 + type: Transform +- uid: 20469 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,11.5 + parent: 864 + type: Transform +- uid: 20470 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,10.5 + parent: 864 + type: Transform +- uid: 20471 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,12.5 + parent: 864 + type: Transform +- uid: 20472 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,11.5 + parent: 864 + type: Transform +- uid: 20473 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,10.5 + parent: 864 + type: Transform +- uid: 20474 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,12.5 + parent: 864 + type: Transform +- uid: 20475 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,11.5 + parent: 864 + type: Transform +- uid: 20476 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,10.5 + parent: 864 + type: Transform +- uid: 20477 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,12.5 + parent: 864 + type: Transform +- uid: 20478 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,11.5 + parent: 864 + type: Transform +- uid: 20479 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,10.5 + parent: 864 + type: Transform +- uid: 20480 + type: WallSolid + components: + - pos: -32.5,7.5 + parent: 864 + type: Transform +- uid: 20481 + type: WallSolid + components: + - pos: -31.5,7.5 + parent: 864 + type: Transform +- uid: 20482 + type: WallSolid + components: + - pos: -29.5,7.5 + parent: 864 + type: Transform +- uid: 20483 + type: OnionSeeds + components: + - pos: -32.52041,6.4317174 + parent: 864 + type: Transform +- uid: 20484 + type: TomatoSeeds + components: + - pos: -32.45791,6.4317174 + parent: 864 + type: Transform +- uid: 20485 + type: TobaccoSeeds + components: + - pos: -32.36416,6.3223424 + parent: 864 + type: Transform +- uid: 20486 + type: Table + components: + - pos: -28.5,8.5 + parent: 864 + type: Transform +- uid: 20487 + type: Table + components: + - pos: -29.5,8.5 + parent: 864 + type: Transform +- uid: 20488 + type: FloraTree01 + components: + - pos: -34.982212,4.983104 + parent: 864 + type: Transform +- uid: 20489 + type: FloraTree03 + components: + - pos: -40.544712,5.483103 + parent: 864 + type: Transform +- uid: 20490 + type: Bucket + components: + - pos: -29.554869,3.5549593 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 20491 + type: Saw + components: + - pos: -28.584959,8.623846 + parent: 864 + type: Transform +- uid: 20492 + type: CrayonBox + components: + - pos: -29.428709,8.545935 + parent: 864 + type: Transform +- uid: 20493 + type: ClothingMaskPlague + components: + - pos: -31.093393,5.386326 + parent: 864 + type: Transform +- uid: 20494 + type: ClothingOuterPlagueSuit + components: + - pos: -31.046518,5.058201 + parent: 864 + type: Transform +- uid: 20495 + type: ClothingHeadHatPlaguedoctor + components: + - pos: -31.265268,5.276951 + parent: 864 + type: Transform +- uid: 20496 + type: Paper + components: + - pos: -31.206972,15.691786 + parent: 864 + type: Transform +- uid: 20497 + type: Paper + components: + - pos: -31.206972,15.691786 + parent: 864 + type: Transform +- uid: 20498 + type: Paper + components: + - pos: -31.363222,15.551161 + parent: 864 + type: Transform +- uid: 20499 + type: Paper + components: + - pos: -31.363222,15.551161 + parent: 864 + type: Transform +- uid: 20500 + type: Carpet + components: + - pos: -30.5,14.5 + parent: 864 + type: Transform +- uid: 20501 + type: Carpet + components: + - pos: -30.5,13.5 + parent: 864 + type: Transform +- uid: 20502 + type: Carpet + components: + - pos: -30.5,12.5 + parent: 864 + type: Transform +- uid: 20503 + type: SpawnPointChaplain + components: + - pos: -30.5,13.5 + parent: 864 + type: Transform +- uid: 20504 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -29.5,-3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20505 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -39.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20506 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -37.5,3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20507 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -39.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20508 + type: GasVentScrubber + components: + - pos: -30.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20509 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -30.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20510 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -29.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20511 + type: GasVentPump + components: + - pos: -29.5,15.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20512 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -36.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20513 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -38.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20514 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -41.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20515 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -28.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20516 + type: CableApcExtension + components: + - pos: -36.5,-0.5 + parent: 864 + type: Transform +- uid: 20517 + type: CableApcExtension + components: + - pos: -35.5,-0.5 + parent: 864 + type: Transform +- uid: 20518 + type: CableApcExtension + components: + - pos: -34.5,-0.5 + parent: 864 + type: Transform +- uid: 20519 + type: CableApcExtension + components: + - pos: -33.5,-0.5 + parent: 864 + type: Transform +- uid: 20520 + type: CableApcExtension + components: + - pos: -32.5,-0.5 + parent: 864 + type: Transform +- uid: 20521 + type: CableApcExtension + components: + - pos: -31.5,-0.5 + parent: 864 + type: Transform +- uid: 20522 + type: CableApcExtension + components: + - pos: -30.5,-0.5 + parent: 864 + type: Transform +- uid: 20523 + type: CableApcExtension + components: + - pos: -29.5,-0.5 + parent: 864 + type: Transform +- uid: 20524 + type: CableApcExtension + components: + - pos: -29.5,-1.5 + parent: 864 + type: Transform +- uid: 20525 + type: CableApcExtension + components: + - pos: -29.5,-2.5 + parent: 864 + type: Transform +- uid: 20526 + type: CableApcExtension + components: + - pos: -29.5,-3.5 + parent: 864 + type: Transform +- uid: 20527 + type: CableApcExtension + components: + - pos: -28.5,-3.5 + parent: 864 + type: Transform +- uid: 20528 + type: CableApcExtension + components: + - pos: -28.5,-4.5 + parent: 864 + type: Transform +- uid: 20529 + type: CableApcExtension + components: + - pos: -28.5,-4.5 + parent: 864 + type: Transform +- uid: 20530 + type: CableApcExtension + components: + - pos: -28.5,-5.5 + parent: 864 + type: Transform +- uid: 20531 + type: CableApcExtension + components: + - pos: -30.5,0.5 + parent: 864 + type: Transform +- uid: 20532 + type: CableApcExtension + components: + - pos: -30.5,1.5 + parent: 864 + type: Transform +- uid: 20533 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -41.5,4.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20534 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -30.5,3.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20535 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -33.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20536 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -28.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20537 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -29.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20538 + type: PoweredSmallLight + components: + - pos: -35.5,15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20539 + type: PoweredSmallLight + components: + - pos: -40.5,15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20540 + type: SolarPanelBroken + components: + - rot: 3.141592653589793 rad + pos: 62.5,29.5 + parent: 864 + type: Transform +- uid: 20541 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -35.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20542 + type: ClosetMaintenance + components: + - pos: -41.5,-30.5 + parent: 864 + type: Transform +- uid: 20543 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -40.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20544 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: -39.5,-29.5 + parent: 864 + type: Transform +- uid: 20545 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: -38.5,-29.5 + parent: 864 + type: Transform +- uid: 20546 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -22.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 20547 + type: Poweredlight + components: + - pos: -26.5,15.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 20548 + type: CableApcExtension + components: + - pos: -23.5,18.5 + parent: 864 + type: Transform +- uid: 20549 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -48.5,2.5 + parent: 864 + type: Transform +- uid: 20550 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -48.5,1.5 + parent: 864 + type: Transform +- uid: 20551 + type: AirlockMaintLocked + components: + - pos: -48.5,0.5 + parent: 864 + type: Transform +- uid: 20552 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-0.5 + parent: 864 + type: Transform +- uid: 20553 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-1.5 + parent: 864 + type: Transform +- uid: 20554 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-1.5 + parent: 864 + type: Transform +- uid: 20555 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-1.5 + parent: 864 + type: Transform +- uid: 20556 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-1.5 + parent: 864 + type: Transform +- uid: 20557 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -49.5,2.5 + parent: 864 + type: Transform +- uid: 20558 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -50.5,2.5 + parent: 864 + type: Transform +- uid: 20559 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -50.5,3.5 + parent: 864 + type: Transform +- uid: 20560 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -50.5,4.5 + parent: 864 + type: Transform +- uid: 20561 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -50.5,5.5 + parent: 864 + type: Transform +- uid: 20562 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -50.5,6.5 + parent: 864 + type: Transform +- uid: 20563 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -50.5,7.5 + parent: 864 + type: Transform +- uid: 20564 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -50.5,8.5 + parent: 864 + type: Transform +- uid: 20565 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -50.5,9.5 + parent: 864 + type: Transform +- uid: 20566 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -49.5,9.5 + parent: 864 + type: Transform +- uid: 20567 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -48.5,9.5 + parent: 864 + type: Transform +- uid: 20568 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -47.5,9.5 + parent: 864 + type: Transform +- uid: 20569 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -44.5,9.5 + parent: 864 + type: Transform +- uid: 20570 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -43.5,9.5 + parent: 864 + type: Transform +- uid: 20571 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -43.5,8.5 + parent: 864 + type: Transform +- uid: 20572 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -43.5,7.5 + parent: 864 + type: Transform +- uid: 20573 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -44.5,10.5 + parent: 864 + type: Transform +- uid: 20574 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -44.5,12.5 + parent: 864 + type: Transform +- uid: 20575 + type: WallSolid + components: + - pos: -45.5,12.5 + parent: 864 + type: Transform +- uid: 20576 + type: WallSolid + components: + - pos: -47.5,12.5 + parent: 864 + type: Transform +- uid: 20577 + type: WallSolid + components: + - pos: -47.5,13.5 + parent: 864 + type: Transform +- uid: 20578 + type: WallSolid + components: + - pos: -47.5,14.5 + parent: 864 + type: Transform +- uid: 20579 + type: WallSolid + components: + - pos: -47.5,15.5 + parent: 864 + type: Transform +- uid: 20580 + type: WallSolid + components: + - pos: -49.5,12.5 + parent: 864 + type: Transform +- uid: 20581 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: -48.5,6.5 + parent: 864 + type: Transform +- uid: 20582 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: -48.5,5.5 + parent: 864 + type: Transform +- uid: 20583 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: -47.5,5.5 + parent: 864 + type: Transform +- uid: 20584 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: -47.5,6.5 + parent: 864 + type: Transform +- uid: 20585 + type: ComfyChair + components: + - pos: -48.5,7.5 + parent: 864 + type: Transform +- uid: 20586 + type: ComfyChair + components: + - pos: -47.5,7.5 + parent: 864 + type: Transform +- uid: 20587 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: -49.5,6.5 + parent: 864 + type: Transform +- uid: 20588 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: -49.5,5.5 + parent: 864 + type: Transform +- uid: 20589 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: -48.5,4.5 + parent: 864 + type: Transform +- uid: 20590 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: -47.5,4.5 + parent: 864 + type: Transform +- uid: 20591 + type: ComfyChair + components: + - rot: -1.5707963267948966 rad + pos: -46.5,6.5 + parent: 864 + type: Transform +- uid: 20592 + type: ComfyChair + components: + - rot: -1.5707963267948966 rad + pos: -46.5,5.5 + parent: 864 + type: Transform +- uid: 20593 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -49.5,7.5 + parent: 864 + type: Transform +- uid: 20594 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -49.5,6.5 + parent: 864 + type: Transform +- uid: 20595 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -49.5,5.5 + parent: 864 + type: Transform +- uid: 20596 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -49.5,4.5 + parent: 864 + type: Transform +- uid: 20597 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -48.5,7.5 + parent: 864 + type: Transform +- uid: 20598 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -48.5,6.5 + parent: 864 + type: Transform +- uid: 20599 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -48.5,5.5 + parent: 864 + type: Transform +- uid: 20600 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -48.5,4.5 + parent: 864 + type: Transform +- uid: 20601 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -47.5,7.5 + parent: 864 + type: Transform +- uid: 20602 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -47.5,6.5 + parent: 864 + type: Transform +- uid: 20603 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -47.5,5.5 + parent: 864 + type: Transform +- uid: 20604 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -47.5,4.5 + parent: 864 + type: Transform +- uid: 20605 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -46.5,7.5 + parent: 864 + type: Transform +- uid: 20606 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -46.5,6.5 + parent: 864 + type: Transform +- uid: 20607 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -46.5,5.5 + parent: 864 + type: Transform +- uid: 20608 + type: CarpetPurple + components: + - rot: -1.5707963267948966 rad + pos: -46.5,4.5 + parent: 864 + type: Transform +- uid: 20609 + type: MagicDiceBag + components: + - pos: -47.440662,5.801874 + parent: 864 + type: Transform +- uid: 20610 + type: ClothingBackpackSatchel + components: + - pos: -48.296333,5.808547 + parent: 864 + type: Transform +- uid: 20611 + type: ClothingHandsGlovesColorBlack + components: + - pos: -47.515083,6.5429225 + parent: 864 + type: Transform +- uid: 20612 + type: DrinkBilkGlass + components: + - pos: -48.4947,6.62208 + parent: 864 + type: Transform +- uid: 20613 + type: VendingMachineVendomat + components: + - pos: -43.5,6.5 + parent: 864 + type: Transform +- uid: 20614 + type: VendingMachineCoffee + components: + - pos: -43.5,4.5 + parent: 864 + type: Transform +- uid: 20615 + type: VendingMachineDiscount + components: + - pos: -43.5,3.5 + parent: 864 + type: Transform +- uid: 20616 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: -43.5,5.5 + parent: 864 + type: Transform +- uid: 20617 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -44.5,5.5 + parent: 864 + type: Transform +- uid: 20618 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -45.5,5.5 + parent: 864 + type: Transform +- uid: 20619 + type: DisposalPipe + components: + - pos: -45.5,4.5 + parent: 864 + type: Transform +- uid: 20620 + type: DisposalPipe + components: + - pos: -45.5,3.5 + parent: 864 + type: Transform +- uid: 20621 + type: DisposalPipe + components: + - pos: -45.5,2.5 + parent: 864 + type: Transform +- uid: 20622 + type: DisposalPipe + components: + - pos: -45.5,1.5 + parent: 864 + type: Transform +- uid: 20623 + type: DisposalPipe + components: + - pos: -45.5,0.5 + parent: 864 + type: Transform +- uid: 20624 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-0.5 + parent: 864 + type: Transform +- uid: 20625 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-0.5 + parent: 864 + type: Transform +- uid: 20626 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-0.5 + parent: 864 + type: Transform +- uid: 20627 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-0.5 + parent: 864 + type: Transform +- uid: 20628 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-0.5 + parent: 864 + type: Transform +- uid: 20629 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-0.5 + parent: 864 + type: Transform +- uid: 20630 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-0.5 + parent: 864 + type: Transform +- uid: 20631 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-0.5 + parent: 864 + type: Transform +- uid: 20632 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-0.5 + parent: 864 + type: Transform +- uid: 20633 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-0.5 + parent: 864 + type: Transform +- uid: 20634 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -41.5,-0.5 + parent: 864 + type: Transform +- uid: 20635 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-0.5 + parent: 864 + type: Transform +- uid: 20636 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -43.5,-0.5 + parent: 864 + type: Transform +- uid: 20637 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-0.5 + parent: 864 + type: Transform +- uid: 20638 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -45.5,-0.5 + parent: 864 + type: Transform +- uid: 20639 + type: DisposalUnit + components: + - pos: -43.5,5.5 + parent: 864 + type: Transform +- uid: 20640 + type: PottedPlantRandom + components: + - pos: -44.5,8.5 + parent: 864 + type: Transform +- uid: 20641 + type: PottedPlantRandom + components: + - pos: -49.5,8.5 + parent: 864 + type: Transform +- uid: 20642 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 20643 + type: WallSolid + components: + - pos: -50.5,1.5 + parent: 864 + type: Transform +- uid: 20644 + type: WallSolid + components: + - pos: -50.5,0.5 + parent: 864 + type: Transform +- uid: 20645 + type: WallSolid + components: + - pos: -50.5,-0.5 + parent: 864 + type: Transform +- uid: 20646 + type: WallSolid + components: + - pos: -50.5,-1.5 + parent: 864 + type: Transform +- uid: 20647 + type: WallSolid + components: + - pos: -46.5,-3.5 + parent: 864 + type: Transform +- uid: 20648 + type: WallSolid + components: + - pos: -43.5,-2.5 + parent: 864 + type: Transform +- uid: 20649 + type: WallSolid + components: + - pos: -50.5,-2.5 + parent: 864 + type: Transform +- uid: 20650 + type: WallSolid + components: + - pos: -52.5,-1.5 + parent: 864 + type: Transform +- uid: 20651 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -52.5,-0.5 + parent: 864 + type: Transform +- uid: 20652 + type: WallSolid + components: + - pos: -52.5,0.5 + parent: 864 + type: Transform +- uid: 20653 + type: WallSolid + components: + - pos: -52.5,-2.5 + parent: 864 + type: Transform +- uid: 20654 + type: WallSolid + components: + - pos: -54.5,-2.5 + parent: 864 + type: Transform +- uid: 20655 + type: FirelockGlass + components: + - pos: -45.5,9.5 + parent: 864 + type: Transform +- uid: 20656 + type: Poweredlight + components: + - pos: -45.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 20657 + type: FirelockGlass + components: + - pos: -44.5,-0.5 + parent: 864 + type: Transform +- uid: 20658 + type: ClosetFireFilled + components: + - pos: 40.5,-77.5 + parent: 864 + type: Transform +- uid: 20659 + type: SpawnPointAssistant + components: + - pos: 41.5,-72.5 + parent: 864 + type: Transform +- uid: 20660 + type: SpawnPointAssistant + components: + - pos: 38.5,-72.5 + parent: 864 + type: Transform +- uid: 20661 + type: SpawnPointAssistant + components: + - pos: 40.5,-55.5 + parent: 864 + type: Transform +- uid: 20662 + type: AirlockGlass + components: + - pos: -44.5,1.5 + parent: 864 + type: Transform +- uid: 20663 + type: AirlockGlass + components: + - pos: -44.5,0.5 + parent: 864 + type: Transform +- uid: 20664 + type: AirlockGlass + components: + - pos: -38.5,2.5 + parent: 864 + type: Transform +- uid: 20665 + type: AirlockGlass + components: + - pos: -37.5,2.5 + parent: 864 + type: Transform +- uid: 20666 + type: AirlockGlass + components: + - pos: -27.5,1.5 + parent: 864 + type: Transform +- uid: 20667 + type: AirlockGlass + components: + - pos: -27.5,0.5 + parent: 864 + type: Transform +- uid: 20668 + type: AirlockGlass + components: + - pos: -27.5,-0.5 + parent: 864 + type: Transform +- uid: 20669 + type: AirlockGlass + components: + - pos: -5.5,-2.5 + parent: 864 + type: Transform +- uid: 20670 + type: AirlockCargoGlass + components: + - name: cargo reception + type: MetaData + - rot: -1.5707963267948966 rad + pos: -21.5,20.5 + parent: 864 + type: Transform +- uid: 20671 + type: Firelock + components: + - pos: -26.5,22.5 + parent: 864 + type: Transform +- uid: 20672 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -3.5,4.5 + parent: 864 + type: Transform +- uid: 20673 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 864 + type: Transform +- uid: 20674 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -3.5,4.5 + parent: 864 + type: Transform +- uid: 20675 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -4.5,4.5 + parent: 864 + type: Transform +- uid: 20676 + type: ClothingShoesBootsMag + components: + - pos: 31.614025,-12.652107 + parent: 864 + type: Transform +- uid: 20677 + type: ClothingShoesBootsMag + components: + - pos: 31.5984,-10.667732 + parent: 864 + type: Transform +- uid: 20678 + type: ClothingShoesBootsMag + components: + - pos: 33.6609,-10.620857 + parent: 864 + type: Transform +- uid: 20679 + type: PoweredSmallLight + components: + - pos: -13.5,13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20680 + type: PoweredSmallLight + components: + - pos: -15.5,24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20681 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,19.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20682 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20683 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20684 + type: PoweredSmallLight + components: + - pos: -9.5,16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20685 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -9.5,21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20686 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -4.5,16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20687 + type: CableApcExtension + components: + - pos: -2.5,24.5 + parent: 864 + type: Transform +- uid: 20688 + type: CableApcExtension + components: + - pos: -2.5,23.5 + parent: 864 + type: Transform +- uid: 20689 + type: CableApcExtension + components: + - pos: -3.5,23.5 + parent: 864 + type: Transform +- uid: 20690 + type: CableApcExtension + components: + - pos: -3.5,22.5 + parent: 864 + type: Transform +- uid: 20691 + type: CableApcExtension + components: + - pos: -4.5,22.5 + parent: 864 + type: Transform +- uid: 20692 + type: CableApcExtension + components: + - pos: -5.5,22.5 + parent: 864 + type: Transform +- uid: 20693 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -11.5,22.5 + parent: 864 + type: Transform +- uid: 20694 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20695 + type: CableMV + components: + - pos: -9.5,25.5 + parent: 864 + type: Transform +- uid: 20696 + type: PoweredSmallLight + components: + - pos: -0.5,24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20697 + type: WallReinforced + components: + - pos: -57.5,-0.5 + parent: 864 + type: Transform +- uid: 20698 + type: WallReinforced + components: + - pos: -56.5,-0.5 + parent: 864 + type: Transform +- uid: 20699 + type: WallReinforced + components: + - pos: -55.5,-0.5 + parent: 864 + type: Transform +- uid: 20700 + type: WallReinforced + components: + - pos: -57.5,-2.5 + parent: 864 + type: Transform +- uid: 20701 + type: WallSolid + components: + - pos: -56.5,-2.5 + parent: 864 + type: Transform +- uid: 20702 + type: WallSolid + components: + - pos: -55.5,-2.5 + parent: 864 + type: Transform +- uid: 20703 + type: WallSolid + components: + - pos: -52.5,1.5 + parent: 864 + type: Transform +- uid: 20704 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,1.5 + parent: 864 + type: Transform +- uid: 20705 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -54.5,1.5 + parent: 864 + type: Transform +- uid: 20706 + type: WallReinforced + components: + - pos: -55.5,1.5 + parent: 864 + type: Transform +- uid: 20707 + type: WallReinforced + components: + - pos: -55.5,0.5 + parent: 864 + type: Transform +- uid: 20708 + type: WallSolid + components: + - pos: -50.5,12.5 + parent: 864 + type: Transform +- uid: 20709 + type: WallSolid + components: + - pos: -50.5,13.5 + parent: 864 + type: Transform +- uid: 20710 + type: WallSolid + components: + - pos: -50.5,14.5 + parent: 864 + type: Transform +- uid: 20711 + type: WallSolid + components: + - pos: -50.5,15.5 + parent: 864 + type: Transform +- uid: 20712 + type: WallReinforced + components: + - pos: -50.5,16.5 + parent: 864 + type: Transform +- uid: 20713 + type: WallReinforced + components: + - pos: 58.5,48.5 + parent: 864 + type: Transform +- uid: 20714 + type: SignalSwitch + components: + - pos: 58.5,48.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 20724 + - port: Close + uid: 21196 + Off: + - port: Close + uid: 20724 + - port: Open + uid: 21196 + type: SignalTransmitter +- uid: 20715 + type: BlastDoorExterior1 + components: + - pos: 53.5,46.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -77287.61 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 21040 + - port: Off + uid: 18844 + - port: On + uid: 23443 + Close: + - port: Off + uid: 21040 + - port: On + uid: 18844 + - port: Off + uid: 23443 + Toggle: [] + type: SignalReceiver +- uid: 20716 + type: BlastDoorExterior1 + components: + - pos: 55.5,46.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79290 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 20723 + - port: Off + uid: 21008 + Close: + - port: Off + uid: 20723 + - port: On + uid: 21008 + Toggle: [] + type: SignalReceiver +- uid: 20717 + type: CableApcExtension + components: + - pos: 65.5,-8.5 + parent: 864 + type: Transform +- uid: 20718 + type: ClosetFireFilled + components: + - pos: 62.5,-5.5 + parent: 864 + type: Transform +- uid: 20719 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-1.5 + parent: 864 + type: Transform +- uid: 20720 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-8.5 + parent: 864 + type: Transform +- uid: 20721 + type: WallReinforced + components: + - pos: 56.5,44.5 + parent: 864 + type: Transform +- uid: 20722 + type: SignalSwitch + components: + - pos: 54.5,46.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 21033 + - port: Close + uid: 21057 + Off: + - port: Close + uid: 21033 + - port: Open + uid: 21057 + type: SignalTransmitter +- uid: 20723 + type: SignalSwitch + components: + - pos: 52.5,46.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 20716 + - port: Close + uid: 18848 + Off: + - port: Close + uid: 20716 + - port: Open + uid: 18848 + type: SignalTransmitter +- uid: 20724 + type: BlastDoorExterior1 + components: + - pos: 50.5,47.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 20714 + Close: + - port: Off + uid: 20714 + Toggle: [] + type: SignalReceiver +- uid: 20725 + type: FloraTree04 + components: + - pos: 60.920433,-8.196068 + parent: 864 + type: Transform +- uid: 20726 + type: WallReinforced + components: + - pos: 50.5,48.5 + parent: 864 + type: Transform +- uid: 20727 + type: WallReinforced + components: + - pos: 54.5,46.5 + parent: 864 + type: Transform +- uid: 20728 + type: WallReinforced + components: + - pos: 54.5,48.5 + parent: 864 + type: Transform +- uid: 20729 + type: CableApcExtension + components: + - pos: 65.5,-0.5 + parent: 864 + type: Transform +- uid: 20730 + type: CableApcExtension + components: + - pos: 65.5,-1.5 + parent: 864 + type: Transform +- uid: 20731 + type: CableApcExtension + components: + - pos: 68.5,-3.5 + parent: 864 + type: Transform +- uid: 20732 + type: CableApcExtension + components: + - pos: 65.5,-12.5 + parent: 864 + type: Transform +- uid: 20733 + type: CableApcExtension + components: + - pos: 65.5,-10.5 + parent: 864 + type: Transform +- uid: 20734 + type: ToolboxEmergencyFilled + components: + - pos: 65.53578,-10.518121 + parent: 864 + type: Transform +- uid: 20735 + type: Airlock + components: + - rot: 3.141592653589793 rad + pos: -44.5,11.5 + parent: 864 + type: Transform +- uid: 20736 + type: Airlock + components: + - rot: 3.141592653589793 rad + pos: -46.5,12.5 + parent: 864 + type: Transform +- uid: 20737 + type: Airlock + components: + - rot: 3.141592653589793 rad + pos: -48.5,12.5 + parent: 864 + type: Transform +- uid: 20738 + type: Airlock + components: + - pos: -51.5,12.5 + parent: 864 + type: Transform +- uid: 20739 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -52.5,12.5 + parent: 864 + type: Transform +- uid: 20740 + type: ReinforcedWindow + components: + - pos: -53.5,11.5 + parent: 864 + type: Transform +- uid: 20741 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,2.5 + parent: 864 + type: Transform +- uid: 20742 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,3.5 + parent: 864 + type: Transform +- uid: 20743 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,4.5 + parent: 864 + type: Transform +- uid: 20744 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,5.5 + parent: 864 + type: Transform +- uid: 20745 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,6.5 + parent: 864 + type: Transform +- uid: 20746 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,7.5 + parent: 864 + type: Transform +- uid: 20747 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -52.5,5.5 + parent: 864 + type: Transform +- uid: 20748 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,8.5 + parent: 864 + type: Transform +- uid: 20749 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -51.5,9.5 + parent: 864 + type: Transform +- uid: 20750 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -51.5,5.5 + parent: 864 + type: Transform +- uid: 20751 + type: Airlock + components: + - rot: 3.141592653589793 rad + pos: -52.5,9.5 + parent: 864 + type: Transform +- uid: 20752 + type: ReinforcedWindow + components: + - pos: -53.5,10.5 + parent: 864 + type: Transform +- uid: 20753 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,9.5 + parent: 864 + type: Transform +- uid: 20754 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,12.5 + parent: 864 + type: Transform +- uid: 20755 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,13.5 + parent: 864 + type: Transform +- uid: 20756 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,15.5 + parent: 864 + type: Transform +- uid: 20757 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,14.5 + parent: 864 + type: Transform +- uid: 20758 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -53.5,16.5 + parent: 864 + type: Transform +- uid: 20759 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -52.5,16.5 + parent: 864 + type: Transform +- uid: 20760 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -51.5,16.5 + parent: 864 + type: Transform +- uid: 20761 + type: Bed + components: + - pos: -42.5,9.5 + parent: 864 + type: Transform +- uid: 20762 + type: Bed + components: + - pos: -51.5,6.5 + parent: 864 + type: Transform +- uid: 20763 + type: Bed + components: + - pos: -52.5,15.5 + parent: 864 + type: Transform +- uid: 20764 + type: Bed + components: + - pos: -49.5,15.5 + parent: 864 + type: Transform +- uid: 20765 + type: Bed + components: + - pos: -44.5,15.5 + parent: 864 + type: Transform +- uid: 20766 + type: BedsheetBlack + components: + - pos: -42.5,9.5 + parent: 864 + type: Transform +- uid: 20767 + type: BedsheetBlue + components: + - pos: -44.5,15.5 + parent: 864 + type: Transform +- uid: 20768 + type: BedsheetUSA + components: + - pos: -49.5,15.5 + parent: 864 + type: Transform +- uid: 20769 + type: BedsheetGrey + components: + - pos: -52.5,15.5 + parent: 864 + type: Transform +- uid: 20770 + type: BedsheetGreen + components: + - pos: -51.5,6.5 + parent: 864 + type: Transform +- uid: 20771 + type: Dresser + components: + - pos: -42.5,11.5 + parent: 864 + type: Transform +- uid: 20772 + type: Dresser + components: + - pos: -44.5,13.5 + parent: 864 + type: Transform +- uid: 20773 + type: Dresser + components: + - pos: -48.5,15.5 + parent: 864 + type: Transform +- uid: 20774 + type: Dresser + components: + - pos: -51.5,15.5 + parent: 864 + type: Transform +- uid: 20775 + type: Dresser + components: + - pos: -52.5,6.5 + parent: 864 + type: Transform +- uid: 20776 + type: ComputerTelevision + components: + - pos: -49.5,13.5 + parent: 864 + type: Transform +- uid: 20777 + type: ComputerTelevision + components: + - pos: -45.5,15.5 + parent: 864 + type: Transform +- uid: 20778 + type: TableWood + components: + - pos: -45.5,13.5 + parent: 864 + type: Transform +- uid: 20779 + type: TableWood + components: + - pos: -52.5,13.5 + parent: 864 + type: Transform +- uid: 20780 + type: TableWood + components: + - pos: -42.5,8.5 + parent: 864 + type: Transform +- uid: 20781 + type: TableWood + components: + - pos: -51.5,8.5 + parent: 864 + type: Transform +- uid: 20782 + type: CableApcExtension + components: + - pos: -42.5,0.5 + parent: 864 + type: Transform +- uid: 20783 + type: CableApcExtension + components: + - pos: -43.5,0.5 + parent: 864 + type: Transform +- uid: 20784 + type: CableApcExtension + components: + - pos: -44.5,0.5 + parent: 864 + type: Transform +- uid: 20785 + type: CableApcExtension + components: + - pos: -45.5,0.5 + parent: 864 + type: Transform +- uid: 20786 + type: CableApcExtension + components: + - pos: -46.5,0.5 + parent: 864 + type: Transform +- uid: 20787 + type: CableApcExtension + components: + - pos: -46.5,1.5 + parent: 864 + type: Transform +- uid: 20788 + type: CableApcExtension + components: + - pos: -46.5,2.5 + parent: 864 + type: Transform +- uid: 20789 + type: CableApcExtension + components: + - pos: -46.5,3.5 + parent: 864 + type: Transform +- uid: 20790 + type: CableApcExtension + components: + - pos: -46.5,4.5 + parent: 864 + type: Transform +- uid: 20791 + type: CableApcExtension + components: + - pos: -46.5,5.5 + parent: 864 + type: Transform +- uid: 20792 + type: CableApcExtension + components: + - pos: -46.5,6.5 + parent: 864 + type: Transform +- uid: 20793 + type: CableApcExtension + components: + - pos: -46.5,7.5 + parent: 864 + type: Transform +- uid: 20794 + type: CableApcExtension + components: + - pos: -46.5,8.5 + parent: 864 + type: Transform +- uid: 20795 + type: CableApcExtension + components: + - pos: -45.5,5.5 + parent: 864 + type: Transform +- uid: 20796 + type: CableApcExtension + components: + - pos: -44.5,5.5 + parent: 864 + type: Transform +- uid: 20797 + type: CableApcExtension + components: + - pos: -45.5,3.5 + parent: 864 + type: Transform +- uid: 20798 + type: CableApcExtension + components: + - pos: -44.5,3.5 + parent: 864 + type: Transform +- uid: 20799 + type: CableApcExtension + components: + - pos: -47.5,7.5 + parent: 864 + type: Transform +- uid: 20800 + type: CableApcExtension + components: + - pos: -48.5,7.5 + parent: 864 + type: Transform +- uid: 20801 + type: CableApcExtension + components: + - pos: -46.5,9.5 + parent: 864 + type: Transform +- uid: 20802 + type: CableApcExtension + components: + - pos: -46.5,10.5 + parent: 864 + type: Transform +- uid: 20803 + type: CableApcExtension + components: + - pos: -46.5,11.5 + parent: 864 + type: Transform +- uid: 20804 + type: CableApcExtension + components: + - pos: -47.5,11.5 + parent: 864 + type: Transform +- uid: 20805 + type: CableApcExtension + components: + - pos: -48.5,11.5 + parent: 864 + type: Transform +- uid: 20806 + type: CableApcExtension + components: + - pos: -49.5,11.5 + parent: 864 + type: Transform +- uid: 20807 + type: CableApcExtension + components: + - pos: -50.5,11.5 + parent: 864 + type: Transform +- uid: 20808 + type: CableApcExtension + components: + - pos: -51.5,11.5 + parent: 864 + type: Transform +- uid: 20809 + type: CableApcExtension + components: + - pos: -51.5,10.5 + parent: 864 + type: Transform +- uid: 20810 + type: CableApcExtension + components: + - pos: -52.5,10.5 + parent: 864 + type: Transform +- uid: 20811 + type: CableApcExtension + components: + - pos: -52.5,9.5 + parent: 864 + type: Transform +- uid: 20812 + type: CableApcExtension + components: + - pos: -52.5,8.5 + parent: 864 + type: Transform +- uid: 20813 + type: CableApcExtension + components: + - pos: -52.5,7.5 + parent: 864 + type: Transform +- uid: 20814 + type: CableApcExtension + components: + - pos: -51.5,12.5 + parent: 864 + type: Transform +- uid: 20815 + type: CableApcExtension + components: + - pos: -51.5,13.5 + parent: 864 + type: Transform +- uid: 20816 + type: CableApcExtension + components: + - pos: -51.5,14.5 + parent: 864 + type: Transform +- uid: 20817 + type: CableApcExtension + components: + - pos: -48.5,12.5 + parent: 864 + type: Transform +- uid: 20818 + type: CableApcExtension + components: + - pos: -48.5,13.5 + parent: 864 + type: Transform +- uid: 20819 + type: CableApcExtension + components: + - pos: -48.5,14.5 + parent: 864 + type: Transform +- uid: 20820 + type: CableApcExtension + components: + - pos: -46.5,12.5 + parent: 864 + type: Transform +- uid: 20821 + type: CableApcExtension + components: + - pos: -46.5,13.5 + parent: 864 + type: Transform +- uid: 20822 + type: CableApcExtension + components: + - pos: -46.5,14.5 + parent: 864 + type: Transform +- uid: 20823 + type: CableApcExtension + components: + - pos: -45.5,11.5 + parent: 864 + type: Transform +- uid: 20824 + type: CableApcExtension + components: + - pos: -44.5,11.5 + parent: 864 + type: Transform +- uid: 20825 + type: CableApcExtension + components: + - pos: -43.5,11.5 + parent: 864 + type: Transform +- uid: 20826 + type: CableApcExtension + components: + - pos: -42.5,11.5 + parent: 864 + type: Transform +- uid: 20827 + type: CableApcExtension + components: + - pos: -42.5,10.5 + parent: 864 + type: Transform +- uid: 20828 + type: CableApcExtension + components: + - pos: -47.5,7.5 + parent: 864 + type: Transform +- uid: 20829 + type: CableApcExtension + components: + - pos: -47.5,0.5 + parent: 864 + type: Transform +- uid: 20830 + type: CableApcExtension + components: + - pos: -48.5,0.5 + parent: 864 + type: Transform +- uid: 20831 + type: CableApcExtension + components: + - pos: -49.5,0.5 + parent: 864 + type: Transform +- uid: 20832 + type: CableApcExtension + components: + - pos: -49.5,-0.5 + parent: 864 + type: Transform +- uid: 20833 + type: CableApcExtension + components: + - pos: -49.5,-1.5 + parent: 864 + type: Transform +- uid: 20834 + type: CableApcExtension + components: + - pos: -49.5,-2.5 + parent: 864 + type: Transform +- uid: 20835 + type: CableApcExtension + components: + - pos: -49.5,-3.5 + parent: 864 + type: Transform +- uid: 20836 + type: CableApcExtension + components: + - pos: -50.5,-3.5 + parent: 864 + type: Transform +- uid: 20837 + type: CableApcExtension + components: + - pos: -51.5,-3.5 + parent: 864 + type: Transform +- uid: 20838 + type: CableApcExtension + components: + - pos: -52.5,-3.5 + parent: 864 + type: Transform +- uid: 20839 + type: CableApcExtension + components: + - pos: -53.5,-3.5 + parent: 864 + type: Transform +- uid: 20840 + type: CableApcExtension + components: + - pos: -54.5,-3.5 + parent: 864 + type: Transform +- uid: 20841 + type: CableApcExtension + components: + - pos: -53.5,-2.5 + parent: 864 + type: Transform +- uid: 20842 + type: CableApcExtension + components: + - pos: -53.5,-1.5 + parent: 864 + type: Transform +- uid: 20843 + type: CableApcExtension + components: + - pos: -54.5,-1.5 + parent: 864 + type: Transform +- uid: 20844 + type: CableApcExtension + components: + - pos: -55.5,-1.5 + parent: 864 + type: Transform +- uid: 20845 + type: CableApcExtension + components: + - pos: -56.5,-1.5 + parent: 864 + type: Transform +- uid: 20846 + type: CableApcExtension + components: + - pos: -51.5,-2.5 + parent: 864 + type: Transform +- uid: 20847 + type: CableApcExtension + components: + - pos: -51.5,-1.5 + parent: 864 + type: Transform +- uid: 20848 + type: CableApcExtension + components: + - pos: -51.5,-0.5 + parent: 864 + type: Transform +- uid: 20849 + type: CableApcExtension + components: + - pos: -51.5,0.5 + parent: 864 + type: Transform +- uid: 20850 + type: CableApcExtension + components: + - pos: -51.5,1.5 + parent: 864 + type: Transform +- uid: 20851 + type: CableApcExtension + components: + - pos: -51.5,2.5 + parent: 864 + type: Transform +- uid: 20852 + type: CableApcExtension + components: + - pos: -51.5,3.5 + parent: 864 + type: Transform +- uid: 20853 + type: CableApcExtension + components: + - pos: -45.5,-2.5 + parent: 864 + type: Transform +- uid: 20854 + type: CableApcExtension + components: + - pos: -46.5,-2.5 + parent: 864 + type: Transform +- uid: 20855 + type: CableApcExtension + components: + - pos: -47.5,-2.5 + parent: 864 + type: Transform +- uid: 20856 + type: Grille + components: + - pos: -53.5,11.5 + parent: 864 + type: Transform +- uid: 20857 + type: Grille + components: + - pos: -53.5,10.5 + parent: 864 + type: Transform +- uid: 20858 + type: Dresser + components: + - pos: -31.5,12.5 + parent: 864 + type: Transform +- uid: 20859 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -44.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20860 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -44.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20861 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -45.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20862 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -46.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20863 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -47.5,0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20864 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -45.5,1.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20865 + type: GasPipeStraight + components: + - pos: -45.5,2.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20866 + type: GasPipeStraight + components: + - pos: -45.5,3.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20867 + type: GasPipeStraight + components: + - pos: -45.5,4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20868 + type: GasPipeStraight + components: + - pos: -45.5,5.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20869 + type: GasPipeStraight + components: + - pos: -47.5,1.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20870 + type: GasPipeStraight + components: + - pos: -47.5,2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20871 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -47.5,3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20872 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -47.5,4.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20873 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -47.5,5.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20874 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -47.5,6.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20875 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -47.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20876 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -47.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20877 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -47.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20878 + type: GasPipeTJunction + components: + - pos: -47.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20879 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -48.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20880 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -46.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20881 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -48.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20882 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -48.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20883 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -48.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20884 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -46.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20885 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -46.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20886 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -46.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20887 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20888 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -50.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20889 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -51.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20890 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -52.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20891 + type: GasPipeStraight + components: + - pos: -52.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20892 + type: GasPipeStraight + components: + - pos: -52.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20893 + type: GasPipeStraight + components: + - pos: -52.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20894 + type: GasPipeStraight + components: + - pos: -52.5,9.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20895 + type: GasPipeStraight + components: + - pos: -52.5,8.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20896 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -45.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20897 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -44.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20898 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -43.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20899 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -45.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20900 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -45.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20901 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20902 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20903 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20904 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20905 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -50.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20906 + type: GasPipeStraight + components: + - pos: -45.5,8.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20907 + type: GasPipeStraight + components: + - pos: -45.5,9.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20908 + type: GasPipeStraight + components: + - pos: -45.5,10.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20909 + type: GasPipeFourway + components: + - pos: -45.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20910 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -45.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20911 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -45.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20912 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -44.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20913 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20914 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20915 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20916 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -49.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20917 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -49.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20918 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -49.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20919 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -50.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20920 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -51.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20921 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -51.5,12.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20922 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -51.5,13.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20923 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -45.5,0.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20924 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -44.5,6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20925 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -51.5,7.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20926 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -43.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20927 + type: GasVentPump + components: + - pos: -45.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20928 + type: GasVentPump + components: + - pos: -49.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20929 + type: GasVentPump + components: + - pos: -51.5,14.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20930 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -52.5,11.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20931 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -52.5,7.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20932 + type: GasVentScrubber + components: + - pos: -51.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20933 + type: GasVentScrubber + components: + - pos: -52.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20934 + type: GasVentScrubber + components: + - pos: -48.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20935 + type: GasVentScrubber + components: + - pos: -46.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20936 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -42.5,10.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20937 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -48.5,3.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20938 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -47.5,-0.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20939 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20940 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -18.5,25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 20941 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20942 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20943 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20944 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20945 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 20946 + type: AirlockMaintLocked + components: + - name: singularity catwalk + type: MetaData + - rot: 3.141592653589793 rad + pos: -53.5,-2.5 + parent: 864 + type: Transform +- uid: 20947 + type: PonderingOrb + components: + - pos: 64.56297,-32.43849 + parent: 864 + type: Transform +- uid: 20948 + type: Poweredlight + components: + - pos: -47.5,8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 20949 + type: AirlockMaintGlass + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-68.5 + parent: 864 + type: Transform +- uid: 20950 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -46.5,-0.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 20951 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -42.5,10.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20952 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20953 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -48.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20954 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -52.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20955 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -51.5,7.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20956 + type: AirlockMaintGlass + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-68.5 + parent: 864 + type: Transform +- uid: 20957 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -52.5,-0.5 + parent: 864 + type: Transform +- uid: 20958 + type: PoweredSmallLight + components: + - pos: -44.5,-2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20959 + type: PoweredSmallLight + components: + - pos: -40.5,-2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20960 + type: SinkStemlessWater + components: + - rot: 1.5707963267948966 rad + pos: -31.5,-2.5 + parent: 864 + type: Transform +- uid: 20961 + type: PoweredSmallLight + components: + - pos: -49.5,1.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 20962 + type: Catwalk + components: + - pos: -49.5,0.5 + parent: 864 + type: Transform +- uid: 20963 + type: Catwalk + components: + - pos: -49.5,-0.5 + parent: 864 + type: Transform +- uid: 20964 + type: Catwalk + components: + - pos: -49.5,-1.5 + parent: 864 + type: Transform +- uid: 20965 + type: Catwalk + components: + - pos: -49.5,-2.5 + parent: 864 + type: Transform +- uid: 20966 + type: Catwalk + components: + - pos: -49.5,-3.5 + parent: 864 + type: Transform +- uid: 20967 + type: Catwalk + components: + - pos: -50.5,-3.5 + parent: 864 + type: Transform +- uid: 20968 + type: Catwalk + components: + - pos: -51.5,-3.5 + parent: 864 + type: Transform +- uid: 20969 + type: Catwalk + components: + - pos: -51.5,-2.5 + parent: 864 + type: Transform +- uid: 20970 + type: Catwalk + components: + - pos: -51.5,-1.5 + parent: 864 + type: Transform +- uid: 20971 + type: Catwalk + components: + - pos: -51.5,-0.5 + parent: 864 + type: Transform +- uid: 20972 + type: Catwalk + components: + - pos: -51.5,0.5 + parent: 864 + type: Transform +- uid: 20973 + type: Catwalk + components: + - pos: -51.5,1.5 + parent: 864 + type: Transform +- uid: 20974 + type: Catwalk + components: + - pos: -41.5,-2.5 + parent: 864 + type: Transform +- uid: 20975 + type: Catwalk + components: + - pos: -40.5,-2.5 + parent: 864 + type: Transform +- uid: 20976 + type: Catwalk + components: + - pos: -39.5,-2.5 + parent: 864 + type: Transform +- uid: 20977 + type: Catwalk + components: + - pos: -38.5,-2.5 + parent: 864 + type: Transform +- uid: 20978 + type: Catwalk + components: + - pos: -37.5,-2.5 + parent: 864 + type: Transform +- uid: 20979 + type: Catwalk + components: + - pos: -36.5,-2.5 + parent: 864 + type: Transform +- uid: 20980 + type: ClothingBeltUtility + components: + - pos: -45.481773,13.571745 + parent: 864 + type: Transform +- uid: 20981 + type: Wrench + components: + - pos: -52.52865,13.566981 + parent: 864 + type: Transform +- uid: 20982 + type: ClothingHeadHatAnimalCatBlack + components: + - pos: -51.4974,8.551356 + parent: 864 + type: Transform +- uid: 20983 + type: ClothingHeadHatFedoraBrown + components: + - pos: -42.4974,8.520106 + parent: 864 + type: Transform +- uid: 20984 + type: Rack + components: + - pos: -47.5,-3.5 + parent: 864 + type: Transform +- uid: 20985 + type: WallSolid + components: + - pos: -32.5,-3.5 + parent: 864 + type: Transform +- uid: 20986 + type: Rack + components: + - pos: -52.5,2.5 + parent: 864 + type: Transform +- uid: 20987 + type: Rack + components: + - pos: -56.5,-4.5 + parent: 864 + type: Transform +- uid: 20988 + type: Wrench + components: + - pos: -56.484455,-4.5012527 + parent: 864 + type: Transform +- uid: 20989 + type: Welder + components: + - pos: -52.43758,2.566814 + parent: 864 + type: Transform +- uid: 20990 + type: HydroponicsToolClippers + components: + - pos: -47.467487,-3.558907 + parent: 864 + type: Transform +- uid: 20991 + type: WeldingFuelTankFull + components: + - pos: -51.5,4.5 + parent: 864 + type: Transform +- uid: 20992 + type: WaterTankFull + components: + - pos: -45.5,-3.5 + parent: 864 + type: Transform +- uid: 20993 + type: LockerElectricalSuppliesFilled + components: + - pos: -53.5,0.5 + parent: 864 + type: Transform +- uid: 20994 + type: Table + components: + - pos: -54.5,0.5 + parent: 864 + type: Transform +- uid: 20995 + type: OxygenTankFilled + components: + - pos: -54.60223,0.49364984 + parent: 864 + type: Transform +- uid: 20996 + type: NitrogenTankFilled + components: + - pos: -54.344475,0.46202505 + parent: 864 + type: Transform +- uid: 20997 + type: NitrogenTankFilled + components: + - pos: -49.491314,1.5773844 + parent: 864 + type: Transform +- uid: 20998 + type: MedicalTechFab + components: + - pos: -12.5,-45.5 + parent: 864 + type: Transform +- uid: 20999 + type: CableApcExtension + components: + - pos: 3.5,-64.5 + parent: 864 + type: Transform +- uid: 21000 + type: WarpPoint + components: + - name: 'warp: cargo' + type: MetaData + - rot: 1.5707963267948966 rad + pos: -32.5,21.5 + parent: 864 + type: Transform + - location: cargo + type: WarpPoint +- uid: 21001 + type: BlastDoorExterior1 + components: + - pos: 57.5,44.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 21009 + Close: + - port: Off + uid: 21009 + Toggle: [] + type: SignalReceiver +- uid: 21002 + type: SignalSwitch + components: + - pos: 54.5,48.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 21057 + - port: Close + uid: 21088 + Off: + - port: Close + uid: 21057 + - port: Open + uid: 21088 + type: SignalTransmitter +- uid: 21003 + type: BlastDoorExterior1 + components: + - pos: 56.5,47.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 18843 + Close: + - port: Off + uid: 18843 + Toggle: [] + type: SignalReceiver +- uid: 21004 + type: CableApcExtension + components: + - pos: 68.5,-5.5 + parent: 864 + type: Transform +- uid: 21005 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-7.5 + parent: 864 + type: Transform +- uid: 21006 + type: WallReinforced + components: + - pos: 56.5,46.5 + parent: 864 + type: Transform +- uid: 21007 + type: SignalSwitch + components: + - pos: 56.5,44.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 18848 + - port: Close + uid: 18845 + Off: + - port: Close + uid: 18848 + - port: Open + uid: 18845 + type: SignalTransmitter +- uid: 21008 + type: SignalSwitch + components: + - pos: 50.5,44.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 21059 + - port: Close + uid: 20716 + Off: + - port: Close + uid: 21059 + - port: Open + uid: 20716 + type: SignalTransmitter +- uid: 21009 + type: SignalSwitch + components: + - pos: 52.5,44.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Close + uid: 18845 + - port: Open + uid: 21001 + Off: + - port: Open + uid: 18845 + - port: Close + uid: 21001 + type: SignalTransmitter +- uid: 21010 + type: BlastDoorExterior1 + components: + - pos: 51.5,48.5 + parent: 864 + type: Transform +- uid: 21011 + type: BlastDoorExterior1 + components: + - pos: 53.5,48.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -77287.61 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: Off + uid: 18843 + - port: On + uid: 21086 + - port: On + uid: 23443 + Close: + - port: On + uid: 18843 + - port: Off + uid: 21086 + - port: Off + uid: 23443 + Toggle: [] + type: SignalReceiver +- uid: 21012 + type: BlastDoorExterior1 + components: + - pos: 55.5,48.5 + parent: 864 + type: Transform + - inputs: + Open: + - port: On + uid: 21086 + Close: + - port: Off + uid: 21086 + Toggle: [] + type: SignalReceiver +- uid: 21013 + type: BlastDoorExterior1 + components: + - pos: 58.5,47.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 18844 + Close: + - port: Off + uid: 18844 + Toggle: [] + type: SignalReceiver +- uid: 21014 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 61.5,-6.5 + parent: 864 + type: Transform +- uid: 21015 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 60.5,-6.5 + parent: 864 + type: Transform +- uid: 21016 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-7.5 + parent: 864 + type: Transform +- uid: 21017 + type: WallSolid + components: + - pos: 55.5,40.5 + parent: 864 + type: Transform +- uid: 21018 + type: WallSolid + components: + - pos: 53.5,41.5 + parent: 864 + type: Transform +- uid: 21019 + type: Chair + components: + - pos: 31.5,-60.5 + parent: 864 + type: Transform +- uid: 21020 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 30.5,-62.5 + parent: 864 + type: Transform +- uid: 21021 + type: Chair + components: + - pos: 30.5,-60.5 + parent: 864 + type: Transform +- uid: 21022 + type: Catwalk + components: + - pos: -20.5,-51.5 + parent: 864 + type: Transform +- uid: 21023 + type: Catwalk + components: + - pos: -21.5,-51.5 + parent: 864 + type: Transform +- uid: 21024 + type: ClosetEmergencyFilledRandom + components: + - pos: -20.5,-50.5 + parent: 864 + type: Transform +- uid: 21025 + type: CableHV + components: + - pos: -20.5,18.5 + parent: 864 + type: Transform +- uid: 21026 + type: CableHV + components: + - pos: -20.5,19.5 + parent: 864 + type: Transform +- uid: 21027 + type: CableHV + components: + - pos: -20.5,20.5 + parent: 864 + type: Transform +- uid: 21028 + type: CableHV + components: + - pos: -20.5,21.5 + parent: 864 + type: Transform +- uid: 21029 + type: CableHV + components: + - pos: -20.5,22.5 + parent: 864 + type: Transform +- uid: 21030 + type: CableHV + components: + - pos: -20.5,23.5 + parent: 864 + type: Transform +- uid: 21031 + type: CableHV + components: + - pos: -20.5,24.5 + parent: 864 + type: Transform +- uid: 21032 + type: CableHV + components: + - pos: -20.5,25.5 + parent: 864 + type: Transform +- uid: 21033 + type: BlastDoorExterior1 + components: + - pos: 52.5,45.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79525.38 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 20722 + - port: Off + uid: 21063 + Close: + - port: Off + uid: 20722 + - port: On + uid: 21063 + Toggle: [] + type: SignalReceiver +- uid: 21034 + type: BlastDoorExterior1 + components: + - pos: 53.5,44.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -77287.61 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: Off + uid: 21061 + - port: On + uid: 23443 + Close: + - port: On + uid: 21061 + - port: Off + uid: 23443 + Toggle: [] + type: SignalReceiver +- uid: 21035 + type: BlastDoorExterior1 + components: + - pos: 55.5,44.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 21061 + - port: On + uid: 21064 + Close: + - port: Off + uid: 21061 + - port: Off + uid: 21064 + Toggle: [] + type: SignalReceiver +- uid: 21036 + type: WallReinforced + components: + - pos: 58.5,44.5 + parent: 864 + type: Transform +- uid: 21037 + type: WallReinforced + components: + - pos: 58.5,46.5 + parent: 864 + type: Transform +- uid: 21038 + type: WallReinforced + components: + - pos: 50.5,44.5 + parent: 864 + type: Transform +- uid: 21039 + type: WallReinforced + components: + - pos: 52.5,44.5 + parent: 864 + type: Transform +- uid: 21040 + type: SignalSwitch + components: + - pos: 58.5,46.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 20715 + - port: Close + uid: 21060 + Off: + - port: Close + uid: 20715 + - port: Open + uid: 21060 + type: SignalTransmitter +- uid: 21041 + type: BlastDoorExterior1 + components: + - pos: 58.5,45.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: Off + uid: 21062 + Close: + - port: On + uid: 21062 + Toggle: [] + type: SignalReceiver +- uid: 21042 + type: CableApcExtension + components: + - pos: 67.5,-5.5 + parent: 864 + type: Transform +- uid: 21043 + type: AirlockExternalGlassShuttleEmergencyLocked + components: + - rot: 1.5707963267948966 rad + pos: 69.5,-5.5 + parent: 864 + type: Transform + - fixtures: + - density: 100 + shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 21044 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-9.5 + parent: 864 + type: Transform +- uid: 21045 + type: CableApcExtension + components: + - pos: 66.5,-5.5 + parent: 864 + type: Transform +- uid: 21046 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-12.5 + parent: 864 + type: Transform +- uid: 21047 + type: CableApcExtension + components: + - pos: 65.5,-6.5 + parent: 864 + type: Transform +- uid: 21048 + type: CableApcExtension + components: + - pos: 65.5,-7.5 + parent: 864 + type: Transform +- uid: 21049 + type: CableApcExtension + components: + - pos: 65.5,-9.5 + parent: 864 + type: Transform +- uid: 21050 + type: CableApcExtension + components: + - pos: 66.5,-3.5 + parent: 864 + type: Transform +- uid: 21051 + type: CableApcExtension + components: + - pos: 65.5,-2.5 + parent: 864 + type: Transform +- uid: 21052 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-7.5 + parent: 864 + type: Transform +- uid: 21053 + type: Railing + components: + - rot: -1.5707963267948966 rad + pos: 66.5,-9.5 + parent: 864 + type: Transform +- uid: 21054 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-0.5 + parent: 864 + type: Transform +- uid: 21055 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 66.5,0.5 + parent: 864 + type: Transform +- uid: 21056 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 65.5,0.5 + parent: 864 + type: Transform +- uid: 21057 + type: BlastDoorExterior1 + components: + - pos: 57.5,46.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: Off + uid: 20722 + - port: On + uid: 21002 + - port: Off + uid: 21086 + Close: + - port: On + uid: 20722 + - port: Off + uid: 21002 + - port: On + uid: 21086 + Toggle: [] + type: SignalReceiver +- uid: 21058 + type: BlastDoorExterior1 + components: + - pos: 57.5,48.5 + parent: 864 + type: Transform +- uid: 21059 + type: BlastDoorExterior1 + components: + - pos: 54.5,47.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 21008 + Close: + - port: Off + uid: 21008 + Toggle: [] + type: SignalReceiver +- uid: 21060 + type: BlastDoorExterior1 + components: + - pos: 52.5,47.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: Off + uid: 21040 + Close: + - port: On + uid: 21040 + Toggle: [] + type: SignalReceiver +- uid: 21061 + type: SignalSwitch + components: + - pos: 54.5,44.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 21035 + - port: Close + uid: 21034 + Off: + - port: Close + uid: 21035 + - port: Open + uid: 21034 + type: SignalTransmitter +- uid: 21062 + type: SignalSwitch + components: + - pos: 50.5,46.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Close + uid: 21041 + - port: Open + uid: 21088 + Off: + - port: Open + uid: 21041 + - port: Close + uid: 21088 + type: SignalTransmitter +- uid: 21063 + type: SignalSwitch + components: + - pos: 56.5,46.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 21196 + - port: Close + uid: 21033 + Off: + - port: Close + uid: 21196 + - port: Open + uid: 21033 + type: SignalTransmitter +- uid: 21064 + type: SignalSwitch + components: + - pos: 58.5,44.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 21035 + - port: Open + uid: 21084 + - port: Close + uid: 18845 + Off: + - port: Close + uid: 21035 + - port: Close + uid: 21084 + - port: Open + uid: 18845 + type: SignalTransmitter +- uid: 21065 + type: ClosetEmergencyFilledRandom + components: + - pos: 63.5,-5.5 + parent: 864 + type: Transform +- uid: 21066 + type: MedkitOxygenFilled + components: + - pos: 65.55114,-6.3846307 + parent: 864 + type: Transform +- uid: 21067 + type: WallReinforced + components: + - pos: 52.5,46.5 + parent: 864 + type: Transform +- uid: 21068 + type: WallReinforced + components: + - pos: 50.5,46.5 + parent: 864 + type: Transform +- uid: 21069 + type: WallReinforced + components: + - pos: 56.5,48.5 + parent: 864 + type: Transform +- uid: 21070 + type: WallReinforced + components: + - pos: 54.5,44.5 + parent: 864 + type: Transform +- uid: 21071 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-8.5 + parent: 864 + type: Transform +- uid: 21072 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-10.5 + parent: 864 + type: Transform +- uid: 21073 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-12.5 + parent: 864 + type: Transform +- uid: 21074 + type: WallReinforced + components: + - pos: 68.5,-16.5 + parent: 864 + type: Transform +- uid: 21075 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-6.5 + parent: 864 + type: Transform +- uid: 21076 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-4.5 + parent: 864 + type: Transform +- uid: 21077 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 67.5,-2.5 + parent: 864 + type: Transform +- uid: 21078 + type: WallSolid + components: + - pos: 53.5,40.5 + parent: 864 + type: Transform +- uid: 21079 + type: RandomSpawner + components: + - rot: 3.141592653589793 rad + pos: -47.5,11.5 + parent: 864 + type: Transform +- uid: 21080 + type: RandomSpawner + components: + - rot: 3.141592653589793 rad + pos: -45.5,6.5 + parent: 864 + type: Transform +- uid: 21081 + type: RandomSpawner + components: + - rot: 3.141592653589793 rad + pos: -46.5,3.5 + parent: 864 + type: Transform +- uid: 21082 + type: RandomSpawner + components: + - rot: 3.141592653589793 rad + pos: -44.5,4.5 + parent: 864 + type: Transform +- uid: 21083 + type: RandomSpawner + components: + - rot: 3.141592653589793 rad + pos: -34.5,0.5 + parent: 864 + type: Transform +- uid: 21084 + type: BlastDoorExterior1 + components: + - pos: 51.5,46.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 21064 + - port: Off + uid: 21086 + Close: + - port: Off + uid: 21064 + - port: On + uid: 21086 + Toggle: [] + type: SignalReceiver +- uid: 21085 + type: AirlockExternalGlass + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-3.5 + parent: 864 + type: Transform +- uid: 21086 + type: SignalSwitch + components: + - pos: 56.5,48.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 21012 + - port: Open + uid: 21011 + - port: Close + uid: 21057 + - port: Close + uid: 21084 + Off: + - port: Close + uid: 21012 + - port: Close + uid: 21011 + - port: Open + uid: 21057 + - port: Open + uid: 21084 + type: SignalTransmitter +- uid: 21087 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: -13.5,27.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Left + uid: 18802 + Forward: + - port: Right + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 21088 + type: BlastDoorExterior1 + components: + - pos: 56.5,45.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79384.086 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: Off + uid: 21002 + - port: On + uid: 21062 + Close: + - port: On + uid: 21002 + - port: Off + uid: 21062 + Toggle: [] + type: SignalReceiver +- uid: 21089 + type: CableApcExtension + components: + - pos: 67.5,-3.5 + parent: 864 + type: Transform +- uid: 21090 + type: WallReinforced + components: + - pos: 52.5,48.5 + parent: 864 + type: Transform +- uid: 21091 + type: WallSolid + components: + - pos: -17.5,36.5 + parent: 864 + type: Transform +- uid: 21092 + type: AirlockMaintGlass + components: + - pos: -11.5,18.5 + parent: 864 + type: Transform +- uid: 21093 + type: AirlockMaintGlass + components: + - pos: -16.5,16.5 + parent: 864 + type: Transform +- uid: 21094 + type: AirlockExternalGlass + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-11.5 + parent: 864 + type: Transform +- uid: 21095 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-36.5 + parent: 864 + type: Transform +- uid: 21096 + type: PoweredSmallLightEmpty + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-49.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21097 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21098 + type: PoweredSmallLight + components: + - pos: -35.5,-38.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21099 + type: PoweredSmallLightEmpty + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-36.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21100 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -38.5,53.5 + parent: 864 + type: Transform +- uid: 21101 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -37.5,53.5 + parent: 864 + type: Transform +- uid: 21102 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -36.5,53.5 + parent: 864 + type: Transform +- uid: 21103 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -35.5,53.5 + parent: 864 + type: Transform +- uid: 21104 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -34.5,53.5 + parent: 864 + type: Transform +- uid: 21105 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,53.5 + parent: 864 + type: Transform +- uid: 21106 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,54.5 + parent: 864 + type: Transform +- uid: 21107 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,55.5 + parent: 864 + type: Transform +- uid: 21108 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,56.5 + parent: 864 + type: Transform +- uid: 21109 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,57.5 + parent: 864 + type: Transform +- uid: 21110 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,58.5 + parent: 864 + type: Transform +- uid: 21111 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,59.5 + parent: 864 + type: Transform +- uid: 21112 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,60.5 + parent: 864 + type: Transform +- uid: 21113 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,61.5 + parent: 864 + type: Transform +- uid: 21114 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,62.5 + parent: 864 + type: Transform +- uid: 21115 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,63.5 + parent: 864 + type: Transform +- uid: 21116 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,64.5 + parent: 864 + type: Transform +- uid: 21117 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,65.5 + parent: 864 + type: Transform +- uid: 21118 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,66.5 + parent: 864 + type: Transform +- uid: 21119 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,67.5 + parent: 864 + type: Transform +- uid: 21120 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,68.5 + parent: 864 + type: Transform +- uid: 21121 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,69.5 + parent: 864 + type: Transform +- uid: 21122 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,70.5 + parent: 864 + type: Transform +- uid: 21123 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,71.5 + parent: 864 + type: Transform +- uid: 21124 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -33.5,72.5 + parent: 864 + type: Transform +- uid: 21125 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -34.5,72.5 + parent: 864 + type: Transform +- uid: 21126 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -35.5,72.5 + parent: 864 + type: Transform +- uid: 21127 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -36.5,72.5 + parent: 864 + type: Transform +- uid: 21128 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -37.5,72.5 + parent: 864 + type: Transform +- uid: 21129 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -38.5,72.5 + parent: 864 + type: Transform +- uid: 21130 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -39.5,72.5 + parent: 864 + type: Transform +- uid: 21131 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -40.5,72.5 + parent: 864 + type: Transform +- uid: 21132 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -41.5,72.5 + parent: 864 + type: Transform +- uid: 21133 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -42.5,72.5 + parent: 864 + type: Transform +- uid: 21134 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -43.5,72.5 + parent: 864 + type: Transform +- uid: 21135 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -44.5,72.5 + parent: 864 + type: Transform +- uid: 21136 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -45.5,72.5 + parent: 864 + type: Transform +- uid: 21137 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -46.5,72.5 + parent: 864 + type: Transform +- uid: 21138 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -47.5,72.5 + parent: 864 + type: Transform +- uid: 21139 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -48.5,72.5 + parent: 864 + type: Transform +- uid: 21140 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -49.5,72.5 + parent: 864 + type: Transform +- uid: 21141 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -50.5,72.5 + parent: 864 + type: Transform +- uid: 21142 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -51.5,72.5 + parent: 864 + type: Transform +- uid: 21143 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -52.5,72.5 + parent: 864 + type: Transform +- uid: 21144 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -53.5,72.5 + parent: 864 + type: Transform +- uid: 21145 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -54.5,72.5 + parent: 864 + type: Transform +- uid: 21146 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -55.5,72.5 + parent: 864 + type: Transform +- uid: 21147 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -56.5,72.5 + parent: 864 + type: Transform +- uid: 21148 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -57.5,72.5 + parent: 864 + type: Transform +- uid: 21149 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -58.5,72.5 + parent: 864 + type: Transform +- uid: 21150 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,72.5 + parent: 864 + type: Transform +- uid: 21151 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -60.5,72.5 + parent: 864 + type: Transform +- uid: 21152 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,72.5 + parent: 864 + type: Transform +- uid: 21153 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,71.5 + parent: 864 + type: Transform +- uid: 21154 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,70.5 + parent: 864 + type: Transform +- uid: 21155 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,69.5 + parent: 864 + type: Transform +- uid: 21156 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,68.5 + parent: 864 + type: Transform +- uid: 21157 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,67.5 + parent: 864 + type: Transform +- uid: 21158 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,66.5 + parent: 864 + type: Transform +- uid: 21159 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,65.5 + parent: 864 + type: Transform +- uid: 21160 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,64.5 + parent: 864 + type: Transform +- uid: 21161 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,63.5 + parent: 864 + type: Transform +- uid: 21162 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,62.5 + parent: 864 + type: Transform +- uid: 21163 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,61.5 + parent: 864 + type: Transform +- uid: 21164 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,60.5 + parent: 864 + type: Transform +- uid: 21165 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,59.5 + parent: 864 + type: Transform +- uid: 21166 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,58.5 + parent: 864 + type: Transform +- uid: 21167 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,57.5 + parent: 864 + type: Transform +- uid: 21168 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,56.5 + parent: 864 + type: Transform +- uid: 21169 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,55.5 + parent: 864 + type: Transform +- uid: 21170 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,54.5 + parent: 864 + type: Transform +- uid: 21171 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -61.5,53.5 + parent: 864 + type: Transform +- uid: 21172 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -60.5,53.5 + parent: 864 + type: Transform +- uid: 21173 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -59.5,53.5 + parent: 864 + type: Transform +- uid: 21174 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -58.5,53.5 + parent: 864 + type: Transform +- uid: 21175 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -57.5,53.5 + parent: 864 + type: Transform +- uid: 21176 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -56.5,53.5 + parent: 864 + type: Transform +- uid: 21177 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -55.5,53.5 + parent: 864 + type: Transform +- uid: 21178 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -54.5,53.5 + parent: 864 + type: Transform +- uid: 21179 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -53.5,53.5 + parent: 864 + type: Transform +- uid: 21180 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -52.5,53.5 + parent: 864 + type: Transform +- uid: 21181 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -51.5,53.5 + parent: 864 + type: Transform +- uid: 21182 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -50.5,53.5 + parent: 864 + type: Transform +- uid: 21183 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: -49.5,53.5 + parent: 864 + type: Transform +- uid: 21184 + type: WallSolid + components: + - pos: -20.5,32.5 + parent: 864 + type: Transform +- uid: 21185 + type: WallSolid + components: + - pos: -21.5,32.5 + parent: 864 + type: Transform +- uid: 21186 + type: WallSolid + components: + - pos: -21.5,31.5 + parent: 864 + type: Transform +- uid: 21187 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -22.5,32.5 + parent: 864 + type: Transform +- uid: 21188 + type: WallSolid + components: + - pos: -21.5,29.5 + parent: 864 + type: Transform +- uid: 21189 + type: WallSolid + components: + - pos: -21.5,28.5 + parent: 864 + type: Transform +- uid: 21190 + type: AirlockMaintLocked + components: + - rot: 1.5707963267948966 rad + pos: -21.5,27.5 + parent: 864 + type: Transform +- uid: 21191 + type: WallSolid + components: + - pos: -21.5,26.5 + parent: 864 + type: Transform +- uid: 21192 + type: WallSolid + components: + - pos: -17.5,28.5 + parent: 864 + type: Transform +- uid: 21193 + type: WallSolid + components: + - pos: -17.5,26.5 + parent: 864 + type: Transform +- uid: 21194 + type: WallSolid + components: + - pos: -17.5,27.5 + parent: 864 + type: Transform +- uid: 21195 + type: Multitool + components: + - pos: 58.474205,51.52541 + parent: 864 + type: Transform +- uid: 21196 + type: BlastDoorExterior1 + components: + - pos: 50.5,45.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -79029.734 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 21063 + - port: Off + uid: 20714 + Close: + - port: Off + uid: 21063 + - port: On + uid: 20714 + Toggle: [] + type: SignalReceiver +- uid: 21197 + type: AirlockExternalGlass + components: + - rot: 1.5707963267948966 rad + pos: 66.5,-13.5 + parent: 864 + type: Transform +- uid: 21198 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,37.5 + parent: 864 + type: Transform +- uid: 21199 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,39.5 + parent: 864 + type: Transform +- uid: 21200 + type: CarpetGreen + components: + - pos: -21.5,42.5 + parent: 864 + type: Transform +- uid: 21201 + type: CarpetGreen + components: + - pos: -21.5,43.5 + parent: 864 + type: Transform +- uid: 21202 + type: Grille + components: + - pos: 2.5,-94.5 + parent: 864 + type: Transform +- uid: 21203 + type: Grille + components: + - pos: 2.5,-95.5 + parent: 864 + type: Transform +- uid: 21204 + type: Grille + components: + - pos: 2.5,-96.5 + parent: 864 + type: Transform +- uid: 21205 + type: Grille + components: + - pos: 2.5,-97.5 + parent: 864 + type: Transform +- uid: 21206 + type: Grille + components: + - pos: 2.5,-98.5 + parent: 864 + type: Transform +- uid: 21207 + type: Grille + components: + - pos: 2.5,-99.5 + parent: 864 + type: Transform +- uid: 21208 + type: Grille + components: + - pos: 2.5,-100.5 + parent: 864 + type: Transform +- uid: 21209 + type: Grille + components: + - pos: 2.5,-101.5 + parent: 864 + type: Transform +- uid: 21210 + type: Grille + components: + - pos: 2.5,-102.5 + parent: 864 + type: Transform +- uid: 21211 + type: Grille + components: + - pos: 2.5,-103.5 + parent: 864 + type: Transform +- uid: 21212 + type: Grille + components: + - pos: 2.5,-104.5 + parent: 864 + type: Transform +- uid: 21213 + type: Grille + components: + - pos: 4.5,-107.5 + parent: 864 + type: Transform +- uid: 21214 + type: Grille + components: + - pos: 5.5,-107.5 + parent: 864 + type: Transform +- uid: 21215 + type: Grille + components: + - pos: 6.5,-107.5 + parent: 864 + type: Transform +- uid: 21216 + type: Grille + components: + - pos: 7.5,-107.5 + parent: 864 + type: Transform +- uid: 21217 + type: Grille + components: + - pos: 8.5,-107.5 + parent: 864 + type: Transform +- uid: 21218 + type: Grille + components: + - pos: 9.5,-107.5 + parent: 864 + type: Transform +- uid: 21219 + type: Grille + components: + - pos: 10.5,-107.5 + parent: 864 + type: Transform +- uid: 21220 + type: Grille + components: + - pos: 11.5,-107.5 + parent: 864 + type: Transform +- uid: 21221 + type: Grille + components: + - pos: 12.5,-107.5 + parent: 864 + type: Transform +- uid: 21222 + type: Grille + components: + - pos: 13.5,-107.5 + parent: 864 + type: Transform +- uid: 21223 + type: Grille + components: + - pos: 14.5,-107.5 + parent: 864 + type: Transform +- uid: 21224 + type: Grille + components: + - pos: 15.5,-107.5 + parent: 864 + type: Transform +- uid: 21225 + type: Grille + components: + - pos: 16.5,-107.5 + parent: 864 + type: Transform +- uid: 21226 + type: Grille + components: + - pos: 17.5,-107.5 + parent: 864 + type: Transform +- uid: 21227 + type: Grille + components: + - pos: 20.5,-105.5 + parent: 864 + type: Transform +- uid: 21228 + type: Grille + components: + - pos: 20.5,-104.5 + parent: 864 + type: Transform +- uid: 21229 + type: Grille + components: + - pos: 20.5,-103.5 + parent: 864 + type: Transform +- uid: 21230 + type: Grille + components: + - pos: 20.5,-102.5 + parent: 864 + type: Transform +- uid: 21231 + type: Grille + components: + - pos: 20.5,-101.5 + parent: 864 + type: Transform +- uid: 21232 + type: Grille + components: + - pos: 20.5,-100.5 + parent: 864 + type: Transform +- uid: 21233 + type: Grille + components: + - pos: 20.5,-99.5 + parent: 864 + type: Transform +- uid: 21234 + type: Grille + components: + - pos: 20.5,-98.5 + parent: 864 + type: Transform +- uid: 21235 + type: Grille + components: + - pos: 20.5,-97.5 + parent: 864 + type: Transform +- uid: 21236 + type: Grille + components: + - pos: 20.5,-96.5 + parent: 864 + type: Transform +- uid: 21237 + type: Grille + components: + - pos: 20.5,-95.5 + parent: 864 + type: Transform +- uid: 21238 + type: Grille + components: + - pos: 20.5,-94.5 + parent: 864 + type: Transform +- uid: 21239 + type: Grille + components: + - pos: 12.5,-92.5 + parent: 864 + type: Transform +- uid: 21240 + type: Grille + components: + - pos: 13.5,-92.5 + parent: 864 + type: Transform +- uid: 21241 + type: Grille + components: + - pos: 14.5,-92.5 + parent: 864 + type: Transform +- uid: 21242 + type: Grille + components: + - pos: 15.5,-92.5 + parent: 864 + type: Transform +- uid: 21243 + type: Grille + components: + - pos: 16.5,-92.5 + parent: 864 + type: Transform +- uid: 21244 + type: Grille + components: + - pos: 17.5,-92.5 + parent: 864 + type: Transform +- uid: 21245 + type: Grille + components: + - pos: 18.5,-92.5 + parent: 864 + type: Transform +- uid: 21246 + type: SolarPanel + components: + - pos: 16.5,-101.5 + parent: 864 + type: Transform +- uid: 21247 + type: SolarPanel + components: + - pos: 18.5,-101.5 + parent: 864 + type: Transform +- uid: 21248 + type: SolarPanel + components: + - pos: 18.5,-98.5 + parent: 864 + type: Transform +- uid: 21249 + type: SolarPanel + components: + - pos: 16.5,-98.5 + parent: 864 + type: Transform +- uid: 21250 + type: SolarPanel + components: + - pos: 18.5,-104.5 + parent: 864 + type: Transform +- uid: 21251 + type: SolarPanel + components: + - pos: 16.5,-104.5 + parent: 864 + type: Transform +- uid: 21252 + type: CableHV + components: + - pos: 11.5,-103.5 + parent: 864 + type: Transform +- uid: 21253 + type: SolarPanel + components: + - pos: 4.5,-104.5 + parent: 864 + type: Transform +- uid: 21254 + type: SolarPanel + components: + - pos: 4.5,-101.5 + parent: 864 + type: Transform +- uid: 21255 + type: SolarPanel + components: + - pos: 6.5,-101.5 + parent: 864 + type: Transform +- uid: 21256 + type: SolarPanel + components: + - pos: 4.5,-98.5 + parent: 864 + type: Transform +- uid: 21257 + type: SolarPanel + components: + - pos: 6.5,-98.5 + parent: 864 + type: Transform +- uid: 21258 + type: SolarPanel + components: + - pos: 14.5,-104.5 + parent: 864 + type: Transform +- uid: 21259 + type: FirelockGlass + components: + - rot: 1.5707963267948966 rad + pos: 46.5,14.5 + parent: 864 + type: Transform +- uid: 21260 + type: CableHV + components: + - pos: 8.5,-104.5 + parent: 864 + type: Transform +- uid: 21261 + type: CableHV + components: + - pos: 7.5,-104.5 + parent: 864 + type: Transform +- uid: 21262 + type: CableHV + components: + - pos: 6.5,-104.5 + parent: 864 + type: Transform +- uid: 21263 + type: CableHV + components: + - pos: 5.5,-104.5 + parent: 864 + type: Transform +- uid: 21264 + type: CableHV + components: + - pos: 4.5,-104.5 + parent: 864 + type: Transform +- uid: 21265 + type: CableHV + components: + - pos: 14.5,-104.5 + parent: 864 + type: Transform +- uid: 21266 + type: CableHV + components: + - pos: 15.5,-104.5 + parent: 864 + type: Transform +- uid: 21267 + type: CableHV + components: + - pos: 16.5,-104.5 + parent: 864 + type: Transform +- uid: 21268 + type: CableHV + components: + - pos: 17.5,-104.5 + parent: 864 + type: Transform +- uid: 21269 + type: CableHV + components: + - pos: 18.5,-104.5 + parent: 864 + type: Transform +- uid: 21270 + type: CableHV + components: + - pos: 15.5,-101.5 + parent: 864 + type: Transform +- uid: 21271 + type: CableHV + components: + - pos: 16.5,-101.5 + parent: 864 + type: Transform +- uid: 21272 + type: CableHV + components: + - pos: 17.5,-101.5 + parent: 864 + type: Transform +- uid: 21273 + type: CableHV + components: + - pos: 18.5,-101.5 + parent: 864 + type: Transform +- uid: 21274 + type: CableHV + components: + - pos: 7.5,-101.5 + parent: 864 + type: Transform +- uid: 21275 + type: CableHV + components: + - pos: 6.5,-101.5 + parent: 864 + type: Transform +- uid: 21276 + type: CableHV + components: + - pos: 5.5,-101.5 + parent: 864 + type: Transform +- uid: 21277 + type: CableHV + components: + - pos: 4.5,-101.5 + parent: 864 + type: Transform +- uid: 21278 + type: CableHV + components: + - pos: 4.5,-98.5 + parent: 864 + type: Transform +- uid: 21279 + type: CableHV + components: + - pos: 5.5,-98.5 + parent: 864 + type: Transform +- uid: 21280 + type: CableHV + components: + - pos: 6.5,-98.5 + parent: 864 + type: Transform +- uid: 21281 + type: CableHV + components: + - pos: 7.5,-98.5 + parent: 864 + type: Transform +- uid: 21282 + type: CableHV + components: + - pos: 18.5,-98.5 + parent: 864 + type: Transform +- uid: 21283 + type: CableHV + components: + - pos: 17.5,-98.5 + parent: 864 + type: Transform +- uid: 21284 + type: CableHV + components: + - pos: 16.5,-98.5 + parent: 864 + type: Transform +- uid: 21285 + type: CableHV + components: + - pos: 15.5,-98.5 + parent: 864 + type: Transform +- uid: 21286 + type: FirelockGlass + components: + - pos: -5.5,-58.5 + parent: 864 + type: Transform +- uid: 21287 + type: Poweredlight + components: + - pos: 8.5,-25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21288 + type: Rack + components: + - pos: 18.5,39.5 + parent: 864 + type: Transform +- uid: 21289 + type: Poweredlight + components: + - pos: 1.5,-25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21290 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -3.5,51.5 + parent: 864 + type: Transform +- uid: 21291 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 21.5,-40.5 + parent: 864 + type: Transform +- uid: 21292 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,-34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21293 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21294 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,-24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21295 + type: ChairWood + components: + - pos: -3.5,53.5 + parent: 864 + type: Transform +- uid: 21296 + type: EmergencyLight + components: + - pos: -2.5,46.5 + parent: 864 + type: Transform +- uid: 21297 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: -22.5,54.5 + parent: 864 + type: Transform +- uid: 21298 + type: Poweredlight + components: + - pos: 21.5,-21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21299 + type: Poweredlight + components: + - pos: 29.5,-21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21300 + type: WallReinforced + components: + - pos: 13.5,-71.5 + parent: 864 + type: Transform +- uid: 21301 + type: AirlockMaintCaptainLocked + components: + - name: captain's quarters + type: MetaData + - pos: 29.5,-31.5 + parent: 864 + type: Transform +- uid: 21302 + type: CarpetSBlue + components: + - rot: -1.5707963267948966 rad + pos: 23.5,-36.5 + parent: 864 + type: Transform +- uid: 21303 + type: CableApcExtension + components: + - pos: -28.5,1.5 + parent: 864 + type: Transform +- uid: 21304 + type: CableApcExtension + components: + - pos: -27.5,1.5 + parent: 864 + type: Transform +- uid: 21305 + type: CableApcExtension + components: + - pos: -27.5,0.5 + parent: 864 + type: Transform +- uid: 21306 + type: Poweredlight + components: + - pos: -29.5,1.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21307 + type: SpawnMobMouse + components: + - pos: 52.5,36.5 + parent: 864 + type: Transform +- uid: 21308 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -38.5,-0.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21309 + type: FirelockGlass + components: + - pos: -46.5,9.5 + parent: 864 + type: Transform +- uid: 21310 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -51.5,10.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21311 + type: CableHV + components: + - pos: -2.5,-57.5 + parent: 864 + type: Transform +- uid: 21312 + type: CableHV + components: + - pos: -2.5,-56.5 + parent: 864 + type: Transform +- uid: 21313 + type: CableHV + components: + - pos: -2.5,-55.5 + parent: 864 + type: Transform +- uid: 21314 + type: CableHV + components: + - pos: -2.5,-54.5 + parent: 864 + type: Transform +- uid: 21315 + type: CableHV + components: + - pos: -2.5,-53.5 + parent: 864 + type: Transform +- uid: 21316 + type: CableHV + components: + - pos: -1.5,-53.5 + parent: 864 + type: Transform +- uid: 21317 + type: CableHV + components: + - pos: -0.5,-53.5 + parent: 864 + type: Transform +- uid: 21318 + type: CableHV + components: + - pos: -0.5,-52.5 + parent: 864 + type: Transform +- uid: 21319 + type: CableHV + components: + - pos: -0.5,-51.5 + parent: 864 + type: Transform +- uid: 21320 + type: CableHV + components: + - pos: -0.5,-50.5 + parent: 864 + type: Transform +- uid: 21321 + type: CableHV + components: + - pos: -0.5,-49.5 + parent: 864 + type: Transform +- uid: 21322 + type: CableHV + components: + - pos: -0.5,-48.5 + parent: 864 + type: Transform +- uid: 21323 + type: CableHV + components: + - pos: -0.5,-47.5 + parent: 864 + type: Transform +- uid: 21324 + type: CableHV + components: + - pos: -0.5,-46.5 + parent: 864 + type: Transform +- uid: 21325 + type: CableHV + components: + - pos: -0.5,-45.5 + parent: 864 + type: Transform +- uid: 21326 + type: CableHV + components: + - pos: -0.5,-44.5 + parent: 864 + type: Transform +- uid: 21327 + type: CableHV + components: + - pos: -0.5,-43.5 + parent: 864 + type: Transform +- uid: 21328 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 1.5,-71.5 + parent: 864 + type: Transform +- uid: 21329 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 2.5,-67.5 + parent: 864 + type: Transform +- uid: 21330 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 3.5,-71.5 + parent: 864 + type: Transform +- uid: 21331 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 4.5,-71.5 + parent: 864 + type: Transform +- uid: 21332 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 2.5,-68.5 + parent: 864 + type: Transform +- uid: 21333 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - rot: 3.141592653589793 rad + pos: 14.5,-59.5 + parent: 864 + type: Transform +- uid: 21334 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21335 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21336 + type: CableApcStack + components: + - pos: -66.19752,-32.620537 + parent: 864 + type: Transform +- uid: 21337 + type: Grille + components: + - pos: 38.5,-57.5 + parent: 864 + type: Transform +- uid: 21338 + type: Grille + components: + - pos: 40.5,-57.5 + parent: 864 + type: Transform +- uid: 21339 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-69.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21340 + type: Welder + components: + - pos: -44.442474,-76.91975 + parent: 864 + type: Transform +- uid: 21341 + type: Grille + components: + - pos: 37.5,-21.5 + parent: 864 + type: Transform +- uid: 21342 + type: Grille + components: + - pos: 37.5,-22.5 + parent: 864 + type: Transform +- uid: 21343 + type: WallReinforced + components: + - pos: 24.5,-26.5 + parent: 864 + type: Transform +- uid: 21344 + type: WallReinforced + components: + - pos: 22.5,-26.5 + parent: 864 + type: Transform +- uid: 21345 + type: CableMV + components: + - pos: -6.5,15.5 + parent: 864 + type: Transform +- uid: 21346 + type: CableMV + components: + - pos: -6.5,16.5 + parent: 864 + type: Transform +- uid: 21347 + type: CableMV + components: + - pos: -6.5,17.5 + parent: 864 + type: Transform +- uid: 21348 + type: CableMV + components: + - pos: -7.5,18.5 + parent: 864 + type: Transform +- uid: 21349 + type: CableMV + components: + - pos: -8.5,18.5 + parent: 864 + type: Transform +- uid: 21350 + type: CableMV + components: + - pos: -9.5,18.5 + parent: 864 + type: Transform +- uid: 21351 + type: CableMV + components: + - pos: -10.5,18.5 + parent: 864 + type: Transform +- uid: 21352 + type: CableMV + components: + - pos: -11.5,18.5 + parent: 864 + type: Transform +- uid: 21353 + type: CableMV + components: + - pos: -12.5,18.5 + parent: 864 + type: Transform +- uid: 21354 + type: CableMV + components: + - pos: -12.5,19.5 + parent: 864 + type: Transform +- uid: 21355 + type: CableMV + components: + - pos: -12.5,20.5 + parent: 864 + type: Transform +- uid: 21356 + type: CableMV + components: + - pos: -12.5,21.5 + parent: 864 + type: Transform +- uid: 21357 + type: CableMV + components: + - pos: -12.5,22.5 + parent: 864 + type: Transform +- uid: 21358 + type: CableMV + components: + - pos: -12.5,23.5 + parent: 864 + type: Transform +- uid: 21359 + type: CableMV + components: + - pos: -12.5,24.5 + parent: 864 + type: Transform +- uid: 21360 + type: CableMV + components: + - pos: -11.5,24.5 + parent: 864 + type: Transform +- uid: 21361 + type: CableMV + components: + - pos: -10.5,24.5 + parent: 864 + type: Transform +- uid: 21362 + type: CableMV + components: + - pos: -9.5,24.5 + parent: 864 + type: Transform +- uid: 21363 + type: CableApcExtension + components: + - pos: -11.5,26.5 + parent: 864 + type: Transform +- uid: 21364 + type: CableApcExtension + components: + - pos: -13.5,26.5 + parent: 864 + type: Transform +- uid: 21365 + type: CableMV + components: + - pos: -8.5,26.5 + parent: 864 + type: Transform +- uid: 21366 + type: CableMV + components: + - pos: -8.5,27.5 + parent: 864 + type: Transform +- uid: 21367 + type: CableMV + components: + - pos: -8.5,28.5 + parent: 864 + type: Transform +- uid: 21368 + type: CableMV + components: + - pos: -8.5,29.5 + parent: 864 + type: Transform +- uid: 21369 + type: CableMV + components: + - pos: -8.5,30.5 + parent: 864 + type: Transform +- uid: 21370 + type: CableApcExtension + components: + - pos: -26.5,0.5 + parent: 864 + type: Transform +- uid: 21371 + type: CableApcExtension + components: + - pos: -8.5,14.5 + parent: 864 + type: Transform +- uid: 21372 + type: CableApcExtension + components: + - pos: -8.5,15.5 + parent: 864 + type: Transform +- uid: 21373 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -50.5,10.5 + parent: 864 + type: Transform +- uid: 21374 + type: CableApcExtension + components: + - pos: -1.5,-80.5 + parent: 864 + type: Transform +- uid: 21375 + type: CableApcExtension + components: + - pos: -1.5,-81.5 + parent: 864 + type: Transform +- uid: 21376 + type: CableApcExtension + components: + - pos: -1.5,-82.5 + parent: 864 + type: Transform +- uid: 21377 + type: CableApcExtension + components: + - pos: -74.5,-25.5 + parent: 864 + type: Transform +- uid: 21378 + type: CableApcExtension + components: + - pos: -75.5,-25.5 + parent: 864 + type: Transform +- uid: 21379 + type: CableApcExtension + components: + - pos: -76.5,-25.5 + parent: 864 + type: Transform +- uid: 21380 + type: CableApcExtension + components: + - pos: -23.5,10.5 + parent: 864 + type: Transform +- uid: 21381 + type: CableApcExtension + components: + - pos: -22.5,10.5 + parent: 864 + type: Transform +- uid: 21382 + type: CableApcExtension + components: + - pos: -22.5,11.5 + parent: 864 + type: Transform +- uid: 21383 + type: SurveillanceCameraEngineering + components: + - rot: 3.141592653589793 rad + pos: -29.5,-16.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: engineering main corridor + type: SurveillanceCamera +- uid: 21384 + type: SurveillanceCameraEngineering + components: + - pos: -38.5,-13.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: engineer canteen + type: SurveillanceCamera +- uid: 21385 + type: SurveillanceCameraEngineering + components: + - rot: -1.5707963267948966 rad + pos: -48.5,-9.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: 'AME ' + type: SurveillanceCamera +- uid: 21386 + type: SurveillanceCameraEngineering + components: + - pos: -52.5,-20.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: engineering console room + type: SurveillanceCamera +- uid: 21387 + type: SurveillanceCameraEngineering + components: + - pos: -67.5,-28.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: particle accelerator + type: SurveillanceCamera +- uid: 21388 + type: SurveillanceCameraEngineering + components: + - rot: -1.5707963267948966 rad + pos: -22.5,4.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: gravity generator + type: SurveillanceCamera +- uid: 21389 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,27.5 + parent: 864 + type: Transform +- uid: 21390 + type: AtmosFixNitrogenMarker + components: + - pos: -48.5,-54.5 + parent: 864 + type: Transform +- uid: 21391 + type: CableHV + components: + - pos: -47.5,-17.5 + parent: 864 + type: Transform +- uid: 21392 + type: PoweredSmallLight + components: + - pos: -76.5,-25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21393 + type: CableApcExtension + components: + - pos: -77.5,-25.5 + parent: 864 + type: Transform +- uid: 21394 + type: CableApcExtension + components: + - pos: -78.5,-25.5 + parent: 864 + type: Transform +- uid: 21395 + type: CableApcExtension + components: + - pos: -79.5,-25.5 + parent: 864 + type: Transform +- uid: 21396 + type: CableApcExtension + components: + - pos: -79.5,-24.5 + parent: 864 + type: Transform +- uid: 21397 + type: CableApcExtension + components: + - pos: -79.5,-23.5 + parent: 864 + type: Transform +- uid: 21398 + type: CableApcExtension + components: + - pos: -79.5,-22.5 + parent: 864 + type: Transform +- uid: 21399 + type: CableApcExtension + components: + - pos: -79.5,-21.5 + parent: 864 + type: Transform +- uid: 21400 + type: CableApcExtension + components: + - pos: -79.5,-20.5 + parent: 864 + type: Transform +- uid: 21401 + type: CableApcExtension + components: + - pos: -79.5,-19.5 + parent: 864 + type: Transform +- uid: 21402 + type: CableApcExtension + components: + - pos: -79.5,-18.5 + parent: 864 + type: Transform +- uid: 21403 + type: CableApcExtension + components: + - pos: -79.5,-17.5 + parent: 864 + type: Transform +- uid: 21404 + type: CableApcExtension + components: + - pos: -79.5,-16.5 + parent: 864 + type: Transform +- uid: 21405 + type: CableApcExtension + components: + - pos: -79.5,-15.5 + parent: 864 + type: Transform +- uid: 21406 + type: CableApcExtension + components: + - pos: -79.5,-14.5 + parent: 864 + type: Transform +- uid: 21407 + type: CableApcExtension + components: + - pos: -79.5,-13.5 + parent: 864 + type: Transform +- uid: 21408 + type: CableApcExtension + components: + - pos: -79.5,-12.5 + parent: 864 + type: Transform +- uid: 21409 + type: Catwalk + components: + - pos: -78.5,-12.5 + parent: 864 + type: Transform +- uid: 21410 + type: Catwalk + components: + - pos: -77.5,-12.5 + parent: 864 + type: Transform +- uid: 21411 + type: Catwalk + components: + - pos: -76.5,-12.5 + parent: 864 + type: Transform +- uid: 21412 + type: Catwalk + components: + - pos: -75.5,-12.5 + parent: 864 + type: Transform +- uid: 21413 + type: Catwalk + components: + - pos: -74.5,-12.5 + parent: 864 + type: Transform +- uid: 21414 + type: CableApcExtension + components: + - pos: -78.5,-12.5 + parent: 864 + type: Transform +- uid: 21415 + type: CableApcExtension + components: + - pos: -77.5,-12.5 + parent: 864 + type: Transform +- uid: 21416 + type: CableApcExtension + components: + - pos: -76.5,-12.5 + parent: 864 + type: Transform +- uid: 21417 + type: CableApcExtension + components: + - pos: -75.5,-12.5 + parent: 864 + type: Transform +- uid: 21418 + type: CableApcExtension + components: + - pos: -74.5,-12.5 + parent: 864 + type: Transform +- uid: 21419 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -77.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21420 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -77.5,-11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21421 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -63.5,-21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21422 + type: CableApcExtension + components: + - pos: 41.5,14.5 + parent: 864 + type: Transform +- uid: 21423 + type: CableApcExtension + components: + - pos: 42.5,14.5 + parent: 864 + type: Transform +- uid: 21424 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -69.5,-21.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21425 + type: Multitool + components: + - pos: -57.653404,-25.398897 + parent: 864 + type: Transform + - devices: + 'UID: 31532': 16419 + type: NetworkConfigurator +- uid: 21426 + type: CableHV + components: + - pos: -53.5,-18.5 + parent: 864 + type: Transform +- uid: 21427 + type: CableHV + components: + - pos: -53.5,-17.5 + parent: 864 + type: Transform +- uid: 21428 + type: CableHV + components: + - pos: -53.5,-16.5 + parent: 864 + type: Transform +- uid: 21429 + type: CableHV + components: + - pos: -53.5,-15.5 + parent: 864 + type: Transform +- uid: 21430 + type: CableHV + components: + - pos: -53.5,-14.5 + parent: 864 + type: Transform +- uid: 21431 + type: CableHV + components: + - pos: -53.5,-13.5 + parent: 864 + type: Transform +- uid: 21432 + type: CableHV + components: + - pos: -54.5,-13.5 + parent: 864 + type: Transform +- uid: 21433 + type: CableHV + components: + - pos: -55.5,-13.5 + parent: 864 + type: Transform +- uid: 21434 + type: CableMV + components: + - pos: -55.5,-13.5 + parent: 864 + type: Transform +- uid: 21435 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -73.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21436 + type: PoweredSmallLight + components: + - pos: -68.5,-5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21437 + type: PoweredSmallLight + components: + - pos: -64.5,-5.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21438 + type: CableApcExtension + components: + - pos: -75.5,-11.5 + parent: 864 + type: Transform +- uid: 21439 + type: CableApcExtension + components: + - pos: -75.5,-10.5 + parent: 864 + type: Transform +- uid: 21440 + type: CableApcExtension + components: + - pos: -75.5,-9.5 + parent: 864 + type: Transform +- uid: 21441 + type: CableApcExtension + components: + - pos: -75.5,-8.5 + parent: 864 + type: Transform +- uid: 21442 + type: CableApcExtension + components: + - pos: -75.5,-7.5 + parent: 864 + type: Transform +- uid: 21443 + type: CableApcExtension + components: + - pos: -75.5,-6.5 + parent: 864 + type: Transform +- uid: 21444 + type: CableApcExtension + components: + - pos: -75.5,-5.5 + parent: 864 + type: Transform +- uid: 21445 + type: CableApcExtension + components: + - pos: -75.5,-4.5 + parent: 864 + type: Transform +- uid: 21446 + type: CableApcExtension + components: + - pos: -74.5,-4.5 + parent: 864 + type: Transform +- uid: 21447 + type: CableApcExtension + components: + - pos: -73.5,-4.5 + parent: 864 + type: Transform +- uid: 21448 + type: CableApcExtension + components: + - pos: -72.5,-4.5 + parent: 864 + type: Transform +- uid: 21449 + type: CableApcExtension + components: + - pos: -71.5,-4.5 + parent: 864 + type: Transform +- uid: 21450 + type: CableApcExtension + components: + - pos: -70.5,-4.5 + parent: 864 + type: Transform +- uid: 21451 + type: CableApcExtension + components: + - pos: -69.5,-4.5 + parent: 864 + type: Transform +- uid: 21452 + type: CableApcExtension + components: + - pos: -68.5,-4.5 + parent: 864 + type: Transform +- uid: 21453 + type: CableApcExtension + components: + - pos: -67.5,-4.5 + parent: 864 + type: Transform +- uid: 21454 + type: CableApcExtension + components: + - pos: -66.5,-4.5 + parent: 864 + type: Transform +- uid: 21455 + type: CableApcExtension + components: + - pos: -65.5,-4.5 + parent: 864 + type: Transform +- uid: 21456 + type: CableApcExtension + components: + - pos: -64.5,-4.5 + parent: 864 + type: Transform +- uid: 21457 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -57.5,-10.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21458 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -57.5,-16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21459 + type: SurveillanceCameraMedical + components: + - rot: -1.5707963267948966 rad + pos: -25.5,-70.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: virology reception + type: SurveillanceCamera +- uid: 21460 + type: SurveillanceCameraMedical + components: + - pos: -26.5,-80.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: virology treatment + type: SurveillanceCamera +- uid: 21461 + type: SurveillanceCameraMedical + components: + - rot: -1.5707963267948966 rad + pos: -23.5,-83.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: virology testing + type: SurveillanceCamera +- uid: 21462 + type: SurveillanceCameraService + components: + - rot: 1.5707963267948966 rad + pos: 12.5,-6.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: library + type: SurveillanceCamera +- uid: 21463 + type: SurveillanceCameraService + components: + - rot: 1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: ice cream parlor + type: SurveillanceCamera +- uid: 21464 + type: SurveillanceCameraService + components: + - rot: 1.5707963267948966 rad + pos: 6.5,6.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen + type: SurveillanceCamera +- uid: 21465 + type: SurveillanceCameraService + components: + - rot: 1.5707963267948966 rad + pos: 14.5,8.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: bar + type: SurveillanceCamera +- uid: 21466 + type: SurveillanceCameraSupply + components: + - pos: -43.5,18.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: cargo dock + type: SurveillanceCamera +- uid: 21467 + type: SurveillanceCameraSupply + components: + - rot: 1.5707963267948966 rad + pos: -30.5,22.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: cargo + type: SurveillanceCamera +- uid: 21468 + type: SurveillanceCameraSupply + components: + - pos: -43.5,28.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: salvage magnet + type: SurveillanceCamera +- uid: 21469 + type: SurveillanceCameraSecurity + components: + - rot: 3.141592653589793 rad + pos: 23.5,2.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: perma brig + type: SurveillanceCamera +- uid: 21470 + type: GasPort + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21471 + type: GasPort + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21472 + type: GasPort + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21473 + type: PortableScrubber + components: + - pos: -33.5,-43.5 + parent: 864 + type: Transform + - canCollide: False + type: Physics + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 21474 + type: PortableScrubber + components: + - pos: -33.5,-44.5 + parent: 864 + type: Transform + - canCollide: False + type: Physics + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 21475 + type: PortableScrubber + components: + - pos: -33.5,-45.5 + parent: 864 + type: Transform + - canCollide: False + type: Physics + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 21476 + type: GasThermoMachineFreezer + components: + - pos: -33.5,-52.5 + parent: 864 + type: Transform +- uid: 21477 + type: GasValve + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-53.5 + parent: 864 + type: Transform + - open: False + type: GasValve + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21478 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-53.5 + parent: 864 + type: Transform +- uid: 21479 + type: GasValve + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-55.5 + parent: 864 + type: Transform + - open: False + type: GasValve + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21480 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-55.5 + parent: 864 + type: Transform +- uid: 21481 + type: GasThermoMachineHeater + components: + - pos: -33.5,-54.5 + parent: 864 + type: Transform +- uid: 21482 + type: WallSolid + components: + - pos: -35.5,20.5 + parent: 864 + type: Transform +- uid: 21483 + type: ShuttersNormalOpen + components: + - pos: 32.5,9.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -171385.58 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 21485 + Close: + - port: Off + uid: 21485 + Toggle: [] + type: SignalReceiver +- uid: 21484 + type: SignCargoDock + components: + - pos: -35.532974,23.594805 + parent: 864 + type: Transform +- uid: 21485 + type: SignalSwitch + components: + - pos: 33.5,17.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 18598 + - port: Open + uid: 21483 + - port: Open + uid: 18624 + - port: Open + uid: 19144 + - port: Open + uid: 6766 + Off: + - port: Close + uid: 18598 + - port: Close + uid: 21483 + - port: Close + uid: 18624 + - port: Close + uid: 19144 + - port: Close + uid: 6766 + type: SignalTransmitter +- uid: 21486 + type: Poweredlight + components: + - pos: 32.5,19.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21487 + type: Table + components: + - pos: 54.5,12.5 + parent: 864 + type: Transform +- uid: 21488 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: -55.5,-29.5 + parent: 864 + type: Transform +- uid: 21489 + type: Firelock + components: + - pos: -24.5,-49.5 + parent: 864 + type: Transform +- uid: 21490 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 61.5,24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21491 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 63.5,24.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21492 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 63.5,13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21493 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 63.5,11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21494 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 63.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21495 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -9.5,-13.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21496 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -11.5,-16.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21497 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21498 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21499 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 24.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21500 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 23.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21501 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 22.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21502 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21503 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 20.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21504 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21505 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 21.5,-54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21506 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 19.5,-54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21507 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 19.5,-54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21508 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -43.5,-71.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21509 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-71.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21510 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -45.5,-71.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21511 + type: GasPipeStraight + components: + - pos: -45.5,-72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21512 + type: GasPipeStraight + components: + - pos: -45.5,-73.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21513 + type: GasPipeStraight + components: + - pos: -45.5,-74.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21514 + type: GasPipeStraight + components: + - pos: -45.5,-75.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21515 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -45.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21516 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -46.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21517 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -47.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21518 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -48.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21519 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -49.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21520 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -50.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21521 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -51.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21522 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21523 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -53.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21524 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21525 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21526 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -46.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21527 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -41.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21528 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21529 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -43.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21530 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21531 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -45.5,-72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21532 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -46.5,-73.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21533 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -46.5,-74.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21534 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21535 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21536 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21537 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21538 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -51.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21539 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -52.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21540 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21541 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -54.5,-75.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21542 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-76.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21543 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -54.5,-77.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21544 + type: GasVentPump + components: + - pos: -54.5,-74.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21545 + type: SpawnPointJanitor + components: + - pos: -8.5,-22.5 + parent: 864 + type: Transform +- uid: 21546 + type: SpawnPointChiefEngineer + components: + - pos: -36.5,-17.5 + parent: 864 + type: Transform +- uid: 21547 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -28.5,-7.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21548 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -13.5,-10.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21549 + type: SheetPlastic1 + components: + - pos: -12.48505,-8.397207 + parent: 864 + type: Transform + - count: 2 + type: Stack +- uid: 21550 + type: Firelock + components: + - rot: 3.141592653589793 rad + pos: -46.5,-2.5 + parent: 864 + type: Transform +- uid: 21551 + type: AirlockGlass + components: + - pos: -46.5,2.5 + parent: 864 + type: Transform +- uid: 21552 + type: AirlockGlass + components: + - pos: -47.5,2.5 + parent: 864 + type: Transform +- uid: 21553 + type: AirlockGlass + components: + - pos: -45.5,2.5 + parent: 864 + type: Transform +- uid: 21554 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: -45.5,9.5 + parent: 864 + type: Transform +- uid: 21555 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: -46.5,9.5 + parent: 864 + type: Transform +- uid: 21556 + type: FirelockGlass + components: + - pos: -19.5,-7.5 + parent: 864 + type: Transform +- uid: 21557 + type: FirelockGlass + components: + - pos: -18.5,-7.5 + parent: 864 + type: Transform +- uid: 21558 + type: FirelockGlass + components: + - pos: -20.5,-7.5 + parent: 864 + type: Transform +- uid: 21559 + type: FirelockGlass + components: + - pos: 35.5,0.5 + parent: 864 + type: Transform +- uid: 21560 + type: Firelock + components: + - pos: 21.5,9.5 + parent: 864 + type: Transform +- uid: 21561 + type: Firelock + components: + - rot: 1.5707963267948966 rad + pos: 20.5,25.5 + parent: 864 + type: Transform +- uid: 21562 + type: WarpPoint + components: + - name: 'warp: salvage' + type: MetaData + - rot: 1.5707963267948966 rad + pos: -43.5,30.5 + parent: 864 + type: Transform + - location: salvage + type: WarpPoint +- uid: 21563 + type: WarpPoint + components: + - name: 'warp: arrivals' + type: MetaData + - rot: 1.5707963267948966 rad + pos: 39.5,-71.5 + parent: 864 + type: Transform + - location: arrivals + type: WarpPoint +- uid: 21564 + type: WarpPoint + components: + - name: 'Warp: kitchen' + type: MetaData + - rot: 1.5707963267948966 rad + pos: 2.5,8.5 + parent: 864 + type: Transform + - location: kitchen + type: WarpPoint +- uid: 21565 + type: WarpPoint + components: + - name: 'Warp: botany' + type: MetaData + - rot: 1.5707963267948966 rad + pos: -7.5,6.5 + parent: 864 + type: Transform + - location: hydrophonics + type: WarpPoint +- uid: 21566 + type: WarpPoint + components: + - name: 'warp: theatre' + type: MetaData + - rot: 1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 864 + type: Transform + - location: theatre + type: WarpPoint +- uid: 21567 + type: WarpPoint + components: + - name: 'warp: library' + type: MetaData + - rot: 1.5707963267948966 rad + pos: 11.5,-5.5 + parent: 864 + type: Transform + - location: library + type: WarpPoint +- uid: 21568 + type: WarpPoint + components: + - name: 'Warp: armory' + type: MetaData + - rot: 1.5707963267948966 rad + pos: 29.5,30.5 + parent: 864 + type: Transform + - location: armory + type: WarpPoint +- uid: 21569 + type: WarpPoint + components: + - name: 'warp: revolution bar' + type: MetaData + - rot: 1.5707963267948966 rad + pos: -41.5,-76.5 + parent: 864 + type: Transform + - location: rebelion bar + type: WarpPoint +- uid: 21570 + type: WarpPoint + components: + - name: 'warp: artifact containment' + type: MetaData + - rot: 1.5707963267948966 rad + pos: 62.5,-33.5 + parent: 864 + type: Transform + - location: artifact containment + type: WarpPoint +- uid: 21571 + type: WarpPoint + components: + - name: 'warp: baby singulo crib' + type: MetaData + - rot: 1.5707963267948966 rad + pos: 61.5,-68.5 + parent: 864 + type: Transform + - location: baby singularity crib + type: WarpPoint +- uid: 21572 + type: FloorTileItemSteel + components: + - pos: 4.5836563,-34.663006 + parent: 864 + type: Transform + - count: 25 + type: Stack +- uid: 21573 + type: AtmosFixNitrogenMarker + components: + - pos: -49.5,-54.5 + parent: 864 + type: Transform +- uid: 21574 + type: AtmosFixNitrogenMarker + components: + - pos: -50.5,-54.5 + parent: 864 + type: Transform +- uid: 21575 + type: AtmosFixOxygenMarker + components: + - pos: -48.5,-52.5 + parent: 864 + type: Transform +- uid: 21576 + type: AtmosFixOxygenMarker + components: + - pos: -49.5,-52.5 + parent: 864 + type: Transform +- uid: 21577 + type: AtmosFixOxygenMarker + components: + - pos: -50.5,-52.5 + parent: 864 + type: Transform +- uid: 21578 + type: AtmosFixBlockerMarker + components: + - pos: -44.5,-33.5 + parent: 864 + type: Transform +- uid: 21579 + type: AtmosFixBlockerMarker + components: + - pos: -44.5,-34.5 + parent: 864 + type: Transform +- uid: 21580 + type: AtmosFixBlockerMarker + components: + - pos: -44.5,-35.5 + parent: 864 + type: Transform +- uid: 21581 + type: AtmosFixBlockerMarker + components: + - pos: -43.5,-33.5 + parent: 864 + type: Transform +- uid: 21582 + type: AtmosFixBlockerMarker + components: + - pos: -43.5,-34.5 + parent: 864 + type: Transform +- uid: 21583 + type: AtmosFixBlockerMarker + components: + - pos: -43.5,-35.5 + parent: 864 + type: Transform +- uid: 21584 + type: AtmosFixBlockerMarker + components: + - pos: -42.5,-33.5 + parent: 864 + type: Transform +- uid: 21585 + type: AtmosFixBlockerMarker + components: + - pos: -42.5,-34.5 + parent: 864 + type: Transform +- uid: 21586 + type: AtmosFixBlockerMarker + components: + - pos: -42.5,-35.5 + parent: 864 + type: Transform +- uid: 21587 + type: AtmosFixBlockerMarker + components: + - pos: -42.5,-36.5 + parent: 864 + type: Transform +- uid: 21588 + type: AtmosFixBlockerMarker + components: + - pos: -42.5,-32.5 + parent: 864 + type: Transform +- uid: 21589 + type: AtmosFixBlockerMarker + components: + - pos: -45.5,-34.5 + parent: 864 + type: Transform +- uid: 21590 + type: AtmosFixBlockerMarker + components: + - pos: -48.5,-50.5 + parent: 864 + type: Transform +- uid: 21591 + type: AtmosFixBlockerMarker + components: + - pos: -49.5,-50.5 + parent: 864 + type: Transform +- uid: 21592 + type: AtmosFixBlockerMarker + components: + - pos: -50.5,-50.5 + parent: 864 + type: Transform +- uid: 21593 + type: AtmosFixBlockerMarker + components: + - pos: -48.5,-48.5 + parent: 864 + type: Transform +- uid: 21594 + type: AtmosFixBlockerMarker + components: + - pos: -49.5,-48.5 + parent: 864 + type: Transform +- uid: 21595 + type: AtmosFixBlockerMarker + components: + - pos: -50.5,-48.5 + parent: 864 + type: Transform +- uid: 21596 + type: AtmosFixBlockerMarker + components: + - pos: -48.5,-44.5 + parent: 864 + type: Transform +- uid: 21597 + type: AtmosFixBlockerMarker + components: + - pos: -49.5,-44.5 + parent: 864 + type: Transform +- uid: 21598 + type: AtmosFixBlockerMarker + components: + - pos: -50.5,-44.5 + parent: 864 + type: Transform +- uid: 21599 + type: AtmosFixBlockerMarker + components: + - pos: -48.5,-42.5 + parent: 864 + type: Transform +- uid: 21600 + type: AtmosFixBlockerMarker + components: + - pos: -49.5,-42.5 + parent: 864 + type: Transform +- uid: 21601 + type: AtmosFixBlockerMarker + components: + - pos: -50.5,-42.5 + parent: 864 + type: Transform +- uid: 21602 + type: AtmosFixPlasmaMarker + components: + - pos: -48.5,-46.5 + parent: 864 + type: Transform +- uid: 21603 + type: AtmosFixPlasmaMarker + components: + - pos: -49.5,-46.5 + parent: 864 + type: Transform +- uid: 21604 + type: AtmosFixPlasmaMarker + components: + - pos: -50.5,-46.5 + parent: 864 + type: Transform +- uid: 21605 + type: CarpetPink + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-28.5 + parent: 864 + type: Transform +- uid: 21606 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21607 + type: SpawnMobCat + components: + - pos: -12.5,-38.5 + parent: 864 + type: Transform +- uid: 21608 + type: SpawnMobCat + components: + - pos: 57.5,16.5 + parent: 864 + type: Transform +- uid: 21609 + type: SpawnMobMouse + components: + - pos: -13.5,24.5 + parent: 864 + type: Transform +- uid: 21610 + type: SpawnMobMouse + components: + - pos: -51.5,-0.5 + parent: 864 + type: Transform +- uid: 21611 + type: SpawnMobMouse + components: + - pos: -38.5,-64.5 + parent: 864 + type: Transform +- uid: 21612 + type: SpawnMobMouse + components: + - pos: -40.5,-81.5 + parent: 864 + type: Transform +- uid: 21613 + type: SpawnMobMouse + components: + - pos: -45.5,-77.5 + parent: 864 + type: Transform +- uid: 21614 + type: MouseTimedSpawner + components: + - pos: 5.5,-70.5 + parent: 864 + type: Transform +- uid: 21615 + type: Mousetrap + components: + - pos: -9.7242,-23.489777 + parent: 864 + type: Transform +- uid: 21616 + type: Mousetrap + components: + - pos: -9.986921,-23.442902 + parent: 864 + type: Transform +- uid: 21617 + type: WallReinforced + components: + - pos: 27.5,-33.5 + parent: 864 + type: Transform +- uid: 21618 + type: CableApcExtension + components: + - pos: -47.5,39.5 + parent: 864 + type: Transform +- uid: 21619 + type: CableApcExtension + components: + - pos: -47.5,40.5 + parent: 864 + type: Transform +- uid: 21620 + type: CableApcExtension + components: + - pos: -47.5,41.5 + parent: 864 + type: Transform +- uid: 21621 + type: CableApcExtension + components: + - pos: -46.5,41.5 + parent: 864 + type: Transform +- uid: 21622 + type: CableApcExtension + components: + - pos: -45.5,41.5 + parent: 864 + type: Transform +- uid: 21623 + type: CableApcExtension + components: + - pos: -45.5,42.5 + parent: 864 + type: Transform +- uid: 21624 + type: CableApcExtension + components: + - pos: -45.5,43.5 + parent: 864 + type: Transform +- uid: 21625 + type: CableApcExtension + components: + - pos: -45.5,44.5 + parent: 864 + type: Transform +- uid: 21626 + type: CableApcExtension + components: + - pos: -45.5,45.5 + parent: 864 + type: Transform +- uid: 21627 + type: CableApcExtension + components: + - pos: -45.5,46.5 + parent: 864 + type: Transform +- uid: 21628 + type: CableApcExtension + components: + - pos: -45.5,47.5 + parent: 864 + type: Transform +- uid: 21629 + type: CableApcExtension + components: + - pos: -45.5,48.5 + parent: 864 + type: Transform +- uid: 21630 + type: CableApcExtension + components: + - pos: -45.5,49.5 + parent: 864 + type: Transform +- uid: 21631 + type: CableApcExtension + components: + - pos: -46.5,49.5 + parent: 864 + type: Transform +- uid: 21632 + type: CableApcExtension + components: + - pos: -46.5,50.5 + parent: 864 + type: Transform +- uid: 21633 + type: CableApcExtension + components: + - pos: -46.5,51.5 + parent: 864 + type: Transform +- uid: 21634 + type: CableApcExtension + components: + - pos: -46.5,52.5 + parent: 864 + type: Transform +- uid: 21635 + type: CableApcExtension + components: + - pos: -46.5,53.5 + parent: 864 + type: Transform +- uid: 21636 + type: CableApcExtension + components: + - pos: -45.5,53.5 + parent: 864 + type: Transform +- uid: 21637 + type: CableApcExtension + components: + - pos: -44.5,53.5 + parent: 864 + type: Transform +- uid: 21638 + type: CableApcExtension + components: + - pos: -43.5,53.5 + parent: 864 + type: Transform +- uid: 21639 + type: CableApcExtension + components: + - pos: -42.5,53.5 + parent: 864 + type: Transform +- uid: 21640 + type: CableApcExtension + components: + - pos: -41.5,53.5 + parent: 864 + type: Transform +- uid: 21641 + type: CableApcExtension + components: + - pos: -40.5,53.5 + parent: 864 + type: Transform +- uid: 21642 + type: CableApcExtension + components: + - pos: -39.5,53.5 + parent: 864 + type: Transform +- uid: 21643 + type: CableApcExtension + components: + - pos: -38.5,53.5 + parent: 864 + type: Transform +- uid: 21644 + type: CableApcExtension + components: + - pos: -37.5,53.5 + parent: 864 + type: Transform +- uid: 21645 + type: CableApcExtension + components: + - pos: -47.5,53.5 + parent: 864 + type: Transform +- uid: 21646 + type: CableApcExtension + components: + - pos: -48.5,53.5 + parent: 864 + type: Transform +- uid: 21647 + type: CableApcExtension + components: + - pos: -49.5,53.5 + parent: 864 + type: Transform +- uid: 21648 + type: CableApcExtension + components: + - pos: -50.5,53.5 + parent: 864 + type: Transform +- uid: 21649 + type: CableApcExtension + components: + - pos: -51.5,53.5 + parent: 864 + type: Transform +- uid: 21650 + type: CableApcExtension + components: + - pos: -52.5,53.5 + parent: 864 + type: Transform +- uid: 21651 + type: CableApcExtension + components: + - pos: -53.5,53.5 + parent: 864 + type: Transform +- uid: 21652 + type: CableApcExtension + components: + - pos: -54.5,53.5 + parent: 864 + type: Transform +- uid: 21653 + type: CableApcExtension + components: + - pos: -55.5,53.5 + parent: 864 + type: Transform +- uid: 21654 + type: CableApcExtension + components: + - pos: -56.5,53.5 + parent: 864 + type: Transform +- uid: 21655 + type: WallReinforced + components: + - pos: -47.5,52.5 + parent: 864 + type: Transform +- uid: 21656 + type: WallReinforced + components: + - pos: -41.5,52.5 + parent: 864 + type: Transform +- uid: 21657 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -47.5,53.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21658 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -41.5,53.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21659 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -40.5,52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21660 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -46.5,52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21661 + type: WarpPoint + components: + - rot: 3.141592653589793 rad + pos: -44.5,53.5 + parent: 864 + type: Transform + - location: asteroid + type: WarpPoint +- uid: 21662 + type: Grille + components: + - pos: 55.5,-15.5 + parent: 864 + type: Transform +- uid: 21663 + type: Grille + components: + - pos: 56.5,-15.5 + parent: 864 + type: Transform +- uid: 21664 + type: Grille + components: + - pos: 58.5,-15.5 + parent: 864 + type: Transform +- uid: 21665 + type: Grille + components: + - pos: 59.5,-15.5 + parent: 864 + type: Transform +- uid: 21666 + type: Grille + components: + - pos: 58.5,-59.5 + parent: 864 + type: Transform +- uid: 21667 + type: Grille + components: + - pos: 58.5,-60.5 + parent: 864 + type: Transform +- uid: 21668 + type: Grille + components: + - pos: 56.5,-62.5 + parent: 864 + type: Transform +- uid: 21669 + type: Grille + components: + - pos: 55.5,-62.5 + parent: 864 + type: Transform +- uid: 21670 + type: Grille + components: + - pos: 54.5,-62.5 + parent: 864 + type: Transform +- uid: 21671 + type: Grille + components: + - pos: 37.5,-64.5 + parent: 864 + type: Transform +- uid: 21672 + type: Grille + components: + - pos: 41.5,-64.5 + parent: 864 + type: Transform +- uid: 21673 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-81.5 + parent: 864 + type: Transform +- uid: 21674 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,-81.5 + parent: 864 + type: Transform +- uid: 21675 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,-81.5 + parent: 864 + type: Transform +- uid: 21676 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-81.5 + parent: 864 + type: Transform +- uid: 21677 + type: GasVentPump + components: + - pos: 37.5,-80.5 + parent: 864 + type: Transform +- uid: 21678 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 40.5,-82.5 + parent: 864 + type: Transform +- uid: 21679 + type: ProximitySensor + components: + - rot: 3.141592653589793 rad + pos: 53.52975,-51.96479 + parent: 864 + type: Transform +- uid: 21680 + type: ProximitySensor + components: + - rot: 3.141592653589793 rad + pos: 70.671715,-49.332787 + parent: 864 + type: Transform +- uid: 21681 + type: ProximitySensor + components: + - rot: 3.141592653589793 rad + pos: 70.734215,-49.520287 + parent: 864 + type: Transform +- uid: 21682 + type: ShuttleWindow + components: + - pos: 48.5,-79.5 + parent: 864 + type: Transform +- uid: 21683 + type: Grille + components: + - pos: 48.5,-78.5 + parent: 864 + type: Transform +- uid: 21684 + type: Grille + components: + - pos: 48.5,-81.5 + parent: 864 + type: Transform +- uid: 21685 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-11.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21686 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21687 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-65.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21688 + type: PoweredSmallLight + components: + - pos: -48.5,-25.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21689 + type: CableApcExtension + components: + - pos: 10.5,-65.5 + parent: 864 + type: Transform +- uid: 21690 + type: CableApcExtension + components: + - pos: 11.5,-65.5 + parent: 864 + type: Transform +- uid: 21691 + type: CableApcExtension + components: + - pos: 12.5,-65.5 + parent: 864 + type: Transform +- uid: 21692 + type: CableApcExtension + components: + - pos: 13.5,-65.5 + parent: 864 + type: Transform +- uid: 21693 + type: CableApcExtension + components: + - pos: 14.5,-65.5 + parent: 864 + type: Transform +- uid: 21694 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-81.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21695 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,28.5 + parent: 864 + type: Transform +- uid: 21696 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,29.5 + parent: 864 + type: Transform +- uid: 21697 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,30.5 + parent: 864 + type: Transform +- uid: 21698 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,31.5 + parent: 864 + type: Transform +- uid: 21699 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,32.5 + parent: 864 + type: Transform +- uid: 21700 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,33.5 + parent: 864 + type: Transform +- uid: 21701 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 24.5,34.5 + parent: 864 + type: Transform +- uid: 21702 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 25.5,34.5 + parent: 864 + type: Transform +- uid: 21703 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 26.5,34.5 + parent: 864 + type: Transform +- uid: 21704 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 27.5,34.5 + parent: 864 + type: Transform +- uid: 21705 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 28.5,34.5 + parent: 864 + type: Transform +- uid: 21706 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 29.5,34.5 + parent: 864 + type: Transform +- uid: 21707 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 30.5,34.5 + parent: 864 + type: Transform +- uid: 21708 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 31.5,34.5 + parent: 864 + type: Transform +- uid: 21709 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 32.5,34.5 + parent: 864 + type: Transform +- uid: 21710 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 33.5,34.5 + parent: 864 + type: Transform +- uid: 21711 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,34.5 + parent: 864 + type: Transform +- uid: 21712 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,33.5 + parent: 864 + type: Transform +- uid: 21713 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,32.5 + parent: 864 + type: Transform +- uid: 21714 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,31.5 + parent: 864 + type: Transform +- uid: 21715 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,30.5 + parent: 864 + type: Transform +- uid: 21716 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,29.5 + parent: 864 + type: Transform +- uid: 21717 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,28.5 + parent: 864 + type: Transform +- uid: 21718 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 34.5,27.5 + parent: 864 + type: Transform +- uid: 21719 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 24.5,37.5 + parent: 864 + type: Transform +- uid: 21720 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 21.5,37.5 + parent: 864 + type: Transform +- uid: 21721 + type: CableMV + components: + - pos: 33.5,26.5 + parent: 864 + type: Transform +- uid: 21722 + type: CableMV + components: + - pos: 33.5,27.5 + parent: 864 + type: Transform +- uid: 21723 + type: CableMV + components: + - pos: 33.5,28.5 + parent: 864 + type: Transform +- uid: 21724 + type: CableMV + components: + - pos: 34.5,28.5 + parent: 864 + type: Transform +- uid: 21725 + type: CableMV + components: + - pos: 35.5,28.5 + parent: 864 + type: Transform +- uid: 21726 + type: CableMV + components: + - pos: 36.5,28.5 + parent: 864 + type: Transform +- uid: 21727 + type: CableMV + components: + - pos: 36.5,29.5 + parent: 864 + type: Transform +- uid: 21728 + type: CableMV + components: + - pos: 36.5,30.5 + parent: 864 + type: Transform +- uid: 21729 + type: CableMV + components: + - pos: 36.5,31.5 + parent: 864 + type: Transform +- uid: 21730 + type: CableMV + components: + - pos: 36.5,32.5 + parent: 864 + type: Transform +- uid: 21731 + type: CableMV + components: + - pos: 35.5,32.5 + parent: 864 + type: Transform +- uid: 21732 + type: CableMV + components: + - pos: 34.5,32.5 + parent: 864 + type: Transform +- uid: 21733 + type: CableMV + components: + - pos: 36.5,33.5 + parent: 864 + type: Transform +- uid: 21734 + type: CableMV + components: + - pos: 34.5,33.5 + parent: 864 + type: Transform +- uid: 21735 + type: CableMV + components: + - pos: 34.5,34.5 + parent: 864 + type: Transform +- uid: 21736 + type: CableMV + components: + - pos: 33.5,34.5 + parent: 864 + type: Transform +- uid: 21737 + type: CableMV + components: + - pos: 32.5,34.5 + parent: 864 + type: Transform +- uid: 21738 + type: CableMV + components: + - pos: 32.5,35.5 + parent: 864 + type: Transform +- uid: 21739 + type: CableMV + components: + - pos: 32.5,36.5 + parent: 864 + type: Transform +- uid: 21740 + type: CableMV + components: + - pos: 32.5,37.5 + parent: 864 + type: Transform +- uid: 21741 + type: CableMV + components: + - pos: 33.5,37.5 + parent: 864 + type: Transform +- uid: 21742 + type: CableMV + components: + - pos: 31.5,37.5 + parent: 864 + type: Transform +- uid: 21743 + type: CableMV + components: + - pos: 30.5,37.5 + parent: 864 + type: Transform +- uid: 21744 + type: CableMV + components: + - pos: 29.5,37.5 + parent: 864 + type: Transform +- uid: 21745 + type: CableMV + components: + - pos: 28.5,37.5 + parent: 864 + type: Transform +- uid: 21746 + type: CableMV + components: + - pos: 27.5,37.5 + parent: 864 + type: Transform +- uid: 21747 + type: CableMV + components: + - pos: 26.5,37.5 + parent: 864 + type: Transform +- uid: 21748 + type: CableMV + components: + - pos: 25.5,37.5 + parent: 864 + type: Transform +- uid: 21749 + type: CableMV + components: + - pos: 24.5,37.5 + parent: 864 + type: Transform +- uid: 21750 + type: CableMV + components: + - pos: 23.5,37.5 + parent: 864 + type: Transform +- uid: 21751 + type: CableMV + components: + - pos: 22.5,37.5 + parent: 864 + type: Transform +- uid: 21752 + type: CableMV + components: + - pos: 21.5,37.5 + parent: 864 + type: Transform +- uid: 21753 + type: CableMV + components: + - pos: 26.5,36.5 + parent: 864 + type: Transform +- uid: 21754 + type: CableMV + components: + - pos: 26.5,35.5 + parent: 864 + type: Transform +- uid: 21755 + type: CableMV + components: + - pos: 26.5,34.5 + parent: 864 + type: Transform +- uid: 21756 + type: CableMV + components: + - pos: 25.5,34.5 + parent: 864 + type: Transform +- uid: 21757 + type: CableMV + components: + - pos: 24.5,34.5 + parent: 864 + type: Transform +- uid: 21758 + type: CableMV + components: + - pos: 23.5,34.5 + parent: 864 + type: Transform +- uid: 21759 + type: CableMV + components: + - pos: 22.5,34.5 + parent: 864 + type: Transform +- uid: 21760 + type: CableMV + components: + - pos: 22.5,33.5 + parent: 864 + type: Transform +- uid: 21761 + type: CableMV + components: + - pos: 22.5,32.5 + parent: 864 + type: Transform +- uid: 21762 + type: CableMV + components: + - pos: 22.5,31.5 + parent: 864 + type: Transform +- uid: 21763 + type: CableMV + components: + - pos: 22.5,30.5 + parent: 864 + type: Transform +- uid: 21764 + type: CableMV + components: + - pos: 22.5,29.5 + parent: 864 + type: Transform +- uid: 21765 + type: CableMV + components: + - pos: 22.5,28.5 + parent: 864 + type: Transform +- uid: 21766 + type: CableMV + components: + - pos: 22.5,27.5 + parent: 864 + type: Transform +- uid: 21767 + type: CableMV + components: + - pos: 22.5,26.5 + parent: 864 + type: Transform +- uid: 21768 + type: LockerElectricalSuppliesFilled + components: + - pos: 32.5,25.5 + parent: 864 + type: Transform +- uid: 21769 + type: Rack + components: + - pos: -24.5,-67.5 + parent: 864 + type: Transform +- uid: 21770 + type: Rack + components: + - pos: -23.5,-67.5 + parent: 864 + type: Transform +- uid: 21771 + type: Table + components: + - pos: -25.5,-67.5 + parent: 864 + type: Transform +- uid: 21772 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 38.5,19.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 21773 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -7.5,-26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21774 + type: GasVentPump + components: + - pos: -8.5,-26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21775 + type: ReinforcedWindow + components: + - pos: 25.5,24.5 + parent: 864 + type: Transform +- uid: 21776 + type: Grille + components: + - pos: 32.5,35.5 + parent: 864 + type: Transform +- uid: 21777 + type: Grille + components: + - pos: 26.5,35.5 + parent: 864 + type: Transform +- uid: 21778 + type: Grille + components: + - pos: 34.5,37.5 + parent: 864 + type: Transform +- uid: 21779 + type: Grille + components: + - pos: 35.5,37.5 + parent: 864 + type: Transform +- uid: 21780 + type: Grille + components: + - pos: 36.5,37.5 + parent: 864 + type: Transform +- uid: 21781 + type: Grille + components: + - pos: 36.5,36.5 + parent: 864 + type: Transform +- uid: 21782 + type: Grille + components: + - pos: 36.5,35.5 + parent: 864 + type: Transform +- uid: 21783 + type: Grille + components: + - pos: 36.5,34.5 + parent: 864 + type: Transform +- uid: 21784 + type: CableMV + components: + - pos: 34.5,37.5 + parent: 864 + type: Transform +- uid: 21785 + type: CableMV + components: + - pos: 35.5,37.5 + parent: 864 + type: Transform +- uid: 21786 + type: CableMV + components: + - pos: 36.5,37.5 + parent: 864 + type: Transform +- uid: 21787 + type: CableMV + components: + - pos: 36.5,36.5 + parent: 864 + type: Transform +- uid: 21788 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -4.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21789 + type: GasPipeTJunction + components: + - pos: -4.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21790 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 33.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21791 + type: GasVentScrubber + components: + - pos: 17.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21792 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-2.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21793 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-4.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21794 + type: SurveillanceCameraService + components: + - rot: 3.141592653589793 rad + pos: -7.5,11.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: hydrophonics + type: SurveillanceCamera +- uid: 21795 + type: ClothingHeadHatUshanka + components: + - pos: -39.523006,-76.44785 + parent: 864 + type: Transform +- uid: 21796 + type: ClothingHeadHatUshanka + components: + - pos: -42.968185,-78.43223 + parent: 864 + type: Transform +- uid: 21797 + type: PicoManipulatorStockPart + components: + - pos: -24.61295,-67.53526 + parent: 864 + type: Transform +- uid: 21798 + type: ClothingHeadHelmetCosmonaut + components: + - pos: -37.48917,27.661566 + parent: 864 + type: Transform +- uid: 21799 + type: DrinkLongIslandIcedTeaGlass + components: + - pos: 23.326912,-28.451742 + parent: 864 + type: Transform +- uid: 21800 + type: WeaponCapacitorRecharger + components: + - pos: 5.5,20.5 + parent: 864 + type: Transform +- uid: 21801 + type: WeaponCapacitorRecharger + components: + - pos: 17.5,22.5 + parent: 864 + type: Transform +- uid: 21802 + type: WeaponCapacitorRecharger + components: + - pos: 25.5,23.5 + parent: 864 + type: Transform +- uid: 21803 + type: Dropper + components: + - pos: 6.566624,-45.31356 + parent: 864 + type: Transform +- uid: 21804 + type: Dropper + components: + - pos: 6.597874,-45.454185 + parent: 864 + type: Transform +- uid: 21805 + type: DrinkBooger + components: + - pos: -9.521683,-10.9311285 + parent: 864 + type: Transform +- uid: 21806 + type: SignDirectionalSupply + components: + - rot: 3.141592653589793 rad + pos: -21.4735,9.533642 + parent: 864 + type: Transform +- uid: 21807 + type: SignDirectionalMed + components: + - pos: -17.51201,-24.680704 + parent: 864 + type: Transform +- uid: 21808 + type: SignDirectionalChapel + components: + - rot: 3.141592653589793 rad + pos: -17.448181,-40.311073 + parent: 864 + type: Transform +- uid: 21809 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: -17.48425,-7.298242 + parent: 864 + type: Transform +- uid: 21810 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: -17.5155,-24.43221 + parent: 864 + type: Transform +- uid: 21811 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: -17.453,-40.550083 + parent: 864 + type: Transform +- uid: 21812 + type: CableApcExtension + components: + - pos: 26.5,31.5 + parent: 864 + type: Transform +- uid: 21813 + type: CableApcExtension + components: + - pos: 25.5,31.5 + parent: 864 + type: Transform +- uid: 21814 + type: CableApcExtension + components: + - pos: 24.5,31.5 + parent: 864 + type: Transform +- uid: 21815 + type: CableApcExtension + components: + - pos: 24.5,32.5 + parent: 864 + type: Transform +- uid: 21816 + type: CableApcExtension + components: + - pos: 24.5,33.5 + parent: 864 + type: Transform +- uid: 21817 + type: CableApcExtension + components: + - pos: 24.5,34.5 + parent: 864 + type: Transform +- uid: 21818 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 23.5,34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21819 + type: TableReinforced + components: + - pos: -16.5,12.5 + parent: 864 + type: Transform +- uid: 21820 + type: PoweredSmallLight + components: + - pos: -6.5,14.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21821 + type: SmallLight + components: + - rot: -1.5707963267948966 rad + pos: 17.5,-48.5 + parent: 864 + type: Transform +- uid: 21822 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 13.5,-45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 21823 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-6.5 + parent: 864 + type: Transform +- uid: 21824 + type: ClothingHeadHatPumpkin + components: + - pos: -6.603641,4.509495 + parent: 864 + type: Transform +- uid: 21825 + type: PartRodMetal1 + components: + - pos: -12.480623,-6.2675314 + parent: 864 + type: Transform +- uid: 21826 + type: Catwalk + components: + - pos: 36.5,23.5 + parent: 864 + type: Transform +- uid: 21827 + type: Catwalk + components: + - pos: 37.5,23.5 + parent: 864 + type: Transform +- uid: 21828 + type: Catwalk + components: + - pos: 38.5,23.5 + parent: 864 + type: Transform +- uid: 21829 + type: Catwalk + components: + - pos: 39.5,23.5 + parent: 864 + type: Transform +- uid: 21830 + type: Catwalk + components: + - pos: 40.5,23.5 + parent: 864 + type: Transform +- uid: 21831 + type: Catwalk + components: + - pos: 41.5,23.5 + parent: 864 + type: Transform +- uid: 21832 + type: Catwalk + components: + - pos: 42.5,23.5 + parent: 864 + type: Transform +- uid: 21833 + type: Catwalk + components: + - pos: 35.5,23.5 + parent: 864 + type: Transform +- uid: 21834 + type: Catwalk + components: + - pos: 43.5,23.5 + parent: 864 + type: Transform +- uid: 21835 + type: CableApcExtension + components: + - pos: 54.5,28.5 + parent: 864 + type: Transform +- uid: 21836 + type: CableApcExtension + components: + - pos: 53.5,28.5 + parent: 864 + type: Transform +- uid: 21837 + type: Catwalk + components: + - pos: 46.5,26.5 + parent: 864 + type: Transform +- uid: 21838 + type: Catwalk + components: + - pos: 47.5,26.5 + parent: 864 + type: Transform +- uid: 21839 + type: ClosetMaintenanceFilledRandom + components: + - pos: 55.5,-3.5 + parent: 864 + type: Transform +- uid: 21840 + type: SpawnPointAssistant + components: + - pos: -51.5,14.5 + parent: 864 + type: Transform +- uid: 21841 + type: SpawnPointAssistant + components: + - pos: -48.5,14.5 + parent: 864 + type: Transform +- uid: 21842 + type: SpawnPointAssistant + components: + - pos: -45.5,14.5 + parent: 864 + type: Transform +- uid: 21843 + type: SpawnPointAssistant + components: + - pos: -52.5,7.5 + parent: 864 + type: Transform +- uid: 21844 + type: SpawnPointAssistant + components: + - pos: 39.5,-54.5 + parent: 864 + type: Transform +- uid: 21845 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -19.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21846 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21847 + type: GasPipeBend + components: + - pos: -15.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21848 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -15.5,-43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21849 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21850 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21851 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21852 + type: GasPipeStraight + components: + - pos: -15.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21853 + type: GasPipeStraight + components: + - pos: -19.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 21854 + type: NitrogenTankFilled + components: + - pos: -70.575325,-25.445038 + parent: 864 + type: Transform +- uid: 21855 + type: PottedPlantRandom + components: + - pos: 23.5,-43.5 + parent: 864 + type: Transform +- uid: 21856 + type: PottedPlantRandom + components: + - pos: 27.5,-43.5 + parent: 864 + type: Transform +- uid: 21857 + type: Autolathe + components: + - pos: -34.5,19.5 + parent: 864 + type: Transform +- uid: 21858 + type: PottedPlantBioluminscent + components: + - pos: -27.5,17.5 + parent: 864 + type: Transform +- uid: 21859 + type: Table + components: + - pos: -34.5,20.5 + parent: 864 + type: Transform +- uid: 21860 + type: MedkitOxygenFilled + components: + - pos: -34.54821,20.589455 + parent: 864 + type: Transform +- uid: 21861 + type: WardrobeCargoFilled + components: + - pos: -34.5,18.5 + parent: 864 + type: Transform +- uid: 21862 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-65.5 + parent: 864 + type: Transform +- uid: 21863 + type: AtmosDeviceFanTiny + components: + - anchored: True + rot: -1.5707963267948966 rad + pos: 0.5,13.5 + parent: 864 + type: Transform +- uid: 21864 + type: AtmosDeviceFanTiny + components: + - anchored: True + rot: -1.5707963267948966 rad + pos: 0.5,9.5 + parent: 864 + type: Transform +- uid: 21865 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21866 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 1.5,11.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21867 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,12.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21868 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,13.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21869 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,14.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21870 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,15.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21871 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,16.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21872 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,17.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21873 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,18.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21874 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,19.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21875 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,20.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21876 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21877 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21878 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21879 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21880 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21881 + type: GasPassiveVent + components: + - pos: 1.5,26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 21882 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: -26.5,-14.5 + parent: 864 + type: Transform +- uid: 21883 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 864 + type: Transform +- uid: 21884 + type: CableApcExtension + components: + - pos: -62.5,-30.5 + parent: 864 + type: Transform +- uid: 21885 + type: CableApcExtension + components: + - pos: -61.5,-30.5 + parent: 864 + type: Transform +- uid: 21886 + type: CableApcExtension + components: + - pos: -60.5,-30.5 + parent: 864 + type: Transform +- uid: 21887 + type: CableHV + components: + - pos: -55.5,-25.5 + parent: 864 + type: Transform +- uid: 21888 + type: CableHV + components: + - pos: -56.5,-25.5 + parent: 864 + type: Transform +- uid: 21889 + type: CableHV + components: + - pos: -57.5,-25.5 + parent: 864 + type: Transform +- uid: 21890 + type: CableHV + components: + - pos: -60.5,-27.5 + parent: 864 + type: Transform +- uid: 21891 + type: AirlockEngineeringGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-11.5 + parent: 864 + type: Transform +- uid: 21892 + type: AirlockEngineeringGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-10.5 + parent: 864 + type: Transform +- uid: 21893 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-14.5 + parent: 864 + type: Transform +- uid: 21894 + type: AirlockChiefEngineerGlassLocked + components: + - name: chief engineer's office + type: MetaData + - pos: -33.5,-16.5 + parent: 864 + type: Transform +- uid: 21895 + type: FirelockGlass + components: + - pos: -13.5,-25.5 + parent: 864 + type: Transform +- uid: 21896 + type: FirelockGlass + components: + - pos: -13.5,-26.5 + parent: 864 + type: Transform +- uid: 21897 + type: FirelockGlass + components: + - pos: -13.5,-27.5 + parent: 864 + type: Transform +- uid: 21898 + type: FirelockGlass + components: + - pos: -63.5,-24.5 + parent: 864 + type: Transform +- uid: 21899 + type: AirlockEngineeringGlassLocked + components: + - pos: -33.5,-11.5 + parent: 864 + type: Transform +- uid: 21900 + type: AirlockEngineeringGlassLocked + components: + - pos: -33.5,-10.5 + parent: 864 + type: Transform +- uid: 21901 + type: FirelockGlass + components: + - pos: -11.5,-0.5 + parent: 864 + type: Transform +- uid: 21902 + type: FirelockGlass + components: + - pos: -11.5,-1.5 + parent: 864 + type: Transform +- uid: 21903 + type: FirelockGlass + components: + - pos: -11.5,3.5 + parent: 864 + type: Transform +- uid: 21904 + type: FirelockGlass + components: + - pos: -11.5,2.5 + parent: 864 + type: Transform +- uid: 21905 + type: ReinforcedWindow + components: + - pos: -45.5,-52.5 + parent: 864 + type: Transform +- uid: 21906 + type: ReinforcedWindow + components: + - pos: -45.5,-53.5 + parent: 864 + type: Transform +- uid: 21907 + type: ReinforcedWindow + components: + - pos: -45.5,-54.5 + parent: 864 + type: Transform +- uid: 21908 + type: ReinforcedWindow + components: + - pos: -45.5,-55.5 + parent: 864 + type: Transform +- uid: 21909 + type: Grille + components: + - pos: -45.5,-42.5 + parent: 864 + type: Transform +- uid: 21910 + type: Grille + components: + - pos: -45.5,-43.5 + parent: 864 + type: Transform +- uid: 21911 + type: Grille + components: + - pos: -45.5,-44.5 + parent: 864 + type: Transform +- uid: 21912 + type: Grille + components: + - pos: -45.5,-45.5 + parent: 864 + type: Transform +- uid: 21913 + type: Grille + components: + - pos: -45.5,-46.5 + parent: 864 + type: Transform +- uid: 21914 + type: Grille + components: + - pos: -45.5,-47.5 + parent: 864 + type: Transform +- uid: 21915 + type: Grille + components: + - pos: -45.5,-48.5 + parent: 864 + type: Transform +- uid: 21916 + type: Grille + components: + - pos: -45.5,-49.5 + parent: 864 + type: Transform +- uid: 21917 + type: Grille + components: + - pos: -45.5,-50.5 + parent: 864 + type: Transform +- uid: 21918 + type: Grille + components: + - pos: -45.5,-51.5 + parent: 864 + type: Transform +- uid: 21919 + type: Grille + components: + - pos: -45.5,-52.5 + parent: 864 + type: Transform +- uid: 21920 + type: Grille + components: + - pos: -45.5,-53.5 + parent: 864 + type: Transform +- uid: 21921 + type: Grille + components: + - pos: -45.5,-54.5 + parent: 864 + type: Transform +- uid: 21922 + type: Grille + components: + - pos: -45.5,-55.5 + parent: 864 + type: Transform +- uid: 21923 + type: WallReinforced + components: + - pos: -46.5,-39.5 + parent: 864 + type: Transform +- uid: 21924 + type: AtmosDeviceFanTiny + components: + - anchored: True + pos: 36.5,-83.5 + parent: 864 + type: Transform +- uid: 21925 + type: AtmosDeviceFanTiny + components: + - anchored: True + pos: 42.5,-83.5 + parent: 864 + type: Transform +- uid: 21926 + type: AtmosDeviceFanTiny + components: + - anchored: True + pos: 44.5,-83.5 + parent: 864 + type: Transform +- uid: 21927 + type: FirelockGlass + components: + - pos: -24.5,9.5 + parent: 864 + type: Transform +- uid: 21928 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: -8.5,13.5 + parent: 864 + type: Transform +- uid: 21929 + type: AirlockHydroponicsLocked + components: + - name: hydrophonics + type: MetaData + - pos: -10.5,4.5 + parent: 864 + type: Transform +- uid: 21930 + type: FirelockGlass + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-11.5 + parent: 864 + type: Transform +- uid: 21931 + type: CableApcExtension + components: + - pos: -40.5,-41.5 + parent: 864 + type: Transform +- uid: 21932 + type: Catwalk + components: + - pos: 48.5,26.5 + parent: 864 + type: Transform +- uid: 21933 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: 64.5,16.5 + parent: 864 + type: Transform +- uid: 21934 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: 65.5,3.5 + parent: 864 + type: Transform +- uid: 21935 + type: CableMV + components: + - pos: 49.5,-46.5 + parent: 864 + type: Transform +- uid: 21936 + type: CableMV + components: + - pos: 49.5,-47.5 + parent: 864 + type: Transform +- uid: 21937 + type: CableMV + components: + - pos: 49.5,-48.5 + parent: 864 + type: Transform +- uid: 21938 + type: CableMV + components: + - pos: 48.5,-48.5 + parent: 864 + type: Transform +- uid: 21939 + type: CableApcExtension + components: + - pos: 48.5,-46.5 + parent: 864 + type: Transform +- uid: 21940 + type: CableApcExtension + components: + - pos: 48.5,-48.5 + parent: 864 + type: Transform +- uid: 21941 + type: AirlockScienceGlassLocked + components: + - name: r&d + type: MetaData + - rot: 1.5707963267948966 rad + pos: 47.5,-37.5 + parent: 864 + type: Transform +- uid: 21942 + type: Firelock + components: + - pos: 43.5,-55.5 + parent: 864 + type: Transform +- uid: 21943 + type: CableApcExtension + components: + - pos: 48.5,3.5 + parent: 864 + type: Transform +- uid: 21944 + type: CableApcExtension + components: + - pos: 47.5,3.5 + parent: 864 + type: Transform +- uid: 21945 + type: CableApcExtension + components: + - pos: 46.5,3.5 + parent: 864 + type: Transform +- uid: 21946 + type: FirelockGlass + components: + - pos: 26.5,19.5 + parent: 864 + type: Transform +- uid: 21947 + type: FirelockGlass + components: + - pos: 25.5,19.5 + parent: 864 + type: Transform +- uid: 21948 + type: FirelockGlass + components: + - pos: 24.5,19.5 + parent: 864 + type: Transform +- uid: 21949 + type: AirlockArmoryGlassLocked + components: + - name: warden's office + type: MetaData + - rot: 1.5707963267948966 rad + pos: 22.5,19.5 + parent: 864 + type: Transform +- uid: 21950 + type: Firelock + components: + - rot: 3.141592653589793 rad + pos: 4.5,-15.5 + parent: 864 + type: Transform +- uid: 21951 + type: Firelock + components: + - rot: 3.141592653589793 rad + pos: -23.5,-45.5 + parent: 864 + type: Transform +- uid: 21952 + type: CableHV + components: + - pos: -54.5,-25.5 + parent: 864 + type: Transform +- uid: 21953 + type: CableHV + components: + - pos: -52.5,-25.5 + parent: 864 + type: Transform +- uid: 21954 + type: Table + components: + - pos: -58.5,-27.5 + parent: 864 + type: Transform +- uid: 21955 + type: Table + components: + - pos: -57.5,-27.5 + parent: 864 + type: Transform +- uid: 21956 + type: Table + components: + - pos: -56.5,-27.5 + parent: 864 + type: Transform +- uid: 21957 + type: ClothingHandsGlovesColorOrange + components: + - pos: -57.515278,-30.528444 + parent: 864 + type: Transform +- uid: 21958 + type: ClothingBackpack + components: + - pos: -56.640278,-27.45032 + parent: 864 + type: Transform +- uid: 21959 + type: ClothingEyesGlasses + components: + - pos: -57.484028,-27.38782 + parent: 864 + type: Transform +- uid: 21960 + type: FoodPizzaMoldySlice + components: + - pos: -58.327778,-27.35657 + parent: 864 + type: Transform +- uid: 21961 + type: AirAlarm + components: + - pos: 11.5,-40.5 + parent: 864 + type: Transform + - devices: + - 21791 + - 837 + - 6490 + - null + - 21790 + - 1209 + - 2833 + - 6368 + - 2469 + - 7070 + - 22000 + - 1148 + - 2467 + - 6139 + - 6163 + - 5542 + - 11813 + - 11812 + - 11811 + - 6552 + - 10964 + - 5284 + - 6436 + - 1293 + - 3061 + type: DeviceList +- uid: 21962 + type: AirAlarm + components: + - pos: 3.5,4.5 + parent: 864 + type: Transform + - devices: + - 4417 + - 5973 + - 8987 + - 2108 + - 4569 + - 6024 + - 4423 + - 7268 + - 2129 + - 2127 + - 7276 + - 5552 + - 7277 + - 5889 + - 3036 + - 695 + - 678 + - 2656 + - 2109 + - 1107 + - 696 + - 5222 + - 1091 + type: DeviceList +- uid: 21963 + type: FireAlarm + components: + - pos: 6.5,4.5 + parent: 864 + type: Transform + - devices: + - 7276 + - 5552 + - 7277 + - 5889 + - 2108 + - 4569 + - 6024 + - 4423 + - 2127 + - 7268 + - 2129 + - 1091 + - 5222 + - 696 + - 695 + - 3036 + - 678 + - 2656 + - 2109 + - 1107 + - 8691 + - 8987 + type: DeviceList +- uid: 21964 + type: EmergencyLight + components: + - pos: -5.5,3.5 + parent: 864 + type: Transform +- uid: 21965 + type: EmergencyLight + components: + - pos: 8.5,3.5 + parent: 864 + type: Transform +- uid: 21966 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,8.5 + parent: 864 + type: Transform +- uid: 21967 + type: EmergencyLight + components: + - pos: 14.5,14.5 + parent: 864 + type: Transform +- uid: 21968 + type: FireAlarm + components: + - pos: -9.5,4.5 + parent: 864 + type: Transform + - devices: + - 22003 + - 21903 + - 21904 + - 21901 + - 21902 + - 8720 + - 3086 + - 6014 + - 3087 + - 4423 + - 6024 + - 4569 + - 2108 + - 1105 + - 4422 + - 2107 + - 8986 + type: DeviceList +- uid: 21969 + type: FireAlarm + components: + - pos: -15.5,-3.5 + parent: 864 + type: Transform + - devices: + - 21970 + - 21557 + - 21556 + - 21558 + - 12895 + - 12649 + - 6130 + - 21927 + - 21903 + - 21904 + - 21901 + - 21902 + - 6508 + type: DeviceList +- uid: 21970 + type: AirSensor + components: + - pos: -17.5,-4.5 + parent: 864 + type: Transform +- uid: 21971 + type: AirAlarm + components: + - pos: -20.5,-3.5 + parent: 864 + type: Transform + - devices: + - 14580 + - null + - 21970 + - 12430 + - 12432 + - 19486 + - 19487 + - 19488 + - 21903 + - 21904 + - 21901 + - 21902 + - 21558 + - 21556 + - 21557 + - 12895 + - 12649 + - 6130 + - 21927 + - 6508 + type: DeviceList +- uid: 21972 + type: EmergencyLight + components: + - pos: -20.5,-4.5 + parent: 864 + type: Transform +- uid: 21973 + type: EmergencyLight + components: + - pos: -16.5,4.5 + parent: 864 + type: Transform +- uid: 21974 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-12.5 + parent: 864 + type: Transform +- uid: 21975 + type: CableApcExtension + components: + - pos: 28.5,-5.5 + parent: 864 + type: Transform +- uid: 21976 + type: PosterLegitObey + components: + - pos: 31.5,-3.5 + parent: 864 + type: Transform +- uid: 21977 + type: AirAlarm + components: + - pos: 28.5,-3.5 + parent: 864 + type: Transform + - devices: + - 21978 + - 299 + - 301 + - 1090 + - 2955 + - 5081 + - 7118 + - 6081 + - 2118 + - 660 + - 6538 + - 2004 + type: DeviceList +- uid: 21978 + type: AirSensor + components: + - pos: 23.5,-5.5 + parent: 864 + type: Transform +- uid: 21979 + type: AirSensor + components: + - pos: 16.5,3.5 + parent: 864 + type: Transform +- uid: 21980 + type: AirSensor + components: + - pos: 24.5,6.5 + parent: 864 + type: Transform +- uid: 21981 + type: AirSensor + components: + - pos: 32.5,-0.5 + parent: 864 + type: Transform +- uid: 21982 + type: AirSensor + components: + - pos: 24.5,2.5 + parent: 864 + type: Transform +- uid: 21983 + type: AirlockGlass + components: + - rot: 1.5707963267948966 rad + pos: 19.5,7.5 + parent: 864 + type: Transform +- uid: 21984 + type: EmergencyLight + components: + - pos: 30.5,8.5 + parent: 864 + type: Transform +- uid: 21985 + type: AirAlarm + components: + - pos: 21.5,19.5 + parent: 864 + type: Transform + - devices: + - 21986 + - 5997 + - 4876 + - 23023 + - 21948 + - 21947 + - 21946 + - 1084 + - 4412 + - 2188 + - 2637 + - 4294 + - 5601 + - 7280 + - 1083 + type: DeviceList +- uid: 21986 + type: AirSensor + components: + - pos: 25.5,17.5 + parent: 864 + type: Transform +- uid: 21987 + type: FireAlarm + components: + - pos: 22.5,24.5 + parent: 864 + type: Transform + - devices: + - 23023 + - 21948 + - 21947 + - 21946 + - 8779 + - 21561 + - 8998 + type: DeviceList +- uid: 21988 + type: AirSensor + components: + - pos: 17.5,17.5 + parent: 864 + type: Transform +- uid: 21989 + type: EmergencyLight + components: + - pos: 23.5,18.5 + parent: 864 + type: Transform +- uid: 21990 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,20.5 + parent: 864 + type: Transform +- uid: 21991 + type: FireAlarm + components: + - pos: 6.5,11.5 + parent: 864 + type: Transform + - devices: + - 7269 + - 7270 + - 4420 + - 5616 + - 1104 + - null + - 7276 + - 5552 + - 7277 + - 8990 + - 6015 + - 5889 + - 12653 + type: DeviceList +- uid: 21992 + type: AirlockMaintKitchenLocked + components: + - name: freezer + type: MetaData + - pos: 0.5,13.5 + parent: 864 + type: Transform +- uid: 21993 + type: FireAlarm + components: + - rot: 3.141592653589793 rad + pos: -28.5,-9.5 + parent: 864 + type: Transform + - devices: + - 21995 + - null + - 21882 + - 21883 + - 21996 + type: DeviceList +- uid: 21994 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: -24.5,-14.5 + parent: 864 + type: Transform +- uid: 21995 + type: AirSensor + components: + - rot: 3.141592653589793 rad + pos: -24.5,-11.5 + parent: 864 + type: Transform +- uid: 21996 + type: FirelockGlass + components: + - rot: 3.141592653589793 rad + pos: -26.5,-12.5 + parent: 864 + type: Transform +- uid: 21997 + type: AirSensor + components: + - rot: 3.141592653589793 rad + pos: -19.5,-17.5 + parent: 864 + type: Transform +- uid: 21998 + type: AirAlarm + components: + - pos: -23.5,-15.5 + parent: 864 + type: Transform + - devices: + - 16395 + - 16396 + - 16397 + - 16392 + - 12650 + - 16393 + - 21558 + - 21556 + - 21557 + - 3043 + - 3107 + - 21997 + - 12766 + - 12767 + type: DeviceList +- uid: 21999 + type: AirSensor + components: + - pos: -32.5,-14.5 + parent: 864 + type: Transform +- uid: 22000 + type: FirelockGlass + components: + - pos: 26.5,-44.5 + parent: 864 + type: Transform +- uid: 22001 + type: EmergencyLight + components: + - pos: 10.5,-41.5 + parent: 864 + type: Transform +- uid: 22002 + type: EmergencyLight + components: + - pos: 38.5,-41.5 + parent: 864 + type: Transform +- uid: 22003 + type: FirelockGlass + components: + - pos: -10.5,4.5 + parent: 864 + type: Transform +- uid: 22004 + type: AirSensor + components: + - pos: 18.5,-53.5 + parent: 864 + type: Transform +- uid: 22005 + type: FireAlarm + components: + - pos: -13.5,-40.5 + parent: 864 + type: Transform + - devices: + - 1785 + - 1784 + - 1783 + - 8217 + - 3264 + - 3265 + - 3266 + - 6838 + - 3268 + - 3269 + - 6163 + - 6139 + - 2467 + - 3937 + - 7271 + - 7272 + - 7273 + type: DeviceList +- uid: 22006 + type: EmergencyLight + components: + - pos: -14.5,-41.5 + parent: 864 + type: Transform +- uid: 22007 + type: AirAlarm + components: + - pos: -3.5,-51.5 + parent: 864 + type: Transform + - devices: + - 6201 + - 3809 + - 3808 + - 6298 + - 6564 + - 7090 + - 7052 + - 23021 + - 3259 + - 3260 + - 6149 + - 13839 + - 13838 + - 13840 + - 6293 + - 6292 + - 3212 + - 14715 + - 6571 + - 5873 + - 1140 + type: DeviceList +- uid: 22008 + type: FireAlarm + components: + - pos: 4.5,-51.5 + parent: 864 + type: Transform + - devices: + - 6201 + - 3259 + - 3260 + - 6149 + - 13839 + - 13838 + - 13840 + - null + - 5873 + - 1140 + - 6298 + - 6564 + - 6293 + - 3212 + - 6292 + - 14715 + - 6571 + - 23021 + - 7052 + - 7090 + type: DeviceList +- uid: 22009 + type: Firelock + components: + - pos: 8.5,-54.5 + parent: 864 + type: Transform +- uid: 22010 + type: AirlockMedicalGlassLocked + components: + - name: changing room + type: MetaData + - pos: -13.5,-51.5 + parent: 864 + type: Transform +- uid: 22011 + type: Firelock + components: + - pos: 36.5,-47.5 + parent: 864 + type: Transform +- uid: 22012 + type: Firelock + components: + - pos: 14.5,-46.5 + parent: 864 + type: Transform +- uid: 22013 + type: AirAlarm + components: + - pos: -33.5,-42.5 + parent: 864 + type: Transform + - devices: + - 22014 + - 22015 + - 22016 + - 14803 + - 14804 + type: DeviceList +- uid: 22014 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 22015 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22016 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: -37.5,-42.5 + parent: 864 + type: Transform +- uid: 22017 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -34.5,-42.5 + parent: 864 + type: Transform +- uid: 22018 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-52.5 + parent: 864 + type: Transform +- uid: 22019 + type: AirSensor + components: + - rot: 3.141592653589793 rad + pos: -36.5,-35.5 + parent: 864 + type: Transform +- uid: 22020 + type: AirSensor + components: + - rot: 3.141592653589793 rad + pos: -30.5,-35.5 + parent: 864 + type: Transform +- uid: 22021 + type: AirSensor + components: + - rot: 3.141592653589793 rad + pos: -24.5,-32.5 + parent: 864 + type: Transform +- uid: 22022 + type: AirAlarm + components: + - pos: -30.5,-31.5 + parent: 864 + type: Transform + - devices: + - 22020 + - 16063 + - 16066 + - 14042 + - 14043 + - 12504 + - 12505 + - 14685 + - 14684 + - 14803 + - 14804 + type: DeviceList +- uid: 22023 + type: FireAlarm + components: + - pos: -16.5,-24.5 + parent: 864 + type: Transform + - devices: + - null + - 14759 + - 22024 + - 16375 + - 8718 + - 12934 + - 5507 + - 145 + - 7266 + - 16393 + - 12650 + - 16392 + - 21895 + - 21896 + - 21897 + type: DeviceList +- uid: 22024 + type: AirSensor + components: + - pos: -20.5,-28.5 + parent: 864 + type: Transform +- uid: 22025 + type: AirAlarm + components: + - pos: -17.5,-58.5 + parent: 864 + type: Transform + - devices: + - 3807 + - 72 + - 6206 + - 3323 + - 6188 + - 5523 + - 13159 + - 13160 + - 3463 + - 3340 + - 20467 + - 21286 + - 13850 + - 22038 + - 3342 + - 20464 + - 22039 + - 22036 + - 23022 + - 22037 + - 23015 + type: DeviceList +- uid: 22026 + type: FireAlarm + components: + - pos: -16.5,-58.5 + parent: 864 + type: Transform + - devices: + - 3342 + - 20464 + - 20467 + - 3340 + - 3323 + - 5523 + - 13159 + - 13160 + - 13850 + - 21286 + - 22038 + - 22039 + - 22036 + - 23022 + - 22037 + - 23015 + - 6206 + - 3463 + - 6188 + type: DeviceList +- uid: 22027 + type: Firelock + components: + - pos: -25.5,-60.5 + parent: 864 + type: Transform +- uid: 22028 + type: AirSensor + components: + - pos: 21.5,-25.5 + parent: 864 + type: Transform +- uid: 22029 + type: AirAlarm + components: + - pos: 21.5,-20.5 + parent: 864 + type: Transform + - devices: + - 909 + - 1676 + - 1677 + - 1368 + - 6845 + - 6476 + - 6857 + - 6859 + - 22028 + type: DeviceList +- uid: 22030 + type: FireAlarm + components: + - pos: 20.5,-20.5 + parent: 864 + type: Transform + - devices: + - 22028 + - 1676 + - null + - 1368 + - 909 + - 1677 + - 6845 + - 5585 + - 6476 + type: DeviceList +- uid: 22031 + type: DisposalTrunk + components: + - pos: 20.5,-23.5 + parent: 864 + type: Transform +- uid: 22032 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: 41.5,-61.5 + parent: 864 + type: Transform + - devices: + - null + - 14075 + - 12961 + - 12960 + - 12962 + - 12957 + - 779 + - 13832 + - 13833 + type: DeviceList +- uid: 22033 + type: Firelock + components: + - rot: -1.5707963267948966 rad + pos: 36.5,-55.5 + parent: 864 + type: Transform +- uid: 22034 + type: AirAlarm + components: + - pos: 41.5,-69.5 + parent: 864 + type: Transform + - devices: + - 14074 + - 13607 + - 13606 + type: DeviceList +- uid: 22035 + type: AirAlarm + components: + - pos: 58.5,-4.5 + parent: 864 + type: Transform + - devices: + - 12354 + - 10023 + - 10022 + - 10021 + - 10789 + - 10788 + - 10787 + type: DeviceList +- uid: 22036 + type: FirelockGlass + components: + - pos: 3.5,-58.5 + parent: 864 + type: Transform +- uid: 22037 + type: FirelockGlass + components: + - pos: 6.5,-58.5 + parent: 864 + type: Transform +- uid: 22038 + type: FirelockGlass + components: + - pos: -2.5,-58.5 + parent: 864 + type: Transform +- uid: 22039 + type: FirelockGlass + components: + - pos: 0.5,-58.5 + parent: 864 + type: Transform +- uid: 22040 + type: AirlockEngineeringGlassLocked + components: + - pos: -43.5,-6.5 + parent: 864 + type: Transform +- uid: 22041 + type: FireAlarm + components: + - pos: -24.5,-15.5 + parent: 864 + type: Transform + - devices: + - null + - 21997 + - 16395 + - 16396 + - 16397 + - 12592 + - 16392 + - 12650 + - 16393 + - 3107 + - 3043 + - 21558 + - 21556 + - 21557 + type: DeviceList +- uid: 22042 + type: FireAlarm + components: + - pos: -7.5,-24.5 + parent: 864 + type: Transform + - devices: + - null + - 8984 + - 21895 + - 21896 + - 21897 + - 5431 + - 7267 + - 5615 + - 5432 + - 3153 + - 5433 + - 7265 + - 7271 + - 7272 + - 7273 + type: DeviceList +- uid: 22043 + type: AirAlarm + components: + - pos: -12.5,-24.5 + parent: 864 + type: Transform + - devices: + - 21773 + - 21774 + - 8984 + - 21895 + - 21896 + - 21897 + - 3153 + - 5433 + - 7265 + - 5432 + - 5615 + - 7267 + - 7271 + - 7272 + - 7273 + - 5431 + type: DeviceList +- uid: 22044 + type: EmergencyLight + components: + - pos: -12.5,-25.5 + parent: 864 + type: Transform +- uid: 22045 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-14.5 + parent: 864 + type: Transform +- uid: 22046 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: -45.5,-6.5 + parent: 864 + type: Transform +- uid: 22047 + type: AirlockMedicalLocked + components: + - name: changing room + type: MetaData + - pos: -10.5,-46.5 + parent: 864 + type: Transform +- uid: 22048 + type: Firelock + components: + - pos: -10.5,-46.5 + parent: 864 + type: Transform +- uid: 22049 + type: EmergencyLight + components: + - pos: -17.5,-69.5 + parent: 864 + type: Transform +- uid: 22050 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: 30.5,-18.5 + parent: 864 + type: Transform +- uid: 22051 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: 20.5,-18.5 + parent: 864 + type: Transform +- uid: 22052 + type: AirAlarm + components: + - pos: 23.5,-15.5 + parent: 864 + type: Transform + - devices: + - 660 + - 6538 + - 2004 + - 6566 + - 4419 + - 3206 + - 5952 + - 4533 + - 2351 + - 2352 + - 3605 + - 22054 + - 6336 + type: DeviceList +- uid: 22053 + type: FireAlarm + components: + - pos: 27.5,-15.5 + parent: 864 + type: Transform + - devices: + - 4419 + - 3206 + - 5952 + - 6566 + - 660 + - 6538 + - 2004 + - 4533 + - 2351 + - 2352 + - 22054 + type: DeviceList +- uid: 22054 + type: AirSensor + components: + - pos: 32.5,-17.5 + parent: 864 + type: Transform +- uid: 22055 + type: AirSensor + components: + - pos: 21.5,-14.5 + parent: 864 + type: Transform +- uid: 22056 + type: AirAlarm + components: + - pos: 24.5,3.5 + parent: 864 + type: Transform + - devices: + - 3451 + - 4939 + - 21982 + - 2697 + type: DeviceList +- uid: 22057 + type: FireAlarm + components: + - pos: 24.5,-3.5 + parent: 864 + type: Transform + - devices: + - null + - 21978 + - 7118 + - 6081 + - 2118 + - 1090 + - 2955 + - 5081 + - 660 + - 6538 + - 2004 + type: DeviceList +- uid: 22058 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-3.5 + parent: 864 + type: Transform + - devices: + - 21979 + - 678 + - 2656 + - 2109 + - 1107 + - null + - 1067 + - 5121 + - 4404 + - 5153 + - 5979 + - 7118 + - 6081 + - 2118 + type: DeviceList +- uid: 22059 + type: AirAlarm + components: + - pos: 19.5,5.5 + parent: 864 + type: Transform + - devices: + - 21979 + - 2967 + - 4254 + - 4404 + - 5153 + - 5979 + - 1067 + - 5121 + - 678 + - 2656 + - 2109 + - 1107 + - 7118 + - 6081 + - 2118 + type: DeviceList +- uid: 22060 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 18.5,4.5 + parent: 864 + type: Transform +- uid: 22061 + type: AirAlarm + components: + - pos: 11.5,-24.5 + parent: 864 + type: Transform + - devices: + - 8982 + - 4960 + - 6197 + type: DeviceList +- uid: 22062 + type: AirAlarm + components: + - pos: 13.5,-36.5 + parent: 864 + type: Transform + - devices: + - 8982 + - 4960 + - 6197 + type: DeviceList +- uid: 22063 + type: FireAlarm + components: + - pos: 12.5,-24.5 + parent: 864 + type: Transform + - devices: + - 8982 + - null + - 1676 + - 5694 + - 187 + - 5508 + - 4419 + - 3206 + - 5952 + - 5284 + - 10964 + - 6552 + - 909 + type: DeviceList +- uid: 22064 + type: FireAlarm + components: + - pos: 37.5,-24.5 + parent: 864 + type: Transform + - devices: + - 1368 + - null + - 373 + - 372 + - 8927 + - 1677 + - 4533 + - 2351 + - 2352 + - 6436 + - 1293 + - 3061 + - 6477 + type: DeviceList +- uid: 22065 + type: AirAlarm + components: + - pos: 40.5,-24.5 + parent: 864 + type: Transform + - devices: + - 7509 + - 7510 + - 22068 + - 5610 + - 5901 + - 1818 + - 5414 + type: DeviceList +- uid: 22066 + type: AirAlarm + components: + - pos: 33.5,-21.5 + parent: 864 + type: Transform + - devices: + - 7721 + - 8927 + - 7722 + - 1677 + - 1368 + - 4533 + - 2351 + - 2352 + - 373 + - 372 + - 6477 + - 6436 + - 1293 + - 3061 + type: DeviceList +- uid: 22067 + type: AirAlarm + components: + - pos: 33.5,-37.5 + parent: 864 + type: Transform + - devices: + - 7721 + - 8927 + - 7722 + type: DeviceList +- uid: 22068 + type: AirSensor + components: + - pos: 41.5,-24.5 + parent: 864 + type: Transform +- uid: 22069 + type: AirAlarm + components: + - pos: -5.5,9.5 + parent: 864 + type: Transform + - devices: + - 1721 + - 8993 + - 6045 + - 6015 + - 12652 + - 22003 + - 2107 + - 4422 + - 1105 + type: DeviceList +- uid: 22070 + type: AirAlarm + components: + - pos: -0.5,9.5 + parent: 864 + type: Transform + - devices: + - 6022 + - 1098 + - 8990 + - 4420 + - 5616 + - 1104 + - 5889 + - 7277 + - 5552 + - 7276 + - 6015 + - 12653 + - 7269 + - 7270 + type: DeviceList +- uid: 22071 + type: AirAlarm + components: + - pos: 15.5,9.5 + parent: 864 + type: Transform + - devices: + - 8151 + - 8988 + - 4416 + - 1067 + - 5121 + - 695 + - 3036 + - 4420 + - 5616 + - 1104 + - 4723 + - 2702 + type: DeviceList +- uid: 22072 + type: EmergencyLight + components: + - pos: 37.5,-25.5 + parent: 864 + type: Transform +- uid: 22073 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 42.5,-26.5 + parent: 864 + type: Transform +- uid: 22074 + type: FirelockGlass + components: + - pos: 31.5,-57.5 + parent: 864 + type: Transform +- uid: 22075 + type: FireAlarm + components: + - pos: 33.5,9.5 + parent: 864 + type: Transform + - devices: + - null + - 21981 + - 6686 + - 1090 + - 2955 + - 5081 + - 3439 + - 2670 + - 5110 + - 4290 + - 5664 + - 21559 + type: DeviceList +- uid: 22076 + type: FireAlarm + components: + - pos: 56.5,-4.5 + parent: 864 + type: Transform + - devices: + - null + - 12353 + - 10789 + - 12354 + - 10023 + - 10022 + - 10021 + - 22771 + - 12352 + type: DeviceList +- uid: 22077 + type: FireAlarm + components: + - pos: 40.5,3.5 + parent: 864 + type: Transform + - devices: + - null + - 10254 + - 20459 + - 20458 + - 6293 + - 8977 + - 4290 + - 5664 + - 21559 + - 6438 + - 10021 + - 10022 + - 10023 + - 26680 + - 26677 + type: DeviceList +- uid: 22078 + type: AirAlarm + components: + - pos: 50.5,3.5 + parent: 864 + type: Transform + - devices: + - 10254 + - 10018 + - 10252 + - 5664 + - 4290 + - 21559 + - 6438 + - 10021 + - 10022 + - 10023 + - 26677 + - 26680 + type: DeviceList +- uid: 22079 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: 40.5,0.5 + parent: 864 + type: Transform +- uid: 22080 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 54.5,1.5 + parent: 864 + type: Transform +- uid: 22081 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 864 + type: Transform + - devices: + - 8985 + - null + - 21930 + - 7267 + - 5615 + - 5432 + - 3087 + - 6014 + - 3086 + type: DeviceList +- uid: 22082 + type: FireAlarm + components: + - pos: -31.5,2.5 + parent: 864 + type: Transform + - devices: + - null + - 22084 + - 6130 + - 12649 + - 12895 + - 6473 + - 19664 + - 19663 + - 20403 + - 20404 + - 20657 + type: DeviceList +- uid: 22083 + type: AirAlarm + components: + - pos: -33.5,2.5 + parent: 864 + type: Transform + - devices: + - 19664 + - 19663 + - 20403 + - 20404 + - 20657 + - 6130 + - 12649 + - 12895 + - 22084 + - 20514 + - 20505 + type: DeviceList +- uid: 22084 + type: AirSensor + components: + - pos: -36.5,0.5 + parent: 864 + type: Transform +- uid: 22085 + type: AirSensor + components: + - pos: -45.5,7.5 + parent: 864 + type: Transform +- uid: 22086 + type: AirAlarm + components: + - pos: -44.5,9.5 + parent: 864 + type: Transform + - devices: + - 22085 + - 20924 + - 20937 + - 21309 + - 20655 + - 20403 + - 20404 + - 20657 + type: DeviceList +- uid: 22087 + type: AirAlarm + components: + - pos: -50.5,12.5 + parent: 864 + type: Transform + - devices: + - 20932 + - 20930 + - 22089 + type: DeviceList +- uid: 22088 + type: FireAlarm + components: + - pos: -48.5,9.5 + parent: 864 + type: Transform + - devices: + - null + - 21309 + - 20655 + - 22085 + - 20403 + - 20404 + - 20657 + type: DeviceList +- uid: 22089 + type: AirSensor + components: + - pos: -48.5,11.5 + parent: 864 + type: Transform +- uid: 22090 + type: AirAlarm + components: + - pos: -39.5,26.5 + parent: 864 + type: Transform + - devices: + - 19130 + - 19126 + - 22091 + type: DeviceList +- uid: 22091 + type: AirSensor + components: + - pos: -43.5,24.5 + parent: 864 + type: Transform +- uid: 22092 + type: AirSensor + components: + - pos: -43.5,30.5 + parent: 864 + type: Transform +- uid: 22093 + type: AirAlarm + components: + - pos: -39.5,30.5 + parent: 864 + type: Transform + - devices: + - 19329 + - 22092 + - 19331 + type: DeviceList +- uid: 22094 + type: AirAlarm + components: + - pos: -29.5,20.5 + parent: 864 + type: Transform + - devices: + - 19128 + - 22095 + - 19125 + type: DeviceList +- uid: 22095 + type: AirSensor + components: + - pos: -31.5,23.5 + parent: 864 + type: Transform +- uid: 22096 + type: AirSensor + components: + - pos: -24.5,20.5 + parent: 864 + type: Transform +- uid: 22097 + type: AirSensor + components: + - pos: -19.5,21.5 + parent: 864 + type: Transform +- uid: 22098 + type: AirAlarm + components: + - pos: -17.5,18.5 + parent: 864 + type: Transform + - devices: + - 18574 + - 18576 + - 22097 + - 19132 + - 18422 + - 10591 + - 24132 + - 24133 + - 19486 + - 19487 + - 19488 + type: DeviceList +- uid: 22099 + type: AirAlarm + components: + - pos: -30.5,-15.5 + parent: 864 + type: Transform + - devices: + - 21999 + - 13947 + - 13946 + - 16395 + - 16396 + - 16397 + - 13931 + - 13930 + - 16404 + - 16403 + - 16406 + - 21883 + - 16405 + - 12654 + type: DeviceList +- uid: 22100 + type: AirAlarm + components: + - pos: -39.5,-4.5 + parent: 864 + type: Transform + - devices: + - 15138 + - 22119 + - 15129 + type: DeviceList +- uid: 22101 + type: AirAlarm + components: + - pos: -53.5,-4.5 + parent: 864 + type: Transform + - devices: + - 22118 + - 15136 + - 15131 + - 16409 + - 16410 + - 23016 + - 15300 + - 14865 + type: DeviceList +- uid: 22102 + type: AirAlarm + components: + - pos: -55.5,-22.5 + parent: 864 + type: Transform + - devices: + - 15642 + - 22117 + - 15645 + - 14865 + - 15300 + - 16417 + - 21898 + - 15301 + type: DeviceList +- uid: 22103 + type: AirAlarm + components: + - pos: -71.5,-22.5 + parent: 864 + type: Transform + - devices: + - 22116 + - 22115 + - 22108 + - 27800 + - 15343 + - 143 + type: DeviceList +- uid: 22104 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -69.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 22105 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -70.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 22106 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -71.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 22107 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -72.5,-23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 22108 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: -72.5,-24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 22109 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -65.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22110 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -66.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22111 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -67.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22112 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -68.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22113 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -69.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22114 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -70.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22115 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -71.5,-25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22116 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: -73.5,-25.5 + parent: 864 + type: Transform +- uid: 22117 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-24.5 + parent: 864 + type: Transform +- uid: 22118 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-10.5 + parent: 864 + type: Transform +- uid: 22119 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-6.5 + parent: 864 + type: Transform +- uid: 22120 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-10.5 + parent: 864 + type: Transform + - devices: + - 22118 + - null + - 15300 + - 14865 + - 23016 + - 16409 + - 16410 + type: DeviceList +- uid: 22121 + type: FireAlarm + components: + - pos: -58.5,-22.5 + parent: 864 + type: Transform + - devices: + - 22117 + - null + - 16417 + - 21898 + - 15301 + - 14865 + - 15300 + type: DeviceList +- uid: 22122 + type: AirAlarm + components: + - pos: 7.5,-50.5 + parent: 864 + type: Transform + - devices: + - 8977 + - 3811 + - 3810 + type: DeviceList +- uid: 22123 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-48.5 + parent: 864 + type: Transform + - devices: + - 20459 + - 20458 + - 14506 + - 22009 + - null + - 8977 + - 6293 + type: DeviceList +- uid: 22124 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: -29.5,-35.5 + parent: 864 + type: Transform + - devices: + - null + - 22020 + - 14803 + - 14804 + - 12504 + - 12505 + - 14043 + - 14042 + - 14685 + - 14684 + type: DeviceList +- uid: 22125 + type: AirAlarm + components: + - pos: -30.5,-24.5 + parent: 864 + type: Transform + - devices: + - 22126 + - 14071 + - 14072 + type: DeviceList +- uid: 22126 + type: AirSensor + components: + - pos: -32.5,-23.5 + parent: 864 + type: Transform +- uid: 22127 + type: AirSensor + components: + - pos: 44.5,-37.5 + parent: 864 + type: Transform +- uid: 22128 + type: AirSensor + components: + - pos: 42.5,-43.5 + parent: 864 + type: Transform +- uid: 22129 + type: AirSensor + components: + - pos: 59.5,-47.5 + parent: 864 + type: Transform +- uid: 22130 + type: AirSensor + components: + - pos: 63.5,-51.5 + parent: 864 + type: Transform +- uid: 22131 + type: AirAlarm + components: + - pos: 45.5,-34.5 + parent: 864 + type: Transform + - devices: + - 11052 + - 11053 + - 22127 + - 11129 + - 11226 + - 11809 + - 11808 + - 11807 + type: DeviceList +- uid: 22132 + type: AirAlarm + components: + - pos: 48.5,-36.5 + parent: 864 + type: Transform + - devices: + - 14077 + - 11054 + - 11051 + - 11129 + - 11229 + - 11917 + - 11130 + - 11146 + - 11801 + - 11816 + - 11817 + - 23038 + - 23039 + type: DeviceList +- uid: 22133 + type: AirAlarm + components: + - pos: 64.5,-43.5 + parent: 864 + type: Transform + - devices: + - 22129 + - 11201 + - 11203 + - 11798 + - 23040 + - 23041 + - 11803 + - 11802 + - 11533 + - 11800 + type: DeviceList +- uid: 22134 + type: AirSensor + components: + - pos: 59.5,-35.5 + parent: 864 + type: Transform +- uid: 22135 + type: AirAlarm + components: + - pos: 52.5,-49.5 + parent: 864 + type: Transform + - devices: + - 11769 + - 11767 + - 11770 + - 14076 + - 11816 + - 11817 + type: DeviceList +- uid: 22136 + type: AirAlarm + components: + - pos: 60.5,0.5 + parent: 864 + type: Transform + - devices: + - 12354 + - 11437 + - 11438 + - 26170 + type: DeviceList +- uid: 22137 + type: FireAlarm + components: + - pos: 52.5,-38.5 + parent: 864 + type: Transform + - devices: + - null + - 14077 + - 11129 + - 11229 + - 11917 + - 11130 + - 11146 + - 11801 + - 11816 + - 11817 + - 23038 + - 23039 + type: DeviceList +- uid: 22138 + type: FireAlarm + components: + - pos: 65.5,-43.5 + parent: 864 + type: Transform + - devices: + - null + - 11802 + - 11803 + - 22129 + - 11798 + - 11533 + - 11800 + - 23041 + - 23040 + type: DeviceList +- uid: 22139 + type: AirAlarm + components: + - pos: 69.5,-43.5 + parent: 864 + type: Transform + - devices: + - 11898 + - 11899 + - 22142 + - 11803 + - 11802 + - 11533 + type: DeviceList +- uid: 22140 + type: AirAlarm + components: + - pos: 65.5,-53.5 + parent: 864 + type: Transform + - devices: + - 22130 + - 11451 + - 11452 + - 11800 + type: DeviceList +- uid: 22141 + type: AirAlarm + components: + - pos: 63.5,-31.5 + parent: 864 + type: Transform + - devices: + - 11204 + - 11202 + - 22134 + - 11796 + - 11797 + type: DeviceList +- uid: 22142 + type: AirSensor + components: + - pos: 70.5,-47.5 + parent: 864 + type: Transform +- uid: 22143 + type: EmergencyLight + components: + - pos: 59.5,-44.5 + parent: 864 + type: Transform +- uid: 22144 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 65.5,-35.5 + parent: 864 + type: Transform +- uid: 22145 + type: EmergencyLight + components: + - pos: 60.5,-51.5 + parent: 864 + type: Transform +- uid: 22146 + type: EmergencyLight + components: + - pos: 53.5,-51.5 + parent: 864 + type: Transform +- uid: 22147 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-47.5 + parent: 864 + type: Transform +- uid: 22148 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-38.5 + parent: 864 + type: Transform +- uid: 22149 + type: Lighter + components: + - pos: 13.70992,-34.538578 + parent: 864 + type: Transform +- uid: 22150 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: 25.5,-35.5 + parent: 864 + type: Transform +- uid: 22151 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 16.5,-27.5 + parent: 864 + type: Transform +- uid: 22152 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: 34.5,-27.5 + parent: 864 + type: Transform +- uid: 22153 + type: EmergencyLight + components: + - pos: 4.5,-25.5 + parent: 864 + type: Transform +- uid: 22154 + type: EmergencyLight + components: + - pos: -2.5,-25.5 + parent: 864 + type: Transform +- uid: 22155 + type: EmergencyLight + components: + - pos: 5.5,-41.5 + parent: 864 + type: Transform +- uid: 22156 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-35.5 + parent: 864 + type: Transform +- uid: 22157 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: -30.5,-35.5 + parent: 864 + type: Transform +- uid: 22158 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: -55.5,-10.5 + parent: 864 + type: Transform +- uid: 22159 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -64.5,-26.5 + parent: 864 + type: Transform +- uid: 22160 + type: EmergencyLight + components: + - pos: -71.5,-23.5 + parent: 864 + type: Transform +- uid: 22161 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - rot: 3.141592653589793 rad + pos: -35.5,-2.5 + parent: 864 + type: Transform +- uid: 22162 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: -35.5,-0.5 + parent: 864 + type: Transform +- uid: 22163 + type: AirAlarm + components: + - pos: -39.5,-73.5 + parent: 864 + type: Transform + - devices: + - 22166 + - 17455 + - 17454 + - 17391 + - 17392 + - 17390 + - 27477 + - 27478 + type: DeviceList +- uid: 22164 + type: AirAlarm + components: + - pos: -51.5,-72.5 + parent: 864 + type: Transform + - devices: + - 21543 + - 21544 + - 22165 + - 17390 + type: DeviceList +- uid: 22165 + type: AirSensor + components: + - pos: -55.5,-75.5 + parent: 864 + type: Transform +- uid: 22166 + type: AirSensor + components: + - pos: -38.5,-80.5 + parent: 864 + type: Transform +- uid: 22167 + type: AirAlarm + components: + - pos: 31.5,20.5 + parent: 864 + type: Transform + - devices: + - 10090 + - 10093 + - 1600 + - 10091 + - 10092 + - 10618 + - 7283 + - 6165 + - 2787 + - 8779 + - 1084 + - 4412 + - 9783 + - 2753 + - 9782 + - 26680 + - 26677 + type: DeviceList +- uid: 22168 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,23.5 + parent: 864 + type: Transform +- uid: 22169 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: 30.5,14.5 + parent: 864 + type: Transform +- uid: 22170 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: 40.5,9.5 + parent: 864 + type: Transform +- uid: 22171 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: 20.5,20.5 + parent: 864 + type: Transform +- uid: 22172 + type: AirAlarm + components: + - pos: 23.5,24.5 + parent: 864 + type: Transform + - devices: + - 4821 + - 8998 + - 3027 + - 23023 + - 21948 + - 21947 + - 21946 + - 8779 + - 21561 + type: DeviceList +- uid: 22173 + type: AirAlarm + components: + - pos: 39.5,9.5 + parent: 864 + type: Transform + - devices: + - 10092 + - 10091 + - 10618 + - 1600 + - 10093 + - 10090 + type: DeviceList +- uid: 22174 + type: CableApcExtension + components: + - pos: -52.5,-73.5 + parent: 864 + type: Transform +- uid: 22175 + type: CableApcExtension + components: + - pos: -51.5,-73.5 + parent: 864 + type: Transform +- uid: 22176 + type: CableApcExtension + components: + - pos: -51.5,-74.5 + parent: 864 + type: Transform +- uid: 22177 + type: CableApcExtension + components: + - pos: -46.5,-75.5 + parent: 864 + type: Transform +- uid: 22178 + type: APCBasic + components: + - pos: -39.5,-69.5 + parent: 864 + type: Transform +- uid: 22179 + type: CableMV + components: + - pos: -31.5,-63.5 + parent: 864 + type: Transform +- uid: 22180 + type: CableMV + components: + - pos: -32.5,-63.5 + parent: 864 + type: Transform +- uid: 22181 + type: CableMV + components: + - pos: -33.5,-63.5 + parent: 864 + type: Transform +- uid: 22182 + type: CableMV + components: + - pos: -34.5,-63.5 + parent: 864 + type: Transform +- uid: 22183 + type: CableMV + components: + - pos: -34.5,-64.5 + parent: 864 + type: Transform +- uid: 22184 + type: CableMV + components: + - pos: -34.5,-65.5 + parent: 864 + type: Transform +- uid: 22185 + type: CableMV + components: + - pos: -35.5,-65.5 + parent: 864 + type: Transform +- uid: 22186 + type: CableMV + components: + - pos: -36.5,-65.5 + parent: 864 + type: Transform +- uid: 22187 + type: CableMV + components: + - pos: -37.5,-65.5 + parent: 864 + type: Transform +- uid: 22188 + type: CableMV + components: + - pos: -37.5,-66.5 + parent: 864 + type: Transform +- uid: 22189 + type: CableMV + components: + - pos: -37.5,-67.5 + parent: 864 + type: Transform +- uid: 22190 + type: CableMV + components: + - pos: -37.5,-68.5 + parent: 864 + type: Transform +- uid: 22191 + type: CableMV + components: + - pos: -38.5,-68.5 + parent: 864 + type: Transform +- uid: 22192 + type: CableMV + components: + - pos: -39.5,-68.5 + parent: 864 + type: Transform +- uid: 22193 + type: CableMV + components: + - pos: -39.5,-69.5 + parent: 864 + type: Transform +- uid: 22194 + type: CableApcExtension + components: + - pos: 66.5,-34.5 + parent: 864 + type: Transform +- uid: 22195 + type: CableApcExtension + components: + - pos: 67.5,-34.5 + parent: 864 + type: Transform +- uid: 22196 + type: CableApcExtension + components: + - pos: 58.5,-34.5 + parent: 864 + type: Transform +- uid: 22197 + type: CableApcExtension + components: + - pos: 57.5,-34.5 + parent: 864 + type: Transform +- uid: 22198 + type: CableApcExtension + components: + - pos: 52.5,-13.5 + parent: 864 + type: Transform +- uid: 22199 + type: CableApcExtension + components: + - pos: 52.5,-14.5 + parent: 864 + type: Transform +- uid: 22200 + type: CableApcExtension + components: + - pos: 52.5,-15.5 + parent: 864 + type: Transform +- uid: 22201 + type: CableApcExtension + components: + - pos: 65.5,-11.5 + parent: 864 + type: Transform +- uid: 22202 + type: CableApcExtension + components: + - pos: 65.5,-13.5 + parent: 864 + type: Transform +- uid: 22203 + type: CableApcExtension + components: + - pos: 65.5,-5.5 + parent: 864 + type: Transform +- uid: 22204 + type: CableApcExtension + components: + - pos: 65.5,-3.5 + parent: 864 + type: Transform +- uid: 22205 + type: AirAlarm + components: + - pos: 27.5,9.5 + parent: 864 + type: Transform + - devices: + - 21980 + - 2877 + - 1002 + - 4294 + - 2637 + - 2188 + - 3439 + - 2670 + - 5110 + - 4404 + - 5153 + - 5979 + - 21560 + type: DeviceList +- uid: 22206 + type: FireAlarm + components: + - pos: 22.5,9.5 + parent: 864 + type: Transform + - devices: + - null + - 21980 + - 4294 + - 2637 + - 2188 + - 21560 + - 4404 + - 5153 + - 5979 + - 3439 + - 2670 + - 5110 + type: DeviceList +- uid: 22207 + type: CableHV + components: + - pos: -0.5,-79.5 + parent: 864 + type: Transform +- uid: 22208 + type: TableWood + components: + - pos: -17.5,42.5 + parent: 864 + type: Transform +- uid: 22209 + type: CableHV + components: + - pos: -14.5,38.5 + parent: 864 + type: Transform +- uid: 22210 + type: CableHV + components: + - pos: -14.5,43.5 + parent: 864 + type: Transform +- uid: 22211 + type: CableHV + components: + - pos: -14.5,41.5 + parent: 864 + type: Transform +- uid: 22212 + type: RandomSpawner + components: + - pos: 48.5,33.5 + parent: 864 + type: Transform +- uid: 22213 + type: CableHV + components: + - pos: -17.5,29.5 + parent: 864 + type: Transform +- uid: 22214 + type: CableHV + components: + - pos: -14.5,37.5 + parent: 864 + type: Transform +- uid: 22215 + type: CableHV + components: + - pos: -15.5,29.5 + parent: 864 + type: Transform +- uid: 22216 + type: TableWood + components: + - pos: -14.5,47.5 + parent: 864 + type: Transform +- uid: 22217 + type: TableWood + components: + - pos: -16.5,42.5 + parent: 864 + type: Transform +- uid: 22218 + type: TableWood + components: + - pos: -16.5,41.5 + parent: 864 + type: Transform +- uid: 22219 + type: CableHV + components: + - pos: -0.5,-78.5 + parent: 864 + type: Transform +- uid: 22220 + type: CableHV + components: + - pos: -0.5,-77.5 + parent: 864 + type: Transform +- uid: 22221 + type: WallReinforced + components: + - pos: -0.5,-76.5 + parent: 864 + type: Transform +- uid: 22222 + type: CableApcExtension + components: + - pos: 11.5,-5.5 + parent: 864 + type: Transform +- uid: 22223 + type: CableApcExtension + components: + - pos: 10.5,-0.5 + parent: 864 + type: Transform +- uid: 22224 + type: CableApcExtension + components: + - pos: 9.5,-0.5 + parent: 864 + type: Transform +- uid: 22225 + type: CableApcExtension + components: + - pos: 9.5,-1.5 + parent: 864 + type: Transform +- uid: 22226 + type: CableApcExtension + components: + - pos: 10.5,-5.5 + parent: 864 + type: Transform +- uid: 22227 + type: CableApcExtension + components: + - pos: 9.5,-5.5 + parent: 864 + type: Transform +- uid: 22228 + type: CableApcExtension + components: + - pos: 15.5,-43.5 + parent: 864 + type: Transform +- uid: 22229 + type: CableApcExtension + components: + - pos: 17.5,-43.5 + parent: 864 + type: Transform +- uid: 22230 + type: CableApcExtension + components: + - pos: 18.5,-43.5 + parent: 864 + type: Transform +- uid: 22231 + type: CableApcExtension + components: + - pos: 16.5,-43.5 + parent: 864 + type: Transform +- uid: 22232 + type: CableApcExtension + components: + - pos: 11.5,-41.5 + parent: 864 + type: Transform +- uid: 22233 + type: RubberStampDenied + components: + - pos: 25.421656,-37.713814 + parent: 864 + type: Transform +- uid: 22234 + type: CableApcExtension + components: + - pos: 33.5,-42.5 + parent: 864 + type: Transform +- uid: 22235 + type: AirSensor + components: + - pos: 25.5,-36.5 + parent: 864 + type: Transform +- uid: 22236 + type: BoxFolderBlue + components: + - pos: 27.31228,-37.682564 + parent: 864 + type: Transform +- uid: 22237 + type: CableApcExtension + components: + - pos: 34.5,-21.5 + parent: 864 + type: Transform +- uid: 22238 + type: CableApcExtension + components: + - pos: 32.5,-42.5 + parent: 864 + type: Transform +- uid: 22239 + type: CableApcExtension + components: + - pos: 34.5,-24.5 + parent: 864 + type: Transform +- uid: 22240 + type: CableApcExtension + components: + - pos: 34.5,-23.5 + parent: 864 + type: Transform +- uid: 22241 + type: CableApcExtension + components: + - pos: 34.5,-22.5 + parent: 864 + type: Transform +- uid: 22242 + type: CableApcExtension + components: + - pos: -7.5,5.5 + parent: 864 + type: Transform +- uid: 22243 + type: CableApcExtension + components: + - pos: 1.5,5.5 + parent: 864 + type: Transform +- uid: 22244 + type: CableApcExtension + components: + - pos: 11.5,-25.5 + parent: 864 + type: Transform +- uid: 22245 + type: CableApcExtension + components: + - pos: 2.5,5.5 + parent: 864 + type: Transform +- uid: 22246 + type: CableApcExtension + components: + - pos: -6.5,5.5 + parent: 864 + type: Transform +- uid: 22247 + type: CableApcExtension + components: + - pos: 3.5,5.5 + parent: 864 + type: Transform +- uid: 22248 + type: CableApcExtension + components: + - pos: -4.5,5.5 + parent: 864 + type: Transform +- uid: 22249 + type: CableApcExtension + components: + - pos: -3.5,3.5 + parent: 864 + type: Transform +- uid: 22250 + type: CableApcExtension + components: + - pos: -5.5,5.5 + parent: 864 + type: Transform +- uid: 22251 + type: CableApcExtension + components: + - pos: -4.5,3.5 + parent: 864 + type: Transform +- uid: 22252 + type: CableApcExtension + components: + - pos: -18.5,4.5 + parent: 864 + type: Transform +- uid: 22253 + type: CableApcExtension + components: + - pos: -5.5,3.5 + parent: 864 + type: Transform +- uid: 22254 + type: CableApcExtension + components: + - pos: -20.5,4.5 + parent: 864 + type: Transform +- uid: 22255 + type: CableApcExtension + components: + - pos: -17.5,4.5 + parent: 864 + type: Transform +- uid: 22256 + type: CableApcExtension + components: + - pos: -19.5,4.5 + parent: 864 + type: Transform +- uid: 22257 + type: CableApcExtension + components: + - pos: -21.5,4.5 + parent: 864 + type: Transform +- uid: 22258 + type: CableApcExtension + components: + - pos: -44.5,8.5 + parent: 864 + type: Transform +- uid: 22259 + type: CableApcExtension + components: + - pos: -44.5,4.5 + parent: 864 + type: Transform +- uid: 22260 + type: CableApcExtension + components: + - pos: -45.5,8.5 + parent: 864 + type: Transform +- uid: 22261 + type: CableApcExtension + components: + - pos: -44.5,6.5 + parent: 864 + type: Transform +- uid: 22262 + type: CableApcExtension + components: + - pos: -44.5,7.5 + parent: 864 + type: Transform +- uid: 22263 + type: CableApcExtension + components: + - pos: -22.5,-9.5 + parent: 864 + type: Transform +- uid: 22264 + type: CableApcExtension + components: + - pos: -48.5,10.5 + parent: 864 + type: Transform +- uid: 22265 + type: CableApcExtension + components: + - pos: -22.5,-10.5 + parent: 864 + type: Transform +- uid: 22266 + type: CableApcExtension + components: + - pos: -50.5,10.5 + parent: 864 + type: Transform +- uid: 22267 + type: CableApcExtension + components: + - pos: -49.5,10.5 + parent: 864 + type: Transform +- uid: 22268 + type: CableApcExtension + components: + - pos: -22.5,-11.5 + parent: 864 + type: Transform +- uid: 22269 + type: CableApcExtension + components: + - pos: -2.5,-47.5 + parent: 864 + type: Transform +- uid: 22270 + type: CableApcExtension + components: + - pos: -37.5,-41.5 + parent: 864 + type: Transform +- uid: 22271 + type: CableApcExtension + components: + - pos: -3.5,-47.5 + parent: 864 + type: Transform +- uid: 22272 + type: CableApcExtension + components: + - pos: -37.5,-42.5 + parent: 864 + type: Transform +- uid: 22273 + type: CableHV + components: + - pos: 11.5,-96.5 + parent: 864 + type: Transform +- uid: 22274 + type: CableApcExtension + components: + - pos: -38.5,-41.5 + parent: 864 + type: Transform +- uid: 22275 + type: CableApcExtension + components: + - pos: -39.5,-41.5 + parent: 864 + type: Transform +- uid: 22276 + type: PoweredSmallLight + components: + - pos: -51.5,-73.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 22277 + type: CableHV + components: + - pos: 12.5,-104.5 + parent: 864 + type: Transform +- uid: 22278 + type: CableHV + components: + - pos: 11.5,-98.5 + parent: 864 + type: Transform +- uid: 22279 + type: CableHV + components: + - pos: 11.5,-95.5 + parent: 864 + type: Transform +- uid: 22280 + type: CableHV + components: + - pos: 11.5,-97.5 + parent: 864 + type: Transform +- uid: 22281 + type: CableHV + components: + - pos: 11.5,-99.5 + parent: 864 + type: Transform +- uid: 22282 + type: CableHV + components: + - pos: 11.5,-100.5 + parent: 864 + type: Transform +- uid: 22283 + type: CableHV + components: + - pos: 11.5,-101.5 + parent: 864 + type: Transform +- uid: 22284 + type: CableHV + components: + - pos: 11.5,-102.5 + parent: 864 + type: Transform +- uid: 22285 + type: Catwalk + components: + - pos: 11.5,-95.5 + parent: 864 + type: Transform +- uid: 22286 + type: CableHV + components: + - pos: 10.5,-104.5 + parent: 864 + type: Transform +- uid: 22287 + type: SolarPanel + components: + - pos: 10.5,-104.5 + parent: 864 + type: Transform +- uid: 22288 + type: Catwalk + components: + - pos: 11.5,-97.5 + parent: 864 + type: Transform +- uid: 22289 + type: Catwalk + components: + - pos: 11.5,-98.5 + parent: 864 + type: Transform +- uid: 22290 + type: Catwalk + components: + - pos: 11.5,-96.5 + parent: 864 + type: Transform +- uid: 22291 + type: Catwalk + components: + - pos: 11.5,-99.5 + parent: 864 + type: Transform +- uid: 22292 + type: Catwalk + components: + - pos: 11.5,-100.5 + parent: 864 + type: Transform +- uid: 22293 + type: Catwalk + components: + - pos: 11.5,-101.5 + parent: 864 + type: Transform +- uid: 22294 + type: Catwalk + components: + - pos: 11.5,-102.5 + parent: 864 + type: Transform +- uid: 22295 + type: Catwalk + components: + - pos: 11.5,-103.5 + parent: 864 + type: Transform +- uid: 22296 + type: Catwalk + components: + - pos: 11.5,-104.5 + parent: 864 + type: Transform +- uid: 22297 + type: CableApcExtension + components: + - pos: 52.5,-40.5 + parent: 864 + type: Transform +- uid: 22298 + type: CableApcExtension + components: + - pos: 63.5,-48.5 + parent: 864 + type: Transform +- uid: 22299 + type: CableApcExtension + components: + - pos: 52.5,-39.5 + parent: 864 + type: Transform +- uid: 22300 + type: CableApcExtension + components: + - pos: 51.5,-39.5 + parent: 864 + type: Transform +- uid: 22301 + type: CableApcExtension + components: + - pos: 67.5,-48.5 + parent: 864 + type: Transform +- uid: 22302 + type: CableApcExtension + components: + - pos: 68.5,-48.5 + parent: 864 + type: Transform +- uid: 22303 + type: CableApcExtension + components: + - pos: 66.5,-48.5 + parent: 864 + type: Transform +- uid: 22304 + type: CableApcExtension + components: + - pos: 52.5,-41.5 + parent: 864 + type: Transform +- uid: 22305 + type: CableApcExtension + components: + - pos: 65.5,-48.5 + parent: 864 + type: Transform +- uid: 22306 + type: CableApcExtension + components: + - pos: 64.5,-48.5 + parent: 864 + type: Transform +- uid: 22307 + type: CableApcExtension + components: + - pos: -14.5,-73.5 + parent: 864 + type: Transform +- uid: 22308 + type: CableApcExtension + components: + - pos: -14.5,-71.5 + parent: 864 + type: Transform +- uid: 22309 + type: CableApcExtension + components: + - pos: -15.5,-73.5 + parent: 864 + type: Transform +- uid: 22310 + type: PoweredSmallLight + components: + - pos: -8.5,-71.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 22311 + type: CableApcExtension + components: + - pos: -15.5,-72.5 + parent: 864 + type: Transform +- uid: 22312 + type: CableApcExtension + components: + - pos: -37.5,22.5 + parent: 864 + type: Transform +- uid: 22313 + type: CableApcExtension + components: + - pos: -15.5,-71.5 + parent: 864 + type: Transform +- uid: 22314 + type: CableApcExtension + components: + - pos: -11.5,-71.5 + parent: 864 + type: Transform +- uid: 22315 + type: CableApcExtension + components: + - pos: -12.5,-71.5 + parent: 864 + type: Transform +- uid: 22316 + type: CableApcExtension + components: + - pos: -13.5,-71.5 + parent: 864 + type: Transform +- uid: 22317 + type: CableApcExtension + components: + - pos: -45.5,33.5 + parent: 864 + type: Transform +- uid: 22318 + type: CableApcExtension + components: + - pos: -44.5,28.5 + parent: 864 + type: Transform +- uid: 22319 + type: CableApcExtension + components: + - pos: -10.5,-71.5 + parent: 864 + type: Transform +- uid: 22320 + type: CableApcExtension + components: + - pos: -45.5,28.5 + parent: 864 + type: Transform +- uid: 22321 + type: CableApcExtension + components: + - pos: -43.5,28.5 + parent: 864 + type: Transform +- uid: 22322 + type: CableApcExtension + components: + - pos: -41.5,31.5 + parent: 864 + type: Transform +- uid: 22323 + type: CableApcExtension + components: + - pos: -42.5,33.5 + parent: 864 + type: Transform +- uid: 22324 + type: CableApcExtension + components: + - pos: -41.5,32.5 + parent: 864 + type: Transform +- uid: 22325 + type: CableApcExtension + components: + - pos: -41.5,33.5 + parent: 864 + type: Transform +- uid: 22326 + type: CableApcExtension + components: + - pos: -20.5,18.5 + parent: 864 + type: Transform +- uid: 22327 + type: CableApcExtension + components: + - pos: -20.5,20.5 + parent: 864 + type: Transform +- uid: 22328 + type: CableApcExtension + components: + - pos: -20.5,16.5 + parent: 864 + type: Transform +- uid: 22329 + type: CableApcExtension + components: + - pos: -20.5,19.5 + parent: 864 + type: Transform +- uid: 22330 + type: CableApcExtension + components: + - pos: -20.5,17.5 + parent: 864 + type: Transform +- uid: 22331 + type: CableApcExtension + components: + - pos: -19.5,16.5 + parent: 864 + type: Transform +- uid: 22332 + type: AirlockEngineeringGlassLocked + components: + - pos: -64.5,-29.5 + parent: 864 + type: Transform +- uid: 22333 + type: MaterialDurathread + components: + - pos: 22.607346,-47.15156 + parent: 864 + type: Transform +- uid: 22334 + type: AirlockEngineeringGlassLocked + components: + - pos: -68.5,-29.5 + parent: 864 + type: Transform +- uid: 22335 + type: CableApcExtension + components: + - pos: 53.5,-6.5 + parent: 864 + type: Transform +- uid: 22336 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-78.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22337 + type: FireAlarm + components: + - pos: -26.5,-76.5 + parent: 864 + type: Transform + - devices: + - null + - 8970 + - 22999 + - 6736 + - 4321 + type: DeviceList +- uid: 22338 + type: AirAlarm + components: + - pos: -21.5,-83.5 + parent: 864 + type: Transform + - devices: + - 8972 + - 4182 + - 701 + - 4321 + - 6736 + - 23034 + type: DeviceList +- uid: 22339 + type: AirAlarm + components: + - pos: -27.5,-76.5 + parent: 864 + type: Transform + - devices: + - 4227 + - 4828 + - 8970 + - 22999 + - 6736 + - 4321 + type: DeviceList +- uid: 22340 + type: CableApcExtension + components: + - pos: 52.5,-6.5 + parent: 864 + type: Transform +- uid: 22341 + type: CableApcExtension + components: + - pos: 51.5,-6.5 + parent: 864 + type: Transform +- uid: 22342 + type: AirAlarm + components: + - pos: 37.5,-63.5 + parent: 864 + type: Transform + - devices: + - 14075 + - 13261 + - 13260 + type: DeviceList +- uid: 22343 + type: CableApcExtension + components: + - pos: 51.5,-7.5 + parent: 864 + type: Transform +- uid: 22344 + type: ClothingMaskGas + components: + - pos: 29.858171,32.31992 + parent: 864 + type: Transform +- uid: 22345 + type: ClothingMaskGas + components: + - pos: 29.795671,32.241795 + parent: 864 + type: Transform +- uid: 22346 + type: ClothingMaskGas + components: + - pos: 29.826921,32.241795 + parent: 864 + type: Transform +- uid: 22347 + type: ClothingMaskGas + components: + - pos: 29.858171,32.25742 + parent: 864 + type: Transform +- uid: 22348 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: 30.66265,32.523426 + parent: 864 + type: Transform +- uid: 22349 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: 30.66265,32.523426 + parent: 864 + type: Transform +- uid: 22350 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: 30.66265,32.523426 + parent: 864 + type: Transform +- uid: 22351 + type: NitrogenTankFilled + components: + - pos: 30.994448,32.442078 + parent: 864 + type: Transform +- uid: 22352 + type: ClothingHeadNurseHat + components: + - pos: 2.5095897,-65.392746 + parent: 864 + type: Transform +- uid: 22353 + type: AirlockMaintChemLocked + components: + - name: psychologist's storeroom + type: MetaData + - pos: -12.5,-33.5 + parent: 864 + type: Transform +- uid: 22354 + type: ClothingHeadRastaHat + components: + - pos: 9.685471,-21.266401 + parent: 864 + type: Transform +- uid: 22355 + type: AirlockBrigGlassLocked + components: + - name: suspect treatment + type: MetaData + - pos: 3.5,-55.5 + parent: 864 + type: Transform +- uid: 22356 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,8.5 + parent: 864 + type: Transform +- uid: 22357 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: -27.5,-14.5 + parent: 864 + type: Transform +- uid: 22358 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: -34.5,-13.5 + parent: 864 + type: Transform +- uid: 22359 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: 4.5,20.5 + parent: 864 + type: Transform +- uid: 22360 + type: CableApcExtension + components: + - pos: 5.5,21.5 + parent: 864 + type: Transform +- uid: 22361 + type: CableApcExtension + components: + - pos: 6.5,21.5 + parent: 864 + type: Transform +- uid: 22362 + type: CableApcExtension + components: + - pos: 7.5,15.5 + parent: 864 + type: Transform +- uid: 22363 + type: CableApcExtension + components: + - pos: 8.5,15.5 + parent: 864 + type: Transform +- uid: 22364 + type: CableApcExtension + components: + - pos: 2.5,20.5 + parent: 864 + type: Transform +- uid: 22365 + type: CableApcExtension + components: + - pos: 2.5,19.5 + parent: 864 + type: Transform +- uid: 22366 + type: CableApcExtension + components: + - pos: 2.5,18.5 + parent: 864 + type: Transform +- uid: 22367 + type: CableApcExtension + components: + - pos: 42.5,15.5 + parent: 864 + type: Transform +- uid: 22368 + type: CableApcExtension + components: + - pos: 42.5,16.5 + parent: 864 + type: Transform +- uid: 22369 + type: CableApcExtension + components: + - pos: 41.5,16.5 + parent: 864 + type: Transform +- uid: 22370 + type: CableApcExtension + components: + - pos: 40.5,16.5 + parent: 864 + type: Transform +- uid: 22371 + type: CableApcExtension + components: + - pos: 39.5,16.5 + parent: 864 + type: Transform +- uid: 22372 + type: CableApcExtension + components: + - pos: 38.5,16.5 + parent: 864 + type: Transform +- uid: 22373 + type: CableApcExtension + components: + - pos: 37.5,16.5 + parent: 864 + type: Transform +- uid: 22374 + type: CableApcExtension + components: + - pos: 36.5,16.5 + parent: 864 + type: Transform +- uid: 22375 + type: CableApcExtension + components: + - pos: 34.5,16.5 + parent: 864 + type: Transform +- uid: 22376 + type: CableApcExtension + components: + - pos: 33.5,16.5 + parent: 864 + type: Transform +- uid: 22377 + type: CableApcExtension + components: + - pos: 42.5,13.5 + parent: 864 + type: Transform +- uid: 22378 + type: CableApcExtension + components: + - pos: 42.5,12.5 + parent: 864 + type: Transform +- uid: 22379 + type: CableApcExtension + components: + - pos: 28.5,28.5 + parent: 864 + type: Transform +- uid: 22380 + type: CableApcExtension + components: + - pos: 31.5,28.5 + parent: 864 + type: Transform +- uid: 22381 + type: CableApcExtension + components: + - pos: 30.5,28.5 + parent: 864 + type: Transform +- uid: 22382 + type: PersonalAI + components: + - pos: -48.121307,6.562934 + parent: 864 + type: Transform +- uid: 22383 + type: EmergencyLight + components: + - pos: 45.5,-71.5 + parent: 864 + type: Transform +- uid: 22384 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: 40.5,-61.5 + parent: 864 + type: Transform +- uid: 22385 + type: EmergencyLight + components: + - pos: 27.5,-58.5 + parent: 864 + type: Transform +- uid: 22386 + type: Cigar + components: + - pos: 13.444295,-34.351078 + parent: 864 + type: Transform +- uid: 22387 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,20.5 + parent: 864 + type: Transform +- uid: 22388 + type: EmergencyLight + components: + - rot: -1.5707963267948966 rad + pos: -36.5,20.5 + parent: 864 + type: Transform +- uid: 22389 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: -44.5,28.5 + parent: 864 + type: Transform +- uid: 22390 + type: EmergencyLight + components: + - rot: 1.5707963267948966 rad + pos: -38.5,30.5 + parent: 864 + type: Transform +- uid: 22391 + type: EmergencyLight + components: + - rot: 3.141592653589793 rad + pos: -34.5,28.5 + parent: 864 + type: Transform +- uid: 22392 + type: CableApcExtension + components: + - pos: -12.5,-59.5 + parent: 864 + type: Transform +- uid: 22393 + type: CableApcExtension + components: + - pos: -11.5,-59.5 + parent: 864 + type: Transform +- uid: 22394 + type: CableApcExtension + components: + - pos: -10.5,-59.5 + parent: 864 + type: Transform +- uid: 22395 + type: CableApcExtension + components: + - pos: -10.5,-58.5 + parent: 864 + type: Transform +- uid: 22396 + type: CableApcExtension + components: + - pos: -9.5,-59.5 + parent: 864 + type: Transform +- uid: 22397 + type: CableApcExtension + components: + - pos: -8.5,-59.5 + parent: 864 + type: Transform +- uid: 22398 + type: CableApcExtension + components: + - pos: -7.5,-59.5 + parent: 864 + type: Transform +- uid: 22399 + type: CableApcExtension + components: + - pos: -6.5,-59.5 + parent: 864 + type: Transform +- uid: 22400 + type: CableMV + components: + - pos: -10.5,-58.5 + parent: 864 + type: Transform +- uid: 22401 + type: CableMV + components: + - pos: -9.5,-58.5 + parent: 864 + type: Transform +- uid: 22402 + type: CableMV + components: + - pos: -8.5,-58.5 + parent: 864 + type: Transform +- uid: 22403 + type: CableMV + components: + - pos: -8.5,-57.5 + parent: 864 + type: Transform +- uid: 22404 + type: CableMV + components: + - pos: -8.5,-56.5 + parent: 864 + type: Transform +- uid: 22405 + type: CableMV + components: + - pos: -7.5,-56.5 + parent: 864 + type: Transform +- uid: 22406 + type: CableMV + components: + - pos: -6.5,-56.5 + parent: 864 + type: Transform +- uid: 22407 + type: CableMV + components: + - pos: -5.5,-56.5 + parent: 864 + type: Transform +- uid: 22408 + type: CableMV + components: + - pos: -4.5,-56.5 + parent: 864 + type: Transform +- uid: 22409 + type: CableMV + components: + - pos: -3.5,-56.5 + parent: 864 + type: Transform +- uid: 22410 + type: CableMV + components: + - pos: -2.5,-56.5 + parent: 864 + type: Transform +- uid: 22411 + type: CableMV + components: + - pos: -1.5,-56.5 + parent: 864 + type: Transform +- uid: 22412 + type: CableMV + components: + - pos: -0.5,-56.5 + parent: 864 + type: Transform +- uid: 22413 + type: CableMV + components: + - pos: 0.5,-56.5 + parent: 864 + type: Transform +- uid: 22414 + type: CableMV + components: + - pos: 1.5,-56.5 + parent: 864 + type: Transform +- uid: 22415 + type: CableMV + components: + - pos: 2.5,-56.5 + parent: 864 + type: Transform +- uid: 22416 + type: CableMV + components: + - pos: 3.5,-56.5 + parent: 864 + type: Transform +- uid: 22417 + type: CableMV + components: + - pos: 4.5,-56.5 + parent: 864 + type: Transform +- uid: 22418 + type: CableMV + components: + - pos: 5.5,-56.5 + parent: 864 + type: Transform +- uid: 22419 + type: CableMV + components: + - pos: 6.5,-56.5 + parent: 864 + type: Transform +- uid: 22420 + type: CableMV + components: + - pos: 6.5,-55.5 + parent: 864 + type: Transform +- uid: 22421 + type: CableMV + components: + - pos: 6.5,-54.5 + parent: 864 + type: Transform +- uid: 22422 + type: CableMV + components: + - pos: 6.5,-53.5 + parent: 864 + type: Transform +- uid: 22423 + type: CableMV + components: + - pos: 6.5,-52.5 + parent: 864 + type: Transform +- uid: 22424 + type: CableMV + components: + - pos: 6.5,-51.5 + parent: 864 + type: Transform +- uid: 22425 + type: CableMV + components: + - pos: 7.5,-51.5 + parent: 864 + type: Transform +- uid: 22426 + type: Grille + components: + - pos: -48.5,-82.5 + parent: 864 + type: Transform +- uid: 22427 + type: Grille + components: + - pos: -48.5,-83.5 + parent: 864 + type: Transform +- uid: 22428 + type: ClothingOuterHardsuitEVA + components: + - pos: -53.32967,-86.445625 + parent: 864 + type: Transform +- uid: 22429 + type: CableApcExtension + components: + - pos: -51.5,-75.5 + parent: 864 + type: Transform +- uid: 22430 + type: CableApcExtension + components: + - pos: -51.5,-77.5 + parent: 864 + type: Transform +- uid: 22431 + type: CableApcExtension + components: + - pos: -51.5,-78.5 + parent: 864 + type: Transform +- uid: 22432 + type: CableApcExtension + components: + - pos: -51.5,-79.5 + parent: 864 + type: Transform +- uid: 22433 + type: CableApcExtension + components: + - pos: -52.5,-79.5 + parent: 864 + type: Transform +- uid: 22434 + type: CableMV + components: + - pos: 34.5,23.5 + parent: 864 + type: Transform +- uid: 22435 + type: CableMV + components: + - pos: 35.5,23.5 + parent: 864 + type: Transform +- uid: 22436 + type: CableMV + components: + - pos: 35.5,22.5 + parent: 864 + type: Transform +- uid: 22437 + type: CableMV + components: + - pos: 36.5,22.5 + parent: 864 + type: Transform +- uid: 22438 + type: CableMV + components: + - pos: 37.5,22.5 + parent: 864 + type: Transform +- uid: 22439 + type: CableMV + components: + - pos: 37.5,21.5 + parent: 864 + type: Transform +- uid: 22440 + type: CableMV + components: + - pos: 37.5,20.5 + parent: 864 + type: Transform +- uid: 22441 + type: CableMV + components: + - pos: 37.5,19.5 + parent: 864 + type: Transform +- uid: 22442 + type: CableMV + components: + - pos: 37.5,18.5 + parent: 864 + type: Transform +- uid: 22443 + type: CableMV + components: + - pos: 38.5,18.5 + parent: 864 + type: Transform +- uid: 22444 + type: CableMV + components: + - pos: 38.5,17.5 + parent: 864 + type: Transform +- uid: 22445 + type: CableApcExtension + components: + - pos: 38.5,17.5 + parent: 864 + type: Transform +- uid: 22446 + type: PlasticFlapsAirtightClear + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-56.5 + parent: 864 + type: Transform +- uid: 22447 + type: ExtinguisherCabinetFilled + components: + - pos: -15.5,-2.5 + parent: 864 + type: Transform +- uid: 22448 + type: ExtinguisherCabinetFilled + components: + - pos: -17.5,-17.5 + parent: 864 + type: Transform +- uid: 22449 + type: ExtinguisherCabinetFilled + components: + - pos: -21.5,-30.5 + parent: 864 + type: Transform +- uid: 22450 + type: ExtinguisherCabinetFilled + components: + - pos: -2.5,-29.5 + parent: 864 + type: Transform +- uid: 22451 + type: DisposalUnit + components: + - pos: 21.5,-37.5 + parent: 864 + type: Transform +- uid: 22452 + type: ExtinguisherCabinetFilled + components: + - pos: 52.5,-46.5 + parent: 864 + type: Transform +- uid: 22453 + type: ExtinguisherCabinetFilled + components: + - pos: 66.5,-47.5 + parent: 864 + type: Transform +- uid: 22454 + type: ExtinguisherCabinetFilled + components: + - pos: -10.5,-47.5 + parent: 864 + type: Transform +- uid: 22455 + type: ExtinguisherCabinetFilled + components: + - pos: 19.5,18.5 + parent: 864 + type: Transform +- uid: 22456 + type: ExtinguisherCabinetFilled + components: + - pos: 3.5,13.5 + parent: 864 + type: Transform +- uid: 22457 + type: FireExtinguisher + components: + - pos: 22.516739,-54.502064 + parent: 864 + type: Transform +- uid: 22458 + type: SurveillanceCameraGeneral + components: + - rot: 1.5707963267948966 rad + pos: 41.5,-56.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraGeneral + type: SurveillanceCamera +- uid: 22459 + type: SurveillanceCameraGeneral + components: + - pos: 37.5,-73.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: arrivals + type: SurveillanceCamera +- uid: 22460 + type: RailingCorner + components: + - pos: 61.5,-9.5 + parent: 864 + type: Transform +- uid: 22461 + type: FireAxeCabinetFilled + components: + - pos: 30.5,-20.5 + parent: 864 + type: Transform +- uid: 22462 + type: ExtinguisherCabinetFilled + components: + - pos: -6.5,-17.5 + parent: 864 + type: Transform +- uid: 22463 + type: Grille + components: + - pos: 1.5,-18.5 + parent: 864 + type: Transform +- uid: 22464 + type: Grille + components: + - pos: 2.5,-18.5 + parent: 864 + type: Transform +- uid: 22465 + type: Grille + components: + - pos: 3.5,-18.5 + parent: 864 + type: Transform +- uid: 22466 + type: Grille + components: + - pos: 7.5,-18.5 + parent: 864 + type: Transform +- uid: 22467 + type: Grille + components: + - pos: 8.5,-18.5 + parent: 864 + type: Transform +- uid: 22468 + type: MaintenanceToolSpawner + components: + - pos: 3.5,-17.5 + parent: 864 + type: Transform +- uid: 22469 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 18.5,-30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22470 + type: CableApcExtension + components: + - pos: 19.5,-29.5 + parent: 864 + type: Transform +- uid: 22471 + type: Catwalk + components: + - pos: 61.5,-70.5 + parent: 864 + type: Transform +- uid: 22472 + type: Catwalk + components: + - pos: 61.5,-71.5 + parent: 864 + type: Transform +- uid: 22473 + type: PosterMapOrigin + components: + - pos: 12.5,-40.5 + parent: 864 + type: Transform +- uid: 22474 + type: PosterMapOrigin + components: + - pos: 5.5,-24.5 + parent: 864 + type: Transform +- uid: 22475 + type: PosterMapOrigin + components: + - pos: -32.5,2.5 + parent: 864 + type: Transform +- uid: 22476 + type: PosterMapOrigin + components: + - pos: -0.5,4.5 + parent: 864 + type: Transform +- uid: 22477 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 19.5,-53.5 + parent: 864 + type: Transform +- uid: 22478 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-53.5 + parent: 864 + type: Transform +- uid: 22479 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 21.5,-53.5 + parent: 864 + type: Transform +- uid: 22480 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 22.5,-53.5 + parent: 864 + type: Transform +- uid: 22481 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 23.5,-53.5 + parent: 864 + type: Transform +- uid: 22482 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 24.5,-53.5 + parent: 864 + type: Transform +- uid: 22483 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-53.5 + parent: 864 + type: Transform +- uid: 22484 + type: AppraisalTool + components: + - rot: -1.5707963267948966 rad + pos: -34.53294,24.71365 + parent: 864 + type: Transform +- uid: 22485 + type: AppraisalTool + components: + - pos: -42.638153,18.7449 + parent: 864 + type: Transform +- uid: 22486 + type: AppraisalTool + components: + - pos: -34.27435,20.473684 + parent: 864 + type: Transform +- uid: 22487 + type: ClosetWallMaintenanceFilledRandom + components: + - pos: -15.5,-33.5 + parent: 864 + type: Transform +- uid: 22488 + type: ClosetWallMaintenanceFilledRandom + components: + - pos: -52.5,-26.5 + parent: 864 + type: Transform +- uid: 22489 + type: WallReinforced + components: + - pos: -78.5,-19.5 + parent: 864 + type: Transform +- uid: 22490 + type: WallReinforced + components: + - pos: -78.5,-5.5 + parent: 864 + type: Transform +- uid: 22491 + type: SignElectrical + components: + - pos: -78.5,-5.5 + parent: 864 + type: Transform +- uid: 22492 + type: SignElectrical + components: + - pos: -78.5,-19.5 + parent: 864 + type: Transform +- uid: 22493 + type: WallReinforced + components: + - pos: -71.5,-2.5 + parent: 864 + type: Transform +- uid: 22494 + type: WallReinforced + components: + - pos: -64.5,-2.5 + parent: 864 + type: Transform +- uid: 22495 + type: SignElectrical + components: + - pos: -71.5,-2.5 + parent: 864 + type: Transform +- uid: 22496 + type: SignElectrical + components: + - pos: -64.5,-2.5 + parent: 864 + type: Transform +- uid: 22497 + type: Catwalk + components: + - pos: -79.5,-27.5 + parent: 864 + type: Transform +- uid: 22498 + type: Catwalk + components: + - pos: -79.5,-28.5 + parent: 864 + type: Transform +- uid: 22499 + type: Catwalk + components: + - pos: -79.5,-29.5 + parent: 864 + type: Transform +- uid: 22500 + type: Catwalk + components: + - pos: -79.5,-30.5 + parent: 864 + type: Transform +- uid: 22501 + type: Catwalk + components: + - pos: -79.5,-31.5 + parent: 864 + type: Transform +- uid: 22502 + type: Catwalk + components: + - pos: -78.5,-31.5 + parent: 864 + type: Transform +- uid: 22503 + type: Catwalk + components: + - pos: -78.5,-32.5 + parent: 864 + type: Transform +- uid: 22504 + type: Catwalk + components: + - pos: -78.5,-33.5 + parent: 864 + type: Transform +- uid: 22505 + type: Catwalk + components: + - pos: -77.5,-33.5 + parent: 864 + type: Transform +- uid: 22506 + type: Catwalk + components: + - pos: -76.5,-33.5 + parent: 864 + type: Transform +- uid: 22507 + type: Catwalk + components: + - pos: -76.5,-34.5 + parent: 864 + type: Transform +- uid: 22508 + type: Catwalk + components: + - pos: -76.5,-35.5 + parent: 864 + type: Transform +- uid: 22509 + type: CableHV + components: + - pos: -47.5,-27.5 + parent: 864 + type: Transform +- uid: 22510 + type: CableHV + components: + - pos: -48.5,-27.5 + parent: 864 + type: Transform +- uid: 22511 + type: CableHV + components: + - pos: -48.5,-28.5 + parent: 864 + type: Transform +- uid: 22512 + type: CableHV + components: + - pos: -48.5,-29.5 + parent: 864 + type: Transform +- uid: 22513 + type: CableHV + components: + - pos: -48.5,-31.5 + parent: 864 + type: Transform +- uid: 22514 + type: CableHV + components: + - pos: -46.5,-27.5 + parent: 864 + type: Transform +- uid: 22515 + type: CableHV + components: + - pos: -46.5,-26.5 + parent: 864 + type: Transform +- uid: 22516 + type: CableHV + components: + - pos: -72.5,-35.5 + parent: 864 + type: Transform +- uid: 22517 + type: CableHV + components: + - pos: -72.5,-34.5 + parent: 864 + type: Transform +- uid: 22518 + type: CableHV + components: + - pos: -72.5,-33.5 + parent: 864 + type: Transform +- uid: 22519 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -72.5,-34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 22520 + type: AirlockExternalGlassLocked + components: + - pos: -72.5,-35.5 + parent: 864 + type: Transform +- uid: 22521 + type: WallReinforced + components: + - pos: -73.5,-35.5 + parent: 864 + type: Transform +- uid: 22522 + type: WallReinforced + components: + - pos: -73.5,-34.5 + parent: 864 + type: Transform +- uid: 22523 + type: WallReinforced + components: + - pos: -71.5,-35.5 + parent: 864 + type: Transform +- uid: 22524 + type: Catwalk + components: + - pos: -61.5,-36.5 + parent: 864 + type: Transform +- uid: 22525 + type: Catwalk + components: + - pos: -61.5,-37.5 + parent: 864 + type: Transform +- uid: 22526 + type: Catwalk + components: + - pos: -61.5,-38.5 + parent: 864 + type: Transform +- uid: 22527 + type: Catwalk + components: + - pos: -61.5,-39.5 + parent: 864 + type: Transform +- uid: 22528 + type: Catwalk + components: + - pos: -61.5,-40.5 + parent: 864 + type: Transform +- uid: 22529 + type: Catwalk + components: + - pos: -61.5,-41.5 + parent: 864 + type: Transform +- uid: 22530 + type: Catwalk + components: + - pos: -61.5,-42.5 + parent: 864 + type: Transform +- uid: 22531 + type: Catwalk + components: + - pos: -61.5,-43.5 + parent: 864 + type: Transform +- uid: 22532 + type: Catwalk + components: + - pos: -61.5,-44.5 + parent: 864 + type: Transform +- uid: 22533 + type: Catwalk + components: + - pos: -61.5,-45.5 + parent: 864 + type: Transform +- uid: 22534 + type: Catwalk + components: + - pos: -61.5,-46.5 + parent: 864 + type: Transform +- uid: 22535 + type: Catwalk + components: + - pos: -61.5,-47.5 + parent: 864 + type: Transform +- uid: 22536 + type: Catwalk + components: + - pos: -61.5,-48.5 + parent: 864 + type: Transform +- uid: 22537 + type: Catwalk + components: + - pos: -61.5,-49.5 + parent: 864 + type: Transform +- uid: 22538 + type: Catwalk + components: + - pos: -61.5,-50.5 + parent: 864 + type: Transform +- uid: 22539 + type: Catwalk + components: + - pos: -61.5,-51.5 + parent: 864 + type: Transform +- uid: 22540 + type: Catwalk + components: + - pos: -61.5,-52.5 + parent: 864 + type: Transform +- uid: 22541 + type: Catwalk + components: + - pos: -61.5,-53.5 + parent: 864 + type: Transform +- uid: 22542 + type: Catwalk + components: + - pos: -61.5,-54.5 + parent: 864 + type: Transform +- uid: 22543 + type: Catwalk + components: + - pos: -61.5,-55.5 + parent: 864 + type: Transform +- uid: 22544 + type: FirelockElectronics + components: + - pos: -8.656447,38.727524 + parent: 864 + type: Transform +- uid: 22545 + type: BodyScannerComputerCircuitboard + components: + - pos: -8.453322,37.7744 + parent: 864 + type: Transform +- uid: 22546 + type: ComputerTelevisionCircuitboard + components: + - pos: -8.937697,37.5244 + parent: 864 + type: Transform +- uid: 22547 + type: ComputerTelevisionCircuitboard + components: + - pos: -9.312697,37.696274 + parent: 864 + type: Transform +- uid: 22548 + type: ChairWood + components: + - pos: -17.5,43.5 + parent: 864 + type: Transform +- uid: 22549 + type: ChairWood + components: + - pos: -16.5,43.5 + parent: 864 + type: Transform +- uid: 22550 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -17.5,40.5 + parent: 864 + type: Transform +- uid: 22551 + type: Grille + components: + - pos: 54.5,61.5 + parent: 864 + type: Transform +- uid: 22552 + type: Grille + components: + - pos: 55.5,61.5 + parent: 864 + type: Transform +- uid: 22553 + type: Grille + components: + - pos: 53.5,61.5 + parent: 864 + type: Transform +- uid: 22554 + type: WallReinforced + components: + - pos: 38.5,31.5 + parent: 864 + type: Transform +- uid: 22555 + type: WallReinforced + components: + - pos: 32.5,39.5 + parent: 864 + type: Transform +- uid: 22556 + type: WallReinforced + components: + - pos: 24.5,39.5 + parent: 864 + type: Transform +- uid: 22557 + type: SignElectrical + components: + - pos: 24.5,39.5 + parent: 864 + type: Transform +- uid: 22558 + type: SignElectrical + components: + - pos: 32.5,39.5 + parent: 864 + type: Transform +- uid: 22559 + type: SignElectrical + components: + - pos: 38.5,31.5 + parent: 864 + type: Transform +- uid: 22560 + type: Chair + components: + - pos: -5.5,-14.5 + parent: 864 + type: Transform +- uid: 22561 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -5.5,-16.5 + parent: 864 + type: Transform +- uid: 22562 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -5.5,-15.5 + parent: 864 + type: Transform +- uid: 22563 + type: ChessBoard + components: + - rot: 3.141592653589793 rad + pos: -5.5158696,-15.414865 + parent: 864 + type: Transform +- uid: 22564 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: -7.5,1.5 + parent: 864 + type: Transform +- uid: 22565 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: -7.5,0.5 + parent: 864 + type: Transform +- uid: 22566 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: -5.5,1.5 + parent: 864 + type: Transform +- uid: 22567 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 864 + type: Transform +- uid: 22568 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 864 + type: Transform +- uid: 22569 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 864 + type: Transform +- uid: 22570 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 21.5,-38.5 + parent: 864 + type: Transform +- uid: 22571 + type: CableHV + components: + - pos: 19.5,-27.5 + parent: 864 + type: Transform +- uid: 22572 + type: CableHV + components: + - pos: 19.5,-28.5 + parent: 864 + type: Transform +- uid: 22573 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 30.5,-43.5 + parent: 864 + type: Transform +- uid: 22574 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 29.5,-43.5 + parent: 864 + type: Transform +- uid: 22575 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 28.5,-43.5 + parent: 864 + type: Transform +- uid: 22576 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 18.5,-43.5 + parent: 864 + type: Transform +- uid: 22577 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 17.5,-43.5 + parent: 864 + type: Transform +- uid: 22578 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 16.5,-43.5 + parent: 864 + type: Transform +- uid: 22579 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 44.5,-43.5 + parent: 864 + type: Transform +- uid: 22580 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 43.5,-43.5 + parent: 864 + type: Transform +- uid: 22581 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 42.5,-43.5 + parent: 864 + type: Transform +- uid: 22582 + type: ClosetEmergencyFilledRandom + components: + - pos: 18.5,-39.5 + parent: 864 + type: Transform +- uid: 22583 + type: LockerElectricalSuppliesFilled + components: + - pos: 39.5,-28.5 + parent: 864 + type: Transform +- uid: 22584 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 39.5,-30.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 22585 + type: Rack + components: + - pos: 39.5,-30.5 + parent: 864 + type: Transform +- uid: 22586 + type: trayScanner + components: + - pos: 39.581177,-30.49341 + parent: 864 + type: Transform +- uid: 22587 + type: ClosetFireFilled + components: + - pos: 19.5,-39.5 + parent: 864 + type: Transform +- uid: 22588 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 34.5,-35.5 + parent: 864 + type: Transform +- uid: 22589 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 29.5,-32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 22590 + type: FoodPizzaVegetableSlice + components: + - pos: 34.483707,-35.33738 + parent: 864 + type: Transform +- uid: 22591 + type: Chair + components: + - pos: 34.5,-34.5 + parent: 864 + type: Transform +- uid: 22592 + type: ClosetEmergencyFilledRandom + components: + - pos: 3.5,-25.5 + parent: 864 + type: Transform +- uid: 22593 + type: ClosetEmergencyFilledRandom + components: + - pos: 1.5,-40.5 + parent: 864 + type: Transform +- uid: 22594 + type: ClosetFireFilled + components: + - pos: 4.5,-40.5 + parent: 864 + type: Transform +- uid: 22595 + type: Table + components: + - pos: 41.5,-58.5 + parent: 864 + type: Transform +- uid: 22596 + type: Chair + components: + - pos: -14.5,8.5 + parent: 864 + type: Transform +- uid: 22597 + type: Chair + components: + - pos: -15.5,8.5 + parent: 864 + type: Transform +- uid: 22598 + type: Chair + components: + - pos: -16.5,8.5 + parent: 864 + type: Transform +- uid: 22599 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -40.5,-0.5 + parent: 864 + type: Transform +- uid: 22600 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -39.5,-0.5 + parent: 864 + type: Transform +- uid: 22601 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -38.5,-0.5 + parent: 864 + type: Transform +- uid: 22602 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -36.5,-0.5 + parent: 864 + type: Transform +- uid: 22603 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -35.5,-0.5 + parent: 864 + type: Transform +- uid: 22604 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -34.5,-0.5 + parent: 864 + type: Transform +- uid: 22605 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -31.5,-53.5 + parent: 864 + type: Transform +- uid: 22606 + type: Wrench + components: + - pos: -31.403458,-56.573048 + parent: 864 + type: Transform +- uid: 22607 + type: ClothingHandsGlovesColorYellow + components: + - pos: -25.966612,-52.421177 + parent: 864 + type: Transform +- uid: 22608 + type: PoweredSmallLight + components: + - pos: -30.5,-54.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 22609 + type: PosterContrabandRIPBadger + components: + - pos: -41.5,-27.5 + parent: 864 + type: Transform +- uid: 22610 + type: PosterContrabandRevolver + components: + - pos: -30.5,-42.5 + parent: 864 + type: Transform +- uid: 22611 + type: PosterContrabandSpaceCola + components: + - pos: -19.5,-49.5 + parent: 864 + type: Transform +- uid: 22612 + type: PosterContrabandTheGriffin + components: + - pos: -23.5,-61.5 + parent: 864 + type: Transform +- uid: 22613 + type: PosterContrabandVoteWeh + components: + - pos: -46.5,-65.5 + parent: 864 + type: Transform +- uid: 22614 + type: RandomPosterContraband + components: + - pos: 11.5,-54.5 + parent: 864 + type: Transform +- uid: 22615 + type: RandomPosterContraband + components: + - pos: 15.5,-46.5 + parent: 864 + type: Transform +- uid: 22616 + type: RandomPosterContraband + components: + - pos: 11.5,-48.5 + parent: 864 + type: Transform +- uid: 22617 + type: WeldingFuelTank + components: + - pos: 7.5,-64.5 + parent: 864 + type: Transform +- uid: 22618 + type: WallReinforced + components: + - pos: 75.5,-45.5 + parent: 864 + type: Transform +- uid: 22619 + type: WallReinforced + components: + - pos: 77.5,-45.5 + parent: 864 + type: Transform +- uid: 22620 + type: WallReinforced + components: + - pos: 75.5,-48.5 + parent: 864 + type: Transform +- uid: 22621 + type: WallReinforced + components: + - pos: 77.5,-48.5 + parent: 864 + type: Transform +- uid: 22622 + type: WallReinforced + components: + - pos: 78.5,-48.5 + parent: 864 + type: Transform +- uid: 22623 + type: WallReinforced + components: + - pos: 78.5,-45.5 + parent: 864 + type: Transform +- uid: 22624 + type: ReinforcedWindow + components: + - pos: 78.5,-47.5 + parent: 864 + type: Transform +- uid: 22625 + type: AirlockExternalGlassLocked + components: + - pos: 76.5,-48.5 + parent: 864 + type: Transform +- uid: 22626 + type: Table + components: + - pos: 77.5,-47.5 + parent: 864 + type: Transform +- uid: 22627 + type: ClothingOuterWinterRobo + components: + - pos: 77.51138,-47.408936 + parent: 864 + type: Transform +- uid: 22628 + type: DisposalPipe + components: + - pos: -5.5,-55.5 + parent: 864 + type: Transform +- uid: 22629 + type: DisposalPipe + components: + - pos: -5.5,-56.5 + parent: 864 + type: Transform +- uid: 22630 + type: DisposalPipe + components: + - pos: -5.5,-57.5 + parent: 864 + type: Transform +- uid: 22631 + type: DisposalPipe + components: + - pos: -5.5,-58.5 + parent: 864 + type: Transform +- uid: 22632 + type: DisposalPipe + components: + - pos: -5.5,-59.5 + parent: 864 + type: Transform +- uid: 22633 + type: DisposalPipe + components: + - pos: -5.5,-60.5 + parent: 864 + type: Transform +- uid: 22634 + type: DisposalYJunction + components: + - rot: 3.141592653589793 rad + pos: -5.5,-61.5 + parent: 864 + type: Transform +- uid: 22635 + type: DisposalJunction + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-61.5 + parent: 864 + type: Transform +- uid: 22636 + type: DisposalPipe + components: + - pos: -6.5,-62.5 + parent: 864 + type: Transform +- uid: 22637 + type: DisposalPipe + components: + - pos: -6.5,-63.5 + parent: 864 + type: Transform +- uid: 22638 + type: DisposalPipe + components: + - pos: -6.5,-64.5 + parent: 864 + type: Transform +- uid: 22639 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-66.5 + parent: 864 + type: Transform +- uid: 22640 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-66.5 + parent: 864 + type: Transform +- uid: 22641 + type: DisposalUnit + components: + - pos: -9.5,-66.5 + parent: 864 + type: Transform +- uid: 22642 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-65.5 + parent: 864 + type: Transform +- uid: 22643 + type: Multitool + components: + - pos: -9.385826,-65.38332 + parent: 864 + type: Transform +- uid: 22644 + type: MaterialBiomass1 + components: + - pos: -9.690989,-65.370026 + parent: 864 + type: Transform +- uid: 22645 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: -3.5,-67.5 + parent: 864 + type: Transform +- uid: 22646 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -3.5,-66.5 + parent: 864 + type: Transform +- uid: 22647 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -3.5,-65.5 + parent: 864 + type: Transform +- uid: 22648 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -3.5,-64.5 + parent: 864 + type: Transform +- uid: 22649 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -3.5,-63.5 + parent: 864 + type: Transform +- uid: 22650 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -3.5,-62.5 + parent: 864 + type: Transform +- uid: 22651 + type: DisposalJunctionFlipped + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-61.5 + parent: 864 + type: Transform +- uid: 22652 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-61.5 + parent: 864 + type: Transform +- uid: 22653 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-61.5 + parent: 864 + type: Transform +- uid: 22654 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-61.5 + parent: 864 + type: Transform +- uid: 22655 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-61.5 + parent: 864 + type: Transform +- uid: 22656 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-61.5 + parent: 864 + type: Transform +- uid: 22657 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-61.5 + parent: 864 + type: Transform +- uid: 22658 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: 2.5,-63.5 + parent: 864 + type: Transform +- uid: 22659 + type: DisposalBend + components: + - pos: 2.5,-61.5 + parent: 864 + type: Transform +- uid: 22660 + type: DisposalPipe + components: + - pos: 2.5,-62.5 + parent: 864 + type: Transform +- uid: 22661 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-61.5 + parent: 864 + type: Transform +- uid: 22662 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-61.5 + parent: 864 + type: Transform +- uid: 22663 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-61.5 + parent: 864 + type: Transform +- uid: 22664 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-61.5 + parent: 864 + type: Transform +- uid: 22665 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-61.5 + parent: 864 + type: Transform +- uid: 22666 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-61.5 + parent: 864 + type: Transform +- uid: 22667 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-61.5 + parent: 864 + type: Transform +- uid: 22668 + type: DisposalPipe + components: + - pos: -13.5,-62.5 + parent: 864 + type: Transform +- uid: 22669 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -13.5,-67.5 + parent: 864 + type: Transform +- uid: 22670 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -13.5,-63.5 + parent: 864 + type: Transform +- uid: 22671 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -13.5,-64.5 + parent: 864 + type: Transform +- uid: 22672 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -13.5,-65.5 + parent: 864 + type: Transform +- uid: 22673 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -13.5,-66.5 + parent: 864 + type: Transform +- uid: 22674 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-67.5 + parent: 864 + type: Transform +- uid: 22675 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-67.5 + parent: 864 + type: Transform +- uid: 22676 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-67.5 + parent: 864 + type: Transform +- uid: 22677 + type: DisposalUnit + components: + - pos: -16.5,-67.5 + parent: 864 + type: Transform +- uid: 22678 + type: DisposalUnit + components: + - pos: -3.5,-67.5 + parent: 864 + type: Transform +- uid: 22679 + type: DisposalUnit + components: + - pos: 2.5,-63.5 + parent: 864 + type: Transform +- uid: 22680 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-70.5 + parent: 864 + type: Transform +- uid: 22681 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -17.5,-71.5 + parent: 864 + type: Transform +- uid: 22682 + type: FoodMealEggplantParm + components: + - pos: -23.359459,-71.33451 + parent: 864 + type: Transform +- uid: 22683 + type: PottedPlantRandom + components: + - pos: -21.5,-69.5 + parent: 864 + type: Transform +- uid: 22684 + type: PottedPlantRandom + components: + - pos: -23.5,-73.5 + parent: 864 + type: Transform +- uid: 22685 + type: filingCabinetDrawer + components: + - pos: -24.5,-69.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 22686 + type: ComputerSurveillanceCameraMonitor + components: + - pos: -23.5,-69.5 + parent: 864 + type: Transform +- uid: 22687 + type: Firelock + components: + - pos: -16.5,-69.5 + parent: 864 + type: Transform +- uid: 22688 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 31.5,-62.5 + parent: 864 + type: Transform +- uid: 22689 + type: ClothingHeadHatGreensoft + components: + - pos: 31.51696,-61.276703 + parent: 864 + type: Transform +- uid: 22690 + type: DrinkIrishCoffeeGlass + components: + - pos: 31.04821,-61.292328 + parent: 864 + type: Transform +- uid: 22691 + type: VendingMachineChang + components: + - pos: -2.5,-31.5 + parent: 864 + type: Transform +- uid: 22692 + type: FoodBakedCookieRaisin + components: + - pos: -2.526709,-33.523388 + parent: 864 + type: Transform +- uid: 22693 + type: Table + components: + - pos: -2.5,-33.5 + parent: 864 + type: Transform +- uid: 22694 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-34.5 + parent: 864 + type: Transform +- uid: 22695 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-33.5 + parent: 864 + type: Transform +- uid: 22696 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -18.5,-32.5 + parent: 864 + type: Transform +- uid: 22697 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-60.5 + parent: 864 + type: Transform +- uid: 22698 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-61.5 + parent: 864 + type: Transform +- uid: 22699 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-62.5 + parent: 864 + type: Transform +- uid: 22700 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-63.5 + parent: 864 + type: Transform +- uid: 22701 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-64.5 + parent: 864 + type: Transform +- uid: 22702 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-67.5 + parent: 864 + type: Transform +- uid: 22703 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 9.5,-67.5 + parent: 864 + type: Transform +- uid: 22704 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-67.5 + parent: 864 + type: Transform +- uid: 22705 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-67.5 + parent: 864 + type: Transform +- uid: 22706 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 12.5,-67.5 + parent: 864 + type: Transform +- uid: 22707 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 13.5,-67.5 + parent: 864 + type: Transform +- uid: 22708 + type: Catwalk + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-67.5 + parent: 864 + type: Transform +- uid: 22709 + type: d6Dice + components: + - rot: -1.5707963267948966 rad + pos: 25.74889,-69.29638 + parent: 864 + type: Transform +- uid: 22710 + type: RandomFoodBakedSingle + components: + - pos: -4.5,1.5 + parent: 864 + type: Transform +- uid: 22711 + type: RandomFoodBakedSingle + components: + - pos: -8.5,0.5 + parent: 864 + type: Transform +- uid: 22712 + type: RandomDrinkGlass + components: + - pos: -4.5,0.5 + parent: 864 + type: Transform +- uid: 22713 + type: RandomDrinkGlass + components: + - pos: -8.5,1.5 + parent: 864 + type: Transform +- uid: 22714 + type: TableReinforced + components: + - pos: -10.5,-61.5 + parent: 864 + type: Transform +- uid: 22715 + type: TableReinforced + components: + - pos: 0.5,-61.5 + parent: 864 + type: Transform +- uid: 22716 + type: TableReinforced + components: + - pos: -0.5,-61.5 + parent: 864 + type: Transform +- uid: 22717 + type: TableReinforced + components: + - pos: -11.5,-61.5 + parent: 864 + type: Transform +- uid: 22718 + type: TableReinforced + components: + - pos: -16.5,-61.5 + parent: 864 + type: Transform +- uid: 22719 + type: TableReinforced + components: + - pos: -17.5,-61.5 + parent: 864 + type: Transform +- uid: 22720 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 24.5,-40.5 + parent: 864 + type: Transform +- uid: 22721 + type: TableWood + components: + - pos: 27.5,-34.5 + parent: 864 + type: Transform +- uid: 22722 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 25.5,-58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 22723 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 25.5,-57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 22724 + type: ExtinguisherCabinetFilled + components: + - pos: 23.5,-51.5 + parent: 864 + type: Transform +- uid: 22725 + type: ClosetFireFilled + components: + - pos: 45.5,-71.5 + parent: 864 + type: Transform +- uid: 22726 + type: ClosetEmergencyFilledRandom + components: + - pos: 33.5,-71.5 + parent: 864 + type: Transform +- uid: 22727 + type: BannerNanotrasen + components: + - pos: 31.5,-39.5 + parent: 864 + type: Transform +- uid: 22728 + type: PosterLegitNanomichiAd + components: + - pos: -21.5,-27.5 + parent: 864 + type: Transform +- uid: 22729 + type: ClosetEmergencyFilledRandom + components: + - pos: -22.5,-6.5 + parent: 864 + type: Transform +- uid: 22730 + type: ClosetFireFilled + components: + - pos: -23.5,-6.5 + parent: 864 + type: Transform +- uid: 22731 + type: ToolboxEmergencyFilled + components: + - pos: -12.486199,-5.5686293 + parent: 864 + type: Transform +- uid: 22732 + type: ClothingBackpackMedical + components: + - pos: 0.5470823,-61.419598 + parent: 864 + type: Transform +- uid: 22733 + type: ClothingBackpackDuffelMedical + components: + - pos: -10.603486,-61.357098 + parent: 864 + type: Transform +- uid: 22734 + type: ClothingBackpackSatchelMedical + components: + - pos: -11.466913,-61.435223 + parent: 864 + type: Transform +- uid: 22735 + type: BoxLatexGloves + components: + - pos: -0.28067696,-61.388348 + parent: 864 + type: Transform +- uid: 22736 + type: Table + components: + - pos: 11.5,-66.5 + parent: 864 + type: Transform +- uid: 22737 + type: Table + components: + - pos: 12.5,-66.5 + parent: 864 + type: Transform +- uid: 22738 + type: Bucket + components: + - pos: 13.468333,-66.41357 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 22739 + type: FloodlightBroken + components: + - pos: 11.494867,-70.44923 + parent: 864 + type: Transform +- uid: 22740 + type: FoodPlateSmallTrash + components: + - pos: 12.393527,-66.326096 + parent: 864 + type: Transform +- uid: 22741 + type: BrokenBottle + components: + - rot: -1.5707963267948966 rad + pos: -6.571364,-73.41078 + parent: 864 + type: Transform +- uid: 22742 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-45.5 + parent: 864 + type: Transform +- uid: 22743 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-46.5 + parent: 864 + type: Transform +- uid: 22744 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: 11.5,-47.5 + parent: 864 + type: Transform +- uid: 22745 + type: ToolboxElectricalFilled + components: + - pos: 11.499983,-45.858242 + parent: 864 + type: Transform +- uid: 22746 + type: ToolboxEmergencyFilled + components: + - pos: 11.546858,-46.217617 + parent: 864 + type: Transform +- uid: 22747 + type: ToolboxMechanicalFilled + components: + - pos: 11.499983,-45.483242 + parent: 864 + type: Transform +- uid: 22748 + type: GasAnalyzer + components: + - pos: 11.464186,-46.97584 + parent: 864 + type: Transform +- uid: 22749 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 10.5,-47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 22750 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -8.5,22.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 22751 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -7.5,22.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 22752 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -6.5,22.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 22753 + type: ConveyorBeltAssembly + components: + - pos: -27.603226,-31.351301 + parent: 864 + type: Transform +- uid: 22754 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-67.5 + parent: 864 + type: Transform +- uid: 22755 + type: TableWood + components: + - pos: -33.5,-67.5 + parent: 864 + type: Transform +- uid: 22756 + type: WoodblockInstrument + components: + - pos: -47.491924,-64.51194 + parent: 864 + type: Transform +- uid: 22757 + type: CounterWoodFrame + components: + - pos: -47.5,-64.5 + parent: 864 + type: Transform +- uid: 22758 + type: WallSolid + components: + - pos: -27.5,-55.5 + parent: 864 + type: Transform +- uid: 22759 + type: Brutepack + components: + - pos: -16.507341,-61.437233 + parent: 864 + type: Transform +- uid: 22760 + type: ClosetMaintenanceFilledRandom + components: + - pos: -27.5,-67.5 + parent: 864 + type: Transform +- uid: 22761 + type: ClosetMaintenanceFilledRandom + components: + - pos: 39.5,-15.5 + parent: 864 + type: Transform +- uid: 22762 + type: VendingMachineSovietSoda + components: + - pos: 44.5,-15.5 + parent: 864 + type: Transform +- uid: 22763 + type: ClosetEmergencyFilledRandom + components: + - pos: 47.5,-15.5 + parent: 864 + type: Transform +- uid: 22764 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: 42.5,-13.5 + parent: 864 + type: Transform +- uid: 22765 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: 43.5,-13.5 + parent: 864 + type: Transform +- uid: 22766 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: 44.5,-13.5 + parent: 864 + type: Transform +- uid: 22767 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-13.5 + parent: 864 + type: Transform +- uid: 22768 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-13.5 + parent: 864 + type: Transform +- uid: 22769 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: 47.5,-13.5 + parent: 864 + type: Transform +- uid: 22770 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: 48.5,-13.5 + parent: 864 + type: Transform +- uid: 22771 + type: FirelockGlass + components: + - pos: 49.5,-13.5 + parent: 864 + type: Transform +- uid: 22772 + type: Rack + components: + - pos: 59.5,2.5 + parent: 864 + type: Transform +- uid: 22773 + type: MaintenanceToolSpawner + components: + - pos: 59.5,2.5 + parent: 864 + type: Transform +- uid: 22774 + type: MopBucket + components: + - pos: 15.4907,31.562498 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 22775 + type: AirlockMaintAtmoLocked + components: + - name: atmospherics + type: MetaData + - pos: -40.5,-31.5 + parent: 864 + type: Transform +- uid: 22776 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 22.5,16.5 + parent: 864 + type: Transform +- uid: 22777 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 21.5,16.5 + parent: 864 + type: Transform +- uid: 22778 + type: ClosetEmergencyFilledRandom + components: + - pos: 16.5,-5.5 + parent: 864 + type: Transform +- uid: 22779 + type: ClosetFireFilled + components: + - pos: 16.5,-6.5 + parent: 864 + type: Transform +- uid: 22780 + type: WardrobeYellowFilled + components: + - pos: -49.5,3.5 + parent: 864 + type: Transform +- uid: 22781 + type: WardrobeGreenFilled + components: + - pos: -48.5,3.5 + parent: 864 + type: Transform +- uid: 22782 + type: ClosetFireFilled + components: + - pos: -32.5,-0.5 + parent: 864 + type: Transform +- uid: 22783 + type: ClosetEmergencyFilledRandom + components: + - pos: -31.5,-0.5 + parent: 864 + type: Transform +- uid: 22784 + type: DisposalTrunk + components: + - pos: -12.5,8.5 + parent: 864 + type: Transform +- uid: 22785 + type: Table + components: + - pos: 7.5,-16.5 + parent: 864 + type: Transform +- uid: 22786 + type: Table + components: + - pos: 6.5,-16.5 + parent: 864 + type: Transform +- uid: 22787 + type: InflatableWallStack + components: + - pos: 7.4753633,-16.474928 + parent: 864 + type: Transform +- uid: 22788 + type: ToolboxMechanicalFilled + components: + - pos: 6.68027,-16.44672 + parent: 864 + type: Transform +- uid: 22789 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 35.5,-25.5 + parent: 864 + type: Transform +- uid: 22790 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 34.5,-25.5 + parent: 864 + type: Transform +- uid: 22791 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 33.5,-25.5 + parent: 864 + type: Transform +- uid: 22792 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 32.5,-25.5 + parent: 864 + type: Transform +- uid: 22793 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: 31.5,-25.5 + parent: 864 + type: Transform +- uid: 22794 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: 30.5,-25.5 + parent: 864 + type: Transform +- uid: 22795 + type: DisposalPipe + components: + - pos: 30.5,-24.5 + parent: 864 + type: Transform +- uid: 22796 + type: AirlockCommandGlassLocked + components: + - pos: 33.5,-25.5 + parent: 864 + type: Transform +- uid: 22797 + type: CarpetSBlue + components: + - pos: 32.5,-30.5 + parent: 864 + type: Transform +- uid: 22798 + type: TableWood + components: + - rot: -1.5707963267948966 rad + pos: 30.5,-27.5 + parent: 864 + type: Transform +- uid: 22799 + type: CableMV + components: + - pos: 29.5,-27.5 + parent: 864 + type: Transform +- uid: 22800 + type: CableApcExtension + components: + - pos: 29.5,-27.5 + parent: 864 + type: Transform +- uid: 22801 + type: CableApcExtension + components: + - pos: 29.5,-26.5 + parent: 864 + type: Transform +- uid: 22802 + type: CableApcExtension + components: + - pos: 29.5,-25.5 + parent: 864 + type: Transform +- uid: 22803 + type: WallReinforced + components: + - pos: 27.5,-26.5 + parent: 864 + type: Transform +- uid: 22804 + type: AirlockMaintCommandLocked + components: + - name: bridge + type: MetaData + - pos: 26.5,-26.5 + parent: 864 + type: Transform +- uid: 22805 + type: AirlockCaptainLocked + components: + - name: captain's quarters + type: MetaData + - pos: 28.5,-26.5 + parent: 864 + type: Transform +- uid: 22806 + type: TableReinforced + components: + - pos: -9.5,16.5 + parent: 864 + type: Transform +- uid: 22807 + type: NitrogenTankFilled + components: + - pos: -9.511479,16.495153 + parent: 864 + type: Transform +- uid: 22808 + type: AirlockMedicalGlassLocked + components: + - name: cryogenics + type: MetaData + - pos: -26.5,-72.5 + parent: 864 + type: Transform +- uid: 22809 + type: TableReinforced + components: + - pos: -16.5,-35.5 + parent: 864 + type: Transform +- uid: 22810 + type: TableReinforced + components: + - pos: -15.5,-35.5 + parent: 864 + type: Transform +- uid: 22811 + type: TableReinforced + components: + - pos: -14.5,-35.5 + parent: 864 + type: Transform +- uid: 22812 + type: Table + components: + - pos: -7.5,-30.5 + parent: 864 + type: Transform +- uid: 22813 + type: PottedPlant3 + components: + - pos: 54.5,-1.5 + parent: 864 + type: Transform +- uid: 22814 + type: PottedPlant5 + components: + - pos: 50.5,-1.5 + parent: 864 + type: Transform +- uid: 22815 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 32.5,-18.5 + parent: 864 + type: Transform +- uid: 22816 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 31.5,-18.5 + parent: 864 + type: Transform +- uid: 22817 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 30.5,-18.5 + parent: 864 + type: Transform +- uid: 22818 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 20.5,-18.5 + parent: 864 + type: Transform +- uid: 22819 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 19.5,-18.5 + parent: 864 + type: Transform +- uid: 22820 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 18.5,-18.5 + parent: 864 + type: Transform +- uid: 22821 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 22822 + type: ReinforcedWindow + components: + - pos: 24.5,-60.5 + parent: 864 + type: Transform +- uid: 22823 + type: VendingMachineCigs + components: + - pos: -13.5,8.5 + parent: 864 + type: Transform +- uid: 22824 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -17.5,8.5 + parent: 864 + type: Transform +- uid: 22825 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -12.5,5.5 + parent: 864 + type: Transform +- uid: 22826 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -12.5,6.5 + parent: 864 + type: Transform +- uid: 22827 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -12.5,7.5 + parent: 864 + type: Transform +- uid: 22828 + type: DisposalUnit + components: + - pos: -12.5,8.5 + parent: 864 + type: Transform +- uid: 22829 + type: WallSolid + components: + - pos: -21.5,-6.5 + parent: 864 + type: Transform +- uid: 22830 + type: WallSolid + components: + - pos: -25.5,-6.5 + parent: 864 + type: Transform +- uid: 22831 + type: Table + components: + - pos: -24.5,-6.5 + parent: 864 + type: Transform +- uid: 22832 + type: ClothingMaskGas + components: + - pos: -24.43692,-6.4687095 + parent: 864 + type: Transform +- uid: 22833 + type: EmergencyLight + components: + - pos: -17.5,7.5 + parent: 864 + type: Transform +- uid: 22834 + type: WallSolid + components: + - pos: -26.5,-6.5 + parent: 864 + type: Transform +- uid: 22835 + type: ToiletEmpty + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-7.5 + parent: 864 + type: Transform +- uid: 22836 + type: ClothingUniformJumpsuitJesterAlt + components: + - pos: 62.426746,53.491627 + parent: 864 + type: Transform +- uid: 22837 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 18.5,1.5 + parent: 864 + type: Transform +- uid: 22838 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 18.5,0.5 + parent: 864 + type: Transform +- uid: 22839 + type: DisposalPipe + components: + - pos: -39.5,22.5 + parent: 864 + type: Transform +- uid: 22840 + type: DisposalPipe + components: + - pos: -39.5,21.5 + parent: 864 + type: Transform +- uid: 22841 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -39.5,20.5 + parent: 864 + type: Transform +- uid: 22842 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -40.5,20.5 + parent: 864 + type: Transform +- uid: 22843 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -41.5,20.5 + parent: 864 + type: Transform +- uid: 22844 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -42.5,20.5 + parent: 864 + type: Transform +- uid: 22845 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -43.5,20.5 + parent: 864 + type: Transform +- uid: 22846 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -44.5,20.5 + parent: 864 + type: Transform +- uid: 22847 + type: DisposalPipe + components: + - pos: -44.5,19.5 + parent: 864 + type: Transform +- uid: 22848 + type: DisposalPipe + components: + - pos: -44.5,18.5 + parent: 864 + type: Transform +- uid: 22849 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: -44.5,17.5 + parent: 864 + type: Transform +- uid: 22850 + type: DisposalUnit + components: + - pos: -44.5,17.5 + parent: 864 + type: Transform +- uid: 22851 + type: WindoorCommandLocked + components: + - rot: 3.141592653589793 rad + pos: 28.5,-38.5 + parent: 864 + type: Transform +- uid: 22852 + type: CableApcExtension + components: + - pos: 31.5,-42.5 + parent: 864 + type: Transform +- uid: 22853 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: 28.5,-38.5 + parent: 864 + type: Transform +- uid: 22854 + type: ClosetFireFilled + components: + - pos: 2.5,-25.5 + parent: 864 + type: Transform +- uid: 22855 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 29.5,-38.5 + parent: 864 + type: Transform +- uid: 22856 + type: StoolBar + components: + - name: stool + type: MetaData + - rot: 3.141592653589793 rad + pos: -7.5,3.5 + parent: 864 + type: Transform +- uid: 22857 + type: Grille + components: + - pos: 26.5,-38.5 + parent: 864 + type: Transform +- uid: 22858 + type: StoolBar + components: + - name: stool + type: MetaData + - rot: 3.141592653589793 rad + pos: -8.5,3.5 + parent: 864 + type: Transform +- uid: 22859 + type: CableApcExtension + components: + - pos: 23.5,-39.5 + parent: 864 + type: Transform +- uid: 22860 + type: CableApcExtension + components: + - pos: 28.5,-40.5 + parent: 864 + type: Transform +- uid: 22861 + type: CableApcExtension + components: + - pos: 30.5,-42.5 + parent: 864 + type: Transform +- uid: 22862 + type: CableApcExtension + components: + - pos: 28.5,-41.5 + parent: 864 + type: Transform +- uid: 22863 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 25.5,-42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 22864 + type: DrinkWaterCup + components: + - pos: -9.380106,-35.52635 + parent: 864 + type: Transform +- uid: 22865 + type: DrinkWaterCup + components: + - pos: -9.380106,-35.52635 + parent: 864 + type: Transform +- uid: 22866 + type: DrinkWaterCup + components: + - pos: -9.380106,-35.52635 + parent: 864 + type: Transform +- uid: 22867 + type: DrinkWaterCup + components: + - pos: -9.380106,-35.52635 + parent: 864 + type: Transform +- uid: 22868 + type: DrinkWaterCup + components: + - pos: -9.380106,-35.52635 + parent: 864 + type: Transform +- uid: 22869 + type: PosterLegitCarbonDioxide + components: + - pos: 46.5,-55.5 + parent: 864 + type: Transform +- uid: 22870 + type: PosterLegit50thAnniversaryVintageReprint + components: + - pos: 44.5,-34.5 + parent: 864 + type: Transform +- uid: 22871 + type: PosterLegitIonRifle + components: + - pos: 29.5,33.5 + parent: 864 + type: Transform +- uid: 22872 + type: PosterLegitNanotrasenLogo + components: + - pos: 28.5,-31.5 + parent: 864 + type: Transform +- uid: 22873 + type: PosterLegitNanotrasenLogo + components: + - pos: 25.5,-33.5 + parent: 864 + type: Transform +- uid: 22874 + type: Rack + components: + - pos: 18.5,-27.5 + parent: 864 + type: Transform +- uid: 22875 + type: Table + components: + - pos: 18.5,-30.5 + parent: 864 + type: Transform +- uid: 22876 + type: MaintenanceToolSpawner + components: + - pos: 18.5,-30.5 + parent: 864 + type: Transform +- uid: 22877 + type: MaintenanceWeaponSpawner + components: + - pos: 18.5,-27.5 + parent: 864 + type: Transform +- uid: 22878 + type: RandomPosterContraband + components: + - pos: -24.5,-43.5 + parent: 864 + type: Transform +- uid: 22879 + type: RandomPosterContraband + components: + - pos: -25.5,-37.5 + parent: 864 + type: Transform +- uid: 22880 + type: RandomPosterContraband + components: + - pos: -13.5,-32.5 + parent: 864 + type: Transform +- uid: 22881 + type: RandomPosterContraband + components: + - pos: -15.5,-30.5 + parent: 864 + type: Transform +- uid: 22882 + type: RandomPosterContraband + components: + - pos: 8.5,-32.5 + parent: 864 + type: Transform +- uid: 22883 + type: RandomPosterContraband + components: + - pos: 4.5,-36.5 + parent: 864 + type: Transform +- uid: 22884 + type: RandomPosterContraband + components: + - pos: 16.5,-49.5 + parent: 864 + type: Transform +- uid: 22885 + type: RandomPosterContraband + components: + - pos: 11.5,-48.5 + parent: 864 + type: Transform +- uid: 22886 + type: RandomPosterContraband + components: + - pos: 12.5,-54.5 + parent: 864 + type: Transform +- uid: 22887 + type: RandomPosterContraband + components: + - pos: 13.5,-63.5 + parent: 864 + type: Transform +- uid: 22888 + type: RandomPosterContraband + components: + - pos: 41.5,-50.5 + parent: 864 + type: Transform +- uid: 22889 + type: RandomPosterContraband + components: + - pos: 37.5,-47.5 + parent: 864 + type: Transform +- uid: 22890 + type: RandomPosterContraband + components: + - pos: 63.5,-28.5 + parent: 864 + type: Transform +- uid: 22891 + type: RandomPosterContraband + components: + - pos: 61.5,-16.5 + parent: 864 + type: Transform +- uid: 22892 + type: RandomPosterContraband + components: + - pos: 55.5,1.5 + parent: 864 + type: Transform +- uid: 22893 + type: PosterContrabandWehWatches + components: + - pos: 55.5,-4.5 + parent: 864 + type: Transform +- uid: 22894 + type: WallmountTelevision + components: + - pos: 17.5,9.5 + parent: 864 + type: Transform +- uid: 22895 + type: PosterContrabandDDayPromo + components: + - pos: 14.5,33.5 + parent: 864 + type: Transform +- uid: 22896 + type: PosterContrabandGotWood + components: + - pos: 8.5,25.5 + parent: 864 + type: Transform +- uid: 22897 + type: WallReinforced + components: + - pos: 59.5,50.5 + parent: 864 + type: Transform +- uid: 22898 + type: PosterContrabandKosmicheskayaStantsiya + components: + - pos: -25.5,-63.5 + parent: 864 + type: Transform +- uid: 22899 + type: PosterContrabandPwrGame + components: + - pos: -41.5,-40.5 + parent: 864 + type: Transform +- uid: 22900 + type: PosterContrabandPower + components: + - pos: -61.5,-22.5 + parent: 864 + type: Transform +- uid: 22901 + type: PosterContrabandRedRum + components: + - pos: 12.5,15.5 + parent: 864 + type: Transform +- uid: 22902 + type: PosterContrabandRobustSoftdrinks + components: + - pos: -6.5,-31.5 + parent: 864 + type: Transform +- uid: 22903 + type: PaintingTheGreatWave + components: + - pos: 30.5,-26.5 + parent: 864 + type: Transform +- uid: 22904 + type: Grille + components: + - pos: 20.5,-35.5 + parent: 864 + type: Transform +- uid: 22905 + type: Grille + components: + - pos: 20.5,-36.5 + parent: 864 + type: Transform +- uid: 22906 + type: RandomSpawner + components: + - pos: 22.5,7.5 + parent: 864 + type: Transform +- uid: 22907 + type: RandomSpawner + components: + - rot: -1.5707963267948966 rad + pos: 26.5,6.5 + parent: 864 + type: Transform +- uid: 22908 + type: RandomSpawner + components: + - pos: 26.5,-18.5 + parent: 864 + type: Transform +- uid: 22909 + type: RandomSpawner + components: + - rot: -1.5707963267948966 rad + pos: 14.5,-27.5 + parent: 864 + type: Transform +- uid: 22910 + type: DisposalTrunk + components: + - pos: 20.5,-39.5 + parent: 864 + type: Transform +- uid: 22911 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: 20.5,-40.5 + parent: 864 + type: Transform +- uid: 22912 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: 19.5,-40.5 + parent: 864 + type: Transform +- uid: 22913 + type: DisposalUnit + components: + - pos: 20.5,-39.5 + parent: 864 + type: Transform +- uid: 22914 + type: PosterLegitSafetyInternals + components: + - pos: 24.5,-54.5 + parent: 864 + type: Transform +- uid: 22915 + type: PosterLegitReportCrimes + components: + - pos: 30.5,-46.5 + parent: 864 + type: Transform +- uid: 22916 + type: SignRedThree + components: + - pos: 39.5,17.5 + parent: 864 + type: Transform +- uid: 22917 + type: PosterLegitStateLaws + components: + - pos: 37.5,-32.5 + parent: 864 + type: Transform +- uid: 22918 + type: PosterContrabandClown + components: + - pos: 2.5,-8.5 + parent: 864 + type: Transform +- uid: 22919 + type: PosterContrabandClown + components: + - pos: 3.5,-13.5 + parent: 864 + type: Transform +- uid: 22920 + type: PosterContrabandCommunistState + components: + - pos: 0.5,-15.5 + parent: 864 + type: Transform +- uid: 22921 + type: PaintingSkeletonBoof + components: + - pos: 9.5,-3.5 + parent: 864 + type: Transform +- uid: 22922 + type: PaintingMonkey + components: + - pos: 13.5,-9.5 + parent: 864 + type: Transform +- uid: 22923 + type: PowerCellRecharger + components: + - pos: -26.5,-23.5 + parent: 864 + type: Transform +- uid: 22924 + type: SignCanisters + components: + - pos: 47.5,-50.5 + parent: 864 + type: Transform +- uid: 22925 + type: SignConference + components: + - pos: 22.5,-26.5 + parent: 864 + type: Transform +- uid: 22926 + type: SignEngine + components: + - pos: -43.5,-9.5 + parent: 864 + type: Transform +- uid: 22927 + type: SignLaserMed + components: + - pos: -62.5,-22.5 + parent: 864 + type: Transform +- uid: 22928 + type: SignLaserMed + components: + - pos: -70.5,-22.5 + parent: 864 + type: Transform +- uid: 22929 + type: SignLaserMed + components: + - pos: -62.5,-29.5 + parent: 864 + type: Transform +- uid: 22930 + type: SignMagneticsMed + components: + - pos: -47.5,27.5 + parent: 864 + type: Transform +- uid: 22931 + type: SignSomethingOld2 + components: + - pos: -42.5,26.5 + parent: 864 + type: Transform +- uid: 22932 + type: SignSomethingOld + components: + - pos: -29.5,2.5 + parent: 864 + type: Transform +- uid: 22933 + type: CableApcExtension + components: + - pos: 38.5,-60.5 + parent: 864 + type: Transform +- uid: 22934 + type: CableApcExtension + components: + - pos: 38.5,-61.5 + parent: 864 + type: Transform +- uid: 22935 + type: CableApcExtension + components: + - pos: 38.5,-62.5 + parent: 864 + type: Transform +- uid: 22936 + type: CableApcExtension + components: + - pos: 38.5,-63.5 + parent: 864 + type: Transform +- uid: 22937 + type: CableApcExtension + components: + - pos: 38.5,-64.5 + parent: 864 + type: Transform +- uid: 22938 + type: CableApcExtension + components: + - pos: 38.5,-65.5 + parent: 864 + type: Transform +- uid: 22939 + type: CableApcExtension + components: + - pos: 38.5,-66.5 + parent: 864 + type: Transform +- uid: 22940 + type: CableApcExtension + components: + - pos: 38.5,-67.5 + parent: 864 + type: Transform +- uid: 22941 + type: CableApcExtension + components: + - pos: 38.5,-68.5 + parent: 864 + type: Transform +- uid: 22942 + type: CableApcExtension + components: + - pos: 38.5,-69.5 + parent: 864 + type: Transform +- uid: 22943 + type: CableApcExtension + components: + - pos: 38.5,-70.5 + parent: 864 + type: Transform +- uid: 22944 + type: CableApcExtension + components: + - pos: 38.5,-71.5 + parent: 864 + type: Transform +- uid: 22945 + type: CableApcExtension + components: + - pos: 14.5,-64.5 + parent: 864 + type: Transform +- uid: 22946 + type: CableApcExtension + components: + - pos: 14.5,-63.5 + parent: 864 + type: Transform +- uid: 22947 + type: CableApcExtension + components: + - pos: 14.5,-62.5 + parent: 864 + type: Transform +- uid: 22948 + type: CableApcExtension + components: + - pos: 14.5,-61.5 + parent: 864 + type: Transform +- uid: 22949 + type: CableApcExtension + components: + - pos: 14.5,-60.5 + parent: 864 + type: Transform +- uid: 22950 + type: CableApcExtension + components: + - pos: 14.5,-59.5 + parent: 864 + type: Transform +- uid: 22951 + type: CableApcExtension + components: + - pos: 14.5,-58.5 + parent: 864 + type: Transform +- uid: 22952 + type: CableApcExtension + components: + - pos: 10.5,-64.5 + parent: 864 + type: Transform +- uid: 22953 + type: CableApcExtension + components: + - pos: 11.5,-64.5 + parent: 864 + type: Transform +- uid: 22954 + type: CableApcExtension + components: + - pos: 12.5,-64.5 + parent: 864 + type: Transform +- uid: 22955 + type: CableApcExtension + components: + - pos: 12.5,-63.5 + parent: 864 + type: Transform +- uid: 22956 + type: CableApcExtension + components: + - pos: 12.5,-62.5 + parent: 864 + type: Transform +- uid: 22957 + type: CableApcExtension + components: + - pos: 12.5,-61.5 + parent: 864 + type: Transform +- uid: 22958 + type: CableApcExtension + components: + - pos: 12.5,-60.5 + parent: 864 + type: Transform +- uid: 22959 + type: CableApcExtension + components: + - pos: 12.5,-59.5 + parent: 864 + type: Transform +- uid: 22960 + type: CableApcExtension + components: + - pos: 12.5,-58.5 + parent: 864 + type: Transform +- uid: 22961 + type: CableApcExtension + components: + - pos: 12.5,-57.5 + parent: 864 + type: Transform +- uid: 22962 + type: CableApcExtension + components: + - pos: 12.5,-56.5 + parent: 864 + type: Transform +- uid: 22963 + type: CableApcExtension + components: + - pos: 14.5,-57.5 + parent: 864 + type: Transform +- uid: 22964 + type: CableApcExtension + components: + - pos: 13.5,-57.5 + parent: 864 + type: Transform +- uid: 22965 + type: CableApcExtension + components: + - pos: -33.5,-71.5 + parent: 864 + type: Transform +- uid: 22966 + type: CableApcExtension + components: + - pos: -33.5,-72.5 + parent: 864 + type: Transform +- uid: 22967 + type: WallReinforced + components: + - pos: -32.5,-73.5 + parent: 864 + type: Transform +- uid: 22968 + type: ChairOfficeDark + components: + - pos: -33.5,-69.5 + parent: 864 + type: Transform +- uid: 22969 + type: ChairFolding + components: + - pos: -34.5,-69.5 + parent: 864 + type: Transform +- uid: 22970 + type: Rack + components: + - pos: -34.5,-72.5 + parent: 864 + type: Transform +- uid: 22971 + type: Rack + components: + - pos: -33.5,-72.5 + parent: 864 + type: Transform +- uid: 22972 + type: GasPipeStraight + components: + - pos: -30.5,-72.5 + parent: 864 + type: Transform +- uid: 22973 + type: GasPipeStraight + components: + - pos: -30.5,-71.5 + parent: 864 + type: Transform +- uid: 22974 + type: UnfinishedMachineFrame + components: + - pos: -30.5,-69.5 + parent: 864 + type: Transform +- uid: 22975 + type: OxygenCanister + components: + - pos: -29.5,-75.5 + parent: 864 + type: Transform +- uid: 22976 + type: NitrogenCanister + components: + - pos: -28.5,-75.5 + parent: 864 + type: Transform +- uid: 22977 + type: WallSolid + components: + - pos: -30.5,-68.5 + parent: 864 + type: Transform +- uid: 22978 + type: CableApcExtension + components: + - pos: -26.5,-72.5 + parent: 864 + type: Transform +- uid: 22979 + type: CableApcExtension + components: + - pos: -27.5,-72.5 + parent: 864 + type: Transform +- uid: 22980 + type: CableApcExtension + components: + - pos: -28.5,-72.5 + parent: 864 + type: Transform +- uid: 22981 + type: CableApcExtension + components: + - pos: -29.5,-72.5 + parent: 864 + type: Transform +- uid: 22982 + type: CableApcExtension + components: + - pos: -30.5,-72.5 + parent: 864 + type: Transform +- uid: 22983 + type: CableApcExtension + components: + - pos: -30.5,-71.5 + parent: 864 + type: Transform +- uid: 22984 + type: CableApcExtension + components: + - pos: -30.5,-70.5 + parent: 864 + type: Transform +- uid: 22985 + type: CableApcExtension + components: + - pos: -30.5,-69.5 + parent: 864 + type: Transform +- uid: 22986 + type: CableApcExtension + components: + - pos: -29.5,-69.5 + parent: 864 + type: Transform +- uid: 22987 + type: CableApcExtension + components: + - pos: -28.5,-69.5 + parent: 864 + type: Transform +- uid: 22988 + type: CableApcExtension + components: + - pos: -27.5,-69.5 + parent: 864 + type: Transform +- uid: 22989 + type: CableApcExtension + components: + - pos: -27.5,-70.5 + parent: 864 + type: Transform +- uid: 22990 + type: CableApcExtension + components: + - pos: -27.5,-71.5 + parent: 864 + type: Transform +- uid: 22991 + type: CableApcExtension + components: + - pos: -27.5,-73.5 + parent: 864 + type: Transform +- uid: 22992 + type: CableApcExtension + components: + - pos: -27.5,-74.5 + parent: 864 + type: Transform +- uid: 22993 + type: CableApcExtension + components: + - pos: -27.5,-75.5 + parent: 864 + type: Transform +- uid: 22994 + type: CableApcExtension + components: + - pos: -28.5,-75.5 + parent: 864 + type: Transform +- uid: 22995 + type: CableApcExtension + components: + - pos: -29.5,-75.5 + parent: 864 + type: Transform +- uid: 22996 + type: CableApcExtension + components: + - pos: -30.5,-75.5 + parent: 864 + type: Transform +- uid: 22997 + type: CableApcExtension + components: + - pos: -30.5,-74.5 + parent: 864 + type: Transform +- uid: 22998 + type: CableApcExtension + components: + - pos: -30.5,-73.5 + parent: 864 + type: Transform +- uid: 22999 + type: FirelockGlass + components: + - pos: -24.5,-74.5 + parent: 864 + type: Transform +- uid: 23000 + type: Table + components: + - pos: -31.5,-72.5 + parent: 864 + type: Transform +- uid: 23001 + type: Table + components: + - pos: -31.5,-73.5 + parent: 864 + type: Transform +- uid: 23002 + type: Table + components: + - pos: -31.5,-74.5 + parent: 864 + type: Transform +- uid: 23003 + type: computerBodyScanner + components: + - pos: -29.5,-69.5 + parent: 864 + type: Transform +- uid: 23004 + type: GasPipeStraight + components: + - pos: -30.5,-70.5 + parent: 864 + type: Transform +- uid: 23005 + type: MedkitFilled + components: + - pos: -31.470774,-74.298004 + parent: 864 + type: Transform +- uid: 23006 + type: ClothingBackpackVirology + components: + - pos: -31.470774,-73.391754 + parent: 864 + type: Transform +- uid: 23007 + type: Multitool + components: + - pos: -31.423899,-72.673004 + parent: 864 + type: Transform +- uid: 23008 + type: Firelock + components: + - pos: -35.5,-70.5 + parent: 864 + type: Transform +- uid: 23009 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -27.5,-71.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 23010 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -31.5,-73.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 23011 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-69.5 + parent: 864 + type: Transform +- uid: 23012 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-69.5 + parent: 864 + type: Transform +- uid: 23013 + type: OxygenTankFilled + components: + - rot: 1.5707963267948966 rad + pos: -28.401955,-69.388054 + parent: 864 + type: Transform +- uid: 23014 + type: NitrogenTankFilled + components: + - rot: 1.5707963267948966 rad + pos: -27.776955,-69.43493 + parent: 864 + type: Transform +- uid: 23015 + type: FirelockGlass + components: + - pos: 3.5,-62.5 + parent: 864 + type: Transform +- uid: 23016 + type: FirelockGlass + components: + - pos: -51.5,-21.5 + parent: 864 + type: Transform +- uid: 23017 + type: FirelockGlass + components: + - pos: -40.5,-11.5 + parent: 864 + type: Transform +- uid: 23018 + type: FirelockGlass + components: + - pos: -43.5,-10.5 + parent: 864 + type: Transform +- uid: 23019 + type: FirelockGlass + components: + - pos: -43.5,-11.5 + parent: 864 + type: Transform +- uid: 23020 + type: FirelockGlass + components: + - pos: -36.5,-14.5 + parent: 864 + type: Transform +- uid: 23021 + type: FirelockGlass + components: + - pos: -13.5,-51.5 + parent: 864 + type: Transform +- uid: 23022 + type: FirelockGlass + components: + - pos: 5.5,-58.5 + parent: 864 + type: Transform +- uid: 23023 + type: FirelockGlass + components: + - pos: 22.5,19.5 + parent: 864 + type: Transform +- uid: 23024 + type: Grille + components: + - pos: 10.5,18.5 + parent: 864 + type: Transform +- uid: 23025 + type: Grille + components: + - pos: 12.5,18.5 + parent: 864 + type: Transform +- uid: 23026 + type: Firelock + components: + - pos: 3.5,17.5 + parent: 864 + type: Transform +- uid: 23027 + type: Firelock + components: + - pos: 3.5,16.5 + parent: 864 + type: Transform +- uid: 23028 + type: FirelockGlass + components: + - pos: 6.5,18.5 + parent: 864 + type: Transform +- uid: 23029 + type: FireAlarm + components: + - rot: 1.5707963267948966 rad + pos: 27.5,15.5 + parent: 864 + type: Transform + - devices: + - 9783 + - 2753 + - 4412 + - 1084 + - 8779 + - 7283 + - 6165 + - 2787 + - 10618 + - 9782 + - 26680 + - 26677 + type: DeviceList +- uid: 23030 + type: AirlockBrigGlassLocked + components: + - rot: 1.5707963267948966 rad + pos: 43.5,14.5 + parent: 864 + type: Transform +- uid: 23031 + type: AirlockBrigGlassLocked + components: + - rot: 1.5707963267948966 rad + pos: 43.5,15.5 + parent: 864 + type: Transform +- uid: 23032 + type: FirelockGlass + components: + - pos: -26.5,-72.5 + parent: 864 + type: Transform +- uid: 23033 + type: FirelockGlass + components: + - pos: -18.5,-74.5 + parent: 864 + type: Transform +- uid: 23034 + type: FirelockGlass + components: + - pos: -20.5,-83.5 + parent: 864 + type: Transform +- uid: 23035 + type: FireAlarm + components: + - pos: -17.5,-68.5 + parent: 864 + type: Transform + - devices: + - 8969 + - 23033 + - 22999 + - 23032 + - 17 + - 22687 + type: DeviceList +- uid: 23036 + type: AirSensor + components: + - pos: 42.5,-42.5 + parent: 864 + type: Transform +- uid: 23037 + type: FireAlarm + components: + - pos: 46.5,-40.5 + parent: 864 + type: Transform + - devices: + - 11226 + - 11229 + - 11917 + - 11130 + - 11813 + - 11812 + - 11811 + - 11807 + - 11808 + - 11809 + - 23036 + type: DeviceList +- uid: 23038 + type: FirelockGlass + components: + - pos: 54.5,-44.5 + parent: 864 + type: Transform +- uid: 23039 + type: FirelockGlass + components: + - pos: 54.5,-45.5 + parent: 864 + type: Transform +- uid: 23040 + type: FirelockGlass + components: + - pos: 58.5,-44.5 + parent: 864 + type: Transform +- uid: 23041 + type: FirelockGlass + components: + - pos: 58.5,-45.5 + parent: 864 + type: Transform +- uid: 23042 + type: AirlockMaintLocked + components: + - pos: 11.5,32.5 + parent: 864 + type: Transform +- uid: 23043 + type: WallSolid + components: + - pos: -17.5,32.5 + parent: 864 + type: Transform +- uid: 23044 + type: WallSolid + components: + - pos: -18.5,32.5 + parent: 864 + type: Transform +- uid: 23045 + type: WallSolid + components: + - pos: -19.5,32.5 + parent: 864 + type: Transform +- uid: 23046 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 39.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23047 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 39.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23048 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 46.5,50.5 + parent: 864 + type: Transform +- uid: 23049 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 45.5,50.5 + parent: 864 + type: Transform +- uid: 23050 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 44.5,50.5 + parent: 864 + type: Transform +- uid: 23051 + type: WallReinforced + components: + - pos: 44.5,47.5 + parent: 864 + type: Transform +- uid: 23052 + type: WallReinforced + components: + - pos: 44.5,48.5 + parent: 864 + type: Transform +- uid: 23053 + type: WallReinforced + components: + - pos: 48.5,44.5 + parent: 864 + type: Transform +- uid: 23054 + type: WallReinforced + components: + - pos: 47.5,44.5 + parent: 864 + type: Transform +- uid: 23055 + type: WallReinforced + components: + - pos: 47.5,43.5 + parent: 864 + type: Transform +- uid: 23056 + type: ReinforcedWindow + components: + - pos: 46.5,43.5 + parent: 864 + type: Transform +- uid: 23057 + type: WallReinforced + components: + - pos: 45.5,43.5 + parent: 864 + type: Transform +- uid: 23058 + type: WallReinforced + components: + - pos: 44.5,43.5 + parent: 864 + type: Transform +- uid: 23059 + type: WallReinforced + components: + - pos: 59.5,51.5 + parent: 864 + type: Transform +- uid: 23060 + type: WallReinforced + components: + - pos: 59.5,52.5 + parent: 864 + type: Transform +- uid: 23061 + type: WallReinforced + components: + - pos: 59.5,53.5 + parent: 864 + type: Transform +- uid: 23062 + type: WallReinforced + components: + - pos: 58.5,53.5 + parent: 864 + type: Transform +- uid: 23063 + type: WallReinforced + components: + - pos: 57.5,53.5 + parent: 864 + type: Transform +- uid: 23064 + type: WallReinforced + components: + - pos: 51.5,53.5 + parent: 864 + type: Transform +- uid: 23065 + type: WallReinforced + components: + - pos: 50.5,53.5 + parent: 864 + type: Transform +- uid: 23066 + type: WallReinforced + components: + - pos: 49.5,53.5 + parent: 864 + type: Transform +- uid: 23067 + type: WallReinforced + components: + - pos: 49.5,52.5 + parent: 864 + type: Transform +- uid: 23068 + type: WallReinforced + components: + - pos: 49.5,51.5 + parent: 864 + type: Transform +- uid: 23069 + type: AirlockMaintGlass + components: + - pos: 54.5,40.5 + parent: 864 + type: Transform +- uid: 23070 + type: AirlockMaintGlass + components: + - pos: 54.5,54.5 + parent: 864 + type: Transform +- uid: 23071 + type: Table + components: + - pos: 53.5,60.5 + parent: 864 + type: Transform +- uid: 23072 + type: Table + components: + - pos: 54.5,60.5 + parent: 864 + type: Transform +- uid: 23073 + type: Table + components: + - pos: 55.5,60.5 + parent: 864 + type: Transform +- uid: 23074 + type: ClothingOuterHardsuitEVA + components: + - pos: 55.34157,60.67565 + parent: 864 + type: Transform +- uid: 23075 + type: ClothingHeadHelmetEVA + components: + - pos: 55.06032,60.61315 + parent: 864 + type: Transform +- uid: 23076 + type: ClothingHandsGlovesColorYellow + components: + - pos: 54.40407,60.5819 + parent: 864 + type: Transform +- uid: 23077 + type: SpawnMobBear + components: + - rot: 1.5707963267948966 rad + pos: 65.5,49.5 + parent: 864 + type: Transform +- uid: 23078 + type: Crowbar + components: + - rot: 6.283185307179586 rad + pos: 57.539654,47.47334 + parent: 864 + type: Transform +- uid: 23079 + type: WallSolid + components: + - pos: 55.5,39.5 + parent: 864 + type: Transform +- uid: 23080 + type: WallSolid + components: + - pos: 53.5,39.5 + parent: 864 + type: Transform +- uid: 23081 + type: WallSolid + components: + - pos: 55.5,38.5 + parent: 864 + type: Transform +- uid: 23082 + type: WallSolid + components: + - pos: 53.5,38.5 + parent: 864 + type: Transform +- uid: 23083 + type: WallSolid + components: + - pos: 52.5,38.5 + parent: 864 + type: Transform +- uid: 23084 + type: WallSolid + components: + - pos: 51.5,38.5 + parent: 864 + type: Transform +- uid: 23085 + type: WallSolid + components: + - pos: 50.5,38.5 + parent: 864 + type: Transform +- uid: 23086 + type: BannerRevolution + components: + - pos: 55.5,58.5 + parent: 864 + type: Transform +- uid: 23087 + type: WallSolid + components: + - pos: 55.5,36.5 + parent: 864 + type: Transform +- uid: 23088 + type: WallSolid + components: + - pos: 55.5,35.5 + parent: 864 + type: Transform +- uid: 23089 + type: WallSolid + components: + - pos: 55.5,34.5 + parent: 864 + type: Transform +- uid: 23090 + type: WallSolid + components: + - pos: 54.5,34.5 + parent: 864 + type: Transform +- uid: 23091 + type: WallSolid + components: + - pos: 53.5,34.5 + parent: 864 + type: Transform +- uid: 23092 + type: WallSolid + components: + - pos: 51.5,34.5 + parent: 864 + type: Transform +- uid: 23093 + type: WallSolid + components: + - pos: 50.5,34.5 + parent: 864 + type: Transform +- uid: 23094 + type: WallSolid + components: + - pos: 50.5,35.5 + parent: 864 + type: Transform +- uid: 23095 + type: WallSolid + components: + - pos: 50.5,36.5 + parent: 864 + type: Transform +- uid: 23096 + type: WallSolid + components: + - pos: 50.5,37.5 + parent: 864 + type: Transform +- uid: 23097 + type: WallSolid + components: + - pos: 51.5,33.5 + parent: 864 + type: Transform +- uid: 23098 + type: WallSolid + components: + - pos: 51.5,32.5 + parent: 864 + type: Transform +- uid: 23099 + type: WallSolid + components: + - pos: 53.5,33.5 + parent: 864 + type: Transform +- uid: 23100 + type: WallSolid + components: + - pos: 53.5,32.5 + parent: 864 + type: Transform +- uid: 23101 + type: WallSolid + components: + - pos: 53.5,31.5 + parent: 864 + type: Transform +- uid: 23102 + type: WallSolid + components: + - pos: 53.5,30.5 + parent: 864 + type: Transform +- uid: 23103 + type: WallSolid + components: + - pos: 52.5,30.5 + parent: 864 + type: Transform +- uid: 23104 + type: WallSolid + components: + - pos: 51.5,30.5 + parent: 864 + type: Transform +- uid: 23105 + type: WallSolid + components: + - pos: 49.5,30.5 + parent: 864 + type: Transform +- uid: 23106 + type: WallSolid + components: + - pos: 50.5,30.5 + parent: 864 + type: Transform +- uid: 23107 + type: WallSolid + components: + - pos: 49.5,34.5 + parent: 864 + type: Transform +- uid: 23108 + type: WallSolid + components: + - pos: 48.5,34.5 + parent: 864 + type: Transform +- uid: 23109 + type: WallSolid + components: + - pos: 47.5,30.5 + parent: 864 + type: Transform +- uid: 23110 + type: WallSolid + components: + - pos: 47.5,29.5 + parent: 864 + type: Transform +- uid: 23111 + type: WallSolid + components: + - pos: 47.5,28.5 + parent: 864 + type: Transform +- uid: 23112 + type: WallSolid + components: + - pos: 47.5,27.5 + parent: 864 + type: Transform +- uid: 23113 + type: WallSolid + components: + - pos: 49.5,27.5 + parent: 864 + type: Transform +- uid: 23114 + type: WallSolid + components: + - pos: 50.5,27.5 + parent: 864 + type: Transform +- uid: 23115 + type: WallSolid + components: + - pos: 51.5,27.5 + parent: 864 + type: Transform +- uid: 23116 + type: WallSolid + components: + - pos: 51.5,28.5 + parent: 864 + type: Transform +- uid: 23117 + type: WallSolid + components: + - pos: 51.5,29.5 + parent: 864 + type: Transform +- uid: 23118 + type: WallReinforced + components: + - pos: 61.5,30.5 + parent: 864 + type: Transform +- uid: 23119 + type: WallSolid + components: + - pos: 60.5,27.5 + parent: 864 + type: Transform +- uid: 23120 + type: WallSolid + components: + - pos: 59.5,27.5 + parent: 864 + type: Transform +- uid: 23121 + type: WallSolid + components: + - pos: 57.5,27.5 + parent: 864 + type: Transform +- uid: 23122 + type: WallSolid + components: + - pos: 56.5,27.5 + parent: 864 + type: Transform +- uid: 23123 + type: WallReinforced + components: + - pos: 61.5,27.5 + parent: 864 + type: Transform +- uid: 23124 + type: WallReinforced + components: + - pos: 61.5,28.5 + parent: 864 + type: Transform +- uid: 23125 + type: WallReinforced + components: + - pos: 61.5,29.5 + parent: 864 + type: Transform +- uid: 23126 + type: AirlockMaintGlassLocked + components: + - pos: 57.5,30.5 + parent: 864 + type: Transform +- uid: 23127 + type: WallSolid + components: + - pos: 59.5,30.5 + parent: 864 + type: Transform +- uid: 23128 + type: WallSolid + components: + - pos: 58.5,30.5 + parent: 864 + type: Transform +- uid: 23129 + type: WallSolid + components: + - pos: 56.5,30.5 + parent: 864 + type: Transform +- uid: 23130 + type: WallSolid + components: + - pos: 56.5,29.5 + parent: 864 + type: Transform +- uid: 23131 + type: WallSolid + components: + - pos: 56.5,28.5 + parent: 864 + type: Transform +- uid: 23132 + type: WallSolid + components: + - pos: 54.5,30.5 + parent: 864 + type: Transform +- uid: 23133 + type: WallSolid + components: + - pos: 55.5,30.5 + parent: 864 + type: Transform +- uid: 23134 + type: WallReinforced + components: + - pos: 59.5,31.5 + parent: 864 + type: Transform +- uid: 23135 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 59.5,33.5 + parent: 864 + type: Transform +- uid: 23136 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 59.5,32.5 + parent: 864 + type: Transform +- uid: 23137 + type: WallReinforced + components: + - pos: 59.5,34.5 + parent: 864 + type: Transform +- uid: 23138 + type: ReinforcedWindow + components: + - pos: 61.5,37.5 + parent: 864 + type: Transform +- uid: 23139 + type: WallSolid + components: + - pos: 58.5,35.5 + parent: 864 + type: Transform +- uid: 23140 + type: WallSolid + components: + - pos: 57.5,35.5 + parent: 864 + type: Transform +- uid: 23141 + type: BannerRevolution + components: + - pos: 53.5,58.5 + parent: 864 + type: Transform +- uid: 23142 + type: ChairPilotSeat + components: + - pos: 54.5,58.5 + parent: 864 + type: Transform +- uid: 23143 + type: Machete + components: + - pos: 53.631668,60.51433 + parent: 864 + type: Transform +- uid: 23144 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 44.5,19.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23145 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 45.5,21.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23146 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 45.5,22.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23147 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 45.5,23.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23148 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 45.5,24.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23149 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 45.5,25.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23150 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 45.5,26.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23151 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 44.5,21.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23152 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 44.5,22.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23153 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 44.5,23.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23154 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 44.5,24.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23155 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 44.5,25.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23156 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 44.5,20.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23157 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 45.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23158 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 44.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23159 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23160 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 47.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23161 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 45.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23162 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 46.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23163 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 47.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23164 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23165 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 49.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23166 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 50.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23167 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 51.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23168 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 52.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23169 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 53.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23170 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 48.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23171 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 49.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23172 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 50.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23173 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 51.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23174 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 52.5,27.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23175 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 54.5,26.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23176 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,28.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23177 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,29.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23178 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23179 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23180 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23181 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23182 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23183 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23184 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23185 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23186 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23187 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23188 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23189 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23190 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23191 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,27.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23192 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,28.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23193 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,29.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23194 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23195 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23196 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23197 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23198 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23199 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23200 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23201 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23202 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23203 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23204 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23205 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23206 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23207 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 54.5,43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23208 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 52.5,43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23209 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23210 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23211 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23212 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23213 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23214 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23215 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 54.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23216 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23217 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23218 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23219 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23220 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 54.5,55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23221 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23222 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23223 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23224 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23225 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23226 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 52.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23227 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,50.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23228 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23229 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23230 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23231 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23232 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 52.5,55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23233 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 51.5,43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23234 + type: GasVentScrubber + components: + - pos: 52.5,56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23235 + type: GasVentPump + components: + - pos: 54.5,56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23236 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 55.5,43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23237 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: 49.5,29.5 + parent: 864 + type: Transform +- uid: 23238 + type: AirlockEngineeringLocked + components: + - rot: -1.5707963267948966 rad + pos: 49.5,28.5 + parent: 864 + type: Transform +- uid: 23239 + type: SubstationBasic + components: + - pos: 50.5,29.5 + parent: 864 + type: Transform +- uid: 23240 + type: CableHV + components: + - pos: 33.5,22.5 + parent: 864 + type: Transform +- uid: 23241 + type: CableHV + components: + - pos: 34.5,22.5 + parent: 864 + type: Transform +- uid: 23242 + type: CableHV + components: + - pos: 35.5,22.5 + parent: 864 + type: Transform +- uid: 23243 + type: CableHV + components: + - pos: 36.5,22.5 + parent: 864 + type: Transform +- uid: 23244 + type: CableHV + components: + - pos: 36.5,23.5 + parent: 864 + type: Transform +- uid: 23245 + type: CableHV + components: + - pos: 37.5,23.5 + parent: 864 + type: Transform +- uid: 23246 + type: CableHV + components: + - pos: 38.5,23.5 + parent: 864 + type: Transform +- uid: 23247 + type: CableHV + components: + - pos: 39.5,23.5 + parent: 864 + type: Transform +- uid: 23248 + type: CableHV + components: + - pos: 40.5,23.5 + parent: 864 + type: Transform +- uid: 23249 + type: CableHV + components: + - pos: 41.5,23.5 + parent: 864 + type: Transform +- uid: 23250 + type: CableHV + components: + - pos: 42.5,23.5 + parent: 864 + type: Transform +- uid: 23251 + type: CableHV + components: + - pos: 43.5,23.5 + parent: 864 + type: Transform +- uid: 23252 + type: CableHV + components: + - pos: 44.5,23.5 + parent: 864 + type: Transform +- uid: 23253 + type: CableHV + components: + - pos: 44.5,24.5 + parent: 864 + type: Transform +- uid: 23254 + type: CableHV + components: + - pos: 44.5,25.5 + parent: 864 + type: Transform +- uid: 23255 + type: CableHV + components: + - pos: 44.5,26.5 + parent: 864 + type: Transform +- uid: 23256 + type: CableHV + components: + - pos: 45.5,26.5 + parent: 864 + type: Transform +- uid: 23257 + type: CableHV + components: + - pos: 46.5,26.5 + parent: 864 + type: Transform +- uid: 23258 + type: CableHV + components: + - pos: 47.5,26.5 + parent: 864 + type: Transform +- uid: 23259 + type: CableHV + components: + - pos: 48.5,26.5 + parent: 864 + type: Transform +- uid: 23260 + type: CableHV + components: + - pos: 48.5,27.5 + parent: 864 + type: Transform +- uid: 23261 + type: CableHV + components: + - pos: 48.5,28.5 + parent: 864 + type: Transform +- uid: 23262 + type: CableHV + components: + - pos: 49.5,28.5 + parent: 864 + type: Transform +- uid: 23263 + type: CableHV + components: + - pos: 50.5,28.5 + parent: 864 + type: Transform +- uid: 23264 + type: CableHV + components: + - pos: 50.5,29.5 + parent: 864 + type: Transform +- uid: 23265 + type: CableMV + components: + - pos: 50.5,29.5 + parent: 864 + type: Transform +- uid: 23266 + type: CableMV + components: + - pos: 50.5,28.5 + parent: 864 + type: Transform +- uid: 23267 + type: CableMV + components: + - pos: 49.5,28.5 + parent: 864 + type: Transform +- uid: 23268 + type: CableMV + components: + - pos: 48.5,28.5 + parent: 864 + type: Transform +- uid: 23269 + type: CableMV + components: + - pos: 48.5,29.5 + parent: 864 + type: Transform +- uid: 23270 + type: CableMV + components: + - pos: 48.5,30.5 + parent: 864 + type: Transform +- uid: 23271 + type: CableMV + components: + - pos: 48.5,31.5 + parent: 864 + type: Transform +- uid: 23272 + type: CableMV + components: + - pos: 49.5,31.5 + parent: 864 + type: Transform +- uid: 23273 + type: CableMV + components: + - pos: 50.5,31.5 + parent: 864 + type: Transform +- uid: 23274 + type: CableMV + components: + - pos: 51.5,31.5 + parent: 864 + type: Transform +- uid: 23275 + type: CableMV + components: + - pos: 52.5,31.5 + parent: 864 + type: Transform +- uid: 23276 + type: CableMV + components: + - pos: 52.5,32.5 + parent: 864 + type: Transform +- uid: 23277 + type: CableMV + components: + - pos: 52.5,33.5 + parent: 864 + type: Transform +- uid: 23278 + type: CableMV + components: + - pos: 52.5,34.5 + parent: 864 + type: Transform +- uid: 23279 + type: CableMV + components: + - pos: 52.5,35.5 + parent: 864 + type: Transform +- uid: 23280 + type: CableMV + components: + - pos: 52.5,36.5 + parent: 864 + type: Transform +- uid: 23281 + type: CableMV + components: + - pos: 52.5,37.5 + parent: 864 + type: Transform +- uid: 23282 + type: CableMV + components: + - pos: 52.5,38.5 + parent: 864 + type: Transform +- uid: 23283 + type: APCBasic + components: + - pos: 52.5,38.5 + parent: 864 + type: Transform +- uid: 23284 + type: CableApcExtension + components: + - pos: 52.5,38.5 + parent: 864 + type: Transform +- uid: 23285 + type: CableApcExtension + components: + - pos: 52.5,37.5 + parent: 864 + type: Transform +- uid: 23286 + type: CableApcExtension + components: + - pos: 52.5,36.5 + parent: 864 + type: Transform +- uid: 23287 + type: CableApcExtension + components: + - pos: 52.5,35.5 + parent: 864 + type: Transform +- uid: 23288 + type: CableApcExtension + components: + - pos: 52.5,34.5 + parent: 864 + type: Transform +- uid: 23289 + type: CableApcExtension + components: + - pos: 52.5,33.5 + parent: 864 + type: Transform +- uid: 23290 + type: CableApcExtension + components: + - pos: 52.5,32.5 + parent: 864 + type: Transform +- uid: 23291 + type: CableApcExtension + components: + - pos: 52.5,31.5 + parent: 864 + type: Transform +- uid: 23292 + type: CableApcExtension + components: + - pos: 51.5,31.5 + parent: 864 + type: Transform +- uid: 23293 + type: CableApcExtension + components: + - pos: 50.5,31.5 + parent: 864 + type: Transform +- uid: 23294 + type: CableApcExtension + components: + - pos: 49.5,31.5 + parent: 864 + type: Transform +- uid: 23295 + type: CableApcExtension + components: + - pos: 48.5,31.5 + parent: 864 + type: Transform +- uid: 23296 + type: CableApcExtension + components: + - pos: 48.5,30.5 + parent: 864 + type: Transform +- uid: 23297 + type: CableApcExtension + components: + - pos: 48.5,29.5 + parent: 864 + type: Transform +- uid: 23298 + type: CableApcExtension + components: + - pos: 48.5,28.5 + parent: 864 + type: Transform +- uid: 23299 + type: CableApcExtension + components: + - pos: 53.5,37.5 + parent: 864 + type: Transform +- uid: 23300 + type: CableApcExtension + components: + - pos: 54.5,37.5 + parent: 864 + type: Transform +- uid: 23301 + type: CableApcExtension + components: + - pos: 55.5,37.5 + parent: 864 + type: Transform +- uid: 23302 + type: CableApcExtension + components: + - pos: 56.5,37.5 + parent: 864 + type: Transform +- uid: 23303 + type: CableApcExtension + components: + - pos: 56.5,36.5 + parent: 864 + type: Transform +- uid: 23304 + type: CableApcExtension + components: + - pos: 56.5,35.5 + parent: 864 + type: Transform +- uid: 23305 + type: CableApcExtension + components: + - pos: 56.5,34.5 + parent: 864 + type: Transform +- uid: 23306 + type: CableApcExtension + components: + - pos: 56.5,33.5 + parent: 864 + type: Transform +- uid: 23307 + type: CableApcExtension + components: + - pos: 56.5,32.5 + parent: 864 + type: Transform +- uid: 23308 + type: CableApcExtension + components: + - pos: 56.5,31.5 + parent: 864 + type: Transform +- uid: 23309 + type: CableApcExtension + components: + - pos: 57.5,31.5 + parent: 864 + type: Transform +- uid: 23310 + type: CableApcExtension + components: + - pos: 57.5,30.5 + parent: 864 + type: Transform +- uid: 23311 + type: CableApcExtension + components: + - pos: 57.5,29.5 + parent: 864 + type: Transform +- uid: 23312 + type: CableApcExtension + components: + - pos: 57.5,28.5 + parent: 864 + type: Transform +- uid: 23313 + type: CableApcExtension + components: + - pos: 57.5,37.5 + parent: 864 + type: Transform +- uid: 23314 + type: CableApcExtension + components: + - pos: 57.5,38.5 + parent: 864 + type: Transform +- uid: 23315 + type: CableApcExtension + components: + - pos: 57.5,39.5 + parent: 864 + type: Transform +- uid: 23316 + type: CableApcExtension + components: + - pos: 57.5,40.5 + parent: 864 + type: Transform +- uid: 23317 + type: CableApcExtension + components: + - pos: 54.5,38.5 + parent: 864 + type: Transform +- uid: 23318 + type: CableApcExtension + components: + - pos: 54.5,39.5 + parent: 864 + type: Transform +- uid: 23319 + type: CableApcExtension + components: + - pos: 54.5,40.5 + parent: 864 + type: Transform +- uid: 23320 + type: CableApcExtension + components: + - pos: 54.5,41.5 + parent: 864 + type: Transform +- uid: 23321 + type: CableApcExtension + components: + - pos: 54.5,42.5 + parent: 864 + type: Transform +- uid: 23322 + type: CableApcExtension + components: + - pos: 54.5,43.5 + parent: 864 + type: Transform +- uid: 23323 + type: CableApcExtension + components: + - pos: 54.5,44.5 + parent: 864 + type: Transform +- uid: 23324 + type: CableApcExtension + components: + - pos: 54.5,45.5 + parent: 864 + type: Transform +- uid: 23325 + type: CableApcExtension + components: + - pos: 54.5,46.5 + parent: 864 + type: Transform +- uid: 23326 + type: CableApcExtension + components: + - pos: 54.5,47.5 + parent: 864 + type: Transform +- uid: 23327 + type: CableApcExtension + components: + - pos: 54.5,48.5 + parent: 864 + type: Transform +- uid: 23328 + type: CableApcExtension + components: + - pos: 54.5,49.5 + parent: 864 + type: Transform +- uid: 23329 + type: CableApcExtension + components: + - pos: 54.5,50.5 + parent: 864 + type: Transform +- uid: 23330 + type: CableApcExtension + components: + - pos: 53.5,42.5 + parent: 864 + type: Transform +- uid: 23331 + type: CableApcExtension + components: + - pos: 52.5,42.5 + parent: 864 + type: Transform +- uid: 23332 + type: CableApcExtension + components: + - pos: 51.5,42.5 + parent: 864 + type: Transform +- uid: 23333 + type: CableApcExtension + components: + - pos: 51.5,43.5 + parent: 864 + type: Transform +- uid: 23334 + type: CableApcExtension + components: + - pos: 51.5,44.5 + parent: 864 + type: Transform +- uid: 23335 + type: CableApcExtension + components: + - pos: 51.5,45.5 + parent: 864 + type: Transform +- uid: 23336 + type: CableApcExtension + components: + - pos: 51.5,46.5 + parent: 864 + type: Transform +- uid: 23337 + type: CableApcExtension + components: + - pos: 51.5,47.5 + parent: 864 + type: Transform +- uid: 23338 + type: CableApcExtension + components: + - pos: 51.5,48.5 + parent: 864 + type: Transform +- uid: 23339 + type: CableApcExtension + components: + - pos: 51.5,49.5 + parent: 864 + type: Transform +- uid: 23340 + type: CableApcExtension + components: + - pos: 51.5,50.5 + parent: 864 + type: Transform +- uid: 23341 + type: CableApcExtension + components: + - pos: 55.5,42.5 + parent: 864 + type: Transform +- uid: 23342 + type: CableApcExtension + components: + - pos: 56.5,42.5 + parent: 864 + type: Transform +- uid: 23343 + type: CableApcExtension + components: + - pos: 57.5,42.5 + parent: 864 + type: Transform +- uid: 23344 + type: CableApcExtension + components: + - pos: 57.5,43.5 + parent: 864 + type: Transform +- uid: 23345 + type: CableApcExtension + components: + - pos: 57.5,44.5 + parent: 864 + type: Transform +- uid: 23346 + type: CableApcExtension + components: + - pos: 57.5,45.5 + parent: 864 + type: Transform +- uid: 23347 + type: CableApcExtension + components: + - pos: 57.5,46.5 + parent: 864 + type: Transform +- uid: 23348 + type: CableApcExtension + components: + - pos: 57.5,47.5 + parent: 864 + type: Transform +- uid: 23349 + type: CableApcExtension + components: + - pos: 57.5,48.5 + parent: 864 + type: Transform +- uid: 23350 + type: CableApcExtension + components: + - pos: 57.5,49.5 + parent: 864 + type: Transform +- uid: 23351 + type: CableApcExtension + components: + - pos: 57.5,50.5 + parent: 864 + type: Transform +- uid: 23352 + type: CableApcExtension + components: + - pos: 56.5,50.5 + parent: 864 + type: Transform +- uid: 23353 + type: CableApcExtension + components: + - pos: 55.5,50.5 + parent: 864 + type: Transform +- uid: 23354 + type: CableApcExtension + components: + - pos: 53.5,50.5 + parent: 864 + type: Transform +- uid: 23355 + type: CableApcExtension + components: + - pos: 52.5,50.5 + parent: 864 + type: Transform +- uid: 23356 + type: CableApcExtension + components: + - pos: 56.5,51.5 + parent: 864 + type: Transform +- uid: 23357 + type: CableApcExtension + components: + - pos: 56.5,52.5 + parent: 864 + type: Transform +- uid: 23358 + type: CableApcExtension + components: + - pos: 52.5,51.5 + parent: 864 + type: Transform +- uid: 23359 + type: CableApcExtension + components: + - pos: 52.5,52.5 + parent: 864 + type: Transform +- uid: 23360 + type: CableApcExtension + components: + - pos: 56.5,53.5 + parent: 864 + type: Transform +- uid: 23361 + type: CableApcExtension + components: + - pos: 55.5,53.5 + parent: 864 + type: Transform +- uid: 23362 + type: CableApcExtension + components: + - pos: 54.5,53.5 + parent: 864 + type: Transform +- uid: 23363 + type: CableApcExtension + components: + - pos: 52.5,53.5 + parent: 864 + type: Transform +- uid: 23364 + type: CableApcExtension + components: + - pos: 53.5,53.5 + parent: 864 + type: Transform +- uid: 23365 + type: CableApcExtension + components: + - pos: 54.5,54.5 + parent: 864 + type: Transform +- uid: 23366 + type: CableApcExtension + components: + - pos: 54.5,55.5 + parent: 864 + type: Transform +- uid: 23367 + type: CableApcExtension + components: + - pos: 54.5,57.5 + parent: 864 + type: Transform +- uid: 23368 + type: CableApcExtension + components: + - pos: 54.5,56.5 + parent: 864 + type: Transform +- uid: 23369 + type: CableApcExtension + components: + - pos: 54.5,58.5 + parent: 864 + type: Transform +- uid: 23370 + type: CableApcExtension + components: + - pos: 54.5,59.5 + parent: 864 + type: Transform +- uid: 23371 + type: CableApcExtension + components: + - pos: 53.5,57.5 + parent: 864 + type: Transform +- uid: 23372 + type: CableApcExtension + components: + - pos: 52.5,57.5 + parent: 864 + type: Transform +- uid: 23373 + type: CableApcExtension + components: + - pos: 51.5,57.5 + parent: 864 + type: Transform +- uid: 23374 + type: CableApcExtension + components: + - pos: 55.5,57.5 + parent: 864 + type: Transform +- uid: 23375 + type: CableApcExtension + components: + - pos: 56.5,57.5 + parent: 864 + type: Transform +- uid: 23376 + type: CableApcExtension + components: + - pos: 57.5,57.5 + parent: 864 + type: Transform +- uid: 23377 + type: CableApcExtension + components: + - pos: 58.5,57.5 + parent: 864 + type: Transform +- uid: 23378 + type: CableApcExtension + components: + - pos: 58.5,58.5 + parent: 864 + type: Transform +- uid: 23379 + type: CableApcExtension + components: + - pos: 58.5,56.5 + parent: 864 + type: Transform +- uid: 23380 + type: CableApcExtension + components: + - pos: 50.5,57.5 + parent: 864 + type: Transform +- uid: 23381 + type: CableApcExtension + components: + - pos: 50.5,58.5 + parent: 864 + type: Transform +- uid: 23382 + type: CableApcExtension + components: + - pos: 50.5,56.5 + parent: 864 + type: Transform +- uid: 23383 + type: CableApcExtension + components: + - pos: 54.5,60.5 + parent: 864 + type: Transform +- uid: 23384 + type: CableApcExtension + components: + - pos: 54.5,61.5 + parent: 864 + type: Transform +- uid: 23385 + type: CableApcExtension + components: + - pos: 53.5,61.5 + parent: 864 + type: Transform +- uid: 23386 + type: CableApcExtension + components: + - pos: 55.5,61.5 + parent: 864 + type: Transform +- uid: 23387 + type: CableApcExtension + components: + - pos: 50.5,45.5 + parent: 864 + type: Transform +- uid: 23388 + type: CableApcExtension + components: + - pos: 49.5,45.5 + parent: 864 + type: Transform +- uid: 23389 + type: CableApcExtension + components: + - pos: 48.5,45.5 + parent: 864 + type: Transform +- uid: 23390 + type: CableApcExtension + components: + - pos: 47.5,45.5 + parent: 864 + type: Transform +- uid: 23391 + type: CableApcExtension + components: + - pos: 46.5,45.5 + parent: 864 + type: Transform +- uid: 23392 + type: CableApcExtension + components: + - pos: 45.5,45.5 + parent: 864 + type: Transform +- uid: 23393 + type: CableApcExtension + components: + - pos: 44.5,45.5 + parent: 864 + type: Transform +- uid: 23394 + type: CableApcExtension + components: + - pos: 58.5,45.5 + parent: 864 + type: Transform +- uid: 23395 + type: CableApcExtension + components: + - pos: 59.5,45.5 + parent: 864 + type: Transform +- uid: 23396 + type: CableApcExtension + components: + - pos: 60.5,45.5 + parent: 864 + type: Transform +- uid: 23397 + type: CableApcExtension + components: + - pos: 60.5,46.5 + parent: 864 + type: Transform +- uid: 23398 + type: CableApcExtension + components: + - pos: 60.5,47.5 + parent: 864 + type: Transform +- uid: 23399 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 57.5,58.5 + parent: 864 + type: Transform +- uid: 23400 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 57.5,57.5 + parent: 864 + type: Transform +- uid: 23401 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 57.5,56.5 + parent: 864 + type: Transform +- uid: 23402 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 51.5,58.5 + parent: 864 + type: Transform +- uid: 23403 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 51.5,57.5 + parent: 864 + type: Transform +- uid: 23404 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 51.5,56.5 + parent: 864 + type: Transform +- uid: 23405 + type: hydroponicsTray + components: + - pos: 52.5,55.5 + parent: 864 + type: Transform +- uid: 23406 + type: hydroponicsTray + components: + - pos: 56.5,55.5 + parent: 864 + type: Transform +- uid: 23407 + type: CrateServiceSmokeables + components: + - pos: 56.5,59.5 + parent: 864 + type: Transform +- uid: 23408 + type: HydroponicsToolMiniHoe + components: + - pos: 55.4544,56.501 + parent: 864 + type: Transform +- uid: 23409 + type: HydroponicsToolSpade + components: + - pos: 55.54815,56.53225 + parent: 864 + type: Transform +- uid: 23410 + type: ClothingMaskClown + components: + - pos: 52.5169,59.485374 + parent: 864 + type: Transform +- uid: 23411 + type: ClothingUniformJumpsuitClown + components: + - pos: 52.532524,59.501 + parent: 864 + type: Transform +- uid: 23412 + type: ClothingShoesClown + components: + - pos: 52.563774,59.40725 + parent: 864 + type: Transform +- uid: 23413 + type: PoweredSmallLight + components: + - pos: 56.5,59.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23414 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 52.5,55.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23415 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 58.5,42.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23416 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 61.5,41.5 + parent: 864 + type: Transform +- uid: 23417 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 60.5,41.5 + parent: 864 + type: Transform +- uid: 23418 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 59.5,43.5 + parent: 864 + type: Transform +- uid: 23419 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 59.5,43.5 + parent: 864 + type: Transform +- uid: 23420 + type: CableMV + components: + - pos: 52.5,39.5 + parent: 864 + type: Transform +- uid: 23421 + type: CableMV + components: + - pos: 52.5,40.5 + parent: 864 + type: Transform +- uid: 23422 + type: CableMV + components: + - pos: 52.5,41.5 + parent: 864 + type: Transform +- uid: 23423 + type: CableMV + components: + - pos: 52.5,42.5 + parent: 864 + type: Transform +- uid: 23424 + type: CableMV + components: + - pos: 53.5,42.5 + parent: 864 + type: Transform +- uid: 23425 + type: CableMV + components: + - pos: 54.5,42.5 + parent: 864 + type: Transform +- uid: 23426 + type: CableMV + components: + - pos: 55.5,42.5 + parent: 864 + type: Transform +- uid: 23427 + type: CableMV + components: + - pos: 56.5,42.5 + parent: 864 + type: Transform +- uid: 23428 + type: CableMV + components: + - pos: 57.5,42.5 + parent: 864 + type: Transform +- uid: 23429 + type: CableMV + components: + - pos: 58.5,42.5 + parent: 864 + type: Transform +- uid: 23430 + type: CableMV + components: + - pos: 58.5,43.5 + parent: 864 + type: Transform +- uid: 23431 + type: CableMV + components: + - pos: 59.5,43.5 + parent: 864 + type: Transform +- uid: 23432 + type: DogBed + components: + - name: bear bed + type: MetaData + - pos: 65.5,49.5 + parent: 864 + type: Transform +- uid: 23433 + type: FoodMeat + components: + - pos: 64.3404,48.319218 + parent: 864 + type: Transform +- uid: 23434 + type: FoodMeat + components: + - pos: 65.543526,47.741093 + parent: 864 + type: Transform +- uid: 23435 + type: CrateMousetrapBoxes + components: + - pos: 60.5,42.5 + parent: 864 + type: Transform +- uid: 23436 + type: PaperRolling + components: + - pos: 51.67759,57.788548 + parent: 864 + type: Transform +- uid: 23437 + type: Girder + components: + - pos: 54.5,41.5 + parent: 864 + type: Transform +- uid: 23438 + type: Table + components: + - pos: 57.5,42.5 + parent: 864 + type: Transform +- uid: 23439 + type: Table + components: + - pos: 56.5,42.5 + parent: 864 + type: Transform +- uid: 23440 + type: Table + components: + - pos: 55.5,42.5 + parent: 864 + type: Transform +- uid: 23441 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -11.5,23.5 + parent: 864 + type: Transform +- uid: 23442 + type: Table + components: + - pos: 50.5,42.5 + parent: 864 + type: Transform +- uid: 23443 + type: SignalSwitch + components: + - pos: 54.5,51.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 21011 + - port: Open + uid: 20715 + - port: Open + uid: 21034 + Off: + - port: Close + uid: 21011 + - port: Close + uid: 20715 + - port: Close + uid: 21034 + type: SignalTransmitter +- uid: 23444 + type: Grille + components: + - pos: 56.5,51.5 + parent: 864 + type: Transform +- uid: 23445 + type: Grille + components: + - pos: 52.5,51.5 + parent: 864 + type: Transform +- uid: 23446 + type: Grille + components: + - pos: 53.5,53.5 + parent: 864 + type: Transform +- uid: 23447 + type: Grille + components: + - pos: 54.5,49.5 + parent: 864 + type: Transform +- uid: 23448 + type: Table + components: + - pos: 58.5,52.5 + parent: 864 + type: Transform +- uid: 23449 + type: Table + components: + - pos: 58.5,51.5 + parent: 864 + type: Transform +- uid: 23450 + type: MedkitBruteFilled + components: + - pos: 55.59084,42.504738 + parent: 864 + type: Transform +- uid: 23451 + type: Wrench + components: + - pos: 56.276398,42.55694 + parent: 864 + type: Transform +- uid: 23452 + type: SheetSteel + components: + - pos: 58.50727,52.410095 + parent: 864 + type: Transform +- uid: 23453 + type: PosterContrabandRise + components: + - pos: 57.5,53.5 + parent: 864 + type: Transform +- uid: 23454 + type: TableCarpet + components: + - pos: 53.5,29.5 + parent: 864 + type: Transform +- uid: 23455 + type: TableCarpet + components: + - pos: 53.5,28.5 + parent: 864 + type: Transform +- uid: 23456 + type: TableCarpet + components: + - pos: 54.5,29.5 + parent: 864 + type: Transform +- uid: 23457 + type: TableCarpet + components: + - pos: 54.5,28.5 + parent: 864 + type: Transform +- uid: 23458 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 55.5,29.5 + parent: 864 + type: Transform +- uid: 23459 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 55.5,28.5 + parent: 864 + type: Transform +- uid: 23460 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 52.5,29.5 + parent: 864 + type: Transform +- uid: 23461 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 52.5,28.5 + parent: 864 + type: Transform +- uid: 23462 + type: d6Dice + components: + - rot: 1.5707963267948966 rad + pos: 54.383816,29.301033 + parent: 864 + type: Transform +- uid: 23463 + type: d6Dice + components: + - rot: 1.5707963267948966 rad + pos: 54.165066,28.926033 + parent: 864 + type: Transform +- uid: 23464 + type: SpaceCash + components: + - rot: 1.5707963267948966 rad + pos: 53.352566,29.426033 + parent: 864 + type: Transform +- uid: 23465 + type: SpaceCash + components: + - pos: 53.49319,28.910408 + parent: 864 + type: Transform +- uid: 23466 + type: SpaceCash + components: + - pos: 53.58694,28.691658 + parent: 864 + type: Transform +- uid: 23467 + type: Bucket + components: + - pos: 55.53834,27.595942 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 23468 + type: Catwalk + components: + - pos: 49.5,26.5 + parent: 864 + type: Transform +- uid: 23469 + type: Catwalk + components: + - pos: 50.5,26.5 + parent: 864 + type: Transform +- uid: 23470 + type: Catwalk + components: + - pos: 51.5,26.5 + parent: 864 + type: Transform +- uid: 23471 + type: Catwalk + components: + - pos: 52.5,26.5 + parent: 864 + type: Transform +- uid: 23472 + type: Catwalk + components: + - pos: 53.5,26.5 + parent: 864 + type: Transform +- uid: 23473 + type: RandomPosterContraband + components: + - pos: 54.5,30.5 + parent: 864 + type: Transform +- uid: 23474 + type: RandomPosterContraband + components: + - pos: 52.5,30.5 + parent: 864 + type: Transform +- uid: 23475 + type: RandomPosterContraband + components: + - pos: 59.5,30.5 + parent: 864 + type: Transform +- uid: 23476 + type: RandomPosterContraband + components: + - pos: 60.5,27.5 + parent: 864 + type: Transform +- uid: 23477 + type: ClosetMaintenanceFilledRandom + components: + - pos: 58.5,29.5 + parent: 864 + type: Transform +- uid: 23478 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 51.5,42.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23479 + type: MaintenanceToolSpawner + components: + - pos: 53.5,47.5 + parent: 864 + type: Transform +- uid: 23480 + type: MaintenanceWeaponSpawner + components: + - pos: 51.5,45.5 + parent: 864 + type: Transform +- uid: 23481 + type: PoweredSmallLight + components: + - pos: 15.5,39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23482 + type: FoodTinPeachesMaintOpen + components: + - pos: 50.52597,42.757114 + parent: 864 + type: Transform +- uid: 23483 + type: RandomPosterContraband + components: + - pos: 12.5,-13.5 + parent: 864 + type: Transform +- uid: 23484 + type: RandomPosterContraband + components: + - pos: 8.5,-13.5 + parent: 864 + type: Transform +- uid: 23485 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 42.5,42.5 + parent: 864 + type: Transform +- uid: 23486 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 43.5,43.5 + parent: 864 + type: Transform +- uid: 23487 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 49.5,46.5 + parent: 864 + type: Transform +- uid: 23488 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,32.5 + parent: 864 + type: Transform +- uid: 23489 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -24.5,32.5 + parent: 864 + type: Transform +- uid: 23490 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -25.5,32.5 + parent: 864 + type: Transform +- uid: 23491 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -22.5,28.5 + parent: 864 + type: Transform +- uid: 23492 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,28.5 + parent: 864 + type: Transform +- uid: 23493 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -24.5,28.5 + parent: 864 + type: Transform +- uid: 23494 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -25.5,28.5 + parent: 864 + type: Transform +- uid: 23495 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -25.5,31.5 + parent: 864 + type: Transform +- uid: 23496 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -25.5,30.5 + parent: 864 + type: Transform +- uid: 23497 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -25.5,29.5 + parent: 864 + type: Transform +- uid: 23498 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,36.5 + parent: 864 + type: Transform +- uid: 23499 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,36.5 + parent: 864 + type: Transform +- uid: 23500 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -21.5,36.5 + parent: 864 + type: Transform +- uid: 23501 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -22.5,36.5 + parent: 864 + type: Transform +- uid: 23502 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -22.5,35.5 + parent: 864 + type: Transform +- uid: 23503 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -22.5,33.5 + parent: 864 + type: Transform +- uid: 23504 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -26.5,29.5 + parent: 864 + type: Transform +- uid: 23505 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,29.5 + parent: 864 + type: Transform +- uid: 23506 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -27.5,30.5 + parent: 864 + type: Transform +- uid: 23507 + type: AirlockEngineeringGlassLocked + components: + - name: electrical storage + type: MetaData + - rot: -1.5707963267948966 rad + pos: -13.5,38.5 + parent: 864 + type: Transform +- uid: 23508 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,37.5 + parent: 864 + type: Transform +- uid: 23509 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -17.5,39.5 + parent: 864 + type: Transform +- uid: 23510 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,39.5 + parent: 864 + type: Transform +- uid: 23511 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,39.5 + parent: 864 + type: Transform +- uid: 23512 + type: Airlock + components: + - rot: -1.5707963267948966 rad + pos: -21.5,30.5 + parent: 864 + type: Transform +- uid: 23513 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,31.5 + parent: 864 + type: Transform +- uid: 23514 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,32.5 + parent: 864 + type: Transform +- uid: 23515 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,31.5 + parent: 864 + type: Transform +- uid: 23516 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,32.5 + parent: 864 + type: Transform +- uid: 23517 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,36.5 + parent: 864 + type: Transform +- uid: 23518 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -8.5,36.5 + parent: 864 + type: Transform +- uid: 23519 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -13.5,39.5 + parent: 864 + type: Transform +- uid: 23520 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,40.5 + parent: 864 + type: Transform +- uid: 23521 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -12.5,40.5 + parent: 864 + type: Transform +- uid: 23522 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,40.5 + parent: 864 + type: Transform +- uid: 23523 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,41.5 + parent: 864 + type: Transform +- uid: 23524 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,40.5 + parent: 864 + type: Transform +- uid: 23525 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,34.5 + parent: 864 + type: Transform +- uid: 23526 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,35.5 + parent: 864 + type: Transform +- uid: 23527 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,36.5 + parent: 864 + type: Transform +- uid: 23528 + type: TableReinforced + components: + - rot: 1.5707963267948966 rad + pos: -10.5,43.5 + parent: 864 + type: Transform +- uid: 23529 + type: WallReinforced + components: + - pos: 2.5,59.5 + parent: 864 + type: Transform +- uid: 23530 + type: Grille + components: + - pos: 2.5,51.5 + parent: 864 + type: Transform +- uid: 23531 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,42.5 + parent: 864 + type: Transform +- uid: 23532 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,35.5 + parent: 864 + type: Transform +- uid: 23533 + type: Grille + components: + - pos: -14.5,65.5 + parent: 864 + type: Transform +- uid: 23534 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,52.5 + parent: 864 + type: Transform +- uid: 23535 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,52.5 + parent: 864 + type: Transform +- uid: 23536 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,40.5 + parent: 864 + type: Transform +- uid: 23537 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,40.5 + parent: 864 + type: Transform +- uid: 23538 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -8.5,40.5 + parent: 864 + type: Transform +- uid: 23539 + type: TableReinforced + components: + - pos: -20.5,49.5 + parent: 864 + type: Transform +- uid: 23540 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -10.5,36.5 + parent: 864 + type: Transform +- uid: 23541 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,36.5 + parent: 864 + type: Transform +- uid: 23542 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -12.5,36.5 + parent: 864 + type: Transform +- uid: 23543 + type: ReinforcedWindow + components: + - pos: -14.5,56.5 + parent: 864 + type: Transform +- uid: 23544 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,70.5 + parent: 864 + type: Transform +- uid: 23545 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,69.5 + parent: 864 + type: Transform +- uid: 23546 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,75.5 + parent: 864 + type: Transform +- uid: 23547 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,70.5 + parent: 864 + type: Transform +- uid: 23548 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,69.5 + parent: 864 + type: Transform +- uid: 23549 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,71.5 + parent: 864 + type: Transform +- uid: 23550 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,70.5 + parent: 864 + type: Transform +- uid: 23551 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,69.5 + parent: 864 + type: Transform +- uid: 23552 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,71.5 + parent: 864 + type: Transform +- uid: 23553 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,70.5 + parent: 864 + type: Transform +- uid: 23554 + type: ReinforcedWindow + components: + - pos: -11.5,69.5 + parent: 864 + type: Transform +- uid: 23555 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,71.5 + parent: 864 + type: Transform +- uid: 23556 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,70.5 + parent: 864 + type: Transform +- uid: 23557 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,69.5 + parent: 864 + type: Transform +- uid: 23558 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,71.5 + parent: 864 + type: Transform +- uid: 23559 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,70.5 + parent: 864 + type: Transform +- uid: 23560 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,69.5 + parent: 864 + type: Transform +- uid: 23561 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,74.5 + parent: 864 + type: Transform +- uid: 23562 + type: ReinforcedWindow + components: + - pos: -14.5,55.5 + parent: 864 + type: Transform +- uid: 23563 + type: ReinforcedWindow + components: + - pos: -16.5,55.5 + parent: 864 + type: Transform +- uid: 23564 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,74.5 + parent: 864 + type: Transform +- uid: 23565 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,75.5 + parent: 864 + type: Transform +- uid: 23566 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,75.5 + parent: 864 + type: Transform +- uid: 23567 + type: ReinforcedWindow + components: + - pos: -16.5,56.5 + parent: 864 + type: Transform +- uid: 23568 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,74.5 + parent: 864 + type: Transform +- uid: 23569 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,71.5 + parent: 864 + type: Transform +- uid: 23570 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,72.5 + parent: 864 + type: Transform +- uid: 23571 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,73.5 + parent: 864 + type: Transform +- uid: 23572 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,73.5 + parent: 864 + type: Transform +- uid: 23573 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,72.5 + parent: 864 + type: Transform +- uid: 23574 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,71.5 + parent: 864 + type: Transform +- uid: 23575 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,68.5 + parent: 864 + type: Transform +- uid: 23576 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,68.5 + parent: 864 + type: Transform +- uid: 23577 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,68.5 + parent: 864 + type: Transform +- uid: 23578 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,66.5 + parent: 864 + type: Transform +- uid: 23579 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 15.5,49.5 + parent: 864 + type: Transform +- uid: 23580 + type: WindowReinforcedDirectional + components: + - pos: -8.5,-81.5 + parent: 864 + type: Transform +- uid: 23581 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -10.5,-84.5 + parent: 864 + type: Transform +- uid: 23582 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,68.5 + parent: 864 + type: Transform +- uid: 23583 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -9.5,-84.5 + parent: 864 + type: Transform +- uid: 23584 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,68.5 + parent: 864 + type: Transform +- uid: 23585 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,67.5 + parent: 864 + type: Transform +- uid: 23586 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,66.5 + parent: 864 + type: Transform +- uid: 23587 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,68.5 + parent: 864 + type: Transform +- uid: 23588 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,67.5 + parent: 864 + type: Transform +- uid: 23589 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,66.5 + parent: 864 + type: Transform +- uid: 23590 + type: ReinforcedWindow + components: + - pos: -20.5,62.5 + parent: 864 + type: Transform +- uid: 23591 + type: ReinforcedWindow + components: + - pos: -14.5,62.5 + parent: 864 + type: Transform +- uid: 23592 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,66.5 + parent: 864 + type: Transform +- uid: 23593 + type: FirelockGlass + components: + - pos: -12.5,68.5 + parent: 864 + type: Transform +- uid: 23594 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,68.5 + parent: 864 + type: Transform +- uid: 23595 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,64.5 + parent: 864 + type: Transform +- uid: 23596 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,64.5 + parent: 864 + type: Transform +- uid: 23597 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,64.5 + parent: 864 + type: Transform +- uid: 23598 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,64.5 + parent: 864 + type: Transform +- uid: 23599 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,64.5 + parent: 864 + type: Transform +- uid: 23600 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,64.5 + parent: 864 + type: Transform +- uid: 23601 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,63.5 + parent: 864 + type: Transform +- uid: 23602 + type: ReinforcedWindow + components: + - pos: -23.5,61.5 + parent: 864 + type: Transform +- uid: 23603 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,61.5 + parent: 864 + type: Transform +- uid: 23604 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,60.5 + parent: 864 + type: Transform +- uid: 23605 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,63.5 + parent: 864 + type: Transform +- uid: 23606 + type: ReinforcedWindow + components: + - pos: -23.5,62.5 + parent: 864 + type: Transform +- uid: 23607 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,61.5 + parent: 864 + type: Transform +- uid: 23608 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,60.5 + parent: 864 + type: Transform +- uid: 23609 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,65.5 + parent: 864 + type: Transform +- uid: 23610 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,64.5 + parent: 864 + type: Transform +- uid: 23611 + type: ReinforcedWindow + components: + - pos: -11.5,68.5 + parent: 864 + type: Transform +- uid: 23612 + type: ReinforcedWindow + components: + - pos: -11.5,67.5 + parent: 864 + type: Transform +- uid: 23613 + type: ReinforcedWindow + components: + - pos: -14.5,73.5 + parent: 864 + type: Transform +- uid: 23614 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,60.5 + parent: 864 + type: Transform +- uid: 23615 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,65.5 + parent: 864 + type: Transform +- uid: 23616 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,64.5 + parent: 864 + type: Transform +- uid: 23617 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,63.5 + parent: 864 + type: Transform +- uid: 23618 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,62.5 + parent: 864 + type: Transform +- uid: 23619 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,61.5 + parent: 864 + type: Transform +- uid: 23620 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,60.5 + parent: 864 + type: Transform +- uid: 23621 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,59.5 + parent: 864 + type: Transform +- uid: 23622 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,59.5 + parent: 864 + type: Transform +- uid: 23623 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,59.5 + parent: 864 + type: Transform +- uid: 23624 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,59.5 + parent: 864 + type: Transform +- uid: 23625 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 19.5,44.5 + parent: 864 + type: Transform +- uid: 23626 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,59.5 + parent: 864 + type: Transform +- uid: 23627 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,58.5 + parent: 864 + type: Transform +- uid: 23628 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,57.5 + parent: 864 + type: Transform +- uid: 23629 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,58.5 + parent: 864 + type: Transform +- uid: 23630 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,57.5 + parent: 864 + type: Transform +- uid: 23631 + type: AsteroidRock + components: + - pos: 66.5,54.5 + parent: 864 + type: Transform +- uid: 23632 + type: AsteroidRock + components: + - pos: 68.5,52.5 + parent: 864 + type: Transform +- uid: 23633 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,57.5 + parent: 864 + type: Transform +- uid: 23634 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,57.5 + parent: 864 + type: Transform +- uid: 23635 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,58.5 + parent: 864 + type: Transform +- uid: 23636 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,58.5 + parent: 864 + type: Transform +- uid: 23637 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,58.5 + parent: 864 + type: Transform +- uid: 23638 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,57.5 + parent: 864 + type: Transform +- uid: 23639 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,59.5 + parent: 864 + type: Transform +- uid: 23640 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,58.5 + parent: 864 + type: Transform +- uid: 23641 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,57.5 + parent: 864 + type: Transform +- uid: 23642 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,56.5 + parent: 864 + type: Transform +- uid: 23643 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -19.5,57.5 + parent: 864 + type: Transform +- uid: 23644 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,56.5 + parent: 864 + type: Transform +- uid: 23645 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,54.5 + parent: 864 + type: Transform +- uid: 23646 + type: FirelockGlass + components: + - rot: 1.5707963267948966 rad + pos: -18.5,55.5 + parent: 864 + type: Transform +- uid: 23647 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,54.5 + parent: 864 + type: Transform +- uid: 23648 + type: ReinforcedWindow + components: + - pos: -20.5,73.5 + parent: 864 + type: Transform +- uid: 23649 + type: ReinforcedWindow + components: + - pos: -11.5,73.5 + parent: 864 + type: Transform +- uid: 23650 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,54.5 + parent: 864 + type: Transform +- uid: 23651 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,53.5 + parent: 864 + type: Transform +- uid: 23652 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -16.5,52.5 + parent: 864 + type: Transform +- uid: 23653 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,53.5 + parent: 864 + type: Transform +- uid: 23654 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -18.5,52.5 + parent: 864 + type: Transform +- uid: 23655 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -22.5,49.5 + parent: 864 + type: Transform +- uid: 23656 + type: TableReinforced + components: + - pos: -21.5,49.5 + parent: 864 + type: Transform +- uid: 23657 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,54.5 + parent: 864 + type: Transform +- uid: 23658 + type: AirlockMaintLocked + components: + - pos: -23.5,56.5 + parent: 864 + type: Transform +- uid: 23659 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,55.5 + parent: 864 + type: Transform +- uid: 23660 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,56.5 + parent: 864 + type: Transform +- uid: 23661 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,55.5 + parent: 864 + type: Transform +- uid: 23662 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,54.5 + parent: 864 + type: Transform +- uid: 23663 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -5.5,47.5 + parent: 864 + type: Transform +- uid: 23664 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -11.5,51.5 + parent: 864 + type: Transform +- uid: 23665 + type: ReinforcedWindow + components: + - pos: -23.5,63.5 + parent: 864 + type: Transform +- uid: 23666 + type: ReinforcedWindow + components: + - pos: -23.5,73.5 + parent: 864 + type: Transform +- uid: 23667 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,54.5 + parent: 864 + type: Transform +- uid: 23668 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,53.5 + parent: 864 + type: Transform +- uid: 23669 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,52.5 + parent: 864 + type: Transform +- uid: 23670 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,53.5 + parent: 864 + type: Transform +- uid: 23671 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,52.5 + parent: 864 + type: Transform +- uid: 23672 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,53.5 + parent: 864 + type: Transform +- uid: 23673 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,52.5 + parent: 864 + type: Transform +- uid: 23674 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,49.5 + parent: 864 + type: Transform +- uid: 23675 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,50.5 + parent: 864 + type: Transform +- uid: 23676 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -23.5,51.5 + parent: 864 + type: Transform +- uid: 23677 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -3.5,47.5 + parent: 864 + type: Transform +- uid: 23678 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,50.5 + parent: 864 + type: Transform +- uid: 23679 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,49.5 + parent: 864 + type: Transform +- uid: 23680 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -14.5,48.5 + parent: 864 + type: Transform +- uid: 23681 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -11.5,48.5 + parent: 864 + type: Transform +- uid: 23682 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -12.5,48.5 + parent: 864 + type: Transform +- uid: 23683 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,49.5 + parent: 864 + type: Transform +- uid: 23684 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,49.5 + parent: 864 + type: Transform +- uid: 23685 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,48.5 + parent: 864 + type: Transform +- uid: 23686 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,47.5 + parent: 864 + type: Transform +- uid: 23687 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,46.5 + parent: 864 + type: Transform +- uid: 23688 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: -19.5,43.5 + parent: 864 + type: Transform +- uid: 23689 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,44.5 + parent: 864 + type: Transform +- uid: 23690 + type: FoodRiceEgg + components: + - pos: -19.538637,43.451466 + parent: 864 + type: Transform +- uid: 23691 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: -19.5,41.5 + parent: 864 + type: Transform +- uid: 23692 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: -19.5,42.5 + parent: 864 + type: Transform +- uid: 23693 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -19.5,40.5 + parent: 864 + type: Transform +- uid: 23694 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -15.5,48.5 + parent: 864 + type: Transform +- uid: 23695 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -17.5,48.5 + parent: 864 + type: Transform +- uid: 23696 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -13.5,44.5 + parent: 864 + type: Transform +- uid: 23697 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,43.5 + parent: 864 + type: Transform +- uid: 23698 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -13.5,42.5 + parent: 864 + type: Transform +- uid: 23699 + type: AirlockServiceLocked + components: + - name: donk cafe + type: MetaData + - rot: 1.5707963267948966 rad + pos: -13.5,41.5 + parent: 864 + type: Transform +- uid: 23700 + type: Airlock + components: + - rot: -1.5707963267948966 rad + pos: -17.5,34.5 + parent: 864 + type: Transform +- uid: 23701 + type: Airlock + components: + - rot: -1.5707963267948966 rad + pos: -13.5,34.5 + parent: 864 + type: Transform +- uid: 23702 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 7.5,35.5 + parent: 864 + type: Transform +- uid: 23703 + type: AirlockMaintLocked + components: + - rot: -1.5707963267948966 rad + pos: -15.5,28.5 + parent: 864 + type: Transform +- uid: 23704 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 8.5,35.5 + parent: 864 + type: Transform +- uid: 23705 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 7.5,29.5 + parent: 864 + type: Transform +- uid: 23706 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 8.5,29.5 + parent: 864 + type: Transform +- uid: 23707 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 68.5,11.5 + parent: 864 + type: Transform +- uid: 23708 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 68.5,10.5 + parent: 864 + type: Transform +- uid: 23709 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 68.5,8.5 + parent: 864 + type: Transform +- uid: 23710 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 68.5,7.5 + parent: 864 + type: Transform +- uid: 23711 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 68.5,11.5 + parent: 864 + type: Transform +- uid: 23712 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 68.5,10.5 + parent: 864 + type: Transform +- uid: 23713 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 68.5,8.5 + parent: 864 + type: Transform +- uid: 23714 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 68.5,7.5 + parent: 864 + type: Transform +- uid: 23715 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 59.5,33.5 + parent: 864 + type: Transform +- uid: 23716 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 59.5,32.5 + parent: 864 + type: Transform +- uid: 23717 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -16.5,40.5 + parent: 864 + type: Transform +- uid: 23718 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: -15.5,47.5 + parent: 864 + type: Transform +- uid: 23719 + type: Table + components: + - pos: -8.5,39.5 + parent: 864 + type: Transform +- uid: 23720 + type: Table + components: + - pos: -8.5,38.5 + parent: 864 + type: Transform +- uid: 23721 + type: Table + components: + - pos: -8.5,37.5 + parent: 864 + type: Transform +- uid: 23722 + type: Table + components: + - pos: -9.5,39.5 + parent: 864 + type: Transform +- uid: 23723 + type: Table + components: + - pos: -9.5,37.5 + parent: 864 + type: Transform +- uid: 23724 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -1.5,27.5 + parent: 864 + type: Transform +- uid: 23725 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -3.5,27.5 + parent: 864 + type: Transform +- uid: 23726 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -7.5,28.5 + parent: 864 + type: Transform +- uid: 23727 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -7.5,27.5 + parent: 864 + type: Transform +- uid: 23728 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -33.5,35.5 + parent: 864 + type: Transform +- uid: 23729 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -28.5,33.5 + parent: 864 + type: Transform +- uid: 23730 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -28.5,34.5 + parent: 864 + type: Transform +- uid: 23731 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -29.5,35.5 + parent: 864 + type: Transform +- uid: 23732 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -28.5,35.5 + parent: 864 + type: Transform +- uid: 23733 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -30.5,35.5 + parent: 864 + type: Transform +- uid: 23734 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -34.5,35.5 + parent: 864 + type: Transform +- uid: 23735 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -35.5,35.5 + parent: 864 + type: Transform +- uid: 23736 + type: WallSolid + components: + - pos: -25.5,37.5 + parent: 864 + type: Transform +- uid: 23737 + type: WallSolid + components: + - pos: -25.5,36.5 + parent: 864 + type: Transform +- uid: 23738 + type: WallSolid + components: + - pos: -26.5,36.5 + parent: 864 + type: Transform +- uid: 23739 + type: WallSolid + components: + - pos: -25.5,39.5 + parent: 864 + type: Transform +- uid: 23740 + type: WallSolid + components: + - pos: -25.5,40.5 + parent: 864 + type: Transform +- uid: 23741 + type: WallSolid + components: + - pos: -44.5,38.5 + parent: 864 + type: Transform +- uid: 23742 + type: WallSolid + components: + - pos: -30.5,37.5 + parent: 864 + type: Transform +- uid: 23743 + type: WallSolid + components: + - pos: -31.5,37.5 + parent: 864 + type: Transform +- uid: 23744 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -32.5,37.5 + parent: 864 + type: Transform +- uid: 23745 + type: WallSolid + components: + - pos: -33.5,37.5 + parent: 864 + type: Transform +- uid: 23746 + type: WallSolid + components: + - pos: -33.5,38.5 + parent: 864 + type: Transform +- uid: 23747 + type: WallSolid + components: + - pos: -34.5,38.5 + parent: 864 + type: Transform +- uid: 23748 + type: WallSolid + components: + - pos: -35.5,36.5 + parent: 864 + type: Transform +- uid: 23749 + type: WallSolid + components: + - pos: -37.5,38.5 + parent: 864 + type: Transform +- uid: 23750 + type: WallSolid + components: + - pos: -38.5,38.5 + parent: 864 + type: Transform +- uid: 23751 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -33.5,35.5 + parent: 864 + type: Transform +- uid: 23752 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -32.5,35.5 + parent: 864 + type: Transform +- uid: 23753 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -28.5,32.5 + parent: 864 + type: Transform +- uid: 23754 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -31.5,35.5 + parent: 864 + type: Transform +- uid: 23755 + type: AirlockMaintSalvageLocked + components: + - name: salvage + type: MetaData + - rot: -1.5707963267948966 rad + pos: -37.5,34.5 + parent: 864 + type: Transform +- uid: 23756 + type: GasPipeStraight + components: + - pos: -16.5,31.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23757 + type: GasPipeStraight + components: + - pos: -15.5,30.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23758 + type: GasPipeStraight + components: + - pos: -15.5,31.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23759 + type: GasPipeStraight + components: + - pos: -15.5,32.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23760 + type: GasPipeStraight + components: + - pos: -16.5,32.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23761 + type: GasPipeStraight + components: + - pos: -16.5,33.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23762 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -16.5,34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23763 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -15.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23764 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23765 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23766 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23767 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23768 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23769 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -12.5,34.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23770 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -12.5,33.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 23771 + type: CableApcExtension + components: + - pos: -18.5,24.5 + parent: 864 + type: Transform +- uid: 23772 + type: CableApcExtension + components: + - pos: -18.5,25.5 + parent: 864 + type: Transform +- uid: 23773 + type: CableApcExtension + components: + - pos: -18.5,26.5 + parent: 864 + type: Transform +- uid: 23774 + type: CableApcExtension + components: + - pos: -18.5,27.5 + parent: 864 + type: Transform +- uid: 23775 + type: CableApcExtension + components: + - pos: -18.5,28.5 + parent: 864 + type: Transform +- uid: 23776 + type: CableApcExtension + components: + - pos: -18.5,29.5 + parent: 864 + type: Transform +- uid: 23777 + type: CableApcExtension + components: + - pos: -18.5,30.5 + parent: 864 + type: Transform +- uid: 23778 + type: CableApcExtension + components: + - pos: -19.5,30.5 + parent: 864 + type: Transform +- uid: 23779 + type: CableApcExtension + components: + - pos: -20.5,30.5 + parent: 864 + type: Transform +- uid: 23780 + type: CableApcExtension + components: + - pos: -21.5,30.5 + parent: 864 + type: Transform +- uid: 23781 + type: CableApcExtension + components: + - pos: -22.5,30.5 + parent: 864 + type: Transform +- uid: 23782 + type: CableApcExtension + components: + - pos: -23.5,30.5 + parent: 864 + type: Transform +- uid: 23783 + type: CableApcExtension + components: + - pos: -20.5,22.5 + parent: 864 + type: Transform +- uid: 23784 + type: CableApcExtension + components: + - pos: -20.5,23.5 + parent: 864 + type: Transform +- uid: 23785 + type: CableApcExtension + components: + - pos: -20.5,24.5 + parent: 864 + type: Transform +- uid: 23786 + type: CableApcExtension + components: + - pos: -20.5,25.5 + parent: 864 + type: Transform +- uid: 23787 + type: CableApcExtension + components: + - pos: -20.5,26.5 + parent: 864 + type: Transform +- uid: 23788 + type: CableApcExtension + components: + - pos: -20.5,27.5 + parent: 864 + type: Transform +- uid: 23789 + type: CableApcExtension + components: + - pos: -20.5,28.5 + parent: 864 + type: Transform +- uid: 23790 + type: CableApcExtension + components: + - pos: -20.5,29.5 + parent: 864 + type: Transform +- uid: 23791 + type: DisposalPipe + components: + - pos: -19.5,24.5 + parent: 864 + type: Transform +- uid: 23792 + type: DisposalPipe + components: + - pos: -19.5,25.5 + parent: 864 + type: Transform +- uid: 23793 + type: DisposalPipe + components: + - pos: -19.5,26.5 + parent: 864 + type: Transform +- uid: 23794 + type: DisposalPipe + components: + - pos: -19.5,27.5 + parent: 864 + type: Transform +- uid: 23795 + type: DisposalPipe + components: + - pos: -19.5,28.5 + parent: 864 + type: Transform +- uid: 23796 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -19.5,29.5 + parent: 864 + type: Transform +- uid: 23797 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -18.5,29.5 + parent: 864 + type: Transform +- uid: 23798 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -17.5,29.5 + parent: 864 + type: Transform +- uid: 23799 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -16.5,29.5 + parent: 864 + type: Transform +- uid: 23800 + type: CableMV + components: + - pos: -19.5,26.5 + parent: 864 + type: Transform +- uid: 23801 + type: CableMV + components: + - pos: -19.5,27.5 + parent: 864 + type: Transform +- uid: 23802 + type: CableMV + components: + - pos: -19.5,28.5 + parent: 864 + type: Transform +- uid: 23803 + type: CableMV + components: + - pos: -19.5,29.5 + parent: 864 + type: Transform +- uid: 23804 + type: CableMV + components: + - pos: -18.5,29.5 + parent: 864 + type: Transform +- uid: 23805 + type: CableMV + components: + - pos: -17.5,29.5 + parent: 864 + type: Transform +- uid: 23806 + type: CableMV + components: + - pos: -16.5,29.5 + parent: 864 + type: Transform +- uid: 23807 + type: CableMV + components: + - pos: -15.5,29.5 + parent: 864 + type: Transform +- uid: 23808 + type: CableMV + components: + - pos: -15.5,30.5 + parent: 864 + type: Transform +- uid: 23809 + type: CableMV + components: + - pos: -15.5,31.5 + parent: 864 + type: Transform +- uid: 23810 + type: CableMV + components: + - pos: -15.5,32.5 + parent: 864 + type: Transform +- uid: 23811 + type: CableMV + components: + - pos: -15.5,33.5 + parent: 864 + type: Transform +- uid: 23812 + type: CableMV + components: + - pos: -15.5,34.5 + parent: 864 + type: Transform +- uid: 23813 + type: CableMV + components: + - pos: -15.5,35.5 + parent: 864 + type: Transform +- uid: 23814 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-17.5 + parent: 864 + type: Transform +- uid: 23815 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-17.5 + parent: 864 + type: Transform +- uid: 23816 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 46.5,-17.5 + parent: 864 + type: Transform +- uid: 23817 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 45.5,-17.5 + parent: 864 + type: Transform +- uid: 23818 + type: CableApcExtension + components: + - pos: 44.5,-13.5 + parent: 864 + type: Transform +- uid: 23819 + type: CableApcExtension + components: + - pos: 45.5,-13.5 + parent: 864 + type: Transform +- uid: 23820 + type: CableApcExtension + components: + - pos: 46.5,-13.5 + parent: 864 + type: Transform +- uid: 23821 + type: CableApcExtension + components: + - pos: 47.5,-13.5 + parent: 864 + type: Transform +- uid: 23822 + type: CableApcExtension + components: + - pos: 46.5,-14.5 + parent: 864 + type: Transform +- uid: 23823 + type: CableApcExtension + components: + - pos: 46.5,-15.5 + parent: 864 + type: Transform +- uid: 23824 + type: CableApcExtension + components: + - pos: 46.5,-16.5 + parent: 864 + type: Transform +- uid: 23825 + type: CableApcExtension + components: + - pos: 37.5,-13.5 + parent: 864 + type: Transform +- uid: 23826 + type: CableApcExtension + components: + - pos: 36.5,-13.5 + parent: 864 + type: Transform +- uid: 23827 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 63.5,50.5 + parent: 864 + type: Transform +- uid: 23828 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 64.5,51.5 + parent: 864 + type: Transform +- uid: 23829 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 63.5,51.5 + parent: 864 + type: Transform +- uid: 23830 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 62.5,51.5 + parent: 864 + type: Transform +- uid: 23831 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 61.5,51.5 + parent: 864 + type: Transform +- uid: 23832 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 60.5,51.5 + parent: 864 + type: Transform +- uid: 23833 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 60.5,52.5 + parent: 864 + type: Transform +- uid: 23834 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 61.5,52.5 + parent: 864 + type: Transform +- uid: 23835 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 62.5,52.5 + parent: 864 + type: Transform +- uid: 23836 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 63.5,52.5 + parent: 864 + type: Transform +- uid: 23837 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 61.5,53.5 + parent: 864 + type: Transform +- uid: 23838 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 60.5,53.5 + parent: 864 + type: Transform +- uid: 23839 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 63.5,43.5 + parent: 864 + type: Transform +- uid: 23840 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 62.5,54.5 + parent: 864 + type: Transform +- uid: 23841 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 61.5,54.5 + parent: 864 + type: Transform +- uid: 23842 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 61.5,55.5 + parent: 864 + type: Transform +- uid: 23843 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 62.5,55.5 + parent: 864 + type: Transform +- uid: 23844 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 64.5,55.5 + parent: 864 + type: Transform +- uid: 23845 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 65.5,55.5 + parent: 864 + type: Transform +- uid: 23846 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 65.5,54.5 + parent: 864 + type: Transform +- uid: 23847 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 65.5,53.5 + parent: 864 + type: Transform +- uid: 23848 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 65.5,52.5 + parent: 864 + type: Transform +- uid: 23849 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 65.5,51.5 + parent: 864 + type: Transform +- uid: 23850 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 64.5,54.5 + parent: 864 + type: Transform +- uid: 23851 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 64.5,53.5 + parent: 864 + type: Transform +- uid: 23852 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 63.5,55.5 + parent: 864 + type: Transform +- uid: 23853 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 63.5,54.5 + parent: 864 + type: Transform +- uid: 23854 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 63.5,53.5 + parent: 864 + type: Transform +- uid: 23855 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 64.5,53.5 + parent: 864 + type: Transform +- uid: 23856 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 64.5,52.5 + parent: 864 + type: Transform +- uid: 23857 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,52.5 + parent: 864 + type: Transform +- uid: 23858 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,51.5 + parent: 864 + type: Transform +- uid: 23859 + type: FloraRockSolid01 + components: + - pos: 64.48079,45.764553 + parent: 864 + type: Transform +- uid: 23860 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,49.5 + parent: 864 + type: Transform +- uid: 23861 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,48.5 + parent: 864 + type: Transform +- uid: 23862 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,47.5 + parent: 864 + type: Transform +- uid: 23863 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 67.5,9.5 + parent: 864 + type: Transform +- uid: 23864 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,45.5 + parent: 864 + type: Transform +- uid: 23865 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,44.5 + parent: 864 + type: Transform +- uid: 23866 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,52.5 + parent: 864 + type: Transform +- uid: 23867 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,51.5 + parent: 864 + type: Transform +- uid: 23868 + type: TromboneInstrument + components: + - pos: 68.56264,48.54323 + parent: 864 + type: Transform +- uid: 23869 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,49.5 + parent: 864 + type: Transform +- uid: 23870 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,48.5 + parent: 864 + type: Transform +- uid: 23871 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,47.5 + parent: 864 + type: Transform +- uid: 23872 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: 67.5,7.5 + parent: 864 + type: Transform +- uid: 23873 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,45.5 + parent: 864 + type: Transform +- uid: 23874 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,44.5 + parent: 864 + type: Transform +- uid: 23875 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 63.5,42.5 + parent: 864 + type: Transform +- uid: 23876 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 64.5,42.5 + parent: 864 + type: Transform +- uid: 23877 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 65.5,42.5 + parent: 864 + type: Transform +- uid: 23878 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,42.5 + parent: 864 + type: Transform +- uid: 23879 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,42.5 + parent: 864 + type: Transform +- uid: 23880 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,43.5 + parent: 864 + type: Transform +- uid: 23881 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,43.5 + parent: 864 + type: Transform +- uid: 23882 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 68.5,51.5 + parent: 864 + type: Transform +- uid: 23883 + type: FloraRockSolid03 + components: + - pos: 63.527668,48.936428 + parent: 864 + type: Transform +- uid: 23884 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 60.5,46.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23885 + type: ComfyChair + components: + - pos: 67.5,11.5 + parent: 864 + type: Transform +- uid: 23886 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 46.5,-16.5 + parent: 864 + type: Transform +- uid: 23887 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: -8.5,33.5 + parent: 864 + type: Transform +- uid: 23888 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 68.5,45.5 + parent: 864 + type: Transform +- uid: 23889 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 68.5,44.5 + parent: 864 + type: Transform +- uid: 23890 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 69.5,51.5 + parent: 864 + type: Transform +- uid: 23891 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 69.5,50.5 + parent: 864 + type: Transform +- uid: 23892 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 69.5,49.5 + parent: 864 + type: Transform +- uid: 23893 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 69.5,48.5 + parent: 864 + type: Transform +- uid: 23894 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 69.5,47.5 + parent: 864 + type: Transform +- uid: 23895 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 69.5,46.5 + parent: 864 + type: Transform +- uid: 23896 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 69.5,45.5 + parent: 864 + type: Transform +- uid: 23897 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 69.5,44.5 + parent: 864 + type: Transform +- uid: 23898 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 70.5,51.5 + parent: 864 + type: Transform +- uid: 23899 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 70.5,50.5 + parent: 864 + type: Transform +- uid: 23900 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 70.5,49.5 + parent: 864 + type: Transform +- uid: 23901 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 70.5,48.5 + parent: 864 + type: Transform +- uid: 23902 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 70.5,47.5 + parent: 864 + type: Transform +- uid: 23903 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 70.5,46.5 + parent: 864 + type: Transform +- uid: 23904 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 70.5,45.5 + parent: 864 + type: Transform +- uid: 23905 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 70.5,44.5 + parent: 864 + type: Transform +- uid: 23906 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 67.5,53.5 + parent: 864 + type: Transform +- uid: 23907 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 66.5,53.5 + parent: 864 + type: Transform +- uid: 23908 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 67.5,10.5 + parent: 864 + type: Transform +- uid: 23909 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 67.5,8.5 + parent: 864 + type: Transform +- uid: 23910 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: 65.5,9.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23911 + type: MaintenanceToolSpawner + components: + - pos: 67.5,8.5 + parent: 864 + type: Transform +- uid: 23912 + type: WallReinforced + components: + - pos: 60.5,30.5 + parent: 864 + type: Transform +- uid: 23913 + type: CableApcExtension + components: + - pos: 61.5,26.5 + parent: 864 + type: Transform +- uid: 23914 + type: CableApcExtension + components: + - pos: 62.5,26.5 + parent: 864 + type: Transform +- uid: 23915 + type: CableApcExtension + components: + - pos: 63.5,26.5 + parent: 864 + type: Transform +- uid: 23916 + type: CableApcExtension + components: + - pos: 64.5,26.5 + parent: 864 + type: Transform +- uid: 23917 + type: CableApcExtension + components: + - pos: 65.5,26.5 + parent: 864 + type: Transform +- uid: 23918 + type: CableApcExtension + components: + - pos: 65.5,25.5 + parent: 864 + type: Transform +- uid: 23919 + type: CableApcExtension + components: + - pos: 64.5,15.5 + parent: 864 + type: Transform +- uid: 23920 + type: CableApcExtension + components: + - pos: 64.5,16.5 + parent: 864 + type: Transform +- uid: 23921 + type: CableApcExtension + components: + - pos: 64.5,17.5 + parent: 864 + type: Transform +- uid: 23922 + type: CableApcExtension + components: + - pos: 12.5,32.5 + parent: 864 + type: Transform +- uid: 23923 + type: CableApcExtension + components: + - pos: 11.5,32.5 + parent: 864 + type: Transform +- uid: 23924 + type: CableApcExtension + components: + - pos: 10.5,32.5 + parent: 864 + type: Transform +- uid: 23925 + type: CableApcExtension + components: + - pos: 9.5,32.5 + parent: 864 + type: Transform +- uid: 23926 + type: CableApcExtension + components: + - pos: 8.5,32.5 + parent: 864 + type: Transform +- uid: 23927 + type: CableApcExtension + components: + - pos: 7.5,32.5 + parent: 864 + type: Transform +- uid: 23928 + type: CableApcExtension + components: + - pos: 6.5,32.5 + parent: 864 + type: Transform +- uid: 23929 + type: CableApcExtension + components: + - pos: 5.5,32.5 + parent: 864 + type: Transform +- uid: 23930 + type: CableApcExtension + components: + - pos: 4.5,32.5 + parent: 864 + type: Transform +- uid: 23931 + type: CableApcExtension + components: + - pos: 9.5,31.5 + parent: 864 + type: Transform +- uid: 23932 + type: CableApcExtension + components: + - pos: 9.5,30.5 + parent: 864 + type: Transform +- uid: 23933 + type: CableApcExtension + components: + - pos: 8.5,30.5 + parent: 864 + type: Transform +- uid: 23934 + type: CableApcExtension + components: + - pos: 7.5,30.5 + parent: 864 + type: Transform +- uid: 23935 + type: CableApcExtension + components: + - pos: 6.5,30.5 + parent: 864 + type: Transform +- uid: 23936 + type: CableApcExtension + components: + - pos: 6.5,31.5 + parent: 864 + type: Transform +- uid: 23937 + type: CableApcExtension + components: + - pos: 6.5,33.5 + parent: 864 + type: Transform +- uid: 23938 + type: CableApcExtension + components: + - pos: 6.5,34.5 + parent: 864 + type: Transform +- uid: 23939 + type: CableApcExtension + components: + - pos: 7.5,34.5 + parent: 864 + type: Transform +- uid: 23940 + type: CableApcExtension + components: + - pos: 8.5,34.5 + parent: 864 + type: Transform +- uid: 23941 + type: CableApcExtension + components: + - pos: 9.5,34.5 + parent: 864 + type: Transform +- uid: 23942 + type: CableApcExtension + components: + - pos: 9.5,33.5 + parent: 864 + type: Transform +- uid: 23943 + type: RandomArcade + components: + - pos: 9.5,34.5 + parent: 864 + type: Transform +- uid: 23944 + type: RandomArcade + components: + - pos: 7.5,34.5 + parent: 864 + type: Transform +- uid: 23945 + type: RandomArcade + components: + - rot: 3.141592653589793 rad + pos: 9.5,30.5 + parent: 864 + type: Transform +- uid: 23946 + type: RandomArcade + components: + - rot: 3.141592653589793 rad + pos: 7.5,30.5 + parent: 864 + type: Transform +- uid: 23947 + type: Chair + components: + - pos: 6.5,34.5 + parent: 864 + type: Transform +- uid: 23948 + type: Chair + components: + - pos: 10.5,34.5 + parent: 864 + type: Transform +- uid: 23949 + type: PoweredSmallLight + components: + - pos: 9.5,34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23950 + type: AirlockMaintLocked + components: + - pos: 4.5,32.5 + parent: 864 + type: Transform +- uid: 23951 + type: TableCarpet + components: + - pos: 8.5,32.5 + parent: 864 + type: Transform +- uid: 23952 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 9.5,32.5 + parent: 864 + type: Transform +- uid: 23953 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 7.5,32.5 + parent: 864 + type: Transform +- uid: 23954 + type: ChessBoard + components: + - rot: 1.5707963267948966 rad + pos: 8.516274,32.607613 + parent: 864 + type: Transform +- uid: 23955 + type: BaseBigBox + components: + - pos: 58.475555,34.501217 + parent: 864 + type: Transform +- uid: 23956 + type: BaseBigBox + components: + - pos: 54.58493,33.532467 + parent: 864 + type: Transform +- uid: 23957 + type: BoxCardboard + components: + - pos: 57.684505,34.726276 + parent: 864 + type: Transform +- uid: 23958 + type: BoxCardboard + components: + - pos: 57.26263,34.39815 + parent: 864 + type: Transform +- uid: 23959 + type: Bed + components: + - pos: -23.5,31.5 + parent: 864 + type: Transform +- uid: 23960 + type: BedsheetUSA + components: + - pos: -23.5,31.5 + parent: 864 + type: Transform +- uid: 23961 + type: ComputerTelevision + components: + - pos: -22.5,31.5 + parent: 864 + type: Transform +- uid: 23962 + type: CarpetGreen + components: + - rot: 1.5707963267948966 rad + pos: -22.5,30.5 + parent: 864 + type: Transform +- uid: 23963 + type: TableWood + components: + - pos: -23.5,29.5 + parent: 864 + type: Transform +- uid: 23964 + type: CarpetGreen + components: + - rot: 1.5707963267948966 rad + pos: -23.5,30.5 + parent: 864 + type: Transform +- uid: 23965 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -24.5,30.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 23966 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: -24.5,29.5 + parent: 864 + type: Transform +- uid: 23967 + type: CarpetGreen + components: + - pos: -23.5,31.5 + parent: 864 + type: Transform +- uid: 23968 + type: VendingMachineClothing + components: + - pos: -19.5,31.5 + parent: 864 + type: Transform +- uid: 23969 + type: CarpetGreen + components: + - pos: -23.5,29.5 + parent: 864 + type: Transform +- uid: 23970 + type: CarpetGreen + components: + - pos: -22.5,31.5 + parent: 864 + type: Transform +- uid: 23971 + type: MaterialWoodPlank1 + components: + - pos: 17.500986,29.51836 + parent: 864 + type: Transform +- uid: 23972 + type: CarpetGreen + components: + - pos: -22.5,29.5 + parent: 864 + type: Transform +- uid: 23973 + type: CarpetOrange + components: + - pos: -45.5,15.5 + parent: 864 + type: Transform +- uid: 23974 + type: CarpetOrange + components: + - pos: -45.5,14.5 + parent: 864 + type: Transform +- uid: 23975 + type: CarpetOrange + components: + - pos: -44.5,15.5 + parent: 864 + type: Transform +- uid: 23976 + type: CarpetOrange + components: + - pos: -44.5,14.5 + parent: 864 + type: Transform +- uid: 23977 + type: CarpetPink + components: + - pos: -49.5,15.5 + parent: 864 + type: Transform +- uid: 23978 + type: CarpetPink + components: + - pos: -49.5,14.5 + parent: 864 + type: Transform +- uid: 23979 + type: CarpetPink + components: + - pos: -48.5,15.5 + parent: 864 + type: Transform +- uid: 23980 + type: CarpetPink + components: + - pos: -48.5,14.5 + parent: 864 + type: Transform +- uid: 23981 + type: Dresser + components: + - pos: -24.5,31.5 + parent: 864 + type: Transform +- uid: 23982 + type: PoweredSmallLight + components: + - pos: -23.5,31.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23983 + type: TableCounterWood + components: + - pos: 57.5,32.5 + parent: 864 + type: Transform +- uid: 23984 + type: Dresser + components: + - pos: 54.5,32.5 + parent: 864 + type: Transform +- uid: 23985 + type: filingCabinetDrawer + components: + - pos: 58.5,31.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 23986 + type: CableApcExtension + components: + - pos: 57.5,33.5 + parent: 864 + type: Transform +- uid: 23987 + type: CableApcExtension + components: + - pos: 58.5,33.5 + parent: 864 + type: Transform +- uid: 23988 + type: CableApcExtension + components: + - pos: 55.5,31.5 + parent: 864 + type: Transform +- uid: 23989 + type: CableApcExtension + components: + - pos: 54.5,31.5 + parent: 864 + type: Transform +- uid: 23990 + type: AirlockMaintGlassLocked + components: + - pos: 56.5,35.5 + parent: 864 + type: Transform +- uid: 23991 + type: PoweredSmallLightEmpty + components: + - pos: 57.5,34.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23992 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 57.5,28.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 23993 + type: FoodRicePork + components: + - pos: -19.554262,42.701466 + parent: 864 + type: Transform +- uid: 23994 + type: FoodRiceBoiled + components: + - pos: -19.538637,41.826466 + parent: 864 + type: Transform +- uid: 23995 + type: PosterContrabandShamblersJuice + components: + - name: changs + type: MetaData + - pos: -19.5,44.5 + parent: 864 + type: Transform +- uid: 23996 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -22.5,40.5 + parent: 864 + type: Transform +- uid: 23997 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -21.5,40.5 + parent: 864 + type: Transform +- uid: 23998 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -20.5,40.5 + parent: 864 + type: Transform +- uid: 23999 + type: VendingMachineDinnerware + components: + - pos: -22.5,42.5 + parent: 864 + type: Transform +- uid: 24000 + type: WallSolid + components: + - pos: -23.5,40.5 + parent: 864 + type: Transform +- uid: 24001 + type: AirlockServiceLocked + components: + - name: changs + type: MetaData + - pos: -23.5,41.5 + parent: 864 + type: Transform +- uid: 24002 + type: WallSolid + components: + - pos: -23.5,42.5 + parent: 864 + type: Transform +- uid: 24003 + type: WallSolid + components: + - pos: -23.5,43.5 + parent: 864 + type: Transform +- uid: 24004 + type: WallSolid + components: + - pos: -23.5,44.5 + parent: 864 + type: Transform +- uid: 24005 + type: WallSolid + components: + - pos: -23.5,45.5 + parent: 864 + type: Transform +- uid: 24006 + type: WallSolid + components: + - pos: -23.5,46.5 + parent: 864 + type: Transform +- uid: 24007 + type: WallSolid + components: + - pos: -22.5,46.5 + parent: 864 + type: Transform +- uid: 24008 + type: WallSolid + components: + - pos: -21.5,46.5 + parent: 864 + type: Transform +- uid: 24009 + type: WallSolid + components: + - pos: -20.5,46.5 + parent: 864 + type: Transform +- uid: 24010 + type: WallReinforced + components: + - pos: 3.5,58.5 + parent: 864 + type: Transform +- uid: 24011 + type: AirlockServiceLocked + components: + - name: Changs + type: MetaData + - pos: -19.5,45.5 + parent: 864 + type: Transform +- uid: 24012 + type: Table + components: + - pos: -22.5,45.5 + parent: 864 + type: Transform +- uid: 24013 + type: Table + components: + - pos: -22.5,44.5 + parent: 864 + type: Transform +- uid: 24014 + type: Table + components: + - pos: -22.5,43.5 + parent: 864 + type: Transform +- uid: 24015 + type: KitchenMicrowave + components: + - pos: -22.5,45.5 + parent: 864 + type: Transform +- uid: 24016 + type: ReagentContainerRice + components: + - pos: -22.276304,44.96307 + parent: 864 + type: Transform +- uid: 24017 + type: ReagentContainerRice + components: + - pos: -22.620054,44.759945 + parent: 864 + type: Transform +- uid: 24018 + type: PottedPlantRandomPlastic + components: + - pos: 54.5,31.5 + parent: 864 + type: Transform +- uid: 24019 + type: ClockworkShield + components: + - pos: 57.48767,32.508053 + parent: 864 + type: Transform +- uid: 24020 + type: RandomFoodSingle + components: + - pos: 67.5,10.5 + parent: 864 + type: Transform +- uid: 24021 + type: ComputerTelevision + components: + - pos: -18.5,35.5 + parent: 864 + type: Transform +- uid: 24022 + type: Bed + components: + - pos: -19.5,33.5 + parent: 864 + type: Transform +- uid: 24023 + type: BedsheetRed + components: + - pos: -19.5,33.5 + parent: 864 + type: Transform +- uid: 24024 + type: Dresser + components: + - pos: -19.5,35.5 + parent: 864 + type: Transform +- uid: 24025 + type: TableWood + components: + - pos: -18.5,33.5 + parent: 864 + type: Transform +- uid: 24026 + type: TableWood + components: + - pos: -21.5,35.5 + parent: 864 + type: Transform +- uid: 24027 + type: RadioHandheld + components: + - pos: -21.414516,35.539524 + parent: 864 + type: Transform +- uid: 24028 + type: FoodRicePudding + components: + - pos: -18.492641,33.633274 + parent: 864 + type: Transform +- uid: 24029 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -18.5,48.5 + parent: 864 + type: Transform +- uid: 24030 + type: CableMV + components: + - pos: -15.5,36.5 + parent: 864 + type: Transform +- uid: 24031 + type: CableMV + components: + - pos: -15.5,37.5 + parent: 864 + type: Transform +- uid: 24032 + type: CableMV + components: + - pos: -15.5,38.5 + parent: 864 + type: Transform +- uid: 24033 + type: CableMV + components: + - pos: -15.5,39.5 + parent: 864 + type: Transform +- uid: 24034 + type: CableMV + components: + - pos: -15.5,40.5 + parent: 864 + type: Transform +- uid: 24035 + type: CableMV + components: + - pos: -15.5,41.5 + parent: 864 + type: Transform +- uid: 24036 + type: CableMV + components: + - pos: -15.5,42.5 + parent: 864 + type: Transform +- uid: 24037 + type: Poweredlight + components: + - pos: -21.5,45.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 24038 + type: AirlockGlass + components: + - rot: -1.5707963267948966 rad + pos: -16.5,48.5 + parent: 864 + type: Transform +- uid: 24039 + type: CableApcExtension + components: + - pos: -15.5,42.5 + parent: 864 + type: Transform +- uid: 24040 + type: CableApcExtension + components: + - pos: -16.5,42.5 + parent: 864 + type: Transform +- uid: 24041 + type: CableApcExtension + components: + - pos: -16.5,41.5 + parent: 864 + type: Transform +- uid: 24042 + type: CableApcExtension + components: + - pos: -16.5,40.5 + parent: 864 + type: Transform +- uid: 24043 + type: CableApcExtension + components: + - pos: -16.5,39.5 + parent: 864 + type: Transform +- uid: 24044 + type: CableApcExtension + components: + - pos: -16.5,38.5 + parent: 864 + type: Transform +- uid: 24045 + type: CableApcExtension + components: + - pos: -16.5,37.5 + parent: 864 + type: Transform +- uid: 24046 + type: CableApcExtension + components: + - pos: -16.5,36.5 + parent: 864 + type: Transform +- uid: 24047 + type: CableApcExtension + components: + - pos: -16.5,35.5 + parent: 864 + type: Transform +- uid: 24048 + type: CableApcExtension + components: + - pos: -16.5,34.5 + parent: 864 + type: Transform +- uid: 24049 + type: CableApcExtension + components: + - pos: -16.5,33.5 + parent: 864 + type: Transform +- uid: 24050 + type: CableApcExtension + components: + - pos: -16.5,32.5 + parent: 864 + type: Transform +- uid: 24051 + type: CableApcExtension + components: + - pos: -16.5,31.5 + parent: 864 + type: Transform +- uid: 24052 + type: CableApcExtension + components: + - pos: -16.5,30.5 + parent: 864 + type: Transform +- uid: 24053 + type: CableApcExtension + components: + - pos: -16.5,29.5 + parent: 864 + type: Transform +- uid: 24054 + type: CableApcExtension + components: + - pos: -15.5,29.5 + parent: 864 + type: Transform +- uid: 24055 + type: CableApcExtension + components: + - pos: -14.5,29.5 + parent: 864 + type: Transform +- uid: 24056 + type: CableApcExtension + components: + - pos: -14.5,30.5 + parent: 864 + type: Transform +- uid: 24057 + type: CableApcExtension + components: + - pos: -14.5,31.5 + parent: 864 + type: Transform +- uid: 24058 + type: CableApcExtension + components: + - pos: -14.5,32.5 + parent: 864 + type: Transform +- uid: 24059 + type: CableApcExtension + components: + - pos: -14.5,33.5 + parent: 864 + type: Transform +- uid: 24060 + type: CableApcExtension + components: + - pos: -14.5,34.5 + parent: 864 + type: Transform +- uid: 24061 + type: CableApcExtension + components: + - pos: -14.5,35.5 + parent: 864 + type: Transform +- uid: 24062 + type: CableApcExtension + components: + - pos: -14.5,36.5 + parent: 864 + type: Transform +- uid: 24063 + type: CableApcExtension + components: + - pos: -14.5,37.5 + parent: 864 + type: Transform +- uid: 24064 + type: CableApcExtension + components: + - pos: -14.5,38.5 + parent: 864 + type: Transform +- uid: 24065 + type: CableApcExtension + components: + - pos: -14.5,39.5 + parent: 864 + type: Transform +- uid: 24066 + type: CableApcExtension + components: + - pos: -14.5,40.5 + parent: 864 + type: Transform +- uid: 24067 + type: CableApcExtension + components: + - pos: -14.5,41.5 + parent: 864 + type: Transform +- uid: 24068 + type: CableApcExtension + components: + - pos: -14.5,42.5 + parent: 864 + type: Transform +- uid: 24069 + type: CableApcExtension + components: + - pos: -17.5,41.5 + parent: 864 + type: Transform +- uid: 24070 + type: CableApcExtension + components: + - pos: -18.5,41.5 + parent: 864 + type: Transform +- uid: 24071 + type: CableApcExtension + components: + - pos: -18.5,42.5 + parent: 864 + type: Transform +- uid: 24072 + type: CableApcExtension + components: + - pos: -18.5,43.5 + parent: 864 + type: Transform +- uid: 24073 + type: CableApcExtension + components: + - pos: -18.5,44.5 + parent: 864 + type: Transform +- uid: 24074 + type: CableApcExtension + components: + - pos: -18.5,45.5 + parent: 864 + type: Transform +- uid: 24075 + type: CableApcExtension + components: + - pos: -19.5,45.5 + parent: 864 + type: Transform +- uid: 24076 + type: CableApcExtension + components: + - pos: -20.5,45.5 + parent: 864 + type: Transform +- uid: 24077 + type: CableApcExtension + components: + - pos: -21.5,45.5 + parent: 864 + type: Transform +- uid: 24078 + type: CableApcExtension + components: + - pos: -22.5,45.5 + parent: 864 + type: Transform +- uid: 24079 + type: CableApcExtension + components: + - pos: -21.5,44.5 + parent: 864 + type: Transform +- uid: 24080 + type: CableApcExtension + components: + - pos: -21.5,43.5 + parent: 864 + type: Transform +- uid: 24081 + type: CableApcExtension + components: + - pos: -21.5,42.5 + parent: 864 + type: Transform +- uid: 24082 + type: CableApcExtension + components: + - pos: -21.5,41.5 + parent: 864 + type: Transform +- uid: 24083 + type: CableApcExtension + components: + - pos: -21.5,40.5 + parent: 864 + type: Transform +- uid: 24084 + type: CableApcExtension + components: + - pos: -17.5,44.5 + parent: 864 + type: Transform +- uid: 24085 + type: CableApcExtension + components: + - pos: -16.5,44.5 + parent: 864 + type: Transform +- uid: 24086 + type: CableApcExtension + components: + - pos: -16.5,45.5 + parent: 864 + type: Transform +- uid: 24087 + type: CableApcExtension + components: + - pos: -16.5,46.5 + parent: 864 + type: Transform +- uid: 24088 + type: CableApcExtension + components: + - pos: -16.5,47.5 + parent: 864 + type: Transform +- uid: 24089 + type: CableApcExtension + components: + - pos: -16.5,48.5 + parent: 864 + type: Transform +- uid: 24090 + type: CableApcExtension + components: + - pos: -16.5,49.5 + parent: 864 + type: Transform +- uid: 24091 + type: CableApcExtension + components: + - pos: -16.5,50.5 + parent: 864 + type: Transform +- uid: 24092 + type: CableApcExtension + components: + - pos: -16.5,51.5 + parent: 864 + type: Transform +- uid: 24093 + type: CableApcExtension + components: + - pos: -17.5,51.5 + parent: 864 + type: Transform +- uid: 24094 + type: CableApcExtension + components: + - pos: -18.5,51.5 + parent: 864 + type: Transform +- uid: 24095 + type: CableApcExtension + components: + - pos: -18.5,50.5 + parent: 864 + type: Transform +- uid: 24096 + type: CableApcExtension + components: + - pos: -18.5,49.5 + parent: 864 + type: Transform +- uid: 24097 + type: CableApcExtension + components: + - pos: -18.5,48.5 + parent: 864 + type: Transform +- uid: 24098 + type: CableApcExtension + components: + - pos: -18.5,47.5 + parent: 864 + type: Transform +- uid: 24099 + type: CableApcExtension + components: + - pos: -18.5,46.5 + parent: 864 + type: Transform +- uid: 24100 + type: CableApcExtension + components: + - pos: -13.5,39.5 + parent: 864 + type: Transform +- uid: 24101 + type: CableApcExtension + components: + - pos: -12.5,39.5 + parent: 864 + type: Transform +- uid: 24102 + type: CableApcExtension + components: + - pos: -11.5,39.5 + parent: 864 + type: Transform +- uid: 24103 + type: CableApcExtension + components: + - pos: -10.5,39.5 + parent: 864 + type: Transform +- uid: 24104 + type: CableApcExtension + components: + - pos: -9.5,39.5 + parent: 864 + type: Transform +- uid: 24105 + type: CableApcExtension + components: + - pos: -8.5,39.5 + parent: 864 + type: Transform +- uid: 24106 + type: CableApcExtension + components: + - pos: -8.5,38.5 + parent: 864 + type: Transform +- uid: 24107 + type: CableApcExtension + components: + - pos: -8.5,37.5 + parent: 864 + type: Transform +- uid: 24108 + type: CableApcExtension + components: + - pos: -9.5,37.5 + parent: 864 + type: Transform +- uid: 24109 + type: CableApcExtension + components: + - pos: -10.5,37.5 + parent: 864 + type: Transform +- uid: 24110 + type: CableApcExtension + components: + - pos: -11.5,37.5 + parent: 864 + type: Transform +- uid: 24111 + type: CableApcExtension + components: + - pos: -12.5,37.5 + parent: 864 + type: Transform +- uid: 24112 + type: CableApcExtension + components: + - pos: -13.5,37.5 + parent: 864 + type: Transform +- uid: 24113 + type: CableApcExtension + components: + - pos: -17.5,34.5 + parent: 864 + type: Transform +- uid: 24114 + type: CableApcExtension + components: + - pos: -18.5,34.5 + parent: 864 + type: Transform +- uid: 24115 + type: CableApcExtension + components: + - pos: -19.5,34.5 + parent: 864 + type: Transform +- uid: 24116 + type: CableApcExtension + components: + - pos: -20.5,34.5 + parent: 864 + type: Transform +- uid: 24117 + type: CableApcExtension + components: + - pos: -21.5,34.5 + parent: 864 + type: Transform +- uid: 24118 + type: CableApcExtension + components: + - pos: -13.5,34.5 + parent: 864 + type: Transform +- uid: 24119 + type: CableApcExtension + components: + - pos: -12.5,34.5 + parent: 864 + type: Transform +- uid: 24120 + type: CableApcExtension + components: + - pos: -11.5,34.5 + parent: 864 + type: Transform +- uid: 24121 + type: CableApcExtension + components: + - pos: -11.5,33.5 + parent: 864 + type: Transform +- uid: 24122 + type: CableApcExtension + components: + - pos: -11.5,32.5 + parent: 864 + type: Transform +- uid: 24123 + type: CableApcExtension + components: + - pos: -11.5,31.5 + parent: 864 + type: Transform +- uid: 24124 + type: CableApcExtension + components: + - pos: -15.5,44.5 + parent: 864 + type: Transform +- uid: 24125 + type: FirelockGlass + components: + - pos: -19.5,43.5 + parent: 864 + type: Transform +- uid: 24126 + type: FirelockGlass + components: + - pos: -19.5,42.5 + parent: 864 + type: Transform +- uid: 24127 + type: FirelockGlass + components: + - pos: -19.5,41.5 + parent: 864 + type: Transform +- uid: 24128 + type: Firelock + components: + - pos: -19.5,45.5 + parent: 864 + type: Transform +- uid: 24129 + type: Firelock + components: + - pos: -13.5,38.5 + parent: 864 + type: Transform +- uid: 24130 + type: Firelock + components: + - pos: -17.5,34.5 + parent: 864 + type: Transform +- uid: 24131 + type: Firelock + components: + - pos: -13.5,34.5 + parent: 864 + type: Transform +- uid: 24132 + type: FirelockGlass + components: + - pos: -17.5,30.5 + parent: 864 + type: Transform +- uid: 24133 + type: FirelockGlass + components: + - pos: -17.5,29.5 + parent: 864 + type: Transform +- uid: 24134 + type: AirlockMaintLocked + components: + - pos: -22.5,34.5 + parent: 864 + type: Transform +- uid: 24135 + type: WallSolid + components: + - pos: -8.5,47.5 + parent: 864 + type: Transform +- uid: 24136 + type: WallSolid + components: + - pos: -7.5,47.5 + parent: 864 + type: Transform +- uid: 24137 + type: WallSolid + components: + - pos: -6.5,47.5 + parent: 864 + type: Transform +- uid: 24138 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: -11.5,52.5 + parent: 864 + type: Transform +- uid: 24139 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: -6.5,57.5 + parent: 864 + type: Transform +- uid: 24140 + type: WallSolid + components: + - pos: -2.5,47.5 + parent: 864 + type: Transform +- uid: 24141 + type: WallSolid + components: + - pos: -1.5,47.5 + parent: 864 + type: Transform +- uid: 24142 + type: WallSolid + components: + - pos: -1.5,48.5 + parent: 864 + type: Transform +- uid: 24143 + type: WallSolid + components: + - pos: -1.5,49.5 + parent: 864 + type: Transform +- uid: 24144 + type: WallSolid + components: + - pos: -1.5,50.5 + parent: 864 + type: Transform +- uid: 24145 + type: WallSolid + components: + - pos: -1.5,51.5 + parent: 864 + type: Transform +- uid: 24146 + type: WallSolid + components: + - pos: -1.5,52.5 + parent: 864 + type: Transform +- uid: 24147 + type: WallSolid + components: + - pos: -1.5,53.5 + parent: 864 + type: Transform +- uid: 24148 + type: WallSolid + components: + - pos: -1.5,54.5 + parent: 864 + type: Transform +- uid: 24149 + type: WallReinforced + components: + - pos: 2.5,45.5 + parent: 864 + type: Transform +- uid: 24150 + type: WallReinforced + components: + - pos: 2.5,44.5 + parent: 864 + type: Transform +- uid: 24151 + type: WallReinforced + components: + - pos: 2.5,52.5 + parent: 864 + type: Transform +- uid: 24152 + type: WallReinforced + components: + - pos: 2.5,53.5 + parent: 864 + type: Transform +- uid: 24153 + type: WallReinforced + components: + - pos: 2.5,54.5 + parent: 864 + type: Transform +- uid: 24154 + type: WallReinforced + components: + - pos: 2.5,55.5 + parent: 864 + type: Transform +- uid: 24155 + type: WallReinforced + components: + - pos: 3.5,56.5 + parent: 864 + type: Transform +- uid: 24156 + type: WallSolid + components: + - pos: -8.5,43.5 + parent: 864 + type: Transform +- uid: 24157 + type: WallReinforced + components: + - pos: -7.5,43.5 + parent: 864 + type: Transform +- uid: 24158 + type: WallReinforced + components: + - pos: 3.5,59.5 + parent: 864 + type: Transform +- uid: 24159 + type: WallReinforced + components: + - pos: 2.5,56.5 + parent: 864 + type: Transform +- uid: 24160 + type: ReinforcedWindow + components: + - pos: -1.5,42.5 + parent: 864 + type: Transform +- uid: 24161 + type: WallReinforced + components: + - pos: -4.5,42.5 + parent: 864 + type: Transform +- uid: 24162 + type: WallReinforced + components: + - pos: -5.5,42.5 + parent: 864 + type: Transform +- uid: 24163 + type: WallReinforced + components: + - pos: -0.5,42.5 + parent: 864 + type: Transform +- uid: 24164 + type: WallReinforced + components: + - pos: 0.5,42.5 + parent: 864 + type: Transform +- uid: 24165 + type: WallReinforced + components: + - pos: 2.5,60.5 + parent: 864 + type: Transform +- uid: 24166 + type: Grille + components: + - pos: 2.5,50.5 + parent: 864 + type: Transform +- uid: 24167 + type: Grille + components: + - pos: 2.5,47.5 + parent: 864 + type: Transform +- uid: 24168 + type: GrilleBroken + components: + - rot: -1.5707963267948966 rad + pos: 2.5,49.5 + parent: 864 + type: Transform +- uid: 24169 + type: GrilleBroken + components: + - rot: 1.5707963267948966 rad + pos: 2.5,49.5 + parent: 864 + type: Transform +- uid: 24170 + type: GrilleBroken + components: + - rot: 3.141592653589793 rad + pos: 2.5,48.5 + parent: 864 + type: Transform +- uid: 24171 + type: GrilleBroken + components: + - pos: 2.5,48.5 + parent: 864 + type: Transform +- uid: 24172 + type: ReinforcedWindow + components: + - pos: 2.5,51.5 + parent: 864 + type: Transform +- uid: 24173 + type: ReinforcedWindow + components: + - pos: 2.5,50.5 + parent: 864 + type: Transform +- uid: 24174 + type: ReinforcedWindow + components: + - pos: 2.5,47.5 + parent: 864 + type: Transform +- uid: 24175 + type: ShardGlassReinforced + components: + - rot: -1.5707963267948966 rad + pos: 3.3392181,49.50218 + parent: 864 + type: Transform +- uid: 24176 + type: ShardGlassReinforced + components: + - rot: 3.141592653589793 rad + pos: 2.3392181,49.47093 + parent: 864 + type: Transform +- uid: 24177 + type: ShardGlassReinforced + components: + - rot: 3.141592653589793 rad + pos: 1.651718,49.767803 + parent: 864 + type: Transform +- uid: 24178 + type: ShardGlassReinforced + components: + - rot: 1.5707963267948966 rad + pos: 2.6048431,48.43968 + parent: 864 + type: Transform +- uid: 24179 + type: ShardGlassReinforced + components: + - pos: 3.3860931,48.767803 + parent: 864 + type: Transform +- uid: 24180 + type: ShardGlassReinforced + components: + - rot: -1.5707963267948966 rad + pos: 1.745468,48.361553 + parent: 864 + type: Transform +- uid: 24181 + type: PartRodMetal1 + components: + - rot: -1.5707963267948966 rad + pos: 3.9014397,49.543682 + parent: 864 + type: Transform +- uid: 24182 + type: PartRodMetal1 + components: + - rot: 3.141592653589793 rad + pos: 1.4099668,48.504288 + parent: 864 + type: Transform +- uid: 24183 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 3.5,53.5 + parent: 864 + type: Transform +- uid: 24184 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 4.5,53.5 + parent: 864 + type: Transform +- uid: 24185 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 4.5,54.5 + parent: 864 + type: Transform +- uid: 24186 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 4.5,55.5 + parent: 864 + type: Transform +- uid: 24187 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 5.5,55.5 + parent: 864 + type: Transform +- uid: 24188 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 5.5,56.5 + parent: 864 + type: Transform +- uid: 24189 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 6.5,56.5 + parent: 864 + type: Transform +- uid: 24190 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 7.5,56.5 + parent: 864 + type: Transform +- uid: 24191 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 7.5,57.5 + parent: 864 + type: Transform +- uid: 24192 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 8.5,57.5 + parent: 864 + type: Transform +- uid: 24193 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 9.5,57.5 + parent: 864 + type: Transform +- uid: 24194 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 9.5,58.5 + parent: 864 + type: Transform +- uid: 24195 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 10.5,58.5 + parent: 864 + type: Transform +- uid: 24196 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 11.5,58.5 + parent: 864 + type: Transform +- uid: 24197 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 12.5,58.5 + parent: 864 + type: Transform +- uid: 24198 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 13.5,59.5 + parent: 864 + type: Transform +- uid: 24199 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 13.5,58.5 + parent: 864 + type: Transform +- uid: 24200 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 3.5,52.5 + parent: 864 + type: Transform +- uid: 24201 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 4.5,52.5 + parent: 864 + type: Transform +- uid: 24202 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 5.5,51.5 + parent: 864 + type: Transform +- uid: 24203 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 5.5,52.5 + parent: 864 + type: Transform +- uid: 24204 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 6.5,51.5 + parent: 864 + type: Transform +- uid: 24205 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 7.5,51.5 + parent: 864 + type: Transform +- uid: 24206 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 8.5,50.5 + parent: 864 + type: Transform +- uid: 24207 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 8.5,51.5 + parent: 864 + type: Transform +- uid: 24208 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 9.5,50.5 + parent: 864 + type: Transform +- uid: 24209 + type: WallReinforced + components: + - pos: 5.5,49.5 + parent: 864 + type: Transform +- uid: 24210 + type: BlastDoorBridge + components: + - pos: 10.5,47.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -48278.88 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 24227 + Close: + - port: Off + uid: 24227 + Toggle: [] + type: SignalReceiver +- uid: 24211 + type: BlastDoorBridge + components: + - pos: 10.5,49.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -48278.88 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 24227 + Close: + - port: Off + uid: 24227 + Toggle: [] + type: SignalReceiver +- uid: 24212 + type: BlastDoorBridge + components: + - pos: 10.5,48.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -48278.88 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 24227 + Close: + - port: Off + uid: 24227 + Toggle: [] + type: SignalReceiver +- uid: 24213 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 9.5,46.5 + parent: 864 + type: Transform +- uid: 24214 + type: WallReinforced + components: + - pos: 10.5,50.5 + parent: 864 + type: Transform +- uid: 24215 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 8.5,45.5 + parent: 864 + type: Transform +- uid: 24216 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 7.5,45.5 + parent: 864 + type: Transform +- uid: 24217 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 9.5,45.5 + parent: 864 + type: Transform +- uid: 24218 + type: WallReinforced + components: + - pos: 10.5,46.5 + parent: 864 + type: Transform +- uid: 24219 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 7.5,44.5 + parent: 864 + type: Transform +- uid: 24220 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 6.5,44.5 + parent: 864 + type: Transform +- uid: 24221 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 5.5,44.5 + parent: 864 + type: Transform +- uid: 24222 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 4.5,44.5 + parent: 864 + type: Transform +- uid: 24223 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 4.5,45.5 + parent: 864 + type: Transform +- uid: 24224 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 3.5,46.5 + parent: 864 + type: Transform +- uid: 24225 + type: AsteroidRock + components: + - rot: 3.141592653589793 rad + pos: 4.5,46.5 + parent: 864 + type: Transform +- uid: 24226 + type: Floodlight + components: + - pos: 6.532791,48.672844 + parent: 864 + type: Transform +- uid: 24227 + type: SignalSwitch + components: + - pos: 5.5,49.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 24211 + - port: Open + uid: 24212 + - port: Open + uid: 24210 + Off: + - port: Close + uid: 24211 + - port: Close + uid: 24212 + - port: Close + uid: 24210 + type: SignalTransmitter +- uid: 24228 + type: AsteroidRock + components: + - pos: 10.5,51.5 + parent: 864 + type: Transform +- uid: 24229 + type: AsteroidRock + components: + - pos: 9.5,51.5 + parent: 864 + type: Transform +- uid: 24230 + type: AsteroidRock + components: + - pos: 8.5,52.5 + parent: 864 + type: Transform +- uid: 24231 + type: AsteroidRock + components: + - pos: 7.5,52.5 + parent: 864 + type: Transform +- uid: 24232 + type: AsteroidRock + components: + - pos: 6.5,52.5 + parent: 864 + type: Transform +- uid: 24233 + type: AsteroidRock + components: + - pos: 5.5,54.5 + parent: 864 + type: Transform +- uid: 24234 + type: AsteroidRock + components: + - pos: 4.5,53.5 + parent: 864 + type: Transform +- uid: 24235 + type: AsteroidRock + components: + - pos: 5.5,53.5 + parent: 864 + type: Transform +- uid: 24236 + type: AsteroidRock + components: + - pos: 6.5,55.5 + parent: 864 + type: Transform +- uid: 24237 + type: AsteroidRock + components: + - pos: 8.5,56.5 + parent: 864 + type: Transform +- uid: 24238 + type: AsteroidRock + components: + - pos: 9.5,56.5 + parent: 864 + type: Transform +- uid: 24239 + type: AsteroidRock + components: + - pos: 10.5,57.5 + parent: 864 + type: Transform +- uid: 24240 + type: AsteroidRock + components: + - pos: 10.5,56.5 + parent: 864 + type: Transform +- uid: 24241 + type: AsteroidRock + components: + - pos: 11.5,57.5 + parent: 864 + type: Transform +- uid: 24242 + type: AsteroidRock + components: + - pos: 12.5,57.5 + parent: 864 + type: Transform +- uid: 24243 + type: AsteroidRock + components: + - pos: 13.5,57.5 + parent: 864 + type: Transform +- uid: 24244 + type: AsteroidRock + components: + - pos: 14.5,59.5 + parent: 864 + type: Transform +- uid: 24245 + type: AsteroidRock + components: + - pos: 15.5,59.5 + parent: 864 + type: Transform +- uid: 24246 + type: AsteroidRock + components: + - pos: 17.5,59.5 + parent: 864 + type: Transform +- uid: 24247 + type: AsteroidRock + components: + - pos: 16.5,59.5 + parent: 864 + type: Transform +- uid: 24248 + type: AsteroidRock + components: + - pos: 18.5,59.5 + parent: 864 + type: Transform +- uid: 24249 + type: AsteroidRock + components: + - pos: 11.5,46.5 + parent: 864 + type: Transform +- uid: 24250 + type: AsteroidRock + components: + - pos: 12.5,46.5 + parent: 864 + type: Transform +- uid: 24251 + type: AsteroidRock + components: + - pos: 13.5,45.5 + parent: 864 + type: Transform +- uid: 24252 + type: AsteroidRock + components: + - pos: 13.5,46.5 + parent: 864 + type: Transform +- uid: 24253 + type: AsteroidRock + components: + - pos: 14.5,45.5 + parent: 864 + type: Transform +- uid: 24254 + type: AsteroidRock + components: + - pos: 14.5,44.5 + parent: 864 + type: Transform +- uid: 24255 + type: AsteroidRock + components: + - pos: 15.5,44.5 + parent: 864 + type: Transform +- uid: 24256 + type: AsteroidRock + components: + - pos: 5.5,43.5 + parent: 864 + type: Transform +- uid: 24257 + type: AsteroidRock + components: + - pos: 6.5,43.5 + parent: 864 + type: Transform +- uid: 24258 + type: AsteroidRock + components: + - pos: 6.5,42.5 + parent: 864 + type: Transform +- uid: 24259 + type: AsteroidRock + components: + - pos: 7.5,41.5 + parent: 864 + type: Transform +- uid: 24260 + type: RandomPosterContraband + components: + - pos: -9.5,-94.5 + parent: 864 + type: Transform +- uid: 24261 + type: AsteroidRock + components: + - pos: 9.5,41.5 + parent: 864 + type: Transform +- uid: 24262 + type: AsteroidRock + components: + - pos: 11.5,41.5 + parent: 864 + type: Transform +- uid: 24263 + type: AsteroidRock + components: + - pos: 10.5,41.5 + parent: 864 + type: Transform +- uid: 24264 + type: AsteroidRock + components: + - pos: 12.5,42.5 + parent: 864 + type: Transform +- uid: 24265 + type: AsteroidRock + components: + - pos: 11.5,42.5 + parent: 864 + type: Transform +- uid: 24266 + type: AsteroidRock + components: + - pos: 7.5,42.5 + parent: 864 + type: Transform +- uid: 24267 + type: AsteroidRock + components: + - pos: 18.5,58.5 + parent: 864 + type: Transform +- uid: 24268 + type: AsteroidRock + components: + - pos: 19.5,58.5 + parent: 864 + type: Transform +- uid: 24269 + type: AsteroidRock + components: + - pos: 20.5,58.5 + parent: 864 + type: Transform +- uid: 24270 + type: AsteroidRock + components: + - pos: 21.5,58.5 + parent: 864 + type: Transform +- uid: 24271 + type: AsteroidRock + components: + - pos: 22.5,58.5 + parent: 864 + type: Transform +- uid: 24272 + type: AsteroidRock + components: + - pos: 22.5,57.5 + parent: 864 + type: Transform +- uid: 24273 + type: AsteroidRock + components: + - pos: 23.5,57.5 + parent: 864 + type: Transform +- uid: 24274 + type: AsteroidRock + components: + - pos: 24.5,57.5 + parent: 864 + type: Transform +- uid: 24275 + type: AsteroidRock + components: + - pos: 24.5,56.5 + parent: 864 + type: Transform +- uid: 24276 + type: AsteroidRock + components: + - pos: 24.5,55.5 + parent: 864 + type: Transform +- uid: 24277 + type: AsteroidRock + components: + - pos: 25.5,55.5 + parent: 864 + type: Transform +- uid: 24278 + type: AsteroidRock + components: + - pos: 25.5,54.5 + parent: 864 + type: Transform +- uid: 24279 + type: AsteroidRock + components: + - pos: 25.5,53.5 + parent: 864 + type: Transform +- uid: 24280 + type: WallReinforced + components: + - pos: 34.5,49.5 + parent: 864 + type: Transform +- uid: 24281 + type: WallReinforced + components: + - pos: 35.5,49.5 + parent: 864 + type: Transform +- uid: 24282 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 24.5,46.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24283 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 23.5,46.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24284 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 25.5,46.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24285 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 26.5,44.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24286 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 24.5,44.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24287 + type: AirlockExternalGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: 21.5,45.5 + parent: 864 + type: Transform +- uid: 24288 + type: AsteroidRock + components: + - rot: -1.5707963267948966 rad + pos: 19.5,43.5 + parent: 864 + type: Transform +- uid: 24289 + type: AsteroidRock + components: + - rot: -1.5707963267948966 rad + pos: 20.5,43.5 + parent: 864 + type: Transform +- uid: 24290 + type: AsteroidRock + components: + - rot: -1.5707963267948966 rad + pos: 21.5,48.5 + parent: 864 + type: Transform +- uid: 24291 + type: AsteroidRock + components: + - pos: 13.5,42.5 + parent: 864 + type: Transform +- uid: 24292 + type: AsteroidRock + components: + - pos: 14.5,42.5 + parent: 864 + type: Transform +- uid: 24293 + type: AsteroidRock + components: + - pos: 15.5,44.5 + parent: 864 + type: Transform +- uid: 24294 + type: AsteroidRock + components: + - pos: 14.5,43.5 + parent: 864 + type: Transform +- uid: 24295 + type: AsteroidRock + components: + - pos: 15.5,42.5 + parent: 864 + type: Transform +- uid: 24296 + type: AsteroidRock + components: + - pos: 15.5,43.5 + parent: 864 + type: Transform +- uid: 24297 + type: AsteroidRock + components: + - pos: 11.5,51.5 + parent: 864 + type: Transform +- uid: 24298 + type: AsteroidRock + components: + - pos: 12.5,51.5 + parent: 864 + type: Transform +- uid: 24299 + type: AsteroidRock + components: + - pos: 13.5,51.5 + parent: 864 + type: Transform +- uid: 24300 + type: AsteroidRock + components: + - pos: 14.5,51.5 + parent: 864 + type: Transform +- uid: 24301 + type: AsteroidRock + components: + - pos: 15.5,50.5 + parent: 864 + type: Transform +- uid: 24302 + type: AsteroidRock + components: + - pos: 16.5,50.5 + parent: 864 + type: Transform +- uid: 24303 + type: AsteroidRock + components: + - pos: 16.5,49.5 + parent: 864 + type: Transform +- uid: 24304 + type: AsteroidRock + components: + - pos: 16.5,48.5 + parent: 864 + type: Transform +- uid: 24305 + type: AsteroidRock + components: + - pos: 15.5,47.5 + parent: 864 + type: Transform +- uid: 24306 + type: AsteroidRock + components: + - pos: 16.5,47.5 + parent: 864 + type: Transform +- uid: 24307 + type: AsteroidRock + components: + - pos: 15.5,51.5 + parent: 864 + type: Transform +- uid: 24308 + type: AsteroidRock + components: + - pos: 17.5,48.5 + parent: 864 + type: Transform +- uid: 24309 + type: AsteroidRock + components: + - pos: 18.5,48.5 + parent: 864 + type: Transform +- uid: 24310 + type: AsteroidRock + components: + - pos: 19.5,48.5 + parent: 864 + type: Transform +- uid: 24311 + type: AsteroidRock + components: + - pos: 18.5,49.5 + parent: 864 + type: Transform +- uid: 24312 + type: AsteroidRock + components: + - pos: 17.5,49.5 + parent: 864 + type: Transform +- uid: 24313 + type: AsteroidRock + components: + - pos: 17.5,50.5 + parent: 864 + type: Transform +- uid: 24314 + type: AsteroidRock + components: + - pos: 16.5,51.5 + parent: 864 + type: Transform +- uid: 24315 + type: AsteroidRock + components: + - pos: 12.5,56.5 + parent: 864 + type: Transform +- uid: 24316 + type: AsteroidRock + components: + - pos: 13.5,56.5 + parent: 864 + type: Transform +- uid: 24317 + type: AsteroidRock + components: + - pos: 13.5,55.5 + parent: 864 + type: Transform +- uid: 24318 + type: AsteroidRock + components: + - pos: 14.5,55.5 + parent: 864 + type: Transform +- uid: 24319 + type: AsteroidRock + components: + - pos: 14.5,54.5 + parent: 864 + type: Transform +- uid: 24320 + type: AsteroidRock + components: + - pos: 13.5,52.5 + parent: 864 + type: Transform +- uid: 24321 + type: AsteroidRock + components: + - pos: 17.5,51.5 + parent: 864 + type: Transform +- uid: 24322 + type: AsteroidRock + components: + - pos: 17.5,52.5 + parent: 864 + type: Transform +- uid: 24323 + type: AsteroidRock + components: + - pos: 18.5,51.5 + parent: 864 + type: Transform +- uid: 24324 + type: AsteroidRock + components: + - pos: 18.5,52.5 + parent: 864 + type: Transform +- uid: 24325 + type: AsteroidRock + components: + - pos: 18.5,53.5 + parent: 864 + type: Transform +- uid: 24326 + type: AsteroidRock + components: + - pos: 19.5,53.5 + parent: 864 + type: Transform +- uid: 24327 + type: AsteroidRock + components: + - pos: 20.5,54.5 + parent: 864 + type: Transform +- uid: 24328 + type: AsteroidRock + components: + - pos: 20.5,53.5 + parent: 864 + type: Transform +- uid: 24329 + type: AsteroidRock + components: + - pos: 21.5,54.5 + parent: 864 + type: Transform +- uid: 24330 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 21.5,44.5 + parent: 864 + type: Transform +- uid: 24331 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 21.5,46.5 + parent: 864 + type: Transform +- uid: 24332 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 23.5,44.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24333 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 25.5,44.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24334 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 26.5,46.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24335 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 22.5,44.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24336 + type: BlastDoorExterior1Open + components: + - rot: -1.5707963267948966 rad + pos: 22.5,46.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -43266.926 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 26436 + Close: + - port: Off + uid: 26436 + Toggle: [] + type: SignalReceiver +- uid: 24337 + type: AsteroidRock + components: + - pos: 17.5,45.5 + parent: 864 + type: Transform +- uid: 24338 + type: AsteroidRock + components: + - pos: 23.5,50.5 + parent: 864 + type: Transform +- uid: 24339 + type: AsteroidRock + components: + - pos: 22.5,50.5 + parent: 864 + type: Transform +- uid: 24340 + type: AsteroidRock + components: + - pos: 22.5,49.5 + parent: 864 + type: Transform +- uid: 24341 + type: AsteroidRock + components: + - pos: 21.5,49.5 + parent: 864 + type: Transform +- uid: 24342 + type: AsteroidRock + components: + - pos: 21.5,50.5 + parent: 864 + type: Transform +- uid: 24343 + type: AsteroidRock + components: + - pos: 23.5,51.5 + parent: 864 + type: Transform +- uid: 24344 + type: AsteroidRock + components: + - pos: 23.5,52.5 + parent: 864 + type: Transform +- uid: 24345 + type: AsteroidRock + components: + - pos: 23.5,53.5 + parent: 864 + type: Transform +- uid: 24346 + type: AsteroidRock + components: + - pos: 18.5,57.5 + parent: 864 + type: Transform +- uid: 24347 + type: AsteroidRock + components: + - pos: 18.5,56.5 + parent: 864 + type: Transform +- uid: 24348 + type: AsteroidRock + components: + - pos: 18.5,55.5 + parent: 864 + type: Transform +- uid: 24349 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -21.5,33.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 24350 + type: CarpetGreen + components: + - rot: 1.5707963267948966 rad + pos: -19.5,33.5 + parent: 864 + type: Transform +- uid: 24351 + type: CarpetGreen + components: + - rot: 1.5707963267948966 rad + pos: -19.5,34.5 + parent: 864 + type: Transform +- uid: 24352 + type: CarpetGreen + components: + - rot: 1.5707963267948966 rad + pos: -19.5,35.5 + parent: 864 + type: Transform +- uid: 24353 + type: CarpetGreen + components: + - rot: 1.5707963267948966 rad + pos: -18.5,33.5 + parent: 864 + type: Transform +- uid: 24354 + type: CarpetGreen + components: + - rot: 1.5707963267948966 rad + pos: -18.5,34.5 + parent: 864 + type: Transform +- uid: 24355 + type: CarpetGreen + components: + - rot: 1.5707963267948966 rad + pos: -18.5,35.5 + parent: 864 + type: Transform +- uid: 24356 + type: Bed + components: + - pos: -10.5,31.5 + parent: 864 + type: Transform +- uid: 24357 + type: Dresser + components: + - pos: -10.5,32.5 + parent: 864 + type: Transform +- uid: 24358 + type: TableWood + components: + - pos: -12.5,35.5 + parent: 864 + type: Transform +- uid: 24359 + type: ComputerTelevision + components: + - pos: -11.5,35.5 + parent: 864 + type: Transform +- uid: 24360 + type: TableWood + components: + - pos: -12.5,32.5 + parent: 864 + type: Transform +- uid: 24361 + type: TableWood + components: + - pos: -12.5,31.5 + parent: 864 + type: Transform +- uid: 24362 + type: GasPipeStraight + components: + - pos: -16.5,35.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24363 + type: GasPipeStraight + components: + - pos: -16.5,36.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24364 + type: GasPipeStraight + components: + - pos: -16.5,37.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24365 + type: GasPipeStraight + components: + - pos: -16.5,38.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24366 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -16.5,39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24367 + type: GasPipeStraight + components: + - pos: -16.5,40.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24368 + type: GasPipeStraight + components: + - pos: -16.5,41.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24369 + type: GasPipeStraight + components: + - pos: -16.5,42.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24370 + type: GasPipeFourway + components: + - pos: -16.5,43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24371 + type: GasPipeStraight + components: + - pos: -15.5,34.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24372 + type: GasPipeStraight + components: + - pos: -15.5,35.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24373 + type: GasPipeStraight + components: + - pos: -15.5,36.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24374 + type: GasPipeStraight + components: + - pos: -15.5,37.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24375 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -15.5,38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24376 + type: GasPipeStraight + components: + - pos: -15.5,39.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24377 + type: GasPipeStraight + components: + - pos: -15.5,40.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24378 + type: GasPipeStraight + components: + - pos: -15.5,41.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24379 + type: GasPipeStraight + components: + - pos: -15.5,42.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24380 + type: GasPipeStraight + components: + - pos: -15.5,43.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24381 + type: GasPipeFourway + components: + - pos: -15.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24382 + type: GasPipeStraight + components: + - pos: -16.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24383 + type: GasPipeStraight + components: + - pos: -16.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24384 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -16.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24385 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -17.5,43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24386 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -18.5,43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24387 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -19.5,43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24388 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24389 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -17.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24390 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -18.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24391 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -19.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24392 + type: GasPipeBend + components: + - pos: -15.5,45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24393 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -16.5,45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24394 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -17.5,45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24395 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -17.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24396 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -17.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24397 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -17.5,48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24398 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -17.5,49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24399 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -16.5,47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24400 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -16.5,48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24401 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -16.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24402 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -14.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24403 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24404 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -14.5,43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24405 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -20.5,43.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24406 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -20.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24407 + type: GasVentPump + components: + - pos: -14.5,45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24408 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -15.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24409 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24410 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -13.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24411 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 24412 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -13.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24413 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24414 + type: DisposalBend + components: + - rot: -1.5707963267948966 rad + pos: -15.5,29.5 + parent: 864 + type: Transform +- uid: 24415 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -15.5,30.5 + parent: 864 + type: Transform +- uid: 24416 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -15.5,31.5 + parent: 864 + type: Transform +- uid: 24417 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -15.5,32.5 + parent: 864 + type: Transform +- uid: 24418 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -15.5,33.5 + parent: 864 + type: Transform +- uid: 24419 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -15.5,34.5 + parent: 864 + type: Transform +- uid: 24420 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -15.5,35.5 + parent: 864 + type: Transform +- uid: 24421 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -15.5,36.5 + parent: 864 + type: Transform +- uid: 24422 + type: DisposalJunction + components: + - pos: -15.5,37.5 + parent: 864 + type: Transform +- uid: 24423 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -16.5,37.5 + parent: 864 + type: Transform +- uid: 24424 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: -17.5,37.5 + parent: 864 + type: Transform +- uid: 24425 + type: DisposalUnit + components: + - pos: -17.5,37.5 + parent: 864 + type: Transform +- uid: 24426 + type: DisposalPipe + components: + - pos: -15.5,38.5 + parent: 864 + type: Transform +- uid: 24427 + type: DisposalPipe + components: + - pos: -15.5,39.5 + parent: 864 + type: Transform +- uid: 24428 + type: DisposalPipe + components: + - pos: -15.5,40.5 + parent: 864 + type: Transform +- uid: 24429 + type: DisposalPipe + components: + - pos: -15.5,41.5 + parent: 864 + type: Transform +- uid: 24430 + type: DisposalPipe + components: + - pos: -15.5,42.5 + parent: 864 + type: Transform +- uid: 24431 + type: DisposalPipe + components: + - pos: -15.5,43.5 + parent: 864 + type: Transform +- uid: 24432 + type: DisposalYJunction + components: + - pos: -15.5,44.5 + parent: 864 + type: Transform +- uid: 24433 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -14.5,44.5 + parent: 864 + type: Transform +- uid: 24434 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -13.5,44.5 + parent: 864 + type: Transform +- uid: 24435 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -12.5,44.5 + parent: 864 + type: Transform +- uid: 24436 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -11.5,44.5 + parent: 864 + type: Transform +- uid: 24437 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -16.5,44.5 + parent: 864 + type: Transform +- uid: 24438 + type: DisposalBend + components: + - rot: 3.141592653589793 rad + pos: -17.5,44.5 + parent: 864 + type: Transform +- uid: 24439 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -17.5,45.5 + parent: 864 + type: Transform +- uid: 24440 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -17.5,46.5 + parent: 864 + type: Transform +- uid: 24441 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -17.5,47.5 + parent: 864 + type: Transform +- uid: 24442 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -17.5,48.5 + parent: 864 + type: Transform +- uid: 24443 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -17.5,49.5 + parent: 864 + type: Transform +- uid: 24444 + type: CableApcExtension + components: + - pos: -14.5,44.5 + parent: 864 + type: Transform +- uid: 24445 + type: CableApcExtension + components: + - pos: -13.5,44.5 + parent: 864 + type: Transform +- uid: 24446 + type: CableApcExtension + components: + - pos: -12.5,44.5 + parent: 864 + type: Transform +- uid: 24447 + type: CableApcExtension + components: + - pos: -11.5,44.5 + parent: 864 + type: Transform +- uid: 24448 + type: CableApcExtension + components: + - pos: -10.5,44.5 + parent: 864 + type: Transform +- uid: 24449 + type: CableApcExtension + components: + - pos: -15.5,46.5 + parent: 864 + type: Transform +- uid: 24450 + type: CableApcExtension + components: + - pos: -14.5,46.5 + parent: 864 + type: Transform +- uid: 24451 + type: CableApcExtension + components: + - pos: -13.5,46.5 + parent: 864 + type: Transform +- uid: 24452 + type: CableApcExtension + components: + - pos: -12.5,46.5 + parent: 864 + type: Transform +- uid: 24453 + type: CableApcExtension + components: + - pos: -11.5,46.5 + parent: 864 + type: Transform +- uid: 24454 + type: CableApcExtension + components: + - pos: -10.5,46.5 + parent: 864 + type: Transform +- uid: 24455 + type: ClosetEmergencyFilledRandom + components: + - pos: -17.5,38.5 + parent: 864 + type: Transform +- uid: 24456 + type: UnfinishedMachineFrame + components: + - pos: -10.5,39.5 + parent: 864 + type: Transform +- uid: 24457 + type: ComputerFrame + components: + - pos: -10.5,37.5 + parent: 864 + type: Transform +- uid: 24458 + type: BedsheetGreen + components: + - pos: -10.5,31.5 + parent: 864 + type: Transform +- uid: 24459 + type: WallReinforced + components: + - pos: 61.5,40.5 + parent: 864 + type: Transform +- uid: 24460 + type: WallReinforced + components: + - pos: 61.5,36.5 + parent: 864 + type: Transform +- uid: 24461 + type: WallReinforced + components: + - pos: 61.5,35.5 + parent: 864 + type: Transform +- uid: 24462 + type: WallReinforced + components: + - pos: 60.5,35.5 + parent: 864 + type: Transform +- uid: 24463 + type: WallReinforced + components: + - pos: 59.5,35.5 + parent: 864 + type: Transform +- uid: 24464 + type: ReinforcedWindow + components: + - pos: 61.5,39.5 + parent: 864 + type: Transform +- uid: 24465 + type: ReinforcedWindow + components: + - pos: 61.5,38.5 + parent: 864 + type: Transform +- uid: 24466 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 42.5,37.5 + parent: 864 + type: Transform +- uid: 24467 + type: WallSolid + components: + - pos: 45.5,34.5 + parent: 864 + type: Transform +- uid: 24468 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 44.5,34.5 + parent: 864 + type: Transform +- uid: 24469 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 44.5,36.5 + parent: 864 + type: Transform +- uid: 24470 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 44.5,35.5 + parent: 864 + type: Transform +- uid: 24471 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 43.5,38.5 + parent: 864 + type: Transform +- uid: 24472 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 44.5,40.5 + parent: 864 + type: Transform +- uid: 24473 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 44.5,39.5 + parent: 864 + type: Transform +- uid: 24474 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 44.5,38.5 + parent: 864 + type: Transform +- uid: 24475 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 42.5,36.5 + parent: 864 + type: Transform +- uid: 24476 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 46.5,40.5 + parent: 864 + type: Transform +- uid: 24477 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 48.5,40.5 + parent: 864 + type: Transform +- uid: 24478 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 48.5,41.5 + parent: 864 + type: Transform +- uid: 24479 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 47.5,40.5 + parent: 864 + type: Transform +- uid: 24480 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: 45.5,40.5 + parent: 864 + type: Transform +- uid: 24481 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 43.5,36.5 + parent: 864 + type: Transform +- uid: 24482 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: 43.5,37.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 24503 + Forward: + - port: Left + uid: 24503 + Off: + - port: Middle + uid: 24503 + type: SignalReceiver +- uid: 24483 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: 44.5,37.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 24503 + Forward: + - port: Left + uid: 24503 + Off: + - port: Middle + uid: 24503 + type: SignalReceiver +- uid: 24484 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: 45.5,37.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 24503 + Forward: + - port: Left + uid: 24503 + Off: + - port: Middle + uid: 24503 + type: SignalReceiver +- uid: 24485 + type: ConveyorBelt + components: + - pos: 46.5,37.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 24503 + Forward: + - port: Left + uid: 24503 + Off: + - port: Middle + uid: 24503 + type: SignalReceiver +- uid: 24486 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: 46.5,36.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 24503 + Forward: + - port: Left + uid: 24503 + Off: + - port: Middle + uid: 24503 + type: SignalReceiver +- uid: 24487 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: 47.5,36.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 24503 + Forward: + - port: Left + uid: 24503 + Off: + - port: Middle + uid: 24503 + type: SignalReceiver +- uid: 24488 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: 48.5,36.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 24503 + Forward: + - port: Left + uid: 24503 + Off: + - port: Middle + uid: 24503 + type: SignalReceiver +- uid: 24489 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: 48.5,37.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 24503 + Forward: + - port: Left + uid: 24503 + Off: + - port: Middle + uid: 24503 + type: SignalReceiver +- uid: 24490 + type: PlasticFlapsOpaque + components: + - rot: 3.141592653589793 rad + pos: 44.5,37.5 + parent: 864 + type: Transform +- uid: 24491 + type: CableApcExtension + components: + - pos: 52.5,39.5 + parent: 864 + type: Transform +- uid: 24492 + type: CableApcExtension + components: + - pos: 51.5,39.5 + parent: 864 + type: Transform +- uid: 24493 + type: CableApcExtension + components: + - pos: 49.5,39.5 + parent: 864 + type: Transform +- uid: 24494 + type: CableApcExtension + components: + - pos: 48.5,39.5 + parent: 864 + type: Transform +- uid: 24495 + type: CableApcExtension + components: + - pos: 47.5,38.5 + parent: 864 + type: Transform +- uid: 24496 + type: CableApcExtension + components: + - pos: 47.5,39.5 + parent: 864 + type: Transform +- uid: 24497 + type: CableApcExtension + components: + - pos: 47.5,37.5 + parent: 864 + type: Transform +- uid: 24498 + type: CableApcExtension + components: + - pos: 46.5,37.5 + parent: 864 + type: Transform +- uid: 24499 + type: CableApcExtension + components: + - pos: 45.5,37.5 + parent: 864 + type: Transform +- uid: 24500 + type: CableApcExtension + components: + - pos: 45.5,36.5 + parent: 864 + type: Transform +- uid: 24501 + type: CableApcExtension + components: + - pos: 45.5,35.5 + parent: 864 + type: Transform +- uid: 24502 + type: CableApcExtension + components: + - pos: 46.5,35.5 + parent: 864 + type: Transform +- uid: 24503 + type: TwoWayLever + components: + - pos: 47.5,39.5 + parent: 864 + type: Transform + - nextSignalLeft: True + type: TwoWayLever + - outputs: + Left: + - port: Forward + uid: 24482 + - port: Forward + uid: 24483 + - port: Forward + uid: 24484 + - port: Forward + uid: 24485 + - port: Forward + uid: 24486 + - port: Forward + uid: 24487 + - port: Forward + uid: 24488 + - port: Forward + uid: 24489 + - port: Forward + uid: 26688 + Right: + - port: Reverse + uid: 24482 + - port: Reverse + uid: 24483 + - port: Reverse + uid: 24484 + - port: Reverse + uid: 24485 + - port: Reverse + uid: 24486 + - port: Reverse + uid: 24487 + - port: Reverse + uid: 24488 + - port: Reverse + uid: 24489 + - port: Reverse + uid: 26688 + Middle: + - port: Off + uid: 24482 + - port: Off + uid: 24483 + - port: Off + uid: 24484 + - port: Off + uid: 24485 + - port: Off + uid: 24486 + - port: Off + uid: 24487 + - port: Off + uid: 24488 + - port: Off + uid: 24489 + - port: Off + uid: 26688 + type: SignalTransmitter +- uid: 24504 + type: CableApcExtension + components: + - pos: 46.5,33.5 + parent: 864 + type: Transform +- uid: 24505 + type: CableApcExtension + components: + - pos: 46.5,32.5 + parent: 864 + type: Transform +- uid: 24506 + type: CableApcExtension + components: + - pos: 47.5,32.5 + parent: 864 + type: Transform +- uid: 24507 + type: CableApcExtension + components: + - pos: 48.5,32.5 + parent: 864 + type: Transform +- uid: 24508 + type: CableApcExtension + components: + - pos: 49.5,32.5 + parent: 864 + type: Transform +- uid: 24509 + type: CableApcExtension + components: + - pos: 52.5,40.5 + parent: 864 + type: Transform +- uid: 24510 + type: CableApcExtension + components: + - pos: 52.5,41.5 + parent: 864 + type: Transform +- uid: 24511 + type: CableApcExtension + components: + - pos: 49.5,38.5 + parent: 864 + type: Transform +- uid: 24512 + type: CableApcExtension + components: + - pos: 49.5,37.5 + parent: 864 + type: Transform +- uid: 24513 + type: CableApcExtension + components: + - pos: 49.5,36.5 + parent: 864 + type: Transform +- uid: 24514 + type: PlushieNuke + components: + - name: burt the nukie plushie + type: MetaData + - pos: 54.448097,58.501923 + parent: 864 + type: Transform +- uid: 24515 + type: AirlockMaintGlass + components: + - pos: 52.5,41.5 + parent: 864 + type: Transform +- uid: 24516 + type: PoweredSmallLight + components: + - pos: 46.5,39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 24517 + type: WindowReinforcedDirectional + components: + - pos: 45.5,38.5 + parent: 864 + type: Transform +- uid: 24518 + type: WindowReinforcedDirectional + components: + - pos: 46.5,38.5 + parent: 864 + type: Transform +- uid: 24519 + type: WindowReinforcedDirectional + components: + - pos: 47.5,38.5 + parent: 864 + type: Transform +- uid: 24520 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 49.5,37.5 + parent: 864 + type: Transform +- uid: 24521 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 49.5,36.5 + parent: 864 + type: Transform +- uid: 24522 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 48.5,35.5 + parent: 864 + type: Transform +- uid: 24523 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 47.5,35.5 + parent: 864 + type: Transform +- uid: 24524 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 46.5,35.5 + parent: 864 + type: Transform +- uid: 24525 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 45.5,36.5 + parent: 864 + type: Transform +- uid: 24526 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 45.5,36.5 + parent: 864 + type: Transform +- uid: 24527 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: 45.5,33.5 + parent: 864 + type: Transform +- uid: 24528 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 49.5,38.5 + parent: 864 + type: Transform +- uid: 24529 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 49.5,37.5 + parent: 864 + type: Transform +- uid: 24530 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 49.5,36.5 + parent: 864 + type: Transform +- uid: 24531 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 49.5,35.5 + parent: 864 + type: Transform +- uid: 24532 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 48.5,35.5 + parent: 864 + type: Transform +- uid: 24533 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 47.5,35.5 + parent: 864 + type: Transform +- uid: 24534 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 52.5,31.5 + parent: 864 + type: Transform +- uid: 24535 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 52.5,32.5 + parent: 864 + type: Transform +- uid: 24536 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 52.5,33.5 + parent: 864 + type: Transform +- uid: 24537 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 41.5,42.5 + parent: 864 + type: Transform +- uid: 24538 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 42.5,34.5 + parent: 864 + type: Transform +- uid: 24539 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 41.5,34.5 + parent: 864 + type: Transform +- uid: 24540 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 41.5,33.5 + parent: 864 + type: Transform +- uid: 24541 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 41.5,29.5 + parent: 864 + type: Transform +- uid: 24542 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 42.5,28.5 + parent: 864 + type: Transform +- uid: 24543 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 42.5,29.5 + parent: 864 + type: Transform +- uid: 24544 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 43.5,28.5 + parent: 864 + type: Transform +- uid: 24545 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 41.5,32.5 + parent: 864 + type: Transform +- uid: 24546 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 41.5,31.5 + parent: 864 + type: Transform +- uid: 24547 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: 41.5,30.5 + parent: 864 + type: Transform +- uid: 24548 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 41.5,32.5 + parent: 864 + type: Transform +- uid: 24549 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 41.5,31.5 + parent: 864 + type: Transform +- uid: 24550 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: 41.5,30.5 + parent: 864 + type: Transform +- uid: 24551 + type: CableApcStack1 + components: + - rot: 3.141592653589793 rad + pos: 55.427982,45.52066 + parent: 864 + type: Transform +- uid: 24552 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: -12.5,32.5 + parent: 864 + type: Transform +- uid: 24553 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: -12.5,31.5 + parent: 864 + type: Transform +- uid: 24554 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: -11.5,32.5 + parent: 864 + type: Transform +- uid: 24555 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: -11.5,31.5 + parent: 864 + type: Transform +- uid: 24556 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: -10.5,32.5 + parent: 864 + type: Transform +- uid: 24557 + type: CarpetBlack + components: + - rot: 3.141592653589793 rad + pos: -10.5,31.5 + parent: 864 + type: Transform +- uid: 24558 + type: CrateEmptySpawner + components: + - pos: 6.5,49.5 + parent: 864 + type: Transform +- uid: 24559 + type: CableApcExtension + components: + - pos: 6.5,48.5 + parent: 864 + type: Transform +- uid: 24560 + type: CableApcExtension + components: + - pos: 5.5,48.5 + parent: 864 + type: Transform +- uid: 24561 + type: CableApcExtension + components: + - pos: 4.5,48.5 + parent: 864 + type: Transform +- uid: 24562 + type: CableApcExtension + components: + - pos: 3.5,48.5 + parent: 864 + type: Transform +- uid: 24563 + type: CableApcExtension + components: + - pos: 3.5,49.5 + parent: 864 + type: Transform +- uid: 24564 + type: CableApcExtension + components: + - pos: 2.5,49.5 + parent: 864 + type: Transform +- uid: 24565 + type: CableApcExtension + components: + - pos: 1.5,49.5 + parent: 864 + type: Transform +- uid: 24566 + type: GasPipeStraight + components: + - pos: 1.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 24567 + type: AsteroidRock + components: + - pos: 60.5,54.5 + parent: 864 + type: Transform +- uid: 24568 + type: AsteroidRock + components: + - pos: 68.5,43.5 + parent: 864 + type: Transform +- uid: 24569 + type: WindowReinforcedDirectional + components: + - pos: 57.5,40.5 + parent: 864 + type: Transform +- uid: 24570 + type: WindowReinforcedDirectional + components: + - pos: 58.5,40.5 + parent: 864 + type: Transform +- uid: 24571 + type: WindowReinforcedDirectional + components: + - pos: 59.5,40.5 + parent: 864 + type: Transform +- uid: 24572 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 60.5,39.5 + parent: 864 + type: Transform +- uid: 24573 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 60.5,38.5 + parent: 864 + type: Transform +- uid: 24574 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 60.5,37.5 + parent: 864 + type: Transform +- uid: 24575 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 59.5,36.5 + parent: 864 + type: Transform +- uid: 24576 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 58.5,36.5 + parent: 864 + type: Transform +- uid: 24577 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: 57.5,36.5 + parent: 864 + type: Transform +- uid: 24578 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 56.5,37.5 + parent: 864 + type: Transform +- uid: 24579 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 56.5,38.5 + parent: 864 + type: Transform +- uid: 24580 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: 56.5,39.5 + parent: 864 + type: Transform +- uid: 24581 + type: GasPassiveVent + components: + - pos: 58.5,39.5 + parent: 864 + type: Transform +- uid: 24582 + type: PoweredSmallLight + components: + - pos: 54.5,50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 24583 + type: PoweredSmallLight + components: + - pos: 45.5,32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 24584 + type: CableApcExtension + components: + - pos: 58.5,27.5 + parent: 864 + type: Transform +- uid: 24585 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,46.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 24586 + type: CableApcExtension + components: + - pos: 59.5,28.5 + parent: 864 + type: Transform +- uid: 24587 + type: AirlockMaintGlass + components: + - rot: 1.5707963267948966 rad + pos: 52.5,34.5 + parent: 864 + type: Transform +- uid: 24588 + type: CableApcExtension + components: + - pos: 58.5,28.5 + parent: 864 + type: Transform +- uid: 24589 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 45.5,40.5 + parent: 864 + type: Transform +- uid: 24590 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 47.5,40.5 + parent: 864 + type: Transform +- uid: 24591 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 43.5,34.5 + parent: 864 + type: Transform +- uid: 24592 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 40.5,42.5 + parent: 864 + type: Transform +- uid: 24593 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: 39.5,42.5 + parent: 864 + type: Transform +- uid: 24594 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 62.5,30.5 + parent: 864 + type: Transform +- uid: 24595 + type: AirlockExternalGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: 63.5,30.5 + parent: 864 + type: Transform +- uid: 24596 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 64.5,30.5 + parent: 864 + type: Transform +- uid: 24597 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 65.5,30.5 + parent: 864 + type: Transform +- uid: 24598 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 65.5,28.5 + parent: 864 + type: Transform +- uid: 24599 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 65.5,29.5 + parent: 864 + type: Transform +- uid: 24600 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 41.5,42.5 + parent: 864 + type: Transform +- uid: 24601 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 40.5,42.5 + parent: 864 + type: Transform +- uid: 24602 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 39.5,42.5 + parent: 864 + type: Transform +- uid: 24603 + type: WallReinforced + components: + - pos: 28.5,49.5 + parent: 864 + type: Transform +- uid: 24604 + type: WallReinforced + components: + - pos: 30.5,48.5 + parent: 864 + type: Transform +- uid: 24605 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 27.5,47.5 + parent: 864 + type: Transform +- uid: 24606 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 27.5,43.5 + parent: 864 + type: Transform +- uid: 24607 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 28.5,43.5 + parent: 864 + type: Transform +- uid: 24608 + type: WallReinforced + components: + - pos: 30.5,49.5 + parent: 864 + type: Transform +- uid: 24609 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 30.5,43.5 + parent: 864 + type: Transform +- uid: 24610 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 31.5,43.5 + parent: 864 + type: Transform +- uid: 24611 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -11.5,53.5 + parent: 864 + type: Transform +- uid: 24612 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -5.5,57.5 + parent: 864 + type: Transform +- uid: 24613 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -7.5,57.5 + parent: 864 + type: Transform +- uid: 24614 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -4.5,57.5 + parent: 864 + type: Transform +- uid: 24615 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -3.5,57.5 + parent: 864 + type: Transform +- uid: 24616 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -2.5,57.5 + parent: 864 + type: Transform +- uid: 24617 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -1.5,57.5 + parent: 864 + type: Transform +- uid: 24618 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -1.5,56.5 + parent: 864 + type: Transform +- uid: 24619 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -1.5,55.5 + parent: 864 + type: Transform +- uid: 24620 + type: WallReinforced + components: + - pos: 2.5,46.5 + parent: 864 + type: Transform +- uid: 24621 + type: WallReinforced + components: + - pos: -6.5,43.5 + parent: 864 + type: Transform +- uid: 24622 + type: WallReinforced + components: + - pos: -5.5,43.5 + parent: 864 + type: Transform +- uid: 24623 + type: WallReinforced + components: + - pos: 2.5,43.5 + parent: 864 + type: Transform +- uid: 24624 + type: WallReinforced + components: + - pos: 1.5,43.5 + parent: 864 + type: Transform +- uid: 24625 + type: WallReinforced + components: + - pos: 0.5,43.5 + parent: 864 + type: Transform +- uid: 24626 + type: AirlockEngineeringLocked + components: + - name: substation + type: MetaData + - pos: -10.5,60.5 + parent: 864 + type: Transform +- uid: 24627 + type: WallSolid + components: + - rot: -1.5707963267948966 rad + pos: -9.5,60.5 + parent: 864 + type: Transform +- uid: 24628 + type: WallReinforced + components: + - pos: -8.5,60.5 + parent: 864 + type: Transform +- uid: 24629 + type: WallReinforced + components: + - pos: -3.5,60.5 + parent: 864 + type: Transform +- uid: 24630 + type: WallReinforced + components: + - pos: -4.5,60.5 + parent: 864 + type: Transform +- uid: 24631 + type: WallReinforced + components: + - pos: -5.5,60.5 + parent: 864 + type: Transform +- uid: 24632 + type: WallReinforced + components: + - pos: -6.5,60.5 + parent: 864 + type: Transform +- uid: 24633 + type: WallReinforced + components: + - pos: -7.5,60.5 + parent: 864 + type: Transform +- uid: 24634 + type: ReinforcedPlasmaWindow + components: + - pos: -0.5,60.5 + parent: 864 + type: Transform +- uid: 24635 + type: HighSecCaptainLocked + components: + - pos: -1.5,64.5 + parent: 864 + type: Transform +- uid: 24636 + type: ReinforcedPlasmaWindow + components: + - pos: -2.5,60.5 + parent: 864 + type: Transform +- uid: 24637 + type: WallReinforced + components: + - pos: 1.5,60.5 + parent: 864 + type: Transform +- uid: 24638 + type: WallReinforced + components: + - pos: 0.5,60.5 + parent: 864 + type: Transform +- uid: 24639 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,38.5 + parent: 864 + type: Transform +- uid: 24640 + type: FloraRockSolid03 + components: + - pos: 13.129076,49.02767 + parent: 864 + type: Transform +- uid: 24641 + type: hydroponicsSoil + components: + - pos: 9.5,55.5 + parent: 864 + type: Transform +- uid: 24642 + type: FloraRockSolid03 + components: + - pos: 16.257528,57.816456 + parent: 864 + type: Transform +- uid: 24643 + type: MaintenanceWeaponSpawner + components: + - pos: 43.5,37.5 + parent: 864 + type: Transform +- uid: 24644 + type: ComfyChair + components: + - pos: 44.5,33.5 + parent: 864 + type: Transform +- uid: 24645 + type: ComfyChair + components: + - pos: 43.5,33.5 + parent: 864 + type: Transform +- uid: 24646 + type: ComfyChair + components: + - pos: 42.5,33.5 + parent: 864 + type: Transform +- uid: 24647 + type: PlushieSlime + components: + - pos: 44.49185,33.486496 + parent: 864 + type: Transform +- uid: 24648 + type: PlushieNar + components: + - pos: 44.413727,31.423994 + parent: 864 + type: Transform +- uid: 24649 + type: PlushieSnake + components: + - pos: 43.507477,33.486496 + parent: 864 + type: Transform +- uid: 24650 + type: PlushieSpaceLizard + components: + - pos: 42.55435,33.392746 + parent: 864 + type: Transform +- uid: 24651 + type: hydroponicsSoil + components: + - pos: 8.5,55.5 + parent: 864 + type: Transform +- uid: 24652 + type: hydroponicsSoil + components: + - pos: 10.5,55.5 + parent: 864 + type: Transform +- uid: 24653 + type: hydroponicsSoil + components: + - pos: 11.5,55.5 + parent: 864 + type: Transform +- uid: 24654 + type: hydroponicsSoil + components: + - pos: 7.5,55.5 + parent: 864 + type: Transform +- uid: 24655 + type: hydroponicsSoil + components: + - pos: 11.5,52.5 + parent: 864 + type: Transform +- uid: 24656 + type: hydroponicsSoil + components: + - pos: 10.5,52.5 + parent: 864 + type: Transform +- uid: 24657 + type: hydroponicsSoil + components: + - pos: 9.5,52.5 + parent: 864 + type: Transform +- uid: 24658 + type: PlushieBee + components: + - pos: 10.893783,54.42024 + parent: 864 + type: Transform +- uid: 24659 + type: PlushieBee + components: + - pos: 9.534408,53.279613 + parent: 864 + type: Transform +- uid: 24660 + type: PlushieBee + components: + - pos: 8.284408,54.20149 + parent: 864 + type: Transform +- uid: 24661 + type: EggplantSeeds + components: + - pos: 11.993146,54.637722 + parent: 864 + type: Transform +- uid: 24662 + type: EggplantSeeds + components: + - pos: 11.993146,54.637722 + parent: 864 + type: Transform +- uid: 24663 + type: EggplantSeeds + components: + - pos: 11.993146,54.637722 + parent: 864 + type: Transform +- uid: 24664 + type: EggplantSeeds + components: + - pos: 11.993146,54.637722 + parent: 864 + type: Transform +- uid: 24665 + type: EggplantSeeds + components: + - pos: 11.993146,54.637722 + parent: 864 + type: Transform +- uid: 24666 + type: EggplantSeeds + components: + - pos: 11.993146,54.637722 + parent: 864 + type: Transform +- uid: 24667 + type: HydroponicsToolMiniHoe + components: + - pos: 7.1714664,53.671818 + parent: 864 + type: Transform +- uid: 24668 + type: AsteroidRock + components: + - rot: -1.5707963267948966 rad + pos: 18.5,42.5 + parent: 864 + type: Transform +- uid: 24669 + type: AsteroidRock + components: + - rot: -1.5707963267948966 rad + pos: 22.5,48.5 + parent: 864 + type: Transform +- uid: 24670 + type: AsteroidRock + components: + - rot: -1.5707963267948966 rad + pos: 19.5,42.5 + parent: 864 + type: Transform +- uid: 24671 + type: AsteroidRock + components: + - rot: -1.5707963267948966 rad + pos: 20.5,47.5 + parent: 864 + type: Transform +- uid: 24672 + type: AsteroidRock + components: + - rot: -1.5707963267948966 rad + pos: 21.5,47.5 + parent: 864 + type: Transform +- uid: 24673 + type: AsteroidRock + components: + - rot: -1.5707963267948966 rad + pos: 17.5,42.5 + parent: 864 + type: Transform +- uid: 24674 + type: Floodlight + components: + - pos: 9.471183,54.298565 + parent: 864 + type: Transform +- uid: 24675 + type: CableApcExtension + components: + - pos: 5.5,49.5 + parent: 864 + type: Transform +- uid: 24676 + type: CableApcExtension + components: + - pos: 5.5,50.5 + parent: 864 + type: Transform +- uid: 24677 + type: CableApcExtension + components: + - pos: 5.5,51.5 + parent: 864 + type: Transform +- uid: 24678 + type: CableApcExtension + components: + - pos: 6.5,51.5 + parent: 864 + type: Transform +- uid: 24679 + type: CableApcExtension + components: + - pos: 6.5,52.5 + parent: 864 + type: Transform +- uid: 24680 + type: CableApcExtension + components: + - pos: 7.5,52.5 + parent: 864 + type: Transform +- uid: 24681 + type: CableApcExtension + components: + - pos: 8.5,52.5 + parent: 864 + type: Transform +- uid: 24682 + type: FoodBowlBig + components: + - pos: -22.492924,44.20428 + parent: 864 + type: Transform +- uid: 24683 + type: FoodBowlBig + components: + - pos: -22.508549,43.813656 + parent: 864 + type: Transform +- uid: 24684 + type: Pickaxe + components: + - pos: 68.4767,50.00708 + parent: 864 + type: Transform +- uid: 24685 + type: ShuttleConsoleCircuitboard + components: + - rot: 3.141592653589793 rad + pos: 9.565894,43.203445 + parent: 864 + type: Transform +- uid: 24686 + type: RandomPosterContraband + components: + - pos: -17.5,-95.5 + parent: 864 + type: Transform +- uid: 24687 + type: AsteroidRock + components: + - pos: 7.5,43.5 + parent: 864 + type: Transform +- uid: 24688 + type: AsteroidRock + components: + - pos: 8.5,44.5 + parent: 864 + type: Transform +- uid: 24689 + type: AsteroidRock + components: + - pos: 9.5,44.5 + parent: 864 + type: Transform +- uid: 24690 + type: AsteroidRock + components: + - pos: 11.5,44.5 + parent: 864 + type: Transform +- uid: 24691 + type: AsteroidRock + components: + - pos: 10.5,44.5 + parent: 864 + type: Transform +- uid: 24692 + type: RandomPosterContraband + components: + - pos: -24.5,-94.5 + parent: 864 + type: Transform +- uid: 24693 + type: AsteroidRock + components: + - pos: 8.5,43.5 + parent: 864 + type: Transform +- uid: 24694 + type: AsteroidRock + components: + - pos: 19.5,57.5 + parent: 864 + type: Transform +- uid: 24695 + type: AsteroidRock + components: + - pos: 19.5,56.5 + parent: 864 + type: Transform +- uid: 24696 + type: AsteroidRock + components: + - pos: 20.5,57.5 + parent: 864 + type: Transform +- uid: 24697 + type: AsteroidRock + components: + - pos: 17.5,58.5 + parent: 864 + type: Transform +- uid: 24698 + type: AsteroidRock + components: + - pos: 17.5,57.5 + parent: 864 + type: Transform +- uid: 24699 + type: AsteroidRock + components: + - pos: 16.5,58.5 + parent: 864 + type: Transform +- uid: 24700 + type: WallReinforced + components: + - pos: 18.5,35.5 + parent: 864 + type: Transform +- uid: 24701 + type: WallReinforced + components: + - pos: 19.5,35.5 + parent: 864 + type: Transform +- uid: 24702 + type: WallReinforced + components: + - pos: 19.5,36.5 + parent: 864 + type: Transform +- uid: 24703 + type: WallReinforced + components: + - pos: 19.5,37.5 + parent: 864 + type: Transform +- uid: 24704 + type: WallReinforced + components: + - pos: 19.5,38.5 + parent: 864 + type: Transform +- uid: 24705 + type: WallReinforced + components: + - pos: 19.5,39.5 + parent: 864 + type: Transform +- uid: 24706 + type: WallReinforced + components: + - pos: 19.5,40.5 + parent: 864 + type: Transform +- uid: 24707 + type: WallReinforced + components: + - pos: 18.5,40.5 + parent: 864 + type: Transform +- uid: 24708 + type: WallReinforced + components: + - pos: 17.5,40.5 + parent: 864 + type: Transform +- uid: 24709 + type: WallReinforced + components: + - pos: 17.5,41.5 + parent: 864 + type: Transform +- uid: 24710 + type: WallReinforced + components: + - pos: 15.5,41.5 + parent: 864 + type: Transform +- uid: 24711 + type: WallReinforced + components: + - pos: 15.5,40.5 + parent: 864 + type: Transform +- uid: 24712 + type: WallReinforced + components: + - pos: 14.5,40.5 + parent: 864 + type: Transform +- uid: 24713 + type: WallReinforced + components: + - pos: 13.5,40.5 + parent: 864 + type: Transform +- uid: 24714 + type: WallReinforced + components: + - pos: 13.5,39.5 + parent: 864 + type: Transform +- uid: 24715 + type: WallReinforced + components: + - pos: 13.5,38.5 + parent: 864 + type: Transform +- uid: 24716 + type: WallReinforced + components: + - pos: 13.5,37.5 + parent: 864 + type: Transform +- uid: 24717 + type: WallReinforced + components: + - pos: 13.5,36.5 + parent: 864 + type: Transform +- uid: 24718 + type: WallReinforced + components: + - pos: 13.5,35.5 + parent: 864 + type: Transform +- uid: 24719 + type: WallReinforced + components: + - pos: 14.5,35.5 + parent: 864 + type: Transform +- uid: 24720 + type: WallSolid + components: + - pos: 17.5,35.5 + parent: 864 + type: Transform +- uid: 24721 + type: WallSolid + components: + - pos: 15.5,35.5 + parent: 864 + type: Transform +- uid: 24722 + type: ClosetFireFilled + components: + - pos: -11.5,47.5 + parent: 864 + type: Transform +- uid: 24723 + type: ClosetEmergencyFilledRandom + components: + - pos: -12.5,47.5 + parent: 864 + type: Transform +- uid: 24724 + type: Table + components: + - pos: 64.5,29.5 + parent: 864 + type: Transform +- uid: 24725 + type: Table + components: + - pos: 64.5,28.5 + parent: 864 + type: Transform +- uid: 24726 + type: YellowOxygenTankFilled + components: + - pos: 64.41901,29.545698 + parent: 864 + type: Transform +- uid: 24727 + type: NitrogenTankFilled + components: + - pos: 64.52838,29.170698 + parent: 864 + type: Transform +- uid: 24728 + type: MedkitOxygenFilled + components: + - pos: 64.63776,28.514448 + parent: 864 + type: Transform +- uid: 24729 + type: WallSolid + components: + - pos: -20.5,65.5 + parent: 864 + type: Transform +- uid: 24730 + type: WallReinforced + components: + - pos: 0.5,61.5 + parent: 864 + type: Transform +- uid: 24731 + type: WallReinforced + components: + - pos: 0.5,63.5 + parent: 864 + type: Transform +- uid: 24732 + type: WallReinforced + components: + - pos: 0.5,62.5 + parent: 864 + type: Transform +- uid: 24733 + type: WallReinforced + components: + - pos: -3.5,63.5 + parent: 864 + type: Transform +- uid: 24734 + type: WallReinforced + components: + - pos: -3.5,62.5 + parent: 864 + type: Transform +- uid: 24735 + type: WallReinforced + components: + - pos: -3.5,61.5 + parent: 864 + type: Transform +- uid: 24736 + type: WallReinforced + components: + - pos: 0.5,64.5 + parent: 864 + type: Transform +- uid: 24737 + type: WallReinforced + components: + - pos: -0.5,64.5 + parent: 864 + type: Transform +- uid: 24738 + type: WallReinforced + components: + - pos: -2.5,64.5 + parent: 864 + type: Transform +- uid: 24739 + type: WallReinforced + components: + - pos: -3.5,64.5 + parent: 864 + type: Transform +- uid: 24740 + type: WallReinforced + components: + - pos: -4.5,64.5 + parent: 864 + type: Transform +- uid: 24741 + type: WallReinforced + components: + - pos: -5.5,64.5 + parent: 864 + type: Transform +- uid: 24742 + type: WallReinforced + components: + - pos: -5.5,65.5 + parent: 864 + type: Transform +- uid: 24743 + type: WallReinforced + components: + - pos: -5.5,65.5 + parent: 864 + type: Transform +- uid: 24744 + type: WallReinforced + components: + - pos: -6.5,65.5 + parent: 864 + type: Transform +- uid: 24745 + type: WallReinforced + components: + - pos: -7.5,65.5 + parent: 864 + type: Transform +- uid: 24746 + type: WallReinforced + components: + - pos: -7.5,66.5 + parent: 864 + type: Transform +- uid: 24747 + type: WallReinforced + components: + - pos: -8.5,66.5 + parent: 864 + type: Transform +- uid: 24748 + type: WallReinforced + components: + - pos: -8.5,67.5 + parent: 864 + type: Transform +- uid: 24749 + type: WallReinforced + components: + - pos: -8.5,68.5 + parent: 864 + type: Transform +- uid: 24750 + type: ReinforcedPlasmaWindow + components: + - pos: 5.5,69.5 + parent: 864 + type: Transform +- uid: 24751 + type: WallReinforced + components: + - pos: -8.5,70.5 + parent: 864 + type: Transform +- uid: 24752 + type: WallReinforced + components: + - pos: -8.5,71.5 + parent: 864 + type: Transform +- uid: 24753 + type: WallReinforced + components: + - pos: -8.5,72.5 + parent: 864 + type: Transform +- uid: 24754 + type: WallReinforced + components: + - pos: -7.5,72.5 + parent: 864 + type: Transform +- uid: 24755 + type: WallReinforced + components: + - pos: -7.5,73.5 + parent: 864 + type: Transform +- uid: 24756 + type: WallReinforced + components: + - pos: -6.5,73.5 + parent: 864 + type: Transform +- uid: 24757 + type: WallReinforced + components: + - pos: -6.5,74.5 + parent: 864 + type: Transform +- uid: 24758 + type: WallReinforced + components: + - pos: -5.5,74.5 + parent: 864 + type: Transform +- uid: 24759 + type: WallReinforced + components: + - pos: -4.5,74.5 + parent: 864 + type: Transform +- uid: 24760 + type: WallReinforced + components: + - pos: -3.5,74.5 + parent: 864 + type: Transform +- uid: 24761 + type: WallReinforced + components: + - pos: -2.5,74.5 + parent: 864 + type: Transform +- uid: 24762 + type: WallReinforced + components: + - pos: -1.5,74.5 + parent: 864 + type: Transform +- uid: 24763 + type: WallReinforced + components: + - pos: -0.5,74.5 + parent: 864 + type: Transform +- uid: 24764 + type: WallReinforced + components: + - pos: 0.5,74.5 + parent: 864 + type: Transform +- uid: 24765 + type: WallReinforced + components: + - pos: 1.5,74.5 + parent: 864 + type: Transform +- uid: 24766 + type: WallReinforced + components: + - pos: 2.5,74.5 + parent: 864 + type: Transform +- uid: 24767 + type: WallReinforced + components: + - pos: 3.5,74.5 + parent: 864 + type: Transform +- uid: 24768 + type: WallReinforced + components: + - pos: 3.5,73.5 + parent: 864 + type: Transform +- uid: 24769 + type: WallReinforced + components: + - pos: 4.5,73.5 + parent: 864 + type: Transform +- uid: 24770 + type: WallReinforced + components: + - pos: 4.5,72.5 + parent: 864 + type: Transform +- uid: 24771 + type: WallReinforced + components: + - pos: 5.5,72.5 + parent: 864 + type: Transform +- uid: 24772 + type: WallReinforced + components: + - pos: 5.5,71.5 + parent: 864 + type: Transform +- uid: 24773 + type: WallReinforced + components: + - pos: 5.5,70.5 + parent: 864 + type: Transform +- uid: 24774 + type: ReinforcedPlasmaWindow + components: + - pos: -8.5,69.5 + parent: 864 + type: Transform +- uid: 24775 + type: WallReinforced + components: + - pos: 5.5,68.5 + parent: 864 + type: Transform +- uid: 24776 + type: WallReinforced + components: + - pos: 5.5,67.5 + parent: 864 + type: Transform +- uid: 24777 + type: WallReinforced + components: + - pos: 5.5,66.5 + parent: 864 + type: Transform +- uid: 24778 + type: WallReinforced + components: + - pos: 4.5,66.5 + parent: 864 + type: Transform +- uid: 24779 + type: WallReinforced + components: + - pos: 4.5,65.5 + parent: 864 + type: Transform +- uid: 24780 + type: WallReinforced + components: + - pos: 3.5,65.5 + parent: 864 + type: Transform +- uid: 24781 + type: WallReinforced + components: + - pos: 2.5,64.5 + parent: 864 + type: Transform +- uid: 24782 + type: WallReinforced + components: + - pos: 2.5,65.5 + parent: 864 + type: Transform +- uid: 24783 + type: WallReinforced + components: + - pos: 1.5,64.5 + parent: 864 + type: Transform +- uid: 24784 + type: ToyAi + components: + - pos: -1.529743,69.62148 + parent: 864 + type: Transform +- uid: 24785 + type: HighSecCaptainLocked + components: + - name: AI + type: MetaData + - pos: -1.5,60.5 + parent: 864 + type: Transform +- uid: 24786 + type: Grille + components: + - pos: -2.5,60.5 + parent: 864 + type: Transform +- uid: 24787 + type: Grille + components: + - pos: -0.5,60.5 + parent: 864 + type: Transform +- uid: 24788 + type: TableWood + components: + - pos: 65.5,-0.5 + parent: 864 + type: Transform +- uid: 24789 + type: TableWood + components: + - pos: 65.5,-1.5 + parent: 864 + type: Transform +- uid: 24790 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: 64.5,-0.5 + parent: 864 + type: Transform +- uid: 24791 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: 64.5,-1.5 + parent: 864 + type: Transform +- uid: 24792 + type: CigarGold + components: + - pos: 65.5063,-0.5499393 + parent: 864 + type: Transform +- uid: 24793 + type: DrinkBlackRussianGlass + components: + - pos: 65.5063,-0.9249393 + parent: 864 + type: Transform +- uid: 24794 + type: Carpet + components: + - pos: 64.5,-0.5 + parent: 864 + type: Transform +- uid: 24795 + type: Carpet + components: + - pos: 64.5,-1.5 + parent: 864 + type: Transform +- uid: 24796 + type: Carpet + components: + - pos: 65.5,-0.5 + parent: 864 + type: Transform +- uid: 24797 + type: Carpet + components: + - pos: 65.5,-1.5 + parent: 864 + type: Transform +- uid: 24798 + type: filingCabinetDrawer + components: + - pos: 63.5,-3.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 24799 + type: filingCabinet + components: + - pos: 62.5,-3.5 + parent: 864 + type: Transform + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 24800 + type: CableApcExtension + components: + - pos: 63.5,27.5 + parent: 864 + type: Transform +- uid: 24801 + type: CableApcExtension + components: + - pos: 63.5,28.5 + parent: 864 + type: Transform +- uid: 24802 + type: CableApcExtension + components: + - pos: 63.5,29.5 + parent: 864 + type: Transform +- uid: 24803 + type: PoweredSmallLight + components: + - pos: 58.5,40.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 24804 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: 44.5,28.5 + parent: 864 + type: Transform +- uid: 24805 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: 45.5,28.5 + parent: 864 + type: Transform +- uid: 24806 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: 46.5,28.5 + parent: 864 + type: Transform +- uid: 24807 + type: BlackBishop + components: + - rot: 3.141592653589793 rad + pos: 42.447186,30.631746 + parent: 864 + type: Transform +- uid: 24808 + type: AsteroidRock + components: + - pos: 20.5,44.5 + parent: 864 + type: Transform +- uid: 24809 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 69.5,39.5 + parent: 864 + type: Transform +- uid: 24810 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 69.5,38.5 + parent: 864 + type: Transform +- uid: 24811 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 69.5,37.5 + parent: 864 + type: Transform +- uid: 24812 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 75.5,39.5 + parent: 864 + type: Transform +- uid: 24813 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 75.5,38.5 + parent: 864 + type: Transform +- uid: 24814 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 75.5,37.5 + parent: 864 + type: Transform +- uid: 24815 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 74.5,39.5 + parent: 864 + type: Transform +- uid: 24816 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 72.5,39.5 + parent: 864 + type: Transform +- uid: 24817 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 70.5,39.5 + parent: 864 + type: Transform +- uid: 24818 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 69.5,35.5 + parent: 864 + type: Transform +- uid: 24819 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 69.5,34.5 + parent: 864 + type: Transform +- uid: 24820 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 69.5,33.5 + parent: 864 + type: Transform +- uid: 24821 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 70.5,33.5 + parent: 864 + type: Transform +- uid: 24822 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 72.5,33.5 + parent: 864 + type: Transform +- uid: 24823 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 74.5,33.5 + parent: 864 + type: Transform +- uid: 24824 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 75.5,33.5 + parent: 864 + type: Transform +- uid: 24825 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 75.5,34.5 + parent: 864 + type: Transform +- uid: 24826 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 75.5,35.5 + parent: 864 + type: Transform +- uid: 24827 + type: CableHV + components: + - pos: 91.5,36.5 + parent: 864 + type: Transform +- uid: 24828 + type: CableHV + components: + - pos: 90.5,36.5 + parent: 864 + type: Transform +- uid: 24829 + type: CableHV + components: + - pos: 89.5,36.5 + parent: 864 + type: Transform +- uid: 24830 + type: CableHV + components: + - pos: 88.5,36.5 + parent: 864 + type: Transform +- uid: 24831 + type: CableHV + components: + - pos: 87.5,36.5 + parent: 864 + type: Transform +- uid: 24832 + type: CableHV + components: + - pos: 86.5,36.5 + parent: 864 + type: Transform +- uid: 24833 + type: CableHV + components: + - pos: 85.5,36.5 + parent: 864 + type: Transform +- uid: 24834 + type: CableHV + components: + - pos: 84.5,36.5 + parent: 864 + type: Transform +- uid: 24835 + type: CableHV + components: + - pos: 83.5,36.5 + parent: 864 + type: Transform +- uid: 24836 + type: CableHV + components: + - pos: 82.5,36.5 + parent: 864 + type: Transform +- uid: 24837 + type: CableHV + components: + - pos: 81.5,36.5 + parent: 864 + type: Transform +- uid: 24838 + type: CableHV + components: + - pos: 80.5,36.5 + parent: 864 + type: Transform +- uid: 24839 + type: CableHV + components: + - pos: 79.5,36.5 + parent: 864 + type: Transform +- uid: 24840 + type: CableHV + components: + - pos: 78.5,36.5 + parent: 864 + type: Transform +- uid: 24841 + type: CableHV + components: + - pos: 77.5,36.5 + parent: 864 + type: Transform +- uid: 24842 + type: CableHV + components: + - pos: 76.5,36.5 + parent: 864 + type: Transform +- uid: 24843 + type: CableHV + components: + - pos: 75.5,36.5 + parent: 864 + type: Transform +- uid: 24844 + type: CableHV + components: + - pos: 74.5,36.5 + parent: 864 + type: Transform +- uid: 24845 + type: CableHV + components: + - pos: 78.5,44.5 + parent: 864 + type: Transform +- uid: 24846 + type: CableHV + components: + - pos: 78.5,43.5 + parent: 864 + type: Transform +- uid: 24847 + type: CableHV + components: + - pos: 78.5,42.5 + parent: 864 + type: Transform +- uid: 24848 + type: CableHV + components: + - pos: 78.5,41.5 + parent: 864 + type: Transform +- uid: 24849 + type: CableHV + components: + - pos: 78.5,40.5 + parent: 864 + type: Transform +- uid: 24850 + type: CableHV + components: + - pos: 78.5,39.5 + parent: 864 + type: Transform +- uid: 24851 + type: CableHV + components: + - pos: 78.5,38.5 + parent: 864 + type: Transform +- uid: 24852 + type: CableHV + components: + - pos: 78.5,37.5 + parent: 864 + type: Transform +- uid: 24853 + type: CableHV + components: + - pos: 78.5,36.5 + parent: 864 + type: Transform +- uid: 24854 + type: CableHV + components: + - pos: 78.5,35.5 + parent: 864 + type: Transform +- uid: 24855 + type: CableHV + components: + - pos: 78.5,34.5 + parent: 864 + type: Transform +- uid: 24856 + type: CableHV + components: + - pos: 78.5,33.5 + parent: 864 + type: Transform +- uid: 24857 + type: CableHV + components: + - pos: 78.5,32.5 + parent: 864 + type: Transform +- uid: 24858 + type: CableHV + components: + - pos: 78.5,31.5 + parent: 864 + type: Transform +- uid: 24859 + type: CableHV + components: + - pos: 78.5,30.5 + parent: 864 + type: Transform +- uid: 24860 + type: CableHV + components: + - pos: 78.5,29.5 + parent: 864 + type: Transform +- uid: 24861 + type: CableHV + components: + - pos: 78.5,28.5 + parent: 864 + type: Transform +- uid: 24862 + type: CableHV + components: + - pos: 81.5,28.5 + parent: 864 + type: Transform +- uid: 24863 + type: CableHV + components: + - pos: 81.5,29.5 + parent: 864 + type: Transform +- uid: 24864 + type: CableHV + components: + - pos: 81.5,30.5 + parent: 864 + type: Transform +- uid: 24865 + type: CableHV + components: + - pos: 81.5,31.5 + parent: 864 + type: Transform +- uid: 24866 + type: CableHV + components: + - pos: 81.5,32.5 + parent: 864 + type: Transform +- uid: 24867 + type: CableHV + components: + - pos: 81.5,33.5 + parent: 864 + type: Transform +- uid: 24868 + type: CableHV + components: + - pos: 81.5,34.5 + parent: 864 + type: Transform +- uid: 24869 + type: CableHV + components: + - pos: 81.5,35.5 + parent: 864 + type: Transform +- uid: 24870 + type: CableHV + components: + - pos: 81.5,36.5 + parent: 864 + type: Transform +- uid: 24871 + type: CableHV + components: + - pos: 81.5,37.5 + parent: 864 + type: Transform +- uid: 24872 + type: CableHV + components: + - pos: 81.5,38.5 + parent: 864 + type: Transform +- uid: 24873 + type: CableHV + components: + - pos: 81.5,39.5 + parent: 864 + type: Transform +- uid: 24874 + type: CableHV + components: + - pos: 81.5,40.5 + parent: 864 + type: Transform +- uid: 24875 + type: CableHV + components: + - pos: 81.5,41.5 + parent: 864 + type: Transform +- uid: 24876 + type: CableHV + components: + - pos: 81.5,42.5 + parent: 864 + type: Transform +- uid: 24877 + type: CableHV + components: + - pos: 81.5,43.5 + parent: 864 + type: Transform +- uid: 24878 + type: CableHV + components: + - pos: 81.5,44.5 + parent: 864 + type: Transform +- uid: 24879 + type: CableHV + components: + - pos: 84.5,44.5 + parent: 864 + type: Transform +- uid: 24880 + type: CableHV + components: + - pos: 84.5,43.5 + parent: 864 + type: Transform +- uid: 24881 + type: CableHV + components: + - pos: 84.5,42.5 + parent: 864 + type: Transform +- uid: 24882 + type: CableHV + components: + - pos: 84.5,41.5 + parent: 864 + type: Transform +- uid: 24883 + type: CableHV + components: + - pos: 84.5,40.5 + parent: 864 + type: Transform +- uid: 24884 + type: CableHV + components: + - pos: 84.5,39.5 + parent: 864 + type: Transform +- uid: 24885 + type: CableHV + components: + - pos: 84.5,38.5 + parent: 864 + type: Transform +- uid: 24886 + type: CableHV + components: + - pos: 84.5,37.5 + parent: 864 + type: Transform +- uid: 24887 + type: CableHV + components: + - pos: 84.5,36.5 + parent: 864 + type: Transform +- uid: 24888 + type: CableHV + components: + - pos: 84.5,35.5 + parent: 864 + type: Transform +- uid: 24889 + type: CableHV + components: + - pos: 84.5,34.5 + parent: 864 + type: Transform +- uid: 24890 + type: CableHV + components: + - pos: 84.5,33.5 + parent: 864 + type: Transform +- uid: 24891 + type: CableHV + components: + - pos: 84.5,32.5 + parent: 864 + type: Transform +- uid: 24892 + type: CableHV + components: + - pos: 84.5,31.5 + parent: 864 + type: Transform +- uid: 24893 + type: CableHV + components: + - pos: 84.5,30.5 + parent: 864 + type: Transform +- uid: 24894 + type: CableHV + components: + - pos: 84.5,29.5 + parent: 864 + type: Transform +- uid: 24895 + type: CableHV + components: + - pos: 84.5,28.5 + parent: 864 + type: Transform +- uid: 24896 + type: CableHV + components: + - pos: 87.5,28.5 + parent: 864 + type: Transform +- uid: 24897 + type: CableHV + components: + - pos: 87.5,29.5 + parent: 864 + type: Transform +- uid: 24898 + type: CableHV + components: + - pos: 87.5,30.5 + parent: 864 + type: Transform +- uid: 24899 + type: CableHV + components: + - pos: 87.5,31.5 + parent: 864 + type: Transform +- uid: 24900 + type: CableHV + components: + - pos: 87.5,32.5 + parent: 864 + type: Transform +- uid: 24901 + type: CableHV + components: + - pos: 87.5,33.5 + parent: 864 + type: Transform +- uid: 24902 + type: CableHV + components: + - pos: 87.5,34.5 + parent: 864 + type: Transform +- uid: 24903 + type: CableHV + components: + - pos: 87.5,35.5 + parent: 864 + type: Transform +- uid: 24904 + type: CableHV + components: + - pos: 87.5,36.5 + parent: 864 + type: Transform +- uid: 24905 + type: CableHV + components: + - pos: 87.5,37.5 + parent: 864 + type: Transform +- uid: 24906 + type: CableHV + components: + - pos: 87.5,38.5 + parent: 864 + type: Transform +- uid: 24907 + type: CableHV + components: + - pos: 87.5,39.5 + parent: 864 + type: Transform +- uid: 24908 + type: CableHV + components: + - pos: 87.5,40.5 + parent: 864 + type: Transform +- uid: 24909 + type: CableHV + components: + - pos: 87.5,41.5 + parent: 864 + type: Transform +- uid: 24910 + type: CableHV + components: + - pos: 87.5,42.5 + parent: 864 + type: Transform +- uid: 24911 + type: CableHV + components: + - pos: 87.5,43.5 + parent: 864 + type: Transform +- uid: 24912 + type: CableHV + components: + - pos: 87.5,44.5 + parent: 864 + type: Transform +- uid: 24913 + type: CableHV + components: + - pos: 90.5,44.5 + parent: 864 + type: Transform +- uid: 24914 + type: CableHV + components: + - pos: 90.5,43.5 + parent: 864 + type: Transform +- uid: 24915 + type: CableHV + components: + - pos: 90.5,42.5 + parent: 864 + type: Transform +- uid: 24916 + type: CableHV + components: + - pos: 90.5,41.5 + parent: 864 + type: Transform +- uid: 24917 + type: CableHV + components: + - pos: 90.5,40.5 + parent: 864 + type: Transform +- uid: 24918 + type: CableHV + components: + - pos: 90.5,39.5 + parent: 864 + type: Transform +- uid: 24919 + type: CableHV + components: + - pos: 90.5,38.5 + parent: 864 + type: Transform +- uid: 24920 + type: CableHV + components: + - pos: 90.5,37.5 + parent: 864 + type: Transform +- uid: 24921 + type: CableHV + components: + - pos: 90.5,36.5 + parent: 864 + type: Transform +- uid: 24922 + type: CableHV + components: + - pos: 90.5,35.5 + parent: 864 + type: Transform +- uid: 24923 + type: CableHV + components: + - pos: 90.5,34.5 + parent: 864 + type: Transform +- uid: 24924 + type: CableHV + components: + - pos: 90.5,33.5 + parent: 864 + type: Transform +- uid: 24925 + type: CableHV + components: + - pos: 90.5,32.5 + parent: 864 + type: Transform +- uid: 24926 + type: CableHV + components: + - pos: 90.5,31.5 + parent: 864 + type: Transform +- uid: 24927 + type: CableHV + components: + - pos: 90.5,30.5 + parent: 864 + type: Transform +- uid: 24928 + type: CableHV + components: + - pos: 90.5,29.5 + parent: 864 + type: Transform +- uid: 24929 + type: CableHV + components: + - pos: 90.5,28.5 + parent: 864 + type: Transform +- uid: 24930 + type: SolarTracker + components: + - pos: 91.5,36.5 + parent: 864 + type: Transform +- uid: 24931 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,44.5 + parent: 864 + type: Transform +- uid: 24932 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,43.5 + parent: 864 + type: Transform +- uid: 24933 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,41.5 + parent: 864 + type: Transform +- uid: 24934 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,42.5 + parent: 864 + type: Transform +- uid: 24935 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,40.5 + parent: 864 + type: Transform +- uid: 24936 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,39.5 + parent: 864 + type: Transform +- uid: 24937 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,38.5 + parent: 864 + type: Transform +- uid: 24938 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,37.5 + parent: 864 + type: Transform +- uid: 24939 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,44.5 + parent: 864 + type: Transform +- uid: 24940 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,43.5 + parent: 864 + type: Transform +- uid: 24941 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,42.5 + parent: 864 + type: Transform +- uid: 24942 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,41.5 + parent: 864 + type: Transform +- uid: 24943 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,40.5 + parent: 864 + type: Transform +- uid: 24944 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,39.5 + parent: 864 + type: Transform +- uid: 24945 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,38.5 + parent: 864 + type: Transform +- uid: 24946 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,37.5 + parent: 864 + type: Transform +- uid: 24947 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,44.5 + parent: 864 + type: Transform +- uid: 24948 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,43.5 + parent: 864 + type: Transform +- uid: 24949 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,42.5 + parent: 864 + type: Transform +- uid: 24950 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,41.5 + parent: 864 + type: Transform +- uid: 24951 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,40.5 + parent: 864 + type: Transform +- uid: 24952 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,39.5 + parent: 864 + type: Transform +- uid: 24953 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,38.5 + parent: 864 + type: Transform +- uid: 24954 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,37.5 + parent: 864 + type: Transform +- uid: 24955 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,44.5 + parent: 864 + type: Transform +- uid: 24956 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,43.5 + parent: 864 + type: Transform +- uid: 24957 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,42.5 + parent: 864 + type: Transform +- uid: 24958 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,41.5 + parent: 864 + type: Transform +- uid: 24959 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,40.5 + parent: 864 + type: Transform +- uid: 24960 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,39.5 + parent: 864 + type: Transform +- uid: 24961 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,38.5 + parent: 864 + type: Transform +- uid: 24962 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,37.5 + parent: 864 + type: Transform +- uid: 24963 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,44.5 + parent: 864 + type: Transform +- uid: 24964 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,43.5 + parent: 864 + type: Transform +- uid: 24965 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,42.5 + parent: 864 + type: Transform +- uid: 24966 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,41.5 + parent: 864 + type: Transform +- uid: 24967 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,40.5 + parent: 864 + type: Transform +- uid: 24968 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,39.5 + parent: 864 + type: Transform +- uid: 24969 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,38.5 + parent: 864 + type: Transform +- uid: 24970 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,37.5 + parent: 864 + type: Transform +- uid: 24971 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,35.5 + parent: 864 + type: Transform +- uid: 24972 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,34.5 + parent: 864 + type: Transform +- uid: 24973 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,33.5 + parent: 864 + type: Transform +- uid: 24974 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,32.5 + parent: 864 + type: Transform +- uid: 24975 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,31.5 + parent: 864 + type: Transform +- uid: 24976 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,30.5 + parent: 864 + type: Transform +- uid: 24977 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,29.5 + parent: 864 + type: Transform +- uid: 24978 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 78.5,28.5 + parent: 864 + type: Transform +- uid: 24979 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,35.5 + parent: 864 + type: Transform +- uid: 24980 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,34.5 + parent: 864 + type: Transform +- uid: 24981 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,33.5 + parent: 864 + type: Transform +- uid: 24982 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,32.5 + parent: 864 + type: Transform +- uid: 24983 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,31.5 + parent: 864 + type: Transform +- uid: 24984 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,30.5 + parent: 864 + type: Transform +- uid: 24985 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,29.5 + parent: 864 + type: Transform +- uid: 24986 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 81.5,28.5 + parent: 864 + type: Transform +- uid: 24987 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,35.5 + parent: 864 + type: Transform +- uid: 24988 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,34.5 + parent: 864 + type: Transform +- uid: 24989 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,33.5 + parent: 864 + type: Transform +- uid: 24990 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,32.5 + parent: 864 + type: Transform +- uid: 24991 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,31.5 + parent: 864 + type: Transform +- uid: 24992 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,30.5 + parent: 864 + type: Transform +- uid: 24993 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,29.5 + parent: 864 + type: Transform +- uid: 24994 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 84.5,28.5 + parent: 864 + type: Transform +- uid: 24995 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,35.5 + parent: 864 + type: Transform +- uid: 24996 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,34.5 + parent: 864 + type: Transform +- uid: 24997 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,33.5 + parent: 864 + type: Transform +- uid: 24998 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,32.5 + parent: 864 + type: Transform +- uid: 24999 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,31.5 + parent: 864 + type: Transform +- uid: 25000 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,30.5 + parent: 864 + type: Transform +- uid: 25001 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,29.5 + parent: 864 + type: Transform +- uid: 25002 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 87.5,28.5 + parent: 864 + type: Transform +- uid: 25003 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,35.5 + parent: 864 + type: Transform +- uid: 25004 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,34.5 + parent: 864 + type: Transform +- uid: 25005 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,33.5 + parent: 864 + type: Transform +- uid: 25006 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,32.5 + parent: 864 + type: Transform +- uid: 25007 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,31.5 + parent: 864 + type: Transform +- uid: 25008 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,30.5 + parent: 864 + type: Transform +- uid: 25009 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,29.5 + parent: 864 + type: Transform +- uid: 25010 + type: SolarPanel + components: + - rot: 1.5707963267948966 rad + pos: 90.5,28.5 + parent: 864 + type: Transform +- uid: 25011 + type: CableTerminal + components: + - rot: -1.5707963267948966 rad + pos: 74.5,38.5 + parent: 864 + type: Transform +- uid: 25012 + type: CableTerminal + components: + - rot: -1.5707963267948966 rad + pos: 74.5,34.5 + parent: 864 + type: Transform +- uid: 25013 + type: SMESBasic + components: + - pos: 73.5,38.5 + parent: 864 + type: Transform +- uid: 25014 + type: SMESBasic + components: + - pos: 73.5,34.5 + parent: 864 + type: Transform +- uid: 25015 + type: CableHV + components: + - pos: 74.5,37.5 + parent: 864 + type: Transform +- uid: 25016 + type: CableHV + components: + - pos: 74.5,38.5 + parent: 864 + type: Transform +- uid: 25017 + type: CableHV + components: + - pos: 73.5,38.5 + parent: 864 + type: Transform +- uid: 25018 + type: CableHV + components: + - pos: 72.5,38.5 + parent: 864 + type: Transform +- uid: 25019 + type: CableHV + components: + - pos: 74.5,35.5 + parent: 864 + type: Transform +- uid: 25020 + type: CableHV + components: + - pos: 74.5,34.5 + parent: 864 + type: Transform +- uid: 25021 + type: CableHV + components: + - pos: 73.5,34.5 + parent: 864 + type: Transform +- uid: 25022 + type: CableHV + components: + - pos: 72.5,34.5 + parent: 864 + type: Transform +- uid: 25023 + type: CableHV + components: + - pos: 71.5,34.5 + parent: 864 + type: Transform +- uid: 25024 + type: ComputerSolarControl + components: + - pos: 72.5,38.5 + parent: 864 + type: Transform +- uid: 25025 + type: CableHV + components: + - pos: 70.5,34.5 + parent: 864 + type: Transform +- uid: 25026 + type: CableHV + components: + - pos: 70.5,35.5 + parent: 864 + type: Transform +- uid: 25027 + type: CableHV + components: + - pos: 70.5,36.5 + parent: 864 + type: Transform +- uid: 25028 + type: CableHV + components: + - pos: 69.5,36.5 + parent: 864 + type: Transform +- uid: 25029 + type: CableHV + components: + - pos: 71.5,38.5 + parent: 864 + type: Transform +- uid: 25030 + type: CableHV + components: + - pos: 70.5,38.5 + parent: 864 + type: Transform +- uid: 25031 + type: CableHV + components: + - pos: 70.5,37.5 + parent: 864 + type: Transform +- uid: 25032 + type: CableHV + components: + - pos: 68.5,36.5 + parent: 864 + type: Transform +- uid: 25033 + type: CableHV + components: + - pos: 67.5,36.5 + parent: 864 + type: Transform +- uid: 25034 + type: CableHV + components: + - pos: 66.5,36.5 + parent: 864 + type: Transform +- uid: 25035 + type: CableHV + components: + - pos: 65.5,36.5 + parent: 864 + type: Transform +- uid: 25036 + type: CableHV + components: + - pos: 64.5,36.5 + parent: 864 + type: Transform +- uid: 25037 + type: CableHV + components: + - pos: 63.5,36.5 + parent: 864 + type: Transform +- uid: 25038 + type: CableHV + components: + - pos: 63.5,35.5 + parent: 864 + type: Transform +- uid: 25039 + type: CableHV + components: + - pos: 63.5,34.5 + parent: 864 + type: Transform +- uid: 25040 + type: CableHV + components: + - pos: 63.5,33.5 + parent: 864 + type: Transform +- uid: 25041 + type: CableHV + components: + - pos: 63.5,32.5 + parent: 864 + type: Transform +- uid: 25042 + type: CableHV + components: + - pos: 63.5,31.5 + parent: 864 + type: Transform +- uid: 25043 + type: CableHV + components: + - pos: 63.5,30.5 + parent: 864 + type: Transform +- uid: 25044 + type: CableHV + components: + - pos: 63.5,29.5 + parent: 864 + type: Transform +- uid: 25045 + type: CableHV + components: + - pos: 63.5,28.5 + parent: 864 + type: Transform +- uid: 25046 + type: CableHV + components: + - pos: 63.5,27.5 + parent: 864 + type: Transform +- uid: 25047 + type: CableHV + components: + - pos: 63.5,26.5 + parent: 864 + type: Transform +- uid: 25048 + type: CableHV + components: + - pos: 62.5,26.5 + parent: 864 + type: Transform +- uid: 25049 + type: CableHV + components: + - pos: 61.5,26.5 + parent: 864 + type: Transform +- uid: 25050 + type: CableHV + components: + - pos: 60.5,26.5 + parent: 864 + type: Transform +- uid: 25051 + type: CableHV + components: + - pos: 59.5,26.5 + parent: 864 + type: Transform +- uid: 25052 + type: CableHV + components: + - pos: 58.5,26.5 + parent: 864 + type: Transform +- uid: 25053 + type: CableHV + components: + - pos: 57.5,26.5 + parent: 864 + type: Transform +- uid: 25054 + type: CableHV + components: + - pos: 56.5,26.5 + parent: 864 + type: Transform +- uid: 25055 + type: CableHV + components: + - pos: 55.5,26.5 + parent: 864 + type: Transform +- uid: 25056 + type: CableHV + components: + - pos: 54.5,26.5 + parent: 864 + type: Transform +- uid: 25057 + type: CableHV + components: + - pos: 53.5,26.5 + parent: 864 + type: Transform +- uid: 25058 + type: CableHV + components: + - pos: 52.5,26.5 + parent: 864 + type: Transform +- uid: 25059 + type: CableHV + components: + - pos: 51.5,26.5 + parent: 864 + type: Transform +- uid: 25060 + type: CableHV + components: + - pos: 50.5,26.5 + parent: 864 + type: Transform +- uid: 25061 + type: CableHV + components: + - pos: 49.5,26.5 + parent: 864 + type: Transform +- uid: 25062 + type: AirlockExternalGlassLocked + components: + - pos: 69.5,36.5 + parent: 864 + type: Transform +- uid: 25063 + type: AirlockExternalGlassLocked + components: + - pos: 75.5,36.5 + parent: 864 + type: Transform +- uid: 25064 + type: ReinforcedWindow + components: + - pos: 71.5,39.5 + parent: 864 + type: Transform +- uid: 25065 + type: ReinforcedWindow + components: + - pos: 73.5,39.5 + parent: 864 + type: Transform +- uid: 25066 + type: ReinforcedWindow + components: + - pos: 73.5,33.5 + parent: 864 + type: Transform +- uid: 25067 + type: ReinforcedWindow + components: + - pos: 71.5,33.5 + parent: 864 + type: Transform +- uid: 25068 + type: Grille + components: + - pos: 71.5,39.5 + parent: 864 + type: Transform +- uid: 25069 + type: Grille + components: + - pos: 73.5,39.5 + parent: 864 + type: Transform +- uid: 25070 + type: Grille + components: + - pos: 73.5,33.5 + parent: 864 + type: Transform +- uid: 25071 + type: Grille + components: + - pos: 71.5,33.5 + parent: 864 + type: Transform +- uid: 25072 + type: WallReinforced + components: + - pos: 76.5,37.5 + parent: 864 + type: Transform +- uid: 25073 + type: WallReinforced + components: + - pos: 77.5,37.5 + parent: 864 + type: Transform +- uid: 25074 + type: WallReinforced + components: + - pos: 76.5,35.5 + parent: 864 + type: Transform +- uid: 25075 + type: WallReinforced + components: + - pos: 77.5,35.5 + parent: 864 + type: Transform +- uid: 25076 + type: WallReinforced + components: + - pos: 68.5,37.5 + parent: 864 + type: Transform +- uid: 25077 + type: WallReinforced + components: + - pos: 67.5,37.5 + parent: 864 + type: Transform +- uid: 25078 + type: WallReinforced + components: + - pos: 67.5,35.5 + parent: 864 + type: Transform +- uid: 25079 + type: WallReinforced + components: + - pos: 68.5,35.5 + parent: 864 + type: Transform +- uid: 25080 + type: AirlockExternalGlassLocked + components: + - pos: 77.5,36.5 + parent: 864 + type: Transform +- uid: 25081 + type: AirlockExternalGlassLocked + components: + - pos: 67.5,36.5 + parent: 864 + type: Transform +- uid: 25082 + type: WallReinforced + components: + - pos: 64.5,32.5 + parent: 864 + type: Transform +- uid: 25083 + type: WallReinforced + components: + - pos: 64.5,31.5 + parent: 864 + type: Transform +- uid: 25084 + type: WallReinforced + components: + - pos: 62.5,32.5 + parent: 864 + type: Transform +- uid: 25085 + type: WallReinforced + components: + - pos: 62.5,31.5 + parent: 864 + type: Transform +- uid: 25086 + type: AirlockExternalGlassLocked + components: + - pos: 63.5,32.5 + parent: 864 + type: Transform +- uid: 25087 + type: Grille + components: + - pos: 18.5,37.5 + parent: 864 + type: Transform +- uid: 25088 + type: Grille + components: + - pos: 16.5,38.5 + parent: 864 + type: Transform +- uid: 25089 + type: PottedPlant28 + components: + - pos: 46.5,30.5 + parent: 864 + type: Transform +- uid: 25090 + type: PottedPlant29 + components: + - pos: 46.5,29.5 + parent: 864 + type: Transform +- uid: 25091 + type: Grille + components: + - pos: 14.5,37.5 + parent: 864 + type: Transform +- uid: 25092 + type: AirlockMaintGlassLocked + components: + - pos: 16.5,35.5 + parent: 864 + type: Transform +- uid: 25093 + type: RandomSpawner + components: + - pos: -15.5,36.5 + parent: 864 + type: Transform +- uid: 25094 + type: RandomSpawner + components: + - pos: -19.5,26.5 + parent: 864 + type: Transform +- uid: 25095 + type: RandomSpawner + components: + - pos: -17.5,44.5 + parent: 864 + type: Transform +- uid: 25096 + type: RandomSpawner + components: + - pos: -14.5,45.5 + parent: 864 + type: Transform +- uid: 25097 + type: RandomSpawner + components: + - pos: 0.5,32.5 + parent: 864 + type: Transform +- uid: 25098 + type: RandomSpawner + components: + - pos: 53.5,36.5 + parent: 864 + type: Transform +- uid: 25099 + type: RandomSpawner + components: + - pos: 65.5,22.5 + parent: 864 + type: Transform +- uid: 25100 + type: Table + components: + - pos: 72.5,36.5 + parent: 864 + type: Transform +- uid: 25101 + type: Table + components: + - pos: 73.5,36.5 + parent: 864 + type: Transform +- uid: 25102 + type: Table + components: + - pos: 71.5,36.5 + parent: 864 + type: Transform +- uid: 25103 + type: Multitool + components: + - pos: 72.48785,36.5135 + parent: 864 + type: Transform +- uid: 25104 + type: trayScanner + components: + - pos: 73.06597,36.576 + parent: 864 + type: Transform +- uid: 25105 + type: CableApcExtension + components: + - pos: 16.5,35.5 + parent: 864 + type: Transform +- uid: 25106 + type: CableApcExtension + components: + - pos: 16.5,36.5 + parent: 864 + type: Transform +- uid: 25107 + type: CableApcExtension + components: + - pos: 16.5,37.5 + parent: 864 + type: Transform +- uid: 25108 + type: CableApcExtension + components: + - pos: 16.5,38.5 + parent: 864 + type: Transform +- uid: 25109 + type: CableApcExtension + components: + - pos: 16.5,39.5 + parent: 864 + type: Transform +- uid: 25110 + type: CableApcExtension + components: + - pos: 15.5,39.5 + parent: 864 + type: Transform +- uid: 25111 + type: CableApcExtension + components: + - pos: 14.5,39.5 + parent: 864 + type: Transform +- uid: 25112 + type: CableApcExtension + components: + - pos: 14.5,38.5 + parent: 864 + type: Transform +- uid: 25113 + type: CableApcExtension + components: + - pos: 14.5,37.5 + parent: 864 + type: Transform +- uid: 25114 + type: CableApcExtension + components: + - pos: 14.5,36.5 + parent: 864 + type: Transform +- uid: 25115 + type: CableApcExtension + components: + - pos: 15.5,36.5 + parent: 864 + type: Transform +- uid: 25116 + type: CableApcExtension + components: + - pos: 17.5,39.5 + parent: 864 + type: Transform +- uid: 25117 + type: CableApcExtension + components: + - pos: 18.5,39.5 + parent: 864 + type: Transform +- uid: 25118 + type: CableApcExtension + components: + - pos: 18.5,38.5 + parent: 864 + type: Transform +- uid: 25119 + type: CableApcExtension + components: + - pos: 18.5,37.5 + parent: 864 + type: Transform +- uid: 25120 + type: CableApcExtension + components: + - pos: 18.5,36.5 + parent: 864 + type: Transform +- uid: 25121 + type: CableApcExtension + components: + - pos: 17.5,36.5 + parent: 864 + type: Transform +- uid: 25122 + type: CableApcExtension + components: + - pos: 16.5,40.5 + parent: 864 + type: Transform +- uid: 25123 + type: SignDangerMed + components: + - pos: 15.5,35.5 + parent: 864 + type: Transform +- uid: 25124 + type: AsteroidRock + components: + - pos: 3.5,45.5 + parent: 864 + type: Transform +- uid: 25125 + type: AsteroidRock + components: + - pos: 3.5,44.5 + parent: 864 + type: Transform +- uid: 25126 + type: AsteroidRock + components: + - pos: 3.5,43.5 + parent: 864 + type: Transform +- uid: 25127 + type: AsteroidRock + components: + - pos: 3.5,42.5 + parent: 864 + type: Transform +- uid: 25128 + type: AsteroidRock + components: + - pos: 4.5,43.5 + parent: 864 + type: Transform +- uid: 25129 + type: AsteroidRock + components: + - pos: 4.5,42.5 + parent: 864 + type: Transform +- uid: 25130 + type: AsteroidRock + components: + - pos: 5.5,42.5 + parent: 864 + type: Transform +- uid: 25131 + type: WallReinforced + components: + - pos: -38.5,43.5 + parent: 864 + type: Transform +- uid: 25132 + type: WallReinforced + components: + - pos: -38.5,42.5 + parent: 864 + type: Transform +- uid: 25133 + type: WallReinforced + components: + - pos: -38.5,41.5 + parent: 864 + type: Transform +- uid: 25134 + type: WallReinforced + components: + - pos: -36.5,43.5 + parent: 864 + type: Transform +- uid: 25135 + type: WallReinforced + components: + - pos: -36.5,42.5 + parent: 864 + type: Transform +- uid: 25136 + type: WallReinforced + components: + - pos: -36.5,41.5 + parent: 864 + type: Transform +- uid: 25137 + type: AirlockExternalGlassLocked + components: + - pos: -37.5,43.5 + parent: 864 + type: Transform +- uid: 25138 + type: AirlockExternalGlassLocked + components: + - pos: -37.5,41.5 + parent: 864 + type: Transform +- uid: 25139 + type: WallReinforced + components: + - pos: -38.5,40.5 + parent: 864 + type: Transform +- uid: 25140 + type: WallReinforced + components: + - pos: -39.5,40.5 + parent: 864 + type: Transform +- uid: 25141 + type: WallReinforced + components: + - pos: -40.5,40.5 + parent: 864 + type: Transform +- uid: 25142 + type: WallReinforced + components: + - pos: -41.5,40.5 + parent: 864 + type: Transform +- uid: 25143 + type: WallReinforced + components: + - pos: -42.5,40.5 + parent: 864 + type: Transform +- uid: 25144 + type: ReinforcedWindow + components: + - pos: -44.5,40.5 + parent: 864 + type: Transform +- uid: 25145 + type: ReinforcedWindow + components: + - pos: -43.5,40.5 + parent: 864 + type: Transform +- uid: 25146 + type: WallReinforced + components: + - pos: -45.5,40.5 + parent: 864 + type: Transform +- uid: 25147 + type: WallReinforced + components: + - pos: -46.5,40.5 + parent: 864 + type: Transform +- uid: 25148 + type: WallReinforced + components: + - pos: -47.5,40.5 + parent: 864 + type: Transform +- uid: 25149 + type: WallReinforced + components: + - pos: -48.5,40.5 + parent: 864 + type: Transform +- uid: 25150 + type: WallReinforced + components: + - pos: -48.5,39.5 + parent: 864 + type: Transform +- uid: 25151 + type: WallReinforced + components: + - pos: -48.5,38.5 + parent: 864 + type: Transform +- uid: 25152 + type: WallReinforced + components: + - pos: -36.5,40.5 + parent: 864 + type: Transform +- uid: 25153 + type: WallReinforced + components: + - pos: -35.5,40.5 + parent: 864 + type: Transform +- uid: 25154 + type: WallReinforced + components: + - pos: -34.5,40.5 + parent: 864 + type: Transform +- uid: 25155 + type: ReinforcedWindow + components: + - pos: -33.5,40.5 + parent: 864 + type: Transform +- uid: 25156 + type: ReinforcedWindow + components: + - pos: -32.5,40.5 + parent: 864 + type: Transform +- uid: 25157 + type: WallReinforced + components: + - pos: -31.5,40.5 + parent: 864 + type: Transform +- uid: 25158 + type: WallReinforced + components: + - pos: -30.5,40.5 + parent: 864 + type: Transform +- uid: 25159 + type: WallReinforced + components: + - pos: -30.5,41.5 + parent: 864 + type: Transform +- uid: 25160 + type: WallReinforced + components: + - pos: -30.5,42.5 + parent: 864 + type: Transform +- uid: 25161 + type: WallReinforced + components: + - pos: -29.5,42.5 + parent: 864 + type: Transform +- uid: 25162 + type: WallSolid + components: + - pos: -28.5,42.5 + parent: 864 + type: Transform +- uid: 25163 + type: WallSolid + components: + - pos: -27.5,42.5 + parent: 864 + type: Transform +- uid: 25164 + type: SpawnPointAssistant + components: + - pos: -19.5,34.5 + parent: 864 + type: Transform +- uid: 25165 + type: WallReinforced + components: + - pos: -26.5,47.5 + parent: 864 + type: Transform +- uid: 25166 + type: WallReinforced + components: + - pos: -27.5,47.5 + parent: 864 + type: Transform +- uid: 25167 + type: WallReinforced + components: + - pos: -28.5,47.5 + parent: 864 + type: Transform +- uid: 25168 + type: WallReinforced + components: + - pos: -29.5,47.5 + parent: 864 + type: Transform +- uid: 25169 + type: WallReinforced + components: + - pos: -29.5,46.5 + parent: 864 + type: Transform +- uid: 25170 + type: WallReinforced + components: + - pos: -25.5,47.5 + parent: 864 + type: Transform +- uid: 25171 + type: WallReinforced + components: + - pos: -25.5,48.5 + parent: 864 + type: Transform +- uid: 25172 + type: WallSolid + components: + - pos: -26.5,42.5 + parent: 864 + type: Transform +- uid: 25173 + type: WallSolid + components: + - pos: -39.5,37.5 + parent: 864 + type: Transform +- uid: 25174 + type: WallSolid + components: + - pos: -39.5,38.5 + parent: 864 + type: Transform +- uid: 25175 + type: WallSolid + components: + - pos: -36.5,38.5 + parent: 864 + type: Transform +- uid: 25176 + type: WallSolid + components: + - pos: -35.5,38.5 + parent: 864 + type: Transform +- uid: 25177 + type: SpawnPointAssistant + components: + - pos: -11.5,32.5 + parent: 864 + type: Transform +- uid: 25178 + type: SpawnPointAssistant + components: + - pos: -23.5,30.5 + parent: 864 + type: Transform +- uid: 25179 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: -11.5,34.5 + parent: 864 + type: Transform +- uid: 25180 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -9.5,22.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 25181 + type: ClosetEmergencyFilledRandom + components: + - pos: 50.5,40.5 + parent: 864 + type: Transform +- uid: 25182 + type: ClosetFireFilled + components: + - pos: 49.5,40.5 + parent: 864 + type: Transform +- uid: 25183 + type: ClosetEmergencyFilledRandom + components: + - pos: 65.5,1.5 + parent: 864 + type: Transform +- uid: 25184 + type: CableApcExtension + components: + - pos: 63.5,30.5 + parent: 864 + type: Transform +- uid: 25185 + type: CableApcExtension + components: + - pos: 63.5,31.5 + parent: 864 + type: Transform +- uid: 25186 + type: CableApcExtension + components: + - pos: 63.5,32.5 + parent: 864 + type: Transform +- uid: 25187 + type: CableApcExtension + components: + - pos: 63.5,33.5 + parent: 864 + type: Transform +- uid: 25188 + type: CableApcExtension + components: + - pos: 63.5,34.5 + parent: 864 + type: Transform +- uid: 25189 + type: CableApcExtension + components: + - pos: 63.5,35.5 + parent: 864 + type: Transform +- uid: 25190 + type: CableApcExtension + components: + - pos: 63.5,36.5 + parent: 864 + type: Transform +- uid: 25191 + type: CableApcExtension + components: + - pos: 64.5,36.5 + parent: 864 + type: Transform +- uid: 25192 + type: CableApcExtension + components: + - pos: 65.5,36.5 + parent: 864 + type: Transform +- uid: 25193 + type: CableApcExtension + components: + - pos: 66.5,36.5 + parent: 864 + type: Transform +- uid: 25194 + type: CableApcExtension + components: + - pos: 67.5,36.5 + parent: 864 + type: Transform +- uid: 25195 + type: CableApcExtension + components: + - pos: 68.5,36.5 + parent: 864 + type: Transform +- uid: 25196 + type: CableApcExtension + components: + - pos: 69.5,36.5 + parent: 864 + type: Transform +- uid: 25197 + type: CableApcExtension + components: + - pos: 70.5,36.5 + parent: 864 + type: Transform +- uid: 25198 + type: CableApcExtension + components: + - pos: 71.5,36.5 + parent: 864 + type: Transform +- uid: 25199 + type: CableApcExtension + components: + - pos: 72.5,36.5 + parent: 864 + type: Transform +- uid: 25200 + type: CableApcExtension + components: + - pos: 73.5,36.5 + parent: 864 + type: Transform +- uid: 25201 + type: CableApcExtension + components: + - pos: 74.5,36.5 + parent: 864 + type: Transform +- uid: 25202 + type: CableApcExtension + components: + - pos: 75.5,36.5 + parent: 864 + type: Transform +- uid: 25203 + type: CableApcExtension + components: + - pos: 76.5,36.5 + parent: 864 + type: Transform +- uid: 25204 + type: CableApcExtension + components: + - pos: 73.5,35.5 + parent: 864 + type: Transform +- uid: 25205 + type: CableApcExtension + components: + - pos: 73.5,34.5 + parent: 864 + type: Transform +- uid: 25206 + type: CableApcExtension + components: + - pos: 71.5,35.5 + parent: 864 + type: Transform +- uid: 25207 + type: CableApcExtension + components: + - pos: 71.5,34.5 + parent: 864 + type: Transform +- uid: 25208 + type: CableApcExtension + components: + - pos: 71.5,37.5 + parent: 864 + type: Transform +- uid: 25209 + type: CableApcExtension + components: + - pos: 71.5,38.5 + parent: 864 + type: Transform +- uid: 25210 + type: CableApcExtension + components: + - pos: 73.5,38.5 + parent: 864 + type: Transform +- uid: 25211 + type: CableApcExtension + components: + - pos: 73.5,37.5 + parent: 864 + type: Transform +- uid: 25212 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 70.5,35.5 + parent: 864 + type: Transform +- uid: 25213 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 70.5,34.5 + parent: 864 + type: Transform +- uid: 25214 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 70.5,33.5 + parent: 864 + type: Transform +- uid: 25215 + type: GasVentScrubber + components: + - pos: 70.5,36.5 + parent: 864 + type: Transform +- uid: 25216 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: 70.5,32.5 + parent: 864 + type: Transform +- uid: 25217 + type: GasPort + components: + - pos: 70.5,38.5 + parent: 864 + type: Transform +- uid: 25218 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 70.5,37.5 + parent: 864 + type: Transform +- uid: 25219 + type: AirCanister + components: + - pos: 71.5,38.5 + parent: 864 + type: Transform +- uid: 25220 + type: ChairOfficeDark + components: + - rot: 1.5707963267948966 rad + pos: 72.5,37.5 + parent: 864 + type: Transform +- uid: 25221 + type: CableHV + components: + - pos: -11.5,26.5 + parent: 864 + type: Transform +- uid: 25222 + type: CableHV + components: + - pos: -12.5,26.5 + parent: 864 + type: Transform +- uid: 25223 + type: CableHV + components: + - pos: -13.5,26.5 + parent: 864 + type: Transform +- uid: 25224 + type: CableHV + components: + - pos: -14.5,26.5 + parent: 864 + type: Transform +- uid: 25225 + type: CableHV + components: + - pos: -15.5,26.5 + parent: 864 + type: Transform +- uid: 25226 + type: CableHV + components: + - pos: -15.5,27.5 + parent: 864 + type: Transform +- uid: 25227 + type: CableHV + components: + - pos: -15.5,28.5 + parent: 864 + type: Transform +- uid: 25228 + type: FoodMeatHawaiianKebab + components: + - pos: -12.469789,31.726183 + parent: 864 + type: Transform +- uid: 25229 + type: FoodSnackSus + components: + - pos: -12.469789,32.52306 + parent: 864 + type: Transform +- uid: 25230 + type: SpaceVillainArcadeComputerCircuitboard + components: + - pos: -12.610414,35.61681 + parent: 864 + type: Transform +- uid: 25231 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -11.5,33.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25232 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 25233 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,40.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 25234 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -18.5,46.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 25235 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -20.5,28.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 25236 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25237 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -13.5,38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25238 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25239 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -11.5,39.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25240 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -11.5,38.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25241 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -11.5,37.5 + parent: 864 + type: Transform +- uid: 25242 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -12.5,37.5 + parent: 864 + type: Transform +- uid: 25243 + type: PoweredSmallLight + components: + - pos: -11.5,39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25244 + type: WallSolid + components: + - pos: 40.5,49.5 + parent: 864 + type: Transform +- uid: 25245 + type: WoodDoor + components: + - pos: 41.5,49.5 + parent: 864 + type: Transform +- uid: 25246 + type: WallSolid + components: + - pos: 40.5,50.5 + parent: 864 + type: Transform +- uid: 25247 + type: WoodDoor + components: + - pos: 40.5,51.5 + parent: 864 + type: Transform +- uid: 25248 + type: StoolBar + components: + - rot: 3.141592653589793 rad + pos: 39.5,48.5 + parent: 864 + type: Transform +- uid: 25249 + type: StoolBar + components: + - rot: 3.141592653589793 rad + pos: 38.5,48.5 + parent: 864 + type: Transform +- uid: 25250 + type: StoolBar + components: + - rot: 3.141592653589793 rad + pos: 37.5,48.5 + parent: 864 + type: Transform +- uid: 25251 + type: StoolBar + components: + - rot: 3.141592653589793 rad + pos: 36.5,48.5 + parent: 864 + type: Transform +- uid: 25252 + type: VendingMachineBooze + components: + - pos: 36.5,51.5 + parent: 864 + type: Transform +- uid: 25253 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 37.5,51.5 + parent: 864 + type: Transform +- uid: 25254 + type: Table + components: + - rot: 3.141592653589793 rad + pos: 38.5,51.5 + parent: 864 + type: Transform +- uid: 25255 + type: soda_dispenser + components: + - pos: 37.5,51.5 + parent: 864 + type: Transform +- uid: 25256 + type: BoozeDispenser + components: + - pos: 38.5,51.5 + parent: 864 + type: Transform +- uid: 25257 + type: BarSign + components: + - pos: 33.5,48.5 + parent: 864 + type: Transform +- uid: 25258 + type: WallReinforced + components: + - pos: 32.5,48.5 + parent: 864 + type: Transform +- uid: 25259 + type: WallReinforced + components: + - pos: 31.5,48.5 + parent: 864 + type: Transform +- uid: 25260 + type: WallReinforced + components: + - pos: 31.5,47.5 + parent: 864 + type: Transform +- uid: 25261 + type: WallReinforced + components: + - pos: 31.5,46.5 + parent: 864 + type: Transform +- uid: 25262 + type: WallReinforced + components: + - pos: 31.5,44.5 + parent: 864 + type: Transform +- uid: 25263 + type: WallReinforced + components: + - pos: 44.5,46.5 + parent: 864 + type: Transform +- uid: 25264 + type: WallReinforced + components: + - pos: 44.5,44.5 + parent: 864 + type: Transform +- uid: 25265 + type: AirlockMaintGlass + components: + - pos: 44.5,45.5 + parent: 864 + type: Transform +- uid: 25266 + type: AirlockExternalGlassLocked + components: + - rot: -1.5707963267948966 rad + pos: 27.5,45.5 + parent: 864 + type: Transform +- uid: 25267 + type: AirlockMaintGlass + components: + - pos: 31.5,45.5 + parent: 864 + type: Transform +- uid: 25268 + type: WallReinforced + components: + - pos: 27.5,46.5 + parent: 864 + type: Transform +- uid: 25269 + type: WallReinforced + components: + - pos: 27.5,44.5 + parent: 864 + type: Transform +- uid: 25270 + type: WallReinforced + components: + - pos: 28.5,48.5 + parent: 864 + type: Transform +- uid: 25271 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 53.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25272 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 52.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25273 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 51.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25274 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 50.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25275 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 49.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25276 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25277 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 51.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25278 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 50.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25279 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 49.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25280 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 48.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25281 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 47.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25282 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 46.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25283 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 47.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25284 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 45.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25285 + type: GasPipeStraight + components: + - pos: 47.5,49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25286 + type: GasPipeStraight + components: + - pos: 47.5,48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25287 + type: GasPipeStraight + components: + - pos: 47.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25288 + type: GasPipeStraight + components: + - pos: 45.5,48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25289 + type: GasPipeStraight + components: + - pos: 45.5,47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25290 + type: GasPipeStraight + components: + - pos: 45.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25291 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 47.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25292 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 45.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25293 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 46.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25294 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 45.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25295 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 43.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25296 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 44.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25297 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 42.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25298 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 41.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25299 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 40.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25300 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 44.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25301 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 43.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25302 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 42.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25303 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 41.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25304 + type: GasPipeTJunction + components: + - pos: 40.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25305 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 37.5,46.5 + parent: 864 + type: Transform +- uid: 25306 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 37.5,45.5 + parent: 864 + type: Transform +- uid: 25307 + type: CableApcExtension + components: + - pos: 39.5,47.5 + parent: 864 + type: Transform +- uid: 25308 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 38.5,45.5 + parent: 864 + type: Transform +- uid: 25309 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 42.5,48.5 + parent: 864 + type: Transform +- uid: 25310 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 43.5,48.5 + parent: 864 + type: Transform +- uid: 25311 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 33.5,44.5 + parent: 864 + type: Transform +- uid: 25312 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 41.5,43.5 + parent: 864 + type: Transform +- uid: 25313 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 32.5,47.5 + parent: 864 + type: Transform +- uid: 25314 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 32.5,46.5 + parent: 864 + type: Transform +- uid: 25315 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 39.5,46.5 + parent: 864 + type: Transform +- uid: 25316 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 39.5,45.5 + parent: 864 + type: Transform +- uid: 25317 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 36.5,46.5 + parent: 864 + type: Transform +- uid: 25318 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 36.5,45.5 + parent: 864 + type: Transform +- uid: 25319 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: 42.5,47.5 + parent: 864 + type: Transform +- uid: 25320 + type: ChairWood + components: + - rot: 3.141592653589793 rad + pos: 43.5,47.5 + parent: 864 + type: Transform +- uid: 25321 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 33.5,47.5 + parent: 864 + type: Transform +- uid: 25322 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 33.5,46.5 + parent: 864 + type: Transform +- uid: 25323 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 32.5,44.5 + parent: 864 + type: Transform +- uid: 25324 + type: ChairWood + components: + - rot: -1.5707963267948966 rad + pos: 34.5,44.5 + parent: 864 + type: Transform +- uid: 25325 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 39.5,43.5 + parent: 864 + type: Transform +- uid: 25326 + type: TableWood + components: + - rot: 1.5707963267948966 rad + pos: 40.5,43.5 + parent: 864 + type: Transform +- uid: 25327 + type: CableApcExtension + components: + - pos: 43.5,45.5 + parent: 864 + type: Transform +- uid: 25328 + type: CableApcExtension + components: + - pos: 42.5,45.5 + parent: 864 + type: Transform +- uid: 25329 + type: CableApcExtension + components: + - pos: 41.5,45.5 + parent: 864 + type: Transform +- uid: 25330 + type: CableApcExtension + components: + - pos: 40.5,45.5 + parent: 864 + type: Transform +- uid: 25331 + type: CableApcExtension + components: + - pos: 39.5,45.5 + parent: 864 + type: Transform +- uid: 25332 + type: CableApcExtension + components: + - pos: 38.5,45.5 + parent: 864 + type: Transform +- uid: 25333 + type: CableApcExtension + components: + - pos: 37.5,45.5 + parent: 864 + type: Transform +- uid: 25334 + type: CableApcExtension + components: + - pos: 36.5,45.5 + parent: 864 + type: Transform +- uid: 25335 + type: CableApcExtension + components: + - pos: 35.5,45.5 + parent: 864 + type: Transform +- uid: 25336 + type: CableApcExtension + components: + - pos: 34.5,45.5 + parent: 864 + type: Transform +- uid: 25337 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: 38.5,46.5 + parent: 864 + type: Transform +- uid: 25338 + type: CableApcExtension + components: + - pos: 39.5,46.5 + parent: 864 + type: Transform +- uid: 25339 + type: CableApcExtension + components: + - pos: 38.5,44.5 + parent: 864 + type: Transform +- uid: 25340 + type: CableApcExtension + components: + - pos: 38.5,43.5 + parent: 864 + type: Transform +- uid: 25341 + type: CableApcExtension + components: + - pos: 38.5,48.5 + parent: 864 + type: Transform +- uid: 25342 + type: CableApcExtension + components: + - pos: 38.5,49.5 + parent: 864 + type: Transform +- uid: 25343 + type: CableApcExtension + components: + - pos: 38.5,50.5 + parent: 864 + type: Transform +- uid: 25344 + type: CableApcExtension + components: + - pos: 39.5,50.5 + parent: 864 + type: Transform +- uid: 25345 + type: CableApcExtension + components: + - pos: 39.5,51.5 + parent: 864 + type: Transform +- uid: 25346 + type: CableApcExtension + components: + - pos: 40.5,51.5 + parent: 864 + type: Transform +- uid: 25347 + type: CableApcExtension + components: + - pos: 41.5,51.5 + parent: 864 + type: Transform +- uid: 25348 + type: CableApcExtension + components: + - pos: 41.5,44.5 + parent: 864 + type: Transform +- uid: 25349 + type: CableApcExtension + components: + - pos: 41.5,46.5 + parent: 864 + type: Transform +- uid: 25350 + type: CableApcExtension + components: + - pos: 41.5,47.5 + parent: 864 + type: Transform +- uid: 25351 + type: CableApcExtension + components: + - pos: 34.5,46.5 + parent: 864 + type: Transform +- uid: 25352 + type: CableApcExtension + components: + - pos: 34.5,47.5 + parent: 864 + type: Transform +- uid: 25353 + type: CableApcExtension + components: + - pos: 35.5,44.5 + parent: 864 + type: Transform +- uid: 25354 + type: CableApcExtension + components: + - pos: 35.5,43.5 + parent: 864 + type: Transform +- uid: 25355 + type: CableApcExtension + components: + - pos: 45.5,32.5 + parent: 864 + type: Transform +- uid: 25356 + type: CableApcExtension + components: + - pos: 45.5,31.5 + parent: 864 + type: Transform +- uid: 25357 + type: CableApcExtension + components: + - pos: 45.5,30.5 + parent: 864 + type: Transform +- uid: 25358 + type: CableApcExtension + components: + - pos: 45.5,29.5 + parent: 864 + type: Transform +- uid: 25359 + type: CableApcExtension + components: + - pos: 44.5,29.5 + parent: 864 + type: Transform +- uid: 25360 + type: CableApcExtension + components: + - pos: 43.5,29.5 + parent: 864 + type: Transform +- uid: 25361 + type: BoxLightMixed + components: + - pos: 39.546867,49.67635 + parent: 864 + type: Transform +- uid: 25362 + type: PoweredSmallLightEmpty + components: + - rot: -1.5707963267948966 rad + pos: 43.5,47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25363 + type: PoweredSmallLightEmpty + components: + - rot: 1.5707963267948966 rad + pos: 36.5,50.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25364 + type: PoweredSmallLightEmpty + components: + - rot: 3.141592653589793 rad + pos: 37.5,43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25365 + type: PoweredSmallLightEmpty + components: + - pos: 34.5,47.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25366 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 43.5,44.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25367 + type: CableApcExtension + components: + - pos: 37.5,50.5 + parent: 864 + type: Transform +- uid: 25368 + type: CableApcStack1 + components: + - rot: 3.141592653589793 rad + pos: 38.439327,47.51809 + parent: 864 + type: Transform +- uid: 25369 + type: MaterialWoodPlank + components: + - rot: 3.141592653589793 rad + pos: 38.425755,46.464603 + parent: 864 + type: Transform +- uid: 25370 + type: WindowReinforcedDirectional + components: + - pos: -2.5,71.5 + parent: 864 + type: Transform +- uid: 25371 + type: WindowReinforcedDirectional + components: + - pos: -1.5,71.5 + parent: 864 + type: Transform +- uid: 25372 + type: WindowReinforcedDirectional + components: + - pos: -0.5,71.5 + parent: 864 + type: Transform +- uid: 25373 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -3.5,70.5 + parent: 864 + type: Transform +- uid: 25374 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -3.5,69.5 + parent: 864 + type: Transform +- uid: 25375 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -3.5,68.5 + parent: 864 + type: Transform +- uid: 25376 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -2.5,67.5 + parent: 864 + type: Transform +- uid: 25377 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -1.5,67.5 + parent: 864 + type: Transform +- uid: 25378 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -0.5,67.5 + parent: 864 + type: Transform +- uid: 25379 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 0.5,68.5 + parent: 864 + type: Transform +- uid: 25380 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 0.5,69.5 + parent: 864 + type: Transform +- uid: 25381 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 0.5,70.5 + parent: 864 + type: Transform +- uid: 25382 + type: GasThermoMachineFreezer + components: + - pos: 2.5,68.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25383 + type: GasThermoMachineFreezer + components: + - pos: 2.5,70.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25384 + type: GasThermoMachineFreezer + components: + - pos: -5.5,68.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25385 + type: GasThermoMachineFreezer + components: + - pos: -5.5,70.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25386 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 2.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25387 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -5.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25388 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25389 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25390 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25391 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 2.5,64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25392 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25393 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25394 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25395 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -5.5,64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25396 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,68.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25397 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25398 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25399 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25400 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,68.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25401 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25402 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25403 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25404 + type: GasPipeBend + components: + - pos: 3.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25405 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -6.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25406 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: 3.5,64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25407 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: 2.5,63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25408 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: -5.5,63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25409 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: -6.5,64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25410 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 1.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25411 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -4.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25412 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 0.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25413 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -3.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25414 + type: GasPassiveVent + components: + - rot: 1.5707963267948966 rad + pos: -0.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25415 + type: GasPassiveVent + components: + - rot: -1.5707963267948966 rad + pos: -2.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25416 + type: GasVentPump + components: + - pos: -1.5,66.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25417 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -1.5,67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25418 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -2.5,67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25419 + type: GasPipeStraight + components: + - pos: -2.5,66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25420 + type: GasPipeStraight + components: + - pos: -2.5,65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25421 + type: GasPipeStraight + components: + - pos: -2.5,64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25422 + type: GasPipeStraight + components: + - pos: -2.5,63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25423 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -1.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25424 + type: GasPipeStraight + components: + - pos: -2.5,61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25425 + type: GasPipeStraight + components: + - pos: -2.5,60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25426 + type: GasPipeStraight + components: + - pos: -2.5,59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25427 + type: GasPipeStraight + components: + - pos: -1.5,65.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25428 + type: GasPipeStraight + components: + - pos: -1.5,64.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25429 + type: GasPipeStraight + components: + - pos: -1.5,63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25430 + type: GasPipeStraight + components: + - pos: -1.5,62.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25431 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -2.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25432 + type: GasPipeStraight + components: + - pos: -1.5,60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25433 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -1.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25434 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -0.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25435 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -1.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25436 + type: GasVentScrubber + components: + - pos: -1.5,68.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25437 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -11.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25438 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -10.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25439 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -9.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25440 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -8.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25441 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -7.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25442 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -6.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25443 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -5.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25444 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -4.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25445 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -3.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25446 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25447 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25448 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -11.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25449 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -10.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25450 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -9.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25451 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -8.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25452 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -7.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25453 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -6.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25454 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -5.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25455 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -4.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25456 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -3.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25457 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25458 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25459 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -0.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25460 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25461 + type: ComputerBroken + components: + - rot: 1.5707963267948966 rad + pos: -0.5,73.5 + parent: 864 + type: Transform +- uid: 25462 + type: ComputerBroken + components: + - rot: -1.5707963267948966 rad + pos: -2.5,73.5 + parent: 864 + type: Transform +- uid: 25463 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -1.5,73.5 + parent: 864 + type: Transform +- uid: 25464 + type: ComputerBroken + components: + - rot: 1.5707963267948966 rad + pos: 2.5,69.5 + parent: 864 + type: Transform +- uid: 25465 + type: ComputerBroken + components: + - rot: -1.5707963267948966 rad + pos: -5.5,69.5 + parent: 864 + type: Transform +- uid: 25466 + type: ShowcaseRobot + components: + - pos: -0.5,63.5 + parent: 864 + type: Transform +- uid: 25467 + type: ShowcaseRobot + components: + - pos: -2.5,63.5 + parent: 864 + type: Transform +- uid: 25468 + type: WallReinforced + components: + - pos: 46.5,51.5 + parent: 864 + type: Transform +- uid: 25469 + type: WallReinforced + components: + - pos: 47.5,51.5 + parent: 864 + type: Transform +- uid: 25470 + type: WallReinforced + components: + - pos: 48.5,51.5 + parent: 864 + type: Transform +- uid: 25471 + type: Grille + components: + - pos: 5.5,69.5 + parent: 864 + type: Transform +- uid: 25472 + type: Grille + components: + - pos: -8.5,69.5 + parent: 864 + type: Transform +- uid: 25473 + type: AtmosFixFreezerMarker + components: + - pos: -5.5,73.5 + parent: 864 + type: Transform +- uid: 25474 + type: AtmosFixFreezerMarker + components: + - pos: -5.5,72.5 + parent: 864 + type: Transform +- uid: 25475 + type: AtmosFixFreezerMarker + components: + - pos: -5.5,71.5 + parent: 864 + type: Transform +- uid: 25476 + type: AtmosFixFreezerMarker + components: + - pos: -5.5,70.5 + parent: 864 + type: Transform +- uid: 25477 + type: AtmosFixFreezerMarker + components: + - pos: -5.5,69.5 + parent: 864 + type: Transform +- uid: 25478 + type: AtmosFixFreezerMarker + components: + - pos: -5.5,68.5 + parent: 864 + type: Transform +- uid: 25479 + type: AtmosFixFreezerMarker + components: + - pos: -5.5,67.5 + parent: 864 + type: Transform +- uid: 25480 + type: AtmosFixFreezerMarker + components: + - pos: -5.5,66.5 + parent: 864 + type: Transform +- uid: 25481 + type: AtmosFixFreezerMarker + components: + - pos: -4.5,73.5 + parent: 864 + type: Transform +- uid: 25482 + type: AtmosFixFreezerMarker + components: + - pos: -4.5,72.5 + parent: 864 + type: Transform +- uid: 25483 + type: AtmosFixFreezerMarker + components: + - pos: -4.5,71.5 + parent: 864 + type: Transform +- uid: 25484 + type: AtmosFixFreezerMarker + components: + - pos: -4.5,70.5 + parent: 864 + type: Transform +- uid: 25485 + type: AtmosFixFreezerMarker + components: + - pos: -4.5,69.5 + parent: 864 + type: Transform +- uid: 25486 + type: AtmosFixFreezerMarker + components: + - pos: -4.5,68.5 + parent: 864 + type: Transform +- uid: 25487 + type: AtmosFixFreezerMarker + components: + - pos: -4.5,67.5 + parent: 864 + type: Transform +- uid: 25488 + type: AtmosFixFreezerMarker + components: + - pos: -4.5,66.5 + parent: 864 + type: Transform +- uid: 25489 + type: AtmosFixFreezerMarker + components: + - pos: -3.5,73.5 + parent: 864 + type: Transform +- uid: 25490 + type: AtmosFixFreezerMarker + components: + - pos: -3.5,72.5 + parent: 864 + type: Transform +- uid: 25491 + type: AtmosFixFreezerMarker + components: + - pos: -3.5,71.5 + parent: 864 + type: Transform +- uid: 25492 + type: AtmosFixFreezerMarker + components: + - pos: -3.5,70.5 + parent: 864 + type: Transform +- uid: 25493 + type: AtmosFixFreezerMarker + components: + - pos: -3.5,69.5 + parent: 864 + type: Transform +- uid: 25494 + type: AtmosFixFreezerMarker + components: + - pos: -3.5,68.5 + parent: 864 + type: Transform +- uid: 25495 + type: AtmosFixFreezerMarker + components: + - pos: -3.5,67.5 + parent: 864 + type: Transform +- uid: 25496 + type: AtmosFixFreezerMarker + components: + - pos: -3.5,66.5 + parent: 864 + type: Transform +- uid: 25497 + type: AtmosFixFreezerMarker + components: + - pos: -2.5,73.5 + parent: 864 + type: Transform +- uid: 25498 + type: AtmosFixFreezerMarker + components: + - pos: -2.5,72.5 + parent: 864 + type: Transform +- uid: 25499 + type: AtmosFixFreezerMarker + components: + - pos: -2.5,71.5 + parent: 864 + type: Transform +- uid: 25500 + type: AtmosFixFreezerMarker + components: + - pos: -2.5,70.5 + parent: 864 + type: Transform +- uid: 25501 + type: AtmosFixFreezerMarker + components: + - pos: -2.5,69.5 + parent: 864 + type: Transform +- uid: 25502 + type: AtmosFixFreezerMarker + components: + - pos: -2.5,68.5 + parent: 864 + type: Transform +- uid: 25503 + type: AtmosFixFreezerMarker + components: + - pos: -2.5,67.5 + parent: 864 + type: Transform +- uid: 25504 + type: AtmosFixFreezerMarker + components: + - pos: -2.5,66.5 + parent: 864 + type: Transform +- uid: 25505 + type: AtmosFixFreezerMarker + components: + - pos: -6.5,72.5 + parent: 864 + type: Transform +- uid: 25506 + type: AtmosFixFreezerMarker + components: + - pos: -6.5,71.5 + parent: 864 + type: Transform +- uid: 25507 + type: AtmosFixFreezerMarker + components: + - pos: -6.5,70.5 + parent: 864 + type: Transform +- uid: 25508 + type: AtmosFixFreezerMarker + components: + - pos: -6.5,69.5 + parent: 864 + type: Transform +- uid: 25509 + type: AtmosFixFreezerMarker + components: + - pos: -6.5,68.5 + parent: 864 + type: Transform +- uid: 25510 + type: AtmosFixFreezerMarker + components: + - pos: -6.5,67.5 + parent: 864 + type: Transform +- uid: 25511 + type: AtmosFixFreezerMarker + components: + - pos: -6.5,66.5 + parent: 864 + type: Transform +- uid: 25512 + type: AtmosFixFreezerMarker + components: + - pos: -7.5,71.5 + parent: 864 + type: Transform +- uid: 25513 + type: AtmosFixFreezerMarker + components: + - pos: -7.5,70.5 + parent: 864 + type: Transform +- uid: 25514 + type: AtmosFixFreezerMarker + components: + - pos: -7.5,69.5 + parent: 864 + type: Transform +- uid: 25515 + type: AtmosFixFreezerMarker + components: + - pos: -7.5,68.5 + parent: 864 + type: Transform +- uid: 25516 + type: AtmosFixFreezerMarker + components: + - pos: -7.5,67.5 + parent: 864 + type: Transform +- uid: 25517 + type: AtmosFixFreezerMarker + components: + - pos: -1.5,72.5 + parent: 864 + type: Transform +- uid: 25518 + type: AtmosFixFreezerMarker + components: + - pos: -1.5,71.5 + parent: 864 + type: Transform +- uid: 25519 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,72.5 + parent: 864 + type: Transform +- uid: 25520 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,71.5 + parent: 864 + type: Transform +- uid: 25521 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,72.5 + parent: 864 + type: Transform +- uid: 25522 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,71.5 + parent: 864 + type: Transform +- uid: 25523 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,72.5 + parent: 864 + type: Transform +- uid: 25524 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,71.5 + parent: 864 + type: Transform +- uid: 25525 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,72.5 + parent: 864 + type: Transform +- uid: 25526 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,71.5 + parent: 864 + type: Transform +- uid: 25527 + type: AtmosFixFreezerMarker + components: + - pos: 3.5,72.5 + parent: 864 + type: Transform +- uid: 25528 + type: AtmosFixFreezerMarker + components: + - pos: 3.5,71.5 + parent: 864 + type: Transform +- uid: 25529 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,73.5 + parent: 864 + type: Transform +- uid: 25530 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,73.5 + parent: 864 + type: Transform +- uid: 25531 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,73.5 + parent: 864 + type: Transform +- uid: 25532 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,73.5 + parent: 864 + type: Transform +- uid: 25533 + type: AtmosFixFreezerMarker + components: + - pos: 4.5,71.5 + parent: 864 + type: Transform +- uid: 25534 + type: AtmosFixFreezerMarker + components: + - pos: 4.5,70.5 + parent: 864 + type: Transform +- uid: 25535 + type: AtmosFixFreezerMarker + components: + - pos: 4.5,69.5 + parent: 864 + type: Transform +- uid: 25536 + type: AtmosFixFreezerMarker + components: + - pos: 4.5,68.5 + parent: 864 + type: Transform +- uid: 25537 + type: AtmosFixFreezerMarker + components: + - pos: 4.5,67.5 + parent: 864 + type: Transform +- uid: 25538 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,70.5 + parent: 864 + type: Transform +- uid: 25539 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,69.5 + parent: 864 + type: Transform +- uid: 25540 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,68.5 + parent: 864 + type: Transform +- uid: 25541 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,67.5 + parent: 864 + type: Transform +- uid: 25542 + type: AtmosFixFreezerMarker + components: + - pos: 2.5,66.5 + parent: 864 + type: Transform +- uid: 25543 + type: AtmosFixFreezerMarker + components: + - pos: 3.5,70.5 + parent: 864 + type: Transform +- uid: 25544 + type: AtmosFixFreezerMarker + components: + - pos: 3.5,69.5 + parent: 864 + type: Transform +- uid: 25545 + type: AtmosFixFreezerMarker + components: + - pos: 3.5,68.5 + parent: 864 + type: Transform +- uid: 25546 + type: AtmosFixFreezerMarker + components: + - pos: 3.5,67.5 + parent: 864 + type: Transform +- uid: 25547 + type: AtmosFixFreezerMarker + components: + - pos: 3.5,66.5 + parent: 864 + type: Transform +- uid: 25548 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,70.5 + parent: 864 + type: Transform +- uid: 25549 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,69.5 + parent: 864 + type: Transform +- uid: 25550 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,68.5 + parent: 864 + type: Transform +- uid: 25551 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,67.5 + parent: 864 + type: Transform +- uid: 25552 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,66.5 + parent: 864 + type: Transform +- uid: 25553 + type: AtmosFixFreezerMarker + components: + - pos: 0.5,65.5 + parent: 864 + type: Transform +- uid: 25554 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,70.5 + parent: 864 + type: Transform +- uid: 25555 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,69.5 + parent: 864 + type: Transform +- uid: 25556 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,68.5 + parent: 864 + type: Transform +- uid: 25557 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,67.5 + parent: 864 + type: Transform +- uid: 25558 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,66.5 + parent: 864 + type: Transform +- uid: 25559 + type: AtmosFixFreezerMarker + components: + - pos: 1.5,65.5 + parent: 864 + type: Transform +- uid: 25560 + type: AtmosFixFreezerMarker + components: + - pos: -1.5,70.5 + parent: 864 + type: Transform +- uid: 25561 + type: AtmosFixFreezerMarker + components: + - pos: -1.5,69.5 + parent: 864 + type: Transform +- uid: 25562 + type: AtmosFixFreezerMarker + components: + - pos: -1.5,68.5 + parent: 864 + type: Transform +- uid: 25563 + type: AtmosFixFreezerMarker + components: + - pos: -1.5,67.5 + parent: 864 + type: Transform +- uid: 25564 + type: AtmosFixFreezerMarker + components: + - pos: -1.5,66.5 + parent: 864 + type: Transform +- uid: 25565 + type: AtmosFixFreezerMarker + components: + - pos: -1.5,65.5 + parent: 864 + type: Transform +- uid: 25566 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,70.5 + parent: 864 + type: Transform +- uid: 25567 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,69.5 + parent: 864 + type: Transform +- uid: 25568 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,68.5 + parent: 864 + type: Transform +- uid: 25569 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,67.5 + parent: 864 + type: Transform +- uid: 25570 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,66.5 + parent: 864 + type: Transform +- uid: 25571 + type: AtmosFixFreezerMarker + components: + - pos: -0.5,65.5 + parent: 864 + type: Transform +- uid: 25572 + type: AtmosFixFreezerMarker + components: + - pos: -2.5,65.5 + parent: 864 + type: Transform +- uid: 25573 + type: AtmosFixFreezerMarker + components: + - pos: -3.5,65.5 + parent: 864 + type: Transform +- uid: 25574 + type: AtmosFixFreezerMarker + components: + - pos: -4.5,65.5 + parent: 864 + type: Transform +- uid: 25575 + type: CableHV + components: + - pos: -1.5,69.5 + parent: 864 + type: Transform +- uid: 25576 + type: CableHV + components: + - pos: -1.5,68.5 + parent: 864 + type: Transform +- uid: 25577 + type: CableHV + components: + - pos: -1.5,67.5 + parent: 864 + type: Transform +- uid: 25578 + type: CableHV + components: + - pos: -1.5,66.5 + parent: 864 + type: Transform +- uid: 25579 + type: CableHV + components: + - pos: -1.5,65.5 + parent: 864 + type: Transform +- uid: 25580 + type: CableHV + components: + - pos: -1.5,64.5 + parent: 864 + type: Transform +- uid: 25581 + type: CableHV + components: + - pos: -1.5,63.5 + parent: 864 + type: Transform +- uid: 25582 + type: CableHV + components: + - pos: -1.5,62.5 + parent: 864 + type: Transform +- uid: 25583 + type: CableHV + components: + - pos: -1.5,61.5 + parent: 864 + type: Transform +- uid: 25584 + type: CableHV + components: + - pos: -1.5,60.5 + parent: 864 + type: Transform +- uid: 25585 + type: CableHV + components: + - pos: -1.5,59.5 + parent: 864 + type: Transform +- uid: 25586 + type: CableHV + components: + - pos: -1.5,58.5 + parent: 864 + type: Transform +- uid: 25587 + type: Grille + components: + - pos: -3.5,42.5 + parent: 864 + type: Transform +- uid: 25588 + type: Chair + components: + - pos: -1.5,43.5 + parent: 864 + type: Transform +- uid: 25589 + type: Chair + components: + - pos: -3.5,43.5 + parent: 864 + type: Transform +- uid: 25590 + type: Table + components: + - pos: -2.5,43.5 + parent: 864 + type: Transform +- uid: 25591 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: -4.5,43.5 + parent: 864 + type: Transform +- uid: 25592 + type: DisposalBend + components: + - pos: -4.5,44.5 + parent: 864 + type: Transform +- uid: 25593 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -5.5,44.5 + parent: 864 + type: Transform +- uid: 25594 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -6.5,44.5 + parent: 864 + type: Transform +- uid: 25595 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -7.5,44.5 + parent: 864 + type: Transform +- uid: 25596 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -8.5,44.5 + parent: 864 + type: Transform +- uid: 25597 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -9.5,44.5 + parent: 864 + type: Transform +- uid: 25598 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -10.5,44.5 + parent: 864 + type: Transform +- uid: 25599 + type: DisposalUnit + components: + - pos: -4.5,43.5 + parent: 864 + type: Transform +- uid: 25600 + type: VendingMachineCoffee + components: + - pos: -0.5,43.5 + parent: 864 + type: Transform +- uid: 25601 + type: CableApcExtension + components: + - pos: -9.5,46.5 + parent: 864 + type: Transform +- uid: 25602 + type: CableApcExtension + components: + - pos: -8.5,46.5 + parent: 864 + type: Transform +- uid: 25603 + type: CableApcExtension + components: + - pos: -7.5,46.5 + parent: 864 + type: Transform +- uid: 25604 + type: CableApcExtension + components: + - pos: -6.5,46.5 + parent: 864 + type: Transform +- uid: 25605 + type: CableApcExtension + components: + - pos: -5.5,46.5 + parent: 864 + type: Transform +- uid: 25606 + type: CableApcExtension + components: + - pos: -4.5,46.5 + parent: 864 + type: Transform +- uid: 25607 + type: CableApcExtension + components: + - pos: -3.5,46.5 + parent: 864 + type: Transform +- uid: 25608 + type: CableApcExtension + components: + - pos: -2.5,46.5 + parent: 864 + type: Transform +- uid: 25609 + type: CableApcExtension + components: + - pos: -1.5,46.5 + parent: 864 + type: Transform +- uid: 25610 + type: CableApcExtension + components: + - pos: -0.5,46.5 + parent: 864 + type: Transform +- uid: 25611 + type: CableApcExtension + components: + - pos: -0.5,45.5 + parent: 864 + type: Transform +- uid: 25612 + type: CableApcExtension + components: + - pos: -0.5,44.5 + parent: 864 + type: Transform +- uid: 25613 + type: CableApcExtension + components: + - pos: -1.5,44.5 + parent: 864 + type: Transform +- uid: 25614 + type: CableApcExtension + components: + - pos: -2.5,44.5 + parent: 864 + type: Transform +- uid: 25615 + type: CableApcExtension + components: + - pos: -3.5,44.5 + parent: 864 + type: Transform +- uid: 25616 + type: CableApcExtension + components: + - pos: -4.5,44.5 + parent: 864 + type: Transform +- uid: 25617 + type: CableApcExtension + components: + - pos: -5.5,44.5 + parent: 864 + type: Transform +- uid: 25618 + type: CableApcExtension + components: + - pos: -6.5,44.5 + parent: 864 + type: Transform +- uid: 25619 + type: CableApcExtension + components: + - pos: -7.5,44.5 + parent: 864 + type: Transform +- uid: 25620 + type: CableApcExtension + components: + - pos: -8.5,44.5 + parent: 864 + type: Transform +- uid: 25621 + type: CableApcExtension + components: + - pos: -9.5,44.5 + parent: 864 + type: Transform +- uid: 25622 + type: CableApcExtension + components: + - pos: 0.5,46.5 + parent: 864 + type: Transform +- uid: 25623 + type: CableApcExtension + components: + - pos: 0.5,47.5 + parent: 864 + type: Transform +- uid: 25624 + type: CableApcExtension + components: + - pos: -0.5,48.5 + parent: 864 + type: Transform +- uid: 25625 + type: CableApcExtension + components: + - pos: -0.5,49.5 + parent: 864 + type: Transform +- uid: 25626 + type: CableApcExtension + components: + - pos: -0.5,50.5 + parent: 864 + type: Transform +- uid: 25627 + type: CableApcExtension + components: + - pos: -0.5,51.5 + parent: 864 + type: Transform +- uid: 25628 + type: CableApcExtension + components: + - pos: -0.5,52.5 + parent: 864 + type: Transform +- uid: 25629 + type: CableApcExtension + components: + - pos: -0.5,53.5 + parent: 864 + type: Transform +- uid: 25630 + type: CableApcExtension + components: + - pos: -0.5,54.5 + parent: 864 + type: Transform +- uid: 25631 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 1.5,45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25632 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 1.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25633 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -0.5,48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25634 + type: CableApcExtension + components: + - pos: 0.5,48.5 + parent: 864 + type: Transform +- uid: 25635 + type: CableApcExtension + components: + - pos: 1.5,48.5 + parent: 864 + type: Transform +- uid: 25636 + type: CableApcExtension + components: + - pos: 1.5,50.5 + parent: 864 + type: Transform +- uid: 25637 + type: CableApcExtension + components: + - pos: 1.5,51.5 + parent: 864 + type: Transform +- uid: 25638 + type: CableApcExtension + components: + - pos: 1.5,52.5 + parent: 864 + type: Transform +- uid: 25639 + type: CableApcExtension + components: + - pos: 1.5,53.5 + parent: 864 + type: Transform +- uid: 25640 + type: CableApcExtension + components: + - pos: 1.5,54.5 + parent: 864 + type: Transform +- uid: 25641 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -0.5,46.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25642 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 1.5,44.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25643 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -0.5,47.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25644 + type: GasPipeStraight + components: + - pos: 1.5,48.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25645 + type: GasPipeStraight + components: + - pos: 1.5,49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25646 + type: GasPipeStraight + components: + - pos: 1.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25647 + type: GasPipeStraight + components: + - pos: 1.5,51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25648 + type: GasPipeStraight + components: + - pos: 1.5,52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25649 + type: GasPipeStraight + components: + - pos: 1.5,53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25650 + type: GasPipeStraight + components: + - pos: 1.5,54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25651 + type: GasPipeStraight + components: + - pos: -0.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25652 + type: GasPipeStraight + components: + - pos: -0.5,50.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25653 + type: GasPipeStraight + components: + - pos: -0.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25654 + type: GasPipeStraight + components: + - pos: -0.5,52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25655 + type: GasPipeStraight + components: + - pos: -0.5,53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25656 + type: GasPipeStraight + components: + - pos: -0.5,54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25657 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 0.5,48.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 25658 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 0.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 25659 + type: CableApcExtension + components: + - pos: -10.5,23.5 + parent: 864 + type: Transform +- uid: 25660 + type: CableApcExtension + components: + - pos: -10.5,22.5 + parent: 864 + type: Transform +- uid: 25661 + type: CableApcExtension + components: + - pos: -10.5,21.5 + parent: 864 + type: Transform +- uid: 25662 + type: CableApcExtension + components: + - pos: -10.5,20.5 + parent: 864 + type: Transform +- uid: 25663 + type: CableApcExtension + components: + - pos: -10.5,19.5 + parent: 864 + type: Transform +- uid: 25664 + type: CableApcExtension + components: + - pos: -10.5,18.5 + parent: 864 + type: Transform +- uid: 25665 + type: CableApcExtension + components: + - pos: -11.5,18.5 + parent: 864 + type: Transform +- uid: 25666 + type: CableApcExtension + components: + - pos: -12.5,18.5 + parent: 864 + type: Transform +- uid: 25667 + type: CableApcExtension + components: + - pos: -13.5,18.5 + parent: 864 + type: Transform +- uid: 25668 + type: CableApcExtension + components: + - pos: -13.5,19.5 + parent: 864 + type: Transform +- uid: 25669 + type: CableApcExtension + components: + - pos: -13.5,20.5 + parent: 864 + type: Transform +- uid: 25670 + type: CableApcExtension + components: + - pos: -13.5,21.5 + parent: 864 + type: Transform +- uid: 25671 + type: CableApcExtension + components: + - pos: -9.5,18.5 + parent: 864 + type: Transform +- uid: 25672 + type: CableApcExtension + components: + - pos: -8.5,18.5 + parent: 864 + type: Transform +- uid: 25673 + type: CableApcExtension + components: + - pos: -7.5,18.5 + parent: 864 + type: Transform +- uid: 25674 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -9.5,41.5 + parent: 864 + type: Transform +- uid: 25675 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -8.5,41.5 + parent: 864 + type: Transform +- uid: 25676 + type: KitchenMicrowave + components: + - pos: -8.5,41.5 + parent: 864 + type: Transform +- uid: 25677 + type: DonkpocketBoxSpawner + components: + - pos: -9.5,41.5 + parent: 864 + type: Transform +- uid: 25678 + type: FoodDonkpocketBerry + components: + - pos: -9.518124,43.595463 + parent: 864 + type: Transform +- uid: 25679 + type: FirelockGlass + components: + - pos: -10.5,43.5 + parent: 864 + type: Transform +- uid: 25680 + type: FirelockGlass + components: + - pos: -9.5,43.5 + parent: 864 + type: Transform +- uid: 25681 + type: Firelock + components: + - pos: -13.5,41.5 + parent: 864 + type: Transform +- uid: 25682 + type: Table + components: + - pos: -10.5,41.5 + parent: 864 + type: Transform +- uid: 25683 + type: DonkpocketBoxSpawner + components: + - pos: -10.5,41.5 + parent: 864 + type: Transform +- uid: 25684 + type: CableApcExtension + components: + - pos: -11.5,42.5 + parent: 864 + type: Transform +- uid: 25685 + type: CableApcExtension + components: + - pos: -10.5,42.5 + parent: 864 + type: Transform +- uid: 25686 + type: CableApcExtension + components: + - pos: -9.5,42.5 + parent: 864 + type: Transform +- uid: 25687 + type: CableApcExtension + components: + - pos: -9.5,43.5 + parent: 864 + type: Transform +- uid: 25688 + type: VendingMachineGames + components: + - pos: -12.5,42.5 + parent: 864 + type: Transform +- uid: 25689 + type: StoolBar + components: + - name: donk stool + type: MetaData + - pos: -9.5,44.5 + parent: 864 + type: Transform +- uid: 25690 + type: StoolBar + components: + - name: donk stool + type: MetaData + - pos: -10.5,44.5 + parent: 864 + type: Transform +- uid: 25691 + type: PottedPlantRandom + components: + - pos: -2.5,46.5 + parent: 864 + type: Transform +- uid: 25692 + type: PottedPlantRandom + components: + - pos: -14.5,42.5 + parent: 864 + type: Transform +- uid: 25693 + type: WallReinforced + components: + - pos: 30.5,50.5 + parent: 864 + type: Transform +- uid: 25694 + type: WallReinforced + components: + - pos: 30.5,42.5 + parent: 864 + type: Transform +- uid: 25695 + type: WallReinforced + components: + - pos: 30.5,41.5 + parent: 864 + type: Transform +- uid: 25696 + type: WallReinforced + components: + - pos: 28.5,42.5 + parent: 864 + type: Transform +- uid: 25697 + type: WallReinforced + components: + - pos: 28.5,41.5 + parent: 864 + type: Transform +- uid: 25698 + type: WallReinforced + components: + - pos: 28.5,50.5 + parent: 864 + type: Transform +- uid: 25699 + type: WallReinforced + components: + - pos: 27.5,48.5 + parent: 864 + type: Transform +- uid: 25700 + type: AirlockExternalGlassLocked + components: + - pos: 29.5,41.5 + parent: 864 + type: Transform +- uid: 25701 + type: AirlockExternalGlassLocked + components: + - pos: 29.5,43.5 + parent: 864 + type: Transform +- uid: 25702 + type: AirlockExternalGlassLocked + components: + - pos: 29.5,48.5 + parent: 864 + type: Transform +- uid: 25703 + type: AirlockExternalGlassLocked + components: + - pos: 29.5,50.5 + parent: 864 + type: Transform +- uid: 25704 + type: CableApcExtension + components: + - pos: 33.5,45.5 + parent: 864 + type: Transform +- uid: 25705 + type: CableApcExtension + components: + - pos: 32.5,45.5 + parent: 864 + type: Transform +- uid: 25706 + type: CableApcExtension + components: + - pos: 31.5,45.5 + parent: 864 + type: Transform +- uid: 25707 + type: CableApcExtension + components: + - pos: 30.5,45.5 + parent: 864 + type: Transform +- uid: 25708 + type: CableApcExtension + components: + - pos: 29.5,45.5 + parent: 864 + type: Transform +- uid: 25709 + type: CableApcExtension + components: + - pos: 29.5,44.5 + parent: 864 + type: Transform +- uid: 25710 + type: CableApcExtension + components: + - pos: 29.5,43.5 + parent: 864 + type: Transform +- uid: 25711 + type: CableApcExtension + components: + - pos: 29.5,42.5 + parent: 864 + type: Transform +- uid: 25712 + type: CableApcExtension + components: + - pos: 29.5,46.5 + parent: 864 + type: Transform +- uid: 25713 + type: CableApcExtension + components: + - pos: 29.5,47.5 + parent: 864 + type: Transform +- uid: 25714 + type: CableApcExtension + components: + - pos: 29.5,48.5 + parent: 864 + type: Transform +- uid: 25715 + type: CableApcExtension + components: + - pos: 29.5,49.5 + parent: 864 + type: Transform +- uid: 25716 + type: AsteroidRock + components: + - pos: 14.5,53.5 + parent: 864 + type: Transform +- uid: 25717 + type: AsteroidRock + components: + - pos: 15.5,55.5 + parent: 864 + type: Transform +- uid: 25718 + type: AsteroidRock + components: + - pos: 15.5,54.5 + parent: 864 + type: Transform +- uid: 25719 + type: AsteroidRock + components: + - pos: 15.5,53.5 + parent: 864 + type: Transform +- uid: 25720 + type: AsteroidRock + components: + - pos: 16.5,55.5 + parent: 864 + type: Transform +- uid: 25721 + type: AsteroidRock + components: + - pos: 16.5,54.5 + parent: 864 + type: Transform +- uid: 25722 + type: AsteroidRock + components: + - pos: 16.5,53.5 + parent: 864 + type: Transform +- uid: 25723 + type: AsteroidRock + components: + - pos: 17.5,55.5 + parent: 864 + type: Transform +- uid: 25724 + type: AsteroidRock + components: + - pos: 17.5,54.5 + parent: 864 + type: Transform +- uid: 25725 + type: AsteroidRock + components: + - pos: 17.5,53.5 + parent: 864 + type: Transform +- uid: 25726 + type: AsteroidRock + components: + - pos: 14.5,52.5 + parent: 864 + type: Transform +- uid: 25727 + type: AsteroidRock + components: + - pos: 16.5,52.5 + parent: 864 + type: Transform +- uid: 25728 + type: AsteroidRock + components: + - pos: 15.5,52.5 + parent: 864 + type: Transform +- uid: 25729 + type: AsteroidRock + components: + - pos: 19.5,47.5 + parent: 864 + type: Transform +- uid: 25730 + type: AsteroidRock + components: + - pos: 21.5,51.5 + parent: 864 + type: Transform +- uid: 25731 + type: AsteroidRock + components: + - pos: 21.5,52.5 + parent: 864 + type: Transform +- uid: 25732 + type: AsteroidRock + components: + - pos: 20.5,51.5 + parent: 864 + type: Transform +- uid: 25733 + type: AsteroidRock + components: + - pos: 20.5,52.5 + parent: 864 + type: Transform +- uid: 25734 + type: AsteroidRock + components: + - pos: 19.5,51.5 + parent: 864 + type: Transform +- uid: 25735 + type: AsteroidRock + components: + - pos: 19.5,52.5 + parent: 864 + type: Transform +- uid: 25736 + type: AsteroidRock + components: + - pos: 19.5,50.5 + parent: 864 + type: Transform +- uid: 25737 + type: AsteroidRock + components: + - pos: 20.5,50.5 + parent: 864 + type: Transform +- uid: 25738 + type: AsteroidRock + components: + - pos: 24.5,53.5 + parent: 864 + type: Transform +- uid: 25739 + type: AsteroidRock + components: + - pos: 24.5,52.5 + parent: 864 + type: Transform +- uid: 25740 + type: AsteroidRock + components: + - pos: 24.5,51.5 + parent: 864 + type: Transform +- uid: 25741 + type: AsteroidRock + components: + - pos: 22.5,53.5 + parent: 864 + type: Transform +- uid: 25742 + type: AsteroidRock + components: + - pos: 22.5,52.5 + parent: 864 + type: Transform +- uid: 25743 + type: AsteroidRock + components: + - pos: 22.5,54.5 + parent: 864 + type: Transform +- uid: 25744 + type: AsteroidRock + components: + - pos: 21.5,55.5 + parent: 864 + type: Transform +- uid: 25745 + type: CableApcExtension + components: + - pos: -2.5,31.5 + parent: 864 + type: Transform +- uid: 25746 + type: CableApcExtension + components: + - pos: -2.5,30.5 + parent: 864 + type: Transform +- uid: 25747 + type: CableApcExtension + components: + - pos: -2.5,29.5 + parent: 864 + type: Transform +- uid: 25748 + type: CableApcExtension + components: + - pos: -2.5,28.5 + parent: 864 + type: Transform +- uid: 25749 + type: CableApcExtension + components: + - pos: -2.5,27.5 + parent: 864 + type: Transform +- uid: 25750 + type: CableApcExtension + components: + - pos: -2.5,26.5 + parent: 864 + type: Transform +- uid: 25751 + type: CableApcExtension + components: + - pos: -2.5,25.5 + parent: 864 + type: Transform +- uid: 25752 + type: CableApcExtension + components: + - pos: 3.5,32.5 + parent: 864 + type: Transform +- uid: 25753 + type: ClothingHandsGlovesColorYellow + components: + - pos: 22.516106,51.47508 + parent: 864 + type: Transform +- uid: 25754 + type: VendingMachineTankDispenserEVA + components: + - pos: 28.5,47.5 + parent: 864 + type: Transform +- uid: 25755 + type: CableApcExtension + components: + - pos: -22.5,34.5 + parent: 864 + type: Transform +- uid: 25756 + type: CableApcExtension + components: + - pos: -23.5,34.5 + parent: 864 + type: Transform +- uid: 25757 + type: CableApcExtension + components: + - pos: -24.5,34.5 + parent: 864 + type: Transform +- uid: 25758 + type: CableApcExtension + components: + - pos: -24.5,35.5 + parent: 864 + type: Transform +- uid: 25759 + type: CableApcExtension + components: + - pos: -24.5,36.5 + parent: 864 + type: Transform +- uid: 25760 + type: CableApcExtension + components: + - pos: -24.5,37.5 + parent: 864 + type: Transform +- uid: 25761 + type: CableApcExtension + components: + - pos: -24.5,38.5 + parent: 864 + type: Transform +- uid: 25762 + type: CableApcExtension + components: + - pos: -23.5,38.5 + parent: 864 + type: Transform +- uid: 25763 + type: CableApcExtension + components: + - pos: -22.5,38.5 + parent: 864 + type: Transform +- uid: 25764 + type: CableApcExtension + components: + - pos: -21.5,38.5 + parent: 864 + type: Transform +- uid: 25765 + type: CableApcExtension + components: + - pos: -20.5,38.5 + parent: 864 + type: Transform +- uid: 25766 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -20.5,37.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25767 + type: Bed + components: + - pos: -19.5,38.5 + parent: 864 + type: Transform +- uid: 25768 + type: BedsheetClown + components: + - rot: 3.141592653589793 rad + pos: -19.5,38.5 + parent: 864 + type: Transform +- uid: 25769 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -21.5,37.5 + parent: 864 + type: Transform +- uid: 25770 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -22.5,37.5 + parent: 864 + type: Transform +- uid: 25771 + type: FoodPieBananaCream + components: + - pos: -21.504532,37.662663 + parent: 864 + type: Transform +- uid: 25772 + type: BikeHorn + components: + - pos: -22.127623,37.564125 + parent: 864 + type: Transform +- uid: 25773 + type: LampBanana + components: + - pos: -22.53235,37.89803 + parent: 864 + type: Transform +- uid: 25774 + type: AirlockTheatreLocked + components: + - name: clown room + type: MetaData + - pos: -23.5,38.5 + parent: 864 + type: Transform +- uid: 25775 + type: Dresser + components: + - pos: -20.5,39.5 + parent: 864 + type: Transform +- uid: 25776 + type: ComputerTelevision + components: + - pos: -21.5,39.5 + parent: 864 + type: Transform +- uid: 25777 + type: TableWood + components: + - pos: -19.5,37.5 + parent: 864 + type: Transform +- uid: 25778 + type: CableApcStack + components: + - pos: -11.530048,37.577045 + parent: 864 + type: Transform +- uid: 25779 + type: MaintenanceToolSpawner + components: + - pos: 18.5,39.5 + parent: 864 + type: Transform +- uid: 25780 + type: ClosetMaintenance + components: + - pos: 14.5,39.5 + parent: 864 + type: Transform +- uid: 25781 + type: Lamp + components: + - rot: 1.5707963267948966 rad + pos: -28.600471,45.10426 + parent: 864 + type: Transform +- uid: 25782 + type: CableApcExtension + components: + - pos: -24.5,39.5 + parent: 864 + type: Transform +- uid: 25783 + type: CableApcExtension + components: + - pos: -24.5,40.5 + parent: 864 + type: Transform +- uid: 25784 + type: CableApcExtension + components: + - pos: -24.5,41.5 + parent: 864 + type: Transform +- uid: 25785 + type: CableApcExtension + components: + - pos: -24.5,42.5 + parent: 864 + type: Transform +- uid: 25786 + type: CableApcExtension + components: + - pos: -24.5,43.5 + parent: 864 + type: Transform +- uid: 25787 + type: CableApcExtension + components: + - pos: -24.5,44.5 + parent: 864 + type: Transform +- uid: 25788 + type: CableApcExtension + components: + - pos: -24.5,45.5 + parent: 864 + type: Transform +- uid: 25789 + type: CableApcExtension + components: + - pos: -25.5,45.5 + parent: 864 + type: Transform +- uid: 25790 + type: CableApcExtension + components: + - pos: -26.5,45.5 + parent: 864 + type: Transform +- uid: 25791 + type: CableApcExtension + components: + - pos: -27.5,45.5 + parent: 864 + type: Transform +- uid: 25792 + type: CableApcExtension + components: + - pos: -27.5,44.5 + parent: 864 + type: Transform +- uid: 25793 + type: PoweredSmallLight + components: + - pos: -27.5,46.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25794 + type: AirlockMaintGlass + components: + - pos: -26.5,35.5 + parent: 864 + type: Transform +- uid: 25795 + type: AirlockMaintGlass + components: + - pos: -26.5,33.5 + parent: 864 + type: Transform +- uid: 25796 + type: WallReinforced + components: + - pos: -8.5,63.5 + parent: 864 + type: Transform +- uid: 25797 + type: WallReinforced + components: + - pos: -9.5,63.5 + parent: 864 + type: Transform +- uid: 25798 + type: WallReinforced + components: + - pos: -10.5,63.5 + parent: 864 + type: Transform +- uid: 25799 + type: WallReinforced + components: + - pos: -8.5,62.5 + parent: 864 + type: Transform +- uid: 25800 + type: WallReinforced + components: + - pos: -8.5,61.5 + parent: 864 + type: Transform +- uid: 25801 + type: CableHV + components: + - pos: -2.5,58.5 + parent: 864 + type: Transform +- uid: 25802 + type: CableHV + components: + - pos: -3.5,58.5 + parent: 864 + type: Transform +- uid: 25803 + type: CableHV + components: + - pos: -4.5,58.5 + parent: 864 + type: Transform +- uid: 25804 + type: CableHV + components: + - pos: -5.5,58.5 + parent: 864 + type: Transform +- uid: 25805 + type: CableHV + components: + - pos: -6.5,58.5 + parent: 864 + type: Transform +- uid: 25806 + type: CableHV + components: + - pos: -7.5,58.5 + parent: 864 + type: Transform +- uid: 25807 + type: CableHV + components: + - pos: -8.5,58.5 + parent: 864 + type: Transform +- uid: 25808 + type: CableHV + components: + - pos: -9.5,58.5 + parent: 864 + type: Transform +- uid: 25809 + type: CableHV + components: + - pos: -10.5,58.5 + parent: 864 + type: Transform +- uid: 25810 + type: CableHV + components: + - pos: -10.5,59.5 + parent: 864 + type: Transform +- uid: 25811 + type: CableHV + components: + - pos: -10.5,60.5 + parent: 864 + type: Transform +- uid: 25812 + type: CableHV + components: + - pos: -10.5,61.5 + parent: 864 + type: Transform +- uid: 25813 + type: CableHV + components: + - pos: -10.5,62.5 + parent: 864 + type: Transform +- uid: 25814 + type: SubstationBasic + components: + - pos: -10.5,62.5 + parent: 864 + type: Transform +- uid: 25815 + type: WallSolid + components: + - pos: -23.5,48.5 + parent: 864 + type: Transform +- uid: 25816 + type: AirlockServiceLocked + components: + - pos: -23.5,47.5 + parent: 864 + type: Transform +- uid: 25817 + type: FirelockGlass + components: + - pos: -20.5,49.5 + parent: 864 + type: Transform +- uid: 25818 + type: FirelockGlass + components: + - pos: -21.5,49.5 + parent: 864 + type: Transform +- uid: 25819 + type: Table + components: + - pos: -20.5,47.5 + parent: 864 + type: Transform +- uid: 25820 + type: Table + components: + - pos: -21.5,47.5 + parent: 864 + type: Transform +- uid: 25821 + type: PosterLegitFruitBowl + components: + - pos: -22.5,49.5 + parent: 864 + type: Transform +- uid: 25822 + type: soda_dispenser + components: + - rot: 3.141592653589793 rad + pos: -20.5,47.5 + parent: 864 + type: Transform +- uid: 25823 + type: KitchenReagentGrinder + components: + - pos: -21.5,47.5 + parent: 864 + type: Transform +- uid: 25824 + type: DrinkCarrotJuice + components: + - pos: -20.541529,49.622677 + parent: 864 + type: Transform +- uid: 25825 + type: DrinkGrapeJuice + components: + - pos: -21.385279,49.66955 + parent: 864 + type: Transform +- uid: 25826 + type: CableApcExtension + components: + - pos: -24.5,46.5 + parent: 864 + type: Transform +- uid: 25827 + type: CableApcExtension + components: + - pos: -24.5,47.5 + parent: 864 + type: Transform +- uid: 25828 + type: CableApcExtension + components: + - pos: -23.5,47.5 + parent: 864 + type: Transform +- uid: 25829 + type: CableApcExtension + components: + - pos: -22.5,47.5 + parent: 864 + type: Transform +- uid: 25830 + type: CableApcExtension + components: + - pos: -22.5,48.5 + parent: 864 + type: Transform +- uid: 25831 + type: CableApcExtension + components: + - pos: -21.5,48.5 + parent: 864 + type: Transform +- uid: 25832 + type: CableApcExtension + components: + - pos: -20.5,48.5 + parent: 864 + type: Transform +- uid: 25833 + type: CableApcExtension + components: + - pos: -20.5,50.5 + parent: 864 + type: Transform +- uid: 25834 + type: CableApcExtension + components: + - pos: -19.5,50.5 + parent: 864 + type: Transform +- uid: 25835 + type: CableApcExtension + components: + - pos: -20.5,49.5 + parent: 864 + type: Transform +- uid: 25836 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,48.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 25837 + type: APCBasic + components: + - pos: -8.5,60.5 + parent: 864 + type: Transform +- uid: 25838 + type: CableMV + components: + - pos: -10.5,62.5 + parent: 864 + type: Transform +- uid: 25839 + type: CableMV + components: + - pos: -10.5,61.5 + parent: 864 + type: Transform +- uid: 25840 + type: CableMV + components: + - pos: -10.5,60.5 + parent: 864 + type: Transform +- uid: 25841 + type: CableMV + components: + - pos: -10.5,59.5 + parent: 864 + type: Transform +- uid: 25842 + type: CableMV + components: + - pos: -9.5,59.5 + parent: 864 + type: Transform +- uid: 25843 + type: CableMV + components: + - pos: -8.5,59.5 + parent: 864 + type: Transform +- uid: 25844 + type: CableMV + components: + - pos: -8.5,60.5 + parent: 864 + type: Transform +- uid: 25845 + type: CableApcExtension + components: + - pos: -8.5,60.5 + parent: 864 + type: Transform +- uid: 25846 + type: CableApcExtension + components: + - pos: -8.5,59.5 + parent: 864 + type: Transform +- uid: 25847 + type: CableApcExtension + components: + - pos: -7.5,58.5 + parent: 864 + type: Transform +- uid: 25848 + type: CableApcExtension + components: + - pos: -6.5,58.5 + parent: 864 + type: Transform +- uid: 25849 + type: CableApcExtension + components: + - pos: -5.5,58.5 + parent: 864 + type: Transform +- uid: 25850 + type: CableApcExtension + components: + - pos: -4.5,58.5 + parent: 864 + type: Transform +- uid: 25851 + type: CableApcExtension + components: + - pos: -3.5,58.5 + parent: 864 + type: Transform +- uid: 25852 + type: CableApcExtension + components: + - pos: -2.5,58.5 + parent: 864 + type: Transform +- uid: 25853 + type: CableApcExtension + components: + - pos: -1.5,58.5 + parent: 864 + type: Transform +- uid: 25854 + type: CableApcExtension + components: + - pos: -0.5,58.5 + parent: 864 + type: Transform +- uid: 25855 + type: CableApcExtension + components: + - pos: 0.5,58.5 + parent: 864 + type: Transform +- uid: 25856 + type: CableApcExtension + components: + - pos: 0.5,57.5 + parent: 864 + type: Transform +- uid: 25857 + type: CableApcExtension + components: + - pos: 0.5,56.5 + parent: 864 + type: Transform +- uid: 25858 + type: CableApcExtension + components: + - pos: 0.5,55.5 + parent: 864 + type: Transform +- uid: 25859 + type: CableApcExtension + components: + - pos: -2.5,59.5 + parent: 864 + type: Transform +- uid: 25860 + type: CableApcExtension + components: + - pos: -2.5,60.5 + parent: 864 + type: Transform +- uid: 25861 + type: CableApcExtension + components: + - pos: -2.5,61.5 + parent: 864 + type: Transform +- uid: 25862 + type: CableApcExtension + components: + - pos: -2.5,62.5 + parent: 864 + type: Transform +- uid: 25863 + type: CableApcExtension + components: + - pos: -1.5,62.5 + parent: 864 + type: Transform +- uid: 25864 + type: CableApcExtension + components: + - pos: -1.5,63.5 + parent: 864 + type: Transform +- uid: 25865 + type: CableApcExtension + components: + - pos: -1.5,65.5 + parent: 864 + type: Transform +- uid: 25866 + type: CableApcExtension + components: + - pos: -1.5,64.5 + parent: 864 + type: Transform +- uid: 25867 + type: CableApcExtension + components: + - pos: -0.5,59.5 + parent: 864 + type: Transform +- uid: 25868 + type: CableApcExtension + components: + - pos: -0.5,60.5 + parent: 864 + type: Transform +- uid: 25869 + type: CableApcExtension + components: + - pos: -0.5,61.5 + parent: 864 + type: Transform +- uid: 25870 + type: CableApcExtension + components: + - pos: -0.5,62.5 + parent: 864 + type: Transform +- uid: 25871 + type: CableApcExtension + components: + - pos: -1.5,66.5 + parent: 864 + type: Transform +- uid: 25872 + type: CableApcExtension + components: + - pos: -2.5,66.5 + parent: 864 + type: Transform +- uid: 25873 + type: CableApcExtension + components: + - pos: -3.5,66.5 + parent: 864 + type: Transform +- uid: 25874 + type: CableApcExtension + components: + - pos: -4.5,66.5 + parent: 864 + type: Transform +- uid: 25875 + type: CableApcExtension + components: + - pos: -5.5,66.5 + parent: 864 + type: Transform +- uid: 25876 + type: CableApcExtension + components: + - pos: -5.5,67.5 + parent: 864 + type: Transform +- uid: 25877 + type: CableApcExtension + components: + - pos: -5.5,68.5 + parent: 864 + type: Transform +- uid: 25878 + type: CableApcExtension + components: + - pos: -5.5,69.5 + parent: 864 + type: Transform +- uid: 25879 + type: CableApcExtension + components: + - pos: -5.5,70.5 + parent: 864 + type: Transform +- uid: 25880 + type: CableApcExtension + components: + - pos: -5.5,71.5 + parent: 864 + type: Transform +- uid: 25881 + type: CableApcExtension + components: + - pos: -5.5,72.5 + parent: 864 + type: Transform +- uid: 25882 + type: CableApcExtension + components: + - pos: -4.5,72.5 + parent: 864 + type: Transform +- uid: 25883 + type: CableApcExtension + components: + - pos: -3.5,72.5 + parent: 864 + type: Transform +- uid: 25884 + type: CableApcExtension + components: + - pos: -2.5,72.5 + parent: 864 + type: Transform +- uid: 25885 + type: CableApcExtension + components: + - pos: -1.5,72.5 + parent: 864 + type: Transform +- uid: 25886 + type: CableApcExtension + components: + - pos: -0.5,72.5 + parent: 864 + type: Transform +- uid: 25887 + type: CableApcExtension + components: + - pos: 0.5,72.5 + parent: 864 + type: Transform +- uid: 25888 + type: CableApcExtension + components: + - pos: 1.5,72.5 + parent: 864 + type: Transform +- uid: 25889 + type: CableApcExtension + components: + - pos: 2.5,72.5 + parent: 864 + type: Transform +- uid: 25890 + type: CableApcExtension + components: + - pos: 2.5,71.5 + parent: 864 + type: Transform +- uid: 25891 + type: CableApcExtension + components: + - pos: 2.5,70.5 + parent: 864 + type: Transform +- uid: 25892 + type: CableApcExtension + components: + - pos: 2.5,69.5 + parent: 864 + type: Transform +- uid: 25893 + type: CableApcExtension + components: + - pos: 2.5,68.5 + parent: 864 + type: Transform +- uid: 25894 + type: CableApcExtension + components: + - pos: 2.5,67.5 + parent: 864 + type: Transform +- uid: 25895 + type: CableApcExtension + components: + - pos: 2.5,66.5 + parent: 864 + type: Transform +- uid: 25896 + type: CableApcExtension + components: + - pos: 1.5,66.5 + parent: 864 + type: Transform +- uid: 25897 + type: CableApcExtension + components: + - pos: 0.5,66.5 + parent: 864 + type: Transform +- uid: 25898 + type: CableApcExtension + components: + - pos: -0.5,66.5 + parent: 864 + type: Transform +- uid: 25899 + type: CableApcExtension + components: + - pos: -1.5,67.5 + parent: 864 + type: Transform +- uid: 25900 + type: CableApcExtension + components: + - pos: -1.5,68.5 + parent: 864 + type: Transform +- uid: 25901 + type: CableApcExtension + components: + - pos: -1.5,69.5 + parent: 864 + type: Transform +- uid: 25902 + type: CableApcExtension + components: + - pos: -7.5,59.5 + parent: 864 + type: Transform +- uid: 25903 + type: CableApcExtension + components: + - pos: -9.5,59.5 + parent: 864 + type: Transform +- uid: 25904 + type: CableApcExtension + components: + - pos: -10.5,59.5 + parent: 864 + type: Transform +- uid: 25905 + type: CableApcExtension + components: + - pos: -11.5,59.5 + parent: 864 + type: Transform +- uid: 25906 + type: CableApcExtension + components: + - pos: -12.5,59.5 + parent: 864 + type: Transform +- uid: 25907 + type: CableApcExtension + components: + - pos: -12.5,58.5 + parent: 864 + type: Transform +- uid: 25908 + type: CableApcExtension + components: + - pos: -12.5,57.5 + parent: 864 + type: Transform +- uid: 25909 + type: CableApcExtension + components: + - pos: -12.5,56.5 + parent: 864 + type: Transform +- uid: 25910 + type: CableApcExtension + components: + - pos: -12.5,55.5 + parent: 864 + type: Transform +- uid: 25911 + type: CableApcExtension + components: + - pos: -12.5,54.5 + parent: 864 + type: Transform +- uid: 25912 + type: CableApcExtension + components: + - pos: -12.5,53.5 + parent: 864 + type: Transform +- uid: 25913 + type: CableApcExtension + components: + - pos: -12.5,52.5 + parent: 864 + type: Transform +- uid: 25914 + type: CableApcExtension + components: + - pos: -12.5,51.5 + parent: 864 + type: Transform +- uid: 25915 + type: CableApcExtension + components: + - pos: -12.5,50.5 + parent: 864 + type: Transform +- uid: 25916 + type: CableApcExtension + components: + - pos: -12.5,49.5 + parent: 864 + type: Transform +- uid: 25917 + type: CableApcExtension + components: + - pos: -13.5,49.5 + parent: 864 + type: Transform +- uid: 25918 + type: CableApcExtension + components: + - pos: -14.5,49.5 + parent: 864 + type: Transform +- uid: 25919 + type: CableApcExtension + components: + - pos: -14.5,50.5 + parent: 864 + type: Transform +- uid: 25920 + type: CableApcExtension + components: + - pos: -14.5,51.5 + parent: 864 + type: Transform +- uid: 25921 + type: CableApcExtension + components: + - pos: -13.5,51.5 + parent: 864 + type: Transform +- uid: 25922 + type: CableApcExtension + components: + - pos: -12.5,60.5 + parent: 864 + type: Transform +- uid: 25923 + type: CableApcExtension + components: + - pos: -12.5,61.5 + parent: 864 + type: Transform +- uid: 25924 + type: CableApcExtension + components: + - pos: -12.5,62.5 + parent: 864 + type: Transform +- uid: 25925 + type: CableApcExtension + components: + - pos: -12.5,63.5 + parent: 864 + type: Transform +- uid: 25926 + type: CableApcExtension + components: + - pos: -12.5,64.5 + parent: 864 + type: Transform +- uid: 25927 + type: CableApcExtension + components: + - pos: -12.5,65.5 + parent: 864 + type: Transform +- uid: 25928 + type: CableApcExtension + components: + - pos: -12.5,66.5 + parent: 864 + type: Transform +- uid: 25929 + type: CableApcExtension + components: + - pos: -12.5,67.5 + parent: 864 + type: Transform +- uid: 25930 + type: CableApcExtension + components: + - pos: -12.5,68.5 + parent: 864 + type: Transform +- uid: 25931 + type: CableApcExtension + components: + - pos: -12.5,69.5 + parent: 864 + type: Transform +- uid: 25932 + type: CableApcExtension + components: + - pos: -12.5,70.5 + parent: 864 + type: Transform +- uid: 25933 + type: CableApcExtension + components: + - pos: -12.5,71.5 + parent: 864 + type: Transform +- uid: 25934 + type: CableApcExtension + components: + - pos: -12.5,72.5 + parent: 864 + type: Transform +- uid: 25935 + type: CableApcExtension + components: + - pos: -12.5,73.5 + parent: 864 + type: Transform +- uid: 25936 + type: CableApcExtension + components: + - pos: -12.5,74.5 + parent: 864 + type: Transform +- uid: 25937 + type: CableApcExtension + components: + - pos: -13.5,67.5 + parent: 864 + type: Transform +- uid: 25938 + type: CableApcExtension + components: + - pos: -14.5,67.5 + parent: 864 + type: Transform +- uid: 25939 + type: CableApcExtension + components: + - pos: -15.5,67.5 + parent: 864 + type: Transform +- uid: 25940 + type: CableApcExtension + components: + - pos: -16.5,67.5 + parent: 864 + type: Transform +- uid: 25941 + type: CableApcExtension + components: + - pos: -17.5,67.5 + parent: 864 + type: Transform +- uid: 25942 + type: CableApcExtension + components: + - pos: -17.5,66.5 + parent: 864 + type: Transform +- uid: 25943 + type: CableApcExtension + components: + - pos: -17.5,65.5 + parent: 864 + type: Transform +- uid: 25944 + type: CableApcExtension + components: + - pos: -17.5,64.5 + parent: 864 + type: Transform +- uid: 25945 + type: CableApcExtension + components: + - pos: -17.5,63.5 + parent: 864 + type: Transform +- uid: 25946 + type: CableApcExtension + components: + - pos: -17.5,62.5 + parent: 864 + type: Transform +- uid: 25947 + type: CableApcExtension + components: + - pos: -17.5,61.5 + parent: 864 + type: Transform +- uid: 25948 + type: CableApcExtension + components: + - pos: -17.5,60.5 + parent: 864 + type: Transform +- uid: 25949 + type: CableApcExtension + components: + - pos: -17.5,59.5 + parent: 864 + type: Transform +- uid: 25950 + type: CableApcExtension + components: + - pos: -17.5,58.5 + parent: 864 + type: Transform +- uid: 25951 + type: CableApcExtension + components: + - pos: -17.5,57.5 + parent: 864 + type: Transform +- uid: 25952 + type: CableApcExtension + components: + - pos: -17.5,56.5 + parent: 864 + type: Transform +- uid: 25953 + type: CableApcExtension + components: + - pos: -17.5,55.5 + parent: 864 + type: Transform +- uid: 25954 + type: CableApcExtension + components: + - pos: -18.5,55.5 + parent: 864 + type: Transform +- uid: 25955 + type: CableApcExtension + components: + - pos: -19.5,55.5 + parent: 864 + type: Transform +- uid: 25956 + type: CableApcExtension + components: + - pos: -20.5,55.5 + parent: 864 + type: Transform +- uid: 25957 + type: CableApcExtension + components: + - pos: -21.5,55.5 + parent: 864 + type: Transform +- uid: 25958 + type: CableApcExtension + components: + - pos: -22.5,55.5 + parent: 864 + type: Transform +- uid: 25959 + type: CableApcExtension + components: + - pos: -22.5,54.5 + parent: 864 + type: Transform +- uid: 25960 + type: CableApcExtension + components: + - pos: -22.5,53.5 + parent: 864 + type: Transform +- uid: 25961 + type: CableApcExtension + components: + - pos: -22.5,52.5 + parent: 864 + type: Transform +- uid: 25962 + type: CableApcExtension + components: + - pos: -22.5,51.5 + parent: 864 + type: Transform +- uid: 25963 + type: CableApcExtension + components: + - pos: -21.5,53.5 + parent: 864 + type: Transform +- uid: 25964 + type: CableApcExtension + components: + - pos: -21.5,56.5 + parent: 864 + type: Transform +- uid: 25965 + type: CableApcExtension + components: + - pos: -21.5,57.5 + parent: 864 + type: Transform +- uid: 25966 + type: CableApcExtension + components: + - pos: -21.5,58.5 + parent: 864 + type: Transform +- uid: 25967 + type: CableApcExtension + components: + - pos: -21.5,59.5 + parent: 864 + type: Transform +- uid: 25968 + type: CableApcExtension + components: + - pos: -21.5,60.5 + parent: 864 + type: Transform +- uid: 25969 + type: CableApcExtension + components: + - pos: -21.5,61.5 + parent: 864 + type: Transform +- uid: 25970 + type: CableApcExtension + components: + - pos: -21.5,62.5 + parent: 864 + type: Transform +- uid: 25971 + type: CableApcExtension + components: + - pos: -21.5,63.5 + parent: 864 + type: Transform +- uid: 25972 + type: CableApcExtension + components: + - pos: -21.5,64.5 + parent: 864 + type: Transform +- uid: 25973 + type: CableApcExtension + components: + - pos: -21.5,65.5 + parent: 864 + type: Transform +- uid: 25974 + type: CableApcExtension + components: + - pos: -21.5,66.5 + parent: 864 + type: Transform +- uid: 25975 + type: CableApcExtension + components: + - pos: -21.5,67.5 + parent: 864 + type: Transform +- uid: 25976 + type: CableApcExtension + components: + - pos: -21.5,68.5 + parent: 864 + type: Transform +- uid: 25977 + type: CableApcExtension + components: + - pos: -21.5,69.5 + parent: 864 + type: Transform +- uid: 25978 + type: CableApcExtension + components: + - pos: -21.5,70.5 + parent: 864 + type: Transform +- uid: 25979 + type: CableApcExtension + components: + - pos: -21.5,71.5 + parent: 864 + type: Transform +- uid: 25980 + type: CableApcExtension + components: + - pos: -21.5,72.5 + parent: 864 + type: Transform +- uid: 25981 + type: CableApcExtension + components: + - pos: -21.5,73.5 + parent: 864 + type: Transform +- uid: 25982 + type: CableApcExtension + components: + - pos: -21.5,74.5 + parent: 864 + type: Transform +- uid: 25983 + type: CableApcExtension + components: + - pos: -17.5,68.5 + parent: 864 + type: Transform +- uid: 25984 + type: CableApcExtension + components: + - pos: -17.5,69.5 + parent: 864 + type: Transform +- uid: 25985 + type: CableApcExtension + components: + - pos: -17.5,70.5 + parent: 864 + type: Transform +- uid: 25986 + type: CableApcExtension + components: + - pos: -17.5,71.5 + parent: 864 + type: Transform +- uid: 25987 + type: CableApcExtension + components: + - pos: -17.5,72.5 + parent: 864 + type: Transform +- uid: 25988 + type: CableApcExtension + components: + - pos: -17.5,54.5 + parent: 864 + type: Transform +- uid: 25989 + type: CableApcExtension + components: + - pos: -17.5,53.5 + parent: 864 + type: Transform +- uid: 25990 + type: CableApcExtension + components: + - pos: -25.5,41.5 + parent: 864 + type: Transform +- uid: 25991 + type: CableApcExtension + components: + - pos: -25.5,40.5 + parent: 864 + type: Transform +- uid: 25992 + type: CableApcExtension + components: + - pos: -26.5,41.5 + parent: 864 + type: Transform +- uid: 25993 + type: CableApcExtension + components: + - pos: -28.5,39.5 + parent: 864 + type: Transform +- uid: 25994 + type: CableApcExtension + components: + - pos: -27.5,41.5 + parent: 864 + type: Transform +- uid: 25995 + type: CableApcExtension + components: + - pos: -28.5,40.5 + parent: 864 + type: Transform +- uid: 25996 + type: CableApcExtension + components: + - pos: -28.5,41.5 + parent: 864 + type: Transform +- uid: 25997 + type: CableApcExtension + components: + - pos: -28.5,38.5 + parent: 864 + type: Transform +- uid: 25998 + type: CableApcExtension + components: + - pos: -29.5,38.5 + parent: 864 + type: Transform +- uid: 25999 + type: CableApcExtension + components: + - pos: -30.5,38.5 + parent: 864 + type: Transform +- uid: 26000 + type: CableApcExtension + components: + - pos: -31.5,38.5 + parent: 864 + type: Transform +- uid: 26001 + type: CableApcExtension + components: + - pos: -32.5,38.5 + parent: 864 + type: Transform +- uid: 26002 + type: CableApcExtension + components: + - pos: -32.5,39.5 + parent: 864 + type: Transform +- uid: 26003 + type: CableApcExtension + components: + - pos: -33.5,39.5 + parent: 864 + type: Transform +- uid: 26004 + type: CableApcExtension + components: + - pos: -34.5,39.5 + parent: 864 + type: Transform +- uid: 26005 + type: CableApcExtension + components: + - pos: -35.5,39.5 + parent: 864 + type: Transform +- uid: 26006 + type: CableApcExtension + components: + - pos: -36.5,39.5 + parent: 864 + type: Transform +- uid: 26007 + type: CableApcExtension + components: + - pos: -37.5,39.5 + parent: 864 + type: Transform +- uid: 26008 + type: CableApcExtension + components: + - pos: -37.5,40.5 + parent: 864 + type: Transform +- uid: 26009 + type: CableApcExtension + components: + - pos: -37.5,41.5 + parent: 864 + type: Transform +- uid: 26010 + type: CableApcExtension + components: + - pos: -37.5,42.5 + parent: 864 + type: Transform +- uid: 26011 + type: CableApcExtension + components: + - pos: -38.5,39.5 + parent: 864 + type: Transform +- uid: 26012 + type: CableApcExtension + components: + - pos: -39.5,39.5 + parent: 864 + type: Transform +- uid: 26013 + type: CableApcExtension + components: + - pos: -40.5,39.5 + parent: 864 + type: Transform +- uid: 26014 + type: CableApcExtension + components: + - pos: -41.5,39.5 + parent: 864 + type: Transform +- uid: 26015 + type: CableApcExtension + components: + - pos: -42.5,39.5 + parent: 864 + type: Transform +- uid: 26016 + type: CableApcExtension + components: + - pos: -43.5,39.5 + parent: 864 + type: Transform +- uid: 26017 + type: CableApcExtension + components: + - pos: -44.5,39.5 + parent: 864 + type: Transform +- uid: 26018 + type: CableApcExtension + components: + - pos: -45.5,39.5 + parent: 864 + type: Transform +- uid: 26019 + type: CableApcExtension + components: + - pos: -46.5,39.5 + parent: 864 + type: Transform +- uid: 26020 + type: CableApcExtension + components: + - pos: -41.5,38.5 + parent: 864 + type: Transform +- uid: 26021 + type: CableApcExtension + components: + - pos: -29.5,37.5 + parent: 864 + type: Transform +- uid: 26022 + type: CableApcExtension + components: + - pos: -29.5,36.5 + parent: 864 + type: Transform +- uid: 26023 + type: CableApcExtension + components: + - pos: -30.5,36.5 + parent: 864 + type: Transform +- uid: 26024 + type: CableApcExtension + components: + - pos: -31.5,36.5 + parent: 864 + type: Transform +- uid: 26025 + type: CableApcExtension + components: + - pos: -32.5,36.5 + parent: 864 + type: Transform +- uid: 26026 + type: CableApcExtension + components: + - pos: -33.5,36.5 + parent: 864 + type: Transform +- uid: 26027 + type: CableApcExtension + components: + - pos: -34.5,36.5 + parent: 864 + type: Transform +- uid: 26028 + type: CableApcExtension + components: + - pos: -34.5,37.5 + parent: 864 + type: Transform +- uid: 26029 + type: CableApcExtension + components: + - pos: -35.5,37.5 + parent: 864 + type: Transform +- uid: 26030 + type: CableApcExtension + components: + - pos: -36.5,37.5 + parent: 864 + type: Transform +- uid: 26031 + type: CableApcExtension + components: + - pos: -37.5,37.5 + parent: 864 + type: Transform +- uid: 26032 + type: CableApcExtension + components: + - pos: -37.5,36.5 + parent: 864 + type: Transform +- uid: 26033 + type: CableApcExtension + components: + - pos: -21.5,27.5 + parent: 864 + type: Transform +- uid: 26034 + type: CableApcExtension + components: + - pos: -22.5,27.5 + parent: 864 + type: Transform +- uid: 26035 + type: CableApcExtension + components: + - pos: -23.5,27.5 + parent: 864 + type: Transform +- uid: 26036 + type: CableApcExtension + components: + - pos: -24.5,27.5 + parent: 864 + type: Transform +- uid: 26037 + type: CableApcExtension + components: + - pos: -25.5,27.5 + parent: 864 + type: Transform +- uid: 26038 + type: CableApcExtension + components: + - pos: -26.5,27.5 + parent: 864 + type: Transform +- uid: 26039 + type: CableApcExtension + components: + - pos: -27.5,27.5 + parent: 864 + type: Transform +- uid: 26040 + type: CableApcExtension + components: + - pos: -28.5,27.5 + parent: 864 + type: Transform +- uid: 26041 + type: CableApcExtension + components: + - pos: -28.5,28.5 + parent: 864 + type: Transform +- uid: 26042 + type: CableApcExtension + components: + - pos: -28.5,29.5 + parent: 864 + type: Transform +- uid: 26043 + type: CableApcExtension + components: + - pos: -28.5,30.5 + parent: 864 + type: Transform +- uid: 26044 + type: CableApcExtension + components: + - pos: -28.5,31.5 + parent: 864 + type: Transform +- uid: 26045 + type: CableApcExtension + components: + - pos: -27.5,31.5 + parent: 864 + type: Transform +- uid: 26046 + type: CableApcExtension + components: + - pos: -27.5,33.5 + parent: 864 + type: Transform +- uid: 26047 + type: CableApcExtension + components: + - pos: -27.5,34.5 + parent: 864 + type: Transform +- uid: 26048 + type: CableApcExtension + components: + - pos: -27.5,35.5 + parent: 864 + type: Transform +- uid: 26049 + type: CableApcExtension + components: + - pos: -27.5,32.5 + parent: 864 + type: Transform +- uid: 26050 + type: CableApcExtension + components: + - pos: -16.5,62.5 + parent: 864 + type: Transform +- uid: 26051 + type: CableApcExtension + components: + - pos: -16.5,61.5 + parent: 864 + type: Transform +- uid: 26052 + type: CableApcExtension + components: + - pos: -18.5,62.5 + parent: 864 + type: Transform +- uid: 26053 + type: CableApcExtension + components: + - pos: -18.5,61.5 + parent: 864 + type: Transform +- uid: 26054 + type: Grille + components: + - pos: 78.5,46.5 + parent: 864 + type: Transform +- uid: 26055 + type: Grille + components: + - pos: 79.5,46.5 + parent: 864 + type: Transform +- uid: 26056 + type: Grille + components: + - pos: 80.5,46.5 + parent: 864 + type: Transform +- uid: 26057 + type: Grille + components: + - pos: 81.5,46.5 + parent: 864 + type: Transform +- uid: 26058 + type: Grille + components: + - pos: 82.5,46.5 + parent: 864 + type: Transform +- uid: 26059 + type: Grille + components: + - pos: 86.5,46.5 + parent: 864 + type: Transform +- uid: 26060 + type: Grille + components: + - pos: 87.5,46.5 + parent: 864 + type: Transform +- uid: 26061 + type: Grille + components: + - pos: 88.5,46.5 + parent: 864 + type: Transform +- uid: 26062 + type: Grille + components: + - pos: 89.5,46.5 + parent: 864 + type: Transform +- uid: 26063 + type: Grille + components: + - pos: 90.5,46.5 + parent: 864 + type: Transform +- uid: 26064 + type: Grille + components: + - pos: 93.5,41.5 + parent: 864 + type: Transform +- uid: 26065 + type: Grille + components: + - pos: 93.5,40.5 + parent: 864 + type: Transform +- uid: 26066 + type: Grille + components: + - pos: 93.5,39.5 + parent: 864 + type: Transform +- uid: 26067 + type: Grille + components: + - pos: 93.5,38.5 + parent: 864 + type: Transform +- uid: 26068 + type: Grille + components: + - pos: 93.5,37.5 + parent: 864 + type: Transform +- uid: 26069 + type: Grille + components: + - pos: 93.5,36.5 + parent: 864 + type: Transform +- uid: 26070 + type: Grille + components: + - pos: 93.5,35.5 + parent: 864 + type: Transform +- uid: 26071 + type: Grille + components: + - pos: 93.5,34.5 + parent: 864 + type: Transform +- uid: 26072 + type: Grille + components: + - pos: 93.5,33.5 + parent: 864 + type: Transform +- uid: 26073 + type: Grille + components: + - pos: 93.5,32.5 + parent: 864 + type: Transform +- uid: 26074 + type: Grille + components: + - pos: 93.5,31.5 + parent: 864 + type: Transform +- uid: 26075 + type: Grille + components: + - pos: 93.5,30.5 + parent: 864 + type: Transform +- uid: 26076 + type: Grille + components: + - pos: 90.5,26.5 + parent: 864 + type: Transform +- uid: 26077 + type: Grille + components: + - pos: 89.5,26.5 + parent: 864 + type: Transform +- uid: 26078 + type: Grille + components: + - pos: 88.5,26.5 + parent: 864 + type: Transform +- uid: 26079 + type: Grille + components: + - pos: 87.5,26.5 + parent: 864 + type: Transform +- uid: 26080 + type: Grille + components: + - pos: 86.5,26.5 + parent: 864 + type: Transform +- uid: 26081 + type: Grille + components: + - pos: 85.5,26.5 + parent: 864 + type: Transform +- uid: 26082 + type: Grille + components: + - pos: 81.5,26.5 + parent: 864 + type: Transform +- uid: 26083 + type: Grille + components: + - pos: 80.5,26.5 + parent: 864 + type: Transform +- uid: 26084 + type: Grille + components: + - pos: 79.5,26.5 + parent: 864 + type: Transform +- uid: 26085 + type: Grille + components: + - pos: 78.5,26.5 + parent: 864 + type: Transform +- uid: 26086 + type: Grille + components: + - pos: 77.5,26.5 + parent: 864 + type: Transform +- uid: 26087 + type: Grille + components: + - pos: 70.5,29.5 + parent: 864 + type: Transform +- uid: 26088 + type: Grille + components: + - pos: 71.5,29.5 + parent: 864 + type: Transform +- uid: 26089 + type: Grille + components: + - pos: 72.5,29.5 + parent: 864 + type: Transform +- uid: 26090 + type: Grille + components: + - pos: 73.5,29.5 + parent: 864 + type: Transform +- uid: 26091 + type: Grille + components: + - pos: 74.5,29.5 + parent: 864 + type: Transform +- uid: 26092 + type: GasVentScrubber + components: + - pos: 58.5,37.5 + parent: 864 + type: Transform +- uid: 26093 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 58.5,36.5 + parent: 864 + type: Transform + - color: '#A0E8B9FF' + type: AtmosPipeColor +- uid: 26094 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 57.5,36.5 + parent: 864 + type: Transform + - color: '#A0E8B9FF' + type: AtmosPipeColor +- uid: 26095 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 56.5,36.5 + parent: 864 + type: Transform + - color: '#A0E8B9FF' + type: AtmosPipeColor +- uid: 26096 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 56.5,37.5 + parent: 864 + type: Transform + - color: '#A0E8B9FF' + type: AtmosPipeColor +- uid: 26097 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 56.5,38.5 + parent: 864 + type: Transform + - color: '#A0E8B9FF' + type: AtmosPipeColor +- uid: 26098 + type: GasValve + components: + - rot: 3.141592653589793 rad + pos: 56.5,39.5 + parent: 864 + type: Transform + - open: False + type: GasValve + - color: '#A0E8B9FF' + type: AtmosPipeColor +- uid: 26099 + type: GasPassiveVent + components: + - pos: 56.5,40.5 + parent: 864 + type: Transform +- uid: 26100 + type: ClothingHeadFishCap + components: + - pos: -24.484636,34.673782 + parent: 864 + type: Transform +- uid: 26101 + type: WaterTankFull + components: + - pos: -27.5,37.5 + parent: 864 + type: Transform +- uid: 26102 + type: WeldingFuelTankFull + components: + - pos: -26.5,37.5 + parent: 864 + type: Transform +- uid: 26103 + type: OxygenCanister + components: + - pos: -29.5,41.5 + parent: 864 + type: Transform +- uid: 26104 + type: NitrogenCanister + components: + - pos: -28.5,41.5 + parent: 864 + type: Transform +- uid: 26105 + type: Catwalk + components: + - pos: -24.5,47.5 + parent: 864 + type: Transform +- uid: 26106 + type: Catwalk + components: + - pos: -24.5,46.5 + parent: 864 + type: Transform +- uid: 26107 + type: Catwalk + components: + - pos: -24.5,45.5 + parent: 864 + type: Transform +- uid: 26108 + type: Catwalk + components: + - pos: -24.5,44.5 + parent: 864 + type: Transform +- uid: 26109 + type: Catwalk + components: + - pos: -24.5,43.5 + parent: 864 + type: Transform +- uid: 26110 + type: Catwalk + components: + - pos: -24.5,42.5 + parent: 864 + type: Transform +- uid: 26111 + type: Catwalk + components: + - pos: -24.5,41.5 + parent: 864 + type: Transform +- uid: 26112 + type: Catwalk + components: + - pos: -24.5,40.5 + parent: 864 + type: Transform +- uid: 26113 + type: Catwalk + components: + - pos: -24.5,39.5 + parent: 864 + type: Transform +- uid: 26114 + type: Catwalk + components: + - pos: -24.5,38.5 + parent: 864 + type: Transform +- uid: 26115 + type: ClosetMaintenanceFilledRandom + components: + - pos: -31.5,38.5 + parent: 864 + type: Transform +- uid: 26116 + type: Catwalk + components: + - pos: -31.5,39.5 + parent: 864 + type: Transform +- uid: 26117 + type: Catwalk + components: + - pos: -32.5,39.5 + parent: 864 + type: Transform +- uid: 26118 + type: Catwalk + components: + - pos: -33.5,39.5 + parent: 864 + type: Transform +- uid: 26119 + type: Catwalk + components: + - pos: -34.5,39.5 + parent: 864 + type: Transform +- uid: 26120 + type: Catwalk + components: + - pos: -35.5,39.5 + parent: 864 + type: Transform +- uid: 26121 + type: Catwalk + components: + - pos: -36.5,39.5 + parent: 864 + type: Transform +- uid: 26122 + type: Catwalk + components: + - pos: -39.5,39.5 + parent: 864 + type: Transform +- uid: 26123 + type: Catwalk + components: + - pos: -40.5,39.5 + parent: 864 + type: Transform +- uid: 26124 + type: Catwalk + components: + - pos: -41.5,39.5 + parent: 864 + type: Transform +- uid: 26125 + type: Catwalk + components: + - pos: -42.5,39.5 + parent: 864 + type: Transform +- uid: 26126 + type: Catwalk + components: + - pos: -43.5,39.5 + parent: 864 + type: Transform +- uid: 26127 + type: Catwalk + components: + - pos: -44.5,39.5 + parent: 864 + type: Transform +- uid: 26128 + type: Firelock + components: + - pos: -38.5,39.5 + parent: 864 + type: Transform +- uid: 26129 + type: Firelock + components: + - pos: -25.5,41.5 + parent: 864 + type: Transform +- uid: 26130 + type: ClosetFireFilled + components: + - pos: -43.5,37.5 + parent: 864 + type: Transform +- uid: 26131 + type: AirCanister + components: + - pos: -42.5,37.5 + parent: 864 + type: Transform +- uid: 26132 + type: Rack + components: + - pos: -41.5,37.5 + parent: 864 + type: Transform +- uid: 26133 + type: Rack + components: + - pos: -36.5,35.5 + parent: 864 + type: Transform +- uid: 26134 + type: Rack + components: + - pos: -26.5,39.5 + parent: 864 + type: Transform +- uid: 26135 + type: Rack + components: + - pos: -15.5,23.5 + parent: 864 + type: Transform +- uid: 26136 + type: Rack + components: + - pos: -26.5,30.5 + parent: 864 + type: Transform +- uid: 26137 + type: SpawnPointAssistant + components: + - pos: -42.5,10.5 + parent: 864 + type: Transform +- uid: 26138 + type: WindowReinforcedDirectional + components: + - pos: -10.5,24.5 + parent: 864 + type: Transform +- uid: 26139 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -10.5,21.5 + parent: 864 + type: Transform +- uid: 26140 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -9.5,21.5 + parent: 864 + type: Transform +- uid: 26141 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -10.5,24.5 + parent: 864 + type: Transform +- uid: 26142 + type: AirlockMaintGlass + components: + - rot: 3.141592653589793 rad + pos: -13.5,26.5 + parent: 864 + type: Transform +- uid: 26143 + type: ConveyorBelt + components: + - pos: -9.5,27.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 26144 + type: ConveyorBelt + components: + - pos: -9.5,26.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 26145 + type: ConveyorBelt + components: + - pos: -9.5,25.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 26146 + type: ConveyorBelt + components: + - pos: -9.5,24.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 26147 + type: ConveyorBelt + components: + - pos: -9.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 26148 + type: Catwalk + components: + - pos: -2.5,28.5 + parent: 864 + type: Transform +- uid: 26149 + type: Catwalk + components: + - pos: -2.5,27.5 + parent: 864 + type: Transform +- uid: 26150 + type: Catwalk + components: + - pos: -2.5,26.5 + parent: 864 + type: Transform +- uid: 26151 + type: Catwalk + components: + - pos: -2.5,25.5 + parent: 864 + type: Transform +- uid: 26152 + type: Catwalk + components: + - pos: -12.5,26.5 + parent: 864 + type: Transform +- uid: 26153 + type: Catwalk + components: + - pos: -11.5,26.5 + parent: 864 + type: Transform +- uid: 26154 + type: Catwalk + components: + - pos: -10.5,26.5 + parent: 864 + type: Transform +- uid: 26155 + type: Catwalk + components: + - pos: -10.5,24.5 + parent: 864 + type: Transform +- uid: 26156 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: -10.5,22.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 26157 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -10.5,23.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 18802 + Forward: + - port: Left + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 26158 + type: ClosetMaintenanceFilledRandom + components: + - pos: -12.5,29.5 + parent: 864 + type: Transform +- uid: 26159 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: -10.5,27.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Left + uid: 18802 + Forward: + - port: Right + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 26160 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: -11.5,27.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Left + uid: 18802 + Forward: + - port: Right + uid: 18802 + Off: + - port: Middle + uid: 18802 + type: SignalReceiver +- uid: 26161 + type: WindowReinforcedDirectional + components: + - pos: -11.5,28.5 + parent: 864 + type: Transform +- uid: 26162 + type: WindowReinforcedDirectional + components: + - pos: -12.5,28.5 + parent: 864 + type: Transform +- uid: 26163 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -8.5,26.5 + parent: 864 + type: Transform +- uid: 26164 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -8.5,24.5 + parent: 864 + type: Transform +- uid: 26165 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -8.5,23.5 + parent: 864 + type: Transform +- uid: 26166 + type: WindowReinforcedDirectional + components: + - pos: -8.5,23.5 + parent: 864 + type: Transform +- uid: 26167 + type: Rack + components: + - pos: -16.5,27.5 + parent: 864 + type: Transform +- uid: 26168 + type: HatBandBlue + components: + - pos: -16.361418,27.487635 + parent: 864 + type: Transform +- uid: 26169 + type: PoweredSmallLight + components: + - pos: -10.5,29.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26170 + type: AirSensor + components: + - pos: 64.5,-2.5 + parent: 864 + type: Transform +- uid: 26171 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,26.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26172 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: -16.5,45.5 + parent: 864 + type: Transform +- uid: 26173 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: -3.5,45.5 + parent: 864 + type: Transform +- uid: 26174 + type: AirSensor + components: + - rot: 1.5707963267948966 rad + pos: 40.5,47.5 + parent: 864 + type: Transform +- uid: 26175 + type: AirAlarm + components: + - pos: 43.5,49.5 + parent: 864 + type: Transform +- uid: 26176 + type: AirAlarm + components: + - pos: -17.5,39.5 + parent: 864 + type: Transform + - devices: + - 24404 + - 26172 + - 24407 + - 25681 + - 24129 + - 24131 + - 24130 + - 24132 + - 24133 + - 26181 + - 26182 + - 26183 + - 26189 + - 26188 + - 26187 + - 24128 + - 24125 + - 24126 + - 24127 + type: DeviceList +- uid: 26177 + type: AirAlarm + components: + - pos: -10.5,47.5 + parent: 864 + type: Transform + - devices: + - 26173 + - 25658 + - 25657 + - 26181 + - 26182 + - 26183 + - 25679 + - 25680 + - 26503 + - 26185 + - 26186 + - 26184 + type: DeviceList +- uid: 26178 + type: FireAlarm + components: + - rot: -1.5707963267948966 rad + pos: -13.5,40.5 + parent: 864 + type: Transform + - devices: + - 26172 + - 26181 + - 26182 + - 26183 + - 25681 + - 24129 + - 24131 + - 24130 + - 24133 + - 24132 + - 24125 + - 24126 + - 24127 + - 26187 + - 26188 + - 26189 + type: DeviceList +- uid: 26179 + type: FireAlarm + components: + - pos: -7.5,47.5 + parent: 864 + type: Transform + - devices: + - 26173 + - 26181 + - 26182 + - 26183 + - 25679 + - 25680 + - 26184 + - 26185 + - 26186 + - 26503 + type: DeviceList +- uid: 26180 + type: AirlockExternalGlassShuttleLocked + components: + - rot: 3.141592653589793 rad + pos: -13.5,75.5 + parent: 864 + type: Transform + - fixtures: + - density: 100 + shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 26181 + type: FirelockGlass + components: + - pos: -13.5,46.5 + parent: 864 + type: Transform +- uid: 26182 + type: FirelockGlass + components: + - pos: -13.5,45.5 + parent: 864 + type: Transform +- uid: 26183 + type: FirelockGlass + components: + - pos: -13.5,44.5 + parent: 864 + type: Transform +- uid: 26184 + type: FirelockGlass + components: + - pos: 1.5,53.5 + parent: 864 + type: Transform +- uid: 26185 + type: FirelockGlass + components: + - pos: 0.5,53.5 + parent: 864 + type: Transform +- uid: 26186 + type: FirelockGlass + components: + - pos: -0.5,53.5 + parent: 864 + type: Transform +- uid: 26187 + type: FirelockGlass + components: + - pos: -18.5,48.5 + parent: 864 + type: Transform +- uid: 26188 + type: FirelockGlass + components: + - pos: -17.5,48.5 + parent: 864 + type: Transform +- uid: 26189 + type: FirelockGlass + components: + - pos: -16.5,48.5 + parent: 864 + type: Transform +- uid: 26190 + type: AirlockExternalGlassShuttleLocked + components: + - rot: 3.141592653589793 rad + pos: -12.5,75.5 + parent: 864 + type: Transform + - fixtures: + - density: 100 + shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 26191 + type: AirlockExternalGlassShuttleLocked + components: + - rot: 3.141592653589793 rad + pos: -21.5,75.5 + parent: 864 + type: Transform + - fixtures: + - density: 100 + shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 26192 + type: AirlockExternalGlassShuttleLocked + components: + - rot: 3.141592653589793 rad + pos: -22.5,75.5 + parent: 864 + type: Transform + - fixtures: + - density: 100 + shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 26193 + type: AirlockExternalGlassLocked + components: + - pos: -12.5,71.5 + parent: 864 + type: Transform +- uid: 26194 + type: AirlockExternalGlassLocked + components: + - pos: -13.5,71.5 + parent: 864 + type: Transform +- uid: 26195 + type: AirlockExternalGlassLocked + components: + - pos: -21.5,71.5 + parent: 864 + type: Transform +- uid: 26196 + type: AirlockExternalGlassLocked + components: + - pos: -22.5,71.5 + parent: 864 + type: Transform +- uid: 26197 + type: AirlockExternalGlassLocked + components: + - pos: -17.5,73.5 + parent: 864 + type: Transform +- uid: 26198 + type: AirlockExternalGlassLocked + components: + - pos: -17.5,71.5 + parent: 864 + type: Transform +- uid: 26199 + type: AirlockGlass + components: + - pos: -11.5,59.5 + parent: 864 + type: Transform +- uid: 26200 + type: AirlockGlass + components: + - pos: -11.5,58.5 + parent: 864 + type: Transform +- uid: 26201 + type: DisposalTrunk + components: + - rot: 3.141592653589793 rad + pos: -13.5,49.5 + parent: 864 + type: Transform +- uid: 26202 + type: DisposalUnit + components: + - pos: -13.5,49.5 + parent: 864 + type: Transform +- uid: 26203 + type: AirlockGlass + components: + - pos: -15.5,51.5 + parent: 864 + type: Transform +- uid: 26204 + type: AirlockGlass + components: + - pos: -15.5,50.5 + parent: 864 + type: Transform +- uid: 26205 + type: DisposalBend + components: + - pos: -13.5,50.5 + parent: 864 + type: Transform +- uid: 26206 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -14.5,50.5 + parent: 864 + type: Transform +- uid: 26207 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -16.5,50.5 + parent: 864 + type: Transform +- uid: 26208 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -15.5,50.5 + parent: 864 + type: Transform +- uid: 26209 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -17.5,50.5 + parent: 864 + type: Transform +- uid: 26210 + type: GasPipeTJunction + components: + - pos: -17.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26211 + type: GasPipeTJunction + components: + - pos: -16.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26212 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -17.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26213 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26214 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26215 + type: GasPipeTJunction + components: + - pos: -21.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26216 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26217 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26218 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26219 + type: GasPipeTJunction + components: + - pos: -20.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26220 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -21.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26221 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -22.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26222 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,50.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26223 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -20.5,49.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26224 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -21.5,49.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26225 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -16.5,50.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26226 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26227 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26228 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26229 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26230 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26231 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26232 + type: GasPipeStraight + components: + - pos: -21.5,52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26233 + type: GasPipeStraight + components: + - pos: -21.5,53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26234 + type: GasPipeStraight + components: + - pos: -21.5,54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26235 + type: GasPipeStraight + components: + - pos: -21.5,55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26236 + type: GasPipeStraight + components: + - pos: -21.5,56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26237 + type: GasPipeStraight + components: + - pos: -21.5,57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26238 + type: GasPipeStraight + components: + - pos: -22.5,51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26239 + type: GasPipeStraight + components: + - pos: -22.5,52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26240 + type: GasPipeStraight + components: + - pos: -22.5,53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26241 + type: GasPipeStraight + components: + - pos: -22.5,54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26242 + type: GasPipeStraight + components: + - pos: -22.5,55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26243 + type: GasPipeStraight + components: + - pos: -22.5,56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26244 + type: GasPipeStraight + components: + - pos: -22.5,57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26245 + type: GasPipeStraight + components: + - pos: -22.5,58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26246 + type: GasPipeStraight + components: + - pos: -22.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26247 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -21.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26248 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -22.5,60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26249 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -22.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26250 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -21.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26251 + type: GasPipeStraight + components: + - pos: -21.5,59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26252 + type: GasPipeStraight + components: + - pos: -21.5,60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26253 + type: GasPipeStraight + components: + - pos: -21.5,61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26254 + type: GasPipeStraight + components: + - pos: -22.5,62.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26255 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26256 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26257 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26258 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -21.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26259 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -20.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26260 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -19.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26261 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -18.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26262 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -17.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26263 + type: GasPipeTJunction + components: + - pos: -17.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26264 + type: GasPipeStraight + components: + - pos: -22.5,63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26265 + type: GasPipeStraight + components: + - pos: -22.5,64.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26266 + type: GasPipeStraight + components: + - pos: -22.5,65.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26267 + type: GasPipeStraight + components: + - pos: -22.5,66.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26268 + type: GasPipeStraight + components: + - pos: -22.5,67.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26269 + type: GasPipeStraight + components: + - pos: -22.5,68.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26270 + type: GasPipeStraight + components: + - pos: -22.5,69.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26271 + type: GasPipeStraight + components: + - pos: -22.5,70.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26272 + type: GasPipeStraight + components: + - pos: -22.5,71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26273 + type: GasPipeStraight + components: + - pos: -22.5,72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26274 + type: GasPipeStraight + components: + - pos: -21.5,63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26275 + type: GasPipeStraight + components: + - pos: -21.5,64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26276 + type: GasPipeStraight + components: + - pos: -21.5,65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26277 + type: GasPipeStraight + components: + - pos: -21.5,66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26278 + type: GasPipeStraight + components: + - pos: -21.5,67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26279 + type: GasPipeStraight + components: + - pos: -21.5,68.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26280 + type: GasPipeStraight + components: + - pos: -21.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26281 + type: GasPipeStraight + components: + - pos: -21.5,70.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26282 + type: GasPipeStraight + components: + - pos: -21.5,71.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26283 + type: GasPipeStraight + components: + - pos: -21.5,72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26284 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -16.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26285 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -15.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26286 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26287 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -16.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26288 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -15.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26289 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -14.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26290 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -13.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26291 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -13.5,62.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26292 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -12.5,61.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26293 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -12.5,60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26294 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -13.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26295 + type: GasPipeStraight + components: + - pos: -13.5,61.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26296 + type: GasPipeStraight + components: + - pos: -13.5,60.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26297 + type: GasPipeStraight + components: + - pos: -13.5,59.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26298 + type: GasPipeStraight + components: + - pos: -12.5,62.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26299 + type: GasPipeStraight + components: + - pos: -12.5,63.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26300 + type: GasPipeStraight + components: + - pos: -12.5,64.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26301 + type: GasPipeStraight + components: + - pos: -12.5,65.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26302 + type: GasPipeStraight + components: + - pos: -12.5,66.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26303 + type: GasPipeStraight + components: + - pos: -12.5,67.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26304 + type: GasPipeStraight + components: + - pos: -12.5,68.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26305 + type: GasPipeStraight + components: + - pos: -12.5,69.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26306 + type: GasPipeStraight + components: + - pos: -12.5,70.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26307 + type: GasPipeStraight + components: + - pos: -12.5,71.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26308 + type: GasPipeStraight + components: + - pos: -12.5,72.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26309 + type: GasPipeStraight + components: + - pos: -13.5,63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26310 + type: GasPipeStraight + components: + - pos: -13.5,64.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26311 + type: GasPipeStraight + components: + - pos: -13.5,65.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26312 + type: GasPipeStraight + components: + - pos: -13.5,66.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26313 + type: GasPipeStraight + components: + - pos: -13.5,67.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26314 + type: GasPipeStraight + components: + - pos: -13.5,68.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26315 + type: GasPipeStraight + components: + - pos: -13.5,69.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26316 + type: GasPipeStraight + components: + - pos: -13.5,70.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26317 + type: GasPipeStraight + components: + - pos: -13.5,71.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26318 + type: GasPipeStraight + components: + - pos: -13.5,72.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26319 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -12.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26320 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -13.5,57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26321 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -11.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26322 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26323 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26324 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -8.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26325 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -7.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26326 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -6.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26327 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26328 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -4.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26329 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -12.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26330 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -11.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26331 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26332 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26333 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -8.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26334 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -7.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26335 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -6.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26336 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26337 + type: GasPipeStraight + components: + - pos: -12.5,58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26338 + type: GasPipeStraight + components: + - pos: -12.5,57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26339 + type: GasPipeStraight + components: + - pos: -12.5,56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26340 + type: GasPipeStraight + components: + - pos: -12.5,55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26341 + type: GasPipeStraight + components: + - pos: -12.5,54.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26342 + type: GasPipeStraight + components: + - pos: -12.5,53.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26343 + type: GasPipeStraight + components: + - pos: -12.5,52.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26344 + type: GasPipeStraight + components: + - pos: -12.5,51.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26345 + type: GasPipeStraight + components: + - pos: -13.5,56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26346 + type: GasPipeStraight + components: + - pos: -13.5,55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26347 + type: GasPipeStraight + components: + - pos: -13.5,54.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26348 + type: GasPipeStraight + components: + - pos: -13.5,53.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26349 + type: GasPipeStraight + components: + - pos: -13.5,52.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26350 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -13.5,51.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26351 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -22.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26352 + type: GasVentScrubber + components: + - pos: -17.5,63.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26353 + type: GasVentScrubber + components: + - pos: -21.5,73.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26354 + type: GasVentScrubber + components: + - pos: -13.5,73.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26355 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -12.5,57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26356 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -13.5,60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26357 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -17.5,60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26358 + type: GasVentPump + components: + - pos: -12.5,73.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26359 + type: GasVentPump + components: + - pos: -22.5,73.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26360 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -21.5,60.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26361 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -12.5,50.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26362 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -2.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26363 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -3.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26364 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26365 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -4.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26366 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -3.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26367 + type: GasPipeBend + components: + - pos: 1.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26368 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26369 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -0.5,56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26370 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26371 + type: GasPipeBend + components: + - pos: -0.5,58.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26372 + type: GasPipeStraight + components: + - pos: -0.5,57.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26373 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,59.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26374 + type: GasPipeStraight + components: + - pos: -0.5,55.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26375 + type: GasPipeStraight + components: + - pos: 1.5,58.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26376 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 1.5,57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26377 + type: GasPipeStraight + components: + - pos: 1.5,56.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26378 + type: GasPipeStraight + components: + - pos: 1.5,55.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26379 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: 0.5,57.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26380 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 0.5,56.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26381 + type: PowerCellSmall + components: + - pos: 5.9564342,48.64044 + parent: 864 + type: Transform +- uid: 26382 + type: PowerCellSmall + components: + - pos: 9.005219,54.014362 + parent: 864 + type: Transform +- uid: 26383 + type: WallReinforced + components: + - pos: -25.5,49.5 + parent: 864 + type: Transform +- uid: 26384 + type: WallReinforced + components: + - pos: -25.5,50.5 + parent: 864 + type: Transform +- uid: 26385 + type: WallReinforced + components: + - pos: -26.5,50.5 + parent: 864 + type: Transform +- uid: 26386 + type: WallReinforced + components: + - pos: -26.5,51.5 + parent: 864 + type: Transform +- uid: 26387 + type: WallReinforced + components: + - pos: -26.5,52.5 + parent: 864 + type: Transform +- uid: 26388 + type: ReinforcedWindow + components: + - pos: -26.5,54.5 + parent: 864 + type: Transform +- uid: 26389 + type: ReinforcedWindow + components: + - pos: -26.5,53.5 + parent: 864 + type: Transform +- uid: 26390 + type: WallReinforced + components: + - pos: -26.5,55.5 + parent: 864 + type: Transform +- uid: 26391 + type: WallReinforced + components: + - pos: -26.5,56.5 + parent: 864 + type: Transform +- uid: 26392 + type: WallReinforced + components: + - pos: -25.5,56.5 + parent: 864 + type: Transform +- uid: 26393 + type: WallReinforced + components: + - pos: -25.5,57.5 + parent: 864 + type: Transform +- uid: 26394 + type: WallReinforced + components: + - pos: -24.5,57.5 + parent: 864 + type: Transform +- uid: 26395 + type: Catwalk + components: + - pos: -37.5,45.5 + parent: 864 + type: Transform +- uid: 26396 + type: Catwalk + components: + - pos: -37.5,44.5 + parent: 864 + type: Transform +- uid: 26397 + type: Grille + components: + - pos: -43.5,40.5 + parent: 864 + type: Transform +- uid: 26398 + type: Grille + components: + - pos: -44.5,40.5 + parent: 864 + type: Transform +- uid: 26399 + type: Grille + components: + - pos: -33.5,40.5 + parent: 864 + type: Transform +- uid: 26400 + type: Grille + components: + - pos: -32.5,40.5 + parent: 864 + type: Transform +- uid: 26401 + type: Grille + components: + - pos: -32.5,37.5 + parent: 864 + type: Transform +- uid: 26402 + type: Grille + components: + - pos: -16.5,55.5 + parent: 864 + type: Transform +- uid: 26403 + type: Grille + components: + - pos: -16.5,56.5 + parent: 864 + type: Transform +- uid: 26404 + type: Grille + components: + - pos: -14.5,56.5 + parent: 864 + type: Transform +- uid: 26405 + type: Grille + components: + - pos: -14.5,55.5 + parent: 864 + type: Transform +- uid: 26406 + type: Grille + components: + - pos: -20.5,62.5 + parent: 864 + type: Transform +- uid: 26407 + type: Grille + components: + - pos: -14.5,62.5 + parent: 864 + type: Transform +- uid: 26408 + type: Grille + components: + - pos: -11.5,69.5 + parent: 864 + type: Transform +- uid: 26409 + type: Grille + components: + - pos: -11.5,68.5 + parent: 864 + type: Transform +- uid: 26410 + type: Grille + components: + - pos: -11.5,67.5 + parent: 864 + type: Transform +- uid: 26411 + type: Grille + components: + - pos: -11.5,73.5 + parent: 864 + type: Transform +- uid: 26412 + type: Grille + components: + - pos: -14.5,73.5 + parent: 864 + type: Transform +- uid: 26413 + type: Grille + components: + - pos: -20.5,73.5 + parent: 864 + type: Transform +- uid: 26414 + type: Grille + components: + - pos: -23.5,73.5 + parent: 864 + type: Transform +- uid: 26415 + type: Grille + components: + - pos: -23.5,63.5 + parent: 864 + type: Transform +- uid: 26416 + type: Grille + components: + - pos: -23.5,62.5 + parent: 864 + type: Transform +- uid: 26417 + type: Grille + components: + - pos: -23.5,61.5 + parent: 864 + type: Transform +- uid: 26418 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 14.5,50.5 + parent: 864 + type: Transform +- uid: 26419 + type: ReinforcedWindow + components: + - pos: -14.5,65.5 + parent: 864 + type: Transform +- uid: 26420 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 39.5,52.5 + parent: 864 + type: Transform +- uid: 26421 + type: FirelockGlass + components: + - pos: -13.5,68.5 + parent: 864 + type: Transform +- uid: 26422 + type: FirelockGlass + components: + - pos: -21.5,68.5 + parent: 864 + type: Transform +- uid: 26423 + type: FirelockGlass + components: + - pos: -22.5,68.5 + parent: 864 + type: Transform +- uid: 26424 + type: FirelockGlass + components: + - pos: -11.5,59.5 + parent: 864 + type: Transform +- uid: 26425 + type: FirelockGlass + components: + - pos: -11.5,58.5 + parent: 864 + type: Transform +- uid: 26426 + type: FirelockGlass + components: + - pos: -15.5,51.5 + parent: 864 + type: Transform +- uid: 26427 + type: FirelockGlass + components: + - pos: -15.5,50.5 + parent: 864 + type: Transform +- uid: 26428 + type: CableApcExtension + components: + - pos: 28.5,45.5 + parent: 864 + type: Transform +- uid: 26429 + type: CableApcExtension + components: + - pos: 27.5,45.5 + parent: 864 + type: Transform +- uid: 26430 + type: CableApcExtension + components: + - pos: 26.5,45.5 + parent: 864 + type: Transform +- uid: 26431 + type: CableApcExtension + components: + - pos: 25.5,45.5 + parent: 864 + type: Transform +- uid: 26432 + type: CableApcExtension + components: + - pos: 24.5,45.5 + parent: 864 + type: Transform +- uid: 26433 + type: CableApcExtension + components: + - pos: 23.5,45.5 + parent: 864 + type: Transform +- uid: 26434 + type: CableApcExtension + components: + - pos: 22.5,45.5 + parent: 864 + type: Transform +- uid: 26435 + type: CableApcExtension + components: + - pos: 21.5,45.5 + parent: 864 + type: Transform +- uid: 26436 + type: SignalSwitch + components: + - pos: 27.5,44.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 24285 + - port: Open + uid: 24333 + - port: Open + uid: 24334 + - port: Open + uid: 24284 + - port: Open + uid: 24282 + - port: Open + uid: 24283 + - port: Open + uid: 24336 + - port: Open + uid: 24335 + - port: Open + uid: 24332 + - port: Open + uid: 24286 + Off: + - port: Close + uid: 24285 + - port: Close + uid: 24333 + - port: Close + uid: 24334 + - port: Close + uid: 24284 + - port: Close + uid: 24282 + - port: Close + uid: 24283 + - port: Close + uid: 24336 + - port: Close + uid: 24335 + - port: Close + uid: 24332 + - port: Close + uid: 24286 + type: SignalTransmitter +- uid: 26437 + type: AirlockExternalGlass + components: + - pos: 16.5,41.5 + parent: 864 + type: Transform +- uid: 26438 + type: GasPipeBend + components: + - pos: 40.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26439 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 40.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26440 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 39.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26441 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 38.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26442 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 37.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26443 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 36.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26444 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 35.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26445 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 34.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26446 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 33.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26447 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 32.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26448 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 31.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26449 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 30.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26450 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 29.5,47.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26451 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: 29.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26452 + type: GasPipeTJunction + components: + - pos: 29.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26453 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 28.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26454 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26455 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26456 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 25.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26457 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 28.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26458 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 27.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26459 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 26.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26460 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 25.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26461 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 24.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26462 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: 23.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26463 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: 29.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26464 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 30.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26465 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 31.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26466 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 32.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26467 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 33.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26468 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 34.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26469 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 35.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26470 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 36.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26471 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 37.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26472 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 38.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26473 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 39.5,44.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26474 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 30.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26475 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: 24.5,45.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26476 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 30.5,46.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26477 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: 23.5,45.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 26478 + type: SilverOre1 + components: + - pos: 18.078281,47.63478 + parent: 864 + type: Transform +- uid: 26479 + type: PlasmaOre1 + components: + - rot: 3.141592653589793 rad + pos: 13.8918705,48.240677 + parent: 864 + type: Transform +- uid: 26480 + type: PlasmaOre1 + components: + - rot: 3.141592653589793 rad + pos: 16.446129,44.40701 + parent: 864 + type: Transform +- uid: 26481 + type: GoldOre1 + components: + - rot: 3.141592653589793 rad + pos: 19.789879,45.273663 + parent: 864 + type: Transform +- uid: 26482 + type: SteelOre1 + components: + - rot: 3.141592653589793 rad + pos: 20.04077,49.432205 + parent: 864 + type: Transform +- uid: 26483 + type: FloraTree05 + components: + - pos: -8.496121,50.8569 + parent: 864 + type: Transform +- uid: 26484 + type: FloraTree04 + components: + - pos: -9.341627,55.436527 + parent: 864 + type: Transform +- uid: 26485 + type: FloraTree02 + components: + - pos: -3.160706,55.605114 + parent: 864 + type: Transform +- uid: 26486 + type: ChessBoard + components: + - rot: 3.141592653589793 rad + pos: -3.4812293,52.59116 + parent: 864 + type: Transform +- uid: 26487 + type: hydroponicsSoil + components: + - pos: -6.5,49.5 + parent: 864 + type: Transform +- uid: 26488 + type: hydroponicsSoil + components: + - pos: -4.5,55.5 + parent: 864 + type: Transform +- uid: 26489 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26490 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,55.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26491 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,49.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26492 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -40.5,32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26493 + type: Poweredlight + components: + - pos: -1.5,46.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26494 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,51.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26495 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -0.5,57.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26496 + type: Poweredlight + components: + - pos: -6.5,59.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26497 + type: Poweredlight + components: + - pos: -19.5,51.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26498 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -22.5,55.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26499 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -22.5,66.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26500 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,66.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26501 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,60.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26502 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,54.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26503 + type: FirelockGlass + components: + - rot: 3.141592653589793 rad + pos: -4.5,47.5 + parent: 864 + type: Transform +- uid: 26504 + type: FirelockGlass + components: + - rot: 3.141592653589793 rad + pos: -11.5,52.5 + parent: 864 + type: Transform +- uid: 26505 + type: FirelockGlass + components: + - rot: 3.141592653589793 rad + pos: -6.5,57.5 + parent: 864 + type: Transform +- uid: 26506 + type: AirlockGlass + components: + - rot: 3.141592653589793 rad + pos: -4.5,47.5 + parent: 864 + type: Transform +- uid: 26507 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -11.5,51.5 + parent: 864 + type: Transform +- uid: 26508 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -11.5,53.5 + parent: 864 + type: Transform +- uid: 26509 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -5.5,47.5 + parent: 864 + type: Transform +- uid: 26510 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -3.5,47.5 + parent: 864 + type: Transform +- uid: 26511 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -5.5,57.5 + parent: 864 + type: Transform +- uid: 26512 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -7.5,57.5 + parent: 864 + type: Transform +- uid: 26513 + type: SignShipDock + components: + - name: docking arm + type: MetaData + - pos: -14.5,70.5 + parent: 864 + type: Transform +- uid: 26514 + type: SignShipDock + components: + - name: docking arm + type: MetaData + - pos: -20.5,70.5 + parent: 864 + type: Transform +- uid: 26515 + type: Catwalk + components: + - pos: -17.5,70.5 + parent: 864 + type: Transform +- uid: 26516 + type: Catwalk + components: + - pos: -17.5,69.5 + parent: 864 + type: Transform +- uid: 26517 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -8.5,-84.5 + parent: 864 + type: Transform +- uid: 26518 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-83.5 + parent: 864 + type: Transform +- uid: 26519 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -19.5,66.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26520 + type: AirlockMaintLocked + components: + - rot: -1.5707963267948966 rad + pos: -17.5,68.5 + parent: 864 + type: Transform +- uid: 26521 + type: Catwalk + components: + - pos: -17.5,58.5 + parent: 864 + type: Transform +- uid: 26522 + type: Catwalk + components: + - pos: -17.5,57.5 + parent: 864 + type: Transform +- uid: 26523 + type: Catwalk + components: + - pos: -17.5,56.5 + parent: 864 + type: Transform +- uid: 26524 + type: Catwalk + components: + - pos: -17.5,55.5 + parent: 864 + type: Transform +- uid: 26525 + type: Catwalk + components: + - pos: -17.5,54.5 + parent: 864 + type: Transform +- uid: 26526 + type: Catwalk + components: + - pos: -17.5,53.5 + parent: 864 + type: Transform +- uid: 26527 + type: Table + components: + - pos: 30.5,47.5 + parent: 864 + type: Transform +- uid: 26528 + type: Table + components: + - pos: 30.5,46.5 + parent: 864 + type: Transform +- uid: 26529 + type: ClothingHandsGlovesColorYellowBudget + components: + - pos: 30.46846,46.718662 + parent: 864 + type: Transform +- uid: 26530 + type: Wrench + components: + - pos: 30.53096,47.374912 + parent: 864 + type: Transform +- uid: 26531 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 28.5,44.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26532 + type: MaintenanceFluffSpawner + components: + - rot: 3.141592653589793 rad + pos: 10.5,43.5 + parent: 864 + type: Transform +- uid: 26533 + type: MaintenanceFluffSpawner + components: + - pos: 21.5,53.5 + parent: 864 + type: Transform +- uid: 26534 + type: MaintenanceFluffSpawner + components: + - pos: 15.5,57.5 + parent: 864 + type: Transform +- uid: 26535 + type: MaintenanceToolSpawner + components: + - pos: 16.5,56.5 + parent: 864 + type: Transform +- uid: 26536 + type: AsteroidRock + components: + - pos: 16.5,46.5 + parent: 864 + type: Transform +- uid: 26537 + type: AsteroidRock + components: + - pos: 18.5,44.5 + parent: 864 + type: Transform +- uid: 26538 + type: AsteroidRock + components: + - pos: 18.5,43.5 + parent: 864 + type: Transform +- uid: 26539 + type: AsteroidRock + components: + - pos: 18.5,45.5 + parent: 864 + type: Transform +- uid: 26540 + type: AsteroidRock + components: + - pos: 17.5,46.5 + parent: 864 + type: Transform +- uid: 26541 + type: Pickaxe + components: + - pos: 20.350138,46.202785 + parent: 864 + type: Transform +- uid: 26542 + type: VendingMachineCoffee + components: + - pos: -14.5,49.5 + parent: 864 + type: Transform +- uid: 26543 + type: ClosetEmergencyFilledRandom + components: + - pos: -12.5,49.5 + parent: 864 + type: Transform +- uid: 26544 + type: WeldingFuelTankFull + components: + - pos: -46.5,38.5 + parent: 864 + type: Transform +- uid: 26545 + type: WaterTankFull + components: + - pos: -47.5,38.5 + parent: 864 + type: Transform +- uid: 26546 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: -40.5,38.5 + parent: 864 + type: Transform +- uid: 26547 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: -43.5,38.5 + parent: 864 + type: Transform +- uid: 26548 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -18.5,62.5 + parent: 864 + type: Transform +- uid: 26549 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -18.5,61.5 + parent: 864 + type: Transform +- uid: 26550 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -17.5,62.5 + parent: 864 + type: Transform +- uid: 26551 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -17.5,61.5 + parent: 864 + type: Transform +- uid: 26552 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -16.5,62.5 + parent: 864 + type: Transform +- uid: 26553 + type: TableCarpet + components: + - rot: 3.141592653589793 rad + pos: -16.5,61.5 + parent: 864 + type: Transform +- uid: 26554 + type: Chair + components: + - pos: -16.5,63.5 + parent: 864 + type: Transform +- uid: 26555 + type: Chair + components: + - pos: -17.5,63.5 + parent: 864 + type: Transform +- uid: 26556 + type: Chair + components: + - pos: -18.5,63.5 + parent: 864 + type: Transform +- uid: 26557 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -15.5,62.5 + parent: 864 + type: Transform +- uid: 26558 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -15.5,61.5 + parent: 864 + type: Transform +- uid: 26559 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -19.5,62.5 + parent: 864 + type: Transform +- uid: 26560 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -19.5,61.5 + parent: 864 + type: Transform +- uid: 26561 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -18.5,60.5 + parent: 864 + type: Transform +- uid: 26562 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -17.5,60.5 + parent: 864 + type: Transform +- uid: 26563 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -16.5,60.5 + parent: 864 + type: Transform +- uid: 26564 + type: DiceBag + components: + - pos: -16.724815,61.696495 + parent: 864 + type: Transform +- uid: 26565 + type: DiceBag + components: + - pos: -18.55294,62.55587 + parent: 864 + type: Transform +- uid: 26566 + type: ToyHonk + components: + - pos: -17.287315,62.508995 + parent: 864 + type: Transform +- uid: 26567 + type: ToyDurand + components: + - pos: -18.14669,61.77462 + parent: 864 + type: Transform +- uid: 26568 + type: ToyGygax + components: + - pos: -17.318565,61.89962 + parent: 864 + type: Transform +- uid: 26569 + type: ToyAssistant + components: + - pos: -17.943565,62.415245 + parent: 864 + type: Transform +- uid: 26570 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -12.5,74.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26571 + type: PoweredSmallLight + components: + - rot: 1.5707963267948966 rad + pos: -22.5,74.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26572 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 15.5,48.5 + parent: 864 + type: Transform +- uid: 26573 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -15.5,60.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26574 + type: PoweredSmallLight + components: + - pos: -18.5,55.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26575 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -24.5,42.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26576 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -25.5,33.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26577 + type: PoweredSmallLight + components: + - pos: -30.5,39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26578 + type: PoweredSmallLight + components: + - pos: -42.5,39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26579 + type: AirlockMaintGlass + components: + - rot: 3.141592653589793 rad + pos: -11.5,21.5 + parent: 864 + type: Transform +- uid: 26580 + type: ClothingNeckCloakTrans + components: + - pos: -9.4988165,23.574131 + parent: 864 + type: Transform +- uid: 26581 + type: RandomPosterContraband + components: + - pos: -68.5,-40.5 + parent: 864 + type: Transform +- uid: 26582 + type: Catwalk + components: + - rot: 1.5707963267948966 rad + pos: -11.5,24.5 + parent: 864 + type: Transform +- uid: 26583 + type: SignDirectionalSolar + components: + - rot: 3.141592653589793 rad + pos: 65.5,27.5 + parent: 864 + type: Transform +- uid: 26584 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 66.5,36.5 + parent: 864 + type: Transform +- uid: 26585 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 65.5,36.5 + parent: 864 + type: Transform +- uid: 26586 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 64.5,36.5 + parent: 864 + type: Transform +- uid: 26587 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 63.5,36.5 + parent: 864 + type: Transform +- uid: 26588 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 63.5,35.5 + parent: 864 + type: Transform +- uid: 26589 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 63.5,34.5 + parent: 864 + type: Transform +- uid: 26590 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 63.5,33.5 + parent: 864 + type: Transform +- uid: 26591 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 90.5,36.5 + parent: 864 + type: Transform +- uid: 26592 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 89.5,36.5 + parent: 864 + type: Transform +- uid: 26593 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 88.5,36.5 + parent: 864 + type: Transform +- uid: 26594 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 87.5,36.5 + parent: 864 + type: Transform +- uid: 26595 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 86.5,36.5 + parent: 864 + type: Transform +- uid: 26596 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 85.5,36.5 + parent: 864 + type: Transform +- uid: 26597 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 84.5,36.5 + parent: 864 + type: Transform +- uid: 26598 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 83.5,36.5 + parent: 864 + type: Transform +- uid: 26599 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 82.5,36.5 + parent: 864 + type: Transform +- uid: 26600 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 81.5,36.5 + parent: 864 + type: Transform +- uid: 26601 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 80.5,36.5 + parent: 864 + type: Transform +- uid: 26602 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 79.5,36.5 + parent: 864 + type: Transform +- uid: 26603 + type: Catwalk + components: + - rot: 3.141592653589793 rad + pos: 78.5,36.5 + parent: 864 + type: Transform +- uid: 26604 + type: ComfyChair + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-48.5 + parent: 864 + type: Transform +- uid: 26605 + type: ComfyChair + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-49.5 + parent: 864 + type: Transform +- uid: 26606 + type: ComfyChair + components: + - pos: -55.5,-47.5 + parent: 864 + type: Transform +- uid: 26607 + type: ComfyChair + components: + - rot: 3.141592653589793 rad + pos: -55.5,-50.5 + parent: 864 + type: Transform +- uid: 26608 + type: Table + components: + - rot: 3.141592653589793 rad + pos: -55.5,-48.5 + parent: 864 + type: Transform +- uid: 26609 + type: Table + components: + - rot: 3.141592653589793 rad + pos: -55.5,-49.5 + parent: 864 + type: Transform +- uid: 26610 + type: PottedPlant28 + components: + - pos: -54.5,-47.5 + parent: 864 + type: Transform +- uid: 26611 + type: PottedPlant29 + components: + - pos: -54.5,-50.5 + parent: 864 + type: Transform +- uid: 26612 + type: PlushieSnake + components: + - pos: -55.49481,-49.261024 + parent: 864 + type: Transform +- uid: 26613 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -54.5,-48.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26614 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -26.5,54.5 + parent: 864 + type: Transform +- uid: 26615 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -26.5,53.5 + parent: 864 + type: Transform +- uid: 26616 + type: ClothingHeadHatWizard + components: + - pos: -27.578125,55.49253 + parent: 864 + type: Transform +- uid: 26617 + type: ClothingHeadHatVioletwizard + components: + - pos: 18.520521,50.50226 + parent: 864 + type: Transform +- uid: 26618 + type: ClothingOuterWizardViolet + components: + - pos: 19.504896,49.611633 + parent: 864 + type: Transform +- uid: 26619 + type: TableReinforced + components: + - pos: 48.5,50.5 + parent: 864 + type: Transform +- uid: 26620 + type: TableReinforced + components: + - pos: 47.5,50.5 + parent: 864 + type: Transform +- uid: 26621 + type: Grille + components: + - pos: 46.5,43.5 + parent: 864 + type: Transform +- uid: 26622 + type: TableReinforced + components: + - pos: 46.5,49.5 + parent: 864 + type: Transform +- uid: 26623 + type: TableReinforced + components: + - pos: 45.5,49.5 + parent: 864 + type: Transform +- uid: 26624 + type: AirAlarm + components: + - pos: -11.5,56.5 + parent: 864 + type: Transform + - devices: + - 26355 + - 26356 + - 18516 + - 26421 + - 23593 + - 26504 + - 26426 + - 26427 + - 26424 + - 26425 + type: DeviceList +- uid: 26625 + type: AirAlarm + components: + - pos: 0.5,60.5 + parent: 864 + type: Transform + - devices: + - 18519 + - 26379 + - 26380 + - 26186 + - 26185 + - 26184 + - 26505 + - 26424 + - 26425 + type: DeviceList +- uid: 26626 + type: FirelockGlass + components: + - pos: -24.5,48.5 + parent: 864 + type: Transform +- uid: 26627 + type: AsteroidRock + components: + - rot: 1.5707963267948966 rad + pos: 17.5,44.5 + parent: 864 + type: Transform +- uid: 26628 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-82.5 + parent: 864 + type: Transform +- uid: 26629 + type: PottedPlantRandom + components: + - pos: -6.5,46.5 + parent: 864 + type: Transform +- uid: 26630 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -1.5,55.5 + parent: 864 + type: Transform +- uid: 26631 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -7.5,60.5 + parent: 864 + type: Transform +- uid: 26632 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -5.5,60.5 + parent: 864 + type: Transform +- uid: 26633 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -14.5,58.5 + parent: 864 + type: Transform +- uid: 26634 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -20.5,57.5 + parent: 864 + type: Transform +- uid: 26635 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -23.5,60.5 + parent: 864 + type: Transform +- uid: 26636 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -23.5,67.5 + parent: 864 + type: Transform +- uid: 26637 + type: RandomPosterLegit + components: + - rot: 3.141592653589793 rad + pos: -11.5,65.5 + parent: 864 + type: Transform +- uid: 26638 + type: PosterLegitGetYourLEGS + components: + - pos: -16.5,64.5 + parent: 864 + type: Transform +- uid: 26639 + type: PosterContrabandGreyTide + components: + - pos: -19.5,64.5 + parent: 864 + type: Transform +- uid: 26640 + type: PosterContrabandHackingGuide + components: + - pos: 15.5,40.5 + parent: 864 + type: Transform +- uid: 26641 + type: PosterContrabandLamarr + components: + - pos: 10.5,35.5 + parent: 864 + type: Transform +- uid: 26642 + type: PosterContrabandLustyExomorph + components: + - pos: 45.5,50.5 + parent: 864 + type: Transform +- uid: 26643 + type: PosterContrabandMaskedMen + components: + - pos: 47.5,51.5 + parent: 864 + type: Transform +- uid: 26644 + type: PosterLegitNoERP + components: + - pos: 40.5,49.5 + parent: 864 + type: Transform +- uid: 26645 + type: PosterContrabandRedRum + components: + - pos: 35.5,49.5 + parent: 864 + type: Transform +- uid: 26646 + type: PosterContrabandRevolver + components: + - pos: 42.5,49.5 + parent: 864 + type: Transform +- uid: 26647 + type: WallReinforced + components: + - pos: 3.5,57.5 + parent: 864 + type: Transform +- uid: 26648 + type: PosterLegitTheOwl + components: + - pos: 30.5,48.5 + parent: 864 + type: Transform +- uid: 26649 + type: PosterContrabandVoteWeh + components: + - pos: 59.5,41.5 + parent: 864 + type: Transform +- uid: 26650 + type: PosterMapOrigin + components: + - pos: -19.5,52.5 + parent: 864 + type: Transform +- uid: 26651 + type: RandomPosterContraband + components: + - pos: -11.5,63.5 + parent: 864 + type: Transform +- uid: 26652 + type: PosterContrabandDonutCorp + components: + - pos: 49.5,34.5 + parent: 864 + type: Transform +- uid: 26653 + type: AltarSpawner + components: + - pos: 45.5,47.5 + parent: 864 + type: Transform +- uid: 26654 + type: RandomPainting + components: + - pos: 49.5,48.5 + parent: 864 + type: Transform +- uid: 26655 + type: RandomSnacks + components: + - pos: 48.5,50.5 + parent: 864 + type: Transform +- uid: 26656 + type: Catwalk + components: + - pos: -22.5,27.5 + parent: 864 + type: Transform +- uid: 26657 + type: Catwalk + components: + - pos: -23.5,27.5 + parent: 864 + type: Transform +- uid: 26658 + type: Catwalk + components: + - pos: -24.5,27.5 + parent: 864 + type: Transform +- uid: 26659 + type: Catwalk + components: + - pos: -25.5,27.5 + parent: 864 + type: Transform +- uid: 26660 + type: Catwalk + components: + - pos: -26.5,27.5 + parent: 864 + type: Transform +- uid: 26661 + type: Catwalk + components: + - pos: -27.5,27.5 + parent: 864 + type: Transform +- uid: 26662 + type: Catwalk + components: + - pos: -28.5,27.5 + parent: 864 + type: Transform +- uid: 26663 + type: Firelock + components: + - pos: -27.5,32.5 + parent: 864 + type: Transform +- uid: 26664 + type: AMEJar + components: + - pos: 20.471298,55.773235 + parent: 864 + type: Transform +- uid: 26665 + type: AMEPart + components: + - pos: 19.423536,55.353977 + parent: 864 + type: Transform +- uid: 26666 + type: AMEPart + components: + - pos: 19.173536,54.619602 + parent: 864 + type: Transform +- uid: 26667 + type: AMEPart + components: + - pos: 18.376661,54.494602 + parent: 864 + type: Transform +- uid: 26668 + type: ClosetEmergencyFilledRandom + components: + - pos: -26.5,28.5 + parent: 864 + type: Transform +- uid: 26669 + type: ClosetFireFilled + components: + - pos: -31.5,-41.5 + parent: 864 + type: Transform +- uid: 26670 + type: ClosetFireFilled + components: + - pos: -27.5,28.5 + parent: 864 + type: Transform +- uid: 26671 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: -28.5,27.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26672 + type: Bucket + components: + - pos: -4.262462,56.45376 + parent: 864 + type: Transform + - solution: bucket + type: Drink +- uid: 26673 + type: SinkWide + components: + - pos: -3.5,56.5 + parent: 864 + type: Transform +- uid: 26674 + type: PoweredSmallLight + components: + - rot: 3.141592653589793 rad + pos: 54.5,52.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 26675 + type: AirlockCommandLocked + components: + - name: conference room + type: MetaData + - rot: 3.141592653589793 rad + pos: 23.5,-26.5 + parent: 864 + type: Transform +- uid: 26676 + type: GasPort + components: + - rot: 3.141592653589793 rad + pos: 58.5,38.5 + parent: 864 + type: Transform +- uid: 26677 + type: FirelockGlass + components: + - rot: 3.141592653589793 rad + pos: 42.5,3.5 + parent: 864 + type: Transform +- uid: 26678 + type: IngotGold1 + components: + - pos: 40.195217,-39.263657 + parent: 864 + type: Transform +- uid: 26679 + type: IngotGold1 + components: + - pos: 40.195217,-39.357407 + parent: 864 + type: Transform +- uid: 26680 + type: FirelockGlass + components: + - rot: 3.141592653589793 rad + pos: 41.5,3.5 + parent: 864 + type: Transform +- uid: 26681 + type: IngotGold1 + components: + - pos: 14.545005,56.593597 + parent: 864 + type: Transform +- uid: 26682 + type: RandomArtifactSpawner + components: + - pos: 50.5,51.5 + parent: 864 + type: Transform +- uid: 26683 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -10.5,26.5 + parent: 864 + type: Transform +- uid: 26684 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -10.5,26.5 + parent: 864 + type: Transform +- uid: 26685 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -11.5,26.5 + parent: 864 + type: Transform +- uid: 26686 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -12.5,26.5 + parent: 864 + type: Transform +- uid: 26687 + type: PlasticFlapsOpaque + components: + - rot: 1.5707963267948966 rad + pos: 48.5,37.5 + parent: 864 + type: Transform +- uid: 26688 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: 48.5,38.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 24503 + Forward: + - port: Left + uid: 24503 + Off: + - port: Middle + uid: 24503 + type: SignalReceiver +- uid: 26689 + type: MiasmaCanister + components: + - pos: 58.5,38.5 + parent: 864 + type: Transform + - releaseValve: True + releasePressure: 1000.3 + gasMixture: + volume: 1000 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 949.6412 + - 0 + - 0 + - 0 + - 0 + - 0 + type: GasCanister + - locked: False + type: Lock +- uid: 26690 + type: SignDirectionalBridge + components: + - rot: 1.5707963267948966 rad + pos: -17.465254,8.332064 + parent: 864 + type: Transform +- uid: 26691 + type: SignDirectionalBrig + components: + - rot: 1.5707963267948966 rad + pos: -17.465254,8.582064 + parent: 864 + type: Transform +- uid: 26692 + type: SignDirectionalSci + components: + - rot: 1.5707963267948966 rad + pos: -17.465254,8.816439 + parent: 864 + type: Transform +- uid: 26693 + type: SignDirectionalEvac + components: + - rot: 1.5707963267948966 rad + pos: -17.465254,9.066439 + parent: 864 + type: Transform +- uid: 26694 + type: SignDirectionalChapel + components: + - rot: -1.5707963267948966 rad + pos: -21.478504,9.770466 + parent: 864 + type: Transform +- uid: 26695 + type: SignDirectionalMed + components: + - pos: -21.471863,9.993778 + parent: 864 + type: Transform +- uid: 26696 + type: SignDirectionalEng + components: + - pos: -21.4735,10.205865 + parent: 864 + type: Transform +- uid: 26697 + type: SignDirectionalBar + components: + - rot: 1.5707963267948966 rad + pos: -17.472397,9.2931385 + parent: 864 + type: Transform +- uid: 26698 + type: WindowReinforcedDirectional + components: + - pos: -11.5,-81.5 + parent: 864 + type: Transform +- uid: 26699 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-82.5 + parent: 864 + type: Transform +- uid: 26700 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -11.5,-84.5 + parent: 864 + type: Transform +- uid: 26701 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-83.5 + parent: 864 + type: Transform +- uid: 26702 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-82.5 + parent: 864 + type: Transform +- uid: 26703 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -12.5,-84.5 + parent: 864 + type: Transform +- uid: 26704 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -12.5,-81.5 + parent: 864 + type: Transform +- uid: 26705 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -11.5,-81.5 + parent: 864 + type: Transform +- uid: 26706 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-81.5 + parent: 864 + type: Transform +- uid: 26707 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-80.5 + parent: 864 + type: Transform +- uid: 26708 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -10.5,-79.5 + parent: 864 + type: Transform +- uid: 26709 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -11.5,-79.5 + parent: 864 + type: Transform +- uid: 26710 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-80.5 + parent: 864 + type: Transform +- uid: 26711 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-79.5 + parent: 864 + type: Transform +- uid: 26712 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-81.5 + parent: 864 + type: Transform +- uid: 26713 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-80.5 + parent: 864 + type: Transform +- uid: 26714 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -9.5,-79.5 + parent: 864 + type: Transform +- uid: 26715 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-79.5 + parent: 864 + type: Transform +- uid: 26716 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-80.5 + parent: 864 + type: Transform +- uid: 26717 + type: WindowReinforcedDirectional + components: + - pos: -8.5,-80.5 + parent: 864 + type: Transform +- uid: 26718 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-80.5 + parent: 864 + type: Transform +- uid: 26719 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-79.5 + parent: 864 + type: Transform +- uid: 26720 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-79.5 + parent: 864 + type: Transform +- uid: 26721 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-80.5 + parent: 864 + type: Transform +- uid: 26722 + type: WindowReinforcedDirectional + components: + - pos: -7.5,-81.5 + parent: 864 + type: Transform +- uid: 26723 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-81.5 + parent: 864 + type: Transform +- uid: 26724 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -6.5,-81.5 + parent: 864 + type: Transform +- uid: 26725 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-82.5 + parent: 864 + type: Transform +- uid: 26726 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -6.5,-83.5 + parent: 864 + type: Transform +- uid: 26727 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-83.5 + parent: 864 + type: Transform +- uid: 26728 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-84.5 + parent: 864 + type: Transform +- uid: 26729 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -7.5,-85.5 + parent: 864 + type: Transform +- uid: 26730 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-84.5 + parent: 864 + type: Transform +- uid: 26731 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-85.5 + parent: 864 + type: Transform +- uid: 26732 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-85.5 + parent: 864 + type: Transform +- uid: 26733 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-77.5 + parent: 864 + type: Transform +- uid: 26734 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -8.5,-78.5 + parent: 864 + type: Transform +- uid: 26735 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -7.5,-78.5 + parent: 864 + type: Transform +- uid: 26736 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-78.5 + parent: 864 + type: Transform +- uid: 26737 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-77.5 + parent: 864 + type: Transform +- uid: 26738 + type: WindowReinforcedDirectional + components: + - pos: -6.5,-79.5 + parent: 864 + type: Transform +- uid: 26739 + type: WindowReinforcedDirectional + components: + - pos: -5.5,-79.5 + parent: 864 + type: Transform +- uid: 26740 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-80.5 + parent: 864 + type: Transform +- uid: 26741 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -4.5,-82.5 + parent: 864 + type: Transform +- uid: 26742 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-82.5 + parent: 864 + type: Transform +- uid: 26743 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-83.5 + parent: 864 + type: Transform +- uid: 26744 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-83.5 + parent: 864 + type: Transform +- uid: 26745 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-84.5 + parent: 864 + type: Transform +- uid: 26746 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -5.5,-85.5 + parent: 864 + type: Transform +- uid: 26747 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-83.5 + parent: 864 + type: Transform +- uid: 26748 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-82.5 + parent: 864 + type: Transform +- uid: 26749 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,-91.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26750 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -5.5,-87.5 + parent: 864 + type: Transform +- uid: 26751 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -6.5,-87.5 + parent: 864 + type: Transform +- uid: 26752 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -7.5,-87.5 + parent: 864 + type: Transform +- uid: 26753 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -8.5,-87.5 + parent: 864 + type: Transform +- uid: 26754 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -9.5,-87.5 + parent: 864 + type: Transform +- uid: 26755 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -10.5,-88.5 + parent: 864 + type: Transform +- uid: 26756 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-86.5 + parent: 864 + type: Transform +- uid: 26757 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-85.5 + parent: 864 + type: Transform +- uid: 26758 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -9.5,-86.5 + parent: 864 + type: Transform +- uid: 26759 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-85.5 + parent: 864 + type: Transform +- uid: 26760 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -11.5,-85.5 + parent: 864 + type: Transform +- uid: 26761 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -12.5,-85.5 + parent: 864 + type: Transform +- uid: 26762 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -7.5,-86.5 + parent: 864 + type: Transform +- uid: 26763 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -6.5,-86.5 + parent: 864 + type: Transform +- uid: 26764 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-85.5 + parent: 864 + type: Transform +- uid: 26765 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-85.5 + parent: 864 + type: Transform +- uid: 26766 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-85.5 + parent: 864 + type: Transform +- uid: 26767 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-84.5 + parent: 864 + type: Transform +- uid: 26768 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-83.5 + parent: 864 + type: Transform +- uid: 26769 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -13.5,-87.5 + parent: 864 + type: Transform +- uid: 26770 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-86.5 + parent: 864 + type: Transform +- uid: 26771 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -12.5,-86.5 + parent: 864 + type: Transform +- uid: 26772 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-82.5 + parent: 864 + type: Transform +- uid: 26773 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -14.5,-82.5 + parent: 864 + type: Transform +- uid: 26774 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-82.5 + parent: 864 + type: Transform +- uid: 26775 + type: WindowReinforcedDirectional + components: + - pos: -15.5,-83.5 + parent: 864 + type: Transform +- uid: 26776 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -14.5,-85.5 + parent: 864 + type: Transform +- uid: 26777 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-87.5 + parent: 864 + type: Transform +- uid: 26778 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -11.5,-88.5 + parent: 864 + type: Transform +- uid: 26779 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-87.5 + parent: 864 + type: Transform +- uid: 26780 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-87.5 + parent: 864 + type: Transform +- uid: 26781 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -8.5,-88.5 + parent: 864 + type: Transform +- uid: 26782 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-88.5 + parent: 864 + type: Transform +- uid: 26783 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-88.5 + parent: 864 + type: Transform +- uid: 26784 + type: WindowReinforcedDirectional + components: + - pos: -6.5,-87.5 + parent: 864 + type: Transform +- uid: 26785 + type: WindowReinforcedDirectional + components: + - pos: -5.5,-87.5 + parent: 864 + type: Transform +- uid: 26786 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-87.5 + parent: 864 + type: Transform +- uid: 26787 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -12.5,-87.5 + parent: 864 + type: Transform +- uid: 26788 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -13.5,-88.5 + parent: 864 + type: Transform +- uid: 26789 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -14.5,-88.5 + parent: 864 + type: Transform +- uid: 26790 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-87.5 + parent: 864 + type: Transform +- uid: 26791 + type: WindowReinforcedDirectional + components: + - pos: -15.5,-85.5 + parent: 864 + type: Transform +- uid: 26792 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-86.5 + parent: 864 + type: Transform +- uid: 26793 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-86.5 + parent: 864 + type: Transform +- uid: 26794 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -16.5,-81.5 + parent: 864 + type: Transform +- uid: 26795 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -16.5,-82.5 + parent: 864 + type: Transform +- uid: 26796 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -16.5,-83.5 + parent: 864 + type: Transform +- uid: 26797 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -16.5,-84.5 + parent: 864 + type: Transform +- uid: 26798 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -16.5,-85.5 + parent: 864 + type: Transform +- uid: 26799 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -16.5,-86.5 + parent: 864 + type: Transform +- uid: 26800 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -16.5,-87.5 + parent: 864 + type: Transform +- uid: 26801 + type: ReinforcedWindow + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-88.5 + parent: 864 + type: Transform +- uid: 26802 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -16.5,-89.5 + parent: 864 + type: Transform +- uid: 26803 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -15.5,-89.5 + parent: 864 + type: Transform +- uid: 26804 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -14.5,-89.5 + parent: 864 + type: Transform +- uid: 26805 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -13.5,-89.5 + parent: 864 + type: Transform +- uid: 26806 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -12.5,-89.5 + parent: 864 + type: Transform +- uid: 26807 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -11.5,-89.5 + parent: 864 + type: Transform +- uid: 26808 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -10.5,-89.5 + parent: 864 + type: Transform +- uid: 26809 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -9.5,-89.5 + parent: 864 + type: Transform +- uid: 26810 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -8.5,-89.5 + parent: 864 + type: Transform +- uid: 26811 + type: BlastDoorExterior1Open + components: + - pos: -8.5,-91.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -27161.04 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 27204 + - port: On + uid: 27207 + Close: + - port: Off + uid: 27204 + - port: Off + uid: 27207 + Toggle: [] + type: SignalReceiver +- uid: 26812 + type: BlastDoorExterior1Open + components: + - pos: -8.5,-92.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -27161.04 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 27207 + - port: On + uid: 27204 + Close: + - port: Off + uid: 27207 + - port: Off + uid: 27204 + Toggle: [] + type: SignalReceiver +- uid: 26813 + type: BlastDoorExterior1Open + components: + - pos: -8.5,-93.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -27161.04 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 27207 + - port: On + uid: 27204 + Close: + - port: Off + uid: 27207 + - port: Off + uid: 27204 + Toggle: [] + type: SignalReceiver +- uid: 26814 + type: GasPipeStraight + components: + - pos: -22.5,-90.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26815 + type: GasPipeStraight + components: + - pos: -22.5,-91.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 26816 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -9.5,-94.5 + parent: 864 + type: Transform +- uid: 26817 + type: BlastDoorExterior1Open + components: + - pos: -6.5,-91.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -27161.04 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 27204 + - port: On + uid: 27207 + Close: + - port: Off + uid: 27204 + - port: Off + uid: 27207 + Toggle: [] + type: SignalReceiver +- uid: 26818 + type: BlastDoorExterior1Open + components: + - pos: -6.5,-90.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -27161.04 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 27204 + - port: On + uid: 27207 + Close: + - port: Off + uid: 27204 + - port: Off + uid: 27207 + Toggle: [] + type: SignalReceiver +- uid: 26819 + type: WallReinforced + components: + - pos: -5.5,-94.5 + parent: 864 + type: Transform +- uid: 26820 + type: BlastDoorExterior1Open + components: + - pos: -6.5,-92.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -27161.04 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 27204 + - port: On + uid: 27207 + Close: + - port: Off + uid: 27204 + - port: Off + uid: 27207 + Toggle: [] + type: SignalReceiver +- uid: 26821 + type: BlastDoorExterior1Open + components: + - pos: -6.5,-93.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -27161.04 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 27204 + - port: On + uid: 27207 + Close: + - port: Off + uid: 27204 + - port: Off + uid: 27207 + Toggle: [] + type: SignalReceiver +- uid: 26822 + type: BlastDoorExterior1Open + components: + - pos: -8.5,-90.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -27161.04 + state: Opening + type: Door + - inputs: + Open: + - port: On + uid: 27204 + - port: On + uid: 27207 + Close: + - port: Off + uid: 27204 + - port: Off + uid: 27207 + Toggle: [] + type: SignalReceiver +- uid: 26823 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -6.5,-89.5 + parent: 864 + type: Transform +- uid: 26824 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -5.5,-89.5 + parent: 864 + type: Transform +- uid: 26825 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -4.5,-89.5 + parent: 864 + type: Transform +- uid: 26826 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -3.5,-89.5 + parent: 864 + type: Transform +- uid: 26827 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -3.5,-85.5 + parent: 864 + type: Transform +- uid: 26828 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -3.5,-86.5 + parent: 864 + type: Transform +- uid: 26829 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -3.5,-87.5 + parent: 864 + type: Transform +- uid: 26830 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -3.5,-88.5 + parent: 864 + type: Transform +- uid: 26831 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -3.5,-84.5 + parent: 864 + type: Transform +- uid: 26832 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-77.5 + parent: 864 + type: Transform +- uid: 26833 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-78.5 + parent: 864 + type: Transform +- uid: 26834 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-79.5 + parent: 864 + type: Transform +- uid: 26835 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-78.5 + parent: 864 + type: Transform +- uid: 26836 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: -10.5,-78.5 + parent: 864 + type: Transform +- uid: 26837 + type: WindowReinforcedDirectional + components: + - rot: 3.141592653589793 rad + pos: -11.5,-78.5 + parent: 864 + type: Transform +- uid: 26838 + type: AirlockMaintGlass + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-76.5 + parent: 864 + type: Transform +- uid: 26839 + type: CableApcExtension + components: + - pos: -8.5,-76.5 + parent: 864 + type: Transform +- uid: 26840 + type: CableApcExtension + components: + - pos: -8.5,-77.5 + parent: 864 + type: Transform +- uid: 26841 + type: CableApcExtension + components: + - pos: -8.5,-78.5 + parent: 864 + type: Transform +- uid: 26842 + type: CableApcExtension + components: + - pos: -8.5,-79.5 + parent: 864 + type: Transform +- uid: 26843 + type: CableApcExtension + components: + - pos: -8.5,-80.5 + parent: 864 + type: Transform +- uid: 26844 + type: CableApcExtension + components: + - pos: -8.5,-81.5 + parent: 864 + type: Transform +- uid: 26845 + type: CableApcExtension + components: + - pos: -8.5,-82.5 + parent: 864 + type: Transform +- uid: 26846 + type: CableApcExtension + components: + - pos: -8.5,-83.5 + parent: 864 + type: Transform +- uid: 26847 + type: CableApcExtension + components: + - pos: -8.5,-84.5 + parent: 864 + type: Transform +- uid: 26848 + type: CableApcExtension + components: + - pos: -8.5,-85.5 + parent: 864 + type: Transform +- uid: 26849 + type: CableApcExtension + components: + - pos: -8.5,-86.5 + parent: 864 + type: Transform +- uid: 26850 + type: CableApcExtension + components: + - pos: -7.5,-86.5 + parent: 864 + type: Transform +- uid: 26851 + type: CableApcExtension + components: + - pos: -7.5,-87.5 + parent: 864 + type: Transform +- uid: 26852 + type: CableApcExtension + components: + - pos: -7.5,-88.5 + parent: 864 + type: Transform +- uid: 26853 + type: CableApcExtension + components: + - pos: -7.5,-89.5 + parent: 864 + type: Transform +- uid: 26854 + type: CableApcExtension + components: + - pos: -7.5,-90.5 + parent: 864 + type: Transform +- uid: 26855 + type: CableApcExtension + components: + - pos: -7.5,-91.5 + parent: 864 + type: Transform +- uid: 26856 + type: CableApcExtension + components: + - pos: -7.5,-92.5 + parent: 864 + type: Transform +- uid: 26857 + type: CableApcExtension + components: + - pos: -7.5,-93.5 + parent: 864 + type: Transform +- uid: 26858 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -16.5,-88.5 + parent: 864 + type: Transform +- uid: 26859 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-82.5 + parent: 864 + type: Transform +- uid: 26860 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-82.5 + parent: 864 + type: Transform +- uid: 26861 + type: Rack + components: + - pos: -8.5,-82.5 + parent: 864 + type: Transform +- uid: 26862 + type: Rack + components: + - pos: -14.5,-82.5 + parent: 864 + type: Transform +- uid: 26863 + type: Rack + components: + - pos: -4.5,-82.5 + parent: 864 + type: Transform +- uid: 26864 + type: Rack + components: + - pos: -6.5,-88.5 + parent: 864 + type: Transform +- uid: 26865 + type: MaintenanceFluffSpawner + components: + - pos: -14.5,-82.5 + parent: 864 + type: Transform +- uid: 26866 + type: MaintenanceToolSpawner + components: + - pos: -4.5,-82.5 + parent: 864 + type: Transform +- uid: 26867 + type: MaintenanceToolSpawner + components: + - pos: -8.5,-82.5 + parent: 864 + type: Transform +- uid: 26868 + type: MaintenanceWeaponSpawner + components: + - pos: -6.5,-88.5 + parent: 864 + type: Transform +- uid: 26869 + type: Catwalk + components: + - pos: 29.5,51.5 + parent: 864 + type: Transform +- uid: 26870 + type: Catwalk + components: + - pos: 29.5,52.5 + parent: 864 + type: Transform +- uid: 26871 + type: Catwalk + components: + - pos: 29.5,53.5 + parent: 864 + type: Transform +- uid: 26872 + type: Catwalk + components: + - pos: 29.5,54.5 + parent: 864 + type: Transform +- uid: 26873 + type: Catwalk + components: + - pos: 29.5,55.5 + parent: 864 + type: Transform +- uid: 26874 + type: Catwalk + components: + - pos: 29.5,56.5 + parent: 864 + type: Transform +- uid: 26875 + type: Catwalk + components: + - pos: 29.5,57.5 + parent: 864 + type: Transform +- uid: 26876 + type: Catwalk + components: + - pos: 29.5,58.5 + parent: 864 + type: Transform +- uid: 26877 + type: Catwalk + components: + - pos: 29.5,59.5 + parent: 864 + type: Transform +- uid: 26878 + type: Catwalk + components: + - pos: 29.5,60.5 + parent: 864 + type: Transform +- uid: 26879 + type: Catwalk + components: + - pos: 29.5,61.5 + parent: 864 + type: Transform +- uid: 26880 + type: Catwalk + components: + - pos: 29.5,62.5 + parent: 864 + type: Transform +- uid: 26881 + type: Catwalk + components: + - pos: 28.5,62.5 + parent: 864 + type: Transform +- uid: 26882 + type: Catwalk + components: + - pos: 27.5,62.5 + parent: 864 + type: Transform +- uid: 26883 + type: Catwalk + components: + - pos: 26.5,62.5 + parent: 864 + type: Transform +- uid: 26884 + type: Catwalk + components: + - pos: 25.5,62.5 + parent: 864 + type: Transform +- uid: 26885 + type: Catwalk + components: + - pos: 24.5,62.5 + parent: 864 + type: Transform +- uid: 26886 + type: Catwalk + components: + - pos: 23.5,62.5 + parent: 864 + type: Transform +- uid: 26887 + type: Catwalk + components: + - pos: 22.5,62.5 + parent: 864 + type: Transform +- uid: 26888 + type: Catwalk + components: + - pos: 21.5,62.5 + parent: 864 + type: Transform +- uid: 26889 + type: Catwalk + components: + - pos: 20.5,62.5 + parent: 864 + type: Transform +- uid: 26890 + type: Catwalk + components: + - pos: 19.5,62.5 + parent: 864 + type: Transform +- uid: 26891 + type: Catwalk + components: + - pos: 18.5,62.5 + parent: 864 + type: Transform +- uid: 26892 + type: Catwalk + components: + - pos: 17.5,62.5 + parent: 864 + type: Transform +- uid: 26893 + type: Catwalk + components: + - pos: 16.5,62.5 + parent: 864 + type: Transform +- uid: 26894 + type: Catwalk + components: + - pos: 15.5,62.5 + parent: 864 + type: Transform +- uid: 26895 + type: Catwalk + components: + - pos: 14.5,62.5 + parent: 864 + type: Transform +- uid: 26896 + type: Catwalk + components: + - pos: 13.5,62.5 + parent: 864 + type: Transform +- uid: 26897 + type: Catwalk + components: + - pos: 12.5,62.5 + parent: 864 + type: Transform +- uid: 26898 + type: Catwalk + components: + - pos: 11.5,62.5 + parent: 864 + type: Transform +- uid: 26899 + type: Catwalk + components: + - pos: 10.5,62.5 + parent: 864 + type: Transform +- uid: 26900 + type: Catwalk + components: + - pos: 9.5,62.5 + parent: 864 + type: Transform +- uid: 26901 + type: Catwalk + components: + - pos: 8.5,62.5 + parent: 864 + type: Transform +- uid: 26902 + type: Catwalk + components: + - pos: 7.5,62.5 + parent: 864 + type: Transform +- uid: 26903 + type: Catwalk + components: + - pos: 7.5,63.5 + parent: 864 + type: Transform +- uid: 26904 + type: Catwalk + components: + - pos: 7.5,64.5 + parent: 864 + type: Transform +- uid: 26905 + type: Catwalk + components: + - pos: 7.5,65.5 + parent: 864 + type: Transform +- uid: 26906 + type: Catwalk + components: + - pos: 7.5,66.5 + parent: 864 + type: Transform +- uid: 26907 + type: Catwalk + components: + - pos: 7.5,67.5 + parent: 864 + type: Transform +- uid: 26908 + type: Catwalk + components: + - pos: 7.5,68.5 + parent: 864 + type: Transform +- uid: 26909 + type: Catwalk + components: + - pos: 7.5,69.5 + parent: 864 + type: Transform +- uid: 26910 + type: Catwalk + components: + - pos: 7.5,70.5 + parent: 864 + type: Transform +- uid: 26911 + type: Catwalk + components: + - pos: 7.5,71.5 + parent: 864 + type: Transform +- uid: 26912 + type: Catwalk + components: + - pos: 7.5,72.5 + parent: 864 + type: Transform +- uid: 26913 + type: Catwalk + components: + - pos: 7.5,73.5 + parent: 864 + type: Transform +- uid: 26914 + type: Catwalk + components: + - pos: 7.5,74.5 + parent: 864 + type: Transform +- uid: 26915 + type: Catwalk + components: + - pos: 7.5,75.5 + parent: 864 + type: Transform +- uid: 26916 + type: Catwalk + components: + - pos: 6.5,75.5 + parent: 864 + type: Transform +- uid: 26917 + type: Catwalk + components: + - pos: 5.5,75.5 + parent: 864 + type: Transform +- uid: 26918 + type: Catwalk + components: + - pos: 4.5,75.5 + parent: 864 + type: Transform +- uid: 26919 + type: Catwalk + components: + - pos: 3.5,75.5 + parent: 864 + type: Transform +- uid: 26920 + type: Catwalk + components: + - pos: 2.5,75.5 + parent: 864 + type: Transform +- uid: 26921 + type: Catwalk + components: + - pos: 1.5,75.5 + parent: 864 + type: Transform +- uid: 26922 + type: Catwalk + components: + - pos: 0.5,75.5 + parent: 864 + type: Transform +- uid: 26923 + type: Catwalk + components: + - pos: -0.5,75.5 + parent: 864 + type: Transform +- uid: 26924 + type: Catwalk + components: + - pos: -1.5,75.5 + parent: 864 + type: Transform +- uid: 26925 + type: Catwalk + components: + - pos: -2.5,75.5 + parent: 864 + type: Transform +- uid: 26926 + type: Catwalk + components: + - pos: -3.5,75.5 + parent: 864 + type: Transform +- uid: 26927 + type: Catwalk + components: + - pos: -4.5,75.5 + parent: 864 + type: Transform +- uid: 26928 + type: Catwalk + components: + - pos: -5.5,75.5 + parent: 864 + type: Transform +- uid: 26929 + type: Catwalk + components: + - pos: -6.5,75.5 + parent: 864 + type: Transform +- uid: 26930 + type: Catwalk + components: + - pos: -7.5,75.5 + parent: 864 + type: Transform +- uid: 26931 + type: Catwalk + components: + - pos: -8.5,75.5 + parent: 864 + type: Transform +- uid: 26932 + type: Catwalk + components: + - pos: -9.5,75.5 + parent: 864 + type: Transform +- uid: 26933 + type: Catwalk + components: + - pos: -10.5,75.5 + parent: 864 + type: Transform +- uid: 26934 + type: ReinforcedWindow + components: + - pos: -18.5,-97.5 + parent: 864 + type: Transform +- uid: 26935 + type: ReinforcedWindow + components: + - pos: -26.5,-97.5 + parent: 864 + type: Transform +- uid: 26936 + type: BlastDoorExterior1 + components: + - pos: -18.5,-96.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -25404.062 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 26980 + Close: + - port: Off + uid: 26980 + Toggle: [] + type: SignalReceiver +- uid: 26937 + type: BlastDoorExterior1 + components: + - pos: -18.5,-98.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -25404.062 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 26980 + Close: + - port: Off + uid: 26980 + Toggle: [] + type: SignalReceiver +- uid: 26938 + type: BlastDoorExterior1 + components: + - pos: -26.5,-96.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -25412.379 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 26981 + Close: + - port: Off + uid: 26981 + Toggle: [] + type: SignalReceiver +- uid: 26939 + type: BlastDoorExterior1 + components: + - pos: -26.5,-98.5 + parent: 864 + type: Transform + - SecondsUntilStateChange: -25412.379 + state: Closing + type: Door + - enabled: False + type: Occluder + - canCollide: False + type: Physics + - airBlocked: False + type: Airtight + - inputs: + Open: + - port: On + uid: 26981 + Close: + - port: Off + uid: 26981 + Toggle: [] + type: SignalReceiver +- uid: 26940 + type: WallReinforced + components: + - pos: -18.5,-95.5 + parent: 864 + type: Transform +- uid: 26941 + type: WallReinforced + components: + - pos: -18.5,-99.5 + parent: 864 + type: Transform +- uid: 26942 + type: WallReinforced + components: + - pos: -26.5,-95.5 + parent: 864 + type: Transform +- uid: 26943 + type: WallReinforced + components: + - pos: -26.5,-99.5 + parent: 864 + type: Transform +- uid: 26944 + type: WallReinforced + components: + - pos: -18.5,-94.5 + parent: 864 + type: Transform +- uid: 26945 + type: WallReinforced + components: + - pos: -19.5,-94.5 + parent: 864 + type: Transform +- uid: 26946 + type: WallReinforced + components: + - pos: -20.5,-94.5 + parent: 864 + type: Transform +- uid: 26947 + type: WallReinforced + components: + - pos: -24.5,-94.5 + parent: 864 + type: Transform +- uid: 26948 + type: WallReinforced + components: + - pos: -25.5,-94.5 + parent: 864 + type: Transform +- uid: 26949 + type: WallReinforced + components: + - pos: -26.5,-94.5 + parent: 864 + type: Transform +- uid: 26950 + type: WallReinforced + components: + - pos: -18.5,-100.5 + parent: 864 + type: Transform +- uid: 26951 + type: WallReinforced + components: + - pos: -19.5,-100.5 + parent: 864 + type: Transform +- uid: 26952 + type: WallReinforced + components: + - pos: -20.5,-100.5 + parent: 864 + type: Transform +- uid: 26953 + type: WallReinforced + components: + - pos: -26.5,-100.5 + parent: 864 + type: Transform +- uid: 26954 + type: WallReinforced + components: + - pos: -25.5,-100.5 + parent: 864 + type: Transform +- uid: 26955 + type: WallReinforced + components: + - pos: -24.5,-100.5 + parent: 864 + type: Transform +- uid: 26956 + type: WallReinforced + components: + - pos: -17.5,-95.5 + parent: 864 + type: Transform +- uid: 26957 + type: WallReinforced + components: + - pos: -16.5,-95.5 + parent: 864 + type: Transform +- uid: 26958 + type: WallReinforced + components: + - pos: -15.5,-95.5 + parent: 864 + type: Transform +- uid: 26959 + type: WallReinforced + components: + - pos: -14.5,-95.5 + parent: 864 + type: Transform +- uid: 26960 + type: WallReinforced + components: + - pos: -17.5,-99.5 + parent: 864 + type: Transform +- uid: 26961 + type: WallReinforced + components: + - pos: -16.5,-99.5 + parent: 864 + type: Transform +- uid: 26962 + type: WallReinforced + components: + - pos: -15.5,-99.5 + parent: 864 + type: Transform +- uid: 26963 + type: WallReinforced + components: + - pos: -14.5,-99.5 + parent: 864 + type: Transform +- uid: 26964 + type: WallReinforced + components: + - pos: -27.5,-95.5 + parent: 864 + type: Transform +- uid: 26965 + type: WallReinforced + components: + - pos: -28.5,-95.5 + parent: 864 + type: Transform +- uid: 26966 + type: WallReinforced + components: + - pos: -29.5,-95.5 + parent: 864 + type: Transform +- uid: 26967 + type: WallReinforced + components: + - pos: -30.5,-95.5 + parent: 864 + type: Transform +- uid: 26968 + type: WallReinforced + components: + - pos: -27.5,-99.5 + parent: 864 + type: Transform +- uid: 26969 + type: WallReinforced + components: + - pos: -28.5,-99.5 + parent: 864 + type: Transform +- uid: 26970 + type: WallReinforced + components: + - pos: -29.5,-99.5 + parent: 864 + type: Transform +- uid: 26971 + type: WallReinforced + components: + - pos: -30.5,-99.5 + parent: 864 + type: Transform +- uid: 26972 + type: ReinforcedWindow + components: + - pos: -23.5,-94.5 + parent: 864 + type: Transform +- uid: 26973 + type: ReinforcedWindow + components: + - pos: -22.5,-94.5 + parent: 864 + type: Transform +- uid: 26974 + type: ReinforcedWindow + components: + - pos: -21.5,-94.5 + parent: 864 + type: Transform +- uid: 26975 + type: ClothingUniformJumpsuitMonasticRobeLight + components: + - pos: -22.894775,-100.24527 + parent: 864 + type: Transform +- uid: 26976 + type: DrinkHippiesDelightGlass + components: + - pos: -22.44165,-100.292145 + parent: 864 + type: Transform +- uid: 26977 + type: Table + components: + - pos: -22.5,-100.5 + parent: 864 + type: Transform +- uid: 26978 + type: WallSolid + components: + - pos: -16.5,-96.5 + parent: 864 + type: Transform +- uid: 26979 + type: WallSolid + components: + - pos: -28.5,-96.5 + parent: 864 + type: Transform +- uid: 26980 + type: SignalSwitch + components: + - pos: -28.5,-96.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 26936 + - port: Open + uid: 26937 + Off: + - port: Close + uid: 26936 + - port: Close + uid: 26937 + type: SignalTransmitter +- uid: 26981 + type: SignalSwitch + components: + - pos: -16.5,-96.5 + parent: 864 + type: Transform + - outputs: + On: + - port: Open + uid: 26938 + - port: Open + uid: 26939 + Off: + - port: Close + uid: 26938 + - port: Close + uid: 26939 + type: SignalTransmitter +- uid: 26982 + type: PoweredlightEmpty + components: + - rot: 3.141592653589793 rad + pos: -44.5,-85.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 26983 + type: WallReinforced + components: + - pos: -13.5,-95.5 + parent: 864 + type: Transform +- uid: 26984 + type: WallReinforced + components: + - pos: -13.5,-96.5 + parent: 864 + type: Transform +- uid: 26985 + type: WallReinforced + components: + - pos: -13.5,-98.5 + parent: 864 + type: Transform +- uid: 26986 + type: WallReinforced + components: + - pos: -13.5,-99.5 + parent: 864 + type: Transform +- uid: 26987 + type: WallReinforced + components: + - pos: -31.5,-95.5 + parent: 864 + type: Transform +- uid: 26988 + type: WallReinforced + components: + - pos: -31.5,-96.5 + parent: 864 + type: Transform +- uid: 26989 + type: WallReinforced + components: + - pos: -31.5,-98.5 + parent: 864 + type: Transform +- uid: 26990 + type: WallReinforced + components: + - pos: -31.5,-99.5 + parent: 864 + type: Transform +- uid: 26991 + type: AirlockMaintGlass + components: + - pos: -13.5,-97.5 + parent: 864 + type: Transform +- uid: 26992 + type: AirlockMaintGlass + components: + - pos: -31.5,-97.5 + parent: 864 + type: Transform +- uid: 26993 + type: Grille + components: + - pos: -26.5,-97.5 + parent: 864 + type: Transform +- uid: 26994 + type: Grille + components: + - pos: -18.5,-97.5 + parent: 864 + type: Transform +- uid: 26995 + type: Table + components: + - pos: -14.5,-96.5 + parent: 864 + type: Transform +- uid: 26996 + type: Table + components: + - pos: -15.5,-96.5 + parent: 864 + type: Transform +- uid: 26997 + type: Table + components: + - pos: -30.5,-98.5 + parent: 864 + type: Transform +- uid: 26998 + type: Table + components: + - pos: -29.5,-98.5 + parent: 864 + type: Transform +- uid: 26999 + type: Grille + components: + - pos: -21.5,-94.5 + parent: 864 + type: Transform +- uid: 27000 + type: Grille + components: + - pos: -22.5,-94.5 + parent: 864 + type: Transform +- uid: 27001 + type: Grille + components: + - pos: -23.5,-94.5 + parent: 864 + type: Transform +- uid: 27002 + type: Table + components: + - pos: -21.5,-100.5 + parent: 864 + type: Transform +- uid: 27003 + type: Table + components: + - pos: -23.5,-100.5 + parent: 864 + type: Transform +- uid: 27004 + type: ClothingBeltUtilityFilled + components: + - pos: -21.644775,-100.24527 + parent: 864 + type: Transform +- uid: 27005 + type: WallReinforced + components: + - pos: -10.5,-94.5 + parent: 864 + type: Transform +- uid: 27006 + type: WallReinforced + components: + - pos: -11.5,-94.5 + parent: 864 + type: Transform +- uid: 27007 + type: WallReinforced + components: + - pos: -11.5,-95.5 + parent: 864 + type: Transform +- uid: 27008 + type: WallReinforced + components: + - pos: -12.5,-95.5 + parent: 864 + type: Transform +- uid: 27009 + type: WallReinforced + components: + - pos: -4.5,-94.5 + parent: 864 + type: Transform +- uid: 27010 + type: WallReinforced + components: + - pos: -4.5,-95.5 + parent: 864 + type: Transform +- uid: 27011 + type: WallReinforced + components: + - pos: -3.5,-95.5 + parent: 864 + type: Transform +- uid: 27012 + type: WallReinforced + components: + - pos: -7.5,-101.5 + parent: 864 + type: Transform +- uid: 27013 + type: WallReinforced + components: + - pos: -4.5,-101.5 + parent: 864 + type: Transform +- uid: 27014 + type: WallReinforced + components: + - pos: -4.5,-100.5 + parent: 864 + type: Transform +- uid: 27015 + type: WallReinforced + components: + - pos: -3.5,-100.5 + parent: 864 + type: Transform +- uid: 27016 + type: WallReinforced + components: + - pos: -10.5,-101.5 + parent: 864 + type: Transform +- uid: 27017 + type: WallReinforced + components: + - pos: -10.5,-100.5 + parent: 864 + type: Transform +- uid: 27018 + type: WallReinforced + components: + - pos: -11.5,-100.5 + parent: 864 + type: Transform +- uid: 27019 + type: WallReinforced + components: + - pos: -11.5,-99.5 + parent: 864 + type: Transform +- uid: 27020 + type: WallReinforced + components: + - pos: -12.5,-99.5 + parent: 864 + type: Transform +- uid: 27021 + type: WallReinforced + components: + - pos: -3.5,-96.5 + parent: 864 + type: Transform +- uid: 27022 + type: WallReinforced + components: + - pos: -3.5,-99.5 + parent: 864 + type: Transform +- uid: 27023 + type: ReinforcedWindow + components: + - pos: -9.5,-101.5 + parent: 864 + type: Transform +- uid: 27024 + type: ReinforcedWindow + components: + - pos: -8.5,-101.5 + parent: 864 + type: Transform +- uid: 27025 + type: ReinforcedWindow + components: + - pos: -6.5,-101.5 + parent: 864 + type: Transform +- uid: 27026 + type: ReinforcedWindow + components: + - pos: -5.5,-101.5 + parent: 864 + type: Transform +- uid: 27027 + type: ReinforcedWindow + components: + - pos: -3.5,-97.5 + parent: 864 + type: Transform +- uid: 27028 + type: ReinforcedWindow + components: + - pos: -3.5,-98.5 + parent: 864 + type: Transform +- uid: 27029 + type: Grille + components: + - pos: -3.5,-97.5 + parent: 864 + type: Transform +- uid: 27030 + type: Grille + components: + - pos: -3.5,-98.5 + parent: 864 + type: Transform +- uid: 27031 + type: Grille + components: + - pos: -5.5,-101.5 + parent: 864 + type: Transform +- uid: 27032 + type: Grille + components: + - pos: -6.5,-101.5 + parent: 864 + type: Transform +- uid: 27033 + type: Grille + components: + - pos: -8.5,-101.5 + parent: 864 + type: Transform +- uid: 27034 + type: Grille + components: + - pos: -9.5,-101.5 + parent: 864 + type: Transform +- uid: 27035 + type: CableApcExtension + components: + - pos: -7.5,-94.5 + parent: 864 + type: Transform +- uid: 27036 + type: CableApcExtension + components: + - pos: -7.5,-95.5 + parent: 864 + type: Transform +- uid: 27037 + type: CableApcExtension + components: + - pos: -7.5,-96.5 + parent: 864 + type: Transform +- uid: 27038 + type: CableApcExtension + components: + - pos: -7.5,-97.5 + parent: 864 + type: Transform +- uid: 27039 + type: CableApcExtension + components: + - pos: -8.5,-97.5 + parent: 864 + type: Transform +- uid: 27040 + type: CableApcExtension + components: + - pos: -9.5,-97.5 + parent: 864 + type: Transform +- uid: 27041 + type: CableApcExtension + components: + - pos: -10.5,-97.5 + parent: 864 + type: Transform +- uid: 27042 + type: CableApcExtension + components: + - pos: -11.5,-97.5 + parent: 864 + type: Transform +- uid: 27043 + type: CableApcExtension + components: + - pos: -12.5,-97.5 + parent: 864 + type: Transform +- uid: 27044 + type: CableApcExtension + components: + - pos: -13.5,-97.5 + parent: 864 + type: Transform +- uid: 27045 + type: CableApcExtension + components: + - pos: -14.5,-97.5 + parent: 864 + type: Transform +- uid: 27046 + type: CableApcExtension + components: + - pos: -15.5,-97.5 + parent: 864 + type: Transform +- uid: 27047 + type: CableApcExtension + components: + - pos: -16.5,-97.5 + parent: 864 + type: Transform +- uid: 27048 + type: CableApcExtension + components: + - pos: -17.5,-97.5 + parent: 864 + type: Transform +- uid: 27049 + type: CableApcExtension + components: + - pos: -18.5,-97.5 + parent: 864 + type: Transform +- uid: 27050 + type: CableApcExtension + components: + - pos: -19.5,-97.5 + parent: 864 + type: Transform +- uid: 27051 + type: CableApcExtension + components: + - pos: -20.5,-97.5 + parent: 864 + type: Transform +- uid: 27052 + type: CableApcExtension + components: + - pos: -20.5,-96.5 + parent: 864 + type: Transform +- uid: 27053 + type: CableApcExtension + components: + - pos: -20.5,-95.5 + parent: 864 + type: Transform +- uid: 27054 + type: CableApcExtension + components: + - pos: -21.5,-95.5 + parent: 864 + type: Transform +- uid: 27055 + type: CableApcExtension + components: + - pos: -22.5,-95.5 + parent: 864 + type: Transform +- uid: 27056 + type: CableApcExtension + components: + - pos: -23.5,-95.5 + parent: 864 + type: Transform +- uid: 27057 + type: CableApcExtension + components: + - pos: -24.5,-95.5 + parent: 864 + type: Transform +- uid: 27058 + type: CableApcExtension + components: + - pos: -24.5,-96.5 + parent: 864 + type: Transform +- uid: 27059 + type: CableApcExtension + components: + - pos: -24.5,-97.5 + parent: 864 + type: Transform +- uid: 27060 + type: CableApcExtension + components: + - pos: -24.5,-98.5 + parent: 864 + type: Transform +- uid: 27061 + type: CableApcExtension + components: + - pos: -24.5,-99.5 + parent: 864 + type: Transform +- uid: 27062 + type: CableApcExtension + components: + - pos: -23.5,-99.5 + parent: 864 + type: Transform +- uid: 27063 + type: CableApcExtension + components: + - pos: -22.5,-99.5 + parent: 864 + type: Transform +- uid: 27064 + type: CableApcExtension + components: + - pos: -21.5,-99.5 + parent: 864 + type: Transform +- uid: 27065 + type: CableApcExtension + components: + - pos: -20.5,-99.5 + parent: 864 + type: Transform +- uid: 27066 + type: CableApcExtension + components: + - pos: -20.5,-98.5 + parent: 864 + type: Transform +- uid: 27067 + type: CableApcExtension + components: + - pos: -15.5,-98.5 + parent: 864 + type: Transform +- uid: 27068 + type: CableApcExtension + components: + - pos: -6.5,-97.5 + parent: 864 + type: Transform +- uid: 27069 + type: CableApcExtension + components: + - pos: -5.5,-97.5 + parent: 864 + type: Transform +- uid: 27070 + type: CableApcExtension + components: + - pos: -4.5,-97.5 + parent: 864 + type: Transform +- uid: 27071 + type: CableApcExtension + components: + - pos: -7.5,-98.5 + parent: 864 + type: Transform +- uid: 27072 + type: CableApcExtension + components: + - pos: -7.5,-99.5 + parent: 864 + type: Transform +- uid: 27073 + type: CableApcExtension + components: + - pos: -7.5,-100.5 + parent: 864 + type: Transform +- uid: 27074 + type: CableApcExtension + components: + - pos: -8.5,-95.5 + parent: 864 + type: Transform +- uid: 27075 + type: WallReinforced + components: + - pos: -39.5,-87.5 + parent: 864 + type: Transform +- uid: 27076 + type: WallReinforced + components: + - pos: -39.5,-88.5 + parent: 864 + type: Transform +- uid: 27077 + type: WallReinforced + components: + - pos: -44.5,-87.5 + parent: 864 + type: Transform +- uid: 27078 + type: WallReinforced + components: + - pos: -44.5,-88.5 + parent: 864 + type: Transform +- uid: 27079 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -44.5,-90.5 + parent: 864 + type: Transform +- uid: 27080 + type: ReinforcedWindow + components: + - rot: 3.141592653589793 rad + pos: -44.5,-89.5 + parent: 864 + type: Transform +- uid: 27081 + type: ReinforcedWindow + components: + - pos: -39.5,-90.5 + parent: 864 + type: Transform +- uid: 27082 + type: ReinforcedWindow + components: + - pos: -39.5,-89.5 + parent: 864 + type: Transform +- uid: 27083 + type: CableApcExtension + components: + - pos: -43.5,-85.5 + parent: 864 + type: Transform +- uid: 27084 + type: CableApcExtension + components: + - pos: -43.5,-86.5 + parent: 864 + type: Transform +- uid: 27085 + type: CableApcExtension + components: + - pos: -43.5,-87.5 + parent: 864 + type: Transform +- uid: 27086 + type: CableApcExtension + components: + - pos: -43.5,-88.5 + parent: 864 + type: Transform +- uid: 27087 + type: CableApcExtension + components: + - pos: -43.5,-89.5 + parent: 864 + type: Transform +- uid: 27088 + type: CableApcExtension + components: + - pos: -41.5,-84.5 + parent: 864 + type: Transform +- uid: 27089 + type: CableApcExtension + components: + - pos: -40.5,-84.5 + parent: 864 + type: Transform +- uid: 27090 + type: CableApcExtension + components: + - pos: -40.5,-85.5 + parent: 864 + type: Transform +- uid: 27091 + type: CableApcExtension + components: + - pos: -40.5,-86.5 + parent: 864 + type: Transform +- uid: 27092 + type: CableApcExtension + components: + - pos: -40.5,-87.5 + parent: 864 + type: Transform +- uid: 27093 + type: CableApcExtension + components: + - pos: -40.5,-88.5 + parent: 864 + type: Transform +- uid: 27094 + type: CableApcExtension + components: + - pos: -40.5,-89.5 + parent: 864 + type: Transform +- uid: 27095 + type: CableApcExtension + components: + - pos: -40.5,-90.5 + parent: 864 + type: Transform +- uid: 27096 + type: WallReinforced + components: + - pos: -32.5,-99.5 + parent: 864 + type: Transform +- uid: 27097 + type: WallReinforced + components: + - pos: -33.5,-99.5 + parent: 864 + type: Transform +- uid: 27098 + type: WallReinforced + components: + - pos: -34.5,-99.5 + parent: 864 + type: Transform +- uid: 27099 + type: WallReinforced + components: + - pos: -36.5,-99.5 + parent: 864 + type: Transform +- uid: 27100 + type: WallReinforced + components: + - pos: -38.5,-99.5 + parent: 864 + type: Transform +- uid: 27101 + type: WallReinforced + components: + - pos: -39.5,-99.5 + parent: 864 + type: Transform +- uid: 27102 + type: WallReinforced + components: + - pos: -34.5,-101.5 + parent: 864 + type: Transform +- uid: 27103 + type: WallReinforced + components: + - pos: -36.5,-101.5 + parent: 864 + type: Transform +- uid: 27104 + type: ReinforcedWindow + components: + - pos: -34.5,-100.5 + parent: 864 + type: Transform +- uid: 27105 + type: ReinforcedWindow + components: + - pos: -36.5,-100.5 + parent: 864 + type: Transform +- uid: 27106 + type: AirlockExternalGlassLocked + components: + - pos: -35.5,-99.5 + parent: 864 + type: Transform +- uid: 27107 + type: AirlockExternalGlassLocked + components: + - pos: -35.5,-101.5 + parent: 864 + type: Transform +- uid: 27108 + type: WallReinforced + components: + - pos: -6.5,-94.5 + parent: 864 + type: Transform +- uid: 27109 + type: WallReinforced + components: + - pos: -8.5,-94.5 + parent: 864 + type: Transform +- uid: 27110 + type: GasPipeStraight + components: + - pos: -22.5,-92.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27111 + type: GasPipeStraight + components: + - pos: -22.5,-93.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27112 + type: GasPipeStraight + components: + - pos: -22.5,-94.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27113 + type: GasPipeStraight + components: + - pos: -22.5,-95.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27114 + type: GasPipeStraight + components: + - pos: -20.5,-89.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27115 + type: GasPipeStraight + components: + - pos: -20.5,-90.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27116 + type: GasPipeStraight + components: + - pos: -20.5,-91.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27117 + type: GasPipeStraight + components: + - pos: -20.5,-92.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27118 + type: GasPipeStraight + components: + - pos: -20.5,-93.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27119 + type: GasPipeStraight + components: + - pos: -20.5,-94.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27120 + type: GasPipeStraight + components: + - pos: -20.5,-95.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27121 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -22.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27122 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: -20.5,-96.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27123 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -20.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27124 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -22.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27125 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -22.5,-97.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27126 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -21.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27127 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27128 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -22.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27129 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27130 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27131 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27132 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27133 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27134 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27135 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27136 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27137 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27138 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -24.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27139 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -25.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27140 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -26.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27141 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -27.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27142 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -28.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27143 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -29.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27144 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -30.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27145 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -20.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27146 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27147 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27148 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27149 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27150 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -19.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27151 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -18.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27152 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -17.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27153 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -16.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27154 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27155 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27156 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27157 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27158 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27159 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27160 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -15.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27161 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -14.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27162 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -13.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27163 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -12.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27164 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -11.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27165 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -10.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27166 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27167 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27168 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -8.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27169 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -7.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27170 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27171 + type: GasPipeStraight + components: + - pos: -8.5,-96.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27172 + type: GasPipeStraight + components: + - pos: -8.5,-95.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27173 + type: GasPipeStraight + components: + - pos: -8.5,-94.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27174 + type: GasPipeStraight + components: + - pos: -8.5,-93.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27175 + type: GasPipeStraight + components: + - pos: -8.5,-92.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27176 + type: GasPipeStraight + components: + - pos: -7.5,-97.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27177 + type: GasPipeStraight + components: + - pos: -7.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27178 + type: GasPipeStraight + components: + - pos: -7.5,-95.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27179 + type: GasPipeStraight + components: + - pos: -7.5,-94.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27180 + type: GasVentScrubber + components: + - pos: -7.5,-92.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27181 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-91.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27182 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-91.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27183 + type: GasPipeStraight + components: + - pos: -8.5,-90.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27184 + type: GasPipeStraight + components: + - pos: -8.5,-89.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27185 + type: GasPipeStraight + components: + - pos: -8.5,-88.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27186 + type: GasPipeStraight + components: + - pos: -8.5,-87.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27187 + type: GasPipeStraight + components: + - pos: -8.5,-86.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27188 + type: GasPipeStraight + components: + - pos: -8.5,-85.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27189 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,-89.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27190 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,-90.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27191 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,-92.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27192 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-93.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27193 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-93.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27194 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -21.5,-96.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27195 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27196 + type: GasVentScrubber + components: + - pos: -21.5,-97.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27197 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-98.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27198 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,-88.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27199 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,-87.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27200 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,-86.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27201 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -6.5,-85.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27202 + type: GasVentScrubber + components: + - pos: -6.5,-84.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27203 + type: GasVentPump + components: + - pos: -8.5,-84.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27204 + type: SignalSwitch + components: + - rot: 3.141592653589793 rad + pos: -5.5,-89.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 26822 + - port: Open + uid: 26811 + - port: Open + uid: 26812 + - port: Open + uid: 26818 + - port: Open + uid: 26813 + - port: Open + uid: 26817 + - port: Open + uid: 26820 + - port: Open + uid: 26821 + Off: + - port: Close + uid: 26822 + - port: Close + uid: 26811 + - port: Close + uid: 26812 + - port: Close + uid: 26818 + - port: Close + uid: 26813 + - port: Close + uid: 26817 + - port: Close + uid: 26820 + - port: Close + uid: 26821 + type: SignalTransmitter +- uid: 27205 + type: AirlockMaintGlass + components: + - rot: 3.141592653589793 rad + pos: -7.5,-89.5 + parent: 864 + type: Transform +- uid: 27206 + type: AirlockMaintGlass + components: + - rot: 3.141592653589793 rad + pos: -7.5,-94.5 + parent: 864 + type: Transform +- uid: 27207 + type: SignalSwitch + components: + - pos: -8.5,-94.5 + parent: 864 + type: Transform + - state: True + type: SignalSwitch + - outputs: + On: + - port: Open + uid: 26822 + - port: Open + uid: 26811 + - port: Open + uid: 26812 + - port: Open + uid: 26813 + - port: Open + uid: 26818 + - port: Open + uid: 26817 + - port: Open + uid: 26820 + - port: Open + uid: 26821 + Off: + - port: Close + uid: 26822 + - port: Close + uid: 26811 + - port: Close + uid: 26812 + - port: Close + uid: 26813 + - port: Close + uid: 26818 + - port: Close + uid: 26817 + - port: Close + uid: 26820 + - port: Close + uid: 26821 + type: SignalTransmitter +- uid: 27208 + type: Firelock + components: + - pos: -8.5,-76.5 + parent: 864 + type: Transform +- uid: 27209 + type: Firelock + components: + - pos: -13.5,-97.5 + parent: 864 + type: Transform +- uid: 27210 + type: Catwalk + components: + - pos: 1.5,-92.5 + parent: 864 + type: Transform +- uid: 27211 + type: Catwalk + components: + - pos: 0.5,-92.5 + parent: 864 + type: Transform +- uid: 27212 + type: Catwalk + components: + - pos: -0.5,-92.5 + parent: 864 + type: Transform +- uid: 27213 + type: Catwalk + components: + - pos: -0.5,-93.5 + parent: 864 + type: Transform +- uid: 27214 + type: Catwalk + components: + - pos: -0.5,-94.5 + parent: 864 + type: Transform +- uid: 27215 + type: Catwalk + components: + - pos: -0.5,-95.5 + parent: 864 + type: Transform +- uid: 27216 + type: Catwalk + components: + - pos: -0.5,-96.5 + parent: 864 + type: Transform +- uid: 27217 + type: Catwalk + components: + - pos: -0.5,-97.5 + parent: 864 + type: Transform +- uid: 27218 + type: Catwalk + components: + - pos: -0.5,-98.5 + parent: 864 + type: Transform +- uid: 27219 + type: Catwalk + components: + - pos: -0.5,-99.5 + parent: 864 + type: Transform +- uid: 27220 + type: Catwalk + components: + - pos: -0.5,-100.5 + parent: 864 + type: Transform +- uid: 27221 + type: Catwalk + components: + - pos: -0.5,-101.5 + parent: 864 + type: Transform +- uid: 27222 + type: Catwalk + components: + - pos: -0.5,-102.5 + parent: 864 + type: Transform +- uid: 27223 + type: Catwalk + components: + - pos: -0.5,-103.5 + parent: 864 + type: Transform +- uid: 27224 + type: Catwalk + components: + - pos: -0.5,-104.5 + parent: 864 + type: Transform +- uid: 27225 + type: Catwalk + components: + - pos: -0.5,-105.5 + parent: 864 + type: Transform +- uid: 27226 + type: Catwalk + components: + - pos: -28.5,-105.5 + parent: 864 + type: Transform +- uid: 27227 + type: Catwalk + components: + - pos: -29.5,-105.5 + parent: 864 + type: Transform +- uid: 27228 + type: Catwalk + components: + - pos: -30.5,-105.5 + parent: 864 + type: Transform +- uid: 27229 + type: Catwalk + components: + - pos: -31.5,-105.5 + parent: 864 + type: Transform +- uid: 27230 + type: Catwalk + components: + - pos: -32.5,-105.5 + parent: 864 + type: Transform +- uid: 27231 + type: Catwalk + components: + - pos: -33.5,-105.5 + parent: 864 + type: Transform +- uid: 27232 + type: Catwalk + components: + - pos: -34.5,-105.5 + parent: 864 + type: Transform +- uid: 27233 + type: Catwalk + components: + - pos: -35.5,-105.5 + parent: 864 + type: Transform +- uid: 27234 + type: Catwalk + components: + - pos: -1.5,-105.5 + parent: 864 + type: Transform +- uid: 27235 + type: Catwalk + components: + - pos: -2.5,-105.5 + parent: 864 + type: Transform +- uid: 27236 + type: Catwalk + components: + - pos: -3.5,-105.5 + parent: 864 + type: Transform +- uid: 27237 + type: Catwalk + components: + - pos: -4.5,-105.5 + parent: 864 + type: Transform +- uid: 27238 + type: Catwalk + components: + - pos: -5.5,-105.5 + parent: 864 + type: Transform +- uid: 27239 + type: Catwalk + components: + - pos: -6.5,-105.5 + parent: 864 + type: Transform +- uid: 27240 + type: Catwalk + components: + - pos: -7.5,-105.5 + parent: 864 + type: Transform +- uid: 27241 + type: Catwalk + components: + - pos: -8.5,-105.5 + parent: 864 + type: Transform +- uid: 27242 + type: Catwalk + components: + - pos: -9.5,-105.5 + parent: 864 + type: Transform +- uid: 27243 + type: Catwalk + components: + - pos: -10.5,-105.5 + parent: 864 + type: Transform +- uid: 27244 + type: Catwalk + components: + - pos: -11.5,-105.5 + parent: 864 + type: Transform +- uid: 27245 + type: Catwalk + components: + - pos: -12.5,-105.5 + parent: 864 + type: Transform +- uid: 27246 + type: Catwalk + components: + - pos: -13.5,-105.5 + parent: 864 + type: Transform +- uid: 27247 + type: Catwalk + components: + - pos: -14.5,-105.5 + parent: 864 + type: Transform +- uid: 27248 + type: Catwalk + components: + - pos: -15.5,-105.5 + parent: 864 + type: Transform +- uid: 27249 + type: Catwalk + components: + - pos: -16.5,-105.5 + parent: 864 + type: Transform +- uid: 27250 + type: Catwalk + components: + - pos: -17.5,-105.5 + parent: 864 + type: Transform +- uid: 27251 + type: Catwalk + components: + - pos: -18.5,-105.5 + parent: 864 + type: Transform +- uid: 27252 + type: Catwalk + components: + - pos: -19.5,-105.5 + parent: 864 + type: Transform +- uid: 27253 + type: Catwalk + components: + - pos: -20.5,-105.5 + parent: 864 + type: Transform +- uid: 27254 + type: Catwalk + components: + - pos: -21.5,-105.5 + parent: 864 + type: Transform +- uid: 27255 + type: Catwalk + components: + - pos: -22.5,-105.5 + parent: 864 + type: Transform +- uid: 27256 + type: Catwalk + components: + - pos: -23.5,-105.5 + parent: 864 + type: Transform +- uid: 27257 + type: Catwalk + components: + - pos: -24.5,-105.5 + parent: 864 + type: Transform +- uid: 27258 + type: Catwalk + components: + - pos: -25.5,-105.5 + parent: 864 + type: Transform +- uid: 27259 + type: Catwalk + components: + - pos: -26.5,-105.5 + parent: 864 + type: Transform +- uid: 27260 + type: Catwalk + components: + - pos: -27.5,-105.5 + parent: 864 + type: Transform +- uid: 27261 + type: Catwalk + components: + - pos: -35.5,-104.5 + parent: 864 + type: Transform +- uid: 27262 + type: Catwalk + components: + - pos: -35.5,-103.5 + parent: 864 + type: Transform +- uid: 27263 + type: Catwalk + components: + - pos: -35.5,-102.5 + parent: 864 + type: Transform +- uid: 27264 + type: WallReinforced + components: + - pos: 66.5,-15.5 + parent: 864 + type: Transform +- uid: 27265 + type: WallReinforced + components: + - pos: 66.5,-16.5 + parent: 864 + type: Transform +- uid: 27266 + type: AirlockExternalGlass + components: + - pos: 67.5,-14.5 + parent: 864 + type: Transform +- uid: 27267 + type: AirlockExternalGlass + components: + - pos: 67.5,-16.5 + parent: 864 + type: Transform +- uid: 27268 + type: Catwalk + components: + - pos: 67.5,-17.5 + parent: 864 + type: Transform +- uid: 27269 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -44.5,-89.5 + parent: 864 + type: Transform +- uid: 27270 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -44.5,-90.5 + parent: 864 + type: Transform +- uid: 27271 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -45.5,-87.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 27272 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-90.5 + parent: 864 + type: Transform +- uid: 27273 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-89.5 + parent: 864 + type: Transform +- uid: 27274 + type: CloningPod + components: + - pos: -21.5,-95.5 + parent: 864 + type: Transform + - containers: + - machine_parts + - machine_board + type: Construction + - containers: + clonepod-bodyContainer: !type:ContainerSlot {} + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer + - inputs: + CloningPodReceiver: [] + type: SignalReceiver +- uid: 27275 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-89.5 + parent: 864 + type: Transform +- uid: 27276 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-90.5 + parent: 864 + type: Transform +- uid: 27277 + type: CloningConsoleComputerCircuitboard + components: + - pos: -29.65568,-98.594444 + parent: 864 + type: Transform +- uid: 27278 + type: ComputerFrame + components: + - pos: -29.5,-96.5 + parent: 864 + type: Transform +- uid: 27279 + type: MedicalScanner + components: + - pos: -14.5,-98.5 + parent: 864 + type: Transform +- uid: 27280 + type: Multitool + components: + - pos: -29.3818,-98.32888 + parent: 864 + type: Transform + - devices: + 'UID: 39451': 27304 + 'UID: 39450': 27303 + 'UID: 39636': 27481 + type: NetworkConfigurator +- uid: 27281 + type: BiomassReclaimerMachineCircuitboard + components: + - pos: -30.387526,-98.53128 + parent: 864 + type: Transform +- uid: 27282 + type: CableApcStack1 + components: + - pos: -14.8449135,-96.398895 + parent: 864 + type: Transform +- uid: 27283 + type: CableApcExtension + components: + - pos: -25.5,-97.5 + parent: 864 + type: Transform +- uid: 27284 + type: CableApcExtension + components: + - pos: -26.5,-97.5 + parent: 864 + type: Transform +- uid: 27285 + type: Grille + components: + - pos: -36.5,-100.5 + parent: 864 + type: Transform +- uid: 27286 + type: Grille + components: + - pos: -21.5,-101.5 + parent: 864 + type: Transform +- uid: 27287 + type: TableWood + components: + - pos: -22.5,-97.5 + parent: 864 + type: Transform +- uid: 27288 + type: TableWood + components: + - pos: -22.5,-98.5 + parent: 864 + type: Transform +- uid: 27289 + type: Grille + components: + - pos: -34.5,-100.5 + parent: 864 + type: Transform +- uid: 27290 + type: Table + components: + - pos: -10.5,-83.5 + parent: 864 + type: Transform +- uid: 27291 + type: Table + components: + - pos: -4.5,-85.5 + parent: 864 + type: Transform +- uid: 27292 + type: Table + components: + - pos: -12.5,-84.5 + parent: 864 + type: Transform +- uid: 27293 + type: Table + components: + - pos: -13.5,-88.5 + parent: 864 + type: Transform +- uid: 27294 + type: WallReinforced + components: + - pos: -39.5,-91.5 + parent: 864 + type: Transform +- uid: 27295 + type: WallReinforced + components: + - pos: -44.5,-91.5 + parent: 864 + type: Transform +- uid: 27296 + type: BriefcaseBrown + components: + - pos: -43.482876,-88.91509 + parent: 864 + type: Transform +- uid: 27297 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27298 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -31.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27299 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27300 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -32.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27301 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27302 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -33.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27303 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-96.5 + parent: 864 + type: Transform + - color: '#990000FF' + type: AtmosPipeColor +- uid: 27304 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-97.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27305 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -32.5,-95.5 + parent: 864 + type: Transform +- uid: 27306 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -33.5,-95.5 + parent: 864 + type: Transform +- uid: 27307 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-95.5 + parent: 864 + type: Transform +- uid: 27308 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-94.5 + parent: 864 + type: Transform +- uid: 27309 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-93.5 + parent: 864 + type: Transform +- uid: 27310 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -34.5,-92.5 + parent: 864 + type: Transform +- uid: 27311 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -35.5,-92.5 + parent: 864 + type: Transform +- uid: 27312 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -36.5,-92.5 + parent: 864 + type: Transform +- uid: 27313 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -37.5,-92.5 + parent: 864 + type: Transform +- uid: 27314 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -38.5,-92.5 + parent: 864 + type: Transform +- uid: 27315 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-92.5 + parent: 864 + type: Transform +- uid: 27316 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-98.5 + parent: 864 + type: Transform +- uid: 27317 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-98.5 + parent: 864 + type: Transform +- uid: 27318 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-95.5 + parent: 864 + type: Transform +- uid: 27319 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-96.5 + parent: 864 + type: Transform +- uid: 27320 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-98.5 + parent: 864 + type: Transform +- uid: 27321 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-89.5 + parent: 864 + type: Transform +- uid: 27322 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-98.5 + parent: 864 + type: Transform +- uid: 27323 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-97.5 + parent: 864 + type: Transform +- uid: 27324 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-98.5 + parent: 864 + type: Transform +- uid: 27325 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-94.5 + parent: 864 + type: Transform +- uid: 27326 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-93.5 + parent: 864 + type: Transform +- uid: 27327 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-93.5 + parent: 864 + type: Transform +- uid: 27328 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-92.5 + parent: 864 + type: Transform +- uid: 27329 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-93.5 + parent: 864 + type: Transform +- uid: 27330 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-93.5 + parent: 864 + type: Transform +- uid: 27331 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -39.5,-90.5 + parent: 864 + type: Transform +- uid: 27332 + type: PottedPlant29 + components: + - pos: -40.5,-87.5 + parent: 864 + type: Transform +- uid: 27333 + type: PottedPlant27 + components: + - pos: -43.5,-87.5 + parent: 864 + type: Transform +- uid: 27334 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-98.5 + parent: 864 + type: Transform +- uid: 27335 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-95.5 + parent: 864 + type: Transform +- uid: 27336 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-96.5 + parent: 864 + type: Transform +- uid: 27337 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-98.5 + parent: 864 + type: Transform +- uid: 27338 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-98.5 + parent: 864 + type: Transform +- uid: 27339 + type: AirlockMaintGlass + components: + - rot: 1.5707963267948966 rad + pos: -42.5,-93.5 + parent: 864 + type: Transform +- uid: 27340 + type: AirlockMaintLocked + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-93.5 + parent: 864 + type: Transform +- uid: 27341 + type: CableApcExtension + components: + - pos: -40.5,-91.5 + parent: 864 + type: Transform +- uid: 27342 + type: CableApcExtension + components: + - pos: -43.5,-91.5 + parent: 864 + type: Transform +- uid: 27343 + type: CableApcExtension + components: + - pos: -43.5,-92.5 + parent: 864 + type: Transform +- uid: 27344 + type: CableApcExtension + components: + - pos: -42.5,-92.5 + parent: 864 + type: Transform +- uid: 27345 + type: CableApcExtension + components: + - pos: -40.5,-92.5 + parent: 864 + type: Transform +- uid: 27346 + type: CableApcExtension + components: + - pos: -41.5,-92.5 + parent: 864 + type: Transform +- uid: 27347 + type: CableApcExtension + components: + - pos: -41.5,-93.5 + parent: 864 + type: Transform +- uid: 27348 + type: CableApcExtension + components: + - pos: -41.5,-94.5 + parent: 864 + type: Transform +- uid: 27349 + type: CableApcExtension + components: + - pos: -41.5,-95.5 + parent: 864 + type: Transform +- uid: 27350 + type: CableApcExtension + components: + - pos: -42.5,-95.5 + parent: 864 + type: Transform +- uid: 27351 + type: CableApcExtension + components: + - pos: -43.5,-95.5 + parent: 864 + type: Transform +- uid: 27352 + type: CableApcExtension + components: + - pos: -43.5,-96.5 + parent: 864 + type: Transform +- uid: 27353 + type: CableApcExtension + components: + - pos: -43.5,-97.5 + parent: 864 + type: Transform +- uid: 27354 + type: CableApcExtension + components: + - pos: -42.5,-97.5 + parent: 864 + type: Transform +- uid: 27355 + type: CableApcExtension + components: + - pos: -41.5,-97.5 + parent: 864 + type: Transform +- uid: 27356 + type: CableApcExtension + components: + - pos: -40.5,-97.5 + parent: 864 + type: Transform +- uid: 27357 + type: CableApcExtension + components: + - pos: -39.5,-97.5 + parent: 864 + type: Transform +- uid: 27358 + type: CableApcExtension + components: + - pos: -38.5,-97.5 + parent: 864 + type: Transform +- uid: 27359 + type: CableApcExtension + components: + - pos: -37.5,-97.5 + parent: 864 + type: Transform +- uid: 27360 + type: CableApcExtension + components: + - pos: -36.5,-97.5 + parent: 864 + type: Transform +- uid: 27361 + type: CableApcExtension + components: + - pos: -35.5,-97.5 + parent: 864 + type: Transform +- uid: 27362 + type: CableApcExtension + components: + - pos: -40.5,-95.5 + parent: 864 + type: Transform +- uid: 27363 + type: CableApcExtension + components: + - pos: -39.5,-95.5 + parent: 864 + type: Transform +- uid: 27364 + type: CableApcExtension + components: + - pos: -38.5,-95.5 + parent: 864 + type: Transform +- uid: 27365 + type: CableApcExtension + components: + - pos: -37.5,-95.5 + parent: 864 + type: Transform +- uid: 27366 + type: CableApcExtension + components: + - pos: -36.5,-95.5 + parent: 864 + type: Transform +- uid: 27367 + type: CableApcExtension + components: + - pos: -35.5,-95.5 + parent: 864 + type: Transform +- uid: 27368 + type: CableApcExtension + components: + - pos: -35.5,-96.5 + parent: 864 + type: Transform +- uid: 27369 + type: CableApcExtension + components: + - pos: -34.5,-97.5 + parent: 864 + type: Transform +- uid: 27370 + type: CableApcExtension + components: + - pos: -33.5,-97.5 + parent: 864 + type: Transform +- uid: 27371 + type: CableApcExtension + components: + - pos: -32.5,-97.5 + parent: 864 + type: Transform +- uid: 27372 + type: CableApcExtension + components: + - pos: -31.5,-97.5 + parent: 864 + type: Transform +- uid: 27373 + type: CableApcExtension + components: + - pos: -30.5,-97.5 + parent: 864 + type: Transform +- uid: 27374 + type: CableApcExtension + components: + - pos: -29.5,-97.5 + parent: 864 + type: Transform +- uid: 27375 + type: CableApcExtension + components: + - pos: -28.5,-97.5 + parent: 864 + type: Transform +- uid: 27376 + type: CableApcExtension + components: + - pos: -43.5,-90.5 + parent: 864 + type: Transform +- uid: 27377 + type: CableApcExtension + components: + - pos: -35.5,-98.5 + parent: 864 + type: Transform +- uid: 27378 + type: CableApcExtension + components: + - pos: -35.5,-99.5 + parent: 864 + type: Transform +- uid: 27379 + type: CableApcExtension + components: + - pos: -35.5,-100.5 + parent: 864 + type: Transform +- uid: 27380 + type: PoweredlightEmpty + components: + - rot: 3.141592653589793 rad + pos: -40.5,-92.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27381 + type: ClosetMaintenanceFilledRandom + components: + - pos: -43.5,-94.5 + parent: 864 + type: Transform +- uid: 27382 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -39.5,-94.5 + parent: 864 + type: Transform +- uid: 27383 + type: WallSolid + components: + - rot: 3.141592653589793 rad + pos: -39.5,-97.5 + parent: 864 + type: Transform +- uid: 27384 + type: Chair + components: + - pos: -42.5,-97.5 + parent: 864 + type: Transform +- uid: 27385 + type: ChairWood + components: + - pos: -41.5,-97.5 + parent: 864 + type: Transform +- uid: 27386 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -35.5,-95.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27387 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -7.5,-100.5 + parent: 864 + type: Transform +- uid: 27388 + type: TableWood + components: + - rot: 3.141592653589793 rad + pos: -6.5,-100.5 + parent: 864 + type: Transform +- uid: 27389 + type: TableReinforced + components: + - rot: 3.141592653589793 rad + pos: -9.5,-100.5 + parent: 864 + type: Transform +- uid: 27390 + type: TableCounterWood + components: + - rot: 3.141592653589793 rad + pos: -10.5,-95.5 + parent: 864 + type: Transform +- uid: 27391 + type: TableCounterWood + components: + - rot: 3.141592653589793 rad + pos: -9.5,-95.5 + parent: 864 + type: Transform +- uid: 27392 + type: LockerFreezer + components: + - pos: -5.5,-95.5 + parent: 864 + type: Transform +- uid: 27393 + type: SawImprov + components: + - rot: -1.5707963267948966 rad + pos: -6.7637134,-97.619026 + parent: 864 + type: Transform +- uid: 27394 + type: MonkeyCube + components: + - rot: -1.5707963267948966 rad + pos: -10.530531,-95.43873 + parent: 864 + type: Transform +- uid: 27395 + type: SinkStemlessWater + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-96.5 + parent: 864 + type: Transform +- uid: 27396 + type: FloorTileItemFreezer + components: + - pos: -9.469288,-100.35687 + parent: 864 + type: Transform + - count: 5 + type: Stack +- uid: 27397 + type: ChairOfficeDark + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-97.5 + parent: 864 + type: Transform +- uid: 27398 + type: FloorTileItemLaundry + components: + - pos: -9.484913,-95.4242 + parent: 864 + type: Transform + - count: 6 + type: Stack +- uid: 27399 + type: FloorTileItemWhite + components: + - pos: -10.013714,-95.45264 + parent: 864 + type: Transform + - count: 6 + type: Stack +- uid: 27400 + type: ComfyChair + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-98.5 + parent: 864 + type: Transform +- uid: 27401 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-99.5 + parent: 864 + type: Transform +- uid: 27402 + type: PottedPlantRandomPlastic + components: + - pos: -12.5,-96.5 + parent: 864 + type: Transform +- uid: 27403 + type: TableWood + components: + - pos: -22.5,-96.5 + parent: 864 + type: Transform +- uid: 27404 + type: ClothingHandsGlovesLatex + components: + - pos: -5.563123,-96.94655 + parent: 864 + type: Transform +- uid: 27405 + type: ToolboxElectricalFilled + components: + - pos: -12.493107,-98.55707 + parent: 864 + type: Transform +- uid: 27406 + type: ClosetFireFilled + components: + - pos: -35.5,-93.5 + parent: 864 + type: Transform +- uid: 27407 + type: DisposalTrunk + components: + - pos: -37.5,-93.5 + parent: 864 + type: Transform +- uid: 27408 + type: DisposalPipe + components: + - pos: -37.5,-94.5 + parent: 864 + type: Transform +- uid: 27409 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-95.5 + parent: 864 + type: Transform +- uid: 27410 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-95.5 + parent: 864 + type: Transform +- uid: 27411 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -41.5,-94.5 + parent: 864 + type: Transform +- uid: 27412 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -41.5,-93.5 + parent: 864 + type: Transform +- uid: 27413 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -41.5,-92.5 + parent: 864 + type: Transform +- uid: 27414 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -41.5,-91.5 + parent: 864 + type: Transform +- uid: 27415 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -41.5,-90.5 + parent: 864 + type: Transform +- uid: 27416 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -41.5,-89.5 + parent: 864 + type: Transform +- uid: 27417 + type: DisposalPipe + components: + - rot: 3.141592653589793 rad + pos: -41.5,-88.5 + parent: 864 + type: Transform +- uid: 27418 + type: StoolBar + components: + - pos: -30.5,-96.5 + parent: 864 + type: Transform +- uid: 27419 + type: PoweredlightSodium + components: + - pos: -20.5,-95.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27420 + type: PoweredlightSodium + components: + - rot: 3.141592653589793 rad + pos: -7.5,-100.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27421 + type: PoweredlightEmpty + components: + - rot: 3.141592653589793 rad + pos: -40.5,-97.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27422 + type: PoweredlightEmpty + components: + - rot: 3.141592653589793 rad + pos: -28.5,-98.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27423 + type: PoweredlightEmpty + components: + - rot: 3.141592653589793 rad + pos: -16.5,-98.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27424 + type: ComfyChair + components: + - rot: -1.5707963267948966 rad + pos: -21.5,-97.5 + parent: 864 + type: Transform +- uid: 27425 + type: Grille + components: + - pos: -23.5,-101.5 + parent: 864 + type: Transform +- uid: 27426 + type: Grille + components: + - pos: -22.5,-101.5 + parent: 864 + type: Transform +- uid: 27427 + type: ClosetEmergencyFilledRandom + components: + - pos: -36.5,-93.5 + parent: 864 + type: Transform +- uid: 27428 + type: PlasticFlapsAirtightOpaque + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-99.5 + parent: 864 + type: Transform +- uid: 27429 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: -37.5,-99.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27430 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: -37.5,-98.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27431 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: -37.5,-100.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27432 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: -37.5,-101.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27433 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: -37.5,-102.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27434 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: -37.5,-103.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27435 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: -37.5,-104.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27436 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: -37.5,-105.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27437 + type: ConveyorBelt + components: + - rot: -1.5707963267948966 rad + pos: -36.5,-105.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27438 + type: ConveyorBelt + components: + - rot: 3.141592653589793 rad + pos: -38.5,-105.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27439 + type: ConveyorBelt + components: + - rot: 1.5707963267948966 rad + pos: -38.5,-104.5 + parent: 864 + type: Transform + - inputs: + Reverse: + - port: Right + uid: 27447 + - port: Right + uid: 27448 + Forward: + - port: Left + uid: 27447 + - port: Left + uid: 27448 + Off: + - port: Middle + uid: 27447 + - port: Middle + uid: 27448 + type: SignalReceiver +- uid: 27440 + type: CableApcExtension + components: + - pos: -35.5,-100.5 + parent: 864 + type: Transform +- uid: 27441 + type: CableApcExtension + components: + - pos: -35.5,-99.5 + parent: 864 + type: Transform +- uid: 27442 + type: CableApcExtension + components: + - pos: -35.5,-102.5 + parent: 864 + type: Transform +- uid: 27443 + type: CableApcExtension + components: + - pos: -35.5,-103.5 + parent: 864 + type: Transform +- uid: 27444 + type: CableApcExtension + components: + - pos: -35.5,-104.5 + parent: 864 + type: Transform +- uid: 27445 + type: CableApcExtension + components: + - pos: -35.5,-105.5 + parent: 864 + type: Transform +- uid: 27446 + type: CableApcExtension + components: + - pos: -36.5,-104.5 + parent: 864 + type: Transform +- uid: 27447 + type: TwoWayLever + components: + - pos: -36.5,-98.5 + parent: 864 + type: Transform + - outputs: + Left: + - port: Forward + uid: 27430 + - port: Forward + uid: 27429 + - port: Forward + uid: 27431 + - port: Forward + uid: 27432 + - port: Forward + uid: 27433 + - port: Forward + uid: 27434 + - port: Forward + uid: 27435 + - port: Forward + uid: 27439 + - port: Forward + uid: 27438 + - port: Forward + uid: 27436 + - port: Forward + uid: 27437 + Right: + - port: Reverse + uid: 27430 + - port: Reverse + uid: 27429 + - port: Reverse + uid: 27431 + - port: Reverse + uid: 27432 + - port: Reverse + uid: 27433 + - port: Reverse + uid: 27434 + - port: Reverse + uid: 27435 + - port: Reverse + uid: 27439 + - port: Reverse + uid: 27438 + - port: Reverse + uid: 27436 + - port: Reverse + uid: 27437 + Middle: + - port: Off + uid: 27430 + - port: Off + uid: 27429 + - port: Off + uid: 27431 + - port: Off + uid: 27432 + - port: Off + uid: 27433 + - port: Off + uid: 27434 + - port: Off + uid: 27435 + - port: Off + uid: 27439 + - port: Off + uid: 27438 + - port: Off + uid: 27436 + - port: Off + uid: 27437 + type: SignalTransmitter +- uid: 27448 + type: TwoWayLever + components: + - pos: -36.5,-104.5 + parent: 864 + type: Transform + - outputs: + Left: + - port: Forward + uid: 27437 + - port: Forward + uid: 27436 + - port: Forward + uid: 27438 + - port: Forward + uid: 27439 + - port: Forward + uid: 27435 + - port: Forward + uid: 27434 + - port: Forward + uid: 27433 + - port: Forward + uid: 27432 + - port: Forward + uid: 27431 + - port: Forward + uid: 27429 + - port: Forward + uid: 27430 + Right: + - port: Reverse + uid: 27437 + - port: Reverse + uid: 27436 + - port: Reverse + uid: 27438 + - port: Reverse + uid: 27439 + - port: Reverse + uid: 27435 + - port: Reverse + uid: 27434 + - port: Reverse + uid: 27433 + - port: Reverse + uid: 27432 + - port: Reverse + uid: 27431 + - port: Reverse + uid: 27429 + - port: Reverse + uid: 27430 + Middle: + - port: Off + uid: 27437 + - port: Off + uid: 27436 + - port: Off + uid: 27438 + - port: Off + uid: 27439 + - port: Off + uid: 27435 + - port: Off + uid: 27434 + - port: Off + uid: 27433 + - port: Off + uid: 27432 + - port: Off + uid: 27431 + - port: Off + uid: 27429 + - port: Off + uid: 27430 + type: SignalTransmitter +- uid: 27449 + type: Table + components: + - pos: -38.5,-97.5 + parent: 864 + type: Transform +- uid: 27450 + type: Table + components: + - pos: -38.5,-98.5 + parent: 864 + type: Transform +- uid: 27451 + type: InflatableWallStack1 + components: + - pos: -38.56672,-98.45029 + parent: 864 + type: Transform +- uid: 27452 + type: CrateEmptySpawner + components: + - pos: -35.5,-96.5 + parent: 864 + type: Transform +- uid: 27453 + type: CrateEmptySpawner + components: + - pos: -36.5,-96.5 + parent: 864 + type: Transform +- uid: 27454 + type: RandomSpawner + components: + - pos: -23.5,-98.5 + parent: 864 + type: Transform +- uid: 27455 + type: RandomSpawner + components: + - pos: -33.5,-97.5 + parent: 864 + type: Transform +- uid: 27456 + type: RandomSpawner + components: + - pos: -41.5,-89.5 + parent: 864 + type: Transform +- uid: 27457 + type: RandomSpawner + components: + - pos: -43.5,-91.5 + parent: 864 + type: Transform +- uid: 27458 + type: RandomSpawner + components: + - pos: -8.5,-96.5 + parent: 864 + type: Transform +- uid: 27459 + type: RandomSpawner + components: + - pos: -10.5,-97.5 + parent: 864 + type: Transform +- uid: 27460 + type: RandomSpawner + components: + - pos: -8.5,-85.5 + parent: 864 + type: Transform +- uid: 27461 + type: ChairFolding + components: + - pos: -24.5,-95.5 + parent: 864 + type: Transform +- uid: 27462 + type: ChairFolding + components: + - pos: -25.5,-95.5 + parent: 864 + type: Transform +- uid: 27463 + type: ChairFolding + components: + - pos: -20.5,-95.5 + parent: 864 + type: Transform +- uid: 27464 + type: ChairFolding + components: + - pos: -19.5,-95.5 + parent: 864 + type: Transform +- uid: 27465 + type: DisposalMachineFrame + components: + - pos: -19.5,-99.5 + parent: 864 + type: Transform +- uid: 27466 + type: TableFrame + components: + - pos: -25.5,-99.5 + parent: 864 + type: Transform +- uid: 27467 + type: TableFrame + components: + - pos: -33.5,-98.5 + parent: 864 + type: Transform +- uid: 27468 + type: TableFrame + components: + - pos: -34.5,-98.5 + parent: 864 + type: Transform +- uid: 27469 + type: MaterialWoodPlank + components: + - pos: -32.447933,-98.42257 + parent: 864 + type: Transform +- uid: 27470 + type: WindowReinforcedDirectional + components: + - pos: 16.5,37.5 + parent: 864 + type: Transform +- uid: 27471 + type: CableApcExtension + components: + - pos: 37.5,-48.5 + parent: 864 + type: Transform +- uid: 27472 + type: CableApcExtension + components: + - pos: 36.5,-48.5 + parent: 864 + type: Transform +- uid: 27473 + type: CableApcExtension + components: + - pos: 36.5,-47.5 + parent: 864 + type: Transform +- uid: 27474 + type: CableApcExtension + components: + - pos: 36.5,-46.5 + parent: 864 + type: Transform +- uid: 27475 + type: WoodDoor + components: + - pos: -39.5,-95.5 + parent: 864 + type: Transform +- uid: 27476 + type: WoodDoor + components: + - pos: -39.5,-96.5 + parent: 864 + type: Transform +- uid: 27477 + type: FirelockGlass + components: + - pos: -42.5,-86.5 + parent: 864 + type: Transform +- uid: 27478 + type: FirelockGlass + components: + - pos: -41.5,-86.5 + parent: 864 + type: Transform +- uid: 27479 + type: FirelockGlass + components: + - pos: -31.5,-97.5 + parent: 864 + type: Transform +- uid: 27480 + type: AirAlarm + components: + - pos: -33.5,-95.5 + parent: 864 + type: Transform + - devices: + - 27304 + - 27303 + - 27481 + type: DeviceList +- uid: 27481 + type: AirSensor + components: + - pos: -33.5,-96.5 + parent: 864 + type: Transform +- uid: 27482 + type: WallReinforced + components: + - pos: -20.5,-101.5 + parent: 864 + type: Transform +- uid: 27483 + type: WallReinforced + components: + - pos: -24.5,-101.5 + parent: 864 + type: Transform +- uid: 27484 + type: ReinforcedWindow + components: + - pos: -23.5,-101.5 + parent: 864 + type: Transform +- uid: 27485 + type: ReinforcedWindow + components: + - pos: -22.5,-101.5 + parent: 864 + type: Transform +- uid: 27486 + type: ReinforcedWindow + components: + - pos: -21.5,-101.5 + parent: 864 + type: Transform +- uid: 27487 + type: BoxLightMixed + components: + - pos: -23.56665,-100.24527 + parent: 864 + type: Transform +- uid: 27488 + type: ComfyChair + components: + - rot: 1.5707963267948966 rad + pos: -23.5,-97.5 + parent: 864 + type: Transform +- uid: 27489 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -22.536057,-97.50345 + parent: 864 + type: Transform +- uid: 27490 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -22.536057,-97.50345 + parent: 864 + type: Transform +- uid: 27491 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -22.536057,-97.50345 + parent: 864 + type: Transform +- uid: 27492 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -22.536057,-97.50345 + parent: 864 + type: Transform +- uid: 27493 + type: Paper + components: + - rot: -1.5707963267948966 rad + pos: -22.536057,-97.50345 + parent: 864 + type: Transform +- uid: 27494 + type: LampGold + components: + - rot: 1.5707963267948966 rad + pos: -22.520432,-96.69095 + parent: 864 + type: Transform +- uid: 27495 + type: SMESBasic + components: + - pos: -0.5,-78.5 + parent: 864 + type: Transform +- uid: 27496 + type: CableTerminal + components: + - rot: 3.141592653589793 rad + pos: -0.5,-79.5 + parent: 864 + type: Transform +- uid: 27497 + type: SMESBasic + components: + - pos: -72.5,-30.5 + parent: 864 + type: Transform +- uid: 27498 + type: SMESBasic + components: + - pos: -70.5,-30.5 + parent: 864 + type: Transform +- uid: 27499 + type: SMESBasic + components: + - pos: -74.5,-30.5 + parent: 864 + type: Transform +- uid: 27500 + type: WallReinforced + components: + - pos: -75.5,-28.5 + parent: 864 + type: Transform +- uid: 27501 + type: WallReinforced + components: + - pos: -75.5,-29.5 + parent: 864 + type: Transform +- uid: 27502 + type: WallReinforced + components: + - pos: -75.5,-30.5 + parent: 864 + type: Transform +- uid: 27503 + type: WallReinforced + components: + - pos: -75.5,-31.5 + parent: 864 + type: Transform +- uid: 27504 + type: WallReinforced + components: + - pos: -75.5,-32.5 + parent: 864 + type: Transform +- uid: 27505 + type: CableHV + components: + - pos: -71.5,-23.5 + parent: 864 + type: Transform +- uid: 27506 + type: CableHV + components: + - pos: -71.5,-24.5 + parent: 864 + type: Transform +- uid: 27507 + type: CableHV + components: + - pos: -71.5,-25.5 + parent: 864 + type: Transform +- uid: 27508 + type: CableHV + components: + - pos: -72.5,-25.5 + parent: 864 + type: Transform +- uid: 27509 + type: CableHV + components: + - pos: -72.5,-26.5 + parent: 864 + type: Transform +- uid: 27510 + type: CableHV + components: + - pos: -72.5,-27.5 + parent: 864 + type: Transform +- uid: 27511 + type: CableHV + components: + - pos: -72.5,-28.5 + parent: 864 + type: Transform +- uid: 27512 + type: CableHV + components: + - pos: -71.5,-28.5 + parent: 864 + type: Transform +- uid: 27513 + type: CableHV + components: + - pos: -70.5,-28.5 + parent: 864 + type: Transform +- uid: 27514 + type: CableHV + components: + - pos: -70.5,-29.5 + parent: 864 + type: Transform +- uid: 27515 + type: CableHV + components: + - pos: -72.5,-29.5 + parent: 864 + type: Transform +- uid: 27516 + type: CableHV + components: + - pos: -73.5,-28.5 + parent: 864 + type: Transform +- uid: 27517 + type: CableHV + components: + - pos: -74.5,-28.5 + parent: 864 + type: Transform +- uid: 27518 + type: CableHV + components: + - pos: -74.5,-29.5 + parent: 864 + type: Transform +- uid: 27519 + type: CableHV + components: + - pos: -74.5,-30.5 + parent: 864 + type: Transform +- uid: 27520 + type: CableHV + components: + - pos: -72.5,-30.5 + parent: 864 + type: Transform +- uid: 27521 + type: CableHV + components: + - pos: -70.5,-30.5 + parent: 864 + type: Transform +- uid: 27522 + type: CableHV + components: + - pos: -70.5,-31.5 + parent: 864 + type: Transform +- uid: 27523 + type: CableHV + components: + - pos: -70.5,-32.5 + parent: 864 + type: Transform +- uid: 27524 + type: CableHV + components: + - pos: -71.5,-32.5 + parent: 864 + type: Transform +- uid: 27525 + type: CableHV + components: + - pos: -72.5,-32.5 + parent: 864 + type: Transform +- uid: 27526 + type: CableHV + components: + - pos: -74.5,-31.5 + parent: 864 + type: Transform +- uid: 27527 + type: CableHV + components: + - pos: -74.5,-32.5 + parent: 864 + type: Transform +- uid: 27528 + type: CableHV + components: + - pos: -73.5,-32.5 + parent: 864 + type: Transform +- uid: 27529 + type: CableHV + components: + - pos: -72.5,-31.5 + parent: 864 + type: Transform +- uid: 27530 + type: CableTerminal + components: + - pos: -74.5,-29.5 + parent: 864 + type: Transform +- uid: 27531 + type: CableTerminal + components: + - pos: -72.5,-29.5 + parent: 864 + type: Transform +- uid: 27532 + type: CableTerminal + components: + - pos: -70.5,-29.5 + parent: 864 + type: Transform +- uid: 27533 + type: WallReinforced + components: + - pos: -69.5,-33.5 + parent: 864 + type: Transform +- uid: 27534 + type: WallReinforced + components: + - pos: -70.5,-33.5 + parent: 864 + type: Transform +- uid: 27535 + type: WallReinforced + components: + - pos: -71.5,-33.5 + parent: 864 + type: Transform +- uid: 27536 + type: WallReinforced + components: + - pos: -73.5,-33.5 + parent: 864 + type: Transform +- uid: 27537 + type: WallReinforced + components: + - pos: -74.5,-33.5 + parent: 864 + type: Transform +- uid: 27538 + type: WallReinforced + components: + - pos: -75.5,-33.5 + parent: 864 + type: Transform +- uid: 27539 + type: AirlockExternalGlassLocked + components: + - pos: -72.5,-33.5 + parent: 864 + type: Transform +- uid: 27540 + type: CableHV + components: + - pos: -48.5,-30.5 + parent: 864 + type: Transform +- uid: 27541 + type: CableHV + components: + - pos: -49.5,-31.5 + parent: 864 + type: Transform +- uid: 27542 + type: CableHV + components: + - pos: -50.5,-31.5 + parent: 864 + type: Transform +- uid: 27543 + type: CableHV + components: + - pos: -51.5,-31.5 + parent: 864 + type: Transform +- uid: 27544 + type: CableHV + components: + - pos: -52.5,-31.5 + parent: 864 + type: Transform +- uid: 27545 + type: CableHV + components: + - pos: -52.5,-30.5 + parent: 864 + type: Transform +- uid: 27546 + type: CableHV + components: + - pos: -52.5,-29.5 + parent: 864 + type: Transform +- uid: 27547 + type: CableHV + components: + - pos: -52.5,-28.5 + parent: 864 + type: Transform +- uid: 27548 + type: CableHV + components: + - pos: -52.5,-27.5 + parent: 864 + type: Transform +- uid: 27549 + type: CableHV + components: + - pos: -53.5,-27.5 + parent: 864 + type: Transform +- uid: 27550 + type: CableHV + components: + - pos: -54.5,-27.5 + parent: 864 + type: Transform +- uid: 27551 + type: CableHV + components: + - pos: -55.5,-27.5 + parent: 864 + type: Transform +- uid: 27552 + type: CableHV + components: + - pos: -55.5,-28.5 + parent: 864 + type: Transform +- uid: 27553 + type: CableHV + components: + - pos: -55.5,-29.5 + parent: 864 + type: Transform +- uid: 27554 + type: CableHV + components: + - pos: -55.5,-30.5 + parent: 864 + type: Transform +- uid: 27555 + type: CableHV + components: + - pos: -55.5,-31.5 + parent: 864 + type: Transform +- uid: 27556 + type: CableHV + components: + - pos: -55.5,-32.5 + parent: 864 + type: Transform +- uid: 27557 + type: CableHV + components: + - pos: -55.5,-33.5 + parent: 864 + type: Transform +- uid: 27558 + type: CableHV + components: + - pos: -55.5,-34.5 + parent: 864 + type: Transform +- uid: 27559 + type: CableHV + components: + - pos: -55.5,-35.5 + parent: 864 + type: Transform +- uid: 27560 + type: CableHV + components: + - pos: -55.5,-36.5 + parent: 864 + type: Transform +- uid: 27561 + type: CableHV + components: + - pos: -55.5,-37.5 + parent: 864 + type: Transform +- uid: 27562 + type: CableHV + components: + - pos: -56.5,-37.5 + parent: 864 + type: Transform +- uid: 27563 + type: CableHV + components: + - pos: -56.5,-38.5 + parent: 864 + type: Transform +- uid: 27564 + type: CableHV + components: + - pos: -56.5,-39.5 + parent: 864 + type: Transform +- uid: 27565 + type: CableHV + components: + - pos: -56.5,-40.5 + parent: 864 + type: Transform +- uid: 27566 + type: CableHV + components: + - pos: -56.5,-41.5 + parent: 864 + type: Transform +- uid: 27567 + type: CableHV + components: + - pos: -56.5,-42.5 + parent: 864 + type: Transform +- uid: 27568 + type: CableHV + components: + - pos: -56.5,-43.5 + parent: 864 + type: Transform +- uid: 27569 + type: CableHV + components: + - pos: -56.5,-44.5 + parent: 864 + type: Transform +- uid: 27570 + type: CableHV + components: + - pos: -56.5,-45.5 + parent: 864 + type: Transform +- uid: 27571 + type: CableHV + components: + - pos: -56.5,-46.5 + parent: 864 + type: Transform +- uid: 27572 + type: CableHV + components: + - pos: -56.5,-47.5 + parent: 864 + type: Transform +- uid: 27573 + type: CableHV + components: + - pos: -56.5,-48.5 + parent: 864 + type: Transform +- uid: 27574 + type: CableHV + components: + - pos: -56.5,-49.5 + parent: 864 + type: Transform +- uid: 27575 + type: CableHV + components: + - pos: -56.5,-50.5 + parent: 864 + type: Transform +- uid: 27576 + type: CableHV + components: + - pos: -56.5,-51.5 + parent: 864 + type: Transform +- uid: 27577 + type: CableHV + components: + - pos: -56.5,-52.5 + parent: 864 + type: Transform +- uid: 27578 + type: CableHV + components: + - pos: -56.5,-53.5 + parent: 864 + type: Transform +- uid: 27579 + type: CableHV + components: + - pos: -56.5,-54.5 + parent: 864 + type: Transform +- uid: 27580 + type: CableHV + components: + - pos: -57.5,-54.5 + parent: 864 + type: Transform +- uid: 27581 + type: CableHV + components: + - pos: -58.5,-54.5 + parent: 864 + type: Transform +- uid: 27582 + type: CableHV + components: + - pos: -59.5,-54.5 + parent: 864 + type: Transform +- uid: 27583 + type: CableHV + components: + - pos: -60.5,-54.5 + parent: 864 + type: Transform +- uid: 27584 + type: CableHV + components: + - pos: -61.5,-54.5 + parent: 864 + type: Transform +- uid: 27585 + type: CableHV + components: + - pos: -61.5,-53.5 + parent: 864 + type: Transform +- uid: 27586 + type: CableHV + components: + - pos: -61.5,-52.5 + parent: 864 + type: Transform +- uid: 27587 + type: CableHV + components: + - pos: -61.5,-51.5 + parent: 864 + type: Transform +- uid: 27588 + type: CableHV + components: + - pos: -61.5,-50.5 + parent: 864 + type: Transform +- uid: 27589 + type: CableHV + components: + - pos: -61.5,-49.5 + parent: 864 + type: Transform +- uid: 27590 + type: CableHV + components: + - pos: -61.5,-48.5 + parent: 864 + type: Transform +- uid: 27591 + type: CableHV + components: + - pos: -61.5,-47.5 + parent: 864 + type: Transform +- uid: 27592 + type: CableHV + components: + - pos: -61.5,-46.5 + parent: 864 + type: Transform +- uid: 27593 + type: CableHV + components: + - pos: -61.5,-45.5 + parent: 864 + type: Transform +- uid: 27594 + type: CableHV + components: + - pos: -61.5,-44.5 + parent: 864 + type: Transform +- uid: 27595 + type: CableHV + components: + - pos: -61.5,-43.5 + parent: 864 + type: Transform +- uid: 27596 + type: CableHV + components: + - pos: -61.5,-42.5 + parent: 864 + type: Transform +- uid: 27597 + type: CableHV + components: + - pos: -61.5,-41.5 + parent: 864 + type: Transform +- uid: 27598 + type: CableHV + components: + - pos: -61.5,-40.5 + parent: 864 + type: Transform +- uid: 27599 + type: CableHV + components: + - pos: -61.5,-39.5 + parent: 864 + type: Transform +- uid: 27600 + type: CableHV + components: + - pos: -61.5,-38.5 + parent: 864 + type: Transform +- uid: 27601 + type: CableHV + components: + - pos: -61.5,-37.5 + parent: 864 + type: Transform +- uid: 27602 + type: CableHV + components: + - pos: -61.5,-36.5 + parent: 864 + type: Transform +- uid: 27603 + type: CableHV + components: + - pos: -62.5,-36.5 + parent: 864 + type: Transform +- uid: 27604 + type: CableHV + components: + - pos: -63.5,-36.5 + parent: 864 + type: Transform +- uid: 27605 + type: CableHV + components: + - pos: -64.5,-36.5 + parent: 864 + type: Transform +- uid: 27606 + type: CableHV + components: + - pos: -65.5,-36.5 + parent: 864 + type: Transform +- uid: 27607 + type: CableHV + components: + - pos: -66.5,-36.5 + parent: 864 + type: Transform +- uid: 27608 + type: CableHV + components: + - pos: -67.5,-36.5 + parent: 864 + type: Transform +- uid: 27609 + type: CableHV + components: + - pos: -68.5,-36.5 + parent: 864 + type: Transform +- uid: 27610 + type: CableHV + components: + - pos: -69.5,-36.5 + parent: 864 + type: Transform +- uid: 27611 + type: CableHV + components: + - pos: -70.5,-36.5 + parent: 864 + type: Transform +- uid: 27612 + type: CableHV + components: + - pos: -71.5,-36.5 + parent: 864 + type: Transform +- uid: 27613 + type: CableHV + components: + - pos: -72.5,-36.5 + parent: 864 + type: Transform +- uid: 27614 + type: Catwalk + components: + - pos: -62.5,-36.5 + parent: 864 + type: Transform +- uid: 27615 + type: Catwalk + components: + - pos: -63.5,-36.5 + parent: 864 + type: Transform +- uid: 27616 + type: Catwalk + components: + - pos: -64.5,-36.5 + parent: 864 + type: Transform +- uid: 27617 + type: Catwalk + components: + - pos: -65.5,-36.5 + parent: 864 + type: Transform +- uid: 27618 + type: Catwalk + components: + - pos: -66.5,-36.5 + parent: 864 + type: Transform +- uid: 27619 + type: Catwalk + components: + - pos: -67.5,-36.5 + parent: 864 + type: Transform +- uid: 27620 + type: Catwalk + components: + - pos: -68.5,-36.5 + parent: 864 + type: Transform +- uid: 27621 + type: Catwalk + components: + - pos: -69.5,-36.5 + parent: 864 + type: Transform +- uid: 27622 + type: Catwalk + components: + - pos: -70.5,-36.5 + parent: 864 + type: Transform +- uid: 27623 + type: Catwalk + components: + - pos: -71.5,-36.5 + parent: 864 + type: Transform +- uid: 27624 + type: Catwalk + components: + - pos: -72.5,-36.5 + parent: 864 + type: Transform +- uid: 27625 + type: Catwalk + components: + - pos: -73.5,-36.5 + parent: 864 + type: Transform +- uid: 27626 + type: Catwalk + components: + - pos: -74.5,-36.5 + parent: 864 + type: Transform +- uid: 27627 + type: Catwalk + components: + - pos: -75.5,-36.5 + parent: 864 + type: Transform +- uid: 27628 + type: Catwalk + components: + - pos: -76.5,-36.5 + parent: 864 + type: Transform +- uid: 27629 + type: CableApcExtension + components: + - pos: -72.5,-26.5 + parent: 864 + type: Transform +- uid: 27630 + type: CableApcExtension + components: + - pos: -72.5,-27.5 + parent: 864 + type: Transform +- uid: 27631 + type: CableApcExtension + components: + - pos: -72.5,-28.5 + parent: 864 + type: Transform +- uid: 27632 + type: CableApcExtension + components: + - pos: -72.5,-29.5 + parent: 864 + type: Transform +- uid: 27633 + type: CableApcExtension + components: + - pos: -72.5,-30.5 + parent: 864 + type: Transform +- uid: 27634 + type: CableApcExtension + components: + - pos: -72.5,-31.5 + parent: 864 + type: Transform +- uid: 27635 + type: CableApcExtension + components: + - pos: -72.5,-32.5 + parent: 864 + type: Transform +- uid: 27636 + type: CableApcExtension + components: + - pos: -72.5,-33.5 + parent: 864 + type: Transform +- uid: 27637 + type: CableApcExtension + components: + - pos: -72.5,-34.5 + parent: 864 + type: Transform +- uid: 27638 + type: CableApcExtension + components: + - pos: -71.5,-30.5 + parent: 864 + type: Transform +- uid: 27639 + type: CableApcExtension + components: + - pos: -73.5,-30.5 + parent: 864 + type: Transform +- uid: 27640 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -71.5,-32.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27641 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -73.5,-27.5 + parent: 864 + type: Transform +- uid: 27642 + type: Grille + components: + - rot: 3.141592653589793 rad + pos: -69.5,-31.5 + parent: 864 + type: Transform +- uid: 27643 + type: Table + components: + - rot: 3.141592653589793 rad + pos: -70.5,-28.5 + parent: 864 + type: Transform +- uid: 27644 + type: Table + components: + - rot: 3.141592653589793 rad + pos: -71.5,-28.5 + parent: 864 + type: Transform +- uid: 27645 + type: LockerElectricalSupplies + components: + - pos: -74.5,-28.5 + parent: 864 + type: Transform +- uid: 27646 + type: MedkitOxygenFilled + components: + - pos: -70.47538,-28.482313 + parent: 864 + type: Transform +- uid: 27647 + type: PoweredSmallLight + components: + - pos: -71.5,-36.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 27648 + type: WallReinforced + components: + - pos: -68.5,-40.5 + parent: 864 + type: Transform +- uid: 27649 + type: WallReinforced + components: + - pos: -67.5,-40.5 + parent: 864 + type: Transform +- uid: 27650 + type: WallReinforced + components: + - pos: -66.5,-40.5 + parent: 864 + type: Transform +- uid: 27651 + type: WallReinforced + components: + - pos: -70.5,-40.5 + parent: 864 + type: Transform +- uid: 27652 + type: WallReinforced + components: + - pos: -71.5,-40.5 + parent: 864 + type: Transform +- uid: 27653 + type: WallReinforced + components: + - pos: -72.5,-40.5 + parent: 864 + type: Transform +- uid: 27654 + type: WallReinforced + components: + - pos: -66.5,-42.5 + parent: 864 + type: Transform +- uid: 27655 + type: WallReinforced + components: + - pos: -66.5,-41.5 + parent: 864 + type: Transform +- uid: 27656 + type: WallReinforced + components: + - pos: -66.5,-44.5 + parent: 864 + type: Transform +- uid: 27657 + type: WallReinforced + components: + - pos: -66.5,-45.5 + parent: 864 + type: Transform +- uid: 27658 + type: WallReinforced + components: + - pos: -66.5,-46.5 + parent: 864 + type: Transform +- uid: 27659 + type: WallReinforced + components: + - pos: -67.5,-46.5 + parent: 864 + type: Transform +- uid: 27660 + type: CableApcExtension + components: + - pos: -69.5,-42.5 + parent: 864 + type: Transform +- uid: 27661 + type: CableApcExtension + components: + - pos: -67.5,-43.5 + parent: 864 + type: Transform +- uid: 27662 + type: CableApcExtension + components: + - pos: -67.5,-44.5 + parent: 864 + type: Transform +- uid: 27663 + type: WallReinforced + components: + - pos: -71.5,-46.5 + parent: 864 + type: Transform +- uid: 27664 + type: WallReinforced + components: + - pos: -72.5,-46.5 + parent: 864 + type: Transform +- uid: 27665 + type: WallReinforced + components: + - pos: -72.5,-41.5 + parent: 864 + type: Transform +- uid: 27666 + type: CableApcExtension + components: + - pos: -64.5,-43.5 + parent: 864 + type: Transform +- uid: 27667 + type: CableApcExtension + components: + - pos: -65.5,-43.5 + parent: 864 + type: Transform +- uid: 27668 + type: CableApcExtension + components: + - pos: -66.5,-43.5 + parent: 864 + type: Transform +- uid: 27669 + type: WallReinforced + components: + - pos: -72.5,-45.5 + parent: 864 + type: Transform +- uid: 27670 + type: Catwalk + components: + - pos: -69.5,-37.5 + parent: 864 + type: Transform +- uid: 27671 + type: AirlockExternalGlassLocked + components: + - pos: -64.5,-43.5 + parent: 864 + type: Transform +- uid: 27672 + type: AirlockExternalGlassLocked + components: + - pos: -69.5,-38.5 + parent: 864 + type: Transform +- uid: 27673 + type: Catwalk + components: + - pos: -62.5,-43.5 + parent: 864 + type: Transform +- uid: 27674 + type: Catwalk + components: + - pos: -63.5,-43.5 + parent: 864 + type: Transform +- uid: 27675 + type: WallReinforced + components: + - pos: -68.5,-39.5 + parent: 864 + type: Transform +- uid: 27676 + type: WallReinforced + components: + - pos: -68.5,-38.5 + parent: 864 + type: Transform +- uid: 27677 + type: CableHV + components: + - pos: -69.5,-37.5 + parent: 864 + type: Transform +- uid: 27678 + type: CableHV + components: + - pos: -69.5,-38.5 + parent: 864 + type: Transform +- uid: 27679 + type: CableHV + components: + - pos: -69.5,-39.5 + parent: 864 + type: Transform +- uid: 27680 + type: CableHV + components: + - pos: -69.5,-40.5 + parent: 864 + type: Transform +- uid: 27681 + type: CableHV + components: + - pos: -69.5,-41.5 + parent: 864 + type: Transform +- uid: 27682 + type: CableHV + components: + - pos: -70.5,-41.5 + parent: 864 + type: Transform +- uid: 27683 + type: CableHV + components: + - pos: -71.5,-41.5 + parent: 864 + type: Transform +- uid: 27684 + type: CableApcExtension + components: + - pos: -70.5,-42.5 + parent: 864 + type: Transform +- uid: 27685 + type: CableApcExtension + components: + - pos: -67.5,-42.5 + parent: 864 + type: Transform +- uid: 27686 + type: CableApcExtension + components: + - pos: -72.5,-42.5 + parent: 864 + type: Transform +- uid: 27687 + type: CableApcExtension + components: + - pos: -68.5,-42.5 + parent: 864 + type: Transform +- uid: 27688 + type: CableMV + components: + - pos: -71.5,-41.5 + parent: 864 + type: Transform +- uid: 27689 + type: CableApcExtension + components: + - pos: -70.5,-41.5 + parent: 864 + type: Transform +- uid: 27690 + type: CableApcExtension + components: + - pos: -70.5,-40.5 + parent: 864 + type: Transform +- uid: 27691 + type: SubstationBasic + components: + - pos: -71.5,-41.5 + parent: 864 + type: Transform +- uid: 27692 + type: CableMV + components: + - pos: -70.5,-41.5 + parent: 864 + type: Transform +- uid: 27693 + type: CableMV + components: + - pos: -70.5,-40.5 + parent: 864 + type: Transform +- uid: 27694 + type: APCBasic + components: + - pos: -70.5,-40.5 + parent: 864 + type: Transform +- uid: 27695 + type: AirlockExternalGlassLocked + components: + - pos: -69.5,-40.5 + parent: 864 + type: Transform +- uid: 27696 + type: AirlockExternalGlassLocked + components: + - pos: -66.5,-43.5 + parent: 864 + type: Transform +- uid: 27697 + type: WallReinforced + components: + - pos: -70.5,-38.5 + parent: 864 + type: Transform +- uid: 27698 + type: WallReinforced + components: + - pos: -70.5,-39.5 + parent: 864 + type: Transform +- uid: 27699 + type: WallReinforced + components: + - pos: -65.5,-42.5 + parent: 864 + type: Transform +- uid: 27700 + type: WallReinforced + components: + - pos: -64.5,-42.5 + parent: 864 + type: Transform +- uid: 27701 + type: WallReinforced + components: + - pos: -64.5,-44.5 + parent: 864 + type: Transform +- uid: 27702 + type: WallReinforced + components: + - pos: -65.5,-44.5 + parent: 864 + type: Transform +- uid: 27703 + type: CableApcExtension + components: + - pos: -63.5,-43.5 + parent: 864 + type: Transform +- uid: 27704 + type: CableApcExtension + components: + - pos: -62.5,-43.5 + parent: 864 + type: Transform +- uid: 27705 + type: CableApcExtension + components: + - pos: -61.5,-43.5 + parent: 864 + type: Transform +- uid: 27706 + type: CableApcExtension + components: + - pos: -61.5,-44.5 + parent: 864 + type: Transform +- uid: 27707 + type: CableApcExtension + components: + - pos: -61.5,-45.5 + parent: 864 + type: Transform +- uid: 27708 + type: CableApcExtension + components: + - pos: -61.5,-46.5 + parent: 864 + type: Transform +- uid: 27709 + type: CableApcExtension + components: + - pos: -61.5,-47.5 + parent: 864 + type: Transform +- uid: 27710 + type: CableApcExtension + components: + - pos: -67.5,-45.5 + parent: 864 + type: Transform +- uid: 27711 + type: CableApcExtension + components: + - pos: -68.5,-45.5 + parent: 864 + type: Transform +- uid: 27712 + type: ReinforcedWindow + components: + - pos: -72.5,-43.5 + parent: 864 + type: Transform +- uid: 27713 + type: CableApcExtension + components: + - pos: -70.5,-45.5 + parent: 864 + type: Transform +- uid: 27714 + type: CableApcExtension + components: + - pos: -71.5,-45.5 + parent: 864 + type: Transform +- uid: 27715 + type: CableApcExtension + components: + - pos: -71.5,-44.5 + parent: 864 + type: Transform +- uid: 27716 + type: ReinforcedWindow + components: + - pos: -72.5,-42.5 + parent: 864 + type: Transform +- uid: 27717 + type: CableApcExtension + components: + - pos: -71.5,-42.5 + parent: 864 + type: Transform +- uid: 27718 + type: CableApcExtension + components: + - pos: -72.5,-43.5 + parent: 864 + type: Transform +- uid: 27719 + type: CableApcExtension + components: + - pos: -72.5,-44.5 + parent: 864 + type: Transform +- uid: 27720 + type: CableApcExtension + components: + - pos: -70.5,-46.5 + parent: 864 + type: Transform +- uid: 27721 + type: CableApcExtension + components: + - pos: -68.5,-46.5 + parent: 864 + type: Transform +- uid: 27722 + type: CableApcExtension + components: + - pos: -69.5,-46.5 + parent: 864 + type: Transform +- uid: 27723 + type: ReinforcedWindow + components: + - pos: -72.5,-44.5 + parent: 864 + type: Transform +- uid: 27724 + type: ReinforcedWindow + components: + - pos: -70.5,-46.5 + parent: 864 + type: Transform +- uid: 27725 + type: ReinforcedWindow + components: + - pos: -69.5,-46.5 + parent: 864 + type: Transform +- uid: 27726 + type: ReinforcedWindow + components: + - pos: -68.5,-46.5 + parent: 864 + type: Transform +- uid: 27727 + type: Grille + components: + - pos: -70.5,-46.5 + parent: 864 + type: Transform +- uid: 27728 + type: Grille + components: + - pos: -69.5,-46.5 + parent: 864 + type: Transform +- uid: 27729 + type: Grille + components: + - pos: -68.5,-46.5 + parent: 864 + type: Transform +- uid: 27730 + type: Grille + components: + - pos: -72.5,-42.5 + parent: 864 + type: Transform +- uid: 27731 + type: Grille + components: + - pos: -72.5,-43.5 + parent: 864 + type: Transform +- uid: 27732 + type: Grille + components: + - pos: -72.5,-44.5 + parent: 864 + type: Transform +- uid: 27733 + type: Catwalk + components: + - pos: -74.5,-37.5 + parent: 864 + type: Transform +- uid: 27734 + type: Catwalk + components: + - pos: -74.5,-38.5 + parent: 864 + type: Transform +- uid: 27735 + type: Catwalk + components: + - pos: -74.5,-39.5 + parent: 864 + type: Transform +- uid: 27736 + type: Catwalk + components: + - pos: -74.5,-40.5 + parent: 864 + type: Transform +- uid: 27737 + type: Catwalk + components: + - pos: -74.5,-41.5 + parent: 864 + type: Transform +- uid: 27738 + type: Catwalk + components: + - pos: -74.5,-42.5 + parent: 864 + type: Transform +- uid: 27739 + type: Catwalk + components: + - pos: -74.5,-43.5 + parent: 864 + type: Transform +- uid: 27740 + type: Catwalk + components: + - pos: -74.5,-44.5 + parent: 864 + type: Transform +- uid: 27741 + type: Catwalk + components: + - pos: -74.5,-45.5 + parent: 864 + type: Transform +- uid: 27742 + type: Catwalk + components: + - pos: -74.5,-46.5 + parent: 864 + type: Transform +- uid: 27743 + type: Catwalk + components: + - pos: -74.5,-47.5 + parent: 864 + type: Transform +- uid: 27744 + type: Catwalk + components: + - pos: -74.5,-48.5 + parent: 864 + type: Transform +- uid: 27745 + type: Catwalk + components: + - pos: -73.5,-48.5 + parent: 864 + type: Transform +- uid: 27746 + type: Catwalk + components: + - pos: -72.5,-48.5 + parent: 864 + type: Transform +- uid: 27747 + type: Catwalk + components: + - pos: -71.5,-48.5 + parent: 864 + type: Transform +- uid: 27748 + type: Catwalk + components: + - pos: -70.5,-48.5 + parent: 864 + type: Transform +- uid: 27749 + type: Catwalk + components: + - pos: -69.5,-48.5 + parent: 864 + type: Transform +- uid: 27750 + type: Catwalk + components: + - pos: -68.5,-48.5 + parent: 864 + type: Transform +- uid: 27751 + type: Catwalk + components: + - pos: -67.5,-48.5 + parent: 864 + type: Transform +- uid: 27752 + type: Catwalk + components: + - pos: -66.5,-48.5 + parent: 864 + type: Transform +- uid: 27753 + type: Catwalk + components: + - pos: -65.5,-48.5 + parent: 864 + type: Transform +- uid: 27754 + type: Catwalk + components: + - pos: -64.5,-48.5 + parent: 864 + type: Transform +- uid: 27755 + type: Catwalk + components: + - pos: -63.5,-48.5 + parent: 864 + type: Transform +- uid: 27756 + type: Catwalk + components: + - pos: -62.5,-48.5 + parent: 864 + type: Transform +- uid: 27757 + type: PoweredSmallLight + components: + - rot: -1.5707963267948966 rad + pos: -69.5,-39.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 27758 + type: PoweredSmallLight + components: + - pos: -65.5,-43.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 27759 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -67.5,-44.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27760 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -69.5,-43.5 + parent: 864 + type: Transform +- uid: 27761 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -69.5,-44.5 + parent: 864 + type: Transform +- uid: 27762 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -68.5,-43.5 + parent: 864 + type: Transform +- uid: 27763 + type: Table + components: + - rot: -1.5707963267948966 rad + pos: -68.5,-44.5 + parent: 864 + type: Transform +- uid: 27764 + type: Chair + components: + - pos: -68.5,-42.5 + parent: 864 + type: Transform +- uid: 27765 + type: Chair + components: + - pos: -69.5,-42.5 + parent: 864 + type: Transform +- uid: 27766 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -70.5,-43.5 + parent: 864 + type: Transform +- uid: 27767 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -70.5,-44.5 + parent: 864 + type: Transform +- uid: 27768 + type: VendingMachineTankDispenserEVA + components: + - pos: -67.5,-41.5 + parent: 864 + type: Transform +- uid: 27769 + type: CarpetOrange + components: + - pos: -70.5,-42.5 + parent: 864 + type: Transform +- uid: 27770 + type: CarpetOrange + components: + - pos: -70.5,-43.5 + parent: 864 + type: Transform +- uid: 27771 + type: CarpetOrange + components: + - pos: -70.5,-44.5 + parent: 864 + type: Transform +- uid: 27772 + type: CarpetOrange + components: + - pos: -70.5,-45.5 + parent: 864 + type: Transform +- uid: 27773 + type: CarpetOrange + components: + - pos: -69.5,-42.5 + parent: 864 + type: Transform +- uid: 27774 + type: CarpetOrange + components: + - pos: -69.5,-43.5 + parent: 864 + type: Transform +- uid: 27775 + type: CarpetOrange + components: + - pos: -69.5,-44.5 + parent: 864 + type: Transform +- uid: 27776 + type: CarpetOrange + components: + - pos: -69.5,-45.5 + parent: 864 + type: Transform +- uid: 27777 + type: CarpetOrange + components: + - pos: -68.5,-42.5 + parent: 864 + type: Transform +- uid: 27778 + type: CarpetOrange + components: + - pos: -68.5,-43.5 + parent: 864 + type: Transform +- uid: 27779 + type: CarpetOrange + components: + - pos: -68.5,-44.5 + parent: 864 + type: Transform +- uid: 27780 + type: CarpetOrange + components: + - pos: -68.5,-45.5 + parent: 864 + type: Transform +- uid: 27781 + type: CarpetOrange + components: + - pos: -67.5,-42.5 + parent: 864 + type: Transform +- uid: 27782 + type: CarpetOrange + components: + - pos: -67.5,-43.5 + parent: 864 + type: Transform +- uid: 27783 + type: CarpetOrange + components: + - pos: -67.5,-44.5 + parent: 864 + type: Transform +- uid: 27784 + type: CarpetOrange + components: + - pos: -67.5,-45.5 + parent: 864 + type: Transform +- uid: 27785 + type: CrateFilledSpawner + components: + - pos: -71.5,-45.5 + parent: 864 + type: Transform +- uid: 27786 + type: MaintenanceToolSpawner + components: + - pos: -68.5,-44.5 + parent: 864 + type: Transform +- uid: 27787 + type: MaintenanceFluffSpawner + components: + - pos: -69.5,-43.5 + parent: 864 + type: Transform +- uid: 27788 + type: ClothingEyesGlassesMeson + components: + - pos: -68.50666,-43.34528 + parent: 864 + type: Transform +- uid: 27789 + type: PlushieSpaceLizard + components: + - pos: -68.482735,-42.46661 + parent: 864 + type: Transform +- uid: 27790 + type: PlushieLizard + components: + - pos: -69.52961,-42.46661 + parent: 864 + type: Transform +- uid: 27791 + type: ComputerSurveillanceCameraMonitor + components: + - rot: 1.5707963267948966 rad + pos: -71.5,-42.5 + parent: 864 + type: Transform +- uid: 27792 + type: AirCanister + components: + - pos: -71.5,-44.5 + parent: 864 + type: Transform +- uid: 27793 + type: GasPort + components: + - rot: 1.5707963267948966 rad + pos: -71.5,-43.5 + parent: 864 + type: Transform +- uid: 27794 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: -70.5,-43.5 + parent: 864 + type: Transform +- uid: 27795 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -70.5,-42.5 + parent: 864 + type: Transform +- uid: 27796 + type: GasVentPump + components: + - pos: -70.5,-41.5 + parent: 864 + type: Transform +- uid: 27797 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: -71.5,-44.5 + parent: 864 + type: Transform +- uid: 27798 + type: GasPassiveVent + components: + - rot: 1.5707963267948966 rad + pos: -73.5,-44.5 + parent: 864 + type: Transform +- uid: 27799 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: -72.5,-44.5 + parent: 864 + type: Transform +- uid: 27800 + type: Firelock + components: + - rot: 1.5707963267948966 rad + pos: -72.5,-27.5 + parent: 864 + type: Transform +- uid: 27801 + type: AirAlarm + components: + - pos: -10.5,-48.5 + parent: 864 + type: Transform + - devices: + - 3936 + - 3813 + - 3812 + - 3266 + - 3265 + - 3264 + - 6838 + - 3268 + - 3269 + - 20458 + - 20459 + - 13840 + - 13838 + - 13839 + - 3260 + - 3259 + - 6149 + - 22048 + type: DeviceList +- uid: 27802 + type: FireAlarm + components: + - pos: -7.5,12.5 + parent: 864 + type: Transform + - devices: + - 8993 + - 12652 + - 1105 + - 4422 + - 2107 + - 22003 + - 6015 + type: DeviceList +- uid: 27803 + type: AirAlarm + components: + - pos: -22.5,-68.5 + parent: 864 + type: Transform + - devices: + - 7540 + - 8969 + - 7537 + - 23033 + - 22999 + - 23032 + - 17 + - 22687 + type: DeviceList +- uid: 27804 + type: AirAlarm + components: + - pos: 26.5,-33.5 + parent: 864 + type: Transform + - devices: + - 22235 + - 2856 + - 2251 + - 6368 + - 2833 + type: DeviceList +- uid: 27805 + type: AirAlarm + components: + - pos: 19.5,-9.5 + parent: 864 + type: Transform + - devices: + - 6332 + - 22055 + - 6199 + - null + - 6566 + - 8692 + type: DeviceList +- uid: 27806 + type: WallSolid + components: + - pos: 16.5,-4.5 + parent: 864 + type: Transform +- uid: 27807 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 18.5,-2.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27808 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 62.5,-7.5 + parent: 864 + type: Transform +- uid: 27809 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 62.5,-8.5 + parent: 864 + type: Transform +- uid: 27810 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 62.5,-9.5 + parent: 864 + type: Transform +- uid: 27811 + type: Railing + components: + - pos: 60.5,-9.5 + parent: 864 + type: Transform +- uid: 27812 + type: Railing + components: + - rot: 3.141592653589793 rad + pos: 60.5,-7.5 + parent: 864 + type: Transform +- uid: 27813 + type: GasPipeBend + components: + - pos: 62.5,-6.5 + parent: 864 + type: Transform + - color: '#0055CCFF' + type: AtmosPipeColor +- uid: 27814 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 60.5,-8.5 + parent: 864 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver +- uid: 27815 + type: ClothingHeadHatBunny + components: + - pos: 57.503056,-8.485766 + parent: 864 + type: Transform +- uid: 27816 + type: WallSolid + components: + - rot: 1.5707963267948966 rad + pos: 59.5,-8.5 + parent: 864 + type: Transform +- uid: 27817 + type: SurveillanceCameraGeneral + components: + - rot: -1.5707963267948966 rad + pos: 60.5,-7.5 + parent: 864 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: evac + type: SurveillanceCamera +- uid: 27818 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 31.5,1.5 + parent: 864 + type: Transform +- uid: 27819 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 28.5,2.5 + parent: 864 + type: Transform +... diff --git a/Resources/Prototypes/Decals/originsign.yml b/Resources/Prototypes/Decals/originsign.yml new file mode 100644 index 0000000000..a57eaaff6b --- /dev/null +++ b/Resources/Prototypes/Decals/originsign.yml @@ -0,0 +1,92 @@ +- type: decal + id: OriginStationSign1 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin1 + +- type: decal + id: OriginStationSign2 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin2 + +- type: decal + id: OriginStationSign3 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin3 + +- type: decal + id: OriginStationSign4 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin4 + +- type: decal + id: OriginStationSign5 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin5 + +- type: decal + id: OriginStationSign6 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin6 + +- type: decal + id: OriginStationSign7 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin7 + + +- type: decal + id: OriginStationSign8 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin8 + +- type: decal + id: OriginStationSign9 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin9 + +- type: decal + id: OriginStationSign10 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin10 + +- type: decal + id: OriginStationSign11 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin11 + +- type: decal + id: OriginStationSign12 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin12 + +- type: decal + id: OriginStationSign13 + tags: ["station"] + sprite: + sprite: Decals/originsign.rsi + state: origin13 + diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index 0a3c052fab..ff078d86d2 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -82,6 +82,8 @@ - PosterContrabandBeachStarYamamoto - PosterContrabandHighEffectEngineering - PosterContrabandNuclearDeviceInformational + - PosterContrabandRevolt + - PosterContrabandRise chance: 1 - type: entity @@ -134,4 +136,5 @@ - PosterLegitDickGumshue - PosterLegitThereIsNoGasGiant - PosterLegitJustAWeekAway + - PosterLegitSecWatch chance: 1 diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml index b809700fd1..6ef6118d47 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -528,6 +528,24 @@ - type: Sprite state: poster54_contraband +- type: entity + parent: PosterBase + id: PosterContrabandRise + name: "Rise Up" + description: "A poster depicting a grey shirted man holding a crowbar with the words Rise written above it." + components: + - type: Sprite + state: poster55_contraband + +- type: entity + parent: PosterBase + id: PosterContrabandRevolt + name: "Revolt" + description: "Revolutionist propaganda, manufactured by the Syndicate." + components: + - type: Sprite + state: poster56_contraband + # Legit - type: entity @@ -872,6 +890,15 @@ - type: Sprite state: poster38_legit +- type: entity + parent: PosterBase + id: PosterLegitSecWatch + name: "Sec is Watching You" + description: A poster reminding you that security is watching your every move.' + components: + - type: Sprite + state: poster39_legit + #maps - type: entity @@ -963,3 +990,12 @@ components: - type: Sprite state: waystationmap + +- type: entity + parent: PosterBase + id: PosterMapOrigin + name: "origin map" + description: "A map of Origin Station." + components: + - type: Sprite + state: originmap diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index 2e39016ed1..2af0b19202 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -1174,3 +1174,93 @@ components: - type: Sprite state: nanotrasen_sign5 + +- type: entity + parent: BaseSign + id: SignRedOne + name: one sign + description: A sign with a digit, one is written on it. + components: + - type: Sprite + state: one + +- type: entity + parent: BaseSign + id: SignRedTwo + name: two sign + description: A sign with a digit, two is written on it. + components: + - type: Sprite + state: two + +- type: entity + parent: BaseSign + id: SignRedThree + name: three sign + description: A sign with a digit, three is written on it. + components: + - type: Sprite + state: three + +- type: entity + parent: BaseSign + id: SignRedFour + name: four sign + description: A sign with a digit, four is written on it. + components: + - type: Sprite + state: four + +- type: entity + parent: BaseSign + id: SignRedFive + name: five sign + description: A sign with a digit, five is written on it. + components: + - type: Sprite + state: five + +- type: entity + parent: BaseSign + id: SignRedSix + name: six sign + description: A sign with a digit, six is written on it. + components: + - type: Sprite + state: six + +- type: entity + parent: BaseSign + id: SignRedSeven + name: seven sign + description: A sign with a digit, seven is written on it. + components: + - type: Sprite + state: seven + +- type: entity + parent: BaseSign + id: SignRedEight + name: eight sign + description: A sign with a digit, eight is written on it. + components: + - type: Sprite + state: eight + +- type: entity + parent: BaseSign + id: SignRedNine + name: nine sign + description: A sign with a digit, nine is written on it. + components: + - type: Sprite + state: nine + +- type: entity + parent: BaseSign + id: SignRedZero + name: zero sign + description: A sign with a digit, zero is written on it. + components: + - type: Sprite + state: zero diff --git a/Resources/Prototypes/Maps/origin.yml b/Resources/Prototypes/Maps/origin.yml new file mode 100644 index 0000000000..71eac10e11 --- /dev/null +++ b/Resources/Prototypes/Maps/origin.yml @@ -0,0 +1,47 @@ +- type: gameMap + id: Origin + mapName: 'Origin' + mapPath: /Maps/origin.yml + minPlayers: 35 + stations: + Origin: + mapNameTemplate: '{0} Origin Station {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: '14' + overflowJobs: + - Passenger + availableJobs: + CargoTechnician: [ 3, 3 ] + Passenger: [ -1, -1 ] + Bartender: [ 2, 2 ] + Botanist: [ 3, 3 ] + Chef: [ 2, 2 ] + Clown: [ 1, 1 ] + Janitor: [ 3, 3 ] + Mime: [ 1, 1 ] + Captain: [ 1, 1 ] + HeadOfPersonnel: [ 1, 1 ] + ChiefEngineer: [ 1, 1 ] + StationEngineer: [ 4, 4 ] + ChiefMedicalOfficer: [ 1, 1 ] + MedicalDoctor: [ 4, 4 ] + Chemist: [ 2, 3 ] + ResearchDirector: [ 1, 1 ] + Scientist: [ 4, 4 ] + HeadOfSecurity: [ 1, 1 ] + SecurityOfficer: [ 6, 6 ] + Chaplain: [ 1, 1 ] + Warden: [ 1, 1 ] + Librarian: [ 1, 1 ] + Lawyer: [ 2, 2 ] + Quartermaster: [ 1, 1 ] + SalvageSpecialist: [ 3, 3 ] + Musician: [ 1, 1 ] + AtmosphericTechnician: [ 3, 3 ] + TechnicalAssistant: [ 2, 2 ] + MedicalIntern: [ 2, 2 ] + ServiceWorker: [ 2, 2 ] + SecurityCadet: [ 2, 2 ] + Detective: [ 1, 1 ] + Psychologist: [ 1, 1 ] diff --git a/Resources/Textures/Decals/originsign.rsi/meta.json b/Resources/Textures/Decals/originsign.rsi/meta.json new file mode 100644 index 0000000000..8443ba0302 --- /dev/null +++ b/Resources/Textures/Decals/originsign.rsi/meta.json @@ -0,0 +1,50 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "created by discord: brainfood#7460 / github: brainfood1183.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "origin1" + }, + { + "name": "origin2" + }, + { + "name": "origin3" + }, + { + "name": "origin4" + }, + { + "name": "origin5" + }, + { + "name": "origin6" + }, + { + "name": "origin7" + }, + { + "name": "origin8" + }, + { + "name": "origin9" + }, + { + "name": "origin10" + }, + { + "name": "origin11" + }, + { + "name": "origin12" + }, + { + "name": "origin13" + } + ] +} diff --git a/Resources/Textures/Decals/originsign.rsi/origin1.png b/Resources/Textures/Decals/originsign.rsi/origin1.png new file mode 100644 index 0000000000000000000000000000000000000000..b85317a118d2fe354f3f4bbef42209722513c16c GIT binary patch literal 18599 zcmeI3c{r5o`@mm^tdYu^bjDJIS&bPpjj@b1AzNr4GhsEI< zi_UbXGe8yu0*K*DccXby0KorwiapiAen>`dqWis(Wkm34OS+x3Fv!j*Dp)FJgNBlb zXjl`Bn51QZ^mMev_I8GJ(8R%>~r=rf^yrHdzzUW$l(G}U|XlE>4siC6VA zH{0-od1EPsjY1W|%g>r?+v)@_&o)}O^2O2Gdo{iN5Q7j=RR$m_Tu4@8POI<%lZS9P zP2~!qI{=@5i}CX}+`=0JNGCVGOu$0`eNSMVbK4FhI)9 z@*W0w1_odjPHyJF)ncHcK~n5GAiNxa*+ztJ1OyHOdmpH%_yflh0V&f_C)_`p1(Jgr zY*LBWaV4r4laL+4U>_kTC&)VW1`AnDDHQQHVv+%*Dj-oF5rSOtV(c*hq{T?HXFE3S z-yl)Y(11EwB(Vql=C0tZva4&~%s^uxa#?4k*r&ay zV@9g?s*EI!M9INxefMt6J7T0BR)1AdV=weC14U$ot$SD;LjqFecuPW$vEn09IJHu} zEJQ@W@PY7ZqSEsSKG#TRm6O7Q9a+^ zFyT8*Z^vwU03eQh3M(^%pANZhtM}LPn}m`q^qOO)7sZ~CS@5K2nY835zBktBoj_d} ze3I+F;(0WlPz$SgEhnUX&l3izsW!T%t0fXgs=KC~w>-CI&DCvr{H4doNsZV11XhKZ zREVGi{ER@vb%y57Tb!+*nP-94sv=iD7eR~gAG57eQ;y5Bys_c-%75?4xgy}<&gNPw zPgg~+hDsicAlyT%t~yRYsFj@h&Enc+hvrqyrp?}VDnnY?$w>1xDsc~=lRd5rVNPp- zG#`Zar}S6%YxgVkD~;|DO>s5wxjbqAQr+&+zRmIjk^{&AK}rI`(D71|U02oxhm|_f z+l}%s6xm&|4bNJQ+@FN0KPqEknVx^~Ov@T~S@#LrmDjA>E4$9DvyOk_)Lb`Y_B#GG z|9ijX;$hN9Ya^)Y^2u^Sa#VRgxhn}b6U+Ax;fOed8x=B;TT0-RogO)7 zWR#nfx=e*g7}jo9+o@(ojc!<$GHBm!-<2tvDPyIF9WQ|7 zc%&;_C^h!G>zz50ka}l#aOxI%W_LjO;K#K=&}oNhuaBAIX3L!g3zw@3b}Vm@!`;{M zq2m;xwH^Q15_VM^5YmZfi1EG0VoI8Dms(B#G+l9mRX!P^jn$%Dyl$vwq;xBG9`D#|LlMX|Wvzdgfc zq^Qh0bUVf+-Pv*bu0qrNl>GHiOY=)JS7w%2$64p5KBZP){io<*QFgKX)q!V%9R)>R zML|TWt1PwnenIs}TzOp3?VvxW^@PO3+a+=pw<{iE-td*eZo_sbHJlsK54!*U>=2ad z+$h=jOuMgWb=}5$v=sZ~7Bi|WwS;+eEF$W-<&io_JRXv)P}B9Gyni!m+-FyBVDorN za$$1S+pLZ&Bd8JDNO5H8|1M}#~J7hz!38CH`RDqJ9 zF;4kySBumAawdrHWbq&HzUTY!eK>SCqT6N9V{}FFgW@`yYI^FP&>q5Jm09v^;A|6+ z8N8m4%6~k>Fl5JXQ_qEft21<^pWuGeBBEF?78JjATbO7Xq(8HF)kH*HF@-fO$ zvWhFBzM;NyJ5ZNL3B5jZ-#e-py6%k7Lyy8!dCOeDqD4j-uN}6lw`mAnr&65U?$#fF zggKj=s#*W`ap9wmQ|NQ=&dO_*d}~-s0`g zZ;1D7yYY7XgGmQ8zFxhf^k@;Gtg#pB7S) zC~7PDt5vaC&%rMGsphbmMD6c)W>VhyfyGhcj(?u3d8xuM4(K165b2p%Cysr7;Kaea zUZIxX4=7RwS5^KQgmVTT?N5UFBne z^ojcu<2^E6hkVth8|q5i{nSSC%WTT_yf=7j*iPsQZ`I#1)A{UO=iz-7eraP(on{k) zp+_5MV#cFa5SB$JM%RUjhYhFd;xU+)`o7acpE3!JI!6Kpob<~hua#O z5}Gc=kH*K{_4*@y`c1{K{FRQHs+x6o9{Ov;cfa2@^|sQl(@*i;rJfZw{eOTCtIxXs zdu`nQN#<0Xd|ceD0Dr>RCz3X}0|2o9(j1&w&Q@EnB)S)bNT$0|ApTwq_CXW?aQglX zBFTfo0=ZJCG;clSccpigK{T?SvXhP#%!)yvxYNu7eJS>V)()gV4-$r~tdAGP`D57* zyeKRp$luG;n~C+;Q=a#WWq+S*hAM;RyRba;lnv(sf}E|kf(Ue93P=Zn0+V1UGzg7> zz;)1QBw7oEfWdX3Fm0$d42;mmB4Jo00`&Q%j2C5p!}*fkuy)3#pTn^wJ!N+mi-Cng z{rvnOe%cVaFBJ;MU@%Y^0*XL@**(C_0B;u2AMDLkS#a{jk1>Tw@})6YG`crv&M(oG zzMrM1tUMR!>+AEpyck~tc{4w=V^f6s6B$rA1P1+yk(Cv9GcT_nS~6KC2iPO|JhLAL zWI6;eC{Q~JlfK`VL@_x)@n)&~Xb_Aqza)O_?yLHzvmlecS~B+gdd>qTlb{q&iWfU3 zlWhn8;T%{rx5dTzW(sqfpN6CO(|%$$r&%zYPlbgQ!m;xYOYo%-S#)0qI^7e$kY$U% zpV&X2=CTT;?nLt@)BTtmaZpZ^#r0nFMlmL`D0l>nokDOJ7^dq0*T%vySZ!TR7#s_O zEpf8Ylf#DUV>)U7TpqApFKm1= zoy2zkHLb8P3Ji|GptZqBG>pv>P9cLaI%F7_h{ou$n_w6?4Dlt<5@+89vhk&{>k`p( zNuRm7klDd>QE(JYn@j>Dh-4I)sEwq6UC}6QFcAiWk6``#$;zx zz>+Lu=h}Sbv8VWa+xkV}Nt>@A45BZSGPg1Hl)voEuO;VeMVYgi-{4pxX|DF*NptB- zA>*Lmv@QI!zhRAt)NfnohW$BzzLXCn8BIdKh-k1bf=C3T zT#@YJgkjez1RU*(Bn{JlzAIY z#SaZ#erC8t@!4=8xt5$!=M#CMm3;zcAHJbqPv76=_}5#;fAh=YjQ*QmIehVgZ~);h z@^EqI!=dHj;sC;3LUcaevSJ0A`$4;Kdz?jjEtcRn0i9xe_b z+(jNP?tD13JX{<=xQjeo-1%^5dAK-$a2I*FxbxxA@^Eng;V$xUap%LK<>BH0!d>Ly z;?9Rd%frP1guBSY#hnj_mWPW22zQYyF44v3St;J^hgkjCPpcMwa35wr=?Ws5+gSlX z;CcWEJ_-Q;&a$sV0I(kh0B`oPACgS~09ktMp8KW%@LRowv7v+i^M0qU&3y(^GaC-q zXZ&d;Dx)Fg(iS!D78H*Uvw3kbU2`}e4VlE>36+IJ+z@lM%JYgtCXzq6T6x|`vC#M{ zY8rHk7>4ONhZ)>N6(%kJT}0&f6D!ox{@wtELdCp%eS9i$jr=672|hqc;Ml27-Raq& zpnA26>MLW+SGp2f9bv}8IjwK%`V0ANSwUSLnl>*cClgj0J@GF7CxAM*YvfAnz5(HL z=gwW-mbpU80ubfgXksx<|MdQ}~RQ?1W(W;73H-X}211UDea4GIFG})4u_p9W`VGU$68f z>&)ur`%$nf`>y!-`Gtdox8`rVR$eZ?d81pQONmy*Md8>Re>_C=owgG&1ORvB8uM84 z1s^3o$AA*0-ETHVj)oZ=2n`ESkKEQ0lAEhJdFOn3>eS>d#;&!smJ_EaiJKb5tLRfx z=CQ^JffqBv&{rZ{gC$2H>3u1?{g*{vB(GCH8qg&dUE4`uh^$?^_LM&)O;lFS;s{X= z2%egnY8AO`cU#o6BTUtTJ(TKR2662PQeF_2R%Ph*wztc7basBqe0RyVU{z%E33ym9L%4CQ`^||Q8O_@0 zf~df939FXw%a_z2i72_FlD9hQIIX0(gcS_mUlV&iGm{LH6aMp`GRZI{VWm?P`O&fc zAMfn>wCl<6xcS|lMjh!~$>V*xQ?aTWCtyPdO8Z~E5-ct*F6o}tQ{zsA#IWx~|{%_s{Q|VV3*c=f3afe9nFD=geH!iLpwsA*F_#SiyvZi2aKkw50Y)JQD3uIi9fRMC`s>pPz3(;q$O^^kvgTX&a&M z%t%&Ai)gi&RH~)6gHD80K5_YiXM5_e*FEon8%Ij01pu;QB{UWGxT*j!7LLcShE|JS z0R%$sNs0m0HksAPWigX71H{7{1S0kdRCAK_*NR2R1IA$q#8ZH=xj;l#`bsAtM+op} zqu-Kt$Hq;q3x|`yrJ@0y#+lWFbA)6!10x&a|xCX9l<;0eP>r*RjAO z7=W~L@v;QYUj(X~WhILNF)0A)5F51$5ZVrSG^nbE0DBJu^5(-X_;;&|WcxHhQiqH2 z{&ts$(J$uG+Hpx3QD%Uw0)yB*{L6HGJqkDzm*am0hG zZmhUFNqf>7>ANO2*P z2C;<{mG)Qx&wZ|{31W*6M~$h}SPIF-t3htY$~!>UCh1tB9QTnS&X&rvK3GaR zdeNTxScb-uOhr*e#*$#gbLrNnmfVY9Qcp(ep6S#wnv|6( zN}33Ae!;1Nrv;MEBhHQF#QaT8JB!SnwVk^2#qXyUIu~Twzjjh`V&of~jwxWAW|56f zhP#c&iMZ8T*V>UzI^n3C#2Xgm zAH$Ng*J!(xIF20hG7{}h4;(wfu@&#r$V(du-}hAh?Wz~6lulu+%Te?VJ_V_1sjh{V zg${)lud8&62J^B`Rhd<|eU6-OQolxhgSrJHu~|5)&*`z#lRSw$1sg-$haz}^Pp;Cj z3e(`L{&_>`*;h72WLvZHo`zQSeOk5?F-{)$`;_;=LdsR7L`qGhL#kO3e?upbg;z$@ zcf4~TZLBpWtq_D+R%NOeVJ{UT^Bvphpg8sJ6(2(ZdKf~{*>ELS*3r} zdaPTntMmGeCFWJVZ>y2y(G;Xl*O_oTl3gUDv`-a5MI^bL zZ99K4H@IMw@^&%dUqaB)ZbCO+?C;RG$_{%D zwnj&jPypY8Z`ZqwxolJi_j0@az%|R&%6IKDEL^il*WdR_*O$SOm={?uB)hjSPDeCs z3Tyof9O9ZvYMwA_OBRT7`!4uBJ`T_H3k&Xs@od-h_pd- zx$Ur}rcKzvH%XN`p=vj@bG3TQ_p0X~sI->0ev*mHR>;@}@k1Nps!)3lCLIVQ7O2=H zmoWwyFTJ)ko}ot-Pu%d2zld0#B6`!OTzX| z(p~HR8T|0CSqCDmNu#4;PZ_EF#8v#IN_yVS<|YFp@=5Z0@+Y$H(A_7cl(sSd)*+?s zmH%SiJm_$*933azywc$;;B522>jC|<)#s8?qoTNi{;|~0ejCr)`UMWw3*HqR7ge2K z)>eN1f%08LvSZ@I)vqn)*Z*~8BI|81Oj=jk`R^ljFH{3eLwov1#k)qAOXJ$N?caXp zx#+#Wwkb1|5nG5E!x`q8P8pxwJ>4(c-6pg?9C#Y`#iHXcnIjmyTj-h*@=a!Y|L%Lq zjNz93St(gN!{Hx0Jvxq;ZSSKtcWsejy}c~Ud4AVyGQQ8C(x7?6@FmW0aYye$mrE`g z=Wv_-1~>!wiR62B^%X}dGK$JK_>>QYRh4e{8tqrg)@y$9zAE&c!sNpT*;vCTRU=`n z(Ho;5x)h#-2dR%YHjRv$WBX;-=Vz44&QW73nD2S)A_osZsj?%GlvoHNqeX)!7i zwWnnw=|iFnNjULvVq>&)^y_SW0v7wiC}_O@OCG6(*0M5t@x<|o#-havi14uouiKhi z(_4?F4W}hv_1lpyc!*yBxDf>ayirI1 zh3Z4+Ks@OTroSQdZN*h6gh?}my6D&-Z30MiZ>D8f5Zx)vmP`%vp<-!JBZ34z1P40s zqjM;b5Ii4{bL=)iShRHUvRL=Ou` z>FDWU^t2#oBuWQ?)JA9{VQ6g}28qLkkz$^JWvR?*d zlS2dO2uC`bwKa%JH`_+{=cxYbA_BgBllZl}@9N)F>sh(vy=0~5T-Q04Mz`Q{>E%dGh;TL3Ntf=2lEd{3ZhdutROOr6Jg4<+vzGuDBO(`5Y0gVJx2!(_p^~or0914R&p;seOI3#k8 zlbN1eK5W3;r%^bRKk@QIUv57v8q+KEkG#zG{LzPv4bIA+&7t^H=~ku$aO`jc?gZ$C_C)cJd>ei_|0A0^4d>V@i zy8oV5I8PK^M~ALYhhg-PAWIaT2E*#mz-W3{eXt3MMIq7O0?l#uQy{w_CRmp!zH|Ca zjfDmV!+L3BsB{zt28Qv1Y11(j7{wFq38U%j(R6f?SUoQ~=39tgxcMoRC6f(iQ|O#5 z19NS<@;K20e{B7x@MTU{kN`>$n?AKL4WZvw=J%5Gy`oInOfPU8g*sJx2-K$~MwGv?3J`DX}b{LeA}eT-mlx<9Y-SFBEH6$lC5Udq05jxIR_2V? zAI-Sk;}KJ}+L!r%FcECZw*TEU{MoAde=!ZSSxoh&_%rA<0^(Z&e{1-&nVXrF#LrfiZh4EwS)MbCopKs*@L(`+8krX|cKAJ*->3U9; zLM<&?r4m3{@Y4LTP*cI_YLwe~f`g{Mi-G83>8x%L=k#(dY#2xz@AIvmobKfjPjtKB);1RQpb9zqQ zt#M%41eY*nx?F+Ye`@3I?>bffe78>b*Fz)02Ld(q`qgxE+Z*4Hjv<kY5BOgfbbUixOns7((-X}0pTt3aq;HErRC$|0>WG5 zd|bTwaB2CtxPb5$`M7xV;nMPPaRK2i@^SIz!=>fp;sU~3bUlhP#RuFKLaMc9k4&rc~J7z?SmX$(HpdnHINxF7YXPK{a**B~v}s2LS) zj57{;vLazwzzcWzxD^cC=vd$9=C_8|M|XCfvhOUG5})~tE%U1#*^qJ5RSLkjtT?>? z!IH%1>~o_S$x8(Jk zU4g!%6r~M4@6M+g-q{mdCwIxfP@27EAW6e&Guz$$t#U`or_hG(Py^xp@c>n7-*FEw zFOiH>Rl@(dc%a3oBEOH4RVbpMpio?6;_R%kZ@2l0clR&&#X?~tAswrQQ%mJ42JMNK zX(p+3wPY)@W{PiM%hPi4v0b?k*P9rd+TI(&JGx>ZVj<_tq7A6ja~Ij=b~g;&dxd4% z#6~q%?tRww4mELq3uG?@LeE%+4ByML5R6XYr)}OJG<%|8pO;kEDU7k zLH8BxmJPZZ9#-(Cq6lU+FC_Nly+&9z7Gmyq`JAox%>!BAXR!X;1;T)GqnaH^G8~^JeddhCR!z5*|7c+H`U$%TX;c;`XghO`B zXw)O!BS(+66cn_h?r+fnUMUF!>6w|Ns!etV2_rTK_jWmap4YZj3Q$*9KfSIH{P);@ zWA{R$u~=l$>zqSZBqHN0;~Pp%z`kh45=32{Owz(_&!ctmbfXprlVt#i}V*IK+1koyN-x?($v9kD>GZuBBICc{{d<= B$1(r_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Decals/originsign.rsi/origin11.png b/Resources/Textures/Decals/originsign.rsi/origin11.png new file mode 100644 index 0000000000000000000000000000000000000000..03ba36091afec71742d9106cfa4ea56a7fcdb9c2 GIT binary patch literal 18609 zcmeI3c{r5o`@ml(*|&t0)L0TSW-*MJ##qLhEn6tcm>FZT3^P-btG%W zNr?)Tl#m={O<8i};2RY!_`RrTs=2zZ-}m>=@0z)0=6&zye(w8zpU-nY_dM@h*L!HI zjhU#>8X*7xL@msX?ZG2t?jyhleltTu-+%|f0CQI+00^&~`|tp1r)2>^$d*PRY~AWj zXVID7^ZRjC62OnRAo%4B8Ir*|- z=E_t2VBthYX%l~yfJloRR$Wz5i(6tnZkOB-sj~Sf@3`}_K5OuqNiuy%s^8?fB^u!V1+l&XuwL>L~Q1Z@S8ciVU*Wa&v!JZ7ABbOM>9 zc*y94+T9J0XUV-i8XuS8d$fT|yYW0>3D67fq-F0cH%hp$s(L2@V7!7}{kN*XvIy^} z7fnI4WBSu(SsQ=|FN+g_0I<_oS<~@Bss23y05HyqRKH{>_oiA_ql#~B_42N2;ZGhq z2aS~P)EG$^36Ue#GCb4@4;ZP&G+dHb_kjIvAdjlD^NvXj5Yw!2x+bO6pN()aWUNYI9!6Bg&BbaZ+}QmI>PC2>Zj15GQl_aXrRw zm{>Q{>j|6d0OWyBF_mVBlaVEMdVh;tA(UT0uQ_OXR`?N_g-DB+$x463_-l>cQJw6; zM+M&E9r1X=J$ThWviw?ieBqk4w~a3AY6vEh>Mtu6iWJnYxwNftS;e8Zq^8S3ypoY7 zRf0OaK}HbbIzw|8D;JwK^9zu*%BU3`f@r~I2kmM$DkfgA{7dEfiuZS9J&}l57jq4z zCzA0iVG?0+gga#`5F8SzP|p@v-D%)5reyN<$iX=_vCxN{RP7$UY_fn3Eci zO?A=z8U45Wwfg1y6~=c6Wq29{{yF8)t7`vX_mv6+LMN9h?23e%qcp1s%4G$D(^|!#eZ1WS9G6RXOsNM`EmV_*+0qu zEPE3qA{rwdbuW&px;kB!UzWN$NcLii)%n#eM^@i+grgC|DTArvsdOh7^)mI}r4t?q zo!W9r<&>N{%rP(jeEze1VW$bFddK*@oeukoO`WtH`tk(-PAYK9&)7QbAm>2M+k7E5 zpL&7rsQ+iU>+~T$*V|UNZ3%zcWnJFYS6K@YCao?F)==;fEr{6@seMP~azp#?d(|sa zrsXS+=;h~SV+dMXw46)rCr*0l^Y^6$PMv1i2o9>|CQpPPekL`h)~hCW9%WUIpt$+u zCnYDj6qpy-6_^d*&?z3t%{YItWv( zYv%jp$Yoa;2i@||9Zku+xiccuik|x{r?LYtM#irr^2VApkitL z%6c@--n#s}+WE~^o2~9OJZw1I@FZ0`T@UdTIha0}{xrSks>k-=?HXkl%C1o?O8U2- zcO5OO^pD<-am{gY+U{OzT9i?=;YmeNMed5+a+^e(g3Kq>+m~LK-7m|#y86;U8((K} znP1sHBGq#h_3GW?+oOp$68Bx-_s6szzi4c`Sb_X@`Ecf63@Pk3?6b7S)1&(P?!HMH zf>B+XB%0c^`pQ<;tKFexIHb3jQCCsRnNbsQM-EvYsMk!!Yo^Q9cGunL-@8(~ z@!O2_()5~<3!N87bw+8Uv0Y~#qRyygx@s{W-L4}%w;O2I7d~?e?$c8kZcDI@q+S_R zf{|be&P7izUCjx~pCpd0!oR~a&h+8?aOh{qXRf;*qN}dfU9GphP0!pF-9y-~G)tZh zooxnkBR23*mmP{UjNI|t$EncY6>c5V$97WQm9&o-9?dE@ls1e%P;_9Rx=6vh?%(4@ z3X_8=jR}o3vFNSg|2%obPkc!{aywjPV{~k^bBzA6fH;>m&4^^}pynE)YZ zw(%9>t{pB@_iME+7;#Q64!@xiYV8xbv--h->MJ}x!@^EN1JV12yPl4?+q%G9d#(^a z#AL|fr4Jo0mg-!UEWN)?wJUf)E|&h_R%+MDzw!$1l#`ph9(xVFdp9xTKiM>FCU$TA&6$j`AgHL0sM8;(YkQRfj6?c|CIx#Y*NI{~ z_8tu@e8Jzcey==L9=6*kZ9L61-68Gc4$mFeZ6D&BpS*e&`pK+wz4&Pq&NXDqgyVf$ z$IyY6MCy3c(Tr0W`@%KfcX@Q4EejhYHTLWlr;lBiV7+*3GJ9ljbLHknxAAMN@siGg zmCo0k(=K9n`MqMj!p$VM*xsu+U6EE??&ecI8hYbOnAhZxTqe4)`^}Az*D|wDS~D?v z-8Uve>63RS-}cCKhch-#H`Z6Q2W=cJsk+r@{~fYl zb=Ld+<+l!xaz7@nPE4HTU6wNOiKGSX1OV)NnxhNL#o7u>qWftQ$#hSOX0TrXxDf>a zoPKZsk>o>RK|Co`n!ldnSj8f?oQ z!C26NAB9DP1pE2=GqJ&Xit~Q4;Q3rLOc65Qh2^8CXgC)T;$poOLZCA!5N%BzC<(5E zhM+N;2yHYPh1P%|;RtOQTnnZJha$DGC^!~{gnWJ};)TF79E0qIwKq2X91fK96unuj z04xj^6cnTxq@_t`P+;Ywl__K(?P=BV*T|~f_JBc5=`>OuwD9EI*mH~ShzVm>|BpAh) z;s?fLf_8`>j)6tsRFCX47#qF5N?!Le)7 zXk;vctWD8HlXajd9UT%Bp@Skpb>Sp9D57+cBrk1@77;x^$ZyTRb8So~?U~C1(DlN? zC(}uw`>$z*B_X^Ja3l%=MWNv!O9X`s#b}e^P$C+m3pT+qp!Q3kCCGqljhQwLdL^1Vj32+nB-0Lr&7px*p~$U((r3Dw=kdIuBbI?Pm;E_^zLXCX8BIdMiD;-Ul1PN=c%s1K zgaK<65`p$ak#tcAgqG)zlWw8)+ZZ_5uU+Aife`4vbcQvZOu=g{wO(vq1i8ct{9|zI z!vBJJroEXF#KMH2gTUzMK#`h=rEZq=TjGaI!g|peenb|Y=0~JbU;+MA9Bi?1Nzb`o zYb;nc!6i(bFIS-V@7mb=yUdk8-#zpF(MUM>f+6O^x@&aQ92WgF|C)V(-0`7EJMVF{Xh(dd#`vtp!Gzw_#WO(9rc~ zhD#Km4HuGY$sTn+kr!IQ9Wc20hJD?Af0yH5e=`1?CyOKcZ+d0(#SOv+gtN%S#hDMA zmWzuG2xpOti!&cKEf*IX5Y8eO7iT_fS}ra&Ae==mF3x<|v|Ls*Ma&d9y!=~lpVgtfiB(51W>Yiwy{8k&BBnA2ux) z7aI`HA{Q5DK5SYpE;b;XMUJ?H7N2LO_=69z27ynju1`>V1wQEtA(`7-13>5o0EmbJ zfcLZDaR>nRzyaWu2l$X|3IMF4pV)QR6aapEYGG{X7~Ju%lcnuSJ6XMn-*N?M+2&`% zbW9b8ld{VwBvc@!>za10FpZjO|H_8)RLTT{y$^r$zPH!mLO)78zFd_A??HL2d&i(1i`)}SIw0supa=g(Tj zWdf~=1}3Cy+hVsBwC<4+;aedV3%(IZWR11vVMQquL%8h005^WXLm~C(ro$zBL%jH+ zG!q8R@>p0~wdoRf_3WJ&qwKM89^_SfJ2!=cZWXcuRVeF}^FtYe2LRx>vfv5jkfvjO zRV5lONdtO8?bU>xs)fQ6h!L%vH#caq>mp~7$w%!EZ!1{7MNKtlr+L`G0n3Q)d`tsJ_I;q|q-D3<0!tX{aXD zxou8t2w#5u{pC`oI%8BV;1+I8Ye(_%+`N-EYWv(Twq959l$D7~s5@;oDrBMD7cY9- zW%u91J5@vOcmMmJ?H*&o32uyCW|^`vuZx?#4J3F+VPihh75)Aa-5UP}y}0Vv+3s$X z6eKuwDT-=#+FR(8Yn4 zeqBi76<1P|L7%+sJASKa=!1M`*;s}{Yx!1HUMHtmpUCw=GwC-g2XwE&>KT=1Oq4%p z4o64t9CK#?De(>at*A)Bde7u*SolN9*Jp;Us!}7gc=q!F&lL-yjJ1`U=AQhvFtIT% IHu5;|Ki5~+`v3p{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Decals/originsign.rsi/origin12.png b/Resources/Textures/Decals/originsign.rsi/origin12.png new file mode 100644 index 0000000000000000000000000000000000000000..b3f239698856b7b1e5807d0b2a8e64715b337436 GIT binary patch literal 18522 zcmeI3cT`hZx47M?(=22`Pk<7y=|z0cl|X%V`DU&6y+7Vs$y&+HKKtyw@A;j5_C3j3 zXSeej8zuRL@&EuR+1XmUf>)UEEh`Ov@6Hm){6%K3bTc82_Wt8d;pMlVvCRDVfxbnAh<2VjX`#MG1qkD(Gbx-HsYW?+f`K-=1PoH7)B`O5|_+;ytB5t=1Gsfd8E7+2T+kMrm6ErH6?&| z;duN?jS88ofJE>;1zDiNF}(u0IA(lCA2D^kM8qzM3Vwo#y==rBz&vyx@g!hwEfJBC zqU{D`NdcScsovdyGaT5oeEaizKt#s7)G!HP-9dF#iL3+wHk%%63HYu8PB;Cw#|rR7 z0&{%qtFgcXIDoYC@UaEXUIZ!{RTPQN=d)AcCF$aJr{P5;6Jw)-sh*i=N0b|FO^-KBw zu8@JT9N1tkv3BA9#`ESa>!oXbU<#GcgOR1n@<-N#y_du)2O!dF7?!%)9o@VaGzz` z-a&M>#%|()6*rdM9j86*()%b$=rRP(ZYD^CCBRQ@ph~{AU#{ZGuXs8F00U+0%0G2v zB_n)yK4}t+zcw4S$yx?P_}Co?1c2Wywe-oiip^?e0l+dVQunOIqM^$9dKJ=(D}U{% zRQR;XXctkdx{9bml&3{3=5AVXdIwP_y5X#v?k2>a=4zM<7vJbajC!#=^#7UjB!40E?t z8!+Ymf{j^keK}!O9f02PDZ1PSbuhBX#q>|b3#8Ih#tU~@A5*wPv}D=tVQSMk zfz+%>s|qEOBMf$b^SVlB+fHaTNC$z3j0%QX^D*`L?GJoA0^d~Y-= z#?w|$vt?HNY=lZ!EUDU9Yu0WOdU@&oU+m7EAm5#J*ZMBYRr7^jZaT(xp=RREHkx0N z4ECTNY-L?kPe#x69)q4mJ?aDNdx9&hR%ZY`7-kv3k37eq&S>ha4&8_Eg5NydYRIjIwO_s?x|a% zyHz#emVDCcB<-X{x(IS^-pRa2c?#}>?)BvO+~3`{6lWRzlu@;^IMck`qgax`Y6FjA*TI86W-{F=f$t9U*U0ti`!xbEIqm6AmT#>0K8$tqoqQS8}T4 z65Xz-XYEO^{*rQ5)LN`pwx|2r4aL?483oH)$_mPIX6BTxNnDek*}}Mf_D#vnlH7|6 z&OUn}-CkG{P_m7}@SexGc%$%of8v$IZI`$GF={HK6!TCyUu~^gIPW}n4(>PHqqN4u z{bt*43>|ubV0bpEG(9lrE}31wqMDiEmVVEMF^^Ho+c_8;x7&V4y?!!5KYdY6XWf;a z)%@YW4NpSv4rinnr&ql?)qbYmsGr#%({bcB=E#anF9Y74>vg2ZF3+0H6pkbz{kl$v zJCU3s85epr5mZEiM?ve^i`jy_5z6a%gtr9lk#0ga-uMyvk=MrC#uXRqF4j9;XJ>AV z>LP8|9H)(kjyD525z8bPlDi`)$@m=Uv^=tdgaP9QBMGs$D?9D2*P_>BPQLy7# zWr4bH-QW8Q)JJ+#8WS3s%2CeYf3@6^p**L=T@P1W9u*Vi5pA}Q6YIIK8I^1(Xzn2K zx-36f9JswwH{;ukFJms7)#&?p-M;Uc;c4e@zZk2pTWG}czuNWb z)nLrijHe3SVe?WDbsIP#M;oh#qH^Zu>d(@{9Wr-_U1M_a9}5-TQ*-w&8<;Ivwog8! zO09~afoL{rj(tE{ue)T;fUT}$=z+fz$_+!bZWv_iJuBU{Ja>P&gOWpMIxcf=+7?&< z+7x#Mwevv2{y<`$x?^GqqmS|2XG{HQdQ{Qa4OZMm#F8YLn|{UnPygx#moFin{ENI+ zr&U*`h(Y)8xz@1z7WPnn=E{aww~KGJ?>9dD`pEdJSyi*194N_-w)cRmc|N~#dNZ~N z9~jau->v%V%IM#uPvbA`DbWqM@09<_Be^jAigu`@U*zwVw{}!sknnq{;4c3xYTL_> z)>j*xJP}@97bqX1GZqn4ckd~j(>^a*b^8OIj^JmDV%WE?rFI-VpPOG@N^A1D>+|CI zBY5UI>2%m$a7td0*|WDcLo?W#vm7<=UlJ$1+|E;7UeH?tdJvd8)~= z4C#3>BG)ytL!JGX=iX71N!)V__4%$PPJu+%hC!<*ZYnQQKoTY z=g^gqH*?2Z?q_06JFg6evPW)=40p}#4CgK%ZLBYQC|KTKQ0`Q|amf6Y#Y0kO%zd+U zV;v7(cWmEWA;=nR?ywn=j@sEYmM|PYgY;{BYJ7dPQuNDA69N|d)Qmg&;!_T(iPof@ zIdAOPSbgEVxrp$0_g}U)Hm5WnO&&;2ycV!Ed$h0O<$^QqHB~iBuHFnbK>a@S+s9Xx zf)0V&>*HNBoO-sxw(E@hzCSnYb|>d!;)2A)aVg1^!B12Jcsl^#`j})-zNe!Dj>-BF)$lNML^^UvbYG@zD3|UQ zx`s>*^`l~G8fFA}d@v4l5J2ZsV8H?YEFLb{RAa&~4*V``Mrgn$y72u>H7tYyVV;i8 zFcOB@lTN<) zv83~;TqcLlWV2vGzZ7qF5Z_coLm24m>+`q*I9~&?c%RvU6cND`4g#f*MEu0a(NVNn zK)??zd3>ua;GKLP*$)Hq$RQj$!j;Zr2XU!%t1WaEU-L&d!TIt_;>Yg3s((5P8uhCs zCy47m0hmTb(EaHFU`!rphx*|d_)MRv$@yjoLd{RZ(Sw;kF%xPg%_dS|a)$6={^3Ym zI)%^XlG$v3!eo|B{eA*}J_)l5rsKh6(bxjs3OoX8GBw{*-sqMTKAnI@f+>VT!jUFq zlmQN9xDtuNA(7KOOm>4fa0C;dM&VQbql<4kLY=T_OrMbd>|(0hw+opTeTj z?JNo4koB2N8qUa&>SJO|!NMt2jF0ex4)-=NG=XDjhIAt&6@xaxcux%PTl4Q+Te7J^ z!s!QHPp)?wn+m%BnoT$w5^YTNrh3CM#z+t$icW)L4QWU?#TaV>HX*SnB>GFBY0kb2 za--%sbiLon%on)%OT2z=?RpJx4}pNTF%_rPQO@C6hu z-GTw8$G=&PlU~0ygSy8fg!S2<`F}7AJj#~;-5mV8CH4P*4yN*#>PulU=rjW2OX_}U z_;=GbIho(CsW0pF`!$H4swrP;fCX67giDq8Z8}UWRU(D)ZL9FMKPS(Z!hxX~Q_)C@ zG28@Ap}>v2F<@E3f>jEQGWNz$O)w~w0ayfolyQ@--^Rcr{@oo;8wiQ*&*nO^X>@|Y zbnB_+DUj2wz<&arC;tc}@LX+(Fgq)f5ejQ$1V`(mrn{NeZ<-$(73ag|22l6}W&njj zM{rmSJYuSGT2JBQ83z_jaQ#vy3Ki)6yEbTlPhsKn51Qz2j7EYl1WNe%*>t)ZYU(B0 zbh;X9I%Vn3V)6;#6J_E?AHeOUOz?5X6P9fQ zFv^4tRPjSYub&xCQ+zg@Os;90(uqW#Yz4Qx;BFi7b-Vptj(>ev{5QW$jp)DW72-=A z1Oh~~D8?n44@4`*1py*j6yp-j2ci|@f&dXMigAhN1JR0cL4b%B#kfTCfoR3JAV5Tm zVqBv6K(u095FnyOF)q=3AX+gl2oTYt7?)^15Um&&1c+!+j7u~hh*pdX0z|YZ#wD5$ zL@UMx0U}xy;}XpWq7~zU01+*Uaf#*w(TZ_FfQS~wxJ2`TXvMf7KtzjTT%!3vv|?Nk zAfiPvF424-S}`sN5YeI-muNl^tr!;sh-guaOEe#dR*VY*M6@WzC7KUJE5-!@B3cyV z63qvq72|>c5iN>wiRJ^*ig7`Jh!#cSlAk)jN@szmRt4bkREc`Y8t`ZVB(AjB7l--L0WYwKlH?uA#xVp;N9Z->~e5W>O9#qy@ zy7Q@twj!xtUR`Q)izG8`R zMx*4|nMdn9g3OXC&~*s8{I>Om+f|4f$re{-_e!*vBn+=yzvR8D_3@cp)v7!{3+n9v zO`YY4M_o~iPc5lD5z!}GsC%xDXj!Uo3t5UXZOSKabyug~xMfwB-`@uwX_wt2;ZZlZ zRXHqm-Rrom7uGwExubou@&bRm$ zFbZ3fE^TUl+rqWTxo5Hb=B=9n?b`Q4b!Ud)=RZD@0S~&ertRVU>u)wyJmds#C_Pvm zxVO(lxddg<`m(%Aca>mqZ;e^@>yOngLtaWTq_qWeSLfcfa!pDJ5SR?(7dAY1;Hpaz zWzV-rS(wk4(y|+v8T|3njbcH|d*7k8E36jR_IO2~*E{IiU7`DlfK`_zwY0Y8SO==+ zT+lW#>-}>CJB+`&bn#=8#^WAgVeAt-_1xdLZrdtg^woWcNpTz)I?Nb<<~)&_|!A4Xqp zCjzZOgBju5mp+g&!QuJGbV3(eHB%p}pOx#7ylk%ETUKa)rd1(A<)4U+6*K>ld?&p% y{LQ{TZEKdz4U!kuQvP!6-_m#bAI37Kfg0`&df8{ecjh}-S_9d?(4Z{&Us?3Ese!R z)`$QAAZ}_xuw`FCvu|NR_Gdsy$XoVh8Nqv)I5Ft zF>W}2BE7g(s7hEY(L~cmD@-iMVBPZP5sh^XF9sl6!bMaVfRu1CSutQrnGbj$ip6eH zsuH>l@C9{<3IkOZX;rYb(KC`S4N_eA!Vd9OG2?a2gu`TjEg{DZE&*GN_`=eY*V_S^ z0)Sf+$-N)21_N#z4h(ewVd?Kv_VNKcPARVB%Zvv=D=0Apz;iQ@-@5IvA>af9WIW93 z(7+Qg05f&;FafUI0IFJ~M2i4nF#u*06S)x(*bBJbQC1ED4y6DxMsFOk|7(p9IWjD#7h)am6TOc*TDRPK#q~!C7`v8y`zmh%MiK(C# ziNcl^)bSDtSMbY9!5JlY_x|a@);z`*0C>R+ZJXAB7Ox50EEwi9eO`53z;l;qX5i!z zk0Qw}*MZE@r;ZbhSvH2}PLy_b4h{@F*;;3?gLuzz|1`D6waRhI`$H)9^W?kdxBFDW z5j(?;1>Qfex&PMu;@Z}e%MQ7B55*aOz9BmES)oIz&eXlsNnNJjM%wQExnlOKuXT*zE z*34_YDdS94Ak4$`q#pq6BB(&@?-lDc3IhNkGhF?OzWm$j)f!cTYpa)bSBrjjLme_u zsjD%NG7uq$t@U@?n19efEvos7g1Q^@uPqA5DjUzJ1cn5p#^I)fE<^GoQ8=Sots;Dx zfc_of6-33SF?{Zaos^FY%cexWSFAP>kUpXUx*H>7qhuDZWdgT7Y!7lUQFx>4zXToa zVpJBt`3`_M_&KV=7=9|e$VT@svFrHKZ0$9NjLwTbAT!~qajP=Z9{68dqk9x}Zumi- zr{vQ(9KI1&HL_Yrv(6g^X{a^0s-v+ifz)(WDPJtFVa=6o`TXUv??|mzSpw4GhE>Z@ z0xSa%ah<-2lev@S6O(MvS{3B-r^~dL@gK6O*`Sn=ZFX&a+42u{tKAXsXeSd5xnOH8l+Y2Pm0Zq)8;t30ZalZG@|qnvQ}DcP$?2z^QewCPUd zK>9%KfaZYwfa04SBI)j1{Qi7z*QaKCZ}(QYL8(FHpdcj~q3>`Z)wU=5oc(gGxa|f7 z=SplZ+eBxtKnA9wny5B?eYk-Y(>8+>N zpO#mL+UMk6%6*nA>M-HZWFMEa%Wi+6k%OjPf6lVM67w8#)2(0G$=gwLHfKlYQnTsy zdVhvGPsIv4*P7Q_;s3PByz1It(Et)9$rT4_D0+$KMFoay)vdqU+_`U$dU^7cLirKh z+?;c0yyjL-$70)wQyzLk{mFjs&oC{Q4Xb4(O@tnPCi8k@-$waMNb^!S#lKSr_d}=br+hwUy)zbb5-b)|5$qCcS&gmN@}pxF zpp9Ms*x+~8Zoyw9o+c)}I22#nhQ096=$Mh@QCfpbze>MPgHOYS^@8ga*PB_qv=~pd zwJ5!`@zQ4V&E}2G_nXf*KT6R`(}h1q45tmJJx=Sr;kG?!yGBWN$xVuB(ZKdg&f_H& zzLDF}&KI2=w(l%9Do8I-eNMf15Z8r8>1r zwLa18FImyFv5uB*m)2oSm8F&jL`=jSi8VXe1WCd{(&QU@?%W#K%6#Xy^F>JeyY#f; zw3@N(uFK=7aoTuv_u2c%vl}yc<@{I5=2cpy+w$?-K=zlf%g^ z@hvooNbAs%M-POEL&PJsp<){%qaz)o^o}!PoYu6#leAcE-S~iB!bd_P;aM6LZiT)K z-m0aJ%Z2R5KGiNmmgzM>Je==8bV_$J^)_3JhNu^!e7$e?ejb~M?o00z?cXb#4860H z5qz$t=51uwsvL;41}1Tfd5opbssHFpsb{Y`s`_RHOZB)&aE(F@RSDXLYKwV-cTrzw z`Nl-uBIM-X@fBLZD)pKdH3mx$ZOA!MVJ>dolZMGymAVJygV4p?f=8T;KjCMPt7wr> zLVZac^4QaqPl+s=uJ=811G?_C&|R!6GFFmqzTjt36g1Dxy*xJt~`H@1Ya( zGB!1j-7mh^bwc~h>$5Xs(lydAPL^DZGIIngI1Sy(-;FN9`UQ81^sijHDQcTwKKAC} z5_O-4R(WHNNrj=e)`wVlh3~4qcd+_8pVuo<2a&F*4>uo&3g8K+P}5`Xpb6i@3~HV{NA^1Tz+rG zzsSEIcI~K`oWk9`-Q~dNVDZr7A?1_lr{YPy!r0u=_lci;b{1Ir_>DF4xARX4DNB?* zF8%AFLc6ZLZQP?xuZ$%c|F}J!{+b0AM~OQeJJZmo%pe30j7~1=om?l5dAjH5-uxFr z9e?ampejIj8>GHTHA=Hf{j|etWWK~sCv;dfmY*q4Ei85MDjg5Gb$zeL$2mKY87KV0RTObE2)=cv3Jj zqIEj{U7RF-XwEk6YT3 z+s-AuNlK{n*>`d3Wz{RW%UumM4eM^-4bp_~db{n@ST(DgrSSSfucXz$KF|TR8P5+_ z-`PFL`jjA-kT4^_pFHuIqzUc<0L%xPy%W>P!W=`Q`#^|fx;q6DKHk0om>^xHIlmb8_t|Es5@@aq(@R%Le>Nb<$-)|hr~6YtS`ZYN1Vd?qw9yc_ zmbNxhTLXlE!L^_;O{gXejL^g&VHhL=^yQ_56JdYD`jb5{wgjUu;n20zc8EC%$v=n!u$$h+4+aT`%{Qay1zZ0?v0zzvW4GI z?4M7wSp`yar1_HRtbmPJD5uH7dM|jR5Qt0)4gq7Q5F7@E>Da?HF>o!6CUO%Dj)B1z zIhpUt;lqNR`(z@M_&Z*{>&xkfPNsPT|CX19p5Obhu)vu51~7@fB#J2k$DTWcMk8a~ zNhqWT8btwS->o8q@yT=& z+x@q+!cfpiEfk3e2P3s%Y?g2e8I0BqvnhB{ zma%hfuJYJX{JwAfs_>@GRS*WzKY%j3F?E%`?#yo`=UYXYwVB)C7$Rx5_TWgf=}RGF zq2IMG4C|Za7c<(A%lUf<=KU`+|8)$OC&iar`p>(X>-B3V0dx;0i|9|$r?NBTcXsBy z*YC|Z-D9D%wc4BZf3Oe%#6ADJW%#{a_5WfS7P6S+N%W;s$T;ZN1peCadn-4;p5O1R zuLa@9orqniEMF^uKD)BbZrFhDGh%MT8W5@9x6TgxOa6Q~N&gLM!@A{gb) zE+0fRyH+9K+U`h_4iXO6bpLtM&9{CZ0}K7V5iXhtp6*Tex1f_LIL*b@3(X547g@3Y z7_^@MUl12yYis~AHN>OfXcP*JfWQ~KS=4WlA2JE!LHG9|GI2B?B9#JV_)@XZg~mla zXYbY+cG+ZaVd7l5VtfCgjkCYgZ29vJoa?WRfU#dt`0VEw)5U5|Q)lj`i`AT_3ziPP zG$xLHUzr;yNAn`9*&_vJjRbG zq4Tc{7b(6N&L`KRGwNI-&$qHq!0f{}^xNtChaCTQ%lL18S(wp((<_HBUJwo-+(jNP z?tD13JX{<=xQjeo-1%^5dAK-$a2I*FxbxxA@^Eng;V$xUap%LK<>BH0!d>Ly;?9Rd z%frP1guBSY#hnj_mWPW22zQZ(i#s0DIJ7)m96-2>JY3xQ zaAXUG@H{KUm;Deci~Y1}iHc)0`$<<2$;8$I076s& zAS?m^KFqMMqW};H1Av!q?1yBN0YH|1(zV_Q0G8C767=nZp8lPvZ?!^Srg4VuA|d4& zo)|%Ghw67CJ3@soM>tt5FpG&j^{~`; zAwEiHAMZUgakZCr;Ws~2V?7D0*5~82|Ic@oJ zM9NX=Gckn&d{spno~i#@Ms0`>Yi@1j2Zn}*AP3e;o=r*7uY4?DRZgXjybJjwBfnt( z@fxq|x);Y0&Q0d)Bd&DV1W5_#>_)n=Fv17j7$%WY^b7wXNZ*kx*tThv1dzjA)9Jm6 zaOmYYg(&FD{Ivnt52(flqfpD``d9VI@T8TTvuH! zbhPjQD(ye}D_u1HpMwpm1QPEES?v{xU6z2na@dCh!trrFHLn0Lq z5BfN#b#!#JzV12T78f;hP84vFLl9*x%~zE8(C@dj;P&4v3;9#Ts&9$KI>fowNU8T_ z#St!$$xBXsarR*c>X#A(Ci|8gGvY6G8F#jQALx>KH+9Dt%DYQ2Y;(Qz%qcP4z!KLF z27Njb`FrFuhHou#lQHX-7m{m%ZiwO!dxXVBy(;T6h>c=$%u785-~^+cl!B@0l^& z1HOE@(oxsR??Y4iq^hVOI}vJQav!Qo|IK*t?B>3a13RI@r+2_b^-cXjzFe6)uWNVX@HPT{VDvE3+ zL?x6ytttsgKKPbI3BUJH(NuFf=lA{n^E)%=%)IBh&wZZfeP8#v&->1tb7MDK8H)<9 z6b1l5)YQbl7Q8}OZ$W4V9`?6n+HfeB@F<=)-*hR^JaHClg@Cb z`#?xev6mn9&11q&nA2^g1R=Kihr%S|*DK2kNtngR zo_Q)|b7QfgA>XQ7nK8UakA@wVvQZH^DEvgANA~Q|h;uOq?@V-sobz~8J@%$$>dIqW zU*Sl4X`4W;ph%*LnvHsxNS^+h#jhfo8XCKLRCU9J6?^~*!BUbeV^W?67!So_H_Fut zTmyIlA1o3CYAw@h;j5#k#oy_tZ089(z*EbN*D@CjlLT~wkLqUwx<))<>B;NufJ{DM zXEV{Q8`um5c5c}B<^d3vKAsZ718h4XE5(x;4?vcZV+;WIO+aDWmV<_X6C9AFm^Yw- zCr|)x>PRsGE|vqetrCk$06`G|ZW9x!1n`9bJ8#L$2LcCD07;_{j@b7bizWJ$K~gCt z*a`)-VfZ#dsIP#dqv{&PR@3DhB{c{O2&uZNbwMdBkl`rtS0i@;ATwSH9PP+tV5?Yh zYpcf5GO-=dch~u+<=ou5r+V88d~^Yziy3-1)rr{{@TgZ?(c9ml;>)VdwDj+36BL$P1SMqgcftq_iM z2{+~&e^qz)qea&0w&Owv+@8OQGyYn>X!@(n1GxrMw+bg^$!?n^zDEsG504r@9W?!xhe#6xpkh`gW7H%K@!YhRB6z=taOjeiscdBfZzy4nJ! zhjk{6GuHuO6w~9r0N`q%plW}oRHsQ001Pt2l`rb8`glWHrIvs7jfKx|Ec&`rwA9O?zN)ron2-tdL?>Mz5L{4q@KgMRNEK1XY3cN$8FUw zI#XtQ!6rI)Dat<;-4e0P)I6)`?8yf!-Iu$M(Js7YRxW;Va*b8eJ;(Oue&e@EZ+Slk zh=@i>MKr}w6<4H53rJH}1V~>rbvyhS}%kXXn4nU*s_2&}<)<=W4gN*vLW6t~*cYpTq)({PfKOcB|~Dd7E;h^QpOX zd!6&4&XckH&h-}c*7)-_nU{8SS2scy5m%H3s>phX7DV}nt2eB_)be!CZsn@vNtvoc z+WC2B(0Da7HOErhkrNahf$n7A@l#AIp+3c&q><2rFC~YSUMsE2Mp;xK$lE>g6O$61 z3QP)Y3XBJ8G>Qjv(z9y}tDGmo#q^rYHf-NuOpR+@nBHgi)b2%&aLzJIZOmw~YQ9I- zsxwsv0oT2AhLSU`xrSv}&~sh})%1N?y%#oVKk4-)XVh54iN91tfxknfRT_I!-ItD) zfi-o!x52yA>*BKrCkaVi2jVO4W6wP_I$|V#nAW(xTcO*l(W~*?dj9pY>&-3SSq`Pz zT2^E$WpA?BWYN@ex8-chqZIWtZNy__Us_+<QZV{lwP#%QB_e@&f=U3s|2fpj7QY^i|@;Bm*thOxY+xIzoWR!t86cU z>b9I(ezUlKD4`}{Z{^-2liC8J(NDz+WVXtLGA{c`Vzyvjrna6M(%F0SV`4vy>eMFD z_C&3_Y-zJn11;Sy?SV0MIkkcjF%okq)_i}nY7$O0ZB^roTQxmq%u!#LuHg33^t95n zy20Fz3qu-1w4vzdr|+UpD`hyVG49ph!oRZVy|1(A^hvl!XJM!{-a4FmrB5D4gvC1+ zJ-%3;6_7th7+#M1g!4PyjqAp0zC^xs-f>s6w)|FkvvoZ^V@G5sexLj_X*ziNK9Cc( zj)%${8?G0=ZNbEN@E+OgM|ChAmEwH&p;Nk(si*mBw5oEkhPUUn&aZOl%O)v{E2D-LYPJ63HWYVjfsld&vyH^d96jj2II9FITdtDi4x znNUW3M}0%t-CRhHESb9LeW)C^=A^)FkJ4j>3!S0DW%}7~?YAmERu(9sk{v16TVn5^ z6ALmnwhZ1az0+|_^VIO^>A@v+OS+DiWks1gLS>xZ)D-SQmtcK^I)uBW7H*8%!e5BJ zdaz8{>!EeQpkq>TXwCXyOOJ5Z8+Z2KxWeNxu*gBUH*)X5^T&fO)=n_z&MSm3QR%C2 zQn3e%B|DZUN$q>0_&l(8RW$w1^_1r)F6R|ARFK*z?UepEFQFOR#1iw9-Xw{6i#~mJ zS+sM@<-yTUh8?h^7R8RLh%$V|x$D@g)#RMptu32$?9bbOwEtqSG1UIz3gPj%_x+(& zA=RHy|32*4Ry{U}yM3+0fycq}A>|=?!gQi^Os6~Y0E4`tf5?QP>8Z5%KbYg&74Dt$NrDykvsaO70uYk41opq~CQq0X^2qL^p94~GW8+&=_k|ohN^ykzO&mBnQb}He4byL-;s?_3&?H(0F!8KPxC}aJrGBjIXe5?t2zij%^!wj_ci<*&O z`q<5}(avQrLj5*Owl-Hi4cIVLRBc_o4N-c$UG=!ZJnrk+0;e!g#4Z9wM8{pZGG z{E-oDQ}Ls5;`oJeDRIqFqEQ1GS~xWNwT|Cp|JNLR8>wx5#`3ANQ_aQ8m%&2E9}YZj zy`OylOwxy>gzH{=vL@fv4y?G)(OB2G=GyH*HH7QOEfa$`0-guR44>;1x9-^k*{3+| z{`u0V-MyTNgcS)1(|o+iBVUPX&<+5=e5TnuF`XL|4RKuX)7!(rn?Inj32ESqbNED2%fzh{cprkG5&Sd&v zV6cFI0M!6BRk|M)hCrjyFgOy1L_)zHP)3k9lMo2?X2{Pv`R>Pn%pm&Fe3&%4H-zPv z;70dnYRk#70{wV>8<&^Qk3imxZ|p#dut0(j4512#{lUo6lCznY*KaKuOvByaoqQYF zZv!&ygM7#^TQY<0??)sX?k0OP<$re*KHq;y{NCLU^&dw;BL1-S@%Qtb0Zbyo$ev^` zFeU@EL;Q9OOd4fwa()^DOY_HY+4iUcKSX(6B}3QB`SffKb5B+ASne>VTcwE>;z&&mVP_3XkY z(TSk@A8Ca_64i)g4J~yjN)ryUM36~Pv^oh6C1|3xz$Q2v0Y`ohG|$;Dfvo*#U|k}3 z&g;V(3keJcCz9O=B%(T$tVN_iHQZ1Ls21Ff0!5>=NJLEp83hX8L;S|gFQH6m3^1F5 z=4Ba}YcrL{j_mt$>vx4GZKi_w5d0Wq*22`5`@S-Nl$;+Gg=I6dz%c|OtM=fCtn?+5 zu&|$6=WgqV4 z^?kMex)QN-mF0US&;u(QYr!&p&WM=>t52Z*+{(J`Z~61Re4t30L?oP`3DrUp2(0n} z7AG`VtB?pyHxy9|g+Qpe{XXetTYrv$h5g+f&Kn4x?n(Evq?5=vwfWX_&2u2J6R5HxRn~H_aHO}kF zdRk+^vI#C>!c4gWz5mk2-rtE;{yhC>`fDQL;0uOeeSR~YuVy!O=4?7&&2Bnp>EKOc z;=t$1%#E@&&$D7}DKImf?ZDkH83zuHy@|c|W?CTG)5(AaKJ*x@;;jZonXzG4{MOL< zPlodp-wbDyYu+ApCXr`b!5uKT`G)=2egBfs*Ma&d9y!=~lpVgtfiB(51W>Yiwy{8 zk&BBnA2ux)7aI`HA{Q5DK5SYpE;b;XMJ_JReAu*HTx>u%i(Fis`LJoZxY&Sj7P+`M z^I_9+aj^m6EOK#i=EJ7t;$j2BS>)p4%!f_O#l;4Mv&hB8nGc(mi;E2iXOWAGGaoiB z7Z)24&LS5VXFhCNE-p48oJEefgy+t)lD)x0tO4L@)t+<33gAgs2+_pW5&(kN0YF#; z0DPVXul)ev4+nsEJHbP;$pEmNetgGGBLLvFFg4J#4}A8o<2LIKxa8Dpt=KcS+l?-t zhg^x-@C83U-DZ-8y0`hHzL~AbsW)!Jga(h)Y+cRR=s^>kLE_r6?bnGOwq|?QFW!UP zTe;xb=%_zcL{Rn~N;EZFJ-ed{dp6Ga0%AA@wlm{hbG{ zO&y>8)YH1&zI8AEbRlGn{N$l0fAH?zQDo^lc#C)y9lK_&%7B(wB0RdU*O;bo6AD&{B1PoG;TDQ1O;-z_O*96>zV^6K;F6-T=-FFUTF z_s`-TW=ftNQ3I7lS0I9zrCU1k&#N@+CN;0q>XSZVv}vKg3*9}V4}I{guB4%a{!X~G z;vNb8%+BEm+k;I_#=vGqN12U-RDS*fpuzXB;=$0!Fosy`=hjrpVFEG*h1wS!tS`am zRJ6s6N0tw$^><0m&Xe?US)NGNGt2vQo|a#2{*Jc}exP_jCRy&}@ly$BDzY}?7j1ZiazNSPNe0LJL6j*SV)Ez1_OlZh%*DzY+6=L(Lt)Fk~bKRi4 zSU)$GmRgkPk-9#rUY0+CXHTa9QN+Qa>(i&QlY_&upoQvrn(&gQOIv+bQ*#V$&3b~4 zmZ%_B9;ua%kXSJC`D^_eEgWu3hO5dlNWsHhr3#X^{;p?Gq8WWkJt2XCwZ^crjK0an zW2s$QR=g@N{kj9O{IYz`iG)i|iWLySm6H&`1$X;KjILTdXt;e_i0LAbVwLlsy=x6^ zE?0KG{5Q*fG;XVq<%45n=X3HDXZ}{SNWJ@szzdJ-Nl2bithn#$^6kTws^Gng)W1Dk zN_M_lU2U(s{y;4gy=&CY=bsFD9G18u28gPYA7JQTT4+)F{d)+ zYu>-p=1Mgc6*e-v9AU?7m0c(6@~(Fbclw5gilw(Vn&&2VeD&%Q3Y(Y+ai9J=Fy04f X5Amo8E|6oLHU~@%tqh9wckcfmbrBM- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Decals/originsign.rsi/origin3.png b/Resources/Textures/Decals/originsign.rsi/origin3.png new file mode 100644 index 0000000000000000000000000000000000000000..dc3736b0ce3cc715f35eda4750cf804cca25fd5b GIT binary patch literal 19075 zcmeI3dpOf?`1s!<7K%!#q|Zo&%noL2%Xy9=IfZmE+stAcHpfaRhsuXUj**npNJS~3 z9EwVjPO9Zl$R|Gd6w(R5H!51StLyrGzyEx%?Yg%2?&p5)`+lC+b3ga{*{f5xHBLQNl4XA<;{$)g%v#KNagz$ci~|I_mJ9&oB3!_IOe;`ug7Z zr52r@!lCq%Cb24rWTL5twPuK9zQL-69S7=f)V=Id*9#R_@&cqGC1eHG*lHo*L$H?C zdc`WSYk*L|LkS2_WtmomSQ$AX)oYNlT`1(BP!&6FgE=Hb2G9$NF~|Y*jDCkg`Vza86KIB9s{iKo?V@3<39zKw;C?!$yE30+4Yt zzkvgu!T^MsgPSRE{xVS2C@oP8KqLW#byTfn?c5w5!8oXph$VSl+`gqow0TK6|5}CfE zN8E~~^ezFJZ=O30c}=o0I(4+{*|YAhuBV%B7&sH}IP4pz*6gZs81wuXto3Ddq~qEv zrBKw4P!o|49W{4{EwWcO9h-O1^~LL0lP{MgCcel&RJ>v4TIQ%K(`miPJH{|IdI*)R zc*x+G%FQ(oCdjYa)jkXBv}*$Ack2l4iG$_sAPK)WUnlLzu6i{J0Po6~)sK`R!XfSl zUN-qp4C;=VWUc{1+{})71Hev0C3U+yCA#$x05Hr9RXwjSH(b3;tx9xd_1qWL5?@>} z2Mv^N)EGz`h?7HB`naeRh8ZYF+&eF?>H>eHCy%bOc8`enTA*HIe`SHTm((XBB%@ln zB6OaJ{w>I2qQdhiA=kr>t79OtDd8U!s!c@}9Z`bbj*_ufG>_9XMcN#;gW8+Qzti@a zgNxj5d^K+4EdUkvC8ELvnGjlRt^G*y5}_;)yW*g6mc)HB8<`rrG&AkK&&3tm(U?;` z_Y2&mp2zAC>Je4{EEChX;fYYMt2MZ=L2X_(e5@ImXEb&BzM<`>sqUHI|FGFKEb($Q3H z^^--hi{a9Hq6jyzN{bE=Q0vN$&M~`i#_qwQ2gVN=Hml#L<)@)dSFDb|{haJkEQU)^ zgRZ|7-j&`}+ojPZ*QM~zSv=iU&-=^=+gHjqcXn@D-YwmY?iQsaqx9`hr`ojUow8e~ z8N1Ek?5R?lbJmf0i_yNRxO)ednwe*x%{u;Yg}bc#DDB)o?5hh~kFVOCbl>4Y!yA)- zlKv4M_LrO=vE)E~6jgb7+A^_a)aCxm&LvyqEPr@pdA%J1i|kA8Ns&rn+B>S2s_tD9 zcSrpArsHdm%c;Wc@;N!2Hjae-kbQ$)Z2nH$eMQFh8n&JJ^ByG@*mKgi^x4YUQu8a3`PN|2V91gI%^%rA)W4b{A{_QJhqd;L_) zlgH%Ck7#r9PvHm}n=~9sY=#otbj3Q8y+52_Z=TnqoSQThe7H?!Q00}1Tn^fz3`yDU z!AVR?bSy9}ur4s^tHc!b=ceaW8kIYJ4qc#MziHj}btcr<#<}S|w$E%^bH#I)T597* ziqttC*>b1K4gIe(atD$#uI&uTuwdr41y=TaTDcECW;aIvlsjS~=_pzvsU*skY+R;w zQ`4KNB@eIXzO^RosMRB66OR*lwQpNeve zO6jHhh*Vcu>gAh7wFB{$@%ygs`+H1VY<}dk1qJfk8dvob1%;)WWu*+MIUX#a3Oub-BT+mYK0Dyq&Or^#pk$ zXrdX&4Ot^Z6+RTIAL=~k^M|0l3fE(F@m$LL;%EK((V1oXOY~#I&W3eYpH*swQ|9Ns>jQE;(q&8S`U3g@;LxgUOSCr$5W@M74fAb3htKIOEVWMGM z8Wm}UI|tjOsj9vl=dlh|Ew@%&7>F#64bVoB!^OZPt)glbT^IH3t{-MZM>8~U@ z_sAy0Z|(33Jk?k;9G<&0Uwx4pK2gsiYV(GK|MaC*^Oi=hdAHbqO^kS8jeHGN5#Eex zj(SSiuDWXTJ5yE5pkx2WRcHn(-PFid>n=OEF8^qS#e9p_GRRZ?WMkU^J^%igcpzBWE{B+Uv*sUwnxd)!nsZ`@lu1Ff9$p?x2TF0Qz;H^ z*Y6#=gG(&PSbwkoZpj_)QS6DqlN0@mY8JgbR+=4Q?f{c_d|g?%8&|C59mo~$Trzik z#8%Nltt*F1Rq2nd3i=(Aih?WG23dN9?ySBOR((mxqff$KygPhf-;0+19afHTr}j(4 zPZ8;II!g{6E|THOCN0_jRQW|fw_GIi&h?ZR2^aGVZj_Om+#a~SdEExfa9)teNqU{M zfHD8s^NaJ_w_fZYd2hspC*4!#mLDi3l%2k=b)|xmd%N-8MqRrzcEfg`>@WilS}ze> zJ}{aGs&E9rgQrm*Ivlp^0C`v%4f6BC8N4Uhd6IOBz~svIJ=qd-Cr;K zKzK}S^@7rtvPX~QA86az#6DTyXR@IFuWRG!gZ{AjnECd9pQwAa+RHGo>&@uA_R&@I z@z4FD_Y}Sqd-#{1JXIdP+aUE_s&Sfa>St$H=c`tCb(){_wgr7L;r=Cc0 zfzxiS913EN-W(liU)mb%vu>=hq5PTux`DG5Ru#L3_4@Un5n3Z3>pG9WcslrE|L!XP z%%SENCZnR^2b#v?Mq;H1b7NCt8zSaM^kr<&!Qo!%`i#B#l1peJH?7T(9nTtXD3VQ-I59iV~SIlT3Af3^P$fBC`F?NU}< zd!hT4C)__?7_q&d`#FAjeEfunaPrU>k_Le8_Hi8$;u-;Xp}S z(Vflq!o%VI{{HIz8tP0RDjbQ!;ot}q9EE~`Jz%Ur2AdcFW3X0FJNf3vkisJQ(7f0* zCIdR@m*~p$Wos)cP6qn^`Z_PV*Y`jS)>n2QMR)+w3yxGrz<*<8Y02M=PXDDPi*4iw zj^yjiei@Ku7wAQS+fZ0cUmp_1$dAHcum05_yuSUC__e$5>fg?SO!{u=hjFeVGML;i9OY?|B5;`}g$NzHG=Q37bcF`Lv(n@y#{^a^Q#`G+U?P>5`%j~$cg zsWY8rGrym}pHGun1yy#SG004RmWmdf*JNhBXS`7iiEN4v3IV1N5&=VOutRF#kqEpd zW<3IlM<8Z7neNHs!xGGWGLcRE6E8pX<@LiP)7%38$jeO6AAML_;>{Q=HjzQ1m>KGT zb62O)$aoSNjnzcC;b24zmIBj2p|LQc8-@ZyYLMNq7#zkGMaE7|@<;QZTpKb;zLR+X zx}M(nWF`r8|2?hn8WcAS35#@tp|J>%C6Yph;WWtz7!ixx05&0TNCfIzpjpm-3S{L& z1M3peb5@_pxsbtNXf)9kgTi287)=BYrb$9mU^p_y4TeLbNSc}&m<>eN=>-Gl@(VXV zg)*hFz-$Vfm1SVAO;sLSiuaGL-xQv-sS4sn^kGpZH>S4Yx1IUDsvwic_(VkRF-d*Kp(7ZlN*-xV@6DESOX&U$JWVVf6bro<%5hRp%6qY zYy*l&gkfCKU~$5MwF-sAx}r%N&`6|)>#vh;y7k8xTJS#`;jD=en4U}@OD373qcPih zrg;YBEGzJj!7bDO3+k|JObnoAMg$BJhrz&5>d4t{X7!uphfKn|F@5MnwhoO>q*CBs z45}7!g#;%_=z z&1*ViY0sdsb-??|)IfQfXIV`iDezOAZNbwoMF*T3Zxe6tEwliNr=uYayy>wfi?;?C zWy*$E@k>Le-x;T!(_^!-zgf4^n?Pkx!1(f_1Z9$$hW zJV5x10$lw0@Ms0Nc!2O11-SV0;n50k@c`j33UKk~!=n}8;sL^66yV~|hes>G#RG)D zD8R*^506%Wiw6jQQGkm-A0Dj$7Y`8rq5v0vK0I0hE*>EKMFB4Ue0a11Ts%PdivnEy z`S553xOjl@7X`TZ^Wo77aPa`)FA8w+=fk5F;Nk(oUlict&xc1Vz{LZEzbL@PpAU~# zfQttRe^G#oKOY{g02dDs{-OXEe?B}~0WKaO{6zsS{(N|}0$e;m_=^Hu{Q2-`1-N*C z@D~NR`19e>3UKiN;V%ks@#n*%72x6l!e8WzOMK>eRtf`rh}9o_TJ=QFu2AqvS18HU z#u5O6)&M}r0RZ?o0bbt#fG+|7dR@SWWRn3vmU(Q~O=AEM$u~39w+ncF#-YKFi;=Db z6b@TiEACtL`0tXtoR5+CBVSDY#?A$s=w`|7Nm|Lx4K|Ecek*hg+8j<0Ib&*0qh<@o zX~_D!4M-kJSXBRSZFl!zB4uo(;Un%$LS{l1-5CHBMAD_k_V%W{WFB4|E&Z-u5dzH? zQ6N9K5L_huQRu(=As}N+p40)FK1W3FS8uzPUSYN@0(vm|+V%E9>y}I68_@6HcGjDT zB-kM8Is)62DsyO@4)2wtKm-xeKDtMzq1Z4r2MB>esuCNrgY-LdI(N=pemY4yjKg{4 z5z`56K;3L~E5W(IBnfwWhW?V2T)5dOY2redN2+K9v8q_DD^Mpjr?K9xLUj?GYO|JKPcGNv|q+3bNEB+;jCoQ`?!ZgzPG|2 znP-c+mTh;vv`v0)HJ}F(QV_XQY^UFMHDd5HC$_x90D`t;RY6FS(a0O#(I58~jbklK z9P;E{RD>FFPit$1H}u2@`s|R6>8$cz3Fu|?JY`%Ki&jfA7iquQ`}XZZvtxOUL8Alm z77q=NDOIlBvv;pZ=ZRW`q=^3g2IthAjuQo(ooY+nQ$=%V;20DvZ6OLB8y0MD38!HDKuTJ zT1McOf)kDEyi$*r-};Yqm7~W3vDldW#mZw9@t@D_x;_W+D>qb8e9U~*n!t)tGTV~4 zW~26vsx6hc2{@nK`r&=Q9EXEX-j?p^*J}jP ze~7Mp^vL(`t3}>^ei07mcK#jqr0Gn8*A7`)YL=S$QLB?Wx1V|DT&y5Gg9x<@-7kgp zUNr`7jM$hom0bCL-yNOfHk*7|oAR@^Ktk0T7CfOD zWIlC`R)Eau3M^9YFSM;p+FG8a{E42|p!_+wmN?jV(-@+^qvdJ8UwnW5$=H1k=TABr zZ|uW7S8K4-wz$+|UTxKOc;wDNnA8z(PgBeOW1pCQ`}VbRUD@jrq(5AX#mdT7b^wpI zyg zk{lAkrxZ#>R6h7bqJ-a2(W+ft*YErL=XY(_wY_&g_jBL(^Sqw>x!=!rUGJl|TTO-d z*YN`YAY^W4WY4&Q=HI;Bj89r{@CU|)k80*h0|0^5^KT9y{gfmC@Y|3u7+YH}3Y|jp zqEJER7z~K&NAV>25C9;sE7O7K=IXTcgd#w{a zcyTIRN8(Hz%5C34M%nY09s9mHUhkKfQzl$VvGS7C?Mu(S&IOk zfB~qvv!@ww`8rVDA|g-%@CpJ@yXYfI0M~wCcZ0lqAaFPh5HlHbM!nxsEHbFfAeB~v zDpx=lN4W8V_wqP9tI8<0m`iLC)5QJLh5`)!x=ICY+l@tNc0PoKW-?|))ZYv_i(?;J8qtl3rVJmd2z6!m3t;>E333K44V z5vE*IFKQlqu*zHCdV=q;N6$dK>6hyQb6=!8E6cnIsB_$m1$0NuLf{=51M0t0{FZ;j`O4CW)T;9^{Yt$7^|S%`CE~fGu-RY%hrIo zQN0<{?2SOUr}>G!0I<_YLDlhosa`!V02pOQC|@>^`fx{5rJ8&FofSQI1itLnJZz{? zTVp6<$d3r2C{?YtrrsVh}$oNlbtr3!z>@@Cyptc>8} zGHBpkjg{?+=J1Gdk&ok*NINnmd&i7RG*$uB7%gTeXPKa32D6WG1UZ>WkLmjT2NAWy z((_!iH;@KGw{jRRlJ*IhP@L{2s za92DUQxC0vBgvy)>jPD-yK8twTZJzX*K|ehqF`a&y35-xa#kFjz_nfp;1Z26uIAI^ z3NQp=Wem(*tX#G}F*^@huK-`w#izx`dDyOIvs~hN%d4AiuKH9f>7fRTaxqhpe=Him z8X~ek8dIyKAbJ#|wz>THf6T9(b!-=HH);2^mw&5rAp>rVZD}~t zpV@!6U%g+dUv|umKhr~h@7XDbSBm!c_gJibE%F-vnwyZSX5f^YZvX838OK!`@!JiH z&Xn0-vWq&u8t$KtXg(xvZkbnCzke%~j7%%4|(}=-l4)*7Qxv8_o{_ zf{G5tosq7H z)h)Pi27ytxP{L=DFCY(kmsYb8xG27-5HZL2^p6 zOQBhzU7_hvm1gm9e&)F<;|ka5h?NHQ7Mpi$HYLWltjHX6c`83O%fkufZK&KwCV!a-A0yT6=u_w;*OBXTH*s&0-DGL~&Uz%> z-n#sp(m5R~9jp502hBOnkJB_VbYY!pgBgPvof*B?cW)2eu2Ocs>;}QSq<{N4*O9VH z-y_=*u6Zs_+uch|iZY8fKCURL$X}ITzBO@cVb){f-OKOG8p|$RUwirW6YlQfGICi6 zmgpftyne6v?nq))V#v*qzh-oKgrc6VER^0Z9ZI|ECx+aHe4gHNYD6#O-iPG35TZ+~ zNb3{zzOvO#O0}d+hl~zWq6D#=c4$00_Ne8-Ce;+QYKBzZvxcgE3;M)f_m{!#6PX#M z88yS_yDyDsj*v#8dQLxppH|9pRi{0?+kkmt_qt6_;PgqTckjhe8;nf^@!Fs~1P4iQ zF6z8|JujeO5<4n^{)qNF-G}Z&X+2ka?z-!NR`vCU>rFOyDOtOY^kTx~=kRmEb8SF= z_(l#Q=g|m*2)F-CPX!;4y&b2A>?V9Hc{*%xEW6xbjY0guqJyvR6v=uu{ByiWc5*Pa zC8341@`!Edo5v4%umjlGyP<-ck3=1Dj?{~zM!T$QgQaK$wDn+Uy+)snl8v5c5Mefm zOJEBPWpsh+9#ogsP54c{I#o~C2ajAbUCezf*CSMwi#2_HZuNc{9*=sJ`AVQ~zeFme z!JQg(rlsb?k$mwBs-h~$WPPjXt=dWd8i**L7eBUfY<0lKIR2m-=^COOq)oFe`Uz%- zvdq>oGiB@G6aOSsY6L0VQ_oX*U4D4;h2xc0LRQZ*kXhpC`#@whU1SyP(20cOdkqU@ ztrN?L?}!7Q`A7Li8qt?0%JL#Dox##B163FIAWBesgSz?q)~whPxsCfG z>PAeNGWn5B;jnW`acI@1U~BJ)opDE0)tmWra>zn#{TboD}EZ8^Txv)%LUz;kex+sfpEl!26$zCusC zt_t;TyE;7a(YPCu(yZ8Bai|Pao_ia0qmq!{*wU<{=XlofgX3pM&5`zJ*RY*azHK8? z`zt@f|9RByRyjF?ZoJj)#NlN9$nz0l+I+fnQm^=E!P}|iX|j9KR`TBAdd_yv86NqS zWu4`JKay_Ob+nIvyk*FAW&MU*vzem-U?EK*r@v0sy^^OI1@*t3a^?_yFni->3+T1`G#}) zCFCyhJNi4+Y+{E^eZ{GY^y2az-sK~~RoC`=PQI1O(rS73p(^OT_}t@1SqR-{RpY^w z$$OI%z2eV8{Wj0EG*vte*gR5HX;ZoDgZ{9=Q_QodM|y6vJx@k^!uC`LWRJJ?m`-vZ zIn+9vFcB||SrMNW-xMhnIh3W1Mj&44`OUojl8TGFC zZ99`PmXdgzd?0V;UG>n~OWk!fbuzaa1Jz+WKWv*Gz7xBO~(iE~_>spDU8>fmkwKz<@Qy3k#$t&lhhSrv# z%`u2dfY=jg6n{S)!FV6RmoERSK~TT_lK8c|@9N*q0+0J{N%i;hSpba3K?ptsG9xC9 zVF&x=9Oxv^rN#MS3iF!Zh9d-$eq%PTSu|Tng~b&@G4cO!CE30%%Go2(!u3dM|k+7-8uIv>KF=LNF*8s_h6TLdE*g2=g0LSMJ-+{9batSCo01g$<6x;^u1)8aJQ5 z1Uw4zL+jG8zFU4ZBmKObe}-Vu|1$I6#|ZEu__9j>MOO>Ge(!`v@uUY}{Rjp`Muz;! z&Rq2RqZzY%6lA_u`;h(*7J`P|_rF_)KigIRFP32`i*a69Um^jIhI~ulZw-I8a*ONv zqrTv%@3meuDOZ>5Qe%N30=Ue%J(R64uh$C{5t6tTYrp!g8bPCmrVpi@uB!xQ}6_|`f}@~<|UBJ ztQda`+AjVth^E<_8iLG?F`A5`tqE3Bg)Miptlu&}cpTD`;z!2P(IhgKNPtj%i73cY z)y$?# zmQKDTI+}4`Sr{l&^D?XXBL#ASvjgMwOF%QG#@xi*+m;ka@NqFBF>ZRa`Qok4h_YbA ztoWs&>+cMgDZUymCfBkv>OvwfwlYq@jKeqN`|10q9RGgH_-}q$n$dsLE0ZsF5GEk3 zMK&(he3-OsTueY%i)>u1`7mkOxR`*j7TLI1^I_7maWMg5EwXX3=EJ0A<6;8BT4dv5 z&4)?L#>E7LwaCWBnh%qfjf)8gYmtqMH6JD|8y6E0)*>4hYd%a`HZCS0tVK31)_j<> zY+Ou0Sc`02tobl$*|?a1uol_4So2}hvT-p1VJ)(8vF5|1W#eK3!dhhGV$Fw1%f`h7 zgtf@V#hMS3mW_)E2y2mzi!~o6EgKgT5Y{3a7i&IDS~e~wAgo0;F4laQv}{~VKv;`x zT&(#pY1z1#fUp+XxLEUH(z0(TeF+{^@7j# z2R@DEaf%o|^p~bY;Cj2ldi9#-64&cnd_wxk);9JV@>=x@NB2p-Xw+9}@<5-~ld^U1 zJWC2r`uDmhmjN|t2d{x-Bt(wqGC2dp`)|mcs~=F>`$l`EzkBXA8MJuh%f@yyCBB2< zDoy7L-g$va3Y39OiH-U)Tz3i^CShq-ya!+0;3B1q8n;nBWNQtuRcmUX2eu!a0nKhX zj5S+dALVYFys?ZdpLf7vOu<~SNi2rm5?rVq*nRt$jnCmvs1iy6Z|*lI$+*LKD z0yv={+e$;V>XdV~!=6&HJ@N1h|e6jfAK)|RMTef;Iir`1Y_cdMlVBK7a7F?vVH z-TwqQc9-3D@AQ}Uckd`0R$UE5VnrflN$DpB5q4s-d9{->5!nRYxP7Eu_9eeMUc^LF`>-&%mN*nF(pTXP;n~SrL zY4%j_Ngdnxxy4hx23iXhOtLq!tG%@Ac3ko3&A2l1g`xBkl~sn+ef#R7gf~QbI9sf$ zf8W7yJ=@~3b!#;7oKkMv8~xspe_9XE6vJ$;;HnUI7FTv&I@*^yyss&^ zYLg)5`R%ZHtR&C=B>SFc&xEF}J5ZHEHU_=7wtH)4G($Oa6l==JjCpEiBq;D1+ht!f zu|QZgnv$p1P11sb8a=MOn4Qf+wO$ws{x@oduB)Td_wHRxn^*0gYh8pFq=c~}kYjyQ z3QCM2=XO)jr*W>2OZPWNscOXa-7(o9rPw|EvD)iH+Bj;|Zf-P}?8fN#LP%KQ$()Or zF_!^UvOY&qW;#g8RYknjVq5ZS+XK2|sLie8^`fXG++0Xl=B=|PB`UcpO~lYWXNF#k basV%*y(R{@9tF%lJ#TKj)u`BT_rd=GTDyix literal 0 HcmV?d00001 diff --git a/Resources/Textures/Decals/originsign.rsi/origin5.png b/Resources/Textures/Decals/originsign.rsi/origin5.png new file mode 100644 index 0000000000000000000000000000000000000000..9cd496c6b2d2d0aa06938fc3a9735efe33366e8a GIT binary patch literal 19042 zcmeI3c{G&m`@kO&vP5Msy+aZ*t1--AFm@$jWGQ9Lj4@eeG9yc6Cv8fSU0P&|7Nvwj zg%YAyWr+$&eeu2_%Jv&nG}WBW`F(%?{LaidGtXT2bzj$Y-=F)sujigQ=Q*@>iv&1Ox!X? z;cTmVCH{C}A zFTeoI!ol4fxN;MyXb=~^1_+7(Fq@btRe*0F;99$GT>uc73`m%MbkO~GW1)DT8jDo& zHQf>=v`N@@LGT^{2M5Snl?DsxjS?ur5<-drq$)6377>ONdo}zR05anwS+gCU3TRkf z*wBEAEndD0{QfTgjG~)c_jGS#KHUHSUNeK6rq!WEa-ll>q2ANy)(`S|>=e%Q8$05D zP0Zj1klEknFif9iV{-OHNo#9wPtOa>`?&3dM-B(3DOI~F9HzWJ2kTCbjlR0`Mkx&8 z5@yCX{;KNn$mXmyjVG5yx^=ugZZ>&ScxF=msp5SLw-QG+iEf*fdt!}Kjt(QT6c6D} zsyMfx>@0AQRMrgp_}^+=_RdIkTQ%B3BZ!jrD3NSxCB zDx5e@h!ncU*H!gWI8G(H{))VsEA(#zd1Qr+M|3=WIi$+|)^a_%*cXCeMx{zw*fKuD zTESHWg|-+Tx5JL>Vg;p>qsA2~&G}XyQ35@Tk+4zR6sKtpw>^vp*_+FM)bm|}KDfj5 zcAQQvfC!(AE;ECl3cF^b_qWImqmmpgxk%G&mxRe7-N^hJYV*G*@5uY~}G) zQ1N{+M)$RpRvt1!Y$!Rg#Nz4&eDlg?(`Fyrb^YqOsYr9Vb@30|NS@aO(5KWv8*8I_ z(tGapX!NY^QTVuBDBaCq&xLWjH!8M|c3aB!iuWRW`N>HLL;Le7wl8ze;#X)Mcg7W* zEw;UEb1-KW(k}&FA0cJ2DXZXI!c#d9X^%1L<#){6D_$n7-IDmkp}DT#>|NqJ-VuKh z(P+ttniz_TY^sca3`N#o=5o^Ji?UCT$kyOtTJR4^eaT|UGhwba|$8&eu9Vj%l*Rbo(UH13seEYogtsm@G+fj0Lat`KEa%gz{ z3&BoPhxncDZN6u1bipR`>aOmxYLGBdwkSYd!BaFp+AmD=zVg-j*8O|cN|UDKOONQ~ z<(@?wX;^AF6xj}+a@QB=PTDh`#@w>3PbE8XIQVd<#E|M6)zue~n@iy29iDlo6Hhzl zo9El)n|&xp6%J&lUo1B%b(#oUZdhZvVaEnD%JGJ!>3w#sb}zGqvZbu_Fr$T#JkPAv zXG@L!@A_m9CS}~&8Je+~mfaax-uGqA0q7Kd%KJ<9sF{c(f02k1f4fM7jP3)?Jv3c; zXifXSHbyS@42-e}353Mgk#QwWy60O=kC}=crB?6gR_gYy_O3p!%&)AVyvgdl)nJOP zRmnxwi#nTiHrLcYu0L1*ELk&E5B?m{m)e*5Jhkhlt8;*}dT~ziEwaV69_NcrgT-Y& zQO;?o-(FbkU3`E* zag(Opd{B6AFupwg!0iLart}0v54JAPmv@#AW?c7`z-+^GrZl7t>K}M8a=IT%acmTC ze4)`@ysA$1J~iDg^{E*}no`1u7>+q|Xj6C{BoPZqU0waMw!FuZIl9N?bx`wYdTLQ> z)j&@BQc0JarxLJF%&iWoLV^>s{QOLR((oE1y6ObLc zo`=GFD9kWy`;v+Ap#2JWWA!oZ+?^h`IHo&Vcx_sPhNu;ye7x>-O%4nne3Sl0xO<;;613KZ z9(cB)Y9uOKDi^X+9dp`XbIca)Q~wx>tK~=?UH@^F|N2;=z$*DFiXyZL)fDr>XouR` zEg#L*tb$JdC$3C0Q0ak2mU?eVvI)R0XaTnj=omHNz30$L)9o+BMA9{p7 zou9F>e&BJ@qxKV8X+vjb23A(Be0{PwD|(XySl;n%`K8_HYr1;^+l9I%mu`&S#(zoo z*5P6`?-uL)0f)rG;Bw_4E6=cjvRVboy$n zlgkvwQ#BPH@Kd<)`x!-zF~i5p8X| zF50#2`oQQXlXhrgy-Is&M6prH`MbKe%E;Ld8|roR@fYwT_%C?WVDrlxgy-WvO@piV zm3>0~r=@*++1M2J;hlDS9($`6_ZISm#YEAVe&M0K{_)cj-Yx}Oy!Q;$@HX>K39MUQ z{JiAv7Wrm9yzTL48$XyWuleiFbo!7#SQI5{e=M!~%{sbqU{C+pvaYeUqL{Y5NB3QN zE%5ZOz48=!=x$uf#}w04yOfFTZrg8LKgKpad*2x}Y1aOiSQ=8-DbR8l|B%|&AO19+ z^0Dz~dP4evV94hV*YQ~^}gbR?B(|As_M0O9tLQ@caChE7^w8`@RuJt-z8?Zsk5?1^~U`1lz<-lXA4q6WAf05G4act@tA)n*Kl<_#f`Xl`UkfH$3W5Cs5T{Qx?F z=t*XR+{hHFkDlUC>0Lz-m87TWplJoOq8pJtsOCYwWV@g(cw&$z5lvFm#|r5NU|0^k z$xH$$z}w4*feFx4ob!ueeV=WHDuU*^Fg^7Y4QB&_9Idv3jA*`OkR}8LCc;o!AT2Zm zuBoMk)KUi_U~o++OarO`10ysrNEil*0DXNaVue`WbbU$g7+Yi0ui;pdo}venNyk8; z{{H?De+>xDmjZ>O(P$_P0YxCdtR7%SpbwJ}0QO<5n|Jcfk1?4+^rh07RGJTH)-S=0 z=Eu}iRGba;{q=QT-t_N*d>CKZu_!_V2y`eM0)zg>$jXYdnYZ^ZEg4Lcy{wUZo!Kt~ zGVpy`&EJ(!fmUKT~uQ|XZB9!b!_GZOo zuIn>Tk?uHS=b3sW87nx~%-e82OS3OqwsAM)ShXXW7E< zC)UrW*{lMoI8c2^G=GMwE|lG5VZ9f;k&OvVG8O@2r4SqjhH2yB8W=bN14C|v!7(t{ zA}8}b*?d^Ba-T$C68^-?4}IDF&`4DGz(4Y`(DO$hR#q4b9|n`)LnK=mV_9>DP^lyg zQk$r)fk0@3wb7a+usa#41$J{MlfeiQQB#{haMwg5Npq9@(flXZ#x$beY#y*&&u@GZ zjmUEUJ*_Y(4Q&+3O%n!2YQb16;ban+6%hs|XrZ-PO)xYZhWHj}k+YuyS^H91b&24$ zsL$+NNUUH8f}6Gm8b$ykVQ4ZKMMM(71Of>OMre^WHPKo~0vrYZ7UCCfehOtyWw5d- za8Z`Aa&4~i*pc`A*!oT3MV+f4bb>E~Ji9UV6u<4v?cT zX5s#!bzxZFEx(#ke_qZ%Lon}uk@@dq_(W3Ymn3eoNqQ4S%+B^XvKJ z&ib}nf8L3@3zg+tB`{=Fw%HBK_%S2qHY|=n`LT6&*kAMKTlqkew1@~8K?|&nAP~SP zHzcb#p;@&G0oQUv619VPGHlIoAPW;C6da90fe{c^wObg(qJE3~kcb#}ny)v3iKTiIC}b$zhoTEz zXk65D_HK<~l}*+bCd`#9miM39*!w%qmOn4Qx&B%R80!Uv&whS2U94s|b>eKgSj}#_ zU}^6|Wnx+PmAQekH7~N7JyKxiINPyKzho?HYV1wyy|+>W$X<@dRMt(8FF!k!dc|v;>?Fl%f-b8gtN%S#hDMA zmWzuG2xpOti!&cKEf*IX5Y8eO7iT_fS}ra&Ae==mF3x<|v|Lmk`B0Fb7g-1Wc|0Qh1oj1BPtZ5JHse7aE*dP-!c z;0IUvbPn+dJah|hD0W&Nt~hWp$u9)-VftQX()8w#^D-l1x6^!-;o?rGy*^7iovMX+ z`6_*u?O77-5tlgDF(w%p5O5+=++39hxa?wQ*%T5~agxh}EXR2LVI?#Pq4)lv&HZa5EQmaIO;zog6TA(96e4U%Uj(%Xv}RV^9a+Fy>od1xyWt-~{N zCIcpSoH0~<+u*a8G`#wR(xGC@PhLf>9S{ARz25XBscY-$z4UzKUUW$P&bjr)PVUmO zHWJ>qT(M_{Mv2PR;wEvOb`U$ML)|jCm?=QFvE5+s_TU!jj?PZSSmIVooBWo4#>aEU zAP~q_wStsauL6MnVLw%o4DjD8vkFtG) zwAyOPcyxb{NCR4ictu^<^z!q%5?AdtRbvN`a-tm_9bV%M?KSU*i&{l&EtwekfDD1g z;V1n}*LGAm$RNKZoSNc#lp5SP{AvQLURTxI+pETZZQ7wp6o{w<_NJ-IP-l6>(1bXSHMR3CyL*uhwka3UiM0Cg{ezd2{>})3NC~H}u(i~VJ#R?S z#J)JXx8)Pgq&`j@$4g%$U~#gd*jv;KkzBUCLSdr>6_v^Zu!6R>$~GfSvTU2E?*iAV zWYzEn9Q#K-)aRzKLS)0}-cnK3^;NJ)f=rF1V$B|LzRISm^D4NLN}$LJKbL@v>_Gd9 zEb8G_FMh^L=BFh<=9Dzwv|%*T$}cTP`vre6BKg(iq;8`9cAoJ&mm?k)%SXN@c`Bc( zlTxp1e$e;ji(JcYdx13H*S;l@A8zlf`}|Dip96p089Hy9+k>ctiM%L|a4v|3i6}&d zQd4ra<>xPpfy+emSgOhpbDn=_n<2;y4&627v#xmSJl`o05w;f3Le;khC#Yl* zjt1yvLuZ~we6%`>Ci(8Fn)&xQA+K`IHB zuhQ0u7%5qt+n|u}p&hc#5>`$3^UF$bf+Wh(i&~9KUz+CP!^PbaqD|hU-Sc~S?A?lcQ#%aX}#=A-7gG^f6qPqWe~-+;j$O#}+|aQ0jF{vLtL-^Be)KEXaGa iD;e5z{>#5Jynw5-KyCl!}NoQOtVa&yKrZHmNFS(7-)tDJ$Vhl4=Zskz9bU7q)jie*j zR1`;uC@LYGkZXmM4t)=G6yf)xqN!%J*6;iK=eK6o8Z-OZ&))mppJzXNo|&~?$8EQp ziV3e11^__J+|0-xe1*AUIBSYdW8TP9nPVR^$WT2V=3S z3ROb406za#5eQIaol=EZA2BO2Y?!p0FXR|s6+1@P5)vW}YzvGsyaa4B;R{Jk+~feH z3jnV5B)5LR76!O({_RC85R&>nDToi)6(_%nFFgi;uB1d70Uld{{H7fzi~(l^Ank5> z2Mu(<0ED@dyBTn`1gL716e$ECq5#4!GHeSV5Cpj1Q&jW^jwJ!oCSy+6e^d)3hg3jP zNrl)_CA4wqE(pw5$jM24gL0$!8dYg+;xc0LHudU&q_wC}O^K)D4*?)OW)+z2__Tkc zctK;Mc2u$WKG<-j;H-k1TmQ^pQ=ZQ@0C>g@Zk|zt7p)7~Di}ha$=En5;IUUE{lLUY z_dW6QwGS@eqS$@o|`$e?r#}bj*k8-UFcg)>NomHg!?WBC8jFL}{qcRna z8=l#6cVo*e`FWq(6hE#{3%I%;#}^a>%icrc|JQP}q%*tf`2+xrl`(Grr3~Q@@i_Xd z$#3?J{@`wSCp;+9uY&-9QF^G#RRh_#w`J6-1lQmGrTezXM_27* zhDvv;4J8eQ$sy~Ru3Pet7%GQ1T$NLCh5xlpPP59+BRtkeT)o=yPjNjTiAf?P?Y44x z=yCyrdythx`OZi_w-e5aQIIuBVejQ{n+ZsrRD#}*l(ti_jL|Yf+Mggm9nIv%^q9-g z5xY%p#%#R@ppJYDFE>TTg%;ZB{Uv$>Uz)A6?wCo2$RjcvnH;@3J>?Pe`Z~Q++82f% z<#|YSM&s~xh^m(|LK=6x5bCuxhSzk}mdBFnuPNk<=GCsdx+9;z?D#uU(=|Tn!I#W>>vgAvW9c`lg#JKHQOULm?xa&D0dz zq@q{CC4(aIcXX7bj^k0AOHVH|zxD^AMXJT5#oJ!-m0C`UrrA2h*!!Ji&q5(|oElX1 zUf4kDK+S;0fb4+$*e>Bzw{5>>=#VUtZ#XJx` zYjJkdSy>f0At(1zZf~xLb)e>K&5p>W zW-|!-e+0Ws9~X3~v8u7b|6!MYZC`(REmVZGw#Z*i-cu|u{6MJIolVyoo*X);QkFO^ zS9Ve_H|GKxuVJC#RAfIM=dLf*pXmGk9DDonA?2)u@!%7^(r>mr-y(ZS)2b9n+3lGd zpAheyXO?G|XZpHAyI>?M^-_g#nafnDxIvx8=G~i3snLzUqz*Yeap=hs&RT7)hj~|^ zp6i(@d!fw8uhKhfG%@Yg-jFmaMpkb?#n9yX!|-XsG<`DbovEm^V3DYjV3%m44EC;; zF9RzFuj~594!@^n8$OeGmYDGDSWIa%_Tpoc-%TV=(Q0@1EA`WB>9rR(32u_#WNAHY zJ(_H9U3zKDrL9(5t?C*cHe@ukC26JTA=^OaNzi*riWULEWZ>?$ax z7at~4-PTY`?iSRH##Y20zIpifX+0sah$rHCay#XMS=X7;m>rnjNO`iJknjeiBF zIyXr+b!hY#udLs4hnDJ)(rQXwLoH<;9gjSD-111hdIC;8MYgu*Ud4a~`Jys2NS?(XvNv2&`kxtHa7w7N=xwzt=y|vvzZ2 z2Y$E8hV5f!D%OE#{*Ecv3Q)SMk*PLVdTevf>2fPEtDY20+Un$kP&!HvQ-M5sCg!xS zVXnM&Y%z71`ojHSeLf|uaOSS}$rAX6vqJYhi%#eN;sO&cHoWwbuv58RMW~QUadNM0 zIQ{?~pO>cEF!HeILDy-Wb8pVij!0EYJv&pJ8E)wWlXHGik-r~Zi1iKV67FC1i)#1| z!F=qWCyG_*k8ScsoDvFxD>emMdxq}4{ou&$8+@LxMI40(!w$dhZXelW;|zD{yFr`` zPnE^3I)0)+x@%3ss^2=4yZr}cBNz`Vle*)s=j7cfB{#XZxW9VQ3rpK29-o`=B0=0+ z>`CW!vA!MGN8bHw+yzf)Q0^)_T8uBfSc(0!oRW3Fv09^yOEyVyNS@l|w(F+NLtJy)aBtv8)2?47&S_#@0xZS}_i3H4 zj>6C@ z^rutu70f>RFnbs~6WeN2S9Y!}xuA5nXX$8Q#f>2MiC3~|I*mPVD+2ymJ=^v;4XxKx zF&@a6xI6K#Z*@;FbMtg#ec2Pg&7+sgZOZq(-8N$I1m6?!Sbx_{cgLIV-}YDerH?mv zn@$LZ9c`M4c^55#|0Oypx;|Vi{B@cx4vl`U&zyesF$>>BZrYT#W+r2%zF^I2c<}qj zuiG1&6Pqt2j3vZY(hp@$4_Ccjd!?(kx^}~@`~Dipy>E9+jokL@_LF;au}{Kg;1KjT zhT-_H%h6`=D|*q(X{26F+S&epb2JcCJrYN>0(NC<5m zs18~ksimW%siOu(A&^>dga%v#0YhnEG!Yn06!gA+kafUXxd zKAAxR-G3=7jE)xB9Z5kGVVXJ!kR_5rhM~2{2pCZZtqTqz&`1R8bD$;8z6oT*q=9{j z=(S|dTrOlV7z#z!)+{V;X_`EZ}w45&;WzJ@PgJX!Kx!!{#&6O_& z#QoLi;$?lY{A5P^b~%3z!GixK=0A?%=Rxu2R{jgF=4bub35(&*_9HSW22`*@er9Jb zc>UUp(>)eG*Q>o~{|5`fA|CwTEyK_4s{a?uuvo<;5281fLdL;A7x3qSpIfh%;>-AmBSY=2nP`EA`cgL zJ{(#eE)F2vMIJ8hd^of`TpU2Si#%N1`EY1?xHy1t7kRk2^Wo6)aB%?PF7j}3=fk1p z;o<LUcaevSJ0A`$4;Kdz?jjEtcRn0i9xe_b z+(jNP?tD13JX{<=xQjeo-1%^5dAK-$a2I*FxbxxA@^Eng;V$xUap%LK<>BH0!d>Ly z;?9Rd%frP1guBSY#hnj_mWPW22zQZ(i#s0NS9 zaufhQ%!0440N?-u0ES(`n`9FKU=8EUzPly>z%O8KWI*um9B{H`TtrA7-XyplC%oc> z2f_Gk;QnB<+1XNir(uhRP;Dj4RzR$yx2A3Nuf!5_)xoQZ^3V9Xn)-DZUJ99a&<#~d zBYy+;dU|@EZjcG*GlW3oVdvwd>@7a}`&W&)@d2Ifhk=*KWcuUt;l%9JPH8yq&_I7h zeL~mWW&QuWM@&ZlHd}iY6#kl+zG(Pj3fD#xZY_Ko&}%*&7m((M6^gg9>G(Jq_GZ{L zTJEI+#K(8plkmw@JrNI=c$g4LbkBKIeW9yN1Tukgd}6|{re}t&6H|J}B-72$ zT*q~Hcc;I0&`xP^?K-F`JBBq)z9eb**2#2BhB5|1E_#x#W@+1gAZP`oMl#Mme}^jY zh~6|_g%%oG51hWVrMI`2UFp7q>=K@vds=Dv5on0T#D;qx4)ro2@{$64YV|F^5$GdT zC)I}W-8LKQkQvI$hSnQG%(fttto}1Oc|ytjG-WNei9hpjV{3-8;6yg{-qh5T*few*xxMj7p_*O07T}6W%_w-?JAj#1pHbT9=%`Bw zuvwPg;hnt6s`YQhp>)N2ia|H+`_{N%xSd`_HwpI9SP*^y}l;j5^uWSng&*r9s8K{hHd y7>9d4JS?ne5oBy$A>kVWIIAZ>XQxNrPXLh08XvXwWny!;iJKd5H!3i6J@P*`CGKJX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Decals/originsign.rsi/origin7.png b/Resources/Textures/Decals/originsign.rsi/origin7.png new file mode 100644 index 0000000000000000000000000000000000000000..91607f2b77596e34b373d92b9bf69cf99c5dd00a GIT binary patch literal 18579 zcmeI3do+~m_rPC=+;5dqNoQOtWXzQ@(-@Z_*CC7yrHr|mTxOb?a;ZcSr9)D=#ZjFI zp(q`pD3?k|x=Sh~b?6kO8-6b;nrc>S{l4FSzH8pK=Cb#G_TKOFdG@p4cV?}3*Ggww zCHV#N001c2+gZDTpOEpFtTgz}4-X##KjgS}UVH#hm_7cI0MZZ50|0p!Hj%h;r9Vf& z;rnyA5PKpK!sT(8>_7$pgx=3|XOZ3e=9&#Z9I|qZi`?(XahoFxakGk#R7+Z7pe3j3 z5T|wc-W=DOnKm|38ke)PTSuL9RXh%bB{o`&Uizs|7(1r&+$wF2L}au?wIIpVQ8rQyun14E$^k4^NJM6)E^!C4 zr2yYXnqL>N5(@Y(-S)H%h|GMKwpjvLyu6#=+wT#P;-wHffetfLbOM5h62D_(ozUo9(A?KJ>N zrIp~zb+I;4t7V}ZWIR2M7U?zHt1nYCq5eiqw=lXGmNp+5g;seqcntuuljeZ49UKX5 zRxWC8Hc2Q`UI%@CL3&Kv&#!B=r=@^v0RWE$5v`+!u+jyQ%cUcOMvp8Wkn&%vkiBs@ zo>`(|aR$ilyYD&39cN>6cyIZ=dp+IVcO7c2R#UHfZXIP^TvzQm68Js>|7rNmqw`O6 zqmVvPwo>mNUA#8rbZlYEKDlVW2Tv1iKb=(=`=r^XU2E@GPBBpHa-Fpy!8(1k3ZIO+8u3NdFy= zTSCTOnvd9KF9sr+_WL#fz*=ivBl6W!^9ES}u+EM$IBBUdR5Q=8T6$s4j0ZIepL|WC zt#oTITB%ye(<2x1eDzOkx6<3$bW+p67k1M^6J71q4%?skv%9CK=ly+;)>89(J0q&3M0I zW7n)Wm$dvcfZYCRXQeG-e^iO9*-gbW#PZ{q1<@;xC|sut5b23?voo&qPA@RqV{*9n zdV#;n{X_z>0bc!Vo(!rs5N=d|$?BA;po#ZR`=>a7&*!_l( zWtU^RGrKQ!qq;S^wO+55&-Am{@Yg%{CwgvI*E`JbQSCwZNHbEAmL5mb-8zmRCeJiZ z^tLKIT;^8n8hd;;dSg1aX~$f9$76*@4zw-sSN9)g7e5o6o7r(-k#ov*&l`<>w$D!+wpv+*)oTRJr z2OJJ8IiO(xBj@GkCXF!UN^rl_z)eV1Y+|=E@iD8t$yT<;P?5 zS;skK^S>gzMs`ViU2?kQLj21$`_#Iw%6f1cSztY*Q=MCG8nP@q1sFRC;A#WXs2=nV@*K* z!IXoP0=oj&0^1i=CPn?ZnK@N96VxW!E|FfMwZxJ1 zoHUT`Mk>$I&spxY+^M1ITGNrH+iAubW{5k;-i+RiI~kp4eZ51y4a<&~{mrm1>Gsa? z8Yrs_j`7BN9iw=7`;@LI%q(1dyP~incV=$6bFy0%TJwkwyx;XKyp>`)^l6`7%`JkioK^?py{m{!9UGY!>z(SOm99kV7|3(=wKg= zMQKrOxr^#5o872i%g%JqXtQOhvͼIJy)Ic{$>N+B3!Xw-LHuIhFWyxHLMIQ+(& z%#6~Ei~Yyjiw8^w*aNW-{=A0%Q$NcK#lL>(GVzgXPpi4Yp9kOpohKq(h%QmAGrc-6 z8Z61P@XpDz$3pUlsV~(DZwb6Vy9ix)%tPcuuXWcj)n_lCZFITB$yyiFN!+G0Mjs0w zYXx#67fY}tcSTu7t^V!fyYMYq7ZS{I?Toi2_xdgOWS3jcu}s`vxV@*QP|N@FKYI(c zhI><+lbYGeF)JgU-M%hEeM*hL6rs2@CN{=%r+ET5j;oMaVvP)nOo9W?cYf+0jD3>%M4@Z5 zdMfO)4>#;^^TnZ<+_`y1vkY+uEu7+XXFc9mc5J7kCsdR2wCcoqYzcltSi5}JoEgh@ zu97~1|9f|tLC`Iif_~4GqKK*`;iQ15wKZ3_*PM|Ec%k4S-xIU-#e+NjJ}wlPSLYe( zhn<-kggLu*7pb+Yr_9-QSMNb+k47x#>V>oi`%mW;)Rxm*m^YYxPai_FRx2OOPkEZ6 z9ISNj{%NJoRj2#kytQeEr8McaSL`SwmLI)<|GScrd!@N)xjFeS@(}q0*<|2G#~JFK zcfqX#8k;NMqW`(ozPfUFgmC42yN84a=@#=An@(qZ$WUHN_Q4t@;sDRd6n(BB|= zLvln$N4e}y`ORCJH_XUxiMN-%uvKpO{rqU=%MhrNiIT@3hw7i`aIM3-`-bH@hZiZ~ z?r++&`NU(Hw%<2tvNU1qt(d0IlhKfTK=|$yh0?G%%tIlj@4)Z(P;6dJ?@ zZ$tqAZyw5}(gGL)h#!N+4mQ(%S#d!d!ls*Pdm5AABrcKR&$bKaG2FwQ$+YkQ8kVkY zPLRik;=lkw3;`7q8Wb4J$Ay|{PsGK6-^bN3ZOFtBL4cXI<#<8}g|revlL5Vfs&cF zzd*pn!C)aFAx0r6BMy%RLtwF37#s;hBB9_2C_gM%Kn;Zk^K~YJe2HVt;L~_)u7J%6 zhK$Fh`f)Z2%(S(~6Ma2C&nt-gHBm7CGdqwXER@QHA&lU#pE!|7qTPame(1>;*lYsN zRllMnhKemDmKn>n>O-%MfL^3!yTQ1(yU#x0X>6QwY@LU^$La6}%1D&X+Q98Mr% zvdX4@KY>4=#;XdV=gAJHb3*v~c$l!u)Ot@vV^~uK3<44kmJk9Cg`1KQC>#QbGe$0h zBXDr|v>=lsg<_Dv+NVW5~aP$qDcG1{0uG0AV;zYA^6p=}(m12FXD z#;0>=VEC_Pg)>E=Oqq15F%*pfvmp=+IuvV6heN3ttSP91V-axVmqgQoeV53E#|HZn zHE`OP@ww2!WC#+Nsm}>iOA?{rz(O8iL9A)7*caBgCH(EUNq`LrskOc@RE_DF~tR7?v!sLVjgu zPDcIKO*lLrHr}fP+5d%w;8QpK|CZs`cGdsHGE7x5&7T^~V$cb&F9rNX@oOtLxt`zd ztS`Iu`<;lN>MUP6fhE}4#y2eg+lrXjuvS#ox7zX3{#-v_+6S7Bp&{W^4Ac}!r9w^o zz|KL%g1rif!1$qQrf38L<@e*Fo78@r0}uPPGn_UNA}5f;BXQ^q0&2SVlzIx}G%xUv z!IhK$3ljKlwpI{(8=?sUYhnUL8X=~KnKo`(96Alh?xOOSJ2Bv#{%wr$;bb zKme~R6DKO9p5`@vOM#o<><-@jG6>+*gjK?$SF%GHffQ>tc+umJH*XY}Wx_|;@Iyzh zpE*u5e0H2Hu4(tE6NNmf1@C~tn{U|HyYKI6{Ocv-Klx>9M*qpELb1e2gn)<^#kfTC z5wePL2>}r;igAhNBV-lh5&|Mx6yp-jN60G1B?LsYD8?n4kC0W2O9+T)QH)D8A0ew4 zmkqD3(-(R_rgVq8K%M2livqWK6}#khokh!(}TMDr1{ig5`65iN>wiRL3@ z72^^DB3cyV63s`*D#j%QM6@Upm;BW8tc+mrA=VJ^Y1QJjzCPfSt`M4?8wmiy7Xv`# z4gh#R27dMdz(zO#Jog13l1&8wbL_n7@Ywpx6Sh4tkfBcagHt8QPC!fW2L4Fo~2+w@A@`RVK%6kb` z``z9-9DV2akq2}S4G97i^^QTJBUSgUc6YGUj~N`~yVYL-kK1FE(tDp`b-Sdz)eDSE z!XMsj^o6f1dZBGUOHkqSdXY4xYV9`1_?omU>(49zd{0px4LAL<`-rT0xS3y}1SxOS zUjGhI@}m8OTi&D11u@wj^~D9t3QixXP%b02u0OLIRJ5!u9*Re+fAm>z{7)P3;tj5r zCkOnCSFx=4!#USoUW&9&$|~-RWMO#Wjvn5wI=@r1Z~oa}>y*>BaCXE|*Mumz;>?|o zGghzfb#ZZ#y`-AZ6=?R?$ zmI3gnr-wn>?B%02zq1o2U5#xRUEk%8_Vzs20+c{zlDoBQbRyZlX^)}mP)5M|xl5Am`vUKlxj4wx zr)oxe7fLr{Z=mZ!@uRAe#l^*@%a`li)=6Vp%Dy^`cG_1Pv4reUGl)->o|7@;*rxU> zkf~zPc2DnKlT)7z(ACRQEGky;xV9Z~*|l&+kEwD(LP9kbQ=iJuDo|JIjNNG%tylQF z$?8_RTgm=eD9Jyf_ZHR}klgVEe75<#{a2|u6`jnbr-SSq^kuc+3zZ9{-I?v-nBjoz zwm!9^t+FE#ozE@G!d4!fF>x>+n@pI9|7(Qutqgc4v98gF(MFtHSi$Vge~ z1Z2$xwl-3|x`7Q)VC$;gukHa68ShfV!~l;Yn#y8Xi2y{A9%~NxtO3roZaiQCxFG-~ z?{zovz#}MtuyOUa28u2N)h!A##ekG7fN+S7(go&*0b3iiwS$3useqE@h%52$)rAUu zdLXIPVq*DnyhWsk6f{86)fKi(r^RORY9%aX4kgV5Ruht{hKj^2cs|+$09lF3;AlrD zf?MPZTUxO3W%8cTH`gU5wYnMlM#^U6m^2d*RdwL$Ny=mq_x#PO)6Qjnn+I7P3-*Do`@wd;f zy<8rN+7f9s_uccFrZL;>rLBkO@AK+>m0JFI(aMf)V}WtaX3aZ;B7P_&IC7M2Lj-9i=rXWc3VH(vG2aR3;pWZ(ExM@l@x zXYY&Fpvht539GCXK!mr=;Q#>m-F!LB`OYQddMN-f&x+J5GF2bDp{idkvGm5g&Koix zw_^91Ex%b~reG#bi&z@CRrlN;Go9$>A`QK*@IOs7Fx3t|(McS6SdGgSc_Yq(_Y|qj z8#+~y^XHm2NGVb@pTvrJ9dOf*ms*?}^-lAK_1r~q%OSU8l^nFzB^p>G9S=A|T&y)l zi~{H2V>Vk>B(7-yP4<3{V7{YF3-g+*=Ko5<}QtgOiNJ7O1~Revc%{h z_GI7P0-ps>5=i8FMD=S`N%T!W1gx&s?4qIm{3L4QMXhtP1$9e`Hl7o&-2ax^dNFA3 zqDYJC`PjKZW)R9UQ)@R{xAl*#b0JHYV-`M{kDD*P&!J|OR#NV|l9d$;|GlZ|g+j)- zS?g;*Sd^d$R|tzG-^49nw4aPxReorW&BZg$?Tgwi+x;E2`}OnEG1g18lWsqu`4&s! zkLW{IH$?Sh^wjpCd(?Y0M?9o6yi5YlymNY~<9KJ=TD4w zUMIg69}AL|i&oxSAIs2DOIMXtWvB(IUP!S$t9CC=t=<`dLk^_$r7lQiySV9<>Frcb zyd!;d?a`G-)%D=cdHHAapXJNAjJh;BC*=L^w5!n41?|+GH~-IL1upp+8wQ-zofvs* za%1utxol_SGvV$N`z73KZENkxXB@IFdUjXUL1d_EmxA>*edP+Gw?`V>TzRqi@y;E3 zl_?V%m2pP-c_;B?^jfs*CCAYt-o}#MDFN?}^VZMr)5%F54L|TqX;}BAuKHPwZ8?&@ z**E`K@-epp>jH-YtAVT7!oi%3vsW!D-9JRio7S&gwRx2lBcWwpMxWDTr>8m6IVyHW zgtvvTeBW&Kla=N{*Zp&bQZldo9+7Fw&UqGcweS7XUGNF#3D*0Zw^p)l5|?C`OLWM# zs1k1(1h9!3@cNFw9mrd1O~~1lqm<+q`x49Bh^Oyc{$aV`AhT|B_wsI59jos2N{N-4 zE7#e*u^UQrv@1WWdv=ZO8r%Bjrsh-44^j=%jgSvfed&Ga57WCYZ`~BUNxv+&>X|ENuP_iQ(pOMmV=5P>HaS@GPz6_>l3g zTVu!i;S9G{h1N&t?lQ$j-J8q|r}TSPjKz#{?%vVZxc%$)G{TZeuypmhrwvzo*7Dv4 zY=1J(rt?G-=7eshJDPj9wt@WIp|{Og=EPBiZ`ZkSd$N5b zqqI*OPK77Bo_|<$IXftSoHD$a^baZUL^r9Mh5=I+^qtG?WDxzWCso#`3XMc%DF zNt+CvYy)y4R){gg_eYvWdd&IoE_A2n^>|}K2mPPo$AhK^v&v1CO%wK<-_v{JyrxgX zUx&_Xj`yXsB(^Z+qc()UesEWk@`@5y8!o#lDkjP`+BlvQ>$ao~nQRc$)=B1enZGwb zX8tUlfwae8fUY&rBjv-k5ue~HFcrpiFmLy!`)(O-Hh$}t;$eD)Sbx83T^|QWV_s&w zl<5vzoC0sy!U;LqQZp8nqml<(q)#|zVjH{O@W_8m74&jd4z3tc3|bK{9a5uF!_b1a zVcTLKkvHotTR&p0XBT?-uf!^Ykma|~+4{ZZ`&Q*0s_IkweyYq{l=X=H%i5P2V`8Nd!u#@bUqy1V($ib z?<%FdkIqmhDepf}sMN7IS$X#(ozCE1^%(Y@>#3bbO7aSBmeX3j+r9f=J%eU?$REp3 zew8fmFZcLKiCovllEJtCSaiUXn{_%W_m+{%PhTfqsiNoHZfRa)?0m*~%=x`DcBuVn zDdpii|F$9Zu&RGBf8Fo!s2ZOj-M-f0BIaUu-}^rOgUyFa@(^K;9?uF#N-*#v)G~nCJ(niuO)1A^jczAhK*f){d9=v%L`q8T6w*|*BME8)j zqt3UPPx|-VOJa<)9?UqJu`3+*Z|ByIQ)OX&)RwMo3)sUI3cMHX7L##(YpT|?Y#zD7 z8!7JSRdl`Lns$NU$$GY2Efr(;(`{#KcM za6c1o^z`azD0}?Y_}ea(r{RICCR!RR9|x@(I$vd9z(f=`r+)8U*nYsAWsZWiC zi&fy^@9qygY-vkrJDEI^oOGSFGkfAq^?=%ij=GwvT8gLy}rj(&Sw6l+lk=G_(T%2>&vj-FR+xwgf7h1*6c|UUXP6 zivw;%0f1;6%%M-0>=1SwGTn!19U4e?3SI9^4fUns zX|0LEs`|&jTlJtCODc~ehvpp zMp`~R9)|#j2L%Peg3vH_AOnuX4Ho?CgY_u~R- z{YcYUHuL)l{Q1PsDu|9N)1Sr;;_4FNf+jQbJ>!jTPT|o>C4i^YQ$hD%(~5w{dKus`bTkx$Lx3!ibQ%l@q(fZa9F4T9fJYK;zfgc<7i$6XgtjufuMc~@dG#Cg|cRH z!E6edm1SVAO;sKzdce1>Ule}KsS3iO1aj&8g=wVqWo3RXIbSOZ-)3ro6DU-E?IBV5 z=}V^(;or2*T-I01&t}Z;r}NhkO#7c@{__|?K6HO!=|Amis@Kn*aM|9xAW9(JlmTYQ zudK{zuiu&px+lW@Om(}|HN+ixymM@jS6s&Cg1Lt8HMp}EB~@T=g-&jLBml|2nr4gmJtdR z>xBV}6CSKpC?w7cLp8)8k!Y_UC*5@Gw=szDU%SFt10l2h*nxIz8l8lmZ9UUG19FxX z_{ZRe>Hh^uTt_Q2h>Zmqi^OBGP!tR~+s&+gv;5Gg1aEdAi^3x@Sri5x&hcju;WLf1 zdh+kq1h8y^OPDfMu0ZeKwF&lj%LlbNg?7e{*O!sp$XM#69F28uA!6;KUf{Gs+ zy8p~@mg2MFbaKtwqfRCAbSt<61~=dEuea{TKpu@uL8bAK?HyZ7e%;) z^AXUBa0vhrE{bpo=OdsM;SvBMTomCF&PPBi!X*GixG2IUoR5H3gi8R3a8ZOyI3EG6 z2$uj5;i3qaa6STB5iS8B!bK4-;d}(NB3uGMgo`3v!ubejMYsfj2p2`Tg!2*5if{=4 z5iW{w3FjlA72y&9B3u;V63$0JE5aoJM7SuzC7h3dR)k9ch;UJaOE@0^tq7L@5aFT- zmvBA;S`jV*Ai_lvF5!Fxv?5#rK!l4TT*CPXXhpaLfCv{wxP zu@?aTodiGo0bn}<0N!i`56Pwgz+(1c&s&xNFsIVS+|)Vv$zK~Q9Xm{vj4BU%sdyYH zaa6Q_EeyuDp2JOt)c&HpE`nx9 zC>PWA8_4~^F1>bmypua*RH+rPw0p(gmr+#r>f#8xSmPY$)a0FARtjUe16XZ9YR|HO zr{014ym#k}^iQ67cwhjV(=JWJ%`tIoRT3kqj+NSy7KL1tuQgG8&dA9bKBLqSL0y)F zkS(#S)kyBWRWTUyn{GDL!r_@>YNK^YmefwfYhQKs^zP!FsuG(ncMk)Ps0Yh0*eM=F zmaBomZbuXpb{ub_zOHBv!0z73D=|v7-JwS9Q0dEc)>F8dt=urS14b6p8DX_jkF=BX zbv#)emZh64lq|-p_d(*R_<64)V8q%^N@-x6~Ruak}EFxBtKZuD-rR*+UU zY$&fvEz+0S*Qw4hTuQoQA6p`4v+18z)w{QB-u&0Yf$e{8GvKr+a)9T@TXT!<${s-u z@7O8v+zof|7^?$_c>8vHXJ@C0%cz;Brzd=eQZipHQ@x+*4y_MZ6g^p3$O#McxUx#q zJX``rvX?0A_}c*Zpwbt1mieslJ%nAlkz6{L7~g#hcKV#mvI7LP9a<750aFiH+A6EH z>zWLbsB~cRg;M7Ac%hPR5Yu?OBZaXORBy*far}xGU8sh&`(x;o9Aa2Dh ztY(yF4TgB+=YI-uxGb9=s zl8lWfiz+J8Wbb#^C6-773Knf%(02iW?J4VXCNBH>M)}3HeAIte)3uMH>I0r;t~}1w zIpC-@?4;L}Ij4NlhFVQwt~kzp(CqT`jRV)`BuTJ$`#Ii%)4!@Vn_ gPlLWK{@x8JKE@55h&$oRKizF(vEIDUZ0nx?0imhG+5i9m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Decals/originsign.rsi/origin9.png b/Resources/Textures/Decals/originsign.rsi/origin9.png new file mode 100644 index 0000000000000000000000000000000000000000..73c1134c6e5554f04870aa8a8f44f24f8b3e9db3 GIT binary patch literal 18439 zcmeI4c{o(<`@oNqeQVJsy<^LgS&e1J7|Ym~WXotZX2zH>Gt9^qkt~%+iXze~Yegwh zNrg62DWy^&sTbduytLqVhKf!#SJ(CX{{H!0Gh@!o{oK!e-{<)}_j8|T=DLpUD_7Xa zN-dTG06^Bx*3uPxhw)z$V&IV*5%B?hljPWXaRESjF8?J0WF1@x08-9O5^3d1KQ@oe z^<#5jb|eyv6U_Ey2G9W@>}if0!`-cCzRB>54;BtdF?$`@u8I;cSBsr7^U{{-s7NZ< zC#f8MqUdsUww0BrQbS(S%#@UvWJMQUnH^HC;+-l-QsRy#?YQ;%Rpe3sN7ch`?v9;% zOzbWm%qedYuaS_+u+?+XkC7>`SUUSbUBSDgs6SSfW5pde9BQ{j%Pi2x(f1j2IF z8u813NZ12u382O)y9Tu+aa{hL#euaVG229Hcxgrs5;5}tvxpRn6M&huNKDTDWo|&8 zDByjY>eB(Ngah81Ti!eXVsb_fM2Y}w_Npj~2^K-qcv+5)G~12v5b(q({z41jV;iq{52BLVLQHMKBc+W}yn^?)bgpXH?r-8vwt z17(Ctb(~e~8VPuixThy#saB)ig5~oJC^INoW{BGG1B)=RSoxQOcK{$SO%WXJ;AmK* zTxnyYK}v<(2Kc)xV&kelJ{@CSO+_3t0C>fVZXVM`mM@Mm7K;fSJEGAi>bG7xFJyS9 zZ<)N=IUuj+splYv&&KNT?#d@mx;i^s?XO#`q1^I}8e`OMsPP;P_!v$2GCcJ1@@w^2 z%(_?`(UF(6cRn~CU(&Qka+}YyH>oyX&P$JfQGTF$-Oi_ytTV5}Wlm6vWmfVa=D6y1 zi#^&mH13bnUbpLho=I%i2TpG!ibSTtPp+fR{MSKKfy}FUJq!Q?RqU$|wIpW7_{F_y z3LWn^9kt2R0AhUY_5=aIdP{YL`>k@*dIO$Qbu_ae$J-aIX#oJ(; zh5Gec3k3@)TFjDQZ|&l(7Fr2+Pb=$qBOjV6V{2Ue64E(xh+2;eawZ)4PZWvVt6J5u zlA`7f5_2gkPm@G^c97LlBo-WqA5pn#D>`SVI_zfBJQr1mG<{pN>kfCAhpqB}N$?C@ z;#%vAX~qozX6u)PY8&+4*fJNBhcf3#l_w1sZ?irkeUHXNXQj^1%f1(UcCksa!Qt+E zMSk*6Q;DQ{RL$Fk;(FHuP>8x~7H5ofCDW<5&!`s56xA(0y{dR-)%GE3)0t4wIk8qX zk_Muo7BI?Eb6c__c}1)3N!Su~?ChtKhLSV4xzuW^rk`{;yX@lZkJlIaV9<$VTV1tB zb5iFb6(W;J*A3O@Y$stfD|gSZJ9Eta{+#>P_gSuLJ-P+iSlh*F={KL!{L92~dv#&U z8{#{2I} zZBcT#!u6C(;>o$#kSyHYxcPPt$4idvd$8DVf!{Fm)LY)g+0XYaU6Fau^ZxA~o41*7 zXMPBkkxfvHt50HREy`XfzL2pfbm6J}jwcp9*tw|Q9c74qzrXu{`~kKHS*Jp0vtrsU zseShQmhDs0LAnT6_VXr`I&>!J6_D|*M6<7bOP&GiKegh zFU-iyAQ#ydxfI#FzhqF_o1b&yl2w)0=U6%OdV9^anl_Bo##uStZcp5v=S$_!cQU~b zl_CoLk1HLnvJAb#%J18sdwG3Kt|L4DMfj!ePfMbZqwb@DpYn%nWXNLWGU{S&GK~uf zH}r$p1Z8A>+dnR(b=S;D$0_?LnXk5`RW=ijwpj17mQQBZt?f|n2&@aNJGxA4naVN; zr*}?$S*}i%C$vu(I~qII-@SA9$lXT=^s`OSk1^fZ-Pw<`+s}Ki4qL5TakAn9-L9;2 z^$D-OifUH;YMj?`vd8Lm<<=!RB^r;aN~-c_=U1*sUs06%h;i-oKNUAC3eGP&-PJ1A zR$38Q5k+D6EMT0!QF^T}{Ze|=#i(7QCgQS*PvnY}S1U(z&j!!Kufo5`YCPCy8g=7C zMh}ufZc=D!)$6F3dt3WDGsi9afem8;qmmmpn6z`d!`9n~Od=v%sqT5hrA~X^P|&(p z5%-63vdgn;dr!8V>NDtL_9Z?$bO(D#JJ(B(d+%BU>7`3ov#Io=~`oCpQdd-vbD$NzmQ@56E?Ydf`;@9x^ z?h=*Z?){BvjZC@tmC-4mz0q3paCEu$Hq81I>2n!-sUFK$L>>W4NzBXQd;KUrp2 zzQ|^vopGn&_WC-+Lc~VGQ^Skci>7r5U#~kYz!zOYdOf>zvop z9gz$6BOBIn!Vfpreu&SXUx1jSi_b7~Oj=>I_dn(eIw$8RYYfZ{)ku*FuT`#Ps3MyU znv+^dYju{c7_ilGirDjaTD5+-`VGC~x?PpqGz)fDJIXpf&&KD@&)NhF#F*eOq2uyp?c7wI^JaXwi@tgkTyNhRe!KErJPP}zrt@T((yo^Ej z^u2O-`z>5XQSS1)y?4rQwe2=M*neoecTVk`S9>asCpdV*mC0`|6>r3q5rV?oq&gI5 zEl*e_R!q3Cqe3UJ#kr{0GqW`M(y|CA|Je0cZ*9GLPQ?Gcw1-qzeAN4Ak9*fSlaXHS z=O~{Na+HXQ+jo@CYg>@1xTRI=Sy-1+BKy{r1JCxJEhxHPNo(@G@7wd{1w40+Tt;E$ zn@l;D?31TwW!qPs?H&5pstuWWSF5cmu7Xr~^a|lZH9h}k<6UD@_harK+&{S+^xc1c zj`Dbf)!e5PS^Y2e@0PYT)x)F2o0r=>L_C~Yd|T+B?LL>0`U9JsDzMPN{G z{mlC_N5$3TDjrupY*D^%;_jOIX!&~^x%$5@kLC1-!etF)J$4! zy5D3z?b-SuoiWgqoU<<{DjMJtBo7i4qV_3 zl(luu^}OJjbqc>B@Ez|RVJ!WDbA8pps;tt=wf>cT5tq(I`VRLf zFdrE`((?XsWApyz!7mzuSoOL0YUs02<^H4X z^3I)`VOzAu{XU)E0FU&5R3bj9Y_%wM&TgQ2o&-+MovzG%>n~|Y02eT zZ355a>&Si?kn0}Kp(9=CTy{t>m2S0(&f=;4>LfVdzDfMr-FNkGM?s^0x8#Hb2TTB_ zQIYfjdLS5+3)-Q7IR+lncWQEe7y@7O+i>(S=5NgSnn|;XRG6G00+@ezQZSvuV+Xsl z*#X4KESviN1b%(uXBAA#lgXm7L%G@nB-CVTzNfs=Eh#)Y5rYC#2#tcHjNH+Bc<>Kv zv>b)TqfpbFO!kEMZ~}9mM&VKZ#LEwTp?=sjrf>Kkd70|@qYo!1yd8_nqp+xSJ4+%s zb_A12!=rtCji^{79Gq&Pj{*-^G#sao^@US>4UOn@A1qE!&uC(hKbrsK+LBET;pYM9 zdUD~@*i_K{_q4)OuxLGf11cJhHAI0d(R3OZh=zhw3~@$a6AFh$VZH^L=Ip0H&cRHu zE>Qxe_2G|&1_m>r(9k{@Jw3P~3iM7l!cyTrXng}XjjpecF{0zJSbg7bA%5ZJr%<*` zE|^W>)3OZAwTa5(Mi2V2^_wDqIZ;74lwdBMzc5Wyzpc#gCFgrZ;oD3sa6E;|uRTO6 zKYi&m0`iB}snhyy`PGd1^K||hf=U0=%zqyv)Q`>*l>U>hCVKte377553#A0p%^6^Z z{K?9k^!lS2)I9;ouhjv}|AUF(Qa1hXrs2<4)&GlWn95?RABDxB(}>7#3H+_$&t`6N zK7U+U-&X6-E0Hi&S-w>QbFi}U7cBS3jF?!k78J&ht^Cvenm^yl2bN|?#h@sLa3c(b z0ypr%g2f33)+!9z&<9I3!lKc7KEF=7$<`lZ5RiX%hSLT@Vh6B;o!B%wQE$5SRPz+b zX;$D5gDWS07bJ3BZ7g7RRwM&7&cFbUL7=C*nbvQb9~u?!%MK2t@QBPn3WJX1uowj7 zRO7Us{Hrw{ESumGrc9J8(ECqq(Een8`3ne{=x>NYfe$2_fBb4XT@5w$5^OqM4KjF45ul+8crtHv_0xXB2Tu0J7940jr_j*{wc@5Uo!riAErk1-}DOcB@6-qB3KmS z63hpp72<*b5iAOE3FZUQ3UNVz2o{C71oMGtg}5L<1dBpkg84wSLR=6af<+-N!F(WE zAub3I!J-hCU_KD75Elf9U{Q!mFdv9khzkNluqebOm=8oN#03E&SQO$C%m<~pOE(j38q7av0 zJ`k-C7X*l4QHV=0ABa|n3j##2D8wb04@4`(1py*h6yg%h2ci|?f&dXL3ULYM1JMd` zL4XJrg}4OsfoO%eAV36*0&z)A-OoyAfj6;+f_JNqSnsR@?{tMxZC#xJAVLEGV&VYc z<2d-<0{|f?0C?vO-Xyyp02Z+KY`9?!05jlrmgeqZPyfz1!+N@MVf>ZIUGZ@>wl4AZ zIvyzUt-ZXrK)h)3E_Px@l0uwv zp3kd8(aKMV-7mOfk?_5)0cGk+r6n=^=Pqf5mW@M8TLZ9VHQbj#tGHCn+?TU=&%mT~ zczZokyeAS-GwYscw1{bJf4t8bB@LL17Gd88;-MMUdtIyLW(?Wef4qZ|;jOcI95Ux( z$_b`lR)WF|ZH;)J*~cHUP)qy8?9oe8|1pto8eF)``a-EgdGmk z4H8(Trz#i8a1u%HhVU8m-pu71;x!cxv0+@^G0chWCz#TbjL+@Q5v0c&nYU+eI^>vp zNMa!BQ1mIAEA92eqt5mPq4k=Y{Z=Kb+{_g$=U5LbY&zxCF&78)lr7M}`9Zz9*&SDk*V u>xE?wY!Q90aw%D<82leIV@Uh|FaTSdHaM#!sEmIh5>X2(k1CIdK~XuBl+se(_Renhk(*==$J*1= zp4oHu@w?yq`~7A<_ji9Y`^P+6I`+}j z4q#YHKlz=6HLe|iVUKJSDke#jO2#mp=+Uvf=mffu#|LL)m~BMJ$8t45(l|kt;LX*x z?%A)^2z;)#k}e@jdwrDT(Fo^msj(=L*%bb0I`By`~>D-pMFDMVJt z2G5l#@B>y7{S~6TADP!O&v%}*-@FE0iI57`LRCBEMAXu!crz^*4@2~i|Y z>MJOkG0=>j97a+MNhSn|%tT_8h`ivcYahc>K^f(mrs%{N2{X|caR2bE#NJbs#JLG^ zc#d(2eh(|z1rJ*V2%opgM#KjbX2z0g3f;px9xD z13E$A8OqF(CRPt{lUZ-XNw~Xl3(1qX*~PhN04UmIfzdm-cL?nexmtO*z|fJ#!iyXX zA3rRU(F&{_@5GH}65tdCc${@PT{v$rTlBou!1BNnO_UIpRokqQprJY7sG({(2I;1KR0*1a=5dVgPH9| zqk>xqcPJn04*+@p{sRjUU}yb% z%K$jN(*P_0XPp*{ysKE8wVFvBmZXKV>PemhTy&Yg+cKCLqluwR(GKTvgrjKbS> z_)md|{Z;7DSYy|p@AF6ejK0sPNGvr80z}zVaVhgbR23HjMA=kvDf2;86&C_T*;H{U z^FdS<7Xn1tRB$>8a(J-&`&$t#*`CuVzd=`10Zv1CRe=UZ4AH zdxssI|A!wYr)zaDNXx%&9Qp;bw)M-mX9q9L7&Z9f&M*GfeD==V&u-mq-SfzPp>fyI zzn*{TeA0mjutl#-_rJM+i_7wE|BPcs9DCT_H>+mx^_QP?&>0iEJ#5cdQq;fV_Ss9j z-k6wq;p0PD8&52&x-w>BlY{TQ@aFTE=Dl9sqw=+xwt+=07mdwn*+s9kw7Ob^^JC^? z4ZF8wv$yp-v`J$MbKd1^tNN9VpSJeSkTaQ23n$@>^o<{7JoZ+`p<_DBroBC|w9~tu z$Y?CAbRX`UkC8vv`O)NIDfGgP^U_AYbazJMp^fDQJvTgaGwl}j!F$`T++4sFPr2B= zVny2gp4qDb4Rn+i`T8whj+))#pdl-4!+eh?~O(5 zfa5Q|c}+9%!kiD+mFcfF98Wf-_j;q?3aX4hZM z!wwYhTl#$6kg+E(ZdtYd)8r37NIG}r^p9@W&t>y`EkCKLJy)EvD2j) z_N*H>dctnOn{(B^^3LOR2YS7uJF;pzoHX_5&OujybuDSyClB2`p0(^wO7*y=En~m# zsrluJS1a|m>_;Zd`_qBo`onjBe{lBCt`Xa^(&)iSeg2U%#&KvvzYT*59zFE_$^}aw z_-y!S*WhWRdNw>YXZ(wU|6;!J?5w>j4Gn8r3%>mP*rokFt{X7An#q1{P0Hz}fdX;pO z^ZaXXIvtAK*pPOz{UA^-pem?xLMA}upY+4(r%C7 zWd*O>Q9PWXI(Qb;<(SYBzPlI>N=?qVX=(z)WHK37#^X};UWN+<0u1YB+-@4~pp7+Y zQ_Rw7Ryswm23Y0dA>>x!ZD{2hqVwp-t zvQ)Cs`t)S}(qxGNNst0*(|~qdMLR97nyL|3CkRc6G&PQ*tS-0hbYZN%Y-G^-_>I3$VESln^yx8~J{K%3J zQ}vW+hLn`p3m7fk8)V9hww90yAy1I0v~07=SDMhCHcT-sf%b3+F1Qp$ z7JOn<@_Bfc=2@Ai0q+&*DDRQzKr{wKKPPf>pa3xvv73)`9ag12t6QM!!eEhA3A!&| zmM7r#OQH|ZUbk0*i2^bml~_QF0T~VxUh)7*%4Z7(vN;`TCSPrt+PX{EokLKNSV@%`$h)L1W5Ea~v3)Q9=uv*vHsuOOeUn}hUnB?u1TPX?cs_`h;6i}lMS=^@2hkE-2oStTaN+qN zT7nA!f)@!cJRd|$a3MhOBEf~{gJ=mZ1PERvxbS=sEy0BV!HWbJo)4lWxDX(Ck>JAf zL9_%H0t7D-TzEc+mf%8w;6;K9&j-;GTnG@nNO0l#AX4T@FKy5 z=YwboE(8c(B)IT=5G}!l0Ktm{7oHEICAbhEc#+`3^Fg!(7Xkz?5?pvbh?d|&fZ#=f z3(p795?lxnyhw22`5;;VTht`R5!0YbT>s+{i!|N+?hRjeCr(>_p>wCUmdQV*R|GP z-}b{rhfXE$+jk_sV@LDb{KwS3x`$r=gRd?&_wbDCPAXr{4xWDf+&ts=BTsA|d3XPm zXMV8ogtvaf^yP``TdQ_mzhQcKYJz_H>46VsFHcZ=|B?cXw0J$Pkk!L zZ2?C@=dXKpUCq$q?>Ybc-P7i4{NcT`*6mp|+`r^o`=%`3z0CjN&Wi^=`{y6u;)iE$ zj$is)_0AI=X9hyQn0Af!yA|n6iNB;z?b`6-O}VP*%+S#{rZvpT)DCqFKIQuSt}ONK zeSOXM-ugV{dm(YTre)L4^|fDAbDQR^f3PZg>sIr`oO&(v+(eu;7aoT_1Hz8u9HgGnphLLx>>g0urEz3iUaenLs2YF%Jp&taaC= ztgWc^Ss!TC7DeeQq9|g0;salGwMRvFeIkmK;!)6c-AMu@USN*9+dX@B&*YqB=6ApM z_xsKL+LHX});F&2TENzv*1_^@XftVyHNE|dmAVM(-g5n5{!Xlgyql8!_ zX!;11KJ1yoL~DqIh%rs+SSv)BYOxpz1j)$A2+Y6(4W<+Xlgs4@DndjenC$_ZGxZkI z2J6iOoI#r7L@;K`q%~T!2ED)@msA_9mJp%Po~Y&1G_G`GOCr6wi5*K3v5`gu3q+B& zoM@`W$7nU_9G6B@2%}@t8NJ2K`eAMQ8B+}wgE`gEPRbU!-Nfvis8lVv+q~ZN^fptQ zEu&|#2%3<#>1j^PG%`p6V>Vb#6f=4jJCp%!jozZwxF+X~NOq;&YiDfQcHHcW)6KCI zoHL|g$4Z2o7}8=eB^nGmrE`_VHzO2;hdWl4V8}$Ro;GBdhbj=z#WmlqXiNlYVU!}2 zT|%fF#;`;TCs3TgWW!O6KvB0K&YnOFm4Vi3GF>q+6vm{97)pplghb>X!>uP6gWW$g zX(8V#ihEzTI5b6Q45oC_qSU67DGXxNrzj9tqg&6GRYimwbOsZ9S&R}_AZ<0fc{x@Z z5v4a5(wXh-p|Z7BjG1gX6FiWf&=gQewH9azIq6+}&G+ zjxbPG`)*-FI|~bKpxE%P%fc`TNlG<1EEY-B>_jm%tfo)~Cgn6+OoAw!p;{8T1#6Wk z&ZK4Q9;tKdV;>96Cc`mY&8S55sEXBkqtd>wXOv^Djipw-X?C_e$(ngq8sUo#z zcC}`@tzvd9J1W~aX6Bo%&4Nzrs8B}IWM=I9FGSe90b5F1OU1JLIQB6?Quf-Wr0m;+ zp%us*t**;z@oaL_ww}(nL*R_>=H7mej8sO?wY{979KG5PVm4?j8Kj8`OJP^Y+w6R2 z)HmJ0@Cw9!FVJcK0~28;XZ?HAz|gpwlxQfJ(#T}6L?V{KB#vod8BS3$T8haun7VnI z|H)}!D-j1GRl``9GLB z=T3aHCN|gE)-_aNf2<(b`peb=(oy#?1=6a`wPu|Clk9a=XLaV8}m5!F`ZFLB@$esK)`0uBVKD`bV(6f_6};c z-wALwlfwrT+H_2A&(Te2a&%6W+XJZYY1E@SM00_6qZYY1E@SM00_6qZYY1E@SM00_6qZYY1E@SM z00_6qZYY1E@SM00_6qr+2bP!vZ4@F zJspCG)ezL%ux#3iF%ab89TgFlXuE!Vl`67-N}p5nYtKD>Qc|;aOx^IKI#g3~zt9toujEk?te%pfy7 z^nRE?@O*PX)zcZ&jMxqW?8|y_aoE-w*Dn<9-D~r@XssMr)pOs@gF6bIcJ>Q@`O$&s zza0NCAr1--4&G(F=I5WisAi_=!1Nc}AFL?xT{&(8)N`~vL2)xkb72XpG93t2N2bh( zB?Ed4@>W!&Z<-j>vuso1uuQM2sw(Jew_fvK6~{H+zg$zfuXbN&;msGPpW3?L`F?C+ zquQ^e-(c$N!joIdJ)qBoek*)l6%NQne?M*eZ_i#jd8V3(4z26v+eJ+F5kz?{4?Hk= z`l7`Rx94okxpw%$_DTNnjrDo!y)r6xe3gG@cHHh8zWygYcFZrx@@jb4XpXK~7+^C>yB$~J$Z=0B)|x*VH+%CcBFr9W-6eSdiHx{4ng zKQ7BYaXv3UKO|+%zxAlpB7##+tn{QO~SVona+aGKWDzB@iX4w`ghQo~Q4 zg2}hi);{P_@v#0m9y@dQtssxoxdpwFO=SV=DlYp+=LU9LR-yS|ymj}~{o$|6bf@l{ z`u?rKqwLAtnEkb|k1*!ti&e(=zM5FP{=~^gMZIeard+~9XCAD|x;RXE`hLfpoSb|0 znVz1WkpVrs@?M?VQEiw4tA@!{hq+FS%Swz=Zg;>U$2g>8&lJedgaq2-#`IT#9rH#wSM`t=B#eW zgNi0RE**Gf$gsOxE)CeR>0$rWfC+}f&tGO&FR)%6d8WF9{Ne7&`jEb%sIP}Kq@WbP zS41JRM@?C9bi%i{5_e73TfJqIIv=eL-kmJ@YXnqLQE~34{x^~L@-%~Vd<1@505^6_Uy~jP9tF0 jd+M_FFK^eCb%Kr=8_R>SbFb_#_D7A5jo3A6`oezz0eGYv literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster56_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster56_contraband.png new file mode 100644 index 0000000000000000000000000000000000000000..3fc4e859f82d373ae8cdee0dc56885d0bbfdd6bd GIT binary patch literal 15981 zcmeI3du$xV8NkP_l7f{)ZKwhXAeM8Q(j2CL%Z@%xF`F%6r?*6gcyE<=~-MF9;05H3wJ>HGZjQhJ{Ci=IBhrd9l zD|79AHUM+R++V})C3CI?AabwS)9dsmeyQkI#;+Qd2K|Lh4)sR5WrduouY(Sw!IYVe z`o^Do!N-_J)VC&>;1jtvIAFF9=i%z%&K`YuogOxP%VLd@f`S}mprbN{Ogd{Tg{aT- ztDtMQne#DT7iV46*XjmjdJ|nto0W%5&>v!TJ|r`8*e?WSIUp}(L|zDTyu?X7D@sa$ zR{|naI()H4bQQ@PNu@i!vJ?(UQQv^$8iY)5E+8eTt zT41wwQ_)G;PaN8M-po0sm1SJNs%8y3QJ>EZR5?oX%H%46vUZ6bqR18094GjBuAY&h zS8Q^F`Ls7QL+4-`W?!MqMvtVdI6syBPbOjeUK!IP_*a_q2RPGRP1ie}zYC}t>v=Bl*i zq3T%q9?MF{imR-vjF4$-^Hvpe(;72tSVQ(NA{=f~&3DxsjH?cei9A|De3%u49zjxg zNfDZt@PfkgHBO2>F&_!bFq0dqJ_MfS#U4RcL{Sl?S|2q%aUW>^7^s#4mlw3SE0f-xz=)oZS66}R+3cUiY)b!ekx*fmK) zsq!}Nay2!vwX8^+v0~XUEZsDeYEUU02xmqclK+)pQ=RYS=)fLe?dy>k-b~ zyvRj$T&`cQbz;QY>5#_jE`vlu>B!oSil);MkD&&?iAENblDrYpcvdyUW;UP&!mO4| zLRQnH0566mfrnvlZA>(;j;!Rm938o?Kk-lyIhT_Hns^8nC*EwRBHOHLh8B=CS%hLa zP>r)mfo{#4sGO_mnm+Da3^bSKpdksmrm;yuK&#vcgxIhy23c7&nv<#wVN%!1A?mo9 z6sp~H^S%K~gPWVx@a~DN)x3L!H>c)p=$4hJuUuCul^S)e91*WPDXQ+4?3nKEdT2zr z39Z#(;b!LKbWRUJ(SMEk)G>wzV3t%himtp~Q#-M(q%)-EVQUKQr|A^5qSuLLxcmCM z1Tpe)sUbHMi^Dx@05m8;dLvw zB819?_rI407kDwcKA>h((1>y6nUx#u^PR7z*s04l!6fsZ^kXU%mPgJ#!d9RVY_z%2}Sa3a7A6izNrjr z6eYuAs%qX7yxUl@6}^R^7a*?k1~lmoSGoUupBL2`eV<-2Uo;2?ge+2AWImXd;=+KC zMT(2e2h&nq7!a~Zagq68T8aw;LKZ15G9OG!abZBnBE?1KgJ~%)3Vor!L$??281k9Tx33&mg2&IkVT4%%m>p_To@3tNO6(*U|Na` z140%lE;1iXOL1X9$Rfo>=7VV|E({1+q`1g@FfGM}0U?VN7nu*HrMNI4WRc<`^TD(f z7Y2kZQe0#{n3m$gfRIIsi_8bpQd}4ivPf}}`CwX#3j;zHiMSf8-xR|v`jB`CeK9O7 zJNh2_+L+PXyAuEm{|tbU`vAD`4LY9&V2}sk<9+~?y#QQoJ#gnMD*PWM*4%?&0pW^G@iCMs_iOn$faz zzt(?Xh#W=x%kr21GB~++|zw>Yr~FHpyf!@ zEk~{dqJGWlNB;J8?y9H182?Ml&VS4Ut*H~4gP&j6Hr|qcX5aSHi(h)|-}a5KFFXI@ z=|!X3$byYs7q^ZkpLpiQ<8zn(`3Hc1_2k+4`ljfIeUDuI&!(5w{%T8)Fne@Q)A>_3 zoNKxC@^#w|&K;OFmcLG!ar}hdy!f66X76}7dTjrmh8>U~Xm(azq2S-JRa8w7X?@ zkM>SK7zrQbgCEo=qA?f~H6$v;!~}?n8WIx;Bw|Db6OC`dV2DC67z563-}a`x$we`K znN8a6GtWH#XXZEaO!vz^IXH0tg3enz0RRj7)2Si!%Q&BodFb1kn!1R7ZYZTUSpak` zaz1mwo|l#Y5Id)3N9>Wz1CnAC{jzH0pubWqq22(*dn+Yb*$QnY2gfwM$9Mkl2R=qq zdwd(k44)|_;kcHbGU4#lKvtRBs>D=ZZ=y3^k&r+U+A>oq7IaIh^!Qv|3Eex*oR4w4 z*jsyieNIAVBs0h)4HGh=Kg=q8IKo6?enE^xLXnkBfEPrL4{|}C4FshSFNFe3?eZl$ z(OukB^U_diT`e85dVJ%yU6MGiTrT^|LBC;+aY8H>+aYEa;(zsz8*0?c4%7%N!#Ar=2nMUrm<1H53rnc<0+Yy2q(zcOScCrMy zA!r#BrUKV)M^jnWZuYj8Z!XR>CC4-4*kMJRAPWRgjDS24>sYPxEat$X7f9@1RzrW#DiHcSL~w1otondUj;cs`!z{{nLMzH+kSpn9 zajx0u>Dky-Qqm|GCK?t@1mj%0W>1v6)1-dgvSnR?{iy_M@N1eXsWC;2sSwc%1_U-7 z3q{$e9L%#SpOZt1tcJuWQf~=wkxm)Pgi|d@x_YpvhJxgq!wL&>C=^hGtjLQZD+o|! zbG#a5b11JWi()hVl9c*n;JUz z5u^FA8VKhjfqIHIGA*gnnuT`jq-PhSz3iTB!*JX5*1DshxhGUfHZADXUyrX|fQ=)q zabh_!ZXHXq;+$;>#VHS{#<^*&&0#enYhhaJa?TDxRo@dnbB^*j)Jf%4m2!K{EMggX zyDXcqZw&2_*;Ia2b$S>sALpF^f`axREQBR*|98tUyQ=!9%h2Y8`u~=pxr>!?Ss#OH zf~#-fdc*8iuDYJnE300ut(6#e{+uLK#b`&#ZuJOpuBEM+x!Qlksm8*D+dmTE(ZvbQ zcP-TG#zQxeL%nW1v>CZU*X#s3gWQ2)&7LUdAGCVB52J@YmgeUGafOhRbXKx zrJ-}!a?X<=%H+o2j<$iDW(xE;YJt_I@;sKgHCSy$4}Iu)lWRP1wv=b%6uXu;%^6)w zRZNQ}!GMrWii^w#^HN+G5VA>ek@;X=iVFimHYqMLAIwW}VL-?x#YN_Wc_}Uo2-&2# z$b2v_#f1SOn-mwB59Xz~Fd$@;;v)0Gyc8D(gltk=WImXe;=+KCO^S=m2lG-~7!a~a zagq68UWy9?LN+NbG9S!KabZBnCdEbOgLx?~3<%kzxX64kFU5rcA)6EznGfcrxG*4O zlj0)t!Mqd~283)JkWGq<%m?#QTo@3tNpX?+U|xy~141?_E;1j?OL1X9 z$R-h2XY&PZ@Vt1w2y!-95uO0KRdTvMeg^%ZLS^W7c zVD7~eW61n!+owN&zx$1S%ae1Y)sg;Bo_Z+p^4-T4-j==d%;LYmf&0#%7~Xto#rvP# zaccA1-K+OJoH`!+b>Gmg!Eb)Nvg-QWJul30N3geeAYMoxq?L+@Vi5~^X7)BY*&Kpa zd^rny`Og1*-#6!XzVGb3%>KcF?W@`zZ36(T>hFsWp>M{0FJFp2?U|Y1(ASE5->411 z%7@%{3pjdg4FHkbMl$835<3*l$^}*3O2c3|mq)V!h;Az9Rc#VFOd5_GW_RG{^B)Bm zL+=iZNC`fX?|~CW-%J4x&kQ8BnMp082R6mpqGbgI$U#SC%DJp*E9LHh7gs^Q-C-`k zcvGCo?!Xo|A(KiBGCfuSGE%UU)%Z@Ckt0DtlI5`6!HB#daeRmi@vIn9!n_g|nd&PL zYeT=H1wEq-#e1vikkuWSaGbotaivlzSPBKL!Z;^HA`y-kIZ^(OQ+B0#qHVkhH99 ztWsrzHH1u0k5^U9h7rTmt&;s@l*3&b``w5Jx-jnO2#VWR3~QS)N#n= z&G9JL81&7oSC!IZWvv3bEEo$#xn{#YFR#*+e$#eTQ-l5S7#au~hOX$LP-j>UWmuRI zHPq)}o{fk?7b|8ou`>eYuqH_!#6-gHJ}-3K(u!`kpwN|rMYl8*zHwQitO}YIky(kC zBvufh&Zc?2i%o|_L02WID=l=@68VD7OSH3KpmR^n`sTQ6(NVIntgC#QM{9|Q5w=qf zi>#`qA)6L?H3E4))0vTLDVl_tm#WXOQMFF{sucd`w`7w3-FgskD6PR1bdq6$P%^7W6R^7AeX3XEt#UZG~_qi{eqcj0cQhQZG zd9xM{Vp|!fq!!?oaa19T>HJF6xo&v)DChncWR3q|BW!i*-)+OAf!IS%z0S1aJ!z~XkUvY&H1tJbaaJ2C41IVq@%QAMd<_XtsL-dH1ZWq!)-#%$4> zFN-{Saf16nPdPFXOHa&t0bB#KdYgY}n`J{)1MI_hEFi2ViXyC;Z8>D8%h8$^8^5U_5$$7U+DW507V{vAIAVt zjsWn8b@+wLy=d-N{qZfy^4GVo3vCxSx9^+XEgikI^ZwbGw#iFBBiUzE^nf*#no2?N{%dUOBt++(GrF?^@6O()-Q%=lc%d__pKy z)yA1allPw*x_jm9&4)LPe&Qxyz8Mr-W38a|^^GHMU%RWK<$?Zf1M#z4$6o#$)I)vw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/four.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/four.png new file mode 100644 index 0000000000000000000000000000000000000000..8c6d082fa480b6f75b3357377d5ad03a7a6084d6 GIT binary patch literal 15155 zcmeI3Uu+ab9LJ|A6fIyN##G^z1v-P zx7@W)1bxBy4<3vfAB-_R7@}`VG(^z&;EN_cXhdVsK#Ypv#e_f%IJ@_6JH1XC#rQIp z-0lA6JHOv=<}>q~+m}5#dSKt$-urt20Bc8vb7T0*`QN*G@UJ^R|0llOZ4Xbn0Ia^( z|8{}b-{=P*b=4?LcoX^kie^=!s%{lgv{tckZvfJ}YPPD)Adf4eDZ|V}u6_JTgfsL^ zGd9H4?cm8(_CrmNI4ksz*u@BL;W!UbKt znM`DlpOBl#k8*>SgE%>w;5C>?a>-Owl#|JL@)1sgqAb9e5QDrFQ{qsGOI+g<$@b#A zw4;}lvE1H9I&5Vk)1GH5f>5niqt#f{a;5|^l}ZUv5+sSoJ$QG{^wb(}x?Ac&nsIW- z)f~h249n#FxN6aw^)iu&pQ!a|%&TIz5}9s;9i}MMR9g_EQ0U~OYb_sp)+q-=(=`E= zQ3aWvi~Yooe)hEGS?;v8M9P-DWMaG~`FtyP$MIGw9aFpB&@qglfwZHiTbQ$vFos-f z*3r<=F+7zmoo4SDrS{@1h~z6vjvdvECER?a?iOr?`U<7-T$Mowsh;H&EUTQY@3PS* zLT+#{*j3#2Lx!naRd+{PAYIz)-HwKGs)w=?#9K&&Jd_Heti)tRf)7JcfiM)L-jj%t zw{)X4w;+ZD3oxa~2^=OIBh-_Of$K+CJ#|@8!hJ(=bWJH)PDS;yMn#=Mf^ANvg?3}8 zXKPm}gI3vc@UT!emKHiShrEKFri_@brbyhUKkXeLWXeR;~k|2)gz{bMQ!cO_5KrnHI`?C{z(a+2~ZII z--c^gCS51#u3?#UZF?Rx4KFJ-vJuT8FaIC3e!P$4hdq={$Z||h3uH6tF>2IMc_L@v zbJ+FIlNinv_>e+J$H}D}Lqfx`zEq*dvY-a*t@xo2KW_@H2hK(1**eAUSMWVq;j2$kU?fY42bi_V8o87=|{-DJ4vdSMWVq;j z2$kU?fY42bi_V8o87=|{-DJ4vdSMWVq;j2$kU?fY42bi_V8o87=|{-K65` zZNI{aO#I$v6~Cal(YdVRmpeIacq|XV{8j*tKLfyx+xYq`0J9K)-;MyFyb3^{b^58# z_u{@6Msj-!wToB35qm!!U32`WT^Da|A3MBhb8Tbastbd)F6&a}@TN^aJa9Pk!e>tm zO;@gL=v#l`ixYpG-aond#-*(fzV)uRA*0;W-G3hRz};V8K6U-px!o)5_y6j7cHQM` z;P|>1%lpQ`&R_c9+3|b-_qR`6xsuEDk3N3iOCQYd&OXbvKs zz}0Q53vZv>akl&9PV`FGXy3|j)7FZYxAmR6{$%Xn(e*zca&IM879V=8Yt0eR-T&sy bc^7Xlh!$H#3I(-LRInBm{3yQp@gP_%3aJfBBv3_Pq@v!L{hHitEz6Gv0gE3iRnrP5p+xZm#r=Isn|V z&U<%(mrkw+K%O`9Bko9UkD^)Su&P@H7_OBoXf^=JowbUp9fB@XfMbT43SE8w!w_TW zsn9+t$LA^;IBxV!*>HGjAg@gw(quifGu@r6DJVc0x++sEmrO^gr9ysO1^xDhxe((| zaSx?JyS#+VNN$kHSTKjmoFL0G$49tGghex0XVP@l8f!XR>p_}v zve40Nqv9Ht$#`+qf;Hi$LLo0v>(y9Sxzb8xIt_M+B3Dx@oDk-@PENYk@~KSNCI8ZN zje{jvhNkNvKcS;vW!!QtXWUvMWlLT%G1`+{u9dsv^_I&WQ#)?&VT7Q8w4IXenDet==_??af&b$y1iRc33l(aPyS9n_mj`9ZI6LDj6H9u4U&ftCX%+ z*{ZF@8$)C=L13N zGqD&sOE-#>3t~k0JTEJftO#N-Mqnl$1ND!ty6Uo`1m_0g=$cZr?6T^njj}ohxr#ZK z0ZIq$!qWc&vk;i!lI-8L+*tN!UWbU2~@zint&u{N%n zV^B|X%>r%?EN|!P`?;{Qn%%m%6O-PblY+V!Rg~&?kC5aRjkPn^=Z|>ZSeo$X$0Iy? zaf0{Ra1F}1>nPbZDC4ee&%LJMrX!7P*l@th`vaG#u+&6}T<)d$2x=Zu-#uCfB;*T-2VeQ|x;FXs_sc zM#W;$Bp48~NpX?+U@FCh0U?_d7nu*HQd}4ivPp4~`Cux=g#jU(6c?EfrczuO5VA>e zk@;XM#f1SOn-mwB52jLF7!a~aagq68D#e8XA)6EznGdE?To@3tNpX?+U@FCh0U?_d z7nu*HQd}4ivPp4~`Cux=g#jU(6c?EfrczuO5VA>ek@;XM#f1SOn-mwB52jLF7!a~a zagq68D#e8XA)6EznGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4ivPp4~`Cux=g#jU( zL|onNM>wI0p4+UV2Q=r7&)$k2?qsySp&S5HcLFed1c2ZFLf>-$Oz;5wbPxdLH~_a> z#}0hD8_m7YpWT(OU7G(|=>BA|XZrHacV64neeSDuUtYOu^QjqWW9sn}CoZm;dS&3! z_dl0TKYKKBe)P@#$9CL5b7b4LQ*S(TN7vRTyLt|S8`m@Q!?P!^ZCuk;y!uDiZM|C_ zTM0IPu#!1rgD=jo*UoJ^d(*qyww$pC<~D!>7v0R~)8Odav(KOXWLUJYF+f4pwh-d`TfiZ9<#dG5+XVD8to@{iG>(`zq3GXLmzH@x-YXJ7?C e-POa#W+X7n#YbQNbF+q)1NwUhvS;r-_{86_dv$IA literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/one.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/one.png new file mode 100644 index 0000000000000000000000000000000000000000..1b3346a856c53f626b9e5f7e2df803c5f78dfeb2 GIT binary patch literal 15154 zcmeI3Yls_F6vywjV(r>0wUt((GNxPb(aAiL$zx2iTQ}S8Les9hTe=IPoy^?Hj!kA_ zX3}JXv_%U=&<`qz)I#YOU!WkOqAj&3DuSq=RJ31|BDAbjVL?Ph@66;edy`xit@z~z z@;LW@&pC5{_ne#gGEYwK-MxPB_CWx^`ib%E6#8b|_YK#hPrK1rLSJjk<8w9uH*R#_ z1K{MTEdV4JjhR_zHn&Gstx{OgtUL_YOJy`0fYflktf+^e!{lMXFw>!{XFmurhL#Q; zkaB#kJPPNH@kRwsH}=k`jYDcu3k_!mQ*{{yC_zVI>ZPJ-%k^}~iz}nw?l2c(yeZD1 zbZDoWkeSU*GNV=nGEz9ks(dWY#FJq`ipQhz9gN5e630il2+xWUIm*jXk!ij{nL+d` zRnc^LD!Z$h4q55YyyKK*j;qyb;aVhYRSKMtOeQ&AO&>tCga6X`0Hx zA}m4Ev5}w9)2}>lIhH+d^-0;5`zA(vlFPMo_q^Uxsb^~289R&+G?Di7v}YE|keh@Zr&wqC1u485~C%Obf--)o0;qmP@b_-yh@WNOxsaR6;5O`XdrADnyhPi9qP##t49+On-HQp ztLQ?WjpzAhbF1L{7~Mk{y}U@ zcWO!n?ku1RSxM*nQJ1^n;ZvOZUr;pugN?A2!~bp@R@PPjbQ^k{Q2*aHbgEdLSIh#` zGF+>GTLUZGIe$NwcUG%gyE`%E{yE90i%~@>UiSzou4}B5*`Gh_c4M*X%||B%dU1mL z*>nxcxa%C*H7Mh*9nbxy;bg>SHf%WH<^F^E$NMz8*@KywBt@hYhY#Z(lSUmDXR`)6 zhi&&fiJ(lL4=(g{oa^Tp5SotuRt0X$ydLyN(M=z^-{jgioL%kNKEek@;XM#f1SOn-mwB52jLF7!a~aagq68 zD#e8XA)6EznGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4ivPp4~`Cux=g#jU(6c?Ef zrczuO5VA>ek@;XM#f1SOn-mwB52jLF7!a~aagq68D#e8XA)6EznGdE?To@3tNyIhS zd4v<1=()`rdO$OGa_$!Na3`aVPvrn;YzN@j69D}F7y7;oK$QpJ%0U3+7Xa97J^S#- zyU^SV6WN_J_3swHP7i)Kx$eTRM;A}9Q(?&N;lesODK?Uz4XsV?eczg&JUcGInE z;`f~kf40P2cVy`J<_Gq_^wez|PYkR(2v%=lwoYF<^~Vur)#t-k*L)RyI(vEK=k(jZ zoqBQG+4F_dLz{%%<+<0teP|yzp89n7^wOJP)sF9<|ERHgZ@uh*%N}-4rt)M6fwicwNSSgB15xq0}HM!Ybf>wOF z3;S{I|DJQ^{_Z(<=VcBK4m`QKeSJH_Fsu9f(nIK*_1<@`M4!&g%rEF`RjF^(VVJw_ z^WJUDk)vxFCVt(>j<_S4r&Y}=hJkM7V7O8&q1gzy`+iU5Nl?+X|Zb{|&a=9EX%VEnN=f!wD&I=MRNgSHNIn$;KDxB$TtOlva zNkd1ojgo6vChNroIcw5QhC*JV#;dljVyThHbZYDnMZN+`ycibvR!+Ls@F`8&1^?1? zjfVwTgr@5tKe44>X~J?XXTn+}WkX&xG1`+%rjfhl^%jdQQ#)?&6hcr#+S1d>PM07* z1RZPA)?n`xTFS;&t9Oljb93fJ@{~od9afA*+&rb~=9fZshZ1P5YL5+pYuQ=LDx|7a zHdsf<_VoBw#ctYRn7UPVIubnY(%kQ6G?)f1Oi2PNAyME2DJv?ftf-RkgdnPd5C~G8 ziN(lRx{;rr7ef-VLR?j1sw4$t1ZLtfQ2*$_1xtz&oEwOvYii!Ii@;48MKBKek~yB> zn}dOwjjB?6tb%2u%YrF6!M7R?c=?s4_M46iObzy@Q)nP;7`hsZ<{~*Em*aFPCvv(T ziE%*AD_lGVVmYyqC=hHxqGxOaoqM1VnB%QQN6GRaBFA%)C>M{&F;2-vbPmL# zA{PU?7LUSwBnrg(T3UozkgCscP_<46suf3gk3J@ZHFLc#D)s1mRp==EPRRByn> zk=8h|JRiT0RiJriTT1iV1L_HW-e~i(8lE*bW8ro#4M8=2zYr{yixcYq+lFQpYZJg6 zhkA;y7jS)GX**Zl&-tBI@79H#nDG9bRMf?&qJZB$sI?c2H8WS|k9gf!nDpm&N&D+wMS#ytj&3M`DI z4Rj7W-gzRUOui2;v~(O@%rPL;9IIOuxGnR0usVuv`q2F*-?-si(4LJ`>~{WWuIP3~ z#bVJU7!a~aagq68D#e8XA)6EznGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4ivPp4~ z`Cux=g#jU(6c?EfrczuO5VA>ek@;XM#f1SOn-mwB52jLF7!a~aagq68D#e8XA)6Ez znGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4ivPp4~`Cux=g#jU(6c?EfrczuO5VA>e zk@;XM#f1SOn-mwB52jLF7!a~aagq68D#e8XA)6EznGdE?To@3tNpX?+U@FCh0U?`2 zTp1!X4{&39=@{vjbq&>*KD5K z|NZn(Z?CX^^y|k?oRr5dewsaX?(7{~KHhuz=-Z#X^X#6E?zZ;9*=5&yH>}fct_XF@ zTe@a99lCOZnVmd*a_-p8TVQSs7N>WWe){d3^5fT64l{>;e7!uHWV>(JXJ$5lz514; zmqwr3`M~j2AMTqKQXj1Q%(#^rI5F2zY5R5a`4ca%y!z*b_rB~{{%Yvp`L#dnyzttg upTCH@{4F?On>h{`u%NV`~C*2GJq@q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/six.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/six.png new file mode 100644 index 0000000000000000000000000000000000000000..a07d2404ab9e8f8cb84badb61986ec41e121abd4 GIT binary patch literal 15173 zcmeI3e~1)i7{}i`Q*=cTjWRD`TuHQUc7E*6{up;x?N+@r_dL!m?+D7-nRoA|+nrf= z=5F_nh%3u5BuEO>M2IBlkNT&`q9_#l1r=QsR6ja1&TruY^lwc}{ESYEirs@20E?G9 zzcz66*a`q*Q+j5=9!T$yRkILKG&2hWl|m8q1|Yt%QdHCtXfs(jq#FtU)i>YqGrE@W z@0QYhy4VGW_3nuh+%?ggQ71;!nC9P@^u;SO3Q&Ny!c+=*!;&irzZ+LZ*G@C%XWTCK zNW#C_NyrSO`r2MVIr}BAVngfNGBumg2eGbF37WDP!92ONMve5!H158HN8=D2dX94H3^W@(5MVzC&BDoT+P0zB8sNmCm>#nDpUy){kc zU>+8rVOz*gXz5oRHf_@yHfKrMkY`Pd<|LhN1k!gi;(Mw zmN{Bd;g&Hplr^nJZ|k|{tmw12IZD;dT?*A1iled0T_vd4W+`Ku`DAsK z_0~V%F`}4b3cD>*E~m(wy&RG?-Fsm=t-mgan@D#f%`yK}i<*J9t6nc~6jP zPb@~-)b!l=v=}0v;bXECkwbzvhNmYU1J#eF*vg!uc>8+dXsVnuO9jPF>IG#8az$e( z&NUl7JsYb^?lSXc3EdV<2IE|-W{;P<(&Qe)vK2#xJ*gyW2rU zE+nuq1zlxhsv41^(IC%9T!`tk*L_Cll&Ow7)q+A-Hx|uQQTXO<1;e?Vn9C}x#7hz@ z2vB3QycT7%K~c~YNs4BLXg!f9*o;IwOFG*3l)R^pGZqac6UB%Y%qdwm9Lp(eNC;`H z66GNq&GLLu2<2c%h}BcH2s0y9w{D@;I__D;Xf3-t+b+0wdTU+C>+TL!R7w_f>M!B1 z7hq#cYwTE#k6XvGqB?t9QgzA$YH@B_YxA}mo;5dp=5)>tK{dX|efAvXVQ7%bs~XDf zHG2@t%-Ln71UC<%6*8B~uST8jhKG-H&a)t|{|6IcDP#X`8s=72|8yE!>`?#TG&EPS zI;oknHM}ao48j-G*)_#acG3+2iFrL95&QF7&bolVM2;N^uTv#y$G< z3d|3rbhHm!&VCX^nOq-SXz4gOo1;glIaa62^IGQCV6_#!^r81nuJOV-qdXhC*!8?< zj_7(u#bVJU7!a~aagq68D#e8XA)6EznGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4i zvPp4~`Cux=g#jU(6c?EfrczuO5VA>ek@;XM#f1SOn-mwB52jLF7!a~aagq68D#e8X zA)6EznGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4ivPp4~`Cux=g#jU(6c?EfrczuO z5VA>ek@;XM#f1SOn-mwB52jLF7!a~aagq68D#e8XA)6EznGdE?To@3tNpX?+U@FCh z0U?`2T)yTfoX|kuZI;mon%Ca)ZATw>GHQ2!8i0x00GQkdz_q{7`7!{bJOJPC0YE+s zz|H2N``_J)`hMDz+MKC;IdwMSJH2V?{tM;M@Uo=`KYQZyGrjRg_pCnm#k~{l8(y0F z;fBShUO9J5XUPBC@&hAlZW>##D EH{L*ewEzGB literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/three.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/three.png new file mode 100644 index 0000000000000000000000000000000000000000..ec317b613a77b4bad38c20003ea9048774cadd9d GIT binary patch literal 15180 zcmeI3U5pb|6vyuhF0hC|Gy#brLst`poz6_#>Bpp<&9Vh{6APQ&B1=es`MBMV+jeSa zmUh<{1jGWM)0&w04Sg-h_ieQRSa_H7 zZUd8tmje*FVkC#{;lx9dW@f#LZmQ5*%I48*0HWQcyrPXln^ED2k&Ah*9zWq>3_a%A zA}07mz89vAzKH@Hn%J1sCPuZ0?&+30q9q9h$U<9TO4&@#l1ed8Ij)3$JHwoZDNnIS zW1b!-Av2s9V0z60WJGU})%akD2}Qhu7zzbKU5t+xM2`1!exCLDr2sDld`$J_kvq_@ zXhBa&gYos%bjXT%(zczKIIdVMdW(LqSs3AjNF>7XKF;T3(G1oa&)G_e%~_q5AhkGg zXlVr_ZyRQgapEefIcCQ^9w$-#Rb5v$Ur&^?s_YO&uB7BS!OL^aoOG@3lOHQ&%9o~V z9L&Hh%-I(56Po(v)23}&X|qMjy4*4`+LJ`0p1bMwX0uIGTlTtL2tgHTQ%@^7o`>8Z zw9K)B2G{LEOX+O3dfP}fHfLHSM`?NOuw=AwbCil(`6yI&D2mo9^%kIFn}wulX5`8# z8>k^#2Ou=w~RYMV# zRn$O`RRmsSgK9w0LV_4n!a^BhBH?zQ5jt*aV@|c8(3Qrbn;Ht=xGXgU!-78*W>LZb zD+o|$RbCIXs^2H*iYSIvAzVx33N|CrrhK)7RDc7;2XijgFHK#nF9_6NuHZH5~S#>j-Z0D>HRN}kbTjwaIVUAQ@l~Cnb zt%F!*$}TDe*fWAo$ZRUV5_P&89zM!B{{c|} zw2~Wvy3ExMaBX0AJ6GAy>6KNh)|r(Ub^e?rRK@5-Ddp-xZED6?BXec`uv3khvGV+o zk4G;~a6YT9ZW(voN_KV2xNF06bI!13Uo{&x?DBH{K`ZTj2;J;KIVg&L)Vc6s++)Bf z!OU>nKz-P9`iUQ9D*NCNlJ-%Cp|ZZsm{0 zif(08EEY|I0U?_d7nu*HQd}4ivPp4~`Cux=g#jU(6c?EfrczuO5VA>ek@;XM#f1SO zn-mwB52jLF7!a~aagq68D#e8XA)6EznGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4i zvPp4~`Cux=g#jU(6c?EfrczuO5VA>ek@;XM#f1SOn-mwB52jLF7!a~aagq68D#e8X zA)6EznGdE?To@3tNpX?+U@FCh0U?_d7nu*HQd}4ivPp4~`Cux=g#jU(6c?EfrczuO z5VA?c)zNr_6Xwu!n?>}1=IIOR6X@YiM(Z0)05EYs0K4}BaN{QWz68J+55VP}07x$a zu*^KPbDHh0hb zi`)9<%g;Qu?~})$`23wvP*q+(wcS6&b}j7QZ+^LS^Q)hpNgumoCz!MRB)Abf_`&rT z7RPsgcH_@^`kA1Igdi&}3cD&K|{*u4u99w<0`&-a;X4UcS zi|>5$>*M2R*MI-v`6H`0EWLQ{!dpYkyNB*M3EKJHZBy-s+rh)n$x}Zo6KByXLI1jq K@gr+@?)e+ZkA-Uh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/two.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/two.png new file mode 100644 index 0000000000000000000000000000000000000000..1aaefbd730795e63f69cd03d2d8032910b71a760 GIT binary patch literal 15178 zcmeI3U2NM_6o9?4jZ&B>Y;+S7!pc@LV2=Odrm>QY(sZ;EDW%J{b{ce!eUn;E>=3(6 zT8XIx9sn_E{79Q7kPr_;djJFvAV9!gR`qQ>jR}pxeuQ8QCNv~8KpNL}e%zbns)8Y2 zZluIH_uO;Nz280O*e`xzc<7PU?RU3R6t#MAATa{3wDWCS1%IvC+27#hmcqc8MNzk| zalXr_Bd@QgsK{kKHENG0AC*-zA5=6m4T9x-0nVnV=+<&UQ73^-r$JUXVu354ei5K` zEf&}%CAnmw4@~F-vqi9db||IJPO1?tur=NuEz8hB9@q+9&gTqEF2@3{Um5;)hS>n^ zPO&FrfnFydJ(?V*`^+MsrC>Lsa@}D%90~GLI2;OZp#_eYSWaX`juAvT#K|Fnu6zRV zcK9z^)H3o&Vp}B~lwyGi+b+l~TPl@;B{66gvn(HpL|9H>1%ZJx7;DC`l`>;k8$Bmg zKM7!|MZI9_ra?P?m9#l!#{vN-Q0-IMSH4gSWLOn;kRn@F3M?Pw*k(qWTC*uk6?5*= zG?fK8kOzisK|8*wU17qsO>4qz5wfOk85o{PGFgk=biMg})6kaPKMfI7kT$inQZog> zjsVM?DypD=8g6A{v)$WzrhYh!JUN<{YX@b$g_)!A%-mG)PACfZD)$wEVw=U3Y3AZy zmJL@C(tUkyR?(Yx>4s*Otox%ZYEnP%x;KzeY!DYXm_j_qa6*cgWKog@?m>>1InL+A zn~C^Hnwp-OS>!|DQd~rqL|GL5K72D#AFzHj#a5Q&#Xr~QM^ojDSb zl&uf?X4bMw?lW^{5iSeF#VFfs*k|QtnmlM&wqmGYFcF6XL0#8mDGZBHPy|NcfxxIz zsGCtTYMRM}#Bdm>8ZV_YF2rQgZ{FZKVX9M3wLsTiW6?|%y00%w3Gty&hT|EDlR^y7 z1C2>@S`U*J1zuAmsVB|%R0H{(H3WLBsKdUe zvOtTo)da2%EbZjH^ITk6)rQbmiBad~K0tY`V zY!%LJ!Zr1)QPVNJsb7tn)-87!x*ZoP(U4)Em2(I6+WU6+um|GZk|at|79B<{hV?SY zjV5&1hb^a{h%l0CgDRRDjtZ+ZPkl!> z(ktSN1VMn{MS=^@2hkE-2oStTaN+qNT7nA!f)@!cJRd|$a3MhOBEf~{gJ=mZ1PERv zxbS=sEy0BV!HWbJo)4lWxDX(Ck>JAfL9_%H0t7D-TzEc+mf%8w;6;K9&j-;GTnG@n zNO0l#AX4T@FKy5=YwboE(8c(B)IT=5G}!l0Ktm{7oHEICAbhE zc#+`3^Fg!(7Xkz?5?pvbh?d|&fZ#=f3(p795?lxnyhw22`5;xPGG?IHcRjY&6R5p-wt2yq}73uBt^}3QPkYC6m{)7y#7d0QyfKI+DlRL zVTxL3zA}Dd8=QN3FwvVTe|`DX`!6o%JLZ4AzGvs2J03rG@XSxApZ`ugJ=XTsxOr|( zTlzxZ!r0GO7mn^;w`FbDh7BK|mp@wQ7I)Aq_T464e6?eF^3=_%4=rE&Cbe=ieeCMO z?mvIu-}dFcH_SO}=q-Ei)1RF`^YWQ{t{r<|=lsF>OVsh19_`zEFC0+Dw9E1PQiFG9 zSFKq8TG!e2o&EFEp%dkku~Qu%?jJhx!DgX*T>Rvn&fZODJEL%4yZ^eqc4>=8d&iy9<2*{ZON_GJo%S}gyS2N$ z_NoDbK44;u@??;pm>A8)i28tu0tVtA5=q1tPfbkl0m&i67h|Fi;_UX{-dt~TQH(FM zN!$I+Z+_q3%xC5|-Isk~Y;;>+@4dYMfWDF8)HwQO+|R0&=-aN>e?vdFmWC&709N1S zetN)>qw4^OUNbTi&O~~)lafIY zjkKj3xtRqTBA?--iX2r!l3&Bu6W2iXqpOa(EERuWpN_66IjdY$orF6E2a+-gD6je|wEG$h{{7LpH15kX>QUY1!wfI6Gy z^$44lL;;OKj%0;ME0IrZQKB7X1D$(n!Pm!~i;j{-LRz>#5|LP#&1q~T6p~q0(4wrU zX+lWL@^UDYYo+KSvnbWDVWZtTcTKwKE}EK1qI_jSO{C4{&&l;ysG-A%h2V7`u~=pvx~JU)yzXZ z!L>GUt6_O7*I3VmmDQ@&#g!Oy|C|(5#b`&VUiAnuZc$q&bEE%+TaAT^*S}xn(Zvbw zcQe%Q#zQB`p?)_W+KJp{8csrNX2Y6&QSLuz<9OeR9`;}&EX$G{ek@;X=iVFimHYqMLAIwW}VL-?x z5m#^L6;5cP_cp8O103cx+q z;ioslM8=o^1!eTz|1vTeIq=IrS_U zxO?bi@_nYX-T8S`HjeB&{nc9=W*>d+o8y=H13hc@fLlIGuZ> hz)Cmq#qgy#n0s>b$0zFV97Qt%BZH%<_qOgi_&3~lda(ci literal 0 HcmV?d00001